Age | Commit message (Expand) | Author |
---|---|---|
2024-11-22 | vfs: Add dup() | Anton Kling |
2024-06-20 | Add getaddrinfo and change other libc stuff | Anton Kling |
2024-04-18 | LibC/Kernel: Move lseek/seek to kernel | Anton Kling |
2023-11-24 | Refactor write() and pwrite() | Anton Kling |
2023-11-23 | LibC: Reduce warnings in code | Anton Kling |
2023-11-20 | LibC: Add macros for stdin, stdout, stderr in unistd | Anton Kling |
2023-11-17 | LibC: Add isatty() | Anton Kling |
2023-11-15 | VFS/LibC: Add getcwd() | Anton Kling |
2023-11-15 | Kernel/LibC: Add chdir function and syscall | Anton Kling |
2023-10-24 | VFS/LibC: Create ftruncate function and corresponding syscall and libc implem... | Anton Kling |
2023-10-22 | Move everything into a new repo. | Anton Kling |