summaryrefslogtreecommitdiff
path: root/userland/libc/unistd
AgeCommit message (Collapse)Author
2024-12-15libc: Add setenv/getenvAnton Kling
2024-12-12formatting: Use clang-format on all projectsAnton Kling
This commit also add braces to all `if` statements.
2024-11-22vfs: Add dup()Anton Kling
2024-06-20Add getaddrinfo and change other libc stuffAnton Kling
2024-04-29Kernel/IRC: Add setsockopt and move IRC client to use new socket interfaceAnton Kling
2023-11-24Refactor write() and pwrite()Anton Kling
2023-11-23LibC: Reduce warnings in codeAnton Kling
2023-11-17LibC: Add isatty()Anton Kling
2023-11-15VFS/LibC: Add getcwd()Anton Kling
2023-11-15Kernel/LibC: Add chdir function and syscallAnton Kling
2023-10-24VFS/LibC: Create ftruncate function and corresponding syscall and libc ↵Anton Kling
implementation Previously this function was only used for shared memory region created by shm_open because I was lazy. Now exists for all files.
2023-10-22Move everything into a new repo.Anton Kling