summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
2025-02-04libcr: Flesh out cr_cid_info, clarify stack boundsLuke T. Shumaker
2025-02-04lib9p: 0000-TODO.md: OopsLuke T. Shumaker
2025-02-03Merge branch 'lukeshu/9p-idl-defs'Luke T. Shumaker
2025-02-03lib9p: idl: Add a TODO listLuke T. Shumaker
2025-02-03lib9p: idl: Styx: Fill outLuke T. Shumaker
2025-02-03lib9p: idl: 9P0, 9P1: Tidy, document opaque fields, have 9P1 import from 9P0Luke T. Shumaker
2025-02-03lib9p: idl: Inline the `d` and `d_signed` structsLuke T. Shumaker