Age | Commit message (Expand) | Author |
---|---|---|
2019-09-23 | IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR | Andreas Kling |
2019-09-23 | LibC: Fix warnings in sys/cdefs.h if __BEGIN_DECLS is already defined | Andreas Kling |
2019-09-19 | IPv4: Support overriding the default TTL (64) | 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-14 | LibC: Add WIFSTOPPED() macro in <sys/wait.h>. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |