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-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
2021-10-17
LibC: Implement wcslcpy
Daniel Bertalan
2021-10-17
LibC: Fix wcsrchr declaration to return a non-const wchar*
Daniel Bertalan
2021-10-17
LibC: Stub out mbsnrtowcs
Daniel Bertalan
2021-10-17
LibC: Stub out wcsnrtombs
Daniel Bertalan
2021-10-17
LibC: Implement wmemcmp
Daniel Bertalan
2021-10-17
LibC: Add ELAST errno macro
Daniel Bertalan
2021-10-17
LibC: Forward-declare `struct tm` in wchar.h
Daniel Bertalan
2021-10-17
LibC: Implement wctob
Tim Schumacher
2021-10-17
LibC: Implement mbstowcs
Tim Schumacher
2021-10-17
LibC: Implement wctomb
Tim Schumacher
2021-10-15
LibC: Implement mbsrtowcs
Tim Schumacher
2021-10-15
LibC: Implement wcsrtombs
Tim Schumacher
2021-10-15
LibC: Implement wcrtomb
Daniel Bertalan
2021-10-15
LibC: Partially implement wcwidth
Tim Schumacher
2021-10-15
LibC: Stub out tdelete
Tim Schumacher
2021-10-15
LibC: Implement twalk
Tim Schumacher
2021-10-15
LibC: Implement tfind and tsearch
Tim Schumacher
[next]