Age | Commit message (Expand) | Author |
---|---|---|
2023-11-28 | Kernel: Add basic IPC and move to microkernel design. | Anton Kling |
2023-11-23 | Kernel/LibC: Add randomfill() syscall. | Anton Kling |
2023-11-22 | Meta: Cleanup of header files such that they are partially shared | 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-30 | Kernel/LibC: Add signals and support for custom signal handlers to processes. | Anton Kling |
2023-10-30 | Kernel/LibC/Networking: Be able to send UDP messages | Anton Kling |
2023-10-30 | Kernel/Networking/LibC: Add syscalls and libc functions for UDP | Anton Kling |
2023-10-23 | VFS/libc: Create a syscall for mkdir and add the function to libc | Anton Kling |
2023-10-22 | Move everything into a new repo. | Anton Kling |