summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-07wipLuke T. Shumaker
2024-10-07tidy configLuke T. Shumaker
2024-10-07wipLuke T. Shumaker
2024-10-07lib9p: add DM_PERM, more newlines in bitfield headersLuke T. Shumaker
2024-10-06lib9p: wip srvLuke T. Shumaker
2024-10-06libcr_ipc: select.hLuke T. Shumaker
2024-10-06s/assert(false)/__builtin_unreachable()/Luke 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-05lib9p: srv: clean upLuke T. Shumaker
2024-10-05fixesLuke T. Shumaker
2024-10-05libcr_ipc: RedoLuke T. Shumaker
2024-10-05libcr: Use a ringbuf ready-queueLuke T. Shumaker
2024-10-05libcr: comments/tidyLuke T. Shumaker
2024-10-05notes: add _C macrosLuke T. Shumaker
2024-10-05compilesLuke T. Shumaker
2024-10-04wipLuke T. Shumaker
2024-10-04wipLuke T. Shumaker
2024-10-04wip srvLuke T. Shumaker
2024-10-04wip srvLuke T. Shumaker
2024-10-04lib9p: Improve handling of stat object sizesLuke T. Shumaker
2024-10-04fixup array_lenLuke T. Shumaker
2024-10-04write some notes about hdmiLuke T. Shumaker
2024-10-03lib9p: Allow specifying a maximum value for an atom in *.txtLuke T. Shumaker
2024-10-03lib9p: Rename the generated filesLuke T. Shumaker
2024-10-02lib9p: Validate Twalk and Rwalk list sizesLuke T. Shumaker
2024-10-02lib9p: Exclude the MOUNT bit from masks, align masksLuke T. Shumaker
2024-10-029P2000.txt: commentsLuke T. Shumaker
2024-10-02lib9p: Add the DM bitfieldLuke T. Shumaker
2024-10-02lib9p: add O_* flagsLuke T. Shumaker
2024-10-02trim trailing wsLuke T. Shumaker
2024-10-02lib9p: doc commentsLuke T. Shumaker
2024-10-02bitfield versionsLuke T. Shumaker
2024-10-02wip bitfieldLuke T. Shumaker
2024-10-02wip validate, bitfieldLuke T. Shumaker
2024-10-02lib9p: Rename checksize to validateLuke T. Shumaker
2024-10-02more bitfieldLuke T. Shumaker
2024-10-02wip lib9p bitfieldsLuke T. Shumaker
2024-10-02fixup!Luke T. Shumaker
2024-10-01libcr_ipc: Improve commentsLuke T. Shumaker
2024-10-01libcr: expose cr_{disable,enable}_interruptsLuke T. Shumaker
2024-10-01.editorconfig: add trim_trailing_whitespaceLuke T. Shumaker
2024-09-30make coroutine.c signal-safe, add cr_cid_info()Luke T. Shumaker
2024-09-30lib9p: Use __attribute__((always_inline)) and __attribute__((flatten))Luke T. Shumaker
2024-09-30wipLuke T. Shumaker
2024-09-29tidy, s/sighandler/intrhandler/Luke T. Shumaker
2024-09-29fixesLuke T. Shumaker
2024-09-29wip fixesLuke T. Shumaker
2024-09-29libcr: Faster context switches, wait for interruptLuke T. Shumaker
2024-09-29libcr: Fix stack alignmentLuke T. Shumaker