summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys
AgeCommit message (Expand)Author
2023-03-01Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h fileLiav A
2023-02-24Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.hLiav A
2023-02-24Kernel+Userland: Move prctl numbers header file to Kernel/API directoryLiav A
2023-02-19Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTSPeter Elliott
2023-01-21LibC: Don't include sys/cdefs.h in ttydefaults as it is used in KernelAndrew Kaster
2023-01-21Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/APIAndrew Kaster
2023-01-21Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.hAndrew Kaster
2022-12-31LibC: Include aarch64 regs.h for AK_ARCH_AARCH64Andrew Kaster
2022-12-28LibC: Remove use of ARCH(I386) in sys/arch/aarch64/regs.hAndreas Kling
2022-12-28LibC: Remove i686 supportLiav A
2022-12-28Kernel+Userland: Remove dependency on i386-specific registersLiav A
2022-12-11Kernel+LibC+Tests: Implement `pwritev(2)`sin-ack
2022-12-11Kernel+LibC+LibCore: Implement `mkdirat(2)`sin-ack
2022-10-14Kernel+LibC: Add registers for AARCH64 in __mcontextGunnar Beutner
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-03LibC: Remove stubbed out xattr.h and xattr.cppKenneth Myhra
2022-09-24Kernel+Userland: Provide bytes count for a DisplayConnector framebufferLiav A
2022-09-24LibEDID: Remove head index when retrieving an EDID from DisplayConnectorLiav A
2022-08-28LibC: Add stubs for 'removexattr()' and friendsKenneth Myhra
2022-08-23LibC: Add missing sys/cdefs.h includeEmily Trau
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