summaryrefslogtreecommitdiffstats
path: root/sys/sys/limits.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Further standards compliance fixes: export LONG_BIT, WORD_BIT, andguenther2012-06-301-8/+14
* create new machine/_float.h which is namespace clean. create a newderaadt2012-06-261-31/+20
* Move MB_LEN_MAX into the machine-independent sys/limits.h header,guenther2009-11-271-1/+3
* UCHAR_MAX and USHRT_MAX should not have a 'U' suffix.millert2007-05-071-3/+3
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-5/+6
* Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than amiod2004-09-161-4/+3
* Avoid multiple definitions of macros in float.h and limits.h. Thismillert2002-05-111-17/+20
* revert, sys/param.h will need fixing first.espie2002-04-241-6/+1
* Make this not directly usable from userland.espie2002-04-241-1/+6
* Introduce a new file, machine/internal_types.h, to hold that specific archespie2002-04-241-0/+125