index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
unistd.h
Age
Commit message (
Expand
)
Author
2023-03-12
LibC: Correctly reset the getopt state on `optind = 1`
Tim Schumacher
2023-03-05
Kernel+Userland: Add support for using the PCSpeaker with various tones
Liav A
2022-12-11
Kernel+LibC: Implement `setregid(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `readlinkat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `symlinkat(2)`
sin-ack
2022-08-23
LibC: Add missing sys/cdefs.h include
Emily Trau
2022-06-30
LibC: Stub out `brk` and `sbrk`
Tim Schumacher
2022-06-25
LibC: Implement the getsubopt function
Liav A
2022-05-21
LibC: Add a stub for nice()
Simon Danner
2022-04-29
LibC: Add more _POSIX_FOO constants to unistd.h
Andreas Kling
2022-04-23
Kernel+LibC+LibCore: Implement the unlinkat(2) syscall
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibC: Implement `getdtablesize()`
Jelle Raaijmakers
2022-01-11
LibC: Add daemon(3) implementation to match behavior of Linux and BSDs
Andrew Kaster
2022-01-08
LibC+LibDl: Declare functions taking no arguments as taking void
Daniel Bertalan
2022-01-01
Kernel+LibC+LibCore: Add lchown and fchownat functions
circl
2021-12-18
LibC: Make sysbeep return int instead of void
Junior Rantila
2021-09-23
LibC: Add chroot() stub
Jelle Raaijmakers
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-08-22
LibC: Add LINK_MAX and _PC_LINK_MAX
Peter Elliott
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for unistd.h
Andreas Kling
2021-08-13
LibC: Implement pause function
Jean-Baptiste Boric
2021-07-05
Kernel+LibC: Remove sys$donate()
Andreas Kling
2021-06-04
LibC: Implement `execle()`
Jelle Raaijmakers
2021-06-04
LibC: Add POSIX timer constants
Jelle Raaijmakers
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-01
LibC: Move crypt() and crypt_r() to the right header file
Gunnar Beutner
2021-04-30
Kernel/LibC: Implement `setreuid`
Jesse Buhagiar
2021-04-27
Userland: Move HOST_NAME_MAX to limits.h
Jean-Baptiste Boric
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibC: Add pwrite(..) implementation to match the existing pread(..)
Brian Gianforcaro
2021-04-14
LibC: Add missing macro for _SC_CLK_TCK
Gunnar Beutner
2021-04-14
LibC: Change return type for sleep() to unsigned int
Gunnar Beutner
2021-04-11
LibC: getopt() and getopt_long() shouldn't modify argv
Gunnar Beutner
2021-03-28
LibC: Add vfork() as a simple wrapper around fork()
Andreas Kling
2021-03-16
Kernel: Add _SC_CLK_TCK to sysconf.
thatdutchguy
2021-02-15
Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enum
AnotherTest
2021-02-15
LibC: Pull fd_set.h into unistd.h
AnotherTest
2021-01-18
Kernel+LibC: Add _SC_TTY_NAME_MAX
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling