index
:
sbc-harness
clang-format
lukeshu/9p-printf
lukeshu/dhcp
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
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-02-23
Require license notices static files too
Luke T. Shumaker
2025-02-21
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-02-21
Make use of the generated stack.c
Luke T. Shumaker
2025-02-21
cmd/sbc_harness: Comment out the hello-world keyboard generator
Luke T. Shumaker
2025-02-21
cmd/sbc_harness: Wire in the parts of the file tree that exist
Luke T. Shumaker
2025-02-21
Add license files
Luke T. Shumaker
2025-02-21
libcr_ipc: Fixes and tests for sema.h
Luke T. Shumaker
2025-02-21
libhw: Allow zero-length TCP reads and writes
Luke T. Shumaker
2025-02-21
README.md: Update elf location in the GDB instructions
Luke T. Shumaker
2025-02-21
cmd/sbc_harness: main.c: Tidy #includes
Luke T. Shumaker
2025-02-21
lib9p: test_server: Tidy the static file macros
Luke T. Shumaker
2025-02-20
libmisc: macro.h: Fix LM_NEXT_POWER_OF_2(0)
Luke T. Shumaker
Apparently __builtin_clzll(0) is undefined.
2025-02-13
lib9p: Expose default-port-number constants
Luke T. Shumaker
2025-02-13
Start linting against global variables
Luke T. Shumaker
2025-02-12
Merge branch 'lukeshu/9p-small-pt1'
Luke T. Shumaker
2025-02-12
lib9p: srv: Dynamically allocate read buffers
Luke T. Shumaker
2025-02-12
lib9p: Don't copy byte-arrays when unmarshaling
Luke T. Shumaker
2025-02-12
lib9p: Rewrite the marshalers to support zero-copy for data
Luke T. Shumaker
2025-02-12
lib9p: idl.gen: Enforce a max WELEM for 9P2000.e
Luke T. Shumaker
2025-02-12
lib9p: idl.gen: Track more aspects of max object size
Luke T. Shumaker
2025-02-12
libhw_generic: net: Add `struct iovec`
Luke T. Shumaker
Even if it isn't used by libhw yet :(
2025-02-12
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-02-12
stack.c.gen: Allow multiples of a thread
Luke T. Shumaker
2025-02-12
lib9p: My buffered-read was broken, disable for now
Luke T. Shumaker
2025-02-12
stack.c.gen: Fill in some TODO synthetic nodes
Luke T. Shumaker
2025-02-12
stack.c.gen: I forgot what "warning: dynamic" means
Luke T. Shumaker
2025-02-11
lib9p: idl.gen: Give c_expr() a lookup_sym() argument
Luke T. Shumaker
2025-02-11
lib9p: map.h: Fix a typo in a comment
Luke T. Shumaker
2025-02-11
lib9p: idl.gen: Touch up
Luke T. Shumaker
2025-02-11
lib9p: Add comments clarifying why I split the `subctx`s the way I did
Luke T. Shumaker
2025-02-11
lib9p: make lint: Check that what is SPECIAL in idl.gen is indicated
Luke T. Shumaker
2025-02-10
Merge branch 'lukeshu/libobj-simple'
Luke T. Shumaker
2025-02-09
libmisc: Drop vcall.h
Luke T. Shumaker
2025-02-09
lib9p: srv: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
libhw_generic: net: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
libhw_generic: spi: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
libhw_generic: alarmclock: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
Add libobj, a replacement for libmisc/vcall.h that internally is more like Go
Luke T. Shumaker
2025-02-09
libmisc: macro.h: Add utilities for tuples
Luke T. Shumaker
2025-02-09
libhw: rp2040_hwtimer: Remove obsolete comment
Luke T. Shumaker
2025-02-09
Have main() set `bootclock`
Luke T. Shumaker
2025-02-09
lib9p: test_server: Simplify construction of the file tree
Luke T. Shumaker
2025-02-09
lib9p: test_server: Make the pathnums more stable
Luke T. Shumaker
2025-02-09
Merge branch 'lukeshu/9p-srv-cleanup'
Luke T. Shumaker
2025-02-09
lib9p: srv: Use a separate pathmap
Luke T. Shumaker
2025-02-09
lib9p: Separate the srv config from the main config
Luke T. Shumaker
2025-02-04
Merge branch 'lukeshu/9p-exit'
Luke T. Shumaker
2025-02-04
lib9p: Test that we can do clean shutdown
Luke T. Shumaker
2025-02-04
libcr_ipc: Fix rpc.h
Luke T. Shumaker
2025-02-04
libmisc: log.h: Allow using n_* in headers without LOG_NAME
Luke T. Shumaker
[next]