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
Age
Commit message (
Expand
)
Author
2021-05-09
LibC: Implement the _Exit function
Gunnar Beutner
2021-05-09
LibC: Implement vscanf
Gunnar Beutner
2021-05-08
LibC: Add stubs for getrlimit()/setrlimit()
Gunnar Beutner
2021-05-08
LibC: Add definition for LC_MESSAGES
Gunnar Beutner
2021-05-08
LibC: Add definition for EDQUOT
Gunnar Beutner
2021-05-07
LibC: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-06
LibC: Make malloc(0) return a non-null pointer
Gunnar Beutner
2021-05-06
LibC: Make scanf() not increment the assignment count for %n
Gunnar Beutner
2021-05-06
LibC: Update forkpty() master fd before fork()'s child branch
Linus Groh
2021-05-06
LibC: Remove 'int* aslave' parameter from forkpty()
Linus Groh
2021-05-06
LibC: Lazily initialize malloc chunks
Gunnar Beutner
2021-05-05
Kernel: Implement IP multicast support
Sergey Bugaev
2021-05-04
LibC: setspent() should not print to stderr
Gunnar Beutner
2021-05-03
LibC: Fix invalid 1-byte read I introduced in dirent.
Brian Gianforcaro
2021-05-03
LibELF: Implement x86_64 relocation support
Gunnar Beutner
2021-05-03
Userland: Fix 64-bit portability issues
Gunnar Beutner
2021-05-03
LibELF+LibC: Support building LibELF for 64-bit targets
Gunnar Beutner
2021-05-02
LibPthread: Implement pthread_spinlock_t API.
Brian Gianforcaro
2021-05-02
LibC: Implement scandir(...) to enumerate directories.
Brian Gianforcaro
2021-05-02
LibC: Fix bugs in the population of dirent members.
Brian Gianforcaro
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
LibCore: Fix building the library on macOS
Gunnar Beutner
2021-05-01
LibC: Make sure that parse_pwddb_entry doesn't write to stderr
Gunnar Beutner
2021-05-01
LibC: Implement support for getspnam() and friends
Gunnar Beutner
2021-05-01
LibC: Move crypt() and crypt_r() to the right header file
Gunnar Beutner
2021-05-01
LibC: Make EWOULDBLOCK an alias for EAGAIN
Gunnar Beutner
2021-04-30
LibC: Implement openpty(), forkpty() and login_tty()
Gunnar Beutner
2021-04-30
Kernel+LibELF: Support initializing values of TLS data
Itamar
2021-04-30
Kernel/LibC: Implement `setreuid`
Jesse Buhagiar
2021-04-30
LibC: Add missing initialization for the FILE mutex
Gunnar Beutner
2021-04-29
LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked()
Gunnar Beutner
2021-04-29
LibC: Make rewind() ignore errors as it should
Gunnar Beutner
2021-04-29
LibC: Make stdio thread-safe
Gunnar Beutner
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
LibC: Fix validation logic error in construct_pwd()
Ali Mohammad Pur
2021-04-29
Tests: Unify LibC tests to single location.
Brian Gianforcaro
2021-04-29
iLibC: Fix some missed camelCase => snake_case
Andreas Kling
2021-04-29
Implemented llabs() in stdlib.h/cpp.
Holden Green
2021-04-29
LibC: added a bunch of macros in inttypes.h for use in formating strings bein...
Holden Green
2021-04-29
Kernel: Add MSG_PEEK support for the IPv4Socket
Justin
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-28
LibC: static_assert that all malloc size classes have an alignment of 8
Idan Horowitz
2021-04-28
LibC: Make sure malloc() returns addresses that have an alignment of 8
Gunnar Beutner
2021-04-28
Kernel+LibC: Implement the socketpair() syscall
Gunnar Beutner
2021-04-27
Userland: Move HOST_NAME_MAX to limits.h
Jean-Baptiste Boric
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-26
LibC: Fix typo in signal.h: ol_dset -> old_set
dhirsbrunner
2021-04-26
LibC: Add additional data types
Panagiotis Vasilopoulos
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
[next]