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-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-14
Kernel+LibC: Add fstatat
Mart G
2021-05-14
LibC: Move makedev(), major(), minor(), to sys/types.h
Jean-Baptiste Boric
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-14
AK: Introduce get_random_uniform()
Jean-Baptiste Boric
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
Kernel+LibC: Make get_dir_entries syscall retriable
Mart G
2021-05-10
LibThread: Remove LOCKER() macro, as it adds no value
Brian Gianforcaro
2021-05-09
LibC: Add definitions/stubs for IPv6 functionality
Gunnar Beutner
2021-05-09
LibC: Add definition for the rlim_t type
Gunnar Beutner
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
[prev]
[next]