summaryrefslogtreecommitdiffstats
path: root/include/limits.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-20increase TMP_MAX to the equivalent of INT_MAX. it's actually more,tedu1-2/+2
2013-03-01Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008guenther1-10/+12
2013-02-17Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAXguenther1-2/+2
2012-06-30Further standards compliance fixes: export LONG_BIT, WORD_BIT, andguenther1-8/+26
2008-02-10Define _POSIX_TZNAME_MAX to 6 if the user requested POSIX 1003.1-2001.kettenis1-1/+5
2008-02-02Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX.kettenis1-2/+3
2005-12-31Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.hmillert1-7/+4
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert1-12/+16
2004-06-09According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAXmillert1-3/+3
2004-05-31Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAXmillert1-2/+2
2004-05-31Updates based on Single Unix; OK deraadt@millert1-3/+6
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archespie1-2/+2
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).d1-1/+9
1998-07-11provide TMP_MAX like stdio.h; kleinkderaadt1-4/+7
1997-09-21Well, as we are heading for a release people are encouraged to rebuild theirniklas1-0/+1
1996-10-26Correct a typo in _POSIX_SSIZE_MAXtholo1-2/+2
1996-08-30_POSIX_ARG_MAX 256k after consulting with thorstenderaadt1-1/+1
1995-10-18initial import of NetBSD treederaadt1-0/+80