index
:
sbc-harness
clang-format
lukeshu/9p-containers
lukeshu/9p-read-multi-iovec
lukeshu/dhcp
lukeshu/libobj
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
lukeshu/vid
lukeshu/vid2
lukeshu/waitgroup
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
11 days
measurestack: Try to tidy analyze.py a bit
Luke T. Shumaker
11 days
measurestack: Intern QNames and BaseNames
Luke T. Shumaker
11 days
measurestack: Avoid using sorted() during analysis
Luke T. Shumaker
11 days
measurestack: Compile all regexes upfront
Luke T. Shumaker
11 days
measurestack: Cache QName.base()
Luke T. Shumaker
12 days
measurestack: Allow output groups to be empty
Luke T. Shumaker
12 days
measurestack: Split into several files
Luke T. Shumaker
12 days
measurestack: Don't print the abspath in "included:" lines
Luke T. Shumaker
12 days
measurestack: Try to reduce how often we call str()
Luke T. Shumaker
12 days
measurestack: Fix typos in ROM funcs
Luke T. Shumaker
12 days
measurestack: Fix pretty-printing of BaseName and QName
Luke T. Shumaker
12 days
stack.c.gen: Set up pytest
Luke T. Shumaker
13 days
Merge branch 'lukeshu/9p-idl-improvements'
Luke T. Shumaker
13 days
lib9p: idl: Rework bitfields, allow full exprs more places
Luke T. Shumaker
13 days
lib9p: idl: In bitfields, explicitly say "bit" or "alias"
Luke T. Shumaker
13 days
lib9p: protogen: h.py: Tidy gen_struct()
Luke T. Shumaker
2025-03-28
lib9p: idl: Touch up the *.9p files
Luke T. Shumaker
2025-03-28
lib9p: idl: Allow Numbers to have ,val= or ,max=
Luke T. Shumaker
2025-03-28
lib9p: idl: Allow for const .cnt
Luke T. Shumaker
2025-03-28
lib9p: protogen: h.py: Pull each idl typ into its own function
Luke T. Shumaker
Clashing variable names are becoming a pain.
2025-03-26
Merge branch 'lukeshu/9p-read-iovec'
Luke T. Shumaker
2025-03-26
lib9p: Adjust for reads to be zero-copy
Luke T. Shumaker
2025-03-26
libhw_generic: Re-think duplex_iovec
Luke T. Shumaker
2025-03-26
Have libhw_generic be independent of libcr, rename libhw to libhw_cr
Luke T. Shumaker
2025-03-26
cmake: Fuss with include_directories for tests
Luke T. Shumaker
2025-03-26
lib9p: srv.h: Add some doc comments
Luke T. Shumaker
2025-03-26
lib9p: Have separate IO objects, so they can have their own state
Luke T. Shumaker
2025-03-26
lib9p: srv.h: Fuss with doc comments
Luke T. Shumaker
2025-03-26
Merge branch 'lukeshu/fix'
Luke T. Shumaker
2025-03-26
Merge commit '5a84ba2361cecade0343b88f696b6a63454cc3c6' into lukeshu/fix
Luke T. Shumaker
2025-03-26
libhw/generic/io.h: Add reader/writer interfaces to enforce iovecs everywhere
Luke T. Shumaker
2025-03-25
libhw/generic/net.h: Tidy up the interfaces
Luke T. Shumaker
2025-03-25
Pull iovec definitions out into libhw/generic/io.h
Luke T. Shumaker
2025-03-25
Merge branch 'lukeshu/9p-gen-cleanup'
Luke T. Shumaker
2025-03-25
lib9p: Remove specialized contexts
Luke T. Shumaker
Now that the validate/unmarshal/marshal functions are all flat, they don't need specialized contexts.
2025-03-25
lib9p: protogen: flatten the validate functions, same as (un)marshal
Luke T. Shumaker
2025-03-25
lib9p: protogen: marshal, unmarshal: collapse identitical if's
Luke T. Shumaker
2025-03-25
lib9p: protogen: flatten the unmarshal functions, same as marshal
Luke T. Shumaker
2025-03-25
lib9p: protogen: cutil.macro(): Only pad the \ with 1 space
Luke T. Shumaker
2025-03-25
lib9p: protogen: c_marshal.py: Clean up
Luke T. Shumaker
2025-03-23
Merge branch 'lukeshu/9p-gen-split'
Luke T. Shumaker
2025-03-23
lib9p: protogen: pull c.py and c_*.py out of __init__.py
Luke T. Shumaker
2025-03-23
lib9p: protogen: pull h.py out of __init__.py
Luke T. Shumaker
2025-03-23
lib9p: protogen: pull idlutil.py out of __init__.py
Luke T. Shumaker
2025-03-23
lib9p: protogen: pull c9util.py out of __init__.py
Luke T. Shumaker
2025-03-23
lib9p: protogen: pull cutil.py out of __init__.py
Luke T. Shumaker
2025-03-23
lib9p: start to split idl.gen apart as proto.gen
Luke T. Shumaker
2025-03-23
lib9p has no CONFIG_9P_PORT configure knob, remove it from config.h
Luke T. Shumaker
2025-03-23
lib9p: don't pull in libhw, just libhw_generic
Luke T. Shumaker
2025-03-22
Merge branch 'lukeshu/9p-idl'
Luke T. Shumaker
[next]