Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-15 | libc: Add setenv/getenv | Anton Kling | |
2024-12-12 | formatting: Use clang-format on all projects | Anton Kling | |
This commit also add braces to all `if` statements. | |||
2024-11-22 | vfs: Add dup() | Anton Kling | |
2024-06-20 | Add getaddrinfo and change other libc stuff | Anton Kling | |
2024-04-29 | Kernel/IRC: Add setsockopt and move IRC client to use new socket interface | Anton Kling | |
2023-11-24 | Refactor write() and pwrite() | Anton Kling | |
2023-11-23 | LibC: Reduce warnings in code | 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 | |