summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2021-10-20LibC: Add missing header in search.hBen Wiederhake
2021-10-17LibC: Define ULLONG_MAXL Pereira
2021-10-17Everywhere: Make some symbols `__attribute__((used))` for LTODaniel Bertalan
2021-10-17LibC: Primitively implement wcsxfrmDaniel Bertalan
2021-10-17LibC: Implement wcslcpyDaniel Bertalan
2021-10-17LibC: Fix wcsrchr declaration to return a non-const wchar*Daniel Bertalan
2021-10-17LibC: Stub out mbsnrtowcsDaniel Bertalan
2021-10-17LibC: Stub out wcsnrtombsDaniel Bertalan
2021-10-17LibC: Implement wmemcmpDaniel Bertalan
2021-10-17LibC: Add ELAST errno macroDaniel Bertalan
2021-10-17LibC: Forward-declare `struct tm` in wchar.hDaniel Bertalan
2021-10-17LibC: Implement wctobTim Schumacher
2021-10-17LibC: Implement mbstowcsTim Schumacher
2021-10-17LibC: Implement wctombTim Schumacher
2021-10-15LibC: Implement mbsrtowcsTim Schumacher
2021-10-15LibC: Implement wcsrtombsTim Schumacher
2021-10-15LibC: Implement wcrtombDaniel Bertalan
2021-10-15LibC: Partially implement wcwidthTim Schumacher
2021-10-15LibC: Stub out tdeleteTim Schumacher
2021-10-15LibC: Implement twalkTim Schumacher
2021-10-15LibC: Implement tfind and tsearchTim Schumacher
2021-10-15LibC: Mark termcap symbols as weakTim Schumacher
2021-10-13LibC: Use the new pread syscall to implement preadRodrigo Tobar
2021-10-09Kernel: Add ioctl request for getting a storage device's block sizeDavid Isaksson
2021-10-09Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl requestDavid Isaksson
2021-10-06LibC: Fix redeclaration in x86_64/regs.hBen Wiederhake
2021-10-06LibC: Make sure ARCH macro is available before useBen Wiederhake
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-10-03LibC: Implement mbrtowc closer to POSIXTim Schumacher
2021-10-03LibC: Specifically clear only stored bytes after successful mbrtowcTim Schumacher
2021-10-03LibC: Manually count stored bytes in mbstate_tTim Schumacher
2021-10-03LibC: Remove the mbstate_reset helperTim Schumacher
2021-10-03LibC: Stub out swprintfTim Schumacher
2021-10-03LibC: Stub out wcstoldTim Schumacher
2021-10-03LibC: Stub out wcstodTim Schumacher
2021-10-03LibC: Stub out wcstofTim Schumacher
2021-10-03LibC: Stub out wcstoullTim Schumacher
2021-10-03LibC: Stub out wcstoulTim Schumacher
2021-10-03LibC: Implement wmemmoveTim Schumacher
2021-10-03LibC: Implement wmemsetTim Schumacher
2021-10-03LibC: Implement wmemcpyTim Schumacher
2021-10-03LibC: Implement wmemchrTim Schumacher
2021-10-03LibC: Implement wcsstrTim Schumacher
2021-10-03LibC: Implement wcspbrkTim Schumacher
2021-09-26LibC+LibELF: Add definitions for extra dtagsRodrigo Tobar
2021-09-23LibC: Add getpriority() and setpriority() stubsJelle Raaijmakers
2021-09-23LibC: Add chroot() stubJelle Raaijmakers
2021-09-20LibC+DynamicLoader: Store the auxiliary vector address at startupItamar
2021-09-20LibC: Spec compliant IN6_IS_ADDR_V4MAPPEDKenneth Myhra
2021-09-20AK+LibC: Remove SERENITY_LIBC_BUILD guard around `<initializer_list>`Andrew Kaster