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-12-12
LibC: Implement sigwait()
Idan Horowitz
2021-12-12
LibC: Implement sigwaitinfo()
Idan Horowitz
2021-12-12
Kernel+LibC: Implement sigtimedwait()
Idan Horowitz
2021-12-05
LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall
Ben Wiederhake
2021-12-05
Kernel+strace: Remove unnecessary indirection for PEEK
Ben Wiederhake
2021-12-05
LibC: Add a couple of missing errno codes
Idan Horowitz
2021-12-05
LibC: Stub out the rest of the getnameinfo flags
Idan Horowitz
2021-12-05
Kernel: Add the SIOCATMARK ioctl request macro
Idan Horowitz
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
2021-11-28
LibC: Make SIZE_MAX be understood by the preprocessor
Daniel Bertalan
2021-11-28
LibC: Fix stdint.h macros on x86_64
Daniel Bertalan
2021-11-28
LibC: Add definition for ENOTRECOVERABLE
Daniel Bertalan
2021-11-24
Kernel+UE+LibC: Remove unused dbgputch syscall
Ben Wiederhake
2021-11-24
LibC: Remove commented out code from `futex()`
Jelle Raaijmakers
2021-11-21
LibC: Remove commented-out main() prototype from sys/cdefs.h
Andreas Kling
2021-11-21
Everywhere: Fix spelling of "offsetted"
Andreas Kling
2021-11-21
Kernel+LibC: Fix misspelled "VERTICAL" in framebuffer ioctls
Andreas Kling
2021-11-20
Kernel+LibC: Fix ptrace for 64-bit
Itamar
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
2021-11-14
LibC: Implement _aligned_malloc and _aligned_free
Daniel Bertalan
2021-11-13
Meta: Resolve cyclic dependency between LibPthread and libc++
Daniel Bertalan
2021-11-13
Kernel+LibC: Pass off_t to pread() via a pointer
Daniel Bertalan
2021-11-11
LibC: Avoid unnecessary mprotect during program finalization
Ben Wiederhake
2021-11-11
LibC: Track capacity in terms of AtExitEntry's, not bytes
Ben Wiederhake
2021-11-11
LibC: Avoid unnecessary mprotect during program initialization
Ben Wiederhake
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-08
LibC: Fix huge libc.a file size due to the use of `llvm-ar -q`
Daniel Bertalan
2021-11-06
LibC: Correctly evaluate addr in IN6_IS_ADDR_LOOPBACK
Tim Schumacher
2021-11-05
LibC+LookupServer: Use u32 for the endpoint magic
Ben Wiederhake
2021-11-05
LibC+LookupServer: Compute magic number to avoid hardcoding
Ben Wiederhake
2021-10-31
LibC: Add `labs()`
Jelle Raaijmakers
2021-10-28
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
Idan Horowitz
2021-10-28
LibC: Change the type of FBProperties' fields from bool to unsigned char
Idan Horowitz
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-26
LibC: Remove debug spam from openpty()
Andreas Kling
2021-10-25
Kernel+LibC: Default to 8-bit characters in TTY
Daniel Bertalan
2021-10-24
LibC: Fix `%n` conversion specifier in scanf() format
Jelle Raaijmakers
2021-10-23
LibC: Use a sensible `MB_CUR_MAX` value
Daniel Bertalan
2021-10-23
LibC: Define locale categories (LC_*) as macros
Daniel Bertalan
2021-10-23
LibC: Add definition for FOPEN_MAX
Jean-Baptiste Boric
2021-10-22
LibC: Fix up mblen
Tim Schumacher
2021-10-22
LibC: Fix up mbtowc
Tim Schumacher
2021-10-21
LibC: Implement mbsnrtowcs
Tim Schumacher
2021-10-21
LibC: Implement wcsnrtombs
Tim Schumacher
2021-10-21
LibC: Implement mbrlen
Tim Schumacher
2021-10-20
LibC: Add missing header in search.h
Ben Wiederhake
2021-10-17
LibC: Define ULLONG_MAX
L Pereira
2021-10-17
Everywhere: Make some symbols `__attribute__((used))` for LTO
Daniel Bertalan
2021-10-17
LibC: Primitively implement wcsxfrm
Daniel Bertalan
[next]