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
2023-03-01
Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file
Liav A
2023-02-24
Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h
Liav A
2023-02-24
Kernel+Userland: Move prctl numbers header file to Kernel/API directory
Liav A
2023-02-19
Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS
Peter Elliott
2023-01-21
LibC: Don't include sys/cdefs.h in ttydefaults as it is used in Kernel
Andrew Kaster
2023-01-21
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
Andrew Kaster
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2022-12-31
LibC: Include aarch64 regs.h for AK_ARCH_AARCH64
Andrew Kaster
2022-12-28
LibC: Remove use of ARCH(I386) in sys/arch/aarch64/regs.h
Andreas Kling
2022-12-28
LibC: Remove i686 support
Liav A
2022-12-28
Kernel+Userland: Remove dependency on i386-specific registers
Liav A
2022-12-11
Kernel+LibC+Tests: Implement `pwritev(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `mkdirat(2)`
sin-ack
2022-10-14
Kernel+LibC: Add registers for AARCH64 in __mcontext
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-03
LibC: Remove stubbed out xattr.h and xattr.cpp
Kenneth Myhra
2022-09-24
Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer
Liav A
2022-09-24
LibEDID: Remove head index when retrieving an EDID from DisplayConnector
Liav A
2022-08-28
LibC: Add stubs for 'removexattr()' and friends
Kenneth Myhra
2022-08-23
LibC: Add missing sys/cdefs.h include
Emily Trau
2022-07-23
Kernel+Userland: Add ioctl to set process ownership of DisplayConnector
Liav A
2022-07-22
LibC: Mark a bunch of functions as cancellation points
Tim Schumacher
2022-07-21
LibC: Support blocking flock()
Idan Horowitz
2022-07-19
Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctl
Liav A
2022-06-17
LibC: Add POSIX spec links to `wait`, `waitpid` and `waitid`
SeekingBlues
2022-06-17
LibC: Make `waitpid`'s return value more POSIX-compliant
SeekingBlues
2022-06-17
LibC: Add `WIFCONTINUED` macro
SeekingBlues
2022-05-21
Kernel+LibC: Implement futimens(3)
Ariel Don
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
[next]