index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
sys
/
ioctl_numbers.h
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2020-07-11
LibC: Implement tcflush(3)
Peter Elliott
2020-06-08
LibC: Add ws_xpixel and ws_ypixel members to struct winsize
Andreas Kling
2020-06-03
LibC: Make sure that ioctl() requests are #defined as macros
Andreas Kling
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