summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-22libhw_generic: io: Split iovec into rd_iovec and wr_iovecLuke T. Shumaker
2025-06-22libmisc: fmt: `const` pointer fixesLuke T. Shumaker
2025-06-22Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-06-22measurestack: Don't include fmt_print_* in the misc tableLuke T. Shumaker
2025-06-22make: Add `make build-check` to build the checks without running themLuke T. Shumaker
2025-06-22README.md: Fix bad filepathLuke T. Shumaker
2025-06-22fixup! libmisc: static_assert: Disable -Wtype-limitsLuke T. Shumaker
2025-06-21Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-06-21Documentation: Don't replace . with _ in filenamesLuke T. Shumaker
2025-06-21cpu_main: /harness/uptime.txt: Touch upLuke T. Shumaker
2025-06-21Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-06-21libmisc: static_assert: Disable -Wtype-limitsLuke T. Shumaker
2025-06-21GNUmakefile: Auto-generate the list of lint/* targetsLuke T. Shumaker
2025-06-21lib9p_srv: Prune includesLuke T. Shumaker
2025-06-21libcr: coroutine.h: Check that config NAME_LEN is setLuke T. Shumaker
2025-06-21libcr_ipc: tests: Add _compile testsLuke T. Shumaker
2025-06-21Merge branch 'lukeshu/compile-fast'Luke T. Shumaker
2025-06-21lib9p: tests: Don't bother compiling deps for the compile testsLuke T. Shumaker
2025-06-21lib9p: tests: Don't bother toggling SRV_DEBUGLuke T. Shumaker
2025-06-21make: Have `make check lint build` be safe, defer work to `make check`Luke T. Shumaker
2025-06-17Merge branch 'lukeshu/reorg'Luke T. Shumaker
2025-06-16Add a stub for cpu_hdmiLuke T. Shumaker
2025-06-16lint-src: Fuss with the rules for config files identifying themselvesLuke T. Shumaker
2025-06-16Reorganize the `cmd` directoryLuke T. Shumaker
2025-06-16rm PLAN.md notes.mdLuke T. Shumaker
2025-06-15make generate-clean && make generateLuke T. Shumaker
2025-06-12Merge branch 'lukeshu/fix-leak'Luke T. Shumaker
2025-06-12/harness/flash.bin: Fix a memory leakLuke T. Shumaker
2025-06-12Merge branch 'lukeshu/better-net-flash'Luke T. Shumaker
2025-06-12/harness/flash.bin: Accept ihex files instead of verbatim dataLuke T. Shumaker
2025-06-12libmisc: error.h: Add error_dup()Luke T. Shumaker
2025-06-12/harness/uptime.txt: Add a human-readable formLuke T. Shumaker
2025-06-12lib9p_srv: Call iofree() *after* sending RclunkLuke T. Shumaker
2025-06-12Merge branch 'lukeshu/io-pread'Luke T. Shumaker
2025-06-12/harnes/flash.bin: Implement the new io positional interfacesLuke T. Shumaker
2025-06-12lib9p_srv: Adopt a pread_to-like interfaceLuke T. Shumaker
2025-06-12libhw_generic: io.h: Define some new interfacesLuke T. Shumaker
2025-06-12libhw_generic: io.h: Tidy upLuke T. Shumaker
2025-06-12lib9p_srv: Clean up the handle_Tread() implementationLuke T. Shumaker
2025-06-12Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-06-12/harness/flash.bin: Fix log statement still using printf formattersLuke T. Shumaker
2025-06-12README.md: Speed up openocd flashingLuke T. Shumaker
2025-06-12README.md: Fix a stray `Luke T. Shumaker
2025-06-10Merge branch 'lukeshu/obj-meth'Luke T. Shumaker
2025-06-10libmisc: obj.h: Rework the LO_INTERFACE_* API to expose method funcsLuke T. Shumaker
2025-06-10lint-src: Minor tidying up of Bash syntaxLuke T. Shumaker
2025-06-09Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-06-09libmisc: test_obj_nest: Don't use ssize_tLuke T. Shumaker
I like to grep for `ssize` because I have decided that using ssize_t is an anti-pattern, and this was an annoying false-positive.
2025-06-09libmisc: assert.h: Disable -Wtype-limits inside of assert()Luke T. Shumaker
2025-06-09lib9p_srv: Prune use of SSIZE_MAXLuke T. Shumaker