NetBSD/sys
2018-02-12 20:47:09 +00:00
..
altq
arch Another missing NULL-check. 2018-02-12 17:04:58 +00:00
coda Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
compat union was removed 2018-01-26 09:29:15 +00:00
conf Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we're 2018-02-04 17:31:51 +00:00
crypto
ddb avoid leftshift of an unsigned value 2018-02-04 09:17:54 +00:00
dev update for GCC 6: 2018-02-08 10:52:05 +00:00
dist/pf Oh, what is this. Fix a remotely-triggerable integer overflow: the way we 2018-02-09 21:25:04 +00:00
external PR/53006: stackfield: Please support NVIDIA GT730 to kernel 2018-02-11 15:52:59 +00:00
fs Typos. 2018-02-08 09:05:16 +00:00
gdbscripts
ipkdb
kern Add a KASSERT; we expect *from to be a single mbuf (not chained). 2018-02-12 16:01:35 +00:00
lib PR port-alpha/52520: provide float64 -> uint64 conversion and use 2017-12-31 11:43:42 +00:00
miscfs rename some "cmdline" stuff now that it is used to print environment too 2017-12-31 03:29:18 +00:00
modules Fix building with MKGCC=no 2018-02-12 20:47:09 +00:00
net Use m_freem instead of m_free. Otherwise we're leaking the next mbufs in 2018-02-12 15:38:14 +00:00
net80211 Switch sp_timoff to u_int16_t, to prevent possible overflow in 2018-01-21 14:18:21 +00:00
netatalk Mmh, pull up the packet to ether_aarp, otherwise we're reading past the 2017-12-09 10:14:04 +00:00
netbt add HCI_SPEC_50 2017-12-21 09:30:30 +00:00
netcan Don't set IFEF_MPSAFE unless NET_MPSAFE at this point 2017-12-19 03:32:35 +00:00
netinet Keep a pointer to the interface of the multicast membership, because the 2018-02-12 18:19:12 +00:00
netinet6 Replace bcopy -> memcpy when it is obvious that the areas don't overlap. 2018-02-12 12:52:12 +00:00
netipsec Remove unused net_osdep.h include. 2018-02-08 20:57:41 +00:00
netisdn Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
netkey
netmpls Add XXX. 2018-01-19 14:15:35 +00:00
netnatm
netsmb
nfs Use a random opaque cookie, not kva pointer, for nfssvc(2). 2018-01-25 17:14:36 +00:00
opencrypto Typos. 2018-02-08 09:05:16 +00:00
rump Move udp6_output() into udp6_usrreq.c, and remove udp6_output.c. This is 2018-02-08 11:34:35 +00:00
secmodel
stand
sys Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we're 2018-02-04 17:31:51 +00:00
ufs Remove unnecessary assertions 2018-02-07 08:50:13 +00:00
uvm Use UVM_PROT_RW instead of UVM_PROT_ALL. This doesn't change anything, 2018-02-09 09:07:13 +00:00
Makefile