NetBSD/sys
ozaki-r ae6fc59569 Add missing IPsec policy checks to icmp6_rip6_input
icmp6_rip6_input is quite similar to rip6_input and the same checks exist
in rip6_input.
2017-08-02 02:18:17 +00:00
..
altq Reject negative indices. 2017-07-28 13:58:47 +00:00
arch Wrong architecture for IBCS2 compat! it's stringly an x86 thing. 2017-08-01 16:12:32 +00:00
coda add a forward declaration of struct mbuf. 2017-06-08 22:29:59 +00:00
compat Move arch/i386/i386/freebsd_* into compat/freebsd/. COMPAT_FREEBSD is 2017-08-01 14:43:54 +00:00
conf do dts depend processing in two passes, one for /include/ and one for #include 2017-07-15 15:53:48 +00:00
crypto
ddb Add ddb command to find a vnode by the address of its lock. 2017-01-11 12:17:34 +00:00
dev Fix the previous fix that doesn't even compile. 2017-08-02 00:58:18 +00:00
dist/pf Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
external Fix error branch in ttm_dma_tt_init to avoid double-free. 2017-07-30 13:43:48 +00:00
fs Make union_newlower() ans union_newupper() local to union_subr.c, 2017-07-17 09:22:36 +00:00
gdbscripts Typo in previous 2017-06-05 18:44:13 +00:00
ipkdb
kern Don't walk off the end of the dirent buffer. 2017-07-28 15:37:23 +00:00
lib GCC 5.3 likes to emit unwind data with float registers, i.e. register 2017-07-13 15:13:19 +00:00
miscfs Provide EVFILT_WRITE; this is what FreeBSD does and go wants it. 2017-07-01 20:07:00 +00:00
modules Move arch/i386/i386/freebsd_* into compat/freebsd/. COMPAT_FREEBSD is 2017-08-01 14:43:54 +00:00
net Let PF_KEY socks hold their own lock instead of softnet_lock 2017-07-27 09:53:57 +00:00
net80211 Fix incrementing wrong counter 2017-03-06 08:36:20 +00:00
netatalk
netbt avoid -Werror=sign-conversion 2017-01-28 19:19:41 +00:00
netcan Refuse to bind to a non-CAN interface. 2017-06-09 08:21:41 +00:00
netinet Fix TCPCTL_NAMES, and remove TCPCTL_VARIABLES. 2017-07-31 15:51:27 +00:00
netinet6 Add missing IPsec policy checks to icmp6_rip6_input 2017-08-02 02:18:17 +00:00
netipsec Fix updating ipsec_used; turn on when SPs on sockets are added 2017-08-02 02:12:42 +00:00
netisdn Avoid touching a mbuf after enqueuing it 2017-03-28 08:47:19 +00:00
netkey
netmpls
netnatm
netsmb Reject negative offset/count for smb read/write. 2017-07-28 14:45:59 +00:00
nfs Eliminate crusty debugging sludge. 2017-05-26 14:34:19 +00:00
opencrypto use pool_cache(9) instead of pool(9) as they can be called concurrently. 2017-07-31 04:25:45 +00:00
rump Make IPsec SPD MP-safe 2017-08-02 01:28:02 +00:00
secmodel Make the PMC syscalls privileged. 2017-06-14 17:48:40 +00:00
stand
sys Declare mountcompatnames in sys/vfs_syscalls.h to kill nested extern. 2017-07-29 04:02:49 +00:00
ufs kmem_xyz(sizeof(struct foo)) --> kmem_xyz(sizeof(*foo)) 2017-07-30 14:23:54 +00:00
uvm PR/52384: make uvm_fault_check() return EFAULT not EACCES, like our man pages 2017-07-09 20:53:09 +00:00
Makefile merge the bouyer-socketcan branch to HEAD. 2017-05-27 21:02:54 +00:00