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-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
2020-06-08
LibC: Add nanosleep() wrapper around clock_nanosleep(CLOCK_REALTIME)
Andreas Kling
2020-06-08
LibC: Add IPPORT_RESERVED and IPPORT_USERRESERVED
Andreas Kling
2020-06-08
LibC: Add ws_xpixel and ws_ypixel members to struct winsize
Andreas Kling
2020-06-03
LibC: Make sure that ioctl() requests are #defined as macros
Andreas Kling
2020-05-30
LibC: Rewrite getopt()
Sergey Bugaev
2020-05-30
AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()
Andreas Kling
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
[next]