cvs commit: src/sys/dev/cxgb/sys mvec.h uipc_mvec.c

Kip Macy kmacy at FreeBSD.org
Sat Apr 14 20:38:38 UTC 2007


kmacy       2007-04-14 20:38:38 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cxgb/sys     mvec.h uipc_mvec.c 
  Log:
  add reference count pointer to mbuf iovec
  implement robust version of m_collapse
  add support for sf_buf
  add fix for m_iovappend
  add calls to m_sanity under INVARIANTS
  fix m_freem_vec to correctly travese the mbuf iovec chain
  
  Revision  Changes    Path
  1.4       +81 -38    src/sys/dev/cxgb/sys/mvec.h
  1.5       +300 -123  src/sys/dev/cxgb/sys/uipc_mvec.c


More information about the cvs-src mailing list