freebsd-dev/sys/i386
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 Add support for quirks for acpi tables. Key off OEM vendor and revision. 2004-03-03 03:02:17 +00:00
bios Device megapatch 4/6: 2004-02-21 21:10:55 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Remove the phantom 'nv' driver again. 2004-03-06 06:54:54 +00:00
cpufreq o Typo: Ternal -> Thermal. 2004-02-29 18:30:35 +00:00
i386 Remove stale or broken call to kdb_trap() and protected by the non- 2004-03-11 00:17:45 +00:00
ibcs2 Regen. 2004-02-06 20:21:18 +00:00
include Don't implement anything in the ffs family in <machine/cpufunc.h> 2004-03-11 13:38:54 +00:00
isa Device megapatch 4/6: 2004-02-21 21:10:55 +00:00
linux Regen. 2004-02-04 22:00:44 +00:00
pci Add back an include to fix the build for the CPU_ELAN case. 2004-02-19 18:34:26 +00:00
svr4 Attempt to make the proper changes here for the proc.h commit: 2004-01-05 00:29:00 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00