summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/unistd.h
AgeCommit message (Expand)Author
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-01LibC: Move crypt() and crypt_r() to the right header fileGunnar Beutner
2021-04-30Kernel/LibC: Implement `setreuid`Jesse Buhagiar
2021-04-27Userland: Move HOST_NAME_MAX to limits.hJean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibC: Add pwrite(..) implementation to match the existing pread(..)Brian Gianforcaro
2021-04-14LibC: Add missing macro for _SC_CLK_TCKGunnar Beutner
2021-04-14LibC: Change return type for sleep() to unsigned intGunnar Beutner
2021-04-11LibC: getopt() and getopt_long() shouldn't modify argvGunnar Beutner
2021-03-28LibC: Add vfork() as a simple wrapper around fork()Andreas Kling
2021-03-16Kernel: Add _SC_CLK_TCK to sysconf.thatdutchguy
2021-02-15Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enumAnotherTest
2021-02-15LibC: Pull fd_set.h into unistd.hAnotherTest
2021-01-18Kernel+LibC: Add _SC_TTY_NAME_MAXLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling