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.cpp
Age
Commit message (
Expand
)
Author
2023-03-24
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-03-15
Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
Liav A
2023-03-05
Kernel+Userland: Add support for using the PCSpeaker with various tones
Liav A
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
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-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
Liav A
2022-11-13
LibC: Implement getpass()
Julian Eigmüller
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-07-22
LibC: Mark a bunch of functions as cancellation points
Tim Schumacher
2022-06-30
LibC: Stub out `brk` and `sbrk`
Tim Schumacher
2022-05-21
LibC: Add a stub for nice()
Simon Danner
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-03-27
LibC: Fix potential double free in ttyname_r_for_directory
Brian Gianforcaro
2022-03-22
LibC: Don't rely on ptsname and ttyname syscalls
Liav A
2022-01-24
LibC: Add POSIX spec link for unistd mknod() API
Kenneth Myhra
2022-01-11
LibC: Add daemon(3) implementation to match behavior of Linux and BSDs
Andrew Kaster
2022-01-07
LibC: Add POSIX spec links for unistd APIs
Brian Gianforcaro
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-11-13
Kernel+LibC: Pass off_t to pread() via a pointer
Daniel Bertalan
2021-10-13
LibC: Use the new pread syscall to implement pread
Rodrigo Tobar
2021-09-23
LibC: Add chroot() stub
Jelle Raaijmakers
2021-09-16
Kernel+LibC: Pack SC_mount_params struct tighter
Brian Gianforcaro
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
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-13
LibC: Implement pause function
Jean-Baptiste Boric
2021-07-27
Kernel+LibC: Use argument for TIOCGPGRP ioctl value
Brian Gianforcaro
2021-07-05
Kernel+LibC: Remove sys$donate()
Andreas Kling
2021-06-04
LibC: Implement `execle()`
Jelle Raaijmakers
2021-04-30
Kernel/LibC: Implement `setreuid`
Jesse Buhagiar
2021-04-24
Utilities: Add pathchk
Brendan Coles
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-19
LibC: Improve error logging for execvp()
Gunnar Beutner
2021-04-14
LibC: Change return type for sleep() to unsigned int
Gunnar Beutner
2021-03-28
LibC: Add vfork() as a simple wrapper around fork()
Andreas Kling
2021-03-17
LibC+Kernel: Switch off_t to 64 bits
Jean-Baptiste Boric
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
LibC: Convert dbgprintf() => dbgln()
Andreas Kling
2021-02-15
LibC+LibPthread: Implement pthread_atfork()
AnotherTest
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
[next]