logkos
logkos
This shouldn't normally bother anyone but I've ran to a kernel panic on a niche OS and found out binary units are being used instead of decimal units displayed in...
This PR introduces IPv6 networking support and other userland changes to work with IPv6 In progress
This PR introduces a simple option that changes the behavior of `close()` for connection-oriented protocols, allowing us to specify a timeout interval for packets to be acknowledged or let us...
This PR adds 2 new headers to LibC required by some applications with IPv6 support. Solves https://github.com/SerenityOS/serenity/issues/23283
This feature allows userspace to supply the kernel's random event pool by using the `write(2)` system call on random device nodes. This functionality is widely adopted by other UNIX-like systems...