summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/unistd.h
AgeCommit message (Expand)Author
2023-03-12LibC: Correctly reset the getopt state on `optind = 1`Tim Schumacher
2023-03-05Kernel+Userland: Add support for using the PCSpeaker with various tonesLiav A
2022-12-11Kernel+LibC: Implement `setregid(2)`sin-ack
2022-12-11Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`sin-ack
2022-12-11Kernel+LibC: Implement `readlinkat(2)`sin-ack
2022-12-11Kernel+LibC+LibCore: Implement `symlinkat(2)`sin-ack
2022-08-23LibC: Add missing sys/cdefs.h includeEmily Trau
2022-06-30LibC: Stub out `brk` and `sbrk`Tim Schumacher
2022-06-25LibC: Implement the getsubopt functionLiav A
2022-05-21LibC: Add a stub for nice()Simon Danner
2022-04-29LibC: Add more _POSIX_FOO constants to unistd.hAndreas Kling
2022-04-23Kernel+LibC+LibCore: Implement the unlinkat(2) syscallsin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29LibC: Implement `getdtablesize()`Jelle Raaijmakers
2022-01-11LibC: Add daemon(3) implementation to match behavior of Linux and BSDsAndrew Kaster
2022-01-08LibC+LibDl: Declare functions taking no arguments as taking voidDaniel Bertalan
2022-01-01Kernel+LibC+LibCore: Add lchown and fchownat functionscircl
2021-12-18LibC: Make sysbeep return int instead of voidJunior Rantila
2021-09-23LibC: Add chroot() stubJelle Raaijmakers
2021-09-12Kernel+Userland: Introduce a new way to reboot and poweroff the machineLiav A
2021-08-22LibC: Add LINK_MAX and _PC_LINK_MAXPeter Elliott
2021-08-15Kernel+Userland: Remove chroot functionalityAndreas Kling
2021-08-14Kernel+LibC: Share definitions for unistd.hAndreas Kling
2021-08-13LibC: Implement pause functionJean-Baptiste Boric
2021-07-05Kernel+LibC: Remove sys$donate()Andreas Kling
2021-06-04LibC: Implement `execle()`Jelle Raaijmakers
2021-06-04LibC: Add POSIX timer constantsJelle Raaijmakers
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