summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2022-01-07LibC: Add POSIX spec links for unistd APIsBrian Gianforcaro
2022-01-04LibC: Use NULL instead of nullptr in serenity.hIdan Horowitz
2022-01-04Userland: Resolve tautological-constant-out-of-range-compare warningsAndrew Kaster
2022-01-04Userland: Locally suppress -Wc99-designator and re-enable globallyAndrew Kaster
2022-01-04LibC: Include `strings.h` in `string.h`Jesse Buhagiar
2022-01-02LibC: Support `X` modifier for `scanf`Jesse Buhagiar
2022-01-01Kernel+LibC+LibCore: Add lchown and fchownat functionscircl
2022-01-01LibC: Implement ``flockfile`` and ``funlockfile``Conor Byrne
2021-12-29Kernel+LibC: Add ECANCELED errno valueDaniel Bertalan
2021-12-29LibC: Make regs.h work with compilers without conceptsBrian Gianforcaro
2021-12-29LibC: Stub out tcsendbreak(..) and tcdrain(..)Brian Gianforcaro
2021-12-28LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constantBrian Gianforcaro
2021-12-28LibC: Add rindex() and index() APIsBrian Gianforcaro
2021-12-28LibC: Add alphasort() implementationBrian Gianforcaro
2021-12-28LibC: Add POSIX spec comments for dirent APIsBrian Gianforcaro
2021-12-25LibC: Buffer randomness to avoid syscall in every arc4random_buf()Andreas Kling
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