summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-19vid-scratch: Add consolidated versions of my experiments from 2025-02-XXlukeshu/vid-scratchLuke 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
2025-06-09Prune #includesLuke T. Shumaker
2025-06-08lib9p: idl: CommentsLuke T. Shumaker
2025-06-08Merge branch 'lukeshu/fix-obj-box'Luke T. Shumaker
2025-06-08Merge remote-tracking branch 'origin/main' into lukeshu/fix-obj-boxLuke T. Shumaker
2025-06-08Merge commit '559627b00b74e11e394589bfcc8864b0f22d7e1b' into lukeshu/fix-obj-boxLuke T. Shumaker
2025-06-08tree-wide: Use LO_BOX() where it doesn't explode the post-preprocessed sizeLuke T. Shumaker
2025-06-08libmisc: obj.h: Use LM_DEFAPPEND() to implement magic LO_BOX()Luke T. Shumaker
2025-06-08libmisc: obj.h: Fuss with whitespaceLuke T. Shumaker
2025-06-08libmisc: obj.h: Use LM_DEFAPPEND() to have lo_box_*_as_*() be macrosLuke T. Shumaker
2025-06-08libmisc: obj.h: Fix boxing from one interface to anotherLuke T. Shumaker
2025-06-06Merge branch 'lukeshu/error'Luke T. Shumaker
2025-06-06lib9p_srv: Switch to use error.h internallyLuke T. Shumaker
2025-06-06lib9p_srv: Change the public API to use error.hLuke T. Shumaker
2025-06-06lib9p_core: Switch to use error.hLuke T. Shumaker
2025-06-06lib9p: Use <libmisc/error.h> errnums internallyLuke T. Shumaker
2025-06-06libhw_generic: Switch io.h and net.h to use result.h/error.hLuke T. Shumaker
2025-06-06libmisc: Add error.hLuke T. Shumaker
2025-06-06host: Avoid the "error" symLuke T. Shumaker
2025-06-06Merge branch 'lukeshu/misc'Luke T. Shumaker