freebsd-src/sys/amd64
Alexander Leidinger 3df129097b The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after my
compiler features tests. This is ok, since machine/ieeefp.h is an internal
interface. But floatingpoint.h is a public interface and some ports use it,
so include sys/cdefs.h in the amd64 and i386 version of floatingpoint.h.

Note: some architectures don't provide recursive inclusion protection in
floatingpoint.h, namely alpha and ia64. Except for this part and now the
include of sys/cdefs.h, all those files are equal (from a compiler POV),
so they could be moved to only one version in src/include/.

Approved by:	joerg
2005-04-02 17:31:42 +00:00
..
acpica - Add a new quirk to indicate that pin 0 of the first I/O APIC is really 2005-02-22 21:52:52 +00:00
amd64 Checkpoint today's tidy-up of the WIP disassembler. It now agrees with 2005-03-30 22:57:41 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf MFR5: rev 1.421.2.6: Enable support for 32-bit Linux binaries by default. 2005-03-31 20:55:10 +00:00
ia32 Remove sched_free_thread() which was only used 2004-08-31 06:12:13 +00:00
include The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after my 2005-04-02 17:31:42 +00:00
isa Remove comments relevant only to pc98 as there are no amd64 pc98 machines. 2005-03-16 20:55:15 +00:00
linux32 - Use a custom version of copyinuio() to implement readv/writev using 2005-03-31 22:57:21 +00:00
pci MFi386: whitespace, copyright header, etc updates 2005-01-21 05:56:41 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00