summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-02Merge branch 'lukeshu/9p-logging'Luke T. Shumaker
2025-04-02lib9p: srv: Log messages that are received and sentLuke T. Shumaker
2025-04-02lib9p: Add lo_box_lib9p_msg_as_fmt_formatter() to tablesLuke T. Shumaker
2025-04-02lib9p: Have all IDL-defined types implement fmt_formatterLuke T. Shumaker
2025-04-02libfmt: Add %q to quote stringsLuke T. Shumaker
2025-04-02libfmt: Add %v for libobj to implementLuke T. Shumaker
2025-04-02Add libfmt to bypass output buffering for libmisc:assertLuke T. Shumaker
2025-04-02lib9p: Use fmt_vsnprintf instead of plain vsnprintfLuke T. Shumaker
2025-04-02pico-fmt: Pull in enhancementsLuke T. Shumaker
2025-04-02Use pico-fmt instead of pico-sdk's printfLuke T. Shumaker
2025-04-02measurestack: Explicitly watch printf sizeLuke T. Shumaker
2025-04-02Merge branch 'lukeshu/9p-misc'Luke T. Shumaker
2025-04-02lib9p: Unify some tablesLuke T. Shumaker
2025-04-02lib9p: tables.c: More consistent bounds checksLuke T. Shumaker
2025-04-02lib9p: Split internal.h up, rename some CONFIG symbolsLuke T. Shumaker
2025-04-02lib9p: recv_tentry.basesize is dead code, remove itLuke T. Shumaker
2025-04-02lib9p: idl: Fix a typo in a commentLuke T. Shumaker
2025-04-01Merge branch 'lukeshu/stack-gen-improvements'Luke T. Shumaker
2025-04-01measurestack: Rework the skip-call API to speed things upLuke T. Shumaker
2025-04-01measurestack: Bypassing hash() has measureable speedupLuke T. Shumaker
2025-04-01measurestack: Cache resolve_funcname()Luke T. Shumaker
2025-04-01measurestack: Try to speed up resolve_funcname()Luke T. Shumaker
2025-04-01measurestack: Try to tidy analyze.py a bitLuke T. Shumaker
2025-04-01measurestack: Intern QNames and BaseNamesLuke T. Shumaker
2025-04-01measurestack: Avoid using sorted() during analysisLuke T. Shumaker
2025-04-01measurestack: Compile all regexes upfrontLuke T. Shumaker
2025-03-31measurestack: Cache QName.base()Luke T. Shumaker
2025-03-31measurestack: Allow output groups to be emptyLuke T. Shumaker
2025-03-31measurestack: Split into several filesLuke T. Shumaker
2025-03-31measurestack: Don't print the abspath in "included:" linesLuke T. Shumaker
2025-03-31measurestack: Try to reduce how often we call str()Luke T. Shumaker
2025-03-31measurestack: Fix typos in ROM funcsLuke T. Shumaker
2025-03-31measurestack: Fix pretty-printing of BaseName and QNameLuke T. Shumaker
2025-03-31stack.c.gen: Set up pytestLuke T. Shumaker
2025-03-29Merge branch 'lukeshu/9p-idl-improvements'Luke T. Shumaker
2025-03-29lib9p: idl: Rework bitfields, allow full exprs more placesLuke T. Shumaker
2025-03-29lib9p: idl: In bitfields, explicitly say "bit" or "alias"Luke T. Shumaker
2025-03-29lib9p: protogen: h.py: Tidy gen_struct()Luke T. Shumaker
2025-03-28lib9p: idl: Touch up the *.9p filesLuke T. Shumaker
2025-03-28lib9p: idl: Allow Numbers to have ,val= or ,max=Luke T. Shumaker
2025-03-28lib9p: idl: Allow for const .cntLuke T. Shumaker
2025-03-28lib9p: protogen: h.py: Pull each idl typ into its own functionLuke T. Shumaker
Clashing variable names are becoming a pain.
2025-03-26Merge branch 'lukeshu/9p-read-iovec'Luke T. Shumaker
2025-03-26lib9p: Adjust for reads to be zero-copyLuke T. Shumaker
2025-03-26libhw_generic: Re-think duplex_iovecLuke T. Shumaker
2025-03-26Have libhw_generic be independent of libcr, rename libhw to libhw_crLuke T. Shumaker
2025-03-26cmake: Fuss with include_directories for testsLuke T. Shumaker
2025-03-26lib9p: srv.h: Add some doc commentsLuke T. Shumaker
2025-03-26lib9p: Have separate IO objects, so they can have their own stateLuke T. Shumaker
2025-03-26lib9p: srv.h: Fuss with doc commentsLuke T. Shumaker