summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/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
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-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
* Arm port, NetBSD codebase stripped down, 32bit only support.drahn2004-02-011-0/+54