summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-23Require license notices static files tooLuke T. Shumaker
2025-02-21Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-02-21Make use of the generated stack.cLuke T. Shumaker
2025-02-21cmd/sbc_harness: Comment out the hello-world keyboard generatorLuke T. Shumaker
2025-02-21cmd/sbc_harness: Wire in the parts of the file tree that existLuke T. Shumaker
2025-02-21Add license filesLuke T. Shumaker
2025-02-21libcr_ipc: Fixes and tests for sema.hLuke T. Shumaker
2025-02-21libhw: Allow zero-length TCP reads and writesLuke T. Shumaker
2025-02-21README.md: Update elf location in the GDB instructionsLuke T. Shumaker
2025-02-21cmd/sbc_harness: main.c: Tidy #includesLuke T. Shumaker
2025-02-21lib9p: test_server: Tidy the static file macrosLuke T. Shumaker
2025-02-20libmisc: macro.h: Fix LM_NEXT_POWER_OF_2(0)Luke T. Shumaker
Apparently __builtin_clzll(0) is undefined.
2025-02-13lib9p: Expose default-port-number constantsLuke T. Shumaker
2025-02-13Start linting against global variablesLuke T. Shumaker
2025-02-12Merge branch 'lukeshu/9p-small-pt1'Luke T. Shumaker
2025-02-12lib9p: srv: Dynamically allocate read buffersLuke T. Shumaker
2025-02-12lib9p: Don't copy byte-arrays when unmarshalingLuke T. Shumaker
2025-02-12lib9p: Rewrite the marshalers to support zero-copy for dataLuke T. Shumaker
2025-02-12lib9p: idl.gen: Enforce a max WELEM for 9P2000.eLuke T. Shumaker
2025-02-12lib9p: idl.gen: Track more aspects of max object sizeLuke T. Shumaker
2025-02-12libhw_generic: net: Add `struct iovec`Luke T. Shumaker
Even if it isn't used by libhw yet :(
2025-02-12Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-02-12stack.c.gen: Allow multiples of a threadLuke T. Shumaker
2025-02-12lib9p: My buffered-read was broken, disable for nowLuke T. Shumaker
2025-02-12stack.c.gen: Fill in some TODO synthetic nodesLuke T. Shumaker
2025-02-12stack.c.gen: I forgot what "warning: dynamic" meansLuke T. Shumaker
2025-02-11lib9p: idl.gen: Give c_expr() a lookup_sym() argumentLuke T. Shumaker
2025-02-11lib9p: map.h: Fix a typo in a commentLuke T. Shumaker
2025-02-11lib9p: idl.gen: Touch upLuke T. Shumaker
2025-02-11lib9p: Add comments clarifying why I split the `subctx`s the way I didLuke T. Shumaker
2025-02-11lib9p: make lint: Check that what is SPECIAL in idl.gen is indicatedLuke T. Shumaker
2025-02-10Merge branch 'lukeshu/libobj-simple'Luke T. Shumaker
2025-02-09libmisc: Drop vcall.hLuke T. Shumaker
2025-02-09lib9p: srv: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09libhw_generic: net: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09libhw_generic: spi: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09libhw_generic: alarmclock: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09Add libobj, a replacement for libmisc/vcall.h that internally is more like GoLuke T. Shumaker
2025-02-09libmisc: macro.h: Add utilities for tuplesLuke T. Shumaker
2025-02-09libhw: rp2040_hwtimer: Remove obsolete commentLuke T. Shumaker
2025-02-09Have main() set `bootclock`Luke T. Shumaker
2025-02-09lib9p: test_server: Simplify construction of the file treeLuke T. Shumaker
2025-02-09lib9p: test_server: Make the pathnums more stableLuke T. Shumaker
2025-02-09Merge branch 'lukeshu/9p-srv-cleanup'Luke T. Shumaker
2025-02-09lib9p: srv: Use a separate pathmapLuke T. Shumaker
2025-02-09lib9p: Separate the srv config from the main configLuke T. Shumaker
2025-02-04Merge branch 'lukeshu/9p-exit'Luke T. Shumaker
2025-02-04lib9p: Test that we can do clean shutdownLuke T. Shumaker
2025-02-04libcr_ipc: Fix rpc.hLuke T. Shumaker
2025-02-04libmisc: log.h: Allow using n_* in headers without LOG_NAMELuke T. Shumaker