index
:
sbc-harness
clang-format
lukeshu/9p-containers
lukeshu/9p-logging
lukeshu/9p-read-multi-iovec
lukeshu/dhcp
lukeshu/libobj
lukeshu/net-flash
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
lukeshu/test-mutex
lukeshu/vid
lukeshu/vid2
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
2 days
Merge branch 'lukeshu/9p-read-iovec'
HEAD
main
Luke T. Shumaker
2 days
lib9p: Adjust for reads to be zero-copy
Luke T. Shumaker
2 days
libhw_generic: Re-think duplex_iovec
Luke T. Shumaker
2 days
Have libhw_generic be independent of libcr, rename libhw to libhw_cr
Luke T. Shumaker
2 days
cmake: Fuss with include_directories for tests
Luke T. Shumaker
2 days
lib9p: srv.h: Add some doc comments
Luke T. Shumaker
2 days
lib9p: Have separate IO objects, so they can have their own state
Luke T. Shumaker
2 days
lib9p: srv.h: Fuss with doc comments
Luke T. Shumaker
2 days
Merge branch 'lukeshu/fix'
Luke T. Shumaker
2 days
Merge commit '5a84ba2361cecade0343b88f696b6a63454cc3c6' into lukeshu/fix
Luke T. Shumaker
2 days
libhw/generic/io.h: Add reader/writer interfaces to enforce iovecs everywhere
Luke T. Shumaker
3 days
libhw/generic/net.h: Tidy up the interfaces
Luke T. Shumaker
3 days
Pull iovec definitions out into libhw/generic/io.h
Luke T. Shumaker
3 days
Merge branch 'lukeshu/9p-gen-cleanup'
Luke T. Shumaker
3 days
lib9p: Remove specialized contexts
Luke T. Shumaker
Now that the validate/unmarshal/marshal functions are all flat, they don't need specialized contexts.
3 days
lib9p: protogen: flatten the validate functions, same as (un)marshal
Luke T. Shumaker
3 days
lib9p: protogen: marshal, unmarshal: collapse identitical if's
Luke T. Shumaker
3 days
lib9p: protogen: flatten the unmarshal functions, same as marshal
Luke T. Shumaker
3 days
lib9p: protogen: cutil.macro(): Only pad the \ with 1 space
Luke T. Shumaker
3 days
lib9p: protogen: c_marshal.py: Clean up
Luke T. Shumaker
6 days
Merge branch 'lukeshu/9p-gen-split'
Luke T. Shumaker
6 days
lib9p: protogen: pull c.py and c_*.py out of __init__.py
Luke T. Shumaker
6 days
lib9p: protogen: pull h.py out of __init__.py
Luke T. Shumaker
6 days
lib9p: protogen: pull idlutil.py out of __init__.py
Luke T. Shumaker
6 days
lib9p: protogen: pull c9util.py out of __init__.py
Luke T. Shumaker
6 days
lib9p: protogen: pull cutil.py out of __init__.py
Luke T. Shumaker
6 days
lib9p: start to split idl.gen apart as proto.gen
Luke T. Shumaker
6 days
lib9p has no CONFIG_9P_PORT configure knob, remove it from config.h
Luke T. Shumaker
6 days
lib9p: don't pull in libhw, just libhw_generic
Luke T. Shumaker
6 days
Merge branch 'lukeshu/9p-idl'
Luke T. Shumaker
6 days
lib9p: idl: 9P2000.L: Document all the bitfields and enums
Luke T. Shumaker
6 days
Python: Clean up f-strings
Luke T. Shumaker
6 days
lib9p: idl.gen: Fix syntax error messages when the line has a tab
Luke T. Shumaker
6 days
lib9p: idl: Create an 'errno' type
Luke T. Shumaker
6 days
lib9p: idl: Have bitfield bit names be less heuristic
Luke T. Shumaker
6 days
lib9p: idl.gen: Have a separate type that excludes idl.Primitive
Luke T. Shumaker
6 days
Merge branch 'lukeshu/qa'
Luke T. Shumaker
6 days
make lint/python3: Use pylint
Luke T. Shumaker
6 days
lib9p: Add a test that generated macros compile
Luke T. Shumaker
6 days
lib9p: Declare lib9p_errorf as printf-like, fix found errors
Luke T. Shumaker
6 days
stack.c.gen: Fix a crash
Luke T. Shumaker
6 days
make lint/unknown: Have unknown files be errors
Luke T. Shumaker
6 days
Enable running tests in parallel
Luke T. Shumaker
2025-03-09
libmisc: log.c: Clean up #includes
Luke T. Shumaker
2025-03-09
Merge branch 'lukeshu/stack-analysis'
Luke T. Shumaker
2025-03-09
stack.c.gen: ADD-MISSING: Resolve several missing functions
Luke T. Shumaker
2025-03-09
stack.c.gen: APP: The entry-point is _entry_point, not _reset_handler
Luke T. Shumaker
2025-03-09
stack.c.gen: APP: Include a thread total and a kernel size
Luke T. Shumaker
2025-03-09
stack.c.gen: APP: Factor in stack guard size
Luke T. Shumaker
2025-03-09
lint-bin, stack.c.gen: INFRA: Add a way to include unused functions
Luke T. Shumaker
[next]