Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | 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-22 | Move everything into a new repo. | Anton Kling | |