NetBSD/sys
gdamore 0b8fc35579 Change to use new HAL layout. (Not in HEAD yet, but since this device
isn't built by default yet, it is harmless to change now.)

Pass DMA tag.  Do not register shutdown hooks if attach fails.
Use SYSREG_REVISION for ath device ids.

if_ath_arbus isn't operational yet, but it is much closer now.
2006-04-02 05:44:28 +00:00
..
altq Fix some typos. 2006-02-25 02:28:55 +00:00
arch Change to use new HAL layout. (Not in HEAD yet, but since this device 2006-04-02 05:44:28 +00:00
coda Add comments explaining how the 3 size variables for venus calls are 2006-03-15 14:30:56 +00:00
compat Added a #include for sys/device.h. This is necessary when building 2006-04-02 03:07:18 +00:00
conf Don't add CPUFLAGS to CFLAGS twice. 2006-03-29 21:35:32 +00:00
contrib Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
crypto
ddb Now that BKPT_SET takes two arguments, supply the second argument. 2006-04-02 00:57:30 +00:00
dev Greek console keymap from Eye of the Beholder 2006-04-01 23:02:32 +00:00
dist Moved from sys/dev/acpi/acpica/Subsystem. 2006-03-23 13:36:31 +00:00
fs Swap the order of the tf_gen and tf_id members of struct tmpfs_fid, 2006-03-31 20:27:49 +00:00
gdbscripts
ipkdb
kern PR/26804: Jason Thorpe: Make PT_DUMPCORE require the process to be PT_ATTACH'ed 2006-04-01 22:34:00 +00:00
lib Remove unused file. Pointed out by uwe. 2006-03-30 13:44:51 +00:00
lkm Fix "hard reboot" problem reported by Rhialto weeks ago on current-users@. 2006-02-03 02:37:57 +00:00
miscfs some cleanups after the introduction of GOP_SIZE_MEM flag. 2006-03-30 12:40:06 +00:00
net Add missing break tunwrite() which was causing EAFNOSUPPORT to be 2006-03-29 19:29:00 +00:00
net80211 Revamp ieee80211_get_rate. Now it does not use the rateset in the 2006-03-28 00:48:10 +00:00
netatalk
netccitt don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
netinet When reflecting an ICMP Echo, do not scribble over read-only/shared 2006-03-29 21:13:55 +00:00
netinet6 Add predicate IN6_IS_SCOPE_EMBEDDABLE(__a), which is true if and 2006-03-29 21:29:59 +00:00
netipsec FreeBSD SA-06:11 and CVE-2006-0905: update the replay sequence number 2006-03-23 15:25:46 +00:00
netisdn Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
netiso
netkey
netnatm
netns
netsmb merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
nfs some cleanups after the introduction of GOP_SIZE_MEM flag. 2006-03-30 12:40:06 +00:00
opencrypto don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
stand
sys PR/32809: Pavel Cahyna: Conflicting flags in l_flag and p_flag are causing 2006-04-01 00:57:34 +00:00
ufs Make sure we unlock to zero when avoiding 3-way deadlock; otherwise we 2006-04-01 00:13:01 +00:00
uvm uvm_km_check_empty: fix an assertion. 2006-03-17 09:37:55 +00:00
Makefile