Age | Commit message (Expand) | Author |
---|---|---|
2020-04-29 | Kernel: Fix integer overflow in framebuffer resolution handling | Andreas Kling |
2020-03-15 | Userland: ifconfig can change the IP address of the default gateway | marprok |
2020-03-11 | Userland: Set the mask of a network adapter with ifconfig (#1388) | Marios Prokopakis |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-10-02 | Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter | Andreas Kling |
2019-09-23 | IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR | Andreas Kling |
2019-08-18 | Kernel: Add framebuffer ioctls; wrap raw ioctls with a C API | Conrad Pankoff |
2019-08-18 | LibC: Move duplicated winsize struct definition into ioctl_numbers.h | Conrad Pankoff |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |