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
Age
Commit message (
Expand
)
Author
2022-05-05
Everywhere: Purge all support and usage of framebuffer devices
Liav A
2022-05-05
Everywhere: Rename FB prefix structure names => Graphics
Liav A
2022-05-05
Everywhere: Rename FB prefix name ioctls => GRAPHICS
Liav A
2022-05-05
DisplaySettings+WindowServer: Add support for display connector devices
Liav A
2022-05-05
Kernel/Graphics: Introduce the DisplayConnector class
Liav A
2022-04-29
LibC: Add MIN, MAX and howmany macros to sys/param.h
Andreas Kling
2022-04-29
Kernel: Support userspace TTY graphics modesetting
Peter Elliott
2022-04-26
Kernel: Add FIOCLEX and FIONCLEX ioctls
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibC: Make prctl() a varargs function
Tim Schumacher
2022-03-22
Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTY
Liav A
2022-03-14
Kernel: Sandbox each GPU3DDevice file description into own host context
Sahan Fernando
2022-03-09
LibC: Add ioctls for VirGL
Sahan Fernando
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-02-28
LibC: Define offsetof in stddef.h instead of sys/cdefs.h
Andrew Kaster
2022-02-28
LibC: Don't export ALWAYS_INLINE from sys/cdefs.h
Andrew Kaster
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-09
Everywhere: Add `serenity_dev_{makedev,major,minor}`
Michel Hermier
2022-01-08
LibC+LibDl: Declare functions taking no arguments as taking void
Daniel Bertalan
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-04
Userland: Locally suppress -Wc99-designator and re-enable globally
Andrew Kaster
2021-12-29
LibC: Make regs.h work with compilers without concepts
Brian Gianforcaro
2021-12-23
Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params
Daniel Bertalan
2021-12-22
LibC: Add support for `posix_madvise(..)`
Brian Gianforcaro
2021-12-22
LibC: Stub out munlock()
Idan Horowitz
2021-12-21
LibC: Add POSIX spec comments for select APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for memory management APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for socket APIs
Brian Gianforcaro
2021-12-12
LibC: Rewrite pselect() as a wrapper for ppoll()
Jean-Baptiste Boric
2021-12-05
LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall
Ben Wiederhake
2021-12-05
Kernel+strace: Remove unnecessary indirection for PEEK
Ben Wiederhake
2021-12-05
Kernel: Add the SIOCATMARK ioctl request macro
Idan Horowitz
2021-11-21
LibC: Remove commented-out main() prototype from sys/cdefs.h
Andreas Kling
2021-11-21
Everywhere: Fix spelling of "offsetted"
Andreas Kling
2021-11-21
Kernel+LibC: Fix misspelled "VERTICAL" in framebuffer ioctls
Andreas Kling
2021-11-20
Kernel+LibC: Fix ptrace for 64-bit
Itamar
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
2021-11-11
LibC: Avoid unnecessary mprotect during program initialization
Ben Wiederhake
2021-10-28
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
Idan Horowitz
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-25
Kernel+LibC: Default to 8-bit characters in TTY
Daniel Bertalan
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-10-06
LibC: Fix redeclaration in x86_64/regs.h
Ben Wiederhake
2021-10-06
LibC: Make sure ARCH macro is available before use
Ben Wiederhake
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-09-23
LibC: Add getpriority() and setpriority() stubs
Jelle Raaijmakers
2021-09-20
LibC+DynamicLoader: Store the auxiliary vector address at startup
Itamar
[next]