summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness/config/config.h
AgeCommit message (Collapse)Author
2024-10-30wip stack analysisLuke T. Shumaker
2024-10-28s/Licence/License/gLuke T. Shumaker
2024-10-27Lint that include-guards match the filenameLuke T. Shumaker
2024-10-19finish w5500?Luke T. Shumaker
2024-10-16copyright statementsLuke T. Shumaker
2024-10-07tidy configLuke 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-05compilesLuke T. Shumaker
2024-10-04wipLuke T. Shumaker
2024-10-04wip srvLuke T. Shumaker
2024-10-04wip srvLuke T. Shumaker
2024-10-02lib9p: Validate Twalk and Rwalk list sizesLuke T. Shumaker
2024-10-02trim trailing wsLuke T. Shumaker
2024-09-29wip fixesLuke T. Shumaker
2024-09-29libcr: Faster context switches, wait for interruptLuke T. Shumaker
2024-09-28it compiles!Luke T. Shumaker
2024-09-27wipLuke T. Shumaker