NetBSD/sys/conf
matt 65e5548a17 Add MBUFTRACE kernel option.
Do a little mbuf rework while here.  Change all uses of MGET*(*, M_WAIT, *)
to m_get*(M_WAIT, *).  These are not performance critical and making them
call m_get saves considerable space.  Add m_clget analogue of MCLGET and
make corresponding change for M_WAIT uses.
Modify netinet, gem, fxp, tulip, nfs to support MBUFTRACE.
Begin to change netstat to use sysctl.
2003-02-26 06:31:08 +00:00
..
Makefile.kern.inc Add ${EXTRA_OBJ} so that pre-compiled .o's can be linked into the kernel. 2003-02-05 18:07:46 +00:00
files Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
newvers.sh
newvers_stand.sh
osrelease.sh Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
param.c