Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-26 | Kernel: Move all syscalls into one file | Anton Kling | |
2024-06-22 | Kernel: Use correct types for syscall | Anton Kling | |
The previous type was a 64 bit which causes problems for the syscall calling interface. | |||
2024-04-29 | Kernel/IRC: Add setsockopt and move IRC client to use new socket interface | Anton Kling | |