summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2021-12-24LibC: Implement _setjmp and _longjmpBrian Gianforcaro
2021-12-23LibC: Allow multiple includes of `<assert.h>`Michel Hermier
2021-12-23Kernel+UE+LibC: Store address as void* in SC_m{re,}map_paramsDaniel Bertalan
2021-12-22LibC: Add support for `posix_madvise(..)`Brian Gianforcaro
2021-12-22Kernel+LibC: Stub out getifaddrs() and freeifaddrs()Idan Horowitz
2021-12-22Kernel+LibC: Stub out if_nameindex() and if_freenameindex()Idan Horowitz
2021-12-22LibC: Add the netinet/if_ether.h header and define ETH_ALENIdan Horowitz
2021-12-22LibC: Stub out munlock()Idan Horowitz
2021-12-21LibC: Remove deprecation warnings from "unsafe" string functionsTim Schumacher
2021-12-21LibC: Add POSIX spec comments for stat APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for posix_spawn APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for signal APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for search APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for stdio APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for stdlib APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for string APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for sched APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for qsortBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for select APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for memory management APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for socket APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for pollBrian Gianforcaro
2021-12-21AK+Everywhere: Replace __builtin bit functionsNick Johnson
2021-12-21LibC: Make WEOF a signed value on clangAli Mohammad Pur
2021-12-21LibC: Add POSIX spec links to all applicable wide character functionsAli Mohammad Pur
2021-12-21LibC: Define WCHAR_{MIN,MAX}Ali Mohammad Pur
2021-12-21LibC: Stub out wcsftime()Ali Mohammad Pur
2021-12-21LibC: Implement ungetwc()Ali Mohammad Pur
2021-12-21LibC: Stub out some wscanf variantsAli Mohammad Pur
2021-12-21LibC+AK: Implement all sorts of wprintf variantsAli Mohammad Pur
2021-12-21LibC: Implement f{get,put}ws()Ali Mohammad Pur
2021-12-21LibC: Stub out fwide()Ali Mohammad Pur
2021-12-21LibC: Implement {f,}putwc()Ali Mohammad Pur
2021-12-21LibC: Implement getwchar()Ali Mohammad Pur
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