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-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
2021-10-15
LibC: Mark termcap symbols as weak
Tim Schumacher
2021-10-13
LibC: Use the new pread syscall to implement pread
Rodrigo Tobar
2021-10-09
Kernel: Add ioctl request for getting a storage device's block size
David Isaksson
2021-10-09
Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl request
David Isaksson
2021-10-06
LibC: Fix redeclaration in x86_64/regs.h
Ben Wiederhake
2021-10-06
LibC: Make sure ARCH macro is available before use
Ben Wiederhake
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-10-03
LibC: Implement mbrtowc closer to POSIX
Tim Schumacher
2021-10-03
LibC: Specifically clear only stored bytes after successful mbrtowc
Tim Schumacher
2021-10-03
LibC: Manually count stored bytes in mbstate_t
Tim Schumacher
2021-10-03
LibC: Remove the mbstate_reset helper
Tim Schumacher
2021-10-03
LibC: Stub out swprintf
Tim Schumacher
2021-10-03
LibC: Stub out wcstold
Tim Schumacher
2021-10-03
LibC: Stub out wcstod
Tim Schumacher
2021-10-03
LibC: Stub out wcstof
Tim Schumacher
[next]