summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys
AgeCommit message (Expand)Author
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
2021-10-25Kernel+LibC: Default to 8-bit characters in TTYDaniel Bertalan
2021-10-09Kernel: Add ioctl request for getting a storage device's block sizeDavid Isaksson
2021-10-09Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl requestDavid Isaksson
2021-10-06LibC: Fix redeclaration in x86_64/regs.hBen Wiederhake
2021-10-06LibC: Make sure ARCH macro is available before useBen Wiederhake
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-09-23LibC: Add getpriority() and setpriority() stubsJelle Raaijmakers
2021-09-20LibC+DynamicLoader: Store the auxiliary vector address at startupItamar
2021-09-18LibC: Don't format strings when asserting with an unstable heapJean-Baptiste Boric
2021-09-16Kernel+LibC: Pack SC_setsockopt_params struct tighterBrian Gianforcaro
2021-09-16Kernel+LibC: Pack SC_accept4_params struct tighterBrian Gianforcaro
2021-09-10LibC: Define RLIM_NLIMITS constantRodrigo Tobar
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-08-27Kernel: Implement ioctl for the SB16 to change sample ratekleines Filmröllchen
2021-08-22LibC: Add <sys/poll.h> as an alias for <poll.h>Peter Elliott
2021-08-22Kernel+LibC: Implement FIONREAD ioctlPeter Elliott
2021-08-14LibC: Add stubs for several functions in xattr.hKenneth Myhra
2021-08-14LibC: Add FIONREAD to ioctl.hKenneth Myhra
2021-08-14Kernel+LibC: Share definitions for sys/statvfs.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/uio.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/ptrace.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/time.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/times.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for utsname.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/wait.hAndreas Kling