summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2021-12-12LibC: Implement sigwait()Idan Horowitz
2021-12-12LibC: Implement sigwaitinfo()Idan Horowitz
2021-12-12Kernel+LibC: Implement sigtimedwait()Idan Horowitz
2021-12-05LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscallBen Wiederhake
2021-12-05Kernel+strace: Remove unnecessary indirection for PEEKBen Wiederhake
2021-12-05LibC: Add a couple of missing errno codesIdan Horowitz
2021-12-05LibC: Stub out the rest of the getnameinfo flagsIdan Horowitz
2021-12-05Kernel: Add the SIOCATMARK ioctl request macroIdan Horowitz
2021-12-01Kernel+LibC: Implement sigaltstack()Idan Horowitz
2021-11-28LibC: Make SIZE_MAX be understood by the preprocessorDaniel Bertalan
2021-11-28LibC: Fix stdint.h macros on x86_64Daniel Bertalan
2021-11-28LibC: Add definition for ENOTRECOVERABLEDaniel Bertalan
2021-11-24Kernel+UE+LibC: Remove unused dbgputch syscallBen Wiederhake
2021-11-24LibC: Remove commented out code from `futex()`Jelle Raaijmakers
2021-11-21LibC: Remove commented-out main() prototype from sys/cdefs.hAndreas Kling
2021-11-21Everywhere: Fix spelling of "offsetted"Andreas Kling
2021-11-21Kernel+LibC: Fix misspelled "VERTICAL" in framebuffer ioctlsAndreas Kling
2021-11-20Kernel+LibC: Fix ptrace for 64-bitItamar
2021-11-17Kernel+LibC: Add msync() system callAndreas Kling
2021-11-14LibC: Implement _aligned_malloc and _aligned_freeDaniel Bertalan
2021-11-13Meta: Resolve cyclic dependency between LibPthread and libc++Daniel Bertalan
2021-11-13Kernel+LibC: Pass off_t to pread() via a pointerDaniel Bertalan
2021-11-11LibC: Avoid unnecessary mprotect during program finalizationBen Wiederhake
2021-11-11LibC: Track capacity in terms of AtExitEntry's, not bytesBen Wiederhake
2021-11-11LibC: Avoid unnecessary mprotect during program initializationBen Wiederhake
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-11-08LibC: Fix huge libc.a file size due to the use of `llvm-ar -q`Daniel Bertalan
2021-11-06LibC: Correctly evaluate addr in IN6_IS_ADDR_LOOPBACKTim Schumacher
2021-11-05LibC+LookupServer: Use u32 for the endpoint magicBen Wiederhake
2021-11-05LibC+LookupServer: Compute magic number to avoid hardcodingBen Wiederhake
2021-10-31LibC: Add `labs()`Jelle Raaijmakers
2021-10-28LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.hIdan Horowitz
2021-10-28LibC: Change the type of FBProperties' fields from bool to unsigned charIdan Horowitz
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-26LibC: Remove debug spam from openpty()Andreas Kling
2021-10-25Kernel+LibC: Default to 8-bit characters in TTYDaniel Bertalan
2021-10-24LibC: Fix `%n` conversion specifier in scanf() formatJelle Raaijmakers
2021-10-23LibC: Use a sensible `MB_CUR_MAX` valueDaniel Bertalan
2021-10-23LibC: Define locale categories (LC_*) as macrosDaniel Bertalan
2021-10-23LibC: Add definition for FOPEN_MAXJean-Baptiste Boric
2021-10-22LibC: Fix up mblenTim Schumacher
2021-10-22LibC: Fix up mbtowcTim Schumacher
2021-10-21LibC: Implement mbsnrtowcsTim Schumacher
2021-10-21LibC: Implement wcsnrtombsTim Schumacher
2021-10-21LibC: Implement mbrlenTim Schumacher
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