freebsd-src/sys/amd64
Bruce Evans a67ef0a77a Don't implement anything in the ffs family in <machine/cpufunc.h>
in the non-_KERNEL case.  This "fixes" applications that include
this "kernel-only" header and also include <strings.h> (or get
<strings.h> via the default _BSD_VISIBLE pollution in <string.h>.
In C++ there was a fatal error: the declaration specifies C linkage
but the implementation gives C++ linkage.  In C there was only a
static/extern mismatch if the headers were included in a certain order
order, and a partially redundant declaration for all include orders;
gcc emits incomplete or wrong diagnostics for these, but only for
compiling with -Wsystem-headers and certain other warning options, so
the problem was usually not seen for C.

Ports breakage reported by:	kris
2004-03-11 13:38:54 +00:00
..
acpica Merge some more changes from i386. 2004-01-30 00:24:45 +00:00
amd64 Remove stale or broken call to kdb_trap() and protected by the non- 2004-03-11 00:17:45 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Document that ENABLE_ALART controls the alarm on Intel intpm driver. 2004-03-05 08:04:10 +00:00
ia32 Catch up with some proc/procsig locking improvements that were made to the 2004-02-21 23:34:42 +00:00
include Don't implement anything in the ffs family in <machine/cpufunc.h> 2004-03-11 13:38:54 +00:00
isa Don't cast a pointer to an int that isn't big enough. 2004-02-05 00:12:08 +00:00
pci MFi386: change an outb to a DELAY() 2004-01-28 20:46:31 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00