NetBSD/sys
2020-03-14 21:18:50 +00:00
..
altq Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
arch Re: kern/55071 (Panic shortly after running X11 due to kernel diagnostic assertion "mutex_owned(&pp->pp_lock)") 2020-03-14 20:48:40 +00:00
coda v_interlock -> vmobjloc 2020-02-24 20:53:11 +00:00
compat - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small 2020-03-14 18:08:38 +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 synaptics: Allow the max_speed sysctls to be set 2020-03-14 21:18:50 +00:00
dist/pf Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
external - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small 2020-03-14 18:08:38 +00:00
fs tmpfs_inactive(): do like other file systems and truncate the file if it 2020-03-14 13:39:36 +00:00
gdbscripts more updates for the vnode and mount list iterator changes 2019-12-06 02:37:53 +00:00
kern Make uvm_pagemarkdirty() responsible for putting vnodes onto the syncer 2020-03-14 20:45:23 +00:00
lib Make x86 use the C version of memcmp(). 2020-01-27 22:06:13 +00:00
miscfs Make uvm_pagemarkdirty() responsible for putting vnodes onto the syncer 2020-03-14 20:45:23 +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 socket credentials that are established during the socket creation 2020-03-13 16:37:12 +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 route: RTM_MISS now puts the message source address in RTA_AUTHOR 2020-03-09 21:20:55 +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 - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small 2020-03-14 18:08:38 +00:00
opencrypto softint_disestablish does xc_barrier(0) for us already. 2020-02-01 13:48:08 +00:00
rump Make page waits (WANTED vs BUSY) interlocked by pg->interlock. Gets RW 2020-03-14 20:23:51 +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 Make uvm_pagemarkdirty() responsible for putting vnodes onto the syncer 2020-03-14 20:45:23 +00:00
ufs Make uvm_pagemarkdirty() responsible for putting vnodes onto the syncer 2020-03-14 20:45:23 +00:00
uvm Don't require a write lock for page enqueue/activate/deactivate. 2020-03-14 21:06:35 +00:00
Makefile