cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h src/sys/dev/musycc musycc.c

John-Mark Gurney jmg at FreeBSD.org
Fri Oct 15 14:45:14 PDT 2004


jmg         2004-10-15 21:45:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             uipc_mbuf.c 
    sys/sys              mbuf.h 
    sys/dev/musycc       musycc.c 
  Log:
  MFC: uipc_mbuf.c v1.136:
  >  improve the mbuf m_print function..  Only pull length from pkthdr if there
  >  is one, detect mbuf loops and stop, add an extra arg so you can only print
  >  the first x bytes of the data per mbuf (print all if arg is -1), print
  >  flags using %b (bitmask)...
  
  musycc.c v1.34:
  >  Add -1 to this non-existent use of m_print in the source tree so LINT
  >  compiles again :-)
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.33.2.1   +1 -1      src/sys/dev/musycc/musycc.c
  1.135.2.1  +20 -5     src/sys/kern/uipc_mbuf.c
  1.157.2.2  +1 -1      src/sys/sys/mbuf.h


More information about the cvs-src mailing list