summaryrefslogtreecommitdiffstats
path: root/include/limits.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* increase TMP_MAX to the equivalent of INT_MAX. it's actually more,tedu2015-01-201-2/+2
* Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008guenther2013-03-011-10/+12
* Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAXguenther2013-02-171-2/+2
* Further standards compliance fixes: export LONG_BIT, WORD_BIT, andguenther2012-06-301-8/+26
* Define _POSIX_TZNAME_MAX to 6 if the user requested POSIX 1003.1-2001.kettenis2008-02-101-1/+5
* Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX.kettenis2008-02-021-2/+3
* Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.hmillert2005-12-311-7/+4
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-12/+16
* According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAXmillert2004-06-091-3/+3
* Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAXmillert2004-05-311-2/+2
* Updates based on Single Unix; OK deraadt@millert2004-05-311-3/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Introduce a new file, machine/internal_types.h, to hold that specific archespie2002-04-241-2/+2
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-1/+9
* provide TMP_MAX like stdio.h; kleinkderaadt1998-07-111-4/+7
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
* Correct a typo in _POSIX_SSIZE_MAXtholo1996-10-261-2/+2
* _POSIX_ARG_MAX 256k after consulting with thorstenderaadt1996-08-301-1/+1
* initial import of NetBSD treederaadt1995-10-181-0/+80