summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-12lib9p: Don't copy byte-arrays when unmarshalingLuke T. Shumaker
2025-02-12lib9p: Rewrite the marshalers to support zero-copy for dataLuke T. Shumaker
2025-02-12lib9p: idl.gen: Enforce a max WELEM for 9P2000.eLuke T. Shumaker
2025-02-12lib9p: idl.gen: Track more aspects of max object sizeLuke T. Shumaker
2025-02-12libhw_generic: net: Add `struct iovec`Luke T. Shumaker
Even if it isn't used by libhw yet :(
2025-02-12Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-02-12stack.c.gen: Allow multiples of a threadLuke T. Shumaker
2025-02-12lib9p: My buffered-read was broken, disable for nowLuke T. Shumaker
2025-02-12stack.c.gen: Fill in some TODO synthetic nodesLuke T. Shumaker
2025-02-12stack.c.gen: I forgot what "warning: dynamic" meansLuke T. Shumaker
2025-02-11lib9p: idl.gen: Give c_expr() a lookup_sym() argumentLuke T. Shumaker
2025-02-11lib9p: map.h: Fix a typo in a commentLuke T. Shumaker
2025-02-11lib9p: idl.gen: Touch upLuke T. Shumaker
2025-02-11lib9p: Add comments clarifying why I split the `subctx`s the way I didLuke T. Shumaker
2025-02-11lib9p: make lint: Check that what is SPECIAL in idl.gen is indicatedLuke T. Shumaker
2025-02-10Merge branch 'lukeshu/libobj-simple'Luke T. Shumaker
2025-02-09libmisc: Drop vcall.hLuke T. Shumaker
2025-02-09lib9p: srv: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09libhw_generic: net: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09libhw_generic: spi: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09libhw_generic: alarmclock: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09Add libobj, a replacement for libmisc/vcall.h that internally is more like GoLuke T. Shumaker
2025-02-09libmisc: macro.h: Add utilities for tuplesLuke T. Shumaker
2025-02-09libhw: rp2040_hwtimer: Remove obsolete commentLuke T. Shumaker
2025-02-09Have main() set `bootclock`Luke T. Shumaker
2025-02-09lib9p: test_server: Simplify construction of the file treeLuke T. Shumaker
2025-02-09lib9p: test_server: Make the pathnums more stableLuke T. Shumaker
2025-02-09Merge branch 'lukeshu/9p-srv-cleanup'Luke T. Shumaker
2025-02-09lib9p: srv: Use a separate pathmapLuke T. Shumaker
2025-02-09lib9p: Separate the srv config from the main configLuke T. Shumaker
2025-02-04Merge branch 'lukeshu/9p-exit'Luke T. Shumaker
2025-02-04lib9p: Test that we can do clean shutdownLuke T. Shumaker
2025-02-04libcr_ipc: Fix rpc.hLuke T. Shumaker
2025-02-04libmisc: log.h: Allow using n_* in headers without LOG_NAMELuke T. Shumaker
2025-02-04libcr: Flesh out cr_cid_info, clarify stack boundsLuke T. Shumaker
2025-02-04lib9p: 0000-TODO.md: OopsLuke T. Shumaker
2025-02-03Merge branch 'lukeshu/9p-idl-defs'Luke T. Shumaker
2025-02-03lib9p: idl: Add a TODO listLuke T. Shumaker
2025-02-03lib9p: idl: Styx: Fill outLuke T. Shumaker
2025-02-03lib9p: idl: 9P0, 9P1: Tidy, document opaque fields, have 9P1 import from 9P0Luke T. Shumaker
2025-02-03lib9p: idl: Inline the `d` and `d_signed` structsLuke T. Shumaker
2025-02-03lib9p: idl: 9P2000: Fix commentsLuke T. Shumaker
2025-02-03lib9p: idl: 9P2000.p9p: Get code generatingLuke T. Shumaker
2025-02-03lib9p: idl.gen: Simplify special casesLuke T. Shumaker
It wasn't validating d_signed length.
2025-02-03lib9p: idl.gen: Have pretty and informative error messagesLuke T. Shumaker
"Ignore space change" will be useful when viewing this diff.
2025-02-03lib9p: idl.gen: Check for duplicate names and msg type idsLuke T. Shumaker
2025-02-03lib9p: srv.c: Use the correct types for fidmap and reqmap keysLuke T. Shumaker
2025-01-27Merge branch 'lukeshu/lint'Luke T. Shumaker
2025-01-27lint-generic: Check that shebang-presence and executable bit matchLuke T. Shumaker
2025-01-27make lint: Have the output be a little prettierLuke T. Shumaker