Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove SIZE_MAX from limits.h. It was added years ago before we | 2015-04-30 | 1 | -4/+1 | |
| | | | | had a proper stdint.h. No ports fallout. OK guenther@ miod@ | ||||
* | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | 2013-08-07 | 1 | -4/+4 | |
| | | | | | | | sure that SIZE_MAX and SSIZE_MAX are defined as constants with a matching type on all are architectures. ok millert@, matthew@ | ||||
* | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | 2011-03-23 | 1 | -4/+4 | |
| | | | | Discussed and okay drahn@. Okay deraadt@. | ||||
* | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | 2009-11-27 | 1 | -3/+1 | |
| | | | | | | | | | rather than defining it separately for each architecture. Also set it to 4, to accommodate for future UTF-8 support (rfc3629). Diff by stsp, committing to catch the libc major bump ok kettenis@, guenther@ | ||||
* | Don't redefine SIZE_MAX | 2006-01-06 | 1 | -1/+3 | |
| | |||||
* | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | 2005-12-14 | 1 | -6/+8 | |
| | |||||
* | Arm port, NetBSD codebase stripped down, 32bit only support. | 2004-02-01 | 1 | -0/+54 | |