summaryrefslogtreecommitdiff
path: root/lib9p
AgeCommit message (Collapse)Author
14 daysPull out libhw/generic/io.h, have it enforce iovecs everywhereLuke T. Shumaker
2025-02-28stack.c.gen: Fix filename hacksLuke T. Shumaker
2025-02-23lib9p_util: Pull utility macros into static.hLuke T. Shumaker
2025-02-23Complete TODO comments and documentationLuke T. Shumaker
2025-02-23Require license notices static files tooLuke T. Shumaker
2025-02-21Make use of the generated stack.cLuke T. Shumaker
2025-02-21lib9p: test_server: Tidy the static file macrosLuke T. Shumaker
2025-02-13lib9p: Expose default-port-number constantsLuke T. Shumaker
2025-02-13Start linting against global variablesLuke T. Shumaker
2025-02-12lib9p: srv: Dynamically allocate read buffersLuke T. Shumaker
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-12lib9p: My buffered-read was broken, disable for nowLuke 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-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: alarmclock: Use libobj instead of vcall.hLuke 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-09lib9p: srv: Use a separate pathmapLuke T. Shumaker
2025-02-09lib9p: Separate the srv config from the main configLuke T. Shumaker
2025-02-04lib9p: Test that we can do clean shutdownLuke T. Shumaker
2025-02-04lib9p: 0000-TODO.md: OopsLuke 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-27lib9p: idl.gen: Fix is_verLuke T. Shumaker
2025-01-27lib9p: idl.gen: Fix extra newline after bitfields with no aliasesLuke T. Shumaker
2025-01-27lib9p: idl.gen: Obviate the join_lines functionLuke T. Shumaker
2025-01-27lib9p: idl: Refactor how I handle data-lengths being signedLuke T. Shumaker
2025-01-25lib9p: idl.gen: Detect when we try to import a sym that doesn't existLuke T. Shumaker
2025-01-23lib9p: idl.gen: Sort the enum msg_typ valuesLuke T. Shumaker
2025-01-23lib9p: idl.gen: Validate that member types existLuke T. Shumaker
2025-01-23lib9p: idl: 9P2000.L: Also import RerrorLuke T. Shumaker
For some of the imported methods, it doesn't specify to use Rlerror instead of Rerror.
2025-01-19lib9p: Use <libmisc/endian.h>Luke T. Shumaker
2025-01-19lib9p: idl: 9P2000.e: Don't inherit data limits from 9P2000Luke T. Shumaker
2025-01-19lib9p: idl.gen: Track min and max object sizesLuke T. Shumaker