Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-03 | libc: Add readdir_multi | Anton Kling | |
This is a faster, zero allocation function for reading directory entries. It has massive speed increases for certain applications since malloc(especially my implementation) is really slow in comparison. | |||
2023-11-23 | LibC: Reduce warnings in code | Anton Kling | |
2023-10-22 | Move everything into a new repo. | Anton Kling | |