summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys/ioctl_numbers.h
AgeCommit message (Expand)Author
2021-07-07Kernel: Add keyboard ioctl to get num/caps lock stateEdwin Hoksberg
2021-07-04WindowServer: Query driver for framebuffer offsetTom
2021-07-04WindowServer: Implement support for combined buffer flipping + flushingTom
2021-06-29LibC: Add struct keyword to FBRects.rects to make it C compiler safeDiego Garza
2021-06-27WindowServer: Coalesce flushing buffers into one ioctl() callTom
2021-06-25Userland: Add FB_FLUSH ioctl for fbdevSahan Fernando
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Kernel: Add some missing socket ioctlssin-ack
2021-03-31Kernel: Added TIOCSTI ioctl placeholder (#6037)Baitinq
2021-03-28Kernel+LibC: Implement sys$ioctl() FIONBIOAndreas Kling
2021-01-30Kernel: Add FIBMAP ioctl to Ext2FileSystemPeter Elliott
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling