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
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
2021-01-30
LibC: Convert remaining String::format() to formatted()/number()
Andreas Kling
2021-01-17
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
Linus Groh
2021-01-16
Kernel+LibC: Make sys$getcwd truncate the result silently
Ben Wiederhake
2021-01-16
LibC: Fix memory leak in getcwd
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling