summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2022-01-13LibC: Remove TODO() macros to not break mc portKenneth Myhra
2022-01-13LibC: Add definition for PRIxMAXKenneth Myhra
2022-01-12LibC: Install libssp.a in /usr/libItamar
2022-01-12LibC: Make the address argument of `malloc_size` a pointer to constDaniel Bertalan
2022-01-12Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`Daniel Bertalan
2022-01-11LibC: Add daemon(3) implementation to match behavior of Linux and BSDsAndrew Kaster
2022-01-11AK+LibC+LibPthread: Introduce NoAllocationGuardkleines Filmröllchen
2022-01-10LibC: Implement strsep()Linus Groh
2022-01-09Everywhere: Add `serenity_dev_{makedev,major,minor}`Michel Hermier
2022-01-08Kernel: Remove EWHYTHO error code :^)Andreas Kling
2022-01-08LibC: Remove `#ifdef AK_OS_MACOS` checks from shadow.hDaniel Bertalan
2022-01-08LibC+LibDl: Declare functions taking no arguments as taking voidDaniel Bertalan
2022-01-08LibC: Fix typo: fgetround => fegetroundDaniel Bertalan
2022-01-08LibC: Fix up a few copy-pasted INTMAX parameter namesTim Schumacher
2022-01-07LibC: Add mntent stub functionsMartin Bříza
2022-01-07Everywhere: Fix spelling mistakesmjz19910
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