summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2024-11-04wip dhcplukeshu/dhcpLuke T. Shumaker
2024-10-31Clean up the build systemLuke T. Shumaker
2024-10-31cmake part of stack sizesLuke T. Shumaker
2024-10-30wip stack analysisLuke 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-25ahhhLuke T. Shumaker
2024-10-24use #if __unix__Luke T. Shumaker
2024-10-23wipLuke T. Shumaker
2024-10-23wipLuke T. Shumaker
2024-10-21wip dhcpLuke T. Shumaker
2024-10-21Factor out libmisc/endian.hLuke T. Shumaker
2024-10-19w5500: Move some functions aroundLuke T. Shumaker
2024-10-19w5500: Tidy commentsLuke T. Shumaker
2024-10-19finish w5500?Luke T. Shumaker
2024-10-18wip w5500Luke T. Shumaker
2024-10-17wip w5500Luke T. Shumaker
2024-10-17libmiscLuke T. Shumaker
2024-10-16Be stricter with filenamesLuke T. Shumaker
2024-10-16copyright statementsLuke T. Shumaker
2024-10-16wip w5500Luke T. Shumaker
2024-10-16closer to compilingLuke T. Shumaker
2024-10-16wipLuke T. Shumaker
2024-10-15wipLuke T. Shumaker
2024-10-14wip libnet rewriteLuke T. Shumaker
2024-10-13wipLuke T. Shumaker
2024-10-13wip w5500Luke 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-10-06libnetio: Ugg, posix aio is trashLuke T. Shumaker
In concept, it's exactly what I need. But - glibc's implementation of it does not allow concurrent reads and writes - it not required to work for fds that don't have absolute offsets (so no pipes, no sockets) So just spin up a pthread for each syscall. I hate it.
2024-10-05fixes, valgrindLuke T. Shumaker
2024-10-05libcr_ipc: RedoLuke T. Shumaker
2024-10-05compilesLuke T. Shumaker
2024-10-04wipLuke T. Shumaker
2024-10-04wip srvLuke T. Shumaker
2024-10-04wip srvLuke T. Shumaker