Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2004 21:45:13 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h src/sys/dev/musycc musycc.c
Message-ID:  <200410152145.i9FLjDL1024826@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410152145.i9FLjDL1024826>