summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2023-06-01LibC: Set up a dummy first stack frame in `_start`Daniel Bertalan
2023-05-28LibC: Ensure that `struct group::gr_mem` pointers are alignedDaniel Bertalan
2023-05-24LibTimeZone+Userland: Change timezone functions to use UnixDateTimekleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-23LibC: Fix incorrect string length calculation in getsignalbyname()Tim Ledbetter
2023-05-15Userland: Silence or resolve new GCC 13 warningsDaniel Bertalan
2023-05-14LibC+LibELF: Handle the R_AARCH64_IRELATIVE relocation typeDaniel Bertalan
2023-05-05Userland: Fix wrong signature of `dladdr`Fabian Dellwing
2023-04-29LibC: Add Ipv6 address checking macros to netinet/in.hNicolas Josef Zunker
2023-04-23Kernel+LibC: Implement `pthread_create` for AArch64Daniel Bertalan
2023-04-15LibC: Return nullptr if allocation fails in strdup() and strndup()Stanisław Wiśniewski
2023-04-14Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64Nico Weber
2023-04-14LibC: Implement if_indextoname and if_nametoindexArda Cinar
2023-04-10LibC: Properly implement the futimens functionLiav A
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-06Kernel+LibC: Modify aarch64's __mcontext to store registers in an arrayTimon Kruiper
2023-03-24Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`Cameron Youell
2023-03-15Kernel: Merge {get,set}_process_name syscalls to the prctl syscallLiav A
2023-03-12LibC: Correctly reset the getopt state on `optind = 1`Tim Schumacher
2023-03-05Kernel: Move process coredump metadata modification to the prctl syscallLiav A
2023-03-05Kernel+Userland: Add support for using the PCSpeaker with various tonesLiav A
2023-03-01Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h fileLiav A
2023-03-01Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h fileLiav A
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-02-24Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.hLiav A
2023-02-24Kernel+Userland: Move prctl numbers header file to Kernel/API directoryLiav A
2023-02-19Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTSPeter Elliott
2023-02-15Everywhere: Change all XXX into FIXME or remove as appropriateBen Wiederhake
2023-02-15LibELF+LibC: Add support for aarch64 relocationsTimon Kruiper
2023-02-15LibC: Add general implementation for memcpy and memsetTimon Kruiper
2023-02-15LibELF+LibC: Add support for relative relocations in aarch64 binariesTimon Kruiper
2023-02-15LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 specAli Mohammad Pur
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-08LibC: Add strcasestr()Julian Offenhäuser
2023-02-05LibC+LibCore: Remove serenity_setenv()MacDue
2023-02-05LibCore+LibC: Add putenv() wrapperMacDue
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-21LibC: Remove #ifdef KERNEL guard from stddef.hAndrew Kaster
2023-01-21LibC: Don't include sys/cdefs.h in ttydefaults as it is used in KernelAndrew Kaster
2023-01-21Kernel+Libraries: Don't include limits.h from LibELF/Validation.hAndrew Kaster
2023-01-21Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/APIAndrew Kaster
2023-01-21LibC: Remove duplicate declaration of clock_t and time_tAndrew Kaster
2023-01-21Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.hAndrew Kaster
2023-01-21Kernel+LibC: Move name length constants to Kernel/API from limits.hAndrew Kaster
2023-01-21Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIXAndrew Kaster
2023-01-19LibC: Remove the stub iconv headerTim Schumacher
2023-01-15LibC: Fix incorrect limit for SSIZE_MAX and remove 32 bit definitionsAgustin Gianni
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2023-01-04LibIPC+LibC: Add and use a helper to encode/decoder container sizesTimothy Flynn
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake