NetBSD/sys
2020-03-21 17:09:29 +00:00
..
altq Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
arch Revert another historic $Hdr$ collapse. 2020-03-21 17:00:47 +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 Nuke crypto/arc4. Has not been used since 2003. Will not be missed. 2019-12-05 03:22:02 +00:00
ddb Make the db_kernelonly() macro visible to all files and re-use it. 2020-03-10 15:58:36 +00:00
dev When parsing Enhanced Allocation entries, use the correct calulation for 2020-03-21 17:09:29 +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 more updates for the vnode and mount list iterator changes 2019-12-06 02:37:53 +00:00
kern callout_destroy(): change output from a couple of assertions so it's clear 2020-03-21 02:32:37 +00:00
lib Make x86 use the C version of memcmp(). 2020-01-27 22:06:13 +00:00
miscfs Finish the transition to SYSCTL_SETUP by removing local sysctllog 2020-03-21 16:30:39 +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 Add sanity check, only sat_len bytes got copied in, the rest is 2019-11-29 17:40:16 +00:00
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 Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
opencrypto Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
rump Teach rump how to process __link_set_sysctl_funcs so it can handle 2020-03-21 04:48:37 +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 Use __builtin_va_start for clang as well. This avoids a bug in the 2020-03-20 01:06:11 +00:00
ufs Avoid misaligned access to lfs64 on-disk records in memory. 2020-03-21 06:11:05 +00:00
uvm Go back to freeing struct vm_anon one by one. There may have been an 2020-03-20 19:08:54 +00:00
Makefile