NetBSD/sys
knakahara 10f2dc77bc Add init function for mbuf.
some functions use mbuf as stack variable instead of allocating by m_get().
They should use this function(s) to prevent access to uninitialized fields.

Currently, the mbuf stack allocating functions are the following.
    + sys/dev/ic/bwi.c
      - bwi_rxeof()
      - bwi_encap()
    + sys/dev/ic/dp8390.c
      - dp8390_ipkdb_send()
    + sys/dev/pci/if_txp.c
      - txp_download_fw_section()
    + sys/dev/ppbus/if_plip.c
      - lptap()
    + sys/net/bpf.c
      - _pf_mtap2()
      - _pf_mtap_af()
      - _pf_mtap_sl_out()
    + sys/netisdn/i4b_ipr.c
      - ipr_rx_data_rdy()
      - ipr_tx_queue_empty()

Reviewed by kre@n.o and christos@n.o, thanks.
2016-04-20 08:50:43 +00:00
..
altq Prevent interface deletion from running into an infinite loop when altq closes. 2016-01-22 18:19:54 +00:00
arch OVERO's .ub file includes release 2016-04-19 12:02:55 +00:00
coda More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
compat include opt_compat_netbsd.h to get COMPAT_SOCKCRED70 defined. 2016-04-07 17:48:40 +00:00
conf Add PAX_MPROTECT_DEBUG 2016-04-12 11:51:08 +00:00
crypto More rnd.h user cleanup. 2015-04-13 22:43:41 +00:00
ddb ddb: rename show arptab to show routes 2016-04-13 00:47:01 +00:00
dev regen 2016-04-19 15:51:21 +00:00
dist/pf include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
external revert rev 1.6. we don't have access to those files as normal files 2016-04-19 06:57:37 +00:00
fs Backout previous - need coffee first 2016-03-12 12:21:37 +00:00
gdbscripts
ipkdb
kern Add init function for mbuf. 2016-04-20 08:50:43 +00:00
lib Fix relation in rngtest failure message to match reality. 2016-03-28 15:20:16 +00:00
miscfs Split p_xstat (composite wait(2) status code, or signal number depending 2016-04-04 20:47:57 +00:00
modules Add sc_pid to sockcred so that SOCK_DGRAM and LOCAL_CREDS socket option 2016-04-06 19:45:45 +00:00
net Apply psref(9) to bridge(4) 2016-04-19 07:10:22 +00:00
net80211 Revert prior. 2016-04-08 14:30:47 +00:00
netatalk Revert previous: ran cvs commit when I meant cvs diff. Sorry! 2016-01-21 15:41:29 +00:00
netbt Revert previous: ran cvs commit when I meant cvs diff. Sorry! 2016-01-21 15:41:29 +00:00
netinet Fix error path 2016-04-19 09:36:35 +00:00
netinet6 Sweep unncessary radix.h inclusions 2016-04-11 08:56:16 +00:00
netipsec PR/50905: Henning Petersen: Fix useless comparison (from FreeBSD) 2016-03-07 13:08:48 +00:00
netisdn More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netkey
netmpls sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
netnatm Sweep unncessary radix.h inclusions 2016-04-11 08:56:16 +00:00
netsmb include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
nfs Return an error if NFSPROC_LOOKUP returns the file handle of the current 2016-01-19 10:56:59 +00:00
opencrypto Needs sys/time.h for struct timespec. 2016-01-22 22:35:27 +00:00
rump Prevent LWP migrations between CPUs during upper layer processing 2016-04-19 05:48:10 +00:00
secmodel secmodel_extensions_system_cb() is not mount-specific, even though 2015-12-12 14:57:52 +00:00
stand
sys Add init function for mbuf. 2016-04-20 08:50:43 +00:00
ufs missing , 2016-04-14 03:25:28 +00:00
uvm remove more ifdefs 2016-04-07 12:06:50 +00:00
Makefile