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_util
Age
Commit message (
Collapse
)
Author
3 days
libmisc: obj.h: Use LM_DEFAPPEND() to implement magic LO_BOX()
Luke T. Shumaker
2025-05-06
Drop -fplan9-extensions
Luke T. Shumaker
2025-04-19
lib9p_srv: Separate the stat API from the network format
Luke T. Shumaker
2025-04-19
lib9p_srv: Rethink the dio interface
Luke T. Shumaker
2025-04-19
lib9p_idl: Clean up struct stat and numeric user IDs
Luke T. Shumaker
2025-04-19
lib9p_srv: Think harder about the stat() and dcreate() APIs
Luke T. Shumaker
2025-04-14
lib9p_core: linux-errno.h: Rename LINUX_* => LIB9P_ERRNO_L_*
Luke T. Shumaker
2025-04-14
Split lib9p into lib9p_core and lib9p_srv
Luke T. Shumaker
2025-04-05
SYSTEM headers don't get strict GCC checks, so change them to PUBLIC
Luke T. Shumaker
2025-03-26
lib9p: Adjust for reads to be zero-copy
Luke T. Shumaker
2025-03-26
lib9p: Have separate IO objects, so they can have their own state
Luke T. Shumaker
2025-02-23
lib9p_util: Pull utility macros into static.h
Luke T. Shumaker
2025-02-23
Complete TODO comments and documentation
Luke T. Shumaker
2025-02-09
lib9p: srv: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
lib9p: srv: Use a separate pathmap
Luke T. Shumaker
2025-01-19
lib9p: Don't nul-terminate strings, add some string utils
Luke T. Shumaker
2025-01-11
lib9p: Rename `lib9p_*_stat()` to `lib9p_stat_*()` for consistency
Luke T. Shumaker
2024-12-13
Gather macros into libmisc/macro.h
Luke T. Shumaker
2024-12-11
Pull out lib9p_util from srv9p
Luke T. Shumaker