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-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
2021-09-19
LibC: Declare IN6_IS_ADDR_V4MAPPED correctly
Kenneth Myhra
2021-09-18
LibC: Implement most langinfo values mentioned in POSIX
Tim Schumacher
2021-09-18
LibC: Primitively implement wcscoll
Tim Schumacher
2021-09-18
LibC: Don't format strings when asserting with an unstable heap
Jean-Baptiste Boric
2021-09-17
LibC: Implement towctrans
Tim Schumacher
2021-09-17
LibC: Implement iswctype
Tim Schumacher
2021-09-17
LibC: Implement wctrans
Tim Schumacher
2021-09-17
LibC: Implement wctype
Tim Schumacher
2021-09-17
LibC: Change wctrans_t to be a long instead of int*
Tim Schumacher
2021-09-16
Kernel+LibC: Pack SC_stat_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_mount_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_setsockopt_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_accept4_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct better
Brian Gianforcaro
2021-09-16
LibC: Implement mbsinit and mbrtowc
Tim Schumacher
2021-09-16
LibC: Implement btowc()
Tim Schumacher
2021-09-16
LibC: Stub out a bunch of wchar functions
Tim Schumacher
2021-09-16
LibC: Define ptrdiff_t limits
Tim Schumacher
2021-09-16
LibC: Provide a dummy mbstate_t in wchar.h
Tim Schumacher
2021-09-16
LibC: Implement CODESET for langinfo
Tim Schumacher
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
2021-09-13
LibC: Upgrade memmove() to memcpy() when possible
Andreas Kling
[next]