index
:
sbc-harness
lukeshu/9p-L
lukeshu/9p-containers
lukeshu/9p-perms
lukeshu/9p-read-multi-iovec
lukeshu/clang-format
lukeshu/dhcp
lukeshu/heap-valgrind
lukeshu/libobj
lukeshu/macros
lukeshu/measurestack-refactor
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/pio-spi
lukeshu/promise
lukeshu/safe-conversion
lukeshu/uf2
lukeshu/vid-hdmi
lukeshu/vid-scratch
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
Age
Commit message (
Expand
)
Author
2025-07-06
Use libheap everywhere we use libcr
Luke T. Shumaker
2025-07-06
libmisc: Rework the malloc abstraction into heap.h
Luke T. Shumaker
2025-07-05
libhw_cr: host_net: Fix file descriptor leak
Luke T. Shumaker
2025-07-03
Move uptime.txt and whoami.txt into lib9p_util
Luke T. Shumaker
2025-07-01
cpu_main, lib9p/test_server: main.c: Give 9P files their own #include section
Luke T. Shumaker
2025-06-28
lib9p: test_server: config.h: Tidy the CONFIG_COROUTINE_NUM expression
Luke T. Shumaker
2025-06-28
lib9p: test_server: config.h: Fix a typo
Luke T. Shumaker
2025-06-28
lib9p: test_server: Simplify the CMakeLists.txt
Luke T. Shumaker
2025-06-27
lib9p_srv: Rework APIs to avoid large return values
Luke T. Shumaker
2025-06-24
lib9p: Declare more things as `const` pointers
Luke T. Shumaker
2025-06-22
cpu_main: Rename cpu_main_stack.c to just stack.c
Luke T. Shumaker
2025-06-22
lib9p: test_server: Don't bother with measurestack
Luke T. Shumaker
2025-06-22
libhw_generic: io: Split iovec into rd_iovec and wr_iovec
Luke T. Shumaker
2025-06-21
lib9p: tests: Don't bother compiling deps for the compile tests
Luke T. Shumaker
2025-06-21
lib9p: tests: Don't bother toggling SRV_DEBUG
Luke T. Shumaker
2025-06-16
lint-src: Fuss with the rules for config files identifying themselves
Luke T. Shumaker
2025-06-12
lib9p_srv: Adopt a pread_to-like interface
Luke T. Shumaker
2025-06-10
libmisc: obj.h: Rework the LO_INTERFACE_* API to expose method funcs
Luke T. Shumaker
2025-06-08
Merge remote-tracking branch 'origin/main' into lukeshu/fix-obj-box
Luke T. Shumaker
2025-06-08
tree-wide: Use LO_BOX() where it doesn't explode the post-preprocessed size
Luke T. Shumaker
2025-06-08
libmisc: obj.h: Use LM_DEFAPPEND() to have lo_box_*_as_*() be macros
Luke T. Shumaker
2025-06-06
lib9p_srv: Change the public API to use error.h
Luke T. Shumaker
2025-06-06
lib9p_core: Switch to use error.h
Luke T. Shumaker
2025-06-06
lib9p: Use <libmisc/error.h> errnums internally
Luke T. Shumaker
2025-06-06
host: Avoid the "error" sym
Luke T. Shumaker
2025-06-06
lib9p: tests: Add a test for client hangups
Luke T. Shumaker
2025-06-02
libmisc: obj.h: Use LM_DEFAPPEND() to implement magic LO_BOX()
Luke T. Shumaker
2025-05-17
Fix some funny indents
Luke T. Shumaker
2025-05-17
Sort+align #includes
Luke T. Shumaker
2025-05-17
Tidy #includes: We don't use PRI* anymore
Luke T. Shumaker
2025-05-15
lib9p: Remove uses of printf
Luke T. Shumaker
2025-05-15
Add `static` to a few definitions
Luke T. Shumaker
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
[next]