summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys/ioctl_numbers.h
AgeCommit message (Expand)Author
2022-01-23Kernel: Add ioctl to get the EDID from a framebufferTom
2021-12-05Kernel: Add the SIOCATMARK ioctl request macroIdan Horowitz
2021-11-21Everywhere: Fix spelling of "offsetted"Andreas Kling
2021-11-21Kernel+LibC: Fix misspelled "VERTICAL" in framebuffer ioctlsAndreas Kling
2021-10-28LibC: Change the type of FBProperties' fields from bool to unsigned charIdan Horowitz
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-09Kernel: Add ioctl request for getting a storage device's block sizeDavid Isaksson
2021-10-09Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl requestDavid Isaksson
2021-08-27Kernel: Implement ioctl for the SB16 to change sample ratekleines Filmröllchen
2021-08-22Kernel+LibC: Implement FIONREAD ioctlPeter Elliott
2021-07-26Kernel: Add option to build with coverage instrumentation and KCOVPatrick Meyer
2021-07-25Kernel: Support ioctl SIOCSARP and SIOCDARPbrapru
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