From owner-cvs-src@FreeBSD.ORG Fri Oct 15 21:45:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BBA16A4CF; Fri, 15 Oct 2004 21:45:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D880F43D1F; Fri, 15 Oct 2004 21:45:13 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FLjDCv024827; Fri, 15 Oct 2004 21:45:13 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FLjDL1024826; Fri, 15 Oct 2004 21:45:13 GMT (envelope-from jmg) Message-Id: <200410152145.i9FLjDL1024826@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 15 Oct 2004 21:45:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h src/sys/dev/musycc musycc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 21:45:14 -0000 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