summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2022-03-02LibCore+LibC: Add wrapper for setenvLucas CHOLLET
2022-03-02LibC: Increase alignment for malloc() BigAllocationBlocks to 16 bytesPeter Ross
2022-03-02LibC: Replace [[gnu::aligned(16)]] with C++ standard alignas(16)Peter Ross
2022-03-02LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`Peter Ross
2022-03-02LibC: Add TCP_MAXSEG to tcp.hPeter Ross
2022-03-02LibC: Add IN_MULTICAST to in.hPeter Ross
2022-02-28LibC: Define offsetof in stddef.h instead of sys/cdefs.hAndrew Kaster
2022-02-28LibC: Don't export ALWAYS_INLINE from sys/cdefs.hAndrew Kaster
2022-02-28LibC: Add a wrapper for the getrusage syscallLucas CHOLLET
2022-02-20LibC: Do not write value when scanf assignment value is suppressedPeter Ross
2022-02-20LibC: Do not include suppressed assignments in scanf return valuePeter Ross
2022-02-19Kernel: Fixed argument passing for profiling_enable syscallJakub Berkop
2022-02-16LibC: Try to recover gracefully from failed LookupServer requestsAndreas Kling
2022-02-12LibC: Stub out fmemopen()Ali Mohammad Pur
2022-02-11LibELF: Implement support for DT_RELR relative relocationsDaniel Bertalan
2022-02-09LibC: Remove debug spam in getaddrinfo()Andreas Kling
2022-02-09LibC+Kernel: Remove global variable use from snprintf and fprintfAndrew Kaster
2022-02-05LibRegex+LibJS: Avoid searching for more than one match in JS RegExpsAli Mohammad Pur
2022-02-03LibC: Add IN6_IS_ADDR_LINKLOCAL to in.hBrian Gianforcaro
2022-01-26LibRegex: Implement ECMA262 multiline matching without splitting linesAli Mohammad Pur
2022-01-25LibTimeZone+Userland: Rename current_time_zone to system_time_zoneTimothy Flynn
2022-01-25LibC: Ensure tzname and related fields are intializedTimothy Flynn
2022-01-25LibC: Revert localtime_r to use time zone information set by tzsetTimothy Flynn
2022-01-25LibC: Invoke tzset from time functions required to update time zone infoTimothy Flynn
2022-01-25LibC: Implement tzset with time zone awareness in accordance with POSIXTimothy Flynn
2022-01-25LibC: Define the POSIX TZNAME_MAX limitTimothy Flynn
2022-01-25AK: Standardize the behaviour of GenericLexer::consume_until overloadsIdan Horowitz
2022-01-24LibC: Add POSIX spec link for unistd mknod() APIKenneth Myhra
2022-01-23Kernel: Add ioctl to get the EDID from a framebufferTom
2022-01-23LibCore+LibC: Enforce the global event loop ban in codekleines Filmröllchen
2022-01-23LibC: Use LibTimeZone to offset localtime() for the system time zoneTimothy Flynn
2022-01-23DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibCTimothy Flynn
2022-01-16LibC: Flush all file streams on exitDaniel Bertalan
2022-01-16LibC: Implement `fflush(nullptr)`Daniel Bertalan
2022-01-16LibC: Fix `scandir` not checking for allocation failureMichel Hermier
2022-01-16LibC: Make `*alloc` return `NULL` in case of failure (POSIX)Michel Hermier
2022-01-16LibC: Document some posix `*alloc` urlsMichel Hermier
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