Age | Commit message (Expand) | Author |
2025-05-06 | Use C23 | Luke T. Shumaker |
2025-04-19 | lib9p: Don't require that CONFIG_9P_ENABLE_9P2000 | Luke T. Shumaker |
2025-04-19 | lib9p: test_compile: Deduplicate | Luke T. Shumaker |
2025-04-19 | lib9p_srv: Separate the stat API from the network format | Luke T. Shumaker |
2025-04-19 | lib9p_idl: Clean up struct stat and numeric user IDs | Luke T. Shumaker |
2025-04-18 | lib9p_srv: Set Twrite->byte_offset to zero if append-only | Luke T. Shumaker |
2025-04-17 | lib9p_srv: Rename ->authinfo->{uname,uid} to ->userid->{name,num} | Luke T. Shumaker |
2025-04-17 | lib9p: Check that we compile for the whole the matrix of "enable"-toggles | Luke T. Shumaker |
2025-04-16 | lib9p_srv: Re-think flush semantics | Luke T. Shumaker |
2025-04-16 | */config.h: Separate 9P_SRV from 9P | Luke T. Shumaker |
2025-04-15 | libmisc: Add alloc.h to help detect wrong alloc sizes | Luke T. Shumaker |
2025-04-15 | lib9p_srv: Tests+fixes for Twalk | Luke T. Shumaker |
2025-04-14 | lib9p_core: Integrate linux-errno.h into 2010-9P2000.L.9p | Luke T. Shumaker |
2025-04-14 | lib9p_core: linux-errno.h: Rename LINUX_* => LIB9P_ERRNO_L_* | Luke T. Shumaker |
2025-04-14 | lib9p_core: Redefine topo_sort() to be stable and prettier | Luke T. Shumaker |
2025-04-14 | lib9p_core: Fix a whitespace bug when formatting arrays | Luke T. Shumaker |
2025-04-14 | lib9p_srv: Require less compile-time config | Luke T. Shumaker |
2025-04-14 | lib9p_srv: test_server: Add a comment | Luke T. Shumaker |
2025-04-14 | Split lib9p into lib9p_core and lib9p_srv | Luke T. Shumaker |
2025-04-13 | lib9p: Test+fix that auth data is tracked in the context | Luke T. Shumaker |
2025-04-13 | lib9p: testclient-p9p: Don't rely on my username | Luke T. Shumaker |
2025-04-12 | lib9p: Test+fix that io handles get freed | Luke T. Shumaker |
2025-04-12 | lib9p: Rename the server coroutine functions, pull out the read func | Luke T. Shumaker |
2025-04-12 | lib9p: test_server: Hard-code path numbers | Luke T. Shumaker |
2025-04-12 | lib9p: Add Tflush tests | Luke T. Shumaker |
2025-04-12 | lib9p: Test+fix the Twalk newfid==fid case | Luke T. Shumaker |
2025-04-12 | lib9p: Add another testclient | Luke T. Shumaker |
2025-04-12 | lib9p: Don't totally elide bytedata from the log | Luke T. Shumaker |
2025-04-12 | lib9p: tests: Scaffolding for more tests | Luke T. Shumaker |
2025-04-11 | lib9p: runtest: Don't assume fd numbers | Luke T. Shumaker |
2025-04-10 | lib9p: test_server: Pull out fs_shutdown.c | Luke T. Shumaker |
2025-04-10 | Have valgrind detect memory leaks, not just errors | Luke T. Shumaker |
2025-04-05 | libobj, libmisc/private.h: Allow+force semicolons | Luke T. Shumaker |
2025-04-05 | lib9p: runtest: The default timestamp is too far in the past now | Luke T. Shumaker |
2025-04-02 | lib9p: Split internal.h up, rename some CONFIG symbols | Luke T. Shumaker |
2025-03-29 | lib9p: idl: Rework bitfields, allow full exprs more places | Luke T. Shumaker |
2025-03-28 | lib9p: idl: Touch up the *.9p files | Luke T. Shumaker |
2025-03-26 | lib9p: Adjust for reads to be zero-copy | Luke T. Shumaker |
2025-03-26 | Have libhw_generic be independent of libcr, rename libhw to libhw_cr | Luke T. Shumaker |
2025-03-26 | lib9p: Have separate IO objects, so they can have their own state | Luke T. Shumaker |
2025-03-23 | lib9p has no CONFIG_9P_PORT configure knob, remove it from config.h | Luke T. Shumaker |
2025-03-23 | lib9p: don't pull in libhw, just libhw_generic | Luke T. Shumaker |
2025-03-22 | lib9p: idl: 9P2000.L: Document all the bitfields and enums | Luke T. Shumaker |
2025-03-22 | lib9p: idl: Create an 'errno' type | Luke T. Shumaker |
2025-03-22 | lib9p: idl: Have bitfield bit names be less heuristic | Luke T. Shumaker |
2025-03-22 | lib9p: Add a test that generated macros compile | Luke T. Shumaker |
2025-03-22 | make lint/unknown: Have unknown files be errors | Luke T. Shumaker |
2025-03-22 | Enable running tests in parallel | Luke T. Shumaker |
2025-02-28 | stack.c.gen: Fix filename hacks | Luke T. Shumaker |
2025-02-23 | lib9p_util: Pull utility macros into static.h | Luke T. Shumaker |