summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/int_limits.h
AgeCommit message (Expand)Author
2014-07-25Add generic versions of machine/int_*.h for compilers providingjoerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-31Fix definitions of UCHAR_MAX/USHRT_MAX and relateddrochner
2004-05-22Bring back {u,}int_fast8_t back to 8 bits, as I had misunderstood Charles.kleink
2004-05-21Change {u,}int_fast{8,16}_t to 32-bit types, as the previous minimum-kleink
2004-05-08Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.kleink
2001-04-26Add definitions for C99 fastest minimum-width integer types.kleink
2001-04-15Add definitions of C99 specified-width integer type limits.kleink