index
:
sbc-harness
lukeshu/9p-containers
lukeshu/9p-read-multi-iovec
lukeshu/clang-format
lukeshu/dhcp
lukeshu/libobj
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
lukeshu/vid
lukeshu/vid2
lukeshu/waitgroup
lukeshu/wrap-foreach
main
Unnamed repository; edit this file 'description' to name the repository.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib9p
/
tests
/
test_server
Age
Commit message (
Collapse
)
Author
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-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
Lo and behold, there was a mistake in chan.c.
2025-04-14
lib9p_core: linux-errno.h: Rename LINUX_* => LIB9P_ERRNO_L_*
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-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
To avoid noise in patches when adding or removing API endpoints
2025-04-12
lib9p: Add Tflush tests
Luke T. Shumaker
2025-04-12
lib9p: tests: Scaffolding for more tests
Luke T. Shumaker
2025-04-10
lib9p: test_server: Pull out fs_shutdown.c
Luke T. Shumaker
2025-04-05
libobj, libmisc/private.h: Allow+force semicolons
Luke T. Shumaker
2025-04-02
lib9p: Split internal.h up, rename some CONFIG symbols
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
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
2025-02-23
Require license notices static files too
Luke T. Shumaker
2025-02-21
Make use of the generated stack.c
Luke T. Shumaker
2025-02-21
lib9p: test_server: Tidy the static file macros
Luke T. Shumaker
2025-02-13
lib9p: Expose default-port-number constants
Luke T. Shumaker
2025-02-09
lib9p: srv: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
libhw_generic: net: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
libhw_generic: alarmclock: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
Have main() set `bootclock`
Luke T. Shumaker
2025-02-09
lib9p: test_server: Simplify construction of the file tree
Luke T. Shumaker
2025-02-09
lib9p: test_server: Make the pathnums more stable
Luke T. Shumaker
2025-02-09
lib9p: srv: Use a separate pathmap
Luke T. Shumaker
2025-02-09
lib9p: Separate the srv config from the main config
Luke T. Shumaker
2025-02-04
lib9p: Test that we can do clean shutdown
Luke T. Shumaker
2025-02-03
lib9p: idl: 9P2000.p9p: Get code generating
Luke T. Shumaker
2025-01-19
lib9p: Don't nul-terminate strings, add some string utils
Luke T. Shumaker
2025-01-17
lib9p: Enable generating code for 9P2000.L
Luke T. Shumaker
2025-01-11
Add basic smoke tests for the 9p server
Luke T. Shumaker
2025-01-11
mv cmd/srv9p lib9p/tests/test_server # and supporting changes
Luke T. Shumaker