Home | History | Annotate | Download | only in include
History log of /src/sys/arch/arm/include/int_limits.h
RevisionDateAuthorComments
 1.12  06-Oct-2021  skrll More trailing whitespace
 1.11  25-Jul-2014  joerg Add generic versions of machine/int_*.h for compilers providing
appropiate macros for all necessary types.
 1.10  29-Jan-2014  matt branches: 1.10.2;
Take advantage of compiler predefines for types.
Add _LP64 support.
 1.9  29-Aug-2008  matt branches: 1.9.28; 1.9.38; 1.9.44;
Remove non-__ELF__ snippets.
 1.8  28-Apr-2008  martin branches: 1.8.2; 1.8.6;
Remove clause 3 and 4 from TNF licenses
 1.7  17-Oct-2007  garbled branches: 1.7.16; 1.7.18; 1.7.20;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
 1.6  31-Aug-2007  drochner Fix definitions of UCHAR_MAX/USHRT_MAX and related
types. C99 requires that these definitions promote to (signed/unsigned)
integer the same way as the types the definition is for. And since
unsigned char/short fit into an "int" on all our archs and thus promote
to signed int, the definitions must not be unsigned.
Fixes PR lib/31306 by Neil Booth.
 1.5  11-Dec-2005  christos branches: 1.5.30; 1.5.38; 1.5.44; 1.5.46; 1.5.48; 1.5.50; 1.5.52;
merge ktrace-lwp.
 1.4  08-May-2004  kleink branches: 1.4.12;
Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
 1.3  03-Sep-2001  matt branches: 1.3.6; 1.3.24;
Add __ELF__ stuff for resized types under ELF.
 1.2  26-Apr-2001  kleink branches: 1.2.2; 1.2.4;
Add definitions for C99 fastest minimum-width integer types.
 1.1  15-Apr-2001  kleink branches: 1.1.2;
Add definitions of C99 specified-width integer type limits.
XXX Fastest minimum-width integer types haven't been decided upon yet.
 1.1.2.2  21-Apr-2001  bouyer Sync with HEAD
 1.1.2.1  15-Apr-2001  bouyer file int_limits.h was added on branch thorpej_scsipi on 2001-04-21 17:53:10 +0000
 1.2.4.1  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.2.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.3.24.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.3.24.2  18-Sep-2004  skrll Sync with HEAD.
 1.3.24.1  03-Aug-2004  skrll Sync with HEAD
 1.3.6.2  03-Sep-2001  matt Add __ELF__ stuff for resized types under ELF.
 1.3.6.1  03-Sep-2001  matt file int_limits.h was added on branch nathanw_sa on 2001-09-03 01:51:40 +0000
 1.4.12.1  03-Sep-2007  yamt sync with head.
 1.5.52.1  06-Nov-2007  matt sync with HEAD
 1.5.50.1  01-Jan-2008  chris Sync with HEAD.
 1.5.48.1  03-Sep-2007  jmcneill Sync with HEAD.
 1.5.46.1  01-Nov-2007  rjs Sync with HEAD.
 1.5.44.1  03-Sep-2007  skrll Sync with HEAD.
 1.5.38.1  03-Oct-2007  garbled Sync with HEAD
 1.5.30.1  09-Oct-2007  ad Sync with head.
 1.7.20.2  04-May-2009  yamt sync with head.
 1.7.20.1  16-May-2008  yamt sync with head.
 1.7.18.1  18-May-2008  yamt sync with head.
 1.7.16.2  28-Sep-2008  mjf Sync with HEAD.
 1.7.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.8.6.1  19-Oct-2008  haad Sync with HEAD.
 1.8.2.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.9.44.1  18-May-2014  rmind sync with head
 1.9.38.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9.28.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.10.2.1  10-Aug-2014  tls Rebase.

RSS XML Feed