Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-07 | tidy config | Luke T. Shumaker | |
2024-10-06 | libnetio: Ugg, posix aio is trash | Luke 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-02 | trim trailing ws | Luke T. Shumaker | |
2024-09-29 | tidy, s/sighandler/intrhandler/ | Luke T. Shumaker | |
2024-09-29 | fixes | Luke T. Shumaker | |
2024-09-29 | wip fixes | Luke T. Shumaker | |
2024-09-29 | libcr: Fix stack alignment | Luke T. Shumaker | |
2024-09-27 | wip fixes | Luke T. Shumaker | |
2024-09-27 | fixes | Luke T. Shumaker | |
2024-09-26 | wip reorg | Luke T. Shumaker | |