summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc/include/limits.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove SIZE_MAX from limits.h. It was added years ago before wemillert2015-04-301-4/+1
* We uniformly define size_t to be unsigned long and ssize_t to be long. Makekettenis2013-08-071-4/+4
* Move MB_LEN_MAX into the machine-independent sys/limits.h header,guenther2009-11-271-3/+1
* Don't redefine SIZE_MAXmillert2006-01-061-1/+3
* convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@millert2005-12-141-6/+8
* backout prematurederaadt2002-09-151-2/+2
* KNFderaadt2002-09-151-2/+2
* Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable.millert2002-07-301-1/+2
* Introduce a new file, machine/internal_types.h, to hold that specific archespie2002-04-241-37/+1
* The "powerpc" port which has supported the newer Apple Macintosh powerpc baseddrahn2001-09-011-4/+4
* Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofmillert2000-07-311-1/+4
* Make float.h and limits.h agree for DBL_MIN and DBL_MAX.rahnds2000-03-201-3/+3
* Some small fixes for non ofw systemspefo1998-08-061-1/+2
* Add UID_MAX and GID_MAXmillert1998-03-221-1/+4
* Monolithic PowerPC kernel, new includepefo1997-10-131-1/+13
* multiple inclusion protection; brenner@umr.eduderaadt1997-07-241-1/+6
* adding OpenBSD tag to files.rahnds1996-12-281-0/+1
* Check-in of powerpc kernel support.rahnds1996-12-211-0/+63