Age | Commit message (Expand) | Author |
2025-04-10 | lib9p: No reason for lib9p_state_validate()->host_size to be signed | Luke T. Shumaker |
2025-04-10 | lib9p: protogen: iovec is in io.net, net net.h | Luke T. Shumaker |
2025-04-10 | Have valgrind detect memory leaks, not just errors | Luke T. Shumaker |
2025-04-10 | lint-generic: Fix a typo in the shebang message | Luke T. Shumaker |
2025-04-10 | make lint: Adopt shfmt | Luke T. Shumaker |
2025-04-10 | GNUmakefile: Tidy the lint/format recipes | Luke T. Shumaker |
2025-04-10 | .editorconfig: Tidy, move linux-errno.txt.gen | Luke T. Shumaker |
2025-04-10 | Add more assert()s | Luke T. Shumaker |
2025-04-08 | Update notes | Luke T. Shumaker |
2025-04-07 | Merge branch 'lukeshu/ipc' | Luke T. Shumaker |
2025-04-07 | libcr_ipc: Add rwmutex | Luke T. Shumaker |
2025-04-07 | libcr_ipc: Pull as much as possible from public .h to .c files | Luke T. Shumaker |
2025-04-07 | libcr_ipc: Have *_DECLARE() allow+require semicolons | Luke T. Shumaker |
2025-04-07 | libcr_ipc: Add tests for select | Luke T. Shumaker |
2025-04-07 | libcr_ipc: Delete owned_mutex | Luke T. Shumaker |
2025-04-07 | libcr_ipc: Add a test for mutex | Luke T. Shumaker |
2025-04-07 | Merge branch 'lukeshu/copyright' | Luke T. Shumaker |
2025-04-07 | lint-generic: Check that copyright statements get updated | Luke T. Shumaker |
2025-04-07 | fixup! SYSTEM headers don't get strict GCC checks, so change them to PUBLIC | Luke T. Shumaker |
2025-04-07 | fixup! libobj, libmisc/private.h: Allow+force semicolons | Luke T. Shumaker |
2025-04-07 | fixup! Have libhw_generic be independent of libcr, rename libhw to libhw_cr | Luke T. Shumaker |
2025-04-05 | Merge branch 'lukeshu/net-flash' | Luke T. Shumaker |
2025-04-05 | flash.bin: Fix reading, implement basic writing | Luke T. Shumaker |
2025-04-05 | Add `uptime.txt` | Luke T. Shumaker |
2025-04-05 | lib9p: srv: Add comments about safety things to do | Luke T. Shumaker |
2025-04-05 | SYSTEM headers don't get strict GCC checks, so change them to PUBLIC | Luke T. Shumaker |
2025-04-05 | libfmt: Insert carriage returns when bypassing the usual stuff | Luke T. Shumaker |
2025-04-05 | libobj, libmisc/private.h: Allow+force semicolons | Luke T. Shumaker |
2025-04-05 | libhw: hwspi: Improve comments and asserts | Luke T. Shumaker |
2025-04-05 | Notes and docs | Luke T. Shumaker |
2025-04-05 | lib9p: srv: Whoops, add a missing `return` | Luke T. Shumaker |
2025-04-05 | gdb-helpers: rp2040: Limit widths to 80 columns | Luke T. Shumaker |
2025-04-05 | lib9p: runtest: The default timestamp is too far in the past now | Luke T. Shumaker |
2025-04-02 | Merge branch 'lukeshu/9p-logging' | Luke T. Shumaker |
2025-04-02 | lib9p: srv: Log messages that are received and sent | Luke T. Shumaker |
2025-04-02 | lib9p: Add lo_box_lib9p_msg_as_fmt_formatter() to tables | Luke T. Shumaker |
2025-04-02 | lib9p: Have all IDL-defined types implement fmt_formatter | Luke T. Shumaker |
2025-04-02 | libfmt: Add %q to quote strings | Luke T. Shumaker |
2025-04-02 | libfmt: Add %v for libobj to implement | Luke T. Shumaker |
2025-04-02 | Add libfmt to bypass output buffering for libmisc:assert | Luke T. Shumaker |
2025-04-02 | lib9p: Use fmt_vsnprintf instead of plain vsnprintf | Luke T. Shumaker |
2025-04-02 | pico-fmt: Pull in enhancements | Luke T. Shumaker |
2025-04-02 | Use pico-fmt instead of pico-sdk's printf | Luke T. Shumaker |
2025-04-02 | measurestack: Explicitly watch printf size | Luke T. Shumaker |
2025-04-02 | Merge branch 'lukeshu/9p-misc' | Luke T. Shumaker |
2025-04-02 | lib9p: Unify some tables | Luke T. Shumaker |
2025-04-02 | lib9p: tables.c: More consistent bounds checks | Luke T. Shumaker |
2025-04-02 | lib9p: Split internal.h up, rename some CONFIG symbols | Luke T. Shumaker |
2025-04-02 | lib9p: recv_tentry.basesize is dead code, remove it | Luke T. Shumaker |
2025-04-02 | lib9p: idl: Fix a typo in a comment | Luke T. Shumaker |