Age | Commit message (Expand) | Author |
---|---|---|
2022-08-23 | LibC: Add missing sys/cdefs.h include | Emily Trau |
2022-01-08 | LibC+LibDl: Declare functions taking no arguments as taking void | Daniel Bertalan |
2021-12-22 | Kernel+LibC: Stub out if_nameindex() and if_freenameindex() | Idan Horowitz |
2021-08-14 | Kernel+LibC: Share definitions for net/{if,if_arp,route}.h | Andreas Kling |
2021-08-13 | LibC: Add struct ifconf in net/if.h | Gunnar Beutner |
2021-07-25 | Kernel: Support ioctl SIOCSARP and SIOCDARP | brapru |
2021-05-09 | LibC: Add definitions/stubs for IPv6 functionality | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-04 | Everywhere: Remove unnecessary `clang-format off`s | William McPherson |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |