CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/11/02 02:21:48
Modified files: share/man/man9 : Makefile ml_init.9 mq_init.9 sys/sys : mbuf.h sys/kern : uipc_mbuf.c Log message: provide ml_purge and mq_purge. these are modelled on IF_PURGE or IFQ_PURGE. they m_freem all the mbufs on an mbuf list or queue. ok jmatthew@ mpi@