NetBSD/sys
maxv 5c9e30189d m_prepend does not tolerate being given len > MHLEN, so add a panic, and
document this behavior.
2018-01-22 10:26:38 +00:00
..
altq
arch Ah, remove duplicate SVS_LEAVE. Fixes 32bit binaries. While here remove 2018-01-22 08:14:09 +00:00
coda
compat add conversion goop for WSDISPLAYIO_LDFONT and _SFONT 2018-01-19 23:38:56 +00:00
conf implement 32-bit compat support for raidframe. 2018-01-18 00:32:48 +00:00
crypto
ddb - add ddb.panicstackframes to avoid scrolling the interesting parts of panic 2017-12-28 17:51:19 +00:00
dev regen 2018-01-21 18:37:33 +00:00
dist/pf
external Revert namespacing of atoi(3) 2018-01-07 15:28:33 +00:00
fs support getargs, fix flush, fix mutex_destroy 2018-01-14 22:43:18 +00:00
gdbscripts
ipkdb
kern m_prepend does not tolerate being given len > MHLEN, so add a panic, and 2018-01-22 10:26:38 +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 implement 32-bit compat support for raidframe. 2018-01-18 00:32:48 +00:00
net Several changes: 2018-01-19 15:04:29 +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 Fix null deref, m could be NULL if M_PREPEND fails. 2018-01-22 09:51:06 +00:00
netinet6 Suppress noisy debugging outputs 2018-01-19 08:01:05 +00:00
netipsec Fix use-after-free. There is a path where the mbuf gets pulled up without 2018-01-14 16:36:04 +00:00
netisdn
netkey
netmpls Add XXX. 2018-01-19 14:15:35 +00:00
netnatm
netsmb
nfs PR/40491: From Tobias Ulmer in tech-kern@: 2018-01-21 20:36:49 +00:00
opencrypto Fix PR kern/52910. Reported and implemented a patch by Sevan Janiyan, thanks. 2018-01-08 23:34:56 +00:00
rump implement 32-bit compat support for raidframe. 2018-01-18 00:32:48 +00:00
secmodel
stand
sys Add KASSERTs in *_ALIGN: ensure the mbuf is of the correct type, and 2018-01-22 07:11:45 +00:00
ufs fix the UVM_PAGE_TRKOWN page-locking assertion at the top of ffs_alloc() 2017-12-07 21:53:41 +00:00
uvm CID-1427737: Pacify coverity using KASSERT 2018-01-21 17:58:43 +00:00
Makefile