NetBSD/sys
pgoyette 2c44026c23 Don't attempt to detach an evcnt before attaching it. If its not
already attached, we will panic.

It turns out that this check wasn't really needed anyway, it was
simply paranoia on my part.

Thanks to hannken@ for bringing this to my attention.
2020-03-23 14:49:50 +00:00
..
altq Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
arch adapt dual descriptor design both for AVE64 and AVE32 2020-03-23 10:26:07 +00:00
coda v_interlock -> vmobjloc 2020-02-24 20:53:11 +00:00
compat Deal with having to teardown sysctl entries in multiple sub-trees. 2020-03-21 16:28:56 +00:00
conf undo previous since config has been fixed 2020-03-08 00:18:41 +00:00
crypto
ddb Make the db_kernelonly() macro visible to all files and re-use it. 2020-03-10 15:58:36 +00:00
dev in acpi_debug_init(), the string we extract from the dictionary is 2020-03-23 00:37:19 +00:00
dist/pf Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
external Fix compiler-rt build with MKIPFILTER=no 2020-03-15 23:51:27 +00:00
fs Fix use-after-free issue! 2020-03-21 13:39:31 +00:00
gdbscripts
kern Fix typo in comment. 2020-03-23 02:44:22 +00:00
lib Make x86 use the C version of memcmp(). 2020-01-27 22:06:13 +00:00
miscfs Process concurrent page faults on individual uvm_objects / vm_amaps in 2020-03-22 18:32:41 +00:00
modules Split out the quota code from the rest of compat_netbsd32 module. This 2020-03-12 15:02:29 +00:00
net Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
net80211 Define and implement a locking protocol for the ifmedia / mii layers: 2020-03-15 23:04:50 +00:00
netatalk
netbt pass the address of the field, instead of relying on it being the first 2020-02-29 11:40:06 +00:00
netcan Adopt <net/if_stats.h>. 2020-01-29 05:20:26 +00:00
netinet Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
netinet6 route: RTM_MISS now puts the message source address in RTA_AUTHOR 2020-03-09 21:20:55 +00:00
netipsec Fix kern/55066. Pointed out and fixed by Chuck Zmudzinski, thanks. 2020-03-13 06:55:35 +00:00
netmpls
netsmb Explicitly cast pointers to uintptr_t before casting to enums. They are 2020-02-21 00:26:21 +00:00
nfs Process concurrent page faults on individual uvm_objects / vm_amaps in 2020-03-22 18:32:41 +00:00
opencrypto Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
rump Don't attempt to detach an evcnt before attaching it. If its not 2020-03-23 14:49:50 +00:00
secmodel Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
stand Clean up the banner so it fits in 80 columns and add some extra details 2020-01-25 11:24:20 +00:00
sys Process concurrent page faults on individual uvm_objects / vm_amaps in 2020-03-22 18:32:41 +00:00
ufs Avoid misaligned access to lfs64 on-disk records in memory. 2020-03-21 06:11:05 +00:00
uvm Fix UVMHIST build 2020-03-23 10:35:56 +00:00
Makefile