CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/10/28 10:28:56
Modified files: sys/kern : uipc_mbuf.c sys/sys : mbuf.h Log message: Add m_print() a function to print mbuf headers. Can be called from ddb with an mbuf pointer as argument to see the contents of it. OK thib@, deraadt@