summaryrefslogtreecommitdiff
path: root/libnetio/netio_posix.c
AgeCommit message (Collapse)Author
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-02trim trailing wsLuke 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: Fix stack alignmentLuke T. Shumaker
2024-09-27wip fixesLuke T. Shumaker
2024-09-27fixesLuke T. Shumaker
2024-09-26wip reorgLuke T. Shumaker