Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ioq: Ensure ioq_ent is sufficiently aligned | Tavian Barnes | 2024-02-16 | 1 | -1/+8 |
* | ioq: Pack ioq_ent args structs | Tavian Barnes | 2024-02-14 | 1 | -3/+3 |
* | ioq: Implement ioq_stat() | Tavian Barnes | 2024-01-18 | 1 | -0/+31 |
* | ioq: Use the negative errno convention | Tavian Barnes | 2024-01-13 | 1 | -4/+2 |
* | ioq: Implement a better non-blocking pop | Tavian Barnes | 2023-11-09 | 1 | -11/+2 |
* | dir: Add a flags parameter to bfs_opendir() | Tavian Barnes | 2023-10-17 | 1 | -1/+5 |
* | ioq: Implement async close() and closedir() | Tavian Barnes | 2023-07-10 | 1 | -10/+71 |
* | ioq: New ioq_capacity() function | Tavian Barnes | 2023-07-06 | 1 | -0/+5 |
* | ioq: New ioq_cancel() function | Tavian Barnes | 2023-06-26 | 1 | -0/+5 |
* | dir: Arena-allocate directories | Tavian Barnes | 2023-06-20 | 1 | -1/+3 |
* | alloc: New header for memory allocation utilities | Tavian Barnes | 2023-06-20 | 1 | -2/+2 |
* | ioq: Implement an async I/O queue | Tavian Barnes | 2023-06-12 | 1 | -0/+94 |