summaryrefslogtreecommitdiff
path: root/cmd/srv9p
AgeCommit message (Collapse)Author
2025-01-11mv cmd/srv9p lib9p/tests/test_server # and supporting changesLuke T. Shumaker
2024-12-13Gather macros into libmisc/macro.hLuke T. Shumaker
2024-12-11Pull out lib9p_util from srv9pLuke T. Shumaker
2024-12-10Analyze host stacks tooLuke T. Shumaker
2024-11-29gdb-helpers/libcr.py: Use fewer breakpointsLuke T. Shumaker
They're at a premium on the RP2040.
2024-11-23libcr: Track coroutine namesLuke T. Shumaker
2024-11-23Use C23 (C++11) attribute syntax instead of __attribute__Luke T. Shumaker
2024-11-19Add libmisc/log.h to remove stdio.hLuke T. Shumaker
2024-11-19cmd/srv9p: "Test" sleepLuke T. Shumaker
2024-11-19cmd/srv9p: Also use init_crLuke T. Shumaker
2024-11-19libcr: Start to add coroutine namesLuke T. Shumaker
2024-11-12Fuss with compile-time configLuke T. Shumaker
2024-11-11libmisc: Write my own assert.h with assert_notreached()Luke T. Shumaker
2024-10-31Clean up the build systemLuke T. Shumaker
2024-10-28s/Licence/License/gLuke T. Shumaker
2024-10-27Factor out a libhwLuke T. Shumaker
2024-10-27Lint that include-guards match the filenameLuke T. Shumaker
2024-10-26conventions: Don't have 2 ways to spell "implements_foo"Luke T. Shumaker
Stop defining "struct foo" as a synonym for "implements_foo".
2024-10-26Lint for tabs-as-alignmentLuke T. Shumaker
2024-10-25gnet: Set SO_REUSEPORTLuke T. Shumaker
This is necessary for the multiple-listener-ports thing.
2024-10-25Enable pico-sdk for host binariesLuke T. Shumaker
2024-10-24use #if __unix__Luke T. Shumaker
2024-10-23wipLuke T. Shumaker
2024-10-17libmiscLuke T. Shumaker
2024-10-16Be stricter with filenamesLuke T. Shumaker
2024-10-16copyright statementsLuke T. Shumaker
2024-10-15wipLuke T. Shumaker
2024-10-14wip libnet rewriteLuke T. Shumaker
2024-10-12srv9p: Tidy file treeLuke T. Shumaker
2024-10-12get read working correctlyLuke T. Shumaker
2024-10-11lib9p: Mark what I intend to completeLuke T. Shumaker
2024-10-10implement dreadLuke T. Shumaker
2024-10-10lib9p: Implemnt Topen, add permission checks in TwalkLuke T. Shumaker
2024-10-09lib9p: finish refactorLuke T. Shumaker
2024-10-08srv9p: relatimeLuke T. Shumaker
2024-10-08wipLuke T. Shumaker
2024-10-07wipLuke T. Shumaker
2024-10-07tidy configLuke T. Shumaker
2024-10-07wipLuke T. Shumaker
2024-09-27wip fixesLuke T. Shumaker
2024-09-27fixesLuke T. Shumaker
2024-09-27wipLuke T. Shumaker
2024-09-26wip reorgLuke T. Shumaker