freebsd_amp_hwpstate/sys
John Baldwin 7d224206b4 Move some variables to the BSS instead of explicitly zero'ing them. This
also makes all of the PCIbios variable be zero'd, not just the entry field.
2002-09-05 17:05:15 +00:00
..
alpha Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all 2002-09-03 00:06:58 +00:00
amd64 Move some variables to the BSS instead of explicitly zero'ing them. This 2002-09-05 17:05:15 +00:00
arm Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all 2002-09-03 00:06:58 +00:00
boot Parse hint.acpi.0.disabled correctly. 2002-09-05 11:16:23 +00:00
cam Make SCSI_DELAY setable at boot time and runtime via the 2002-09-02 20:10:19 +00:00
coda
compat Do not cast from a pointer to an integer of a possibly different size. 2002-09-05 12:30:54 +00:00
conf Uncommented MAC options so that they get linted. This exposes brokenness 2002-09-05 06:46:11 +00:00
contrib Fix kernel build breakage when ACPI_DEBUG option is specified. 2002-08-29 08:31:06 +00:00
crypto
ddb db_ps.c: 2002-08-31 04:25:44 +00:00
dev Don't let children attach fast interrupts if the parent interrupt is normal. 2002-09-04 18:50:40 +00:00
fs s/SGNL/SIG/ 2002-09-05 07:30:18 +00:00
geom Use 'p' as the partition specifier instead of 's'. We continue to use 2002-08-24 22:42:16 +00:00
gnu
i4b Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921, 2002-09-02 00:52:11 +00:00
i386 Move some variables to the BSS instead of explicitly zero'ing them. This 2002-09-05 17:05:15 +00:00
ia64 Make this compile 2002-09-03 04:30:00 +00:00
isa Add suspend/resume method to syscons. This switch the mode 2002-08-25 18:35:44 +00:00
isofs/cd9660 Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
kern Add debug.rman_debug sysctl MIB and loader tunable instead of broken 2002-09-05 11:45:02 +00:00
libkern
modules Remove aic7xxx from the module build framework until all bootstrapping 2002-09-03 16:54:48 +00:00
net Make recursion prevention variable per-instance and remove XXX comment 2002-09-05 15:35:38 +00:00
netatalk
netatm Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
netgraph
netinet Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of depending 2002-09-05 15:33:30 +00:00
netinet6 Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and 2002-08-25 03:50:29 +00:00
netipx Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
netkey
netnatm
netncp
netns Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
netsmb <sys/lock.h> is a prerequisite for <sys/mutex.h>, so include the former 2002-08-27 12:22:06 +00:00
nfs
nfsclient Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't 2002-09-05 14:04:34 +00:00
nfsserver
pc98 Take a shot at fixing up a whole stack of style and other embarresing 2002-08-31 03:33:32 +00:00
pccard
pci Make consistent; turn spaces into tabs where there is a mixture. 2002-09-04 18:14:17 +00:00
posix4
powerpc Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all 2002-09-03 00:06:58 +00:00
rpc
security Include <sys/malloc.h> instead of depending on namespace pollution 2 2002-09-05 07:02:43 +00:00
sparc64 Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all 2002-09-03 00:06:58 +00:00
sys Forward declare struct uio so that <sys/uio.h> isn't a prerequisite. 2002-09-05 09:31:14 +00:00
tools
ufs Include <sys/malloc.h> instead of depending on namespace pollution 2 2002-09-05 09:43:24 +00:00
vm Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't 2002-09-05 14:04:34 +00:00
Makefile