summaryrefslogtreecommitdiff
path: root/Kernel/API/POSIX
AgeCommit message (Expand)Author
2023-05-17Kernel: Alias `_SC_PAGE_SIZE` to `_SC_PAGESIZE`Tim Schumacher
2023-04-04Kernel+Userland: Make some of the POSIX types largerAndreas Kling
2023-03-11Kernel: Add non standard value to sys$sysconfFabian Dellwing
2023-03-01Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h fileLiav A
2023-02-19Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTSPeter Elliott
2023-02-19Kernel: Support F_DUPFD_CLOEXEC command to fcntl(2)Peter Elliott
2023-01-21Kernel+Libraries: Don't include limits.h from LibELF/Validation.hAndrew Kaster
2023-01-21Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/APIAndrew Kaster
2023-01-21Kernel+LibC: Move name length constants to Kernel/API from limits.hAndrew Kaster
2023-01-21Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIXAndrew Kaster
2022-12-11Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execvesin-ack
2022-12-11Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`sin-ack
2022-11-05LibC: Add missing definitions for IPv6 packet infoClemens Wasser
2022-10-27Kernel+LibC: Report correct scheduling priority limitskleines Filmröllchen
2022-10-24Kernel: Add definitions for SO_SNDLOWAT and SO_RCVLOWATGunnar Beutner
2022-10-24Kernel: Add definition for MSB_EORGunnar Beutner
2022-10-24Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPEGunnar Beutner
2022-10-22Kernel+Base: Introduce MS_NOREGULAR mount flagLiav A
2022-09-18Kernel: Add missing include in APIBen Wiederhake
2022-08-20Kernel+LibC: Enforce a limit on the number of supplementary group IDsAndreas Kling
2022-07-21Kernel: Clean up sys$futex and add support for cross-process futexesIdan Horowitz
2022-07-08Kernel: Implement an `axallowed` mount optionTim Schumacher
2022-06-19Kernel: Add sysconf for IOV_MAXAndrew Kaster
2022-06-17LibC: Add `WIFCONTINUED` macroSeekingBlues
2022-06-12Kernel: Add s6_addr32 field in in6_addr structTimur Sultanov
2022-05-26Kernel: Add support for route flagsbrapru
2022-05-23Kernel: Change values of SHUT_{RD,WR,RDWR}Peter Elliott
2022-05-21Kernel+LibC+VFS: Implement utimensat(3)Ariel Don
2022-05-05Kernel: Add IPv4 network class masksTim Schumacher
2022-05-05Kernel: Add IPsec ESP and AH protocol numbersTim Schumacher
2022-05-05Kernel: Properly define `IOV_MAX`Tim Schumacher
2022-05-05Kernel: Add the remaining POSIX `MADV_*` constantsTim Schumacher
2022-05-05Kernel: Add `O_SYNC` into `fcntl.h`Tim Schumacher
2022-04-28Kernel: Add a global routing tablebrapru
2022-04-26Kernel: Add ESTALE errno code (stale network file handle)Andreas Kling
2022-04-23Kernel+LibC+LibCore: Implement the unlinkat(2) syscallsin-ack
2022-04-03Kernel: Implement `f_basetype` in statvfsTim Schumacher
2022-03-22Kernel: Define MS_WXALLOWED mount optionint16
2022-03-16Kernel: Define IF_NAMESIZE in net/if.hLinus Groh
2022-03-04Kernel: Fill some siginfo and ucontext fields on SA_SIGINFOAli Mohammad Pur
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-02-28Kernel: Add getrusage() syscallLucas CHOLLET
2022-02-14Kernel/Profiling: Add profiling to read syscallJakub Berkop
2022-02-13Kernel: Expose maximum argument limit in sysconfAndrew Kaster
2022-01-09Everywhere: Add `serenity_dev_{makedev,major,minor}`Michel Hermier
2022-01-08Kernel: Remove EWHYTHO error code :^)Andreas Kling
2021-12-29Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCodeBrian Gianforcaro
2021-12-29Kernel+LibC: Add ECANCELED errno valueDaniel Bertalan
2021-12-28Kernel: Add _SC_MAPPED_FILES sysconf APIBrian Gianforcaro
2021-12-28LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constantBrian Gianforcaro