NetBSD/sys
christos c3bbf81d67 On detach, destroy the mutex attach created, otherwise we crash with LOCKDEBUG.
XXX: other interface drivers have this issue.
2020-03-30 11:57:50 +00:00
..
altq Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
arch Enable the cycle counter when a CPU hatches and store an estimate of the 2020-03-30 11:38:29 +00:00
coda v_interlock -> vmobjloc 2020-02-24 20:53:11 +00:00
compat When using SYSCTL_SETUP there is no guarantee of the order in which 2020-03-26 13:39:29 +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 Enable the cycle counter when a CPU hatches and store an estimate of the 2020-03-30 11:38:29 +00:00
dist/pf Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
external merge conflicts 2020-03-28 19:49:25 +00:00
fs autofs: Make autofs(5) timeout messages include affected process name and PID 2020-03-28 17:29:56 +00:00
gdbscripts
kern Avoid division by zero if label isn't valid. 2020-03-27 11:13:57 +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 On detach, destroy the mutex attach created, otherwise we crash with LOCKDEBUG. 2020-03-30 11:57:50 +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 fix in4_cksum() panic "in4_cksum: mbuf 14 too short for IP header 20" 2020-03-27 16:34:58 +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 sleepq_t is now a LIST. Forgot to commit earlier. 2020-03-26 22:40:10 +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 Match indentation of previous entries. 2020-03-30 09:32:46 +00:00
ufs Comment out some of the CTASSERTS for lint until I fix lint. 2020-03-28 01:08:42 +00:00
uvm Fix UVMHIST build 2020-03-23 10:35:56 +00:00
Makefile