History log of /netbsd-src/sys/arch/amd64/include/int_fmtio.h (Results 1 – 7 of 7)
Revision Date Author Comments
# d87708c5 25-Jul-2014 joerg <joerg@NetBSD.org>

Add generic versions of machine/int_*.h for compilers providing
appropiate macros for all necessary types.


# 433b5dde 26-Oct-2008 mrg <mrg@NetBSD.org>

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.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 8b9e7c11 23-May-2004 kleink <kleink@NetBSD.org>

Change {u,}int_fast{8,16}_t to 32-bit types.

Note: While this is technically an ABI change I believe it is a
change that we can afford at this time (and to be pulled up to
2.0, which will be the fir

Change {u,}int_fast{8,16}_t to 32-bit types.

Note: While this is technically an ABI change I believe it is a
change that we can afford at this time (and to be pulled up to
2.0, which will be the first release for amd64). The types are
not widely used yet, and a survey of pkgsrc has not shown uses
that would be adversely affected by it.

show more ...


# e8769fc0 31-Aug-2003 fvdl <fvdl@NetBSD.org>

Update a few types and formats.


# 81918bf8 26-Apr-2003 fvdl <fvdl@NetBSD.org>

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), a

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.

show more ...