summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2024-04-29Kernel/IRC: Add setsockopt and move IRC client to use new socket interfaceAnton Kling
2024-04-22MMU: Extra asserts to avoid future regressionsAnton Kling
2024-04-21LibC: Add different isX() functionsAnton Kling
2024-04-17Kernel/LibC: Add fstat() and remove stat() syscallAnton Kling
2024-04-14LibC: Fix stat structAnton Kling
2024-03-14random changes madeAnton Kling
2024-02-07A lot of small changesAnton Kling
2023-11-22Meta: Use dirent as a general include fileAnton Kling
This include file is shared by the kernel and libc
2023-11-22Kernel/LibC: Change file type detectionAnton Kling
2023-11-22Meta: Cleanup of header files such that they are partially sharedAnton Kling
The /include directory contains definitons that both the kernel and libc need to be in sync.