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-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
2021-10-03
LibC: Stub out wcstoull
Tim Schumacher
2021-10-03
LibC: Stub out wcstoul
Tim Schumacher
2021-10-03
LibC: Implement wmemmove
Tim Schumacher
2021-10-03
LibC: Implement wmemset
Tim Schumacher
2021-10-03
LibC: Implement wmemcpy
Tim Schumacher
2021-10-03
LibC: Implement wmemchr
Tim Schumacher
2021-10-03
LibC: Implement wcsstr
Tim Schumacher
2021-10-03
LibC: Implement wcspbrk
Tim Schumacher
2021-09-26
LibC+LibELF: Add definitions for extra dtags
Rodrigo Tobar
2021-09-23
LibC: Add getpriority() and setpriority() stubs
Jelle Raaijmakers
2021-09-23
LibC: Add chroot() stub
Jelle Raaijmakers
2021-09-20
LibC+DynamicLoader: Store the auxiliary vector address at startup
Itamar
2021-09-20
LibC: Spec compliant IN6_IS_ADDR_V4MAPPED
Kenneth Myhra
2021-09-20
AK+LibC: Remove SERENITY_LIBC_BUILD guard around `<initializer_list>`
Andrew Kaster
[next]