index
:
sbc-harness-firmware
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
/
srv.c
Age
Commit message (
Expand
)
Author
2025-07-08
proc.txt: Add libheap monitoring
Luke T. Shumaker
2025-07-06
libmisc: Rework the malloc abstraction into heap.h
Luke T. Shumaker
2025-06-27
lib9p_srv: handle_Twalk(): Don't allocate resp.wqid on the stack
Luke T. Shumaker
2025-06-27
lib9p_srv: More stat() helpers
Luke T. Shumaker
2025-06-27
lib9p_srv: lib9p_srv_read(): Clean up the cleanup code
Luke T. Shumaker
2025-06-27
lib9p_srv: Pull marshalling and logging into srv_write_Rmsg()
Luke T. Shumaker
2025-06-27
lib9p_srv: Drop the sess->initialized member
Luke T. Shumaker
2025-06-27
lib9p_srv: Adjust lib9p_srv_read() to use pointers internally
Luke T. Shumaker
2025-06-27
lib9p_srv: Don't bother with lib9p_srv_stat_assert() if NDEBUG
Luke T. Shumaker
2025-06-27
Avoid stack_alloc(), use heap_alloc() instead
Luke T. Shumaker
2025-06-27
lib9p_srv: Don't burden lib9p_srv_read with handlers other than Tversion
Luke T. Shumaker
2025-06-27
lib9p_srv: Rework APIs to avoid large return values
Luke T. Shumaker
2025-06-27
lib9p_srv: Use libmisc heap_alloc instead of calloc/malloc
Luke T. Shumaker
2025-06-24
lib9p_srv: Fix an outdated comment
Luke T. Shumaker
2025-06-24
lib9p: Declare more things as `const` pointers
Luke T. Shumaker
2025-06-24
libmisc: error.h: Allow a 2-arg form of DECLARE_ERROR_{OR,AND}
Luke T. Shumaker
2025-06-24
lib9p_srv: Rename the private _reqch to just reqch
Luke T. Shumaker
2025-06-23
lib9p: srv.c: Drop `inline`s
Luke T. Shumaker
2025-06-22
libhw_generic: io: Split iovec into rd_iovec and wr_iovec
Luke T. Shumaker
2025-06-21
lib9p_srv: Prune includes
Luke T. Shumaker
2025-06-12
lib9p_srv: Call iofree() *after* sending Rclunk
Luke T. Shumaker
2025-06-12
lib9p_srv: Adopt a pread_to-like interface
Luke T. Shumaker
2025-06-12
lib9p_srv: Clean up the handle_Tread() implementation
Luke T. Shumaker
2025-06-10
libmisc: obj.h: Rework the LO_INTERFACE_* API to expose method funcs
Luke T. Shumaker
2025-06-09
lib9p_srv: Prune use of SSIZE_MAX
Luke T. Shumaker
2025-06-06
lib9p_srv: Switch to use error.h internally
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
libhw_generic: Switch io.h and net.h to use result.h/error.h
Luke T. Shumaker
2025-05-26
No more (static inline) function bodies in headers
Luke T. Shumaker
2025-05-17
Tidy some whitespace
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
lib9p: srv.c: Simplify handler calling
Luke T. Shumaker
2025-05-12
libmisc: macro.h: Add LM_PARTIAL_SWITCH, use it
Luke T. Shumaker
2025-05-06
Use C23
Luke T. Shumaker
2025-05-06
libmisc: log.h: Add a "log_" prefix to errorf/infof/debugf
Luke T. Shumaker
2025-04-21
lib9p_srv: Cap Tread->count
Luke T. Shumaker
2025-04-21
lib9p_core: Rename the "unknown" version to "uninitialized"
Luke T. Shumaker
2025-04-19
lib9p: Don't require that CONFIG_9P_ENABLE_9P2000
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: Rework srv_fid_del()
Luke T. Shumaker
2025-04-18
lib9p_srv: Send response from the handle_T* functions, not the outer worker
Luke T. Shumaker
2025-04-18
lib9p_srv: Set Twrite->byte_offset to zero if append-only
Luke T. Shumaker
2025-04-18
lib9p_srv: Whoops, mark a few functions as static
Luke T. Shumaker
2025-04-17
lib9p_srv: Rename ->authinfo->{uname,uid} to ->userid->{name,num}
Luke T. Shumaker
[next]