summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2022-06-12LibC: Force default visibility for the _ctype_ symbolAndrew Kaster
2022-06-12LibC: Add public and independent ucontext.h headerAndrew Kaster
2022-06-04LibC: Make asctime_r() in time.h POSIX compliantMay
2022-05-23LibC: Add barebones <complex.h>Peter Elliott
2022-05-21Kernel+LibC: Implement futimens(3)Ariel Don
2022-05-21Kernel+LibC+VFS: Implement utimensat(3)Ariel Don
2022-05-21LibC: Add a stub for nice()Simon Danner
2022-05-20LibC: Implement posix_memalign(3) and aligned_alloc(3)Peter Elliott
2022-05-12LibC: Add herror() and hstrerror()Michał Lach
2022-05-12LibC: Make h_errno thread-localMichał Lach
2022-05-12LibC+Kernel: Prevent string functions from calling themselvesDaniel Bertalan
2022-05-08LibC: Add missing macro definitions for errno codescircl
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05Everywhere: Rename FB prefix structure names => GraphicsLiav A
2022-05-05Everywhere: Rename FB prefix name ioctls => GRAPHICSLiav A
2022-05-05DisplaySettings+WindowServer: Add support for display connector devicesLiav A
2022-05-05Kernel/Graphics: Introduce the DisplayConnector classLiav A
2022-05-05LibC: Add IN6_IS_ADDR_MULTICASTTim Schumacher
2022-05-03LibC: Hide `posix_memalign` by defaultTim Schumacher
2022-05-02Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake optionAndrew Kaster
2022-05-01LibC: Implement a faster memset routine for x86-64 in assemblyDaniel Bertalan
2022-05-01LibELF: Add support for IFUNCsDaniel Bertalan
2022-04-30LibC: Add all the `POSIX_FADV_*` constantsTim Schumacher
2022-04-29LibC: Implement posix_fadvise() (as a harmless no-op)Andreas Kling
2022-04-29LibC: Add more _POSIX_FOO constants to unistd.hAndreas Kling
2022-04-29LibC: Add MIN, MAX and howmany macros to sys/param.hAndreas Kling
2022-04-29LibC: Actually set the FPU environment instead of its pointerTim Schumacher
2022-04-29Kernel: Support userspace TTY graphics modesettingPeter Elliott
2022-04-26LibC: Don't handle pending exceptions when reading FPU statusTim Schumacher
2022-04-26Kernel: Add FIOCLEX and FIONCLEX ioctlsAndreas Kling
2022-04-23LibC: Use correct inttypes.h format strings on Aarch64Daniel Bertalan
2022-04-23LibC: Unconditionally include bits/posix1_lim.h from limits.hDaniel Bertalan
2022-04-23Kernel+LibC+LibCore: Implement the unlinkat(2) syscallsin-ack
2022-04-21LibC: Stub out posix_memalign()Andreas Kling
2022-04-21LibC: Make nameinfo (NI_*) constants bitfield-friendlyAndreas Kling
2022-04-21LibC: Implement errno via a __errno_location() functionAndreas Kling
2022-04-19LibC: Return early in time_to_tm for large time_tLeonardo Duarte
2022-04-15LibC+LibCore: Change a.m./p.m. to AM/PMcflip
2022-04-15LibC+LibCore: Properly format 12-hour formatted hourscflip
2022-04-14LibC: Define correct limits for `long` on `x86_64`Tim Schumacher
2022-04-03LibC: Implement __fseterrTim Schumacher
2022-04-03LibC: Implement __freadptrincTim Schumacher
2022-04-03LibC: Implement __freadaheadTim Schumacher
2022-04-03LibC: Implement __freadptrTim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29LibC: Implement `getdtablesize()`Jelle Raaijmakers
2022-03-29LibC: Make prctl() a varargs functionTim Schumacher
2022-03-29LibC: Make wchar size definitions available from stdint.hTim Schumacher
2022-03-28LibC: Fix inttypes.h macros for x86-64 and extend themDaniel Bertalan
2022-03-28LibC: Partially implement __fpendingTim Schumacher