NetBSD/sys
2020-03-04 16:17:23 +00:00
..
altq s/lenght/length/ 2019-12-26 04:53:11 +00:00
arch Comment out full function of optimized version of copyoutstr(9), 2020-03-04 13:01:52 +00:00
coda v_interlock -> vmobjloc 2020-02-24 20:53:11 +00:00
compat Module compat_netbsd32_50 requires module compat_50_quota 2020-02-27 20:54:24 +00:00
conf mips64 has compat_netbsd32 but cannot have exec_aout; all other users 2020-03-04 02:20:56 +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 Correct PPID of "show all procs/n" 2020-02-26 07:57:24 +00:00
dev Consistency in use of #define names. No functional change as values of 2020-03-04 16:17:23 +00:00
dist/pf Explicitly cast pointers to uintptr_t before casting to enums. They are 2020-02-21 00:26:21 +00:00
external Take a mutex around mode config logic as the comment advises. 2020-02-27 15:41:47 +00:00
fs Avoid undefined behavior in left shift semantics 2020-02-28 11:27:38 +00:00
gdbscripts more updates for the vnode and mount list iterator changes 2019-12-06 02:37:53 +00:00
kern don't skip the rdir check for the lazy case; breaks chroot df(1) hiding. 2020-03-03 19:55:16 +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 hifn again 2020-02-29 16:25:37 +00:00
net Remove debug printf I put into bridge_calc_csum_flags(). 2020-02-24 00:47:38 +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 Use percpu_foreach_xcall() to gather volatile per-cpu counters. These 2020-02-07 12:35:33 +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 Tighten up the locking around vp->v_iflag a little more after the recent 2020-02-27 22:12:53 +00:00
opencrypto softint_disestablish does xc_barrier(0) for us already. 2020-02-01 13:48:08 +00:00
rump shmif: reduce the number of calls of cprng(9) 2020-02-25 03:26:18 +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 New ioctl DIOCGSECTORALIGN returns sector alignment parameters. 2020-03-02 16:01:56 +00:00
ufs Tighten up the locking around vp->v_iflag a little more after the recent 2020-02-27 22:12:53 +00:00
uvm Make some wait channel names unique to six characters. 2020-03-03 13:32:44 +00:00
Makefile