summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys
AgeCommit message (Expand)Author
2022-07-23Kernel+Userland: Add ioctl to set process ownership of DisplayConnectorLiav A
2022-07-22LibC: Mark a bunch of functions as cancellation pointsTim Schumacher
2022-07-21LibC: Support blocking flock()Idan Horowitz
2022-07-19Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctlLiav A
2022-06-17LibC: Add POSIX spec links to `wait`, `waitpid` and `waitid`SeekingBlues
2022-06-17LibC: Make `waitpid`'s return value more POSIX-compliantSeekingBlues
2022-06-17LibC: Add `WIFCONTINUED` macroSeekingBlues
2022-05-21Kernel+LibC: Implement futimens(3)Ariel Don
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05Everywhere: Rename FB prefix structure names => GraphicsLiav A
2022-05-05Everywhere: Rename FB prefix name ioctls => GRAPHICSLiav A
2022-05-05DisplaySettings+WindowServer: Add support for display connector devicesLiav A
2022-05-05Kernel/Graphics: Introduce the DisplayConnector classLiav A
2022-04-29LibC: Add MIN, MAX and howmany macros to sys/param.hAndreas Kling
2022-04-29Kernel: Support userspace TTY graphics modesettingPeter Elliott
2022-04-26Kernel: Add FIOCLEX and FIONCLEX ioctlsAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29LibC: Make prctl() a varargs functionTim Schumacher
2022-03-22Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTYLiav A
2022-03-14Kernel: Sandbox each GPU3DDevice file description into own host contextSahan Fernando
2022-03-09LibC: Add ioctls for VirGLSahan Fernando
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-02-28LibC: Define offsetof in stddef.h instead of sys/cdefs.hAndrew Kaster
2022-02-28LibC: Don't export ALWAYS_INLINE from sys/cdefs.hAndrew Kaster
2022-01-23Kernel: Add ioctl to get the EDID from a framebufferTom
2022-01-12Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`Daniel Bertalan
2022-01-09Everywhere: Add `serenity_dev_{makedev,major,minor}`Michel Hermier
2022-01-08LibC+LibDl: Declare functions taking no arguments as taking voidDaniel Bertalan
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-04Userland: Locally suppress -Wc99-designator and re-enable globallyAndrew Kaster
2021-12-29LibC: Make regs.h work with compilers without conceptsBrian Gianforcaro
2021-12-23Kernel+UE+LibC: Store address as void* in SC_m{re,}map_paramsDaniel Bertalan
2021-12-22LibC: Add support for `posix_madvise(..)`Brian Gianforcaro
2021-12-22LibC: Stub out munlock()Idan Horowitz
2021-12-21LibC: Add POSIX spec comments for select APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for memory management APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for socket APIsBrian Gianforcaro
2021-12-12LibC: Rewrite pselect() as a wrapper for ppoll()Jean-Baptiste Boric
2021-12-05LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscallBen Wiederhake
2021-12-05Kernel+strace: Remove unnecessary indirection for PEEKBen Wiederhake
2021-12-05Kernel: Add the SIOCATMARK ioctl request macroIdan Horowitz
2021-11-21LibC: Remove commented-out main() prototype from sys/cdefs.hAndreas Kling
2021-11-21Everywhere: Fix spelling of "offsetted"Andreas Kling
2021-11-21Kernel+LibC: Fix misspelled "VERTICAL" in framebuffer ioctlsAndreas Kling
2021-11-20Kernel+LibC: Fix ptrace for 64-bitItamar
2021-11-17Kernel+LibC: Add msync() system callAndreas Kling
2021-11-11LibC: Avoid unnecessary mprotect during program initializationBen Wiederhake
2021-10-28LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.hIdan Horowitz
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