summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/limits.h
AgeCommit message (Expand)Author
2023-01-21Kernel+Libraries: Don't include limits.h from LibELF/Validation.hAndrew Kaster
2023-01-21Kernel+LibC: Move name length constants to Kernel/API from limits.hAndrew Kaster
2023-01-15LibC: Fix incorrect limit for SSIZE_MAX and remove 32 bit definitionsAgustin Gianni
2022-12-11Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execvesin-ack
2022-11-13LibC: Implement getpass()Julian Eigmüller
2022-09-18LibC: Fix misplaced #include in limits.hBen Wiederhake
2022-08-20Kernel+LibC: Enforce a limit on the number of supplementary group IDsAndreas Kling
2022-04-23LibC: Unconditionally include bits/posix1_lim.h from limits.hDaniel Bertalan
2022-04-14LibC: Define correct limits for `long` on `x86_64`Tim Schumacher
2022-01-25LibC: Define the POSIX TZNAME_MAX limitTimothy Flynn
2021-12-21LibC: Implement ungetwc()Ali Mohammad Pur
2021-10-17LibC: Define ULLONG_MAXL Pereira
2021-08-22LibC: Add LINK_MAX and _PC_LINK_MAXPeter Elliott
2021-04-27Userland: Move HOST_NAME_MAX to limits.hJean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ...Gunnar Beutner
2021-01-18LibC: Add TTY_NAME_MAX (32)Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling