Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-08-14 | Kernel+LibC: Share definitions for sys/socket.h and sys/un.h | Andreas Kling |
2021-07-29 | Kernel+LibC: Add linger to sys/sockets.h | Luke |
2021-06-04 | LibC: Define `MSG_OOB` | Jelle Raaijmakers |
2021-05-17 | Kernel+Userspace: Implement the accept4() system call | Gunnar Beutner |
2021-04-29 | Kernel: Add MSG_PEEK support for the IPv4Socket | Justin |
2021-04-28 | Kernel+LibC: Implement the socketpair() syscall | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-27 | LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macros | Andreas Kling |
2021-02-15 | Kernel+LibC: Stub out SO_{SND_RCV}BUF | AnotherTest |
2021-02-14 | Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |