index
:
sbc-harness
lukeshu/9p-L
lukeshu/9p-containers
lukeshu/9p-read-multi-iovec
lukeshu/clang-format
lukeshu/dhcp
lukeshu/libobj
lukeshu/macros
lukeshu/measurestack-refactor
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
lukeshu/safe-conversion
lukeshu/uf2
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
Age
Commit message (
Collapse
)
Author
2025-04-13
libfmt: Fix flushing on host builds
Luke T. Shumaker
2025-04-13
lib9p: testclient-p9p: Don't rely on my username
Luke T. Shumaker
2025-04-13
fixup! lib9p: srv: Use a separate pathmap
Luke T. Shumaker
2025-04-13
fixup! lib9p: Split lib9p_{validate,unmarshal,marshal} into _Tmsg and _Rmsg ↵
Luke T. Shumaker
variants
2025-04-13
lib9p: srv: Try to go for consistent naming
Luke T. Shumaker
2025-04-13
lib9p: srv: Less nesting in the context structs
Luke T. Shumaker
2025-04-13
lib9p: srv: Drop the sess->rerror_overhead field
Luke T. Shumaker
2025-04-12
lib9p: Test+fix that io handles get freed
Luke T. Shumaker
2025-04-12
Replace lib9p map with a libmisc heap-allocated map
Luke T. Shumaker
Turns out using static buffers makes it hard to detect "use-after-free" problems and leaks.
2025-04-12
lib9p: srv: Tidy lib9p_srv_read
Luke T. Shumaker
2025-04-12
lib9p: Rename the server coroutine functions, pull out the read func
Luke T. Shumaker
2025-04-12
Merge branch 'lukeshu/9p-tests'
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: 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-12
lib9p: idl: Normalize on the field names "errstr" and "errnum"
Luke T. Shumaker
2025-04-12
lib9p: srv: Have message logging be pluggable
Luke T. Shumaker
2025-04-12
Merge branch 'lukeshu/tidy'
Luke T. Shumaker
2025-04-12
GNUmakefile: Fix ctest jobserver integration
Luke T. Shumaker
2025-04-11
libmisc: LM_CAST_FIELD_TO_STRUCT: Allow the pointer to be NULL
Luke T. Shumaker
2025-04-11
libmisc: Add LM_CAST_FIELD_TO_STRUCT, don't require lm_[ds]ll_node to be first
Luke T. Shumaker
2025-04-11
Move the linkedlist to libmisc
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
lib9p: srv: No reason to have acknowledge_flush() return anything
Luke T. Shumaker
2025-04-10
lib9p: No reason for lib9p_state_validate()->host_size to be signed
Luke T. Shumaker
2025-04-10
lib9p: protogen: iovec is in io.net, net net.h
Luke T. Shumaker
2025-04-10
Have valgrind detect memory leaks, not just errors
Luke T. Shumaker
2025-04-10
lint-generic: Fix a typo in the shebang message
Luke T. Shumaker
2025-04-10
make lint: Adopt shfmt
Luke T. Shumaker
tusb_helpers.h.gen got a little manual fussing here
2025-04-10
GNUmakefile: Tidy the lint/format recipes
Luke T. Shumaker
2025-04-10
.editorconfig: Tidy, move linux-errno.txt.gen
Luke T. Shumaker
2025-04-10
Add more assert()s
Luke T. Shumaker
2025-04-08
Update notes
Luke T. Shumaker
2025-04-07
Merge branch 'lukeshu/ipc'
Luke T. Shumaker
2025-04-07
libcr_ipc: Add rwmutex
Luke T. Shumaker
2025-04-07
libcr_ipc: Pull as much as possible from public .h to .c files
Luke T. Shumaker
2025-04-07
libcr_ipc: Have *_DECLARE() allow+require semicolons
Luke T. Shumaker
2025-04-07
libcr_ipc: Add tests for select
Luke T. Shumaker
2025-04-07
libcr_ipc: Delete owned_mutex
Luke T. Shumaker
2025-04-07
libcr_ipc: Add a test for mutex
Luke T. Shumaker
2025-04-07
Merge branch 'lukeshu/copyright'
Luke T. Shumaker
2025-04-07
lint-generic: Check that copyright statements get updated
Luke T. Shumaker
2025-04-07
fixup! SYSTEM headers don't get strict GCC checks, so change them to PUBLIC
Luke T. Shumaker
2025-04-07
fixup! libobj, libmisc/private.h: Allow+force semicolons
Luke T. Shumaker
2025-04-07
fixup! Have libhw_generic be independent of libcr, rename libhw to libhw_cr
Luke T. Shumaker
2025-04-05
Merge branch 'lukeshu/net-flash'
Luke T. Shumaker
[next]