History log of /src/sys/arch/amd64/include/int_limits.h |
Revision | | Date | Author | Comments |
1.10 |
| 17-Apr-2021 |
rillig | sys/arch/amd64: remove trailing whitespace
|
1.9 |
| 25-Jul-2014 |
joerg | Add generic versions of machine/int_*.h for compilers providing appropiate macros for all necessary types.
|
1.8 |
| 27-Jan-2012 |
christos | branches: 1.8.6; 1.8.20; PR/45878: Nick Hudson: SIG_ATOMIC_{MAX,MIN} wrong for sig_atomic_t on amd64 sig_atomic_t is an int on amd64, put the proper limits there
|
1.7 |
| 26-Oct-2008 |
mrg | branches: 1.7.28; 1.7.32; put the contents of these header files around #ifdef __x86_64__, and #include the <i386/foo.h> in the #else clause, making these files largely bit-size independant.
|
1.6 |
| 28-Apr-2008 |
martin | branches: 1.6.6; Remove clause 3 and 4 from TNF licenses
|
1.5 |
| 17-Oct-2007 |
garbled | branches: 1.5.16; 1.5.18; 1.5.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.4 |
| 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.3 |
| 11-Dec-2005 |
christos | branches: 1.3.30; 1.3.38; 1.3.44; 1.3.48; 1.3.50; merge ktrace-lwp.
|
1.2 |
| 08-May-2004 |
kleink | branches: 1.2.12; Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
1.1 |
| 26-Apr-2003 |
fvdl | branches: 1.1.2; Rename the x86_64 port to amd64, as this is the actual name used for the processor family now. x86_64 is kept as the MACHINE_ARCH value, since it's already widely used (by e.g. the toolchain, etc), and by other operating systems.
|
1.1.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.2.12.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.3.50.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.3.48.1 |
| 03-Sep-2007 |
jmcneill | Sync with HEAD.
|
1.3.44.1 |
| 03-Sep-2007 |
skrll | Sync with HEAD.
|
1.3.38.1 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.3.30.1 |
| 09-Oct-2007 |
ad | Sync with head.
|
1.5.20.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.5.20.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.5.18.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.5.16.2 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.5.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.6.6.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.7.32.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.7.28.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.8.20.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.8.6.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|