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-21
AK+LibC+Kernel: Move the implementation of memmem to AK
AnotherTest
2020-08-21
LibC: Add timegm()
Nico Weber
2020-08-17
malloc: Keep some stats and dump them at process exit if LIBC_DUMP_MALLOC_STA...
Nico Weber
2020-08-17
LibC: Missing varargs cleanup in ioctl
Brian Gianforcaro
2020-08-17
LibC: Missing varargs cleanup in fcntl
Brian Gianforcaro
2020-08-17
malloc: Remove unused Bitmap.h include
Nico Weber
2020-08-17
malloc: Fix build with RECYCLE_BIG_ALLOCATIONS not defined
Nico Weber
2020-08-17
malloc: Add comments spelling out the MAGIC_HEADERS in ascii
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-15
LibC: bsearch fix for large arrays (#3138)
Muhammad Zahalqa
2020-08-13
LibC: Some calloc() and realloc() improvements (#3108)
Muhammad Zahalqa
2020-08-13
LibC: mark strdup & strndup as __attribute__((malloc))
Muhammad Zahalqa
2020-08-12
LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexit
Ben Wiederhake
2020-08-12
LibC: Avoid ninja-imports of system functions
Ben Wiederhake
2020-08-12
LibC: Tell compiler about invisible call to _start
Ben Wiederhake
2020-08-12
LibC: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-11
LibC: Add sa_family_t and in_port_t types
Andreas Kling
2020-08-11
LibC: Add in6_addr and sockaddr_in6 structs
Andreas Kling
2020-08-11
LibC: Declare sockaddr_storage
Andreas Kling
2020-08-11
LibC: Make sure assert() expands to *something* in non-DEBUG builds
Andreas Kling
2020-08-11
LibC: Move stat(), lstat() and fstat() to <sys/stat.h>
Andreas Kling
2020-08-10
Kernel: Use Userspace<T> for the execve syscall
Brian Gianforcaro
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-06
AK+Kernel+LibC: Add vdbgprintf()
Andreas Kling
2020-08-04
Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()
Andreas Kling
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
[next]