index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
Age
Commit message (
Expand
)
Author
2020-08-04
Kernel+LibC: Add sys$disown() for disowning child processes
Andreas Kling
2020-08-01
LibC: setenv don't require 'overwrite' for non-existing value
Ben Wiederhake
2020-08-01
Kernel+LibC: Implement 'memmem'
AnotherTest
2020-08-01
LibC: Expose sysconf's _SC_FOO requests as macros
Andreas Kling
2020-07-31
LibC: Flatten malloc() and free()
Andreas Kling
2020-07-28
LibC: Add passwords to putpwent
Peter Elliott
2020-07-28
LibCrypt: Add LibCrypt, crypt, and crypt_r
Peter Elliott
2020-07-28
LibC: Fix strtol() not setting endptr correctly for "0"
Andreas Kling
2020-07-28
LibC: Move getpagesize() out-of-line
Andreas Kling
2020-07-27
Kernel+LibC: Add sys$set_process_name() for changing the process name
Andreas Kling
2020-07-27
LibC: Make the getpid() cache process global (instead of thread-local)
Andreas Kling
2020-07-27
AK+LibC: Always use REP MOVSB/STOSB for memcpy()/memset()
Andreas Kling
2020-07-23
LibC: Remove duplicate gs touch during gettid()/getpid() fast path
Brian Gianforcaro
2020-07-21
LibC: Make sure malloc chunks are 8-byte aligned
Andreas Kling
2020-07-21
LibC: Add a cache for getpid()
Andreas Kling
2020-07-21
LibC: Notify UserspaceEmulator about malloc *after* scrubbing
Andreas Kling
2020-07-19
LibC: add mkfifo(3)
Peter Elliott
2020-07-16
LibC: Notify UserspaceEmulator about BigAllocationBlock mallocs
Andreas Kling
2020-07-15
LibC: Communicate malloc() and free() operations to UserspaceEmulator
Andreas Kling
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-13
Toolchain: Allow building using CMake on macOS
Stefano Cristiano
2020-07-11
LibC: Some s/int/size_t/ in the malloc code
Andreas Kling
2020-07-11
LibC: Implement tcflush(3)
Peter Elliott
2020-07-06
Add manpages for posix_spawn
Nico Weber
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibC: Implement cf{g,s}et{i,o}speed
AnotherTest
2020-07-03
LibC: Minor style fix for getresuid/getresgid
Nico Weber
2020-07-03
LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapper
Sahan Fernando
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-24
Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing
Andreas Kling
2020-06-23
LibC+Kernel: Implement ppoll
Nico Weber
2020-06-22
LibC: Implement pselect
Nico Weber
2020-06-22
LibC: Add timespec functions to sys/time.h
Nico Weber
2020-06-20
LibC: In posix_spawn(), use _exit instead of exit on child error
Nico Weber
2020-06-20
LibC: Add addchdir() / addfchdir() to posix_spawn file actions
Nico Weber
2020-06-20
LibC: Add POSIX_SPAWN_SETSIGMASK
Nico Weber
2020-06-20
LibC: Make sigprocmask error check more consistent with rest of this code
Nico Weber
2020-06-19
LibC: Implement file actions for posix_spawn
Nico Weber
2020-06-19
LibC: Make spawn.h parse in C files
Nico Weber
2020-06-19
LibC: Add support for POSIX_SPAWN_RESETIDS
Nico Weber
2020-06-18
Kernel+LibC: Remove setreuid() / setregid() again
Nico Weber
2020-06-18
Kernel+LibC: Implement seteuid() and friends!
Nico Weber
2020-06-17
LibC: Add posix_spawn()!
Nico Weber
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-17
LibC: Make setgid() definition protoype match declaration
Nico Weber
2020-06-17
Kernel+LibC: Do not return -ENAMETOOLONG from sys$readlink()
Sergey Bugaev
2020-06-16
LibC: Declare pthread_sigmask() in signal.h.
Nico Weber
2020-06-15
LibC: Add truncate().
Nico Weber
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-08
LibC: Don't assert on unknown mode character in fopen()
Andreas Kling
[next]