summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
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
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2022-12-31LibC: Include aarch64 regs.h for AK_ARCH_AARCH64Andrew Kaster
2022-12-30LibC: Mark fenv-family function arguments as used on aarch64kleines Filmröllchen
2022-12-28Kernel+Userland: Remove uses of the __i386__ compiler macroAndreas Kling
2022-12-28LibC: Remove use of ARCH(I386) in sys/arch/aarch64/regs.hAndreas Kling
2022-12-28LibC: Remove i686 supportLiav A
2022-12-28Kernel+Userland: Remove dependency on i386-specific registersLiav A
2022-12-27LibC: Make timegm() force tm_isdst to 0Nico Weber
2022-12-11Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execvesin-ack
2022-12-11Kernel+LibC+Tests: Implement `pwritev(2)`sin-ack
2022-12-11Kernel+LibC: Implement `setregid(2)`sin-ack