index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
sys
/
ioctl_numbers.h
Age
Commit message (
Expand
)
Author
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2021-12-05
Kernel: Add the SIOCATMARK ioctl request macro
Idan Horowitz
2021-11-21
Everywhere: Fix spelling of "offsetted"
Andreas Kling
2021-11-21
Kernel+LibC: Fix misspelled "VERTICAL" in framebuffer ioctls
Andreas Kling
2021-10-28
LibC: Change the type of FBProperties' fields from bool to unsigned char
Idan Horowitz
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-09
Kernel: Add ioctl request for getting a storage device's block size
David Isaksson
2021-10-09
Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl request
David Isaksson
2021-08-27
Kernel: Implement ioctl for the SB16 to change sample rate
kleines Filmröllchen
2021-08-22
Kernel+LibC: Implement FIONREAD ioctl
Peter Elliott
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-25
Kernel: Support ioctl SIOCSARP and SIOCDARP
brapru
2021-07-07
Kernel: Add keyboard ioctl to get num/caps lock state
Edwin Hoksberg
2021-07-04
WindowServer: Query driver for framebuffer offset
Tom
2021-07-04
WindowServer: Implement support for combined buffer flipping + flushing
Tom
2021-06-29
LibC: Add struct keyword to FBRects.rects to make it C compiler safe
Diego Garza
2021-06-27
WindowServer: Coalesce flushing buffers into one ioctl() call
Tom
2021-06-25
Userland: Add FB_FLUSH ioctl for fbdev
Sahan Fernando
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Kernel: Add some missing socket ioctls
sin-ack
2021-03-31
Kernel: Added TIOCSTI ioctl placeholder (#6037)
Baitinq
2021-03-28
Kernel+LibC: Implement sys$ioctl() FIONBIO
Andreas Kling
2021-01-30
Kernel: Add FIBMAP ioctl to Ext2FileSystem
Peter Elliott
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling