NetBSD/sys
2020-03-09 08:33:15 +00:00
..
altq Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
arch Fix LOCKDEBUG by calling fdtbus_intr_init as part of cpu_startup_hook, i.e. 2020-03-08 08:26:54 +00:00
coda v_interlock -> vmobjloc 2020-02-24 20:53:11 +00:00
compat If a syscall requires a module to be autoloaded, the initial invocation 2020-03-09 01:06:34 +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 print a message for the commands crash does not support. 2020-03-09 01:46:24 +00:00
dev Defer crypto operations to a workqueue and make it utilize all CPUs. 2020-03-09 08:33:15 +00:00
dist/pf Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
external Revert "Include opt_diagnostic.h for DIAGNOSTIC." 2020-03-05 15:18:54 +00:00
fs Revert "Include opt_diagnostic.h for DIAGNOSTIC." 2020-03-05 15:18:54 +00:00
gdbscripts more updates for the vnode and mount list iterator changes 2019-12-06 02:37:53 +00:00
kern comment out enough stuff to allow crash to print locks. 2020-03-09 01:47:50 +00:00
lib Make x86 use the C version of memcmp(). 2020-01-27 22:06:13 +00:00
miscfs Tighten up the locking around vp->v_iflag a little more after the recent 2020-02-27 22:12:53 +00:00
modules disable a.out on aarch64 2020-03-05 15:58:33 +00:00
net remove unnecessary lock in sppp_mediastatus() as it doesn't touch struct sppp. 2020-03-06 10:26:59 +00:00
net80211 Fix printf to handle various datatypes for MHLEN. 2020-02-29 16:56:58 +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 Revert "Include opt_diagnostic.h for DIAGNOSTIC." 2020-03-05 15:18:54 +00:00
netinet6 Adopt <net/if_stats.h>. 2020-01-29 04:37:24 +00:00
netipsec Use percpu_foreach_xcall() to gather volatile per-cpu counters. These 2020-02-07 12:35:33 +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 Update NFS errno mapping and add assert for correctness 2020-03-08 22:12:42 +00:00
opencrypto softint_disestablish does xc_barrier(0) for us already. 2020-02-01 13:48:08 +00:00
rump Build RUMP with -fno-delete-null-pointer-checks on all compilers 2020-03-09 00:03:00 +00:00
secmodel Explicitly cast pointers to uintptr_t before casting to enums. They are 2020-02-21 00:26:21 +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 Bump kernel version after errno changes in compat and nfs 2020-03-08 22:19:14 +00:00
ufs Perform bit operations on unsigned integer 2020-03-08 17:38:12 +00:00
uvm Only need a read lock for uvm_pagelookup(). 2020-03-08 18:40:29 +00:00
Makefile