summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2021-12-21LibC: Implement {f,}getwc()Ali Mohammad Pur
2021-12-21LibC: Implement wcs{,c}spn()Ali Mohammad Pur
2021-12-21LibC: Sort the SOURCES entries in CMakeLists.txtAli Mohammad Pur
2021-12-21LibC: Switch to using east const in wchar.cppAli Mohammad Pur
2021-12-21LibRegex: Disallow duplicate named capture groups in ECMA262 parserdavidot
2021-12-19LibC: Implement wcsdupTim Schumacher
2021-12-18LibC: Move `_abort` next to `abort`Michel Hermier
2021-12-18LibC: Remove `VERIFY_NOT_REACHED()` from `assert.h`Michel Hermier
2021-12-18LibC: Make `__assertion_failed` always definedMichel Hermier
2021-12-18LibC: Remove undefined `__generate_unique_filename` declarationMichel Hermier
2021-12-18LibC: Make sysbeep return int instead of voidJunior Rantila
2021-12-16Kernel+LibC: Move errno definitions to Kernel/API/POSIXsin-ack
2021-12-16LibC: Implement serenity_opensin-ack
2021-12-15LibC: Use FlatPtr for malloced char* address storageHendiadyoin1
2021-12-12LibC: Rewrite pselect() as a wrapper for ppoll()Jean-Baptiste Boric
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