summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/unistd.cpp
AgeCommit message (Expand)Author
2021-04-30Kernel/LibC: Implement `setreuid`Jesse Buhagiar
2021-04-24Utilities: Add pathchkBrendan Coles
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-19LibC: Improve error logging for execvp()Gunnar Beutner
2021-04-14LibC: Change return type for sleep() to unsigned intGunnar Beutner
2021-03-28LibC: Add vfork() as a simple wrapper around fork()Andreas Kling
2021-03-17LibC+Kernel: Switch off_t to 64 bitsJean-Baptiste Boric
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17LibC: Convert dbgprintf() => dbgln()Andreas Kling
2021-02-15LibC+LibPthread: Implement pthread_atfork()AnotherTest
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-30LibC: Convert remaining String::format() to formatted()/number()Andreas Kling
2021-01-17LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()Linus Groh
2021-01-16Kernel+LibC: Make sys$getcwd truncate the result silentlyBen Wiederhake
2021-01-16LibC: Fix memory leak in getcwdBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling