summaryrefslogtreecommitdiff
path: root/lib9p
AgeCommit message (Collapse)Author
2025-03-23lib9p: protogen: pull c.py and c_*.py out of __init__.pyLuke T. Shumaker
2025-03-23lib9p: protogen: pull h.py out of __init__.pyLuke T. Shumaker
2025-03-23lib9p: protogen: pull idlutil.py out of __init__.pyLuke T. Shumaker
2025-03-23lib9p: protogen: pull c9util.py out of __init__.pyLuke T. Shumaker
2025-03-23lib9p: protogen: pull cutil.py out of __init__.pyLuke T. Shumaker
2025-03-23lib9p: start to split idl.gen apart as proto.genLuke T. Shumaker
2025-03-23lib9p has no CONFIG_9P_PORT configure knob, remove it from config.hLuke T. Shumaker
2025-03-23lib9p: don't pull in libhw, just libhw_genericLuke T. Shumaker
2025-03-22lib9p: idl: 9P2000.L: Document all the bitfields and enumsLuke T. Shumaker
2025-03-22Python: Clean up f-stringsLuke T. Shumaker
2025-03-22lib9p: idl.gen: Fix syntax error messages when the line has a tabLuke T. Shumaker
2025-03-22lib9p: idl: Create an 'errno' typeLuke T. Shumaker
2025-03-22lib9p: idl: Have bitfield bit names be less heuristicLuke T. Shumaker
2025-03-22lib9p: idl.gen: Have a separate type that excludes idl.PrimitiveLuke T. Shumaker
2025-03-22make lint/python3: Use pylintLuke T. Shumaker
2025-03-22lib9p: Add a test that generated macros compileLuke T. Shumaker
2025-03-22lib9p: Declare lib9p_errorf as printf-like, fix found errorsLuke T. Shumaker
2025-03-22make lint/unknown: Have unknown files be errorsLuke T. Shumaker
2025-03-22Enable running tests in parallelLuke T. Shumaker
2025-03-01Pull 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