From owner-svn-src-all@FreeBSD.ORG Fri Dec 20 23:59:32 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 792CB90B; Fri, 20 Dec 2013 23:59:32 +0000 (UTC) Received: from mail0.glenbarber.us (mail0.glenbarber.us [IPv6:2607:fc50:1:2300:1001:1001:1001:face]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33CB915E1; Fri, 20 Dec 2013 23:59:32 +0000 (UTC) Received: from glenbarber.us (unknown [IPv6:2001:470:8:1205:2:2:ff:100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id BF5BB2138D; Fri, 20 Dec 2013 23:59:30 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us BF5BB2138D Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Fri, 20 Dec 2013 18:59:29 -0500 From: Glen Barber To: John-Mark Gurney Subject: Re: svn commit: r259670 - head/share/man/man9 Message-ID: <20131220235929.GE3148@glenbarber.us> References: <201312202357.rBKNv5Pn013426@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="EXKGNeO8l0xGFBjy" Content-Disposition: inline In-Reply-To: <201312202357.rBKNv5Pn013426@svn.freebsd.org> X-Operating-System: FreeBSD 11.0-CURRENT amd64 User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 23:59:32 -0000 --EXKGNeO8l0xGFBjy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 20, 2013 at 11:57:05PM +0000, John-Mark Gurney wrote: > Author: jmg > Date: Fri Dec 20 23:57:05 2013 > New Revision: 259670 > URL: http://svnweb.freebsd.org/changeset/base/259670 >=20 > Log: > document the m_getjcl function... >=20 > Modified: > head/share/man/man9/Makefile > head/share/man/man9/mbuf.9 >=20 > Modified: head/share/man/man9/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/share/man/man9/Makefile Fri Dec 20 23:34:10 2013 (r259669) > +++ head/share/man/man9/Makefile Fri Dec 20 23:57:05 2013 (r259670) > @@ -901,6 +901,7 @@ MLINKS+=3D\ > mbuf.9 m_freem.9 \ > mbuf.9 MGET.9 \ > mbuf.9 m_get.9 \ > + mbuf.9 m_getjcl.9 \ > mbuf.9 m_getcl.9 \ > mbuf.9 m_getclr.9 \ > mbuf.9 MGETHDR.9 \ >=20 > Modified: head/share/man/man9/mbuf.9 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/share/man/man9/mbuf.9 Fri Dec 20 23:34:10 2013 (r259669) > +++ head/share/man/man9/mbuf.9 Fri Dec 20 23:57:05 2013 (r259670) > @@ -74,6 +74,8 @@ > .Ft struct mbuf * > .Fn m_getm "struct mbuf *orig" "int len" "int how" "int type" > .Ft struct mbuf * > +.Fn m_getjcl "int how" "short type" "int flags" "int size" > +.Ft struct mbuf * > .Fn m_getcl "int how" "short type" "int flags" > .Ft struct mbuf * > .Fn m_getclr "int how" "int type" > @@ -592,6 +594,12 @@ together, as it avoids having to unlock/ > Returns > .Dv NULL > on failure. > +.It Fn m_getjcl how type flags size > +This is like > +.Fn m_getcl > +but it the size of the cluster allocated will be large enough for > +.Fa size > +bytes. > .It Fn m_getclr how type > Allocate an > .Vt mbuf Please bump .Dd. Glen --EXKGNeO8l0xGFBjy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBCAAGBQJStNngAAoJELls3eqvi17QWnEP/3d/Roik1y1y1Sij0uheiWL9 PMkNBqdIS21LrNqCkt9pY0HvDNlu/HyJ/gtCjHX4OEqmRIThqauv65Ul6EW7sfOQ Qc6ZdhRKPYmGg/iJ78pYjtXj3WpVs2OQZmTQhPdP55Zgro780uX9uy0nFfbyrBNv UOnrelRS4O/I9Twlc7FVhctwWlKDOKVCN8y63/T2qqvzrKVrEYiquZRhXtdMjlQe L+Vo+jldQvHtcgw1OL6Y67mwP437YSBp/f73f8uU1c16cMaDnxu2T2nbLLXDE/8a K8/akImC0AzJC3De9eFbcfBAM3yXZMetiRqvlX9IUO30XchVNF5FvKOq2XtFs5lN QB3R5s3byxU32tHIpMuT3tSAKabZlfoRNpTAej7ef6odyX4NJTBVrWBTIJBKnVAI 86ripb9whkuxfQV9KaYOSbe3wMOhcnJ11hrj1q1a/p8t2k/G+8pJjVabYkz/uMEC NhqhcRLEZSsijxwhUGstDP4dOINHr1wKt9lDk15JGZ1KxY3g+XBQuPctAEMNl23N I3cWFRxRDw4jwD/KOOhuTNDn2/tZ0CyB/OeijMc+PzFRx56LiMjjvSwiFrAUeWlN X8EjvTolJzlQ8vwXIwGWVx/1YOCEOvGpG/7ldOdcClQlhaBOz7xsbNYs8n+7ThuR EWyxNIYCWASUvih3V8ac =rG4w -----END PGP SIGNATURE----- --EXKGNeO8l0xGFBjy--