NetBSD/sys
nisimura 8ad57d4b7d make sure to accept bcast frame all the time 2020-02-29 04:02:06 +00:00
..
altq s/lenght/length/ 2019-12-26 04:53:11 +00:00
arch do what FreeBSD does and OF_quiesce() only on PowerMac11,2 and 12,1 2020-02-28 22:14:10 +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 Add support for Broadcom GENET v5 ethernet controller as found on the 2020-02-22 00:28:35 +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 make sure to accept bcast frame all the time 2020-02-29 04:02:06 +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 Tighten up the locking around vp->v_iflag a little more after the recent 2020-02-27 22:12:53 +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 Make ixl(4) be able to build as a module 2020-02-27 06:30:55 +00:00
net Remove debug printf I put into bridge_calc_csum_flags(). 2020-02-24 00:47:38 +00:00
net80211 0x%p --> %p for non-external codes. 2020-02-24 12:20:29 +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 fix reversed logic for Remote Port Negotiation, pointed out by maxv@ 2020-02-23 20:16:10 +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 Tighten up the locking around vp->v_iflag a little more after the recent 2020-02-27 22:12:53 +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 Tighten up the locking around vp->v_iflag a little more after the recent 2020-02-27 22:12:53 +00:00
Makefile