Andreas Kling
|
3f2c1a2e3d
|
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
|
2019-10-02 18:20:11 +02:00 |
|
Andreas Kling
|
2482fc3538
|
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
This allows userspace programs to get and set (superuser-only) the IPv4
address of a network adapter. :^)
|
2019-09-23 19:06:03 +02:00 |
|
Conrad Pankoff
|
5e46122a82
|
Kernel: Add framebuffer ioctls; wrap raw ioctls with a C API
|
2019-08-18 07:40:02 +02:00 |
|
Conrad Pankoff
|
1868523e00
|
LibC: Move duplicated winsize struct definition into ioctl_numbers.h
|
2019-08-18 07:40:02 +02:00 |
|
Andreas Kling
|
04b9dc2d30
|
Libraries: Create top level directory for libraries.
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
|
2019-07-04 16:16:50 +02:00 |
|