From owner-cvs-src@FreeBSD.ORG Tue Jan 1 01:46:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 946AA16A41B; Tue, 1 Jan 2008 01:46:43 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D63613C457; Tue, 1 Jan 2008 01:46:43 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m011khiE091348; Tue, 1 Jan 2008 01:46:43 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m011khTv091347; Tue, 1 Jan 2008 01:46:43 GMT (envelope-from jeff) Message-Id: <200801010146.m011khTv091347@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 1 Jan 2008 01:46:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 01:46:43 -0000 jeff 2008-01-01 01:46:43 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: - Place the fhold() in unp_internalize_fp to be more consistent with refs. - Clear all of the gc flags before doing a run. Stale flags were causing us to skip some descriptors. - If a unp socket has been marked REF in a gc pass it can't be dead. Found by: rwatson's test tool. Revision Changes Path 1.210 +5 -9 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Jan 1 03:00:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B28716A46E; Tue, 1 Jan 2008 03:00:19 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 737E713C4CC; Tue, 1 Jan 2008 03:00:19 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0130JM7018436; Tue, 1 Jan 2008 03:00:19 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0130Jis018435; Tue, 1 Jan 2008 03:00:19 GMT (envelope-from obrien) Message-Id: <200801010300.m0130Jis018435@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 1 Jan 2008 03:00:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 03:00:19 -0000 obrien 2008-01-01 03:00:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ufs/ffs ffs_alloc.c Log: MFC: rev 1.149: Fix a broken DIAGNOSTICS/INVARIANTS check to handle a block range that spans two block maps. Approved by: re(kensmith) Revision Changes Path 1.147.2.1 +4 -2 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-src@FreeBSD.ORG Tue Jan 1 03:01:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCF1616A47B; Tue, 1 Jan 2008 03:01:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1F0113C455; Tue, 1 Jan 2008 03:01:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0131351018744; Tue, 1 Jan 2008 03:01:03 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01313iH018743; Tue, 1 Jan 2008 03:01:03 GMT (envelope-from obrien) Message-Id: <200801010301.m01313iH018743@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 1 Jan 2008 03:01:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 03:01:04 -0000 obrien 2008-01-01 03:01:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_alloc.c Log: MFC: rev 1.149: Fix a broken DIAGNOSTICS/INVARIANTS check to handle a block range that spans two block maps. Revision Changes Path 1.132.2.8 +4 -2 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-src@FreeBSD.ORG Tue Jan 1 03:34:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71D6116A418; Tue, 1 Jan 2008 03:34:40 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 30F6A13C4D5; Tue, 1 Jan 2008 03:34:40 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m013Xt98020779; Mon, 31 Dec 2007 20:33:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Dec 2007 20:33:52 -0700 (MST) Message-Id: <20071231.203352.-165197022.imp@bsdimp.com> To: simon@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20071231001554.GB987@zaphod.nitro.dk> References: <200712300458.lBU4wNOH038901@repoman.freebsd.org> <20071231001554.GB987@zaphod.nitro.dk> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, kientzle@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 03:34:40 -0000 In message: <20071231001554.GB987@zaphod.nitro.dk> "Simon L. Nielsen" writes: : > * New read support: mtree format : : This sounds interesting but I can't really figure out what it : does... ? :) (and I couldn't find any mention in the updated manual : pages.) Any chance our 'install' tools can be made to copy the files w/o the right permissions and 'log' the right stuff to an mtree formatted file? That would make building a distribution as a mere mortal possible... Warner From owner-cvs-src@FreeBSD.ORG Tue Jan 1 03:38:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D43316A418; Tue, 1 Jan 2008 03:38:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2E95913C45D; Tue, 1 Jan 2008 03:38:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m013bN16020791; Mon, 31 Dec 2007 20:37:23 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Dec 2007 20:37:20 -0700 (MST) Message-Id: <20071231.203720.1306324107.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200712311219.08286.jhb@freebsd.org> References: <200712291507.lBTF7sTA069010@repoman.freebsd.org> <200712311219.08286.jhb@freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: rrs@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 03:38:23 -0000 In message: <200712311219.08286.jhb@freebsd.org> John Baldwin writes: : On Saturday 29 December 2007 10:07:54 am Randall Stewart wrote: : > rrs 2007-12-29 15:07:54 UTC : > : > FreeBSD src repository : > : > Modified files: (Branch: RELENG_7_0) : > sys/netinet sctp_bsd_addr.c : > Log: : > - sctp-iterator should run at PI_NET priority ...not 0. : > Approved by: re@freebsd.org(gnn) : > : > Revision Changes Path : > 1.14.4.1 +1 -1 src/sys/netinet/sctp_bsd_addr.c : : The more correct fix though is to do a 'sched_prio()' at the start of the : thread's main loop to set the priority and then not adjust it via msleep(). : Kernel threads really should never pass a priority to msleep() but always '0' : (which means "don't change my priority"). Not PZERO? When should one use PZERO and when should one use a bare '0'? Can this information be added to the man page? Warner From owner-cvs-src@FreeBSD.ORG Tue Jan 1 03:55:32 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22B1D16A419; Tue, 1 Jan 2008 03:55:32 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by mx1.freebsd.org (Postfix) with ESMTP id A47C413C455; Tue, 1 Jan 2008 03:55:31 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail02.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m013tP6Q014833 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Jan 2008 14:55:25 +1100 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m013tOea039011; Tue, 1 Jan 2008 14:55:24 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m013tOfp039010; Tue, 1 Jan 2008 14:55:24 +1100 (EST) (envelope-from peter) Date: Tue, 1 Jan 2008 14:55:24 +1100 From: Peter Jeremy To: "M. Warner Losh" Message-ID: <20080101035524.GN72458@server.vk2pj.dyndns.org> References: <200712300458.lBU4wNOH038901@repoman.freebsd.org> <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KN5l+BnMqAQyZLvT" Content-Disposition: inline In-Reply-To: <20071231.203352.-165197022.imp@bsdimp.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@freebsd.org, kientzle@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 03:55:32 -0000 --KN5l+BnMqAQyZLvT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 31, 2007 at 08:33:52PM -0700, M. Warner Losh wrote: >Any chance our 'install' tools can be made to copy the files w/o the >right permissions and 'log' the right stuff to an mtree formatted >file? That would make building a distribution as a mere mortal >possible... AFAIK, this is basically what NetBSD does. I also like the idea of not needing root to build distributions. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --KN5l+BnMqAQyZLvT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHebms/opHv/APuIcRAmhvAJ9WgBxu3H1r+NfeXeb0YWtAYhEdugCgsgi3 Dej3dGHcvqFlNa227ursGBI= =GPTs -----END PGP SIGNATURE----- --KN5l+BnMqAQyZLvT-- From owner-cvs-src@FreeBSD.ORG Tue Jan 1 03:59:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9537716A41B; Tue, 1 Jan 2008 03:59:18 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 85B1D13C4E1; Tue, 1 Jan 2008 03:59:18 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m013xIkH045363; Tue, 1 Jan 2008 03:59:18 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m013xIpb045362; Tue, 1 Jan 2008 03:59:18 GMT (envelope-from kensmith) Message-Id: <200801010359.m013xIpb045362@repoman.freebsd.org> From: Ken Smith Date: Tue, 1 Jan 2008 03:59:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 03:59:18 -0000 kensmith 2008-01-01 03:59:18 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.h Log: Change sysinstall's handling of X11 stuff. Doing it in pieces was probably the right thing to do a while ago but xorg has progressed to the point that for novice users (who are the ones expected to think installing X11 during an install...) it's best to just install the whole x11/xorg metaport for them. This removes the X11 sub-menus and sets it up so you just select whether or not you want X11. While here garbage collect an X11 configuration menu I missed removing when I removed support for attempting xorg configuration from inside sysinstall a while ago. Discussed with: rwatson, kris No objection from: re Release build tested by: rwatson MFC after: 1 week Revision Changes Path 1.254 +3 -37 src/usr.sbin/sysinstall/dist.c 1.72 +1 -27 src/usr.sbin/sysinstall/dist.h 1.429 +1 -196 src/usr.sbin/sysinstall/menus.c 1.275 +0 -8 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-src@FreeBSD.ORG Tue Jan 1 05:31:43 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C963F16A41A; Tue, 1 Jan 2008 05:31:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 854C313C465; Tue, 1 Jan 2008 05:31:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m015TpWV021491; Mon, 31 Dec 2007 22:29:51 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Dec 2007 22:29:49 -0700 (MST) Message-Id: <20071231.222949.1626288047.imp@bsdimp.com> To: peterjeremy@optushome.com.au From: "M. Warner Losh" In-Reply-To: <20080101035524.GN72458@server.vk2pj.dyndns.org> References: <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> <20080101035524.GN72458@server.vk2pj.dyndns.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, kientzle@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 05:31:43 -0000 In message: <20080101035524.GN72458@server.vk2pj.dyndns.org> Peter Jeremy writes: : On Mon, Dec 31, 2007 at 08:33:52PM -0700, M. Warner Losh wrote: : >Any chance our 'install' tools can be made to copy the files w/o the : >right permissions and 'log' the right stuff to an mtree formatted : >file? That would make building a distribution as a mere mortal : >possible... : : AFAIK, this is basically what NetBSD does. I also like the idea : of not needing root to build distributions. That's where I got the idea... I was hoping that someone would pick the code/idea up from NetBSD since needing root to install FreeBSD binaries to build a distribution is problematic on many settings. Warner From owner-cvs-src@FreeBSD.ORG Tue Jan 1 05:37:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B122416A417; Tue, 1 Jan 2008 05:37:31 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195]) by mx1.freebsd.org (Postfix) with ESMTP id 486C113C442; Tue, 1 Jan 2008 05:37:30 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c211-30-219-213.carlnfd3.nsw.optusnet.com.au (c211-30-219-213.carlnfd3.nsw.optusnet.com.au [211.30.219.213]) by mail14.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m015bMQM006194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Jan 2008 16:37:24 +1100 Date: Tue, 1 Jan 2008 16:37:22 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "M. Warner Losh" In-Reply-To: <20071231.203720.1306324107.imp@bsdimp.com> Message-ID: <20080101161858.A10345@delplex.bde.org> References: <200712291507.lBTF7sTA069010@repoman.freebsd.org> <200712311219.08286.jhb@freebsd.org> <20071231.203720.1306324107.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: rrs@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 05:37:31 -0000 On Mon, 31 Dec 2007, M. Warner Losh wrote: > In message: <200712311219.08286.jhb@freebsd.org> > John Baldwin writes: > : The more correct fix though is to do a 'sched_prio()' at the start of the > : thread's main loop to set the priority and then not adjust it via msleep(). > : Kernel threads really should never pass a priority to msleep() but always '0' > : (which means "don't change my priority"). > > Not PZERO? When should one use PZERO and when should one use a bare > '0'? Can this information be added to the man page? PZERO is compatibility cruft which should never be used. Just a few places in kern still use it to invent a priority when no suitable priority (like PSOCK or PRIBIO) is already #defined. It isn't clear where these invented priorities are suitable. Otherwise, PZERO has a completely different meaning from either priority 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, or the bias from priority 0 to get to that middle priority, so that after subtracting it, 0 becomes the middle priority. The bare 0 is actualy priority 0 (maximal) overloaded to mean "don't change the priority". This overloading doesn't lose anything except clarity since nothing is permitted to wake up at maximal priority after a sleep. (Maximal priority is reserved for realtime priority ithreads and even much lower priority ithreads are not permitted to sleep, and non-interrupt threads aren't permitted to run at ithread priorities except temporarily for priority propagation.) Bruce From owner-cvs-src@FreeBSD.ORG Tue Jan 1 06:09:47 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1074A16A420; Tue, 1 Jan 2008 06:09:47 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id B788B13C455; Tue, 1 Jan 2008 06:09:46 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: (from root@localhost) by kientzle.com (8.12.9/8.12.9) id m0169eEv071587; Mon, 31 Dec 2007 22:09:40 -0800 (PST) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.209] (p54.kientzle.com [66.166.149.54]) by kientzle.com with SMTP; Mon, 31 Dec 2007 22:09:40 -0800 (PST) (envelope-from kientzle@freebsd.org) Message-ID: <4779D924.8020708@freebsd.org> Date: Mon, 31 Dec 2007 22:09:40 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200712300458.lBU4wNOH038901@repoman.freebsd.org> <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> In-Reply-To: <20071231.203352.-165197022.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 06:09:47 -0000 M. Warner Losh wrote: > In message: <20071231001554.GB987@zaphod.nitro.dk> > "Simon L. Nielsen" writes: > : > * New read support: mtree format > : > : This sounds interesting but I can't really figure out what it > : does... ? :) (and I couldn't find any mention in the updated manual > : pages.) > > Any chance our 'install' tools can be made to copy the files w/o the > right permissions and 'log' the right stuff to an mtree formatted > file? That would make building a distribution as a mere mortal > possible... Yep. ;-) That's a major motivation of this work. In fact, you don't even need to copy the files anywhere. The approach I'm considering would have "make buildworld" write out entries of this form during the build: /bin/ls uid=0 mode=0555 contents=/usr/obj/usr/src/bin/ls Then "make installworld" becomes essentially just: tar -xUvf world.mtree -C ${DESTDIR} or you can create a distribution tarball with: tar -czf world.tgz @world.mtree In particular, I like that this approach uses exactly the same machinery for local installs or distribution building, varying only in the very last step. The code I just committed to -CURRENT is sufficient to begin experimenting with this approach; you just need to be careful to include "#mtree" as the first line (to please libarchive's auto-format detection). The use of full pathnames in mtree files is another idea I copied from the NetBSD folks; I've documented this as "mtree v2" in the mtree.5 manpage. There are still a lot of details to work out, but I hope this is sufficient for someone else to begin experimenting with the next step, which is figuring out the appropriate ways to change our distribution build. Tim Kientzle From owner-cvs-src@FreeBSD.ORG Tue Jan 1 06:15:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 740C716A41A; Tue, 1 Jan 2008 06:15:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8EF13C448; Tue, 1 Jan 2008 06:15:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m016Fvso009324; Tue, 1 Jan 2008 06:15:57 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m016Fvtt009319; Tue, 1 Jan 2008 06:15:57 GMT (envelope-from kientzle) Message-Id: <200801010615.m016Fvtt009319@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 1 Jan 2008 06:15:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mtree Makefile mtree.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 06:15:58 -0000 kientzle 2008-01-01 06:15:57 UTC FreeBSD src repository Modified files: usr.sbin/mtree Makefile Added files: usr.sbin/mtree mtree.5 Log: Add the mtree.5 manpage. I'll come back soon and remove the format specification from mtree.8. I also need to reconcile a few issues between this mtree.5 and what is actually implemented in FreeBSD's mtree utility. MFC after: 30 days Revision Changes Path 1.28 +1 -1 src/usr.sbin/mtree/Makefile 1.1 +270 -0 src/usr.sbin/mtree/mtree.5 (new) From owner-cvs-src@FreeBSD.ORG Tue Jan 1 06:17:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB14916A418; Tue, 1 Jan 2008 06:17:05 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C472913C461; Tue, 1 Jan 2008 06:17:05 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m016H56t009801; Tue, 1 Jan 2008 06:17:05 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m016H5f0009800; Tue, 1 Jan 2008 06:17:05 GMT (envelope-from kientzle) Message-Id: <200801010617.m016H5f0009800@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 1 Jan 2008 06:17:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile mtree.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 06:17:06 -0000 kientzle 2008-01-01 06:17:05 UTC FreeBSD src repository Modified files: lib/libarchive Makefile Removed files: lib/libarchive mtree.5 Log: The mtree.5 file has been moved to src/usr.sbin/mtree. Revision Changes Path 1.79 +0 -1 src/lib/libarchive/Makefile 1.2 +0 -270 src/lib/libarchive/mtree.5 (dead) From owner-cvs-src@FreeBSD.ORG Tue Jan 1 07:45:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3F6B16A417; Tue, 1 Jan 2008 07:45:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E52BD13C447; Tue, 1 Jan 2008 07:45:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m017jBwk045647; Tue, 1 Jan 2008 07:45:11 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m017jBNf045644; Tue, 1 Jan 2008 07:45:11 GMT (envelope-from edwin) Message-Id: <200801010745.m017jBNf045644@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 1 Jan 2008 07:45:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ADO Cc: Subject: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 07:45:12 -0000 edwin 2008-01-01 07:45:11 UTC FreeBSD src repository src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv43771 Log Message: MFV of tzdata2007k - Argentinian DST changes - Put SJ in the right location Approved by: grog (implicit) Status: Vendor Tag: ADO Release Tags: tzdata2007k U src/share/zoneinfo/africa U src/share/zoneinfo/antarctica U src/share/zoneinfo/asia U src/share/zoneinfo/australasia C src/share/zoneinfo/europe U src/share/zoneinfo/northamerica C src/share/zoneinfo/southamerica U src/share/zoneinfo/pacificnew U src/share/zoneinfo/etcetera U src/share/zoneinfo/factory U src/share/zoneinfo/backward U src/share/zoneinfo/systemv C src/share/zoneinfo/zone.tab U src/share/zoneinfo/leapseconds U src/share/zoneinfo/yearistype.sh 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jADO:yesterday -jADO src/share/zoneinfo From owner-cvs-src@FreeBSD.ORG Tue Jan 1 07:47:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A39D216A417; Tue, 1 Jan 2008 07:47:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C3DA13C467; Tue, 1 Jan 2008 07:47:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m017lgGL045832; Tue, 1 Jan 2008 07:47:42 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m017lg7T045831; Tue, 1 Jan 2008 07:47:42 GMT (envelope-from edwin) Message-Id: <200801010747.m017lg7T045831@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 1 Jan 2008 07:47:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/zoneinfo europe southamerica zone.tab X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 07:47:42 -0000 edwin 2008-01-01 07:47:42 UTC FreeBSD src repository Modified files: share/zoneinfo europe southamerica zone.tab Log: MFV of tzdata2007k. - Adjust Argentinian DST times. - Add SJ on the right location. Revision Changes Path 1.36 +1 -2 src/share/zoneinfo/europe 1.33 +40 -12 src/share/zoneinfo/southamerica 1.24 +2 -3 src/share/zoneinfo/zone.tab From owner-cvs-src@FreeBSD.ORG Tue Jan 1 08:07:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DE6016A417; Tue, 1 Jan 2008 08:07:15 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 0E85113C43E; Tue, 1 Jan 2008 08:07:14 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 5D99222189FF; Tue, 1 Jan 2008 18:50:28 +1100 (EST) X-Viruscan-Id: <4779F0C40001759FB882A2@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 2716E21B189D; Tue, 1 Jan 2008 18:50:28 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id C5C912218803; Tue, 1 Jan 2008 18:50:27 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 6499A298; Tue, 1 Jan 2008 18:50:26 +1100 (EST) Date: Tue, 1 Jan 2008 18:50:26 +1100 From: Edwin Groothuis To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20080101075026.GB7176@k7.mavetju> References: <200801010747.m017lg7T045831@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801010747.m017lg7T045831@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: cvs commit: src/share/zoneinfo europe southamerica zone.tab X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 08:07:15 -0000 On Tue, Jan 01, 2008 at 07:47:42AM +0000, Edwin Groothuis wrote: > edwin 2008-01-01 07:47:42 UTC > > FreeBSD src repository > > Modified files: > share/zoneinfo europe southamerica zone.tab > Log: > MFV of tzdata2007k. > > - Adjust Argentinian DST times. > - Add SJ on the right location. That one was Approved by: grog@ (implicit) Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-src@FreeBSD.ORG Tue Jan 1 08:07:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 537C916A418; Tue, 1 Jan 2008 08:07:15 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 12E8B13C442; Tue, 1 Jan 2008 08:07:14 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 0013322189E5; Tue, 1 Jan 2008 18:49:48 +1100 (EST) X-Viruscan-Id: <4779F09C00017462C5C8E9@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id BD0BB21B189D; Tue, 1 Jan 2008 18:49:48 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 300D92218803; Tue, 1 Jan 2008 18:49:48 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id C716B29E; Tue, 1 Jan 2008 18:49:45 +1100 (EST) Date: Tue, 1 Jan 2008 18:49:45 +1100 From: Edwin Groothuis To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20080101074945.GA7176@k7.mavetju> References: <200801010745.m017jBNf045644@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801010745.m017jBNf045644@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 08:07:15 -0000 On Tue, Jan 01, 2008 at 07:45:11AM +0000, Edwin Groothuis wrote: > MFV of tzdata2007k That was an import of vendor sources. -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-src@FreeBSD.ORG Tue Jan 1 09:31:50 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31E0216A468; Tue, 1 Jan 2008 09:31:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C88E713C468; Tue, 1 Jan 2008 09:31:49 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m019Vg9E023074; Tue, 1 Jan 2008 02:31:42 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 01 Jan 2008 02:31:43 -0700 (MST) Message-Id: <20080101.023143.-160243128.imp@bsdimp.com> To: kientzle@freebsd.org From: "M. Warner Losh" In-Reply-To: <4779D924.8020708@freebsd.org> References: <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> <4779D924.8020708@freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 09:31:50 -0000 In message: <4779D924.8020708@freebsd.org> Tim Kientzle writes: : M. Warner Losh wrote: : > In message: <20071231001554.GB987@zaphod.nitro.dk> : > "Simon L. Nielsen" writes: : > : > * New read support: mtree format : > : : > : This sounds interesting but I can't really figure out what it : > : does... ? :) (and I couldn't find any mention in the updated manual : > : pages.) : > : > Any chance our 'install' tools can be made to copy the files w/o the : > right permissions and 'log' the right stuff to an mtree formatted : > file? That would make building a distribution as a mere mortal : > possible... : : Yep. ;-) That's a major motivation of this work. : In fact, you don't even need to copy the files : anywhere. The approach I'm considering would : have "make buildworld" write out entries of this : form during the build: : : /bin/ls uid=0 mode=0555 contents=/usr/obj/usr/src/bin/ls : : Then "make installworld" becomes essentially just: : : tar -xUvf world.mtree -C ${DESTDIR} : : or you can create a distribution tarball with: : : tar -czf world.tgz @world.mtree I mostly like this idea, save for one problem: install will strip the symbols from /usr/obj/usr/src/bin/ls before installing it into $DESTDIR/bin/ls. : In particular, I like that this approach uses exactly : the same machinery for local installs or distribution : building, varying only in the very last step. : : The code I just committed to -CURRENT is sufficient to : begin experimenting with this approach; you just need : to be careful to include "#mtree" as the first line : (to please libarchive's auto-format detection). : The use of full pathnames in mtree files is another : idea I copied from the NetBSD folks; I've documented : this as "mtree v2" in the mtree.5 manpage. : : There are still a lot of details to work out, but I : hope this is sufficient for someone else to begin : experimenting with the next step, which is figuring out : the appropriate ways to change our distribution build. Yes. Any ideas how long the experimentation will last? Warner From owner-cvs-src@FreeBSD.ORG Tue Jan 1 09:36:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A26A16A418; Tue, 1 Jan 2008 09:36:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13D0513C43E; Tue, 1 Jan 2008 09:36:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m019Zxu0097622; Tue, 1 Jan 2008 09:35:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m019Zxf7097621; Tue, 1 Jan 2008 09:35:59 GMT (envelope-from imp) Message-Id: <200801010935.m019Zxf7097621@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 09:35:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src COPYRIGHT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 09:36:00 -0000 imp 2008-01-01 09:35:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . COPYRIGHT Log: MFC: Happy New Year Approved by: re@ Revision Changes Path 1.8.2.1 +1 -1 src/COPYRIGHT From owner-cvs-src@FreeBSD.ORG Tue Jan 1 09:36:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A38C616A475; Tue, 1 Jan 2008 09:36:30 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7DD3713C45B; Tue, 1 Jan 2008 09:36:30 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m019aUoN097664; Tue, 1 Jan 2008 09:36:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m019aUMf097663; Tue, 1 Jan 2008 09:36:30 GMT (envelope-from imp) Message-Id: <200801010936.m019aUMf097663@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 09:36:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src COPYRIGHT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 09:36:30 -0000 imp 2008-01-01 09:36:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) . COPYRIGHT Log: MFC new year Approved by: re@ Revision Changes Path 1.8.4.1 +1 -1 src/COPYRIGHT From owner-cvs-src@FreeBSD.ORG Tue Jan 1 09:37:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61FA316A41B; Tue, 1 Jan 2008 09:37:14 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BA8313C447; Tue, 1 Jan 2008 09:37:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m019b9xr097710; Tue, 1 Jan 2008 09:37:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m019b9Qn097709; Tue, 1 Jan 2008 09:37:09 GMT (envelope-from imp) Message-Id: <200801010937.m019b9Qn097709@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 09:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src COPYRIGHT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 09:37:14 -0000 imp 2008-01-01 09:37:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) . COPYRIGHT Log: MFC: Happy new year Approved by: re@ Revision Changes Path 1.6.2.2.2.1 +1 -1 src/COPYRIGHT From owner-cvs-src@FreeBSD.ORG Tue Jan 1 09:46:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3134916A41B; Tue, 1 Jan 2008 09:46:53 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id CAF5013C4E7; Tue, 1 Jan 2008 09:46:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m019jjFp023236; Tue, 1 Jan 2008 02:45:45 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 01 Jan 2008 02:45:46 -0700 (MST) Message-Id: <20080101.024546.1079618522.imp@bsdimp.com> To: brde@optusnet.com.au From: "M. Warner Losh" In-Reply-To: <20080101161858.A10345@delplex.bde.org> References: <200712311219.08286.jhb@freebsd.org> <20071231.203720.1306324107.imp@bsdimp.com> <20080101161858.A10345@delplex.bde.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: rrs@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 09:46:53 -0000 In message: <20080101161858.A10345@delplex.bde.org> Bruce Evans writes: : On Mon, 31 Dec 2007, M. Warner Losh wrote: : : > In message: <200712311219.08286.jhb@freebsd.org> : > John Baldwin writes: : : > : The more correct fix though is to do a 'sched_prio()' at the start of the : > : thread's main loop to set the priority and then not adjust it via msleep(). : > : Kernel threads really should never pass a priority to msleep() but always '0' : > : (which means "don't change my priority"). : > : > Not PZERO? When should one use PZERO and when should one use a bare : > '0'? Can this information be added to the man page? : : PZERO is compatibility cruft which should never be used. Just a few : places in kern still use it to invent a priority when no suitable : priority (like PSOCK or PRIBIO) is already #defined. It isn't clear : where these invented priorities are suitable. Do we want to document the other Pxxxx priorities? : Otherwise, PZERO has a completely different meaning from either priority : 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, : or the bias from priority 0 to get to that middle priority, so that : after subtracting it, 0 becomes the middle priority. The bare 0 is : actualy priority 0 (maximal) overloaded to mean "don't change the : priority". This overloading doesn't lose anything except clarity since : nothing is permitted to wake up at maximal priority after a sleep. : (Maximal priority is reserved for realtime priority ithreads and even : much lower priority ithreads are not permitted to sleep, and non-interrupt : threads aren't permitted to run at ithread priorities except temporarily : for priority propagation.) So would the following be a reasonable change to sleep.9? Index: sleep.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/sleep.9,v retrieving revision 1.61 diff -u -r1.61 sleep.9 --- sleep.9 30 Mar 2007 18:07:26 -0000 1.61 +++ sleep.9 1 Jan 2008 09:44:01 -0000 @@ -93,6 +93,10 @@ runnable with the specified .Fa priority when it resumes. +.Dv PZERO +should never be used, as it is for compatibility only. +A new priority of 0 means to use the thread's current priority when +it is made runnable again. If .Fa priority includes the Warner From owner-cvs-src@FreeBSD.ORG Tue Jan 1 10:04:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E049616A417; Tue, 1 Jan 2008 10:04:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9CA213C467; Tue, 1 Jan 2008 10:04:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01A4A46009381; Tue, 1 Jan 2008 10:04:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01A4Aov009378; Tue, 1 Jan 2008 10:04:10 GMT (envelope-from imp) Message-Id: <200801011004.m01A4Aov009378@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 10:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/colldef parse.y scan.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 10:04:11 -0000 imp 2008-01-01 10:04:10 UTC FreeBSD src repository Modified files: usr.bin/colldef parse.y scan.l Log: follow style(9) more closely and list sys/types.h first after sys/defs.h. Submitted by: max@ Revision Changes Path 1.36 +1 -1 src/usr.bin/colldef/parse.y 1.21 +1 -1 src/usr.bin/colldef/scan.l From owner-cvs-src@FreeBSD.ORG Tue Jan 1 10:25:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3BF316A41A; Tue, 1 Jan 2008 10:25:01 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACDFE13C465; Tue, 1 Jan 2008 10:25:01 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01AP1eU017415; Tue, 1 Jan 2008 10:25:01 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01AP1BY017414; Tue, 1 Jan 2008 10:25:01 GMT (envelope-from weongyo) Message-Id: <200801011025.m01AP1BY017414@repoman.freebsd.org> From: Weongyo Jeong Date: Tue, 1 Jan 2008 10:25:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/misc committers-src.dot X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 10:25:01 -0000 weongyo 2008-01-01 10:25:01 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: Add myself and my mentor Approved by: thompsa (mentor) Revision Changes Path 1.68 +3 -0 src/share/misc/committers-src.dot From owner-cvs-src@FreeBSD.ORG Tue Jan 1 10:29:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9960B16A420; Tue, 1 Jan 2008 10:29:22 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72D1D13C46E; Tue, 1 Jan 2008 10:29:22 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01ATMd7017548; Tue, 1 Jan 2008 10:29:22 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01ATMdv017547; Tue, 1 Jan 2008 10:29:22 GMT (envelope-from weongyo) Message-Id: <200801011029.m01ATMdv017547@repoman.freebsd.org> From: Weongyo Jeong Date: Tue, 1 Jan 2008 10:29:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 10:29:22 -0000 weongyo 2008-01-01 10:29:22 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday to the calendar. Approved by: thompsa (mentor) Revision Changes Path 1.223 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Tue Jan 1 10:42:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E2CA216A418; Tue, 1 Jan 2008 10:42:54 +0000 (UTC) Date: Tue, 1 Jan 2008 10:42:54 +0000 From: Alexey Dokuchaev To: Doug Barton Message-ID: <20080101104254.GB73979@FreeBSD.org> References: <200712311838.lBVIcXqe082807@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200712311838.lBVIcXqe082807@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles gerrold.limerick X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 10:42:55 -0000 On Mon, Dec 31, 2007 at 06:38:32PM +0000, Doug Barton wrote: > dougb 2007-12-31 18:38:32 UTC > > FreeBSD src repository > > Modified files: > games/fortune/datfiles gerrold.limerick > Log: > Fix a few small typos, and remove one duplicate. > > I'm intentionally not sorting this file since it won't be added to. ^^^^^^^^^^^^^^^^^^^^^^^^^^ Not quite sure what you've meant by this. Can you elaborate, please? Thanks. ./danfe From owner-cvs-src@FreeBSD.ORG Tue Jan 1 11:21:56 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2400616A420; Tue, 1 Jan 2008 11:21:56 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 9EB5413C46B; Tue, 1 Jan 2008 11:21:55 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A546B7.dip.t-dialin.net [84.165.70.183]) by redbull.bpaserver.net (Postfix) with ESMTP id A01ED2E10F; Tue, 1 Jan 2008 12:21:43 +0100 (CET) Received: from deskjail (deskjail.Leidinger.net [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 03FA77CDAC; Tue, 1 Jan 2008 12:21:37 +0100 (CET) Date: Tue, 1 Jan 2008 12:15:21 +0100 From: Alexander Leidinger To: "M. Warner Losh" Message-ID: <20080101121521.679e50b1@deskjail> In-Reply-To: <20080101.023143.-160243128.imp@bsdimp.com> References: <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> <4779D924.8020708@freebsd.org> <20080101.023143.-160243128.imp@bsdimp.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i686-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.123, required 6, BAYES_00 -15.00, J_CHICKENPOX_53 0.60, J_CHICKENPOX_55 0.60, RDNS_DYNAMIC 0.10, SMILEY -0.50, TW_CZ 0.08) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-src@freebsd.org, kientzle@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 11:21:56 -0000 Quoting "M. Warner Losh" (Tue, 01 Jan 2008 02:31:43 -0700 (MST)): > In message: <4779D924.8020708@freebsd.org> > Tim Kientzle writes: > : M. Warner Losh wrote: > : > In message: <20071231001554.GB987@zaphod.nitro.dk> > : > "Simon L. Nielsen" writes: > : > : > * New read support: mtree format > : > : > : > : This sounds interesting but I can't really figure out what it > : > : does... ? :) (and I couldn't find any mention in the updated manual > : > : pages.) > : > > : > Any chance our 'install' tools can be made to copy the files w/o the > : > right permissions and 'log' the right stuff to an mtree formatted > : > file? That would make building a distribution as a mere mortal > : > possible... > : > : Yep. ;-) That's a major motivation of this work. > : In fact, you don't even need to copy the files > : anywhere. The approach I'm considering would > : have "make buildworld" write out entries of this > : form during the build: > : > : /bin/ls uid=0 mode=0555 contents=/usr/obj/usr/src/bin/ls > : > : Then "make installworld" becomes essentially just: > : > : tar -xUvf world.mtree -C ${DESTDIR} > : > : or you can create a distribution tarball with: > : > : tar -czf world.tgz @world.mtree > > I mostly like this idea, save for one problem: install will strip the > symbols from /usr/obj/usr/src/bin/ls before installing it into > $DESTDIR/bin/ls. > > : In particular, I like that this approach uses exactly > : the same machinery for local installs or distribution > : building, varying only in the very last step. > : > : The code I just committed to -CURRENT is sufficient to > : begin experimenting with this approach; you just need > : to be careful to include "#mtree" as the first line > : (to please libarchive's auto-format detection). > : The use of full pathnames in mtree files is another > : idea I copied from the NetBSD folks; I've documented > : this as "mtree v2" in the mtree.5 manpage. > : > : There are still a lot of details to work out, but I > : hope this is sufficient for someone else to begin > : experimenting with the next step, which is figuring out > : the appropriate ways to change our distribution build. > > Yes. Any ideas how long the experimentation will last? Do you want an entry for this on the ideas list page? If yes, could you please come up with a suitable text (if you also do the markup, just go ahead an commit it, else I can do the markup and the commit). Bye, Alexander. -- Is truth not truth for all? -- Natira, "For the World is Hollow and I have Touched the Sky", stardate 5476.4. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-src@FreeBSD.ORG Tue Jan 1 12:22:09 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50C7516A419; Tue, 1 Jan 2008 12:22:09 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-6.cisco.com (sj-iport-6.cisco.com [171.71.176.117]) by mx1.freebsd.org (Postfix) with ESMTP id 05A9713C461; Tue, 1 Jan 2008 12:22:08 +0000 (UTC) (envelope-from rrs@cisco.com) X-IronPort-AV: E=Sophos;i="4.24,230,1196668800"; d="scan'208";a="28810931" Received: from sj-dkim-4.cisco.com ([171.71.179.196]) by sj-iport-6.cisco.com with ESMTP; 01 Jan 2008 04:11:37 -0800 Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254]) by sj-dkim-4.cisco.com (8.12.11/8.12.11) with ESMTP id m01CBb0M008516; Tue, 1 Jan 2008 04:11:37 -0800 Received: from xbh-sjc-211.amer.cisco.com (xbh-sjc-211.cisco.com [171.70.151.144]) by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id m01CBbjC014050; Tue, 1 Jan 2008 12:11:37 GMT Received: from xfe-sjc-211.amer.cisco.com ([171.70.151.174]) by xbh-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 1 Jan 2008 04:11:37 -0800 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 1 Jan 2008 04:11:36 -0800 Message-ID: <477A2D6D.9030403@cisco.com> Date: Tue, 01 Jan 2008 07:09:17 -0500 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070601 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200712311219.08286.jhb@freebsd.org> <20071231.203720.1306324107.imp@bsdimp.com> <20080101161858.A10345@delplex.bde.org> <20080101.024546.1079618522.imp@bsdimp.com> In-Reply-To: <20080101.024546.1079618522.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Jan 2008 12:11:37.0122 (UTC) FILETIME=[75300020:01C84C6F] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; l=3152; t=1199189497; x=1200053497; c=relaxed/simple; s=sjdkim4002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:=20Randall=20Stewart=20 |Subject:=20Re=3A=20cvs=20commit=3A=20src/sys/netinet=20sct p_bsd_addr.c |Sender:=20; bh=cu9FqZsjZQghvSAg27zJ6p7Msdyjzk62mvAD0l3ZRGY=; b=iBmNOnXkjKd8kFs1jAWTn09vDdoK86zrUt9jni4O+qIZlDXv8N13VNazQZ bkv6/cgg+nmfTIIiGOIfXpmgZ6vhV7EklQDTdc96Srkc4GXHA2a9EQq3/xnr mAMTOzhOYC; Authentication-Results: sj-dkim-4; header.From=rrs@cisco.com; dkim=pass ( sig from cisco.com/sjdkim4002 verified; ); Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, jhb@FreeBSD.org, brde@optusnet.com.au Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 12:22:09 -0000 M. Warner Losh wrote: > In message: <20080101161858.A10345@delplex.bde.org> > Bruce Evans writes: > : On Mon, 31 Dec 2007, M. Warner Losh wrote: > : > : > In message: <200712311219.08286.jhb@freebsd.org> > : > John Baldwin writes: > : > : > : The more correct fix though is to do a 'sched_prio()' at the start of the > : > : thread's main loop to set the priority and then not adjust it via msleep(). > : > : Kernel threads really should never pass a priority to msleep() but always '0' > : > : (which means "don't change my priority"). > : > > : > Not PZERO? When should one use PZERO and when should one use a bare > : > '0'? Can this information be added to the man page? > : > : PZERO is compatibility cruft which should never be used. Just a few > : places in kern still use it to invent a priority when no suitable > : priority (like PSOCK or PRIBIO) is already #defined. It isn't clear > : where these invented priorities are suitable. > > Do we want to document the other Pxxxx priorities? > > : Otherwise, PZERO has a completely different meaning from either priority > : 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, > : or the bias from priority 0 to get to that middle priority, so that > : after subtracting it, 0 becomes the middle priority. The bare 0 is > : actualy priority 0 (maximal) overloaded to mean "don't change the > : priority". This overloading doesn't lose anything except clarity since > : nothing is permitted to wake up at maximal priority after a sleep. > : (Maximal priority is reserved for realtime priority ithreads and even > : much lower priority ithreads are not permitted to sleep, and non-interrupt > : threads aren't permitted to run at ithread priorities except temporarily > : for priority propagation.) > > So would the following be a reasonable change to sleep.9? > > Index: sleep.9 > =================================================================== > RCS file: /home/ncvs/src/share/man/man9/sleep.9,v > retrieving revision 1.61 > diff -u -r1.61 sleep.9 > --- sleep.9 30 Mar 2007 18:07:26 -0000 1.61 > +++ sleep.9 1 Jan 2008 09:44:01 -0000 > @@ -93,6 +93,10 @@ > runnable with the specified > .Fa priority > when it resumes. > +.Dv PZERO > +should never be used, as it is for compatibility only. > +A new priority of 0 means to use the thread's current priority when > +it is made runnable again. > If > .Fa priority > includes the > > Warner > That sure would have been nice to read in the manual page .. I would have not changed this at all if I would have had that to read :-( I was pinged on xchat over an issue where the sctp worker thread was hanging... and in the process I was told that 0 was max priority.. which really concerned me... 0 having a special meaning of.. "don't change my priority" means the old code was fine :-0 Not that having a mid-range lower priority is a bad thing for this task... R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell) From owner-cvs-src@FreeBSD.ORG Tue Jan 1 17:50:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9650116A473; Tue, 1 Jan 2008 17:50:41 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 450E313C461; Tue, 1 Jan 2008 17:50:41 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m01HnS2r035853; Tue, 1 Jan 2008 10:49:28 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 01 Jan 2008 10:49:34 -0700 (MST) Message-Id: <20080101.104934.1346822828.imp@bsdimp.com> To: rrs@cisco.com From: "M. Warner Losh" In-Reply-To: <477A2D6D.9030403@cisco.com> References: <20080101161858.A10345@delplex.bde.org> <20080101.024546.1079618522.imp@bsdimp.com> <477A2D6D.9030403@cisco.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, jhb@FreeBSD.org, brde@optusnet.com.au Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 17:50:41 -0000 In message: <477A2D6D.9030403@cisco.com> Randall Stewart writes: : M. Warner Losh wrote: : > In message: <20080101161858.A10345@delplex.bde.org> : > Bruce Evans writes: : > : On Mon, 31 Dec 2007, M. Warner Losh wrote: : > : : > : > In message: <200712311219.08286.jhb@freebsd.org> : > : > John Baldwin writes: : > : : > : > : The more correct fix though is to do a 'sched_prio()' at the start of the : > : > : thread's main loop to set the priority and then not adjust it via msleep(). : > : > : Kernel threads really should never pass a priority to msleep() but always '0' : > : > : (which means "don't change my priority"). : > : > : > : > Not PZERO? When should one use PZERO and when should one use a bare : > : > '0'? Can this information be added to the man page? : > : : > : PZERO is compatibility cruft which should never be used. Just a few : > : places in kern still use it to invent a priority when no suitable : > : priority (like PSOCK or PRIBIO) is already #defined. It isn't clear : > : where these invented priorities are suitable. : > : > Do we want to document the other Pxxxx priorities? : > : > : Otherwise, PZERO has a completely different meaning from either priority : > : 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, : > : or the bias from priority 0 to get to that middle priority, so that : > : after subtracting it, 0 becomes the middle priority. The bare 0 is : > : actualy priority 0 (maximal) overloaded to mean "don't change the : > : priority". This overloading doesn't lose anything except clarity since : > : nothing is permitted to wake up at maximal priority after a sleep. : > : (Maximal priority is reserved for realtime priority ithreads and even : > : much lower priority ithreads are not permitted to sleep, and non-interrupt : > : threads aren't permitted to run at ithread priorities except temporarily : > : for priority propagation.) : > : > So would the following be a reasonable change to sleep.9? : > : > Index: sleep.9 : > =================================================================== : > RCS file: /home/ncvs/src/share/man/man9/sleep.9,v : > retrieving revision 1.61 : > diff -u -r1.61 sleep.9 : > --- sleep.9 30 Mar 2007 18:07:26 -0000 1.61 : > +++ sleep.9 1 Jan 2008 09:44:01 -0000 : > @@ -93,6 +93,10 @@ : > runnable with the specified : > .Fa priority : > when it resumes. : > +.Dv PZERO : > +should never be used, as it is for compatibility only. : > +A new priority of 0 means to use the thread's current priority when : > +it is made runnable again. : > If : > .Fa priority : > includes the : > : > Warner : > : That sure would have been nice to read in the manual page .. I would : have not changed this at all if I would have had that to read :-( : : I was pinged on xchat over an issue where the sctp worker thread : was hanging... and in the process I was told that 0 was max : priority.. which really concerned me... 0 having a special : meaning of.. "don't change my priority" means the old code : was fine :-0 : : Not that having a mid-range lower priority is a bad thing : for this task... I had someone point out that I wasn't using PZERO in the code I wrote at work, so I went through and changed all the drivers there to use PZERO always. The fact it is compatibility shimming wasn't clear at all, hence my desire to document it :0 Warner From owner-cvs-src@FreeBSD.ORG Tue Jan 1 19:49:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16C9D16A535; Tue, 1 Jan 2008 19:49:48 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id B966513C447; Tue, 1 Jan 2008 19:49:47 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 6637F2089; Tue, 1 Jan 2008 20:49:39 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id CE08A2049; Tue, 1 Jan 2008 20:49:38 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id B355484494; Tue, 1 Jan 2008 20:49:38 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Alexey Dokuchaev References: <200712311838.lBVIcXqe082807@repoman.freebsd.org> <20080101104254.GB73979@FreeBSD.org> Date: Tue, 01 Jan 2008 20:49:38 +0100 In-Reply-To: <20080101104254.GB73979@FreeBSD.org> (Alexey Dokuchaev's message of "Tue\, 1 Jan 2008 10\:42\:54 +0000") Message-ID: <86hchxs4vh.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles gerrold.limerick X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 19:49:48 -0000 Alexey Dokuchaev writes: > On Mon, Dec 31, 2007 at 06:38:32PM +0000, Doug Barton wrote: > > Log: > > Fix a few small typos, and remove one duplicate. > >=20=20=20 > > I'm intentionally not sorting this file since it won't be added to. > Not quite sure what you've meant by this. Can you elaborate, please? The file in question contains limericks by David Gerrold, committed seven years ago with the author's permission. Additions to this file would necessarily be more limericks by the same author, whose permission would again have to be sought. Therefore, future additions to this file are not likely. Since the benefit of sorting a fortune file is to make additions easier, doing so in this case would cause repo churn for no practical benefit, so Doug decided not to sort it. Unfortunately, the bandwidth saved by his decision was probably more than offset by that consumed by this thread. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Jan 1 20:36:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A024816A41B; Tue, 1 Jan 2008 20:36:05 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77D6F13C469; Tue, 1 Jan 2008 20:36:05 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01Ka532075606; Tue, 1 Jan 2008 20:36:05 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01Ka5qP075605; Tue, 1 Jan 2008 20:36:05 GMT (envelope-from alc) Message-Id: <200801012036.m01Ka5qP075605@repoman.freebsd.org> From: Alan Cox Date: Tue, 1 Jan 2008 20:36:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 20:36:05 -0000 alc 2008-01-01 20:36:05 UTC FreeBSD src repository Modified files: sys/vm pmap.h Log: Correct a style error that was introduced in revision 1.77. Revision Changes Path 1.82 +1 -1 src/sys/vm/pmap.h From owner-cvs-src@FreeBSD.ORG Tue Jan 1 21:37:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CB8E16A41A; Tue, 1 Jan 2008 21:37:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53EA213C442; Tue, 1 Jan 2008 21:37:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01LbAlo023554; Tue, 1 Jan 2008 21:37:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01LbAfa023553; Tue, 1 Jan 2008 21:37:10 GMT (envelope-from imp) Message-Id: <200801012137.m01LbAfa023553@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 21:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ed.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 21:37:10 -0000 imp 2008-01-01 21:37:09 UTC FreeBSD src repository Modified files: share/man/man4 ed.4 Log: Sync to the new PCI device IDs that I added to if_ed_pci.c. Bump date. Revision Changes Path 1.54 +8 -2 src/share/man/man4/ed.4 From owner-cvs-src@FreeBSD.ORG Tue Jan 1 21:41:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98E4C16A41A; Tue, 1 Jan 2008 21:41:39 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70DCF13C455; Tue, 1 Jan 2008 21:41:39 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01LfdMj024257; Tue, 1 Jan 2008 21:41:39 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01LfdsU024256; Tue, 1 Jan 2008 21:41:39 GMT (envelope-from imp) Message-Id: <200801012141.m01LfdsU024256@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 21:41:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ed.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 21:41:39 -0000 imp 2008-01-01 21:41:39 UTC FreeBSD src repository Modified files: share/man/man4 ed.4 Log: Forgot to mention RLT80x9 support that was added some time ago. Revision Changes Path 1.55 +3 -0 src/share/man/man4/ed.4 From owner-cvs-src@FreeBSD.ORG Tue Jan 1 22:20:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9895716A41B; Tue, 1 Jan 2008 22:20:12 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FFBB13C458; Tue, 1 Jan 2008 22:20:12 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01MKCD7042434; Tue, 1 Jan 2008 22:20:12 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01MKCrE042428; Tue, 1 Jan 2008 22:20:12 GMT (envelope-from kientzle) Message-Id: <200801012220.m01MKCrE042428@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 1 Jan 2008 22:20:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 22:20:12 -0000 kientzle 2008-01-01 22:20:11 UTC FreeBSD src repository Modified files: . exclude Log: The .uu files in libarchive/test don't require $FreeBSD$ keywords. Revision Changes Path 1.152 +1 -0 CVSROOT/exclude From owner-cvs-src@FreeBSD.ORG Tue Jan 1 22:28:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4A7D16A473; Tue, 1 Jan 2008 22:28:05 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CE5C013C455; Tue, 1 Jan 2008 22:28:05 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01MS5I0050530; Tue, 1 Jan 2008 22:28:05 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01MS5Am050529; Tue, 1 Jan 2008 22:28:05 GMT (envelope-from kientzle) Message-Id: <200801012228.m01MS5Am050529@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 1 Jan 2008 22:28:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test Makefile README main.c read_open_memory.c test.h test_compat_gtar.c test_compat_gtar_1.tgz.uu test_compat_zip.c test_compat_zip_1.zip.uu test_empty_write.c test_entry_strmode.c test_read_format_cpio_odc.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 22:28:06 -0000 kientzle 2008-01-01 22:28:05 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile README main.c read_open_memory.c test.h test_read_format_cpio_odc.c test_read_format_gtar_sparse.c test_read_format_isorr_bz2.c test_read_format_zip.c test_read_pax_truncated.c test_tar_filenames.c test_write_disk_perms.c test_write_format_cpio.c Added files: lib/libarchive/test test_compat_gtar.c test_compat_gtar_1.tgz.uu test_compat_zip.c test_compat_zip_1.zip.uu test_empty_write.c test_entry_strmode.c test_read_format_gtar_sparse_1_13.tgz.uu test_read_format_gtar_sparse_1_17.tgz.uu test_read_format_gtar_sparse_1_17_posix00.tgz.uu test_read_format_gtar_sparse_1_17_posix01.tgz.uu test_read_format_gtar_sparse_1_17_posix10.tgz.uu test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu test_read_format_mtree.c test_tar_large.c test_write_format_cpio_newc.c test_write_format_cpio_odc.c Log: Extensive improvements to the libarchive_test test program that exercises and verifies the libarchive APIs: * Improved error reporting; hexdumps are now provided for many file/memory content differences. * Overall status more clearly counts "tests" and "assertions" * Reference files can now be stored on disk instead of having to be compiled into the test program itself. A couple of tests have been converted to this more natural structure. * Several memory leaks corrected so that leaks within libarchive itself can be more easily detected and diagnosed. * New test: GNU tar compatibility * New test: Zip compatibility * New test: Zero-byte writes to a compressed archive entry * New test: archive_entry_strmode() format verification * New test: mtree reader * New test: write/read of large (2G - 1TB) entries to tar archives (thanks to recent performance work, this test only requires a few seconds) * New test: detailed format verification of cpio odc and newc writers * Many minor additions/improvements to existing tests as well. Revision Changes Path 1.12 +62 -16 src/lib/libarchive/test/Makefile 1.3 +10 -2 src/lib/libarchive/test/README 1.9 +353 -54 src/lib/libarchive/test/main.c 1.2 +1 -1 src/lib/libarchive/test/read_open_memory.c 1.7 +64 -40 src/lib/libarchive/test/test.h 1.1 +110 -0 src/lib/libarchive/test/test_compat_gtar.c (new) 1.1 +9 -0 src/lib/libarchive/test/test_compat_gtar_1.tgz.uu (new) 1.1 +69 -0 src/lib/libarchive/test/test_compat_zip.c (new) 1.1 +14 -0 src/lib/libarchive/test/test_compat_zip_1.zip.uu (new) 1.1 +118 -0 src/lib/libarchive/test/test_empty_write.c (new) 1.1 +48 -0 src/lib/libarchive/test/test_entry_strmode.c (new) 1.2 +1 -1 src/lib/libarchive/test/test_read_format_cpio_odc.c 1.7 +47 -652 src/lib/libarchive/test/test_read_format_gtar_sparse.c 1.1 +26 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_13.tgz.uu (new) 1.1 +26 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_17.tgz.uu (new) 1.1 +29 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix00.tgz.uu (new) 1.1 +27 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix01.tgz.uu (new) 1.1 +27 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10.tgz.uu (new) 1.1 +1369 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu (new) 1.3 +3 -0 src/lib/libarchive/test/test_read_format_isorr_bz2.c 1.1 +113 -0 src/lib/libarchive/test/test_read_format_mtree.c (new) 1.3 +6 -0 src/lib/libarchive/test/test_read_format_zip.c 1.2 +2 -2 src/lib/libarchive/test/test_read_pax_truncated.c 1.8 +1 -1 src/lib/libarchive/test/test_tar_filenames.c 1.1 +309 -0 src/lib/libarchive/test/test_tar_large.c (new) 1.8 +19 -14 src/lib/libarchive/test/test_write_disk_perms.c 1.4 +63 -7 src/lib/libarchive/test/test_write_format_cpio.c 1.1 +172 -0 src/lib/libarchive/test/test_write_format_cpio_newc.c (new) 1.1 +224 -0 src/lib/libarchive/test/test_write_format_cpio_odc.c (new) From owner-cvs-src@FreeBSD.ORG Tue Jan 1 22:29:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B4FD16A417; Tue, 1 Jan 2008 22:29:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7309113C458; Tue, 1 Jan 2008 22:29:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01MTM47051207; Tue, 1 Jan 2008 22:29:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01MTMfS051206; Tue, 1 Jan 2008 22:29:22 GMT (envelope-from imp) Message-Id: <200801012229.m01MTMfS051206@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 22:29:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4/man4.i386 ep.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 22:29:22 -0000 imp 2008-01-01 22:29:22 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 ep.4 Log: Minor nits. Add xr to sn. Revision Changes Path 1.46 +3 -2 src/share/man/man4/man4.i386/ep.4 From owner-cvs-src@FreeBSD.ORG Tue Jan 1 22:31:28 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14BF816A418; Tue, 1 Jan 2008 22:31:28 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id DAE1213C442; Tue, 1 Jan 2008 22:31:27 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: (from root@localhost) by kientzle.com (8.12.9/8.12.9) id m01MVRZ3076977; Tue, 1 Jan 2008 14:31:27 -0800 (PST) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.209] (p54.kientzle.com [66.166.149.54]) by kientzle.com with SMTP; Tue, 01 Jan 2008 14:31:27 -0800 (PST) (envelope-from kientzle@freebsd.org) Message-ID: <477ABF3E.7060900@freebsd.org> Date: Tue, 01 Jan 2008 14:31:26 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Kientzle References: <200801012228.m01MS5Am050529@repoman.freebsd.org> In-Reply-To: <200801012228.m01MS5Am050529@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive/test Makefile README main.c read_open_memory.c test.h test_compat_gtar.c test_compat_gtar_1.tgz.uu test_compat_zip.c test_compat_zip_1.zip.uu test_empty_write.c test_entry_strmode.c test_read_format_cpio_odc.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 22:31:28 -0000 Tim Kientzle wrote: > kientzle 2008-01-01 22:28:05 UTC > > Log: > Extensive improvements to the libarchive_test test program that > exercises and verifies the libarchive APIs ... These tests have been run on i386 and amd64 extensively; if anyone has a chance to "make test" in this directory on other platforms, I'd appreciate reports. (I'm especially worried about ARM; GCC's odd packing on ARM could break some of my coding assumptions.) Tim Kientzle From owner-cvs-src@FreeBSD.ORG Tue Jan 1 23:39:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99DEE16A417; Tue, 1 Jan 2008 23:39:42 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.freebsd.org (Postfix) with ESMTP id 2E53B13C459; Tue, 1 Jan 2008 23:39:42 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c211-30-219-213.carlnfd3.nsw.optusnet.com.au (c211-30-219-213.carlnfd3.nsw.optusnet.com.au [211.30.219.213]) by mail13.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m01NdZ2u013451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Jan 2008 10:39:36 +1100 Date: Wed, 2 Jan 2008 10:39:35 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "M. Warner Losh" In-Reply-To: <20080101.024546.1079618522.imp@bsdimp.com> Message-ID: <20080102092953.J12725@delplex.bde.org> References: <200712311219.08286.jhb@freebsd.org> <20071231.203720.1306324107.imp@bsdimp.com> <20080101161858.A10345@delplex.bde.org> <20080101.024546.1079618522.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@FreeBSD.org, jhb@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, rrs@FreeBSD.org, brde@optusnet.com.au Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 23:39:42 -0000 On Tue, 1 Jan 2008, M. Warner Losh wrote: > In message: <20080101161858.A10345@delplex.bde.org> > Bruce Evans writes: > : PZERO is compatibility cruft which should never be used. Just a few > ... > > Do we want to document the other Pxxxx priorities? Maybe, but not in sleep.9. I just learn about them from *.[ch]. > : Otherwise, PZERO has a completely different meaning from either priority > : 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, > ... > So would the following be a reasonable change to sleep.9? > > Index: sleep.9 > =================================================================== > RCS file: /home/ncvs/src/share/man/man9/sleep.9,v > retrieving revision 1.61 > diff -u -r1.61 sleep.9 > --- sleep.9 30 Mar 2007 18:07:26 -0000 1.61 > +++ sleep.9 1 Jan 2008 09:44:01 -0000 > @@ -93,6 +93,10 @@ > runnable with the specified > .Fa priority > when it resumes. > +.Dv PZERO > +should never be used, as it is for compatibility only. > +A new priority of 0 means to use the thread's current priority when > +it is made runnable again. > If > .Fa priority > includes the Not quite. The sentence about PZERO doesn't belong here. The 2 sentences bfore the PZERO sentence already completely document the specialness of priority 0: % .Pp % The parameter % .Fa priority % specifies a new priority for the thread as well as some optional flags. % If the new priority is not 0, % then the thread will be made % runnable with the specified % .Fa priority % when it resumes. If this is not clear, then I think it should be made clearer by rewording it and not by tacking on a modifying clause. My attempt: %%% .Pp The parameter .Fa priority encodes the new priority for the thread and some optional flags. The thread will be made runnable with the new priority when it resumes. The new priority is determined from .Fa priority by first masking out the flags using the .Dv PRIMASK mask. If the the result of this is nonzero, then it gives the new priority; otherwise, the new priority is same as the current priority. %%% BTW, grep shows that PZERO is only documented in spl.9 of all places, only in examples using the even-more-deprecated tsleep(), while sleep.9 doesn't have any examples. Bruce From owner-cvs-src@FreeBSD.ORG Tue Jan 1 23:58:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 602FB16A524; Tue, 1 Jan 2008 23:58:19 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3750913C45D; Tue, 1 Jan 2008 23:58:19 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01NwJM1086807; Tue, 1 Jan 2008 23:58:19 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01NwJgm086806; Tue, 1 Jan 2008 23:58:19 GMT (envelope-from bmah) Message-Id: <200801012358.m01NwJgm086806@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 1 Jan 2008 23:58:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 23:58:19 -0000 bmah 2008-01-01 23:58:19 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release notes: ddb(4) capture, ddb(4) scripting, textdump(4), ncurses 5.6-20071222, tzdata2007k. Bump copyright date while here. Revision Changes Path 1.1078 +29 -1 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Jan 2 00:19:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05A9316A417; Wed, 2 Jan 2008 00:19:50 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D176C13C44B; Wed, 2 Jan 2008 00:19:49 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020Jn4q095472; Wed, 2 Jan 2008 00:19:49 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020Jnol095471; Wed, 2 Jan 2008 00:19:49 GMT (envelope-from kientzle) Message-Id: <200801020019.m020Jnol095471@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:19:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar COPYING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 00:19:50 -0000 kientzle 2008-01-02 00:19:49 UTC FreeBSD src repository Modified files: usr.bin/tar COPYING Log: Include Guido's copyright for the fnmatch() code I cribbed from. (It's in the C source, just wasn't in the COPYING file until now.) Revision Changes Path 1.3 +36 -1 src/usr.bin/tar/COPYING From owner-cvs-src@FreeBSD.ORG Wed Jan 2 00:21:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9127316A417; Wed, 2 Jan 2008 00:21:27 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68E8C13C448; Wed, 2 Jan 2008 00:21:27 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020LRDK096171; Wed, 2 Jan 2008 00:21:27 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020LR8L096170; Wed, 2 Jan 2008 00:21:27 GMT (envelope-from kientzle) Message-Id: <200801020021.m020LR8L096170@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:21:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.h read.c util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 00:21:27 -0000 kientzle 2008-01-02 00:21:27 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.h read.c util.c Log: Use archive_entry_strmode() instead of a local bsdtar_strmode(). (This does a couple of things that the standard library's strmode() doesn't; it proved useful in bsdcpio as well, so I pushed it down into libarchive.) Revision Changes Path 1.29 +0 -1 src/usr.bin/tar/bsdtar.h 1.35 +3 -2 src/usr.bin/tar/read.c 1.18 +0 -50 src/usr.bin/tar/util.c From owner-cvs-src@FreeBSD.ORG Wed Jan 2 00:23:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED83716A418; Wed, 2 Jan 2008 00:23:00 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C434B13C45D; Wed, 2 Jan 2008 00:23:00 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020N0hk096951; Wed, 2 Jan 2008 00:23:00 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020N0Fh096950; Wed, 2 Jan 2008 00:23:00 GMT (envelope-from kientzle) Message-Id: <200801020023.m020N0Fh096950@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:23:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar_platform.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 00:23:01 -0000 kientzle 2008-01-02 00:23:00 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar_platform.h Log: Include a suitable stub definition of __FBSDID() for non-FreeBSD platforms. Revision Changes Path 1.25 +2 -1 src/usr.bin/tar/bsdtar_platform.h From owner-cvs-src@FreeBSD.ORG Wed Jan 2 00:24:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA40516A417; Wed, 2 Jan 2008 00:24:10 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 928AA13C459; Wed, 2 Jan 2008 00:24:10 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020OA4I098026; Wed, 2 Jan 2008 00:24:10 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020OA2c098024; Wed, 2 Jan 2008 00:24:10 GMT (envelope-from kientzle) Message-Id: <200801020024.m020OA2c098024@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:24:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 00:24:10 -0000 kientzle 2008-01-02 00:24:10 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 Log: Fill in the approximate date when tar(1) first appeared. Revision Changes Path 1.36 +1 -1 src/usr.bin/tar/bsdtar.1 From owner-cvs-src@FreeBSD.ORG Wed Jan 2 00:27:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4160716A41B; Wed, 2 Jan 2008 00:27:15 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 197C413C45A; Wed, 2 Jan 2008 00:27:15 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020REcY099214; Wed, 2 Jan 2008 00:27:14 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020REoS099213; Wed, 2 Jan 2008 00:27:14 GMT (envelope-from kientzle) Message-Id: <200801020027.m020REoS099213@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:27:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.c config_freebsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 00:27:15 -0000 kientzle 2008-01-02 00:27:14 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.c config_freebsd.h Log: A couple of miscellaneous fixes: * prototypes for optarg/optind on platforms that don't already have them * Disambiguate version number macros * Remove unnecessary PACKAGE_NAME macro * Hook for forthcoming bsdtar test suite * Sync version number up with the portable distribution Revision Changes Path 1.33 +5 -2 src/usr.bin/tar/Makefile 1.78 +11 -1 src/usr.bin/tar/bsdtar.c 1.2 +2 -1 src/usr.bin/tar/config_freebsd.h From owner-cvs-src@FreeBSD.ORG Wed Jan 2 00:28:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0D1916A418; Wed, 2 Jan 2008 00:28:44 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFE2B13C45D; Wed, 2 Jan 2008 00:28:44 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020Sinp099288; Wed, 2 Jan 2008 00:28:44 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020SiHg099287; Wed, 2 Jan 2008 00:28:44 GMT (envelope-from kientzle) Message-Id: <200801020028.m020SiHg099287@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:28:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar/test config.sh test-acl.sh test-basic.sh test-deep-dir.sh test-flags.sh test-nodump.sh test-overwrite.sh test-utf8.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 00:28:44 -0000 kientzle 2008-01-02 00:28:44 UTC FreeBSD src repository Removed files: usr.bin/tar/test config.sh test-acl.sh test-basic.sh test-deep-dir.sh test-flags.sh test-nodump.sh test-overwrite.sh test-utf8.sh Log: Remove the old bsdtar test scripts; something much better is almost ready to commit. Revision Changes Path 1.3 +0 -74 src/usr.bin/tar/test/config.sh (dead) 1.2 +0 -76 src/usr.bin/tar/test/test-acl.sh (dead) 1.6 +0 -432 src/usr.bin/tar/test/test-basic.sh (dead) 1.2 +0 -60 src/usr.bin/tar/test/test-deep-dir.sh (dead) 1.2 +0 -74 src/usr.bin/tar/test/test-flags.sh (dead) 1.2 +0 -52 src/usr.bin/tar/test/test-nodump.sh (dead) 1.2 +0 -51 src/usr.bin/tar/test/test-overwrite.sh (dead) 1.2 +0 -40 src/usr.bin/tar/test/test-utf8.sh (dead) From owner-cvs-src@FreeBSD.ORG Wed Jan 2 01:19:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9789316A46B; Wed, 2 Jan 2008 01:19:18 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7099213C461; Wed, 2 Jan 2008 01:19:18 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m021JIPA027985; Wed, 2 Jan 2008 01:19:18 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m021JHrI027984; Wed, 2 Jan 2008 01:19:17 GMT (envelope-from obrien) Message-Id: <200801020119.m021JHrI027984@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 2 Jan 2008 01:19:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 01:19:18 -0000 obrien 2008-01-02 01:19:17 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vnops.c Log: style(9) Revision Changes Path 1.175 +17 -17 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Jan 2 01:45:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4C0016A41A; Wed, 2 Jan 2008 01:45:31 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDFE513C43E; Wed, 2 Jan 2008 01:45:31 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m021jVOX038229; Wed, 2 Jan 2008 01:45:31 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m021jVck038228; Wed, 2 Jan 2008 01:45:31 GMT (envelope-from obrien) Message-Id: <200801020145.m021jVck038228@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 2 Jan 2008 01:45:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 01:45:32 -0000 obrien 2008-01-02 01:45:31 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: style(9) Revision Changes Path 1.193 +73 -73 src/sys/cam/cam_xpt.c From owner-cvs-src@FreeBSD.ORG Wed Jan 2 01:59:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E633216A419; Wed, 2 Jan 2008 01:59:24 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 992A813C458; Wed, 2 Jan 2008 01:59:24 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id m021xLmP043028; Tue, 1 Jan 2008 18:59:21 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <477AEFF9.7000804@samsco.org> Date: Tue, 01 Jan 2008 18:59:21 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: "David E. O'Brien" References: <200801020145.m021jVck038228@repoman.freebsd.org> In-Reply-To: <200801020145.m021jVck038228@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Tue, 01 Jan 2008 18:59:21 -0700 (MST) X-Spam-Status: No, score=-1.4 required=5.4 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 01:59:25 -0000 David E. O'Brien wrote: > obrien 2008-01-02 01:45:31 UTC > > FreeBSD src repository > > Modified files: > sys/cam cam_xpt.c > Log: > style(9) > > Revision Changes Path > 1.193 +73 -73 src/sys/cam/cam_xpt.c Thanks for making CAM merges harder now than they were before. A normal, well adjusted team player would have asked the person/people working in this area if it was ok to do something like this. What a circus. I await your indignant rules lawyering. Scott From owner-cvs-src@FreeBSD.ORG Wed Jan 2 04:43:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B72C16A417; Wed, 2 Jan 2008 04:43:48 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35AEC13C44B; Wed, 2 Jan 2008 04:43:48 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m024hmIs015650; Wed, 2 Jan 2008 04:43:48 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m024hmGw015649; Wed, 2 Jan 2008 04:43:48 GMT (envelope-from alc) Message-Id: <200801020443.m024hmGw015649@repoman.freebsd.org> From: Alan Cox Date: Wed, 2 Jan 2008 04:43:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 04:43:48 -0000 alc 2008-01-02 04:43:47 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Defer setting either PG_CACHED or PG_FREE until after the free page queues lock is acquired. Otherwise, the state of a reservation's pages' flags and its population count can be inconsistent. That could result in a page being freed twice. Reported by: kris Revision Changes Path 1.366 +3 -3 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Wed Jan 2 07:21:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF11616A417; Wed, 2 Jan 2008 07:21:08 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id B348413C448; Wed, 2 Jan 2008 07:21:08 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m027L8Wb006842; Tue, 1 Jan 2008 23:21:08 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m027L8FI006841; Tue, 1 Jan 2008 23:21:08 -0800 (PST) (envelope-from obrien) Date: Tue, 1 Jan 2008 23:21:08 -0800 From: "David O'Brien" To: Tim Kientzle Message-ID: <20080102072108.GA3141@dragon.NUXI.org> References: <200801012220.m01MKCrE042428@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801012220.m01MKCrE042428@repoman.freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 07:21:08 -0000 On Tue, Jan 01, 2008 at 10:20:11PM +0000, Tim Kientzle wrote: > kientzle 2008-01-01 22:20:11 UTC > Log: > The .uu files in libarchive/test don't require $FreeBSD$ keywords. However, the $FreeBSD$ in uuencoded files do not cause a problem. Since having the keyword makes it easier to see what revision of the file this is - would you consider adding them to the .uu files? Just about all the other .uu files in the tree have $FreeBSD$ in them. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Jan 2 07:29:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1BB716A419; Wed, 2 Jan 2008 07:29:27 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 7440C13C455; Wed, 2 Jan 2008 07:29:27 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m027RpuE050255; Wed, 2 Jan 2008 00:27:52 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 02 Jan 2008 00:28:07 -0700 (MST) Message-Id: <20080102.002807.-1183026224.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <477AEFF9.7000804@samsco.org> References: <200801020145.m021jVck038228@repoman.freebsd.org> <477AEFF9.7000804@samsco.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 07:29:27 -0000 In message: <477AEFF9.7000804@samsco.org> Scott Long writes: : David E. O'Brien wrote: : > obrien 2008-01-02 01:45:31 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/cam cam_xpt.c : > Log: : > style(9) : > : > Revision Changes Path : > 1.193 +73 -73 src/sys/cam/cam_xpt.c : : Thanks for making CAM merges harder now than they were before. A : normal, well adjusted team player would have asked the person/people : working in this area if it was ok to do something like this. What a : circus. I await your indignant rules lawyering. Just back it out. cvs update -j 1.193 -j 1.192 -kk cam_xpt.c cvs commit -m"Backout style(9), there's locking changes in flight..." then merging your changes will easy to merge. Sure it tosses David's work, but locking changes are much more important than style changes or pissing contests. Warner From owner-cvs-src@FreeBSD.ORG Wed Jan 2 08:13:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD42616A418; Wed, 2 Jan 2008 08:13:54 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8F21C13C45A; Wed, 2 Jan 2008 08:13:54 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m028DscD039925; Wed, 2 Jan 2008 00:13:54 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m028DrC0039923; Wed, 2 Jan 2008 00:13:53 -0800 (PST) (envelope-from obrien) Date: Wed, 2 Jan 2008 00:13:53 -0800 From: "David O'Brien" To: Scott Long Message-ID: <20080102081353.GE3141@dragon.NUXI.org> References: <200801020145.m021jVck038228@repoman.freebsd.org> <477AEFF9.7000804@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <477AEFF9.7000804@samsco.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 08:13:54 -0000 On Tue, Jan 01, 2008 at 06:59:21PM -0700, Scott Long wrote: > David E. O'Brien wrote: >> obrien 2008-01-02 01:45:31 UTC >> FreeBSD src repository >> Modified files: >> sys/cam cam_xpt.c Log: >> style(9) >> Revision Changes Path >> 1.193 +73 -73 src/sys/cam/cam_xpt.c > > Thanks for making CAM merges harder now than they were before. Have you done a 'cvs update' in your sources to see if they actually conflict? SURELY it is not beyond you to :%s/[]*$//g in vi? (I'm sure Emacs can do do this just as easily, if you're that kind of guy). > A normal, well adjusted team player Thank you for the personal attack - I guess I get the prize for the first attack from you of the new year. > would have asked the person/people working in this area if it was ok to > do something like this. Lets see - this file had 5 commits in the past 6 months. You you did the last one. It was revision 1.192 on 2007/12/16 - a one line addition. The previous commit you made was revision 1.189 on 2007/06/17 - a change of +3 -2. So that does not indicate you're in the middle of some major maintenance here. Between those two commits were two other changes - one by julian and one by imp. The commit before your 1.189 was a one liner by dwmalone. Neither of these commits had "Approved by: scottl" on them. I wonder if you complained to them about committing without running it by you first. > What a circus. I await your indignant rules lawyering. Personally I think you're just bitching at me for the F of it - due to some personal need to boost yourself and put down others... -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Jan 2 08:54:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DEA516A420; Wed, 2 Jan 2008 08:54:40 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37EA113C461; Wed, 2 Jan 2008 08:54:40 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m028segO031354; Wed, 2 Jan 2008 08:54:40 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m028seVE031353; Wed, 2 Jan 2008 08:54:40 GMT (envelope-from alc) Message-Id: <200801020854.m028seVE031353@repoman.freebsd.org> From: Alan Cox Date: Wed, 2 Jan 2008 08:54:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 08:54:40 -0000 alc 2008-01-02 08:54:39 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel() instead of writing apologetic comments. As it turns out, I need every kernel page table page to have a legitimate pindex to support superpage promotion on kernel memory. Correct a nearby style error: Pointers should be compared to NULL. Revision Changes Path 1.600 +3 -6 src/sys/amd64/amd64/pmap.c 1.603 +2 -5 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Jan 2 17:09:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DB4316A417; Wed, 2 Jan 2008 17:09:16 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5655213C442; Wed, 2 Jan 2008 17:09:16 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02H9G9V050441; Wed, 2 Jan 2008 17:09:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02H9GOd050440; Wed, 2 Jan 2008 17:09:16 GMT (envelope-from jhb) Message-Id: <200801021709.m02H9GOd050440@repoman.freebsd.org> From: John Baldwin Date: Wed, 2 Jan 2008 17:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_smp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 17:09:16 -0000 jhb 2008-01-02 17:09:16 UTC FreeBSD src repository Modified files: sys/kern subr_smp.c Log: A few whitespace fixes. Revision Changes Path 1.203 +11 -12 src/sys/kern/subr_smp.c From owner-cvs-src@FreeBSD.ORG Wed Jan 2 18:05:08 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDD1516A41A; Wed, 2 Jan 2008 18:05:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 3AEF313C459; Wed, 2 Jan 2008 18:05:06 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8q) with ESMTP id 227032743-1834499 for multiple; Wed, 02 Jan 2008 13:02:53 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id m02I4kCi018326; Wed, 2 Jan 2008 13:04:46 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "M. Warner Losh" Date: Wed, 2 Jan 2008 12:17:21 -0500 User-Agent: KMail/1.9.6 References: <200712311219.08286.jhb@freebsd.org> <20080101161858.A10345@delplex.bde.org> <20080101.024546.1079618522.imp@bsdimp.com> In-Reply-To: <20080101.024546.1079618522.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801021217.22195.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 02 Jan 2008 13:04:47 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/5343/Wed Jan 2 12:41:01 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: rrs@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, brde@optusnet.com.au, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 18:05:08 -0000 On Tuesday 01 January 2008 04:45:46 am M. Warner Losh wrote: > In message: <20080101161858.A10345@delplex.bde.org> > Bruce Evans writes: > : On Mon, 31 Dec 2007, M. Warner Losh wrote: > : > : > In message: <200712311219.08286.jhb@freebsd.org> > : > John Baldwin writes: > : > : > : The more correct fix though is to do a 'sched_prio()' at the start of the > : > : thread's main loop to set the priority and then not adjust it via msleep(). > : > : Kernel threads really should never pass a priority to msleep() but always '0' > : > : (which means "don't change my priority"). > : > > : > Not PZERO? When should one use PZERO and when should one use a bare > : > '0'? Can this information be added to the man page? > : > : PZERO is compatibility cruft which should never be used. Just a few > : places in kern still use it to invent a priority when no suitable > : priority (like PSOCK or PRIBIO) is already #defined. It isn't clear > : where these invented priorities are suitable. > > Do we want to document the other Pxxxx priorities? Also, PZERO is meant to be a base for userland priorities (threads in userland should be <= PZERO except for real time threads) and is an actual priority value. 0 means "don't change anything." > : Otherwise, PZERO has a completely different meaning from either priority > : 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, > : or the bias from priority 0 to get to that middle priority, so that > : after subtracting it, 0 becomes the middle priority. The bare 0 is > : actualy priority 0 (maximal) overloaded to mean "don't change the > : priority". This overloading doesn't lose anything except clarity since > : nothing is permitted to wake up at maximal priority after a sleep. > : (Maximal priority is reserved for realtime priority ithreads and even > : much lower priority ithreads are not permitted to sleep, and non-interrupt > : threads aren't permitted to run at ithread priorities except temporarily > : for priority propagation.) > > So would the following be a reasonable change to sleep.9? > > Index: sleep.9 > =================================================================== > RCS file: /home/ncvs/src/share/man/man9/sleep.9,v > retrieving revision 1.61 > diff -u -r1.61 sleep.9 > --- sleep.9 30 Mar 2007 18:07:26 -0000 1.61 > +++ sleep.9 1 Jan 2008 09:44:01 -0000 > @@ -93,6 +93,10 @@ > runnable with the specified > .Fa priority > when it resumes. > +.Dv PZERO > +should never be used, as it is for compatibility only. > +A new priority of 0 means to use the thread's current priority when > +it is made runnable again. > If > .Fa priority > includes the The manpage already says that priority 0 doesn't change the priority (look at the first half of the sentence before your new one). I'm not sure PZERO deserves special mention. You could perhaps add a new section after 'DESCRIPTION' that covers the various Pxxx priorities that are often used for *sleep() routines such as PZERO, PSOCK, PVM, etc. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Jan 2 18:48:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8B8116A418; Wed, 2 Jan 2008 18:48:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0AB313C43E; Wed, 2 Jan 2008 18:48:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02ImRtb093749; Wed, 2 Jan 2008 18:48:27 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02ImRp1093748; Wed, 2 Jan 2008 18:48:27 GMT (envelope-from obrien) Message-Id: <200801021848.m02ImRp1093748@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 2 Jan 2008 18:48:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_tc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 18:48:28 -0000 obrien 2008-01-02 18:48:27 UTC FreeBSD src repository Modified files: sys/kern kern_tc.c Log: Note what is too {short,long}. Revision Changes Path 1.179 +2 -2 src/sys/kern/kern_tc.c From owner-cvs-src@FreeBSD.ORG Wed Jan 2 20:31:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C3D616A46C; Wed, 2 Jan 2008 20:31:15 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14AA813C4E1; Wed, 2 Jan 2008 20:31:15 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02KVEGv046728; Wed, 2 Jan 2008 20:31:14 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02KVEts046726; Wed, 2 Jan 2008 20:31:14 GMT (envelope-from phk) Message-Id: <200801022031.m02KVEts046726@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 2 Jan 2008 20:31:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 20:31:15 -0000 phk 2008-01-02 20:31:14 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h Log: Follow the current fashion of gratuitously stomping into other peoples code with irrelevant changes[1]: Use bus_{read|write_*() instead of bus_space_{read|write}_*() for purely stylistic reasons. Due to compiler optimizations and inlining, this is for all practical purposes without effect in the compiled code. [1] NB: Approved by: sos Revision Changes Path 1.127 +14 -36 src/sys/dev/ata/ata-all.h From owner-cvs-src@FreeBSD.ORG Wed Jan 2 20:33:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21E4716A418; Wed, 2 Jan 2008 20:33:55 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE6F913C461; Wed, 2 Jan 2008 20:33:54 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02KXs2n049169; Wed, 2 Jan 2008 20:33:54 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02KXsWD049168; Wed, 2 Jan 2008 20:33:54 GMT (envelope-from phk) Message-Id: <200801022033.m02KXsWD049168@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 2 Jan 2008 20:33:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 20:33:55 -0000 phk 2008-01-02 20:33:54 UTC FreeBSD src repository Modified files: sys/dev/ata ata-disk.c Log: If the disk reports that it support the Compact Flash Association command set, announce BIO_DELETE capability and issue ATA_CFA_ERASE when we get one. Once we issue more BIO_DELETE, this will improve lifetime, and possibly write speed of Flash based devices which have usable flash adaptation layers. For now, about the only usage is the newfs(1) -E flag. Approved by: sos Revision Changes Path 1.206 +9 -0 src/sys/dev/ata/ata-disk.c From owner-cvs-src@FreeBSD.ORG Wed Jan 2 20:59:50 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93F5816A473 for ; Wed, 2 Jan 2008 20:59:50 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 4791B13C4EC for ; Wed, 2 Jan 2008 20:59:50 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 89378 invoked from network); 2 Jan 2008 20:59:51 -0000 Received: from 209-128-117-003.bayarea.net (HELO ?10.0.8.5?) (nate-mail@209.128.117.3) by root.org with ESMTPA; 2 Jan 2008 20:59:51 -0000 Message-ID: <477BFB9D.8070201@root.org> Date: Wed, 02 Jan 2008 13:01:17 -0800 From: Nate Lawson User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Poul-Henning Kamp References: <20080102203119.BFF8616A55D@hub.freebsd.org> In-Reply-To: <20080102203119.BFF8616A55D@hub.freebsd.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@FreeBSD.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 20:59:50 -0000 Poul-Henning Kamp wrote: > phk 2008-01-02 20:31:14 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.h > Log: > Follow the current fashion of gratuitously stomping into other > peoples code with irrelevant changes[1]: > > Use bus_{read|write_*() instead of bus_space_{read|write}_*() for > purely stylistic reasons. > > Due to compiler optimizations and inlining, this is for all practical > purposes without effect in the compiled code. Ok, but this still doesn't address the performance loss fixed by this 3-year-old patch: http://lists.freebsd.org/pipermail/freebsd-current/2005-January/044858.html > Revision Changes Path > 1.127 +14 -36 src/sys/dev/ata/ata-all.h > > > Index: src/sys/dev/ata/ata-all.h > diff -u src/sys/dev/ata/ata-all.h:1.126 src/sys/dev/ata/ata-all.h:1.127 > --- src/sys/dev/ata/ata-all.h:1.126 Thu Dec 13 11:47:36 2007 > +++ src/sys/dev/ata/ata-all.h Wed Jan 2 20:31:14 2008 > @@ -579,56 +579,34 @@ > > /* macros to hide busspace uglyness */ > #define ATA_INB(res, offset) \ > - bus_space_read_1(rman_get_bustag((res)), \ > - rman_get_bushandle((res)), (offset)) > + bus_read_1((res), (offset)) -- Nate From owner-cvs-src@FreeBSD.ORG Wed Jan 2 21:15:04 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C05A16A469; Wed, 2 Jan 2008 21:15:04 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id E2E7913C43E; Wed, 2 Jan 2008 21:15:03 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 95C9217107; Wed, 2 Jan 2008 21:15:02 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.2/8.14.2) with ESMTP id m02LF18T001430; Wed, 2 Jan 2008 21:15:02 GMT (envelope-from phk@critter.freebsd.dk) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 02 Jan 2008 13:01:17 PST." <477BFB9D.8070201@root.org> Date: Wed, 02 Jan 2008 21:15:01 +0000 Message-ID: <1429.1199308501@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 21:15:04 -0000 In message <477BFB9D.8070201@root.org>, Nate Lawson writes: >Poul-Henning Kamp wrote: >Ok, but this still doesn't address the performance loss fixed by this >3-year-old patch: I think your patch is wrong because it moves the responsibility for the performance in the wrong direction: We shouldn't have to care about this in every single device driver. When I created bus_{read|write}_* that was mostly to reduce the risk of repetive strain injuries for device driver writers, but it was also an attempt to move the responsibility in the right direction. rman and bus_space was sort of conceived separately, but it is time they realize that they are indeed a couple so everybody don't have to pretend how surprised they are to see them together at this instant. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Wed Jan 2 21:17:52 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C92416A46B for ; Wed, 2 Jan 2008 21:17:52 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 4EE8F13C4DD for ; Wed, 2 Jan 2008 21:17:52 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 92566 invoked from network); 2 Jan 2008 21:17:52 -0000 Received: from 209-128-117-003.bayarea.net (HELO ?10.0.8.5?) (nate-mail@209.128.117.3) by root.org with ESMTPA; 2 Jan 2008 21:17:52 -0000 Message-ID: <477BFFD6.1080502@root.org> Date: Wed, 02 Jan 2008 13:19:18 -0800 From: Nate Lawson User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Poul-Henning Kamp References: <1429.1199308501@critter.freebsd.dk> In-Reply-To: <1429.1199308501@critter.freebsd.dk> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 21:17:52 -0000 Poul-Henning Kamp wrote: > In message <477BFB9D.8070201@root.org>, Nate Lawson writes: >> Poul-Henning Kamp wrote: > >> Ok, but this still doesn't address the performance loss fixed by this >> 3-year-old patch: > > I think your patch is wrong because it moves the responsibility for > the performance in the wrong direction: We shouldn't have to care > about this in every single device driver. > > When I created bus_{read|write}_* that was mostly to reduce the > risk of repetive strain injuries for device driver writers, but > it was also an attempt to move the responsibility in the right > direction. > > rman and bus_space was sort of conceived separately, but it is > time they realize that they are indeed a couple so everybody don't > have to pretend how surprised they are to see them together at > this instant. I'm happy to see this encapsulated, as long as it gets rid of the unnecessary overhead of what should be merely a structure member dereference. Thanks, -- Nate From owner-cvs-src@FreeBSD.ORG Wed Jan 2 23:26:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB75316A421; Wed, 2 Jan 2008 23:26:12 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8BB13C4D9; Wed, 2 Jan 2008 23:26:12 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02NQCVM031952; Wed, 2 Jan 2008 23:26:12 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02NQC7H031951; Wed, 2 Jan 2008 23:26:12 GMT (envelope-from obrien) Message-Id: <200801022326.m02NQC7H031951@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 2 Jan 2008 23:26:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat atalk.c bpf.c if.c inet.c inet6.c ipsec.c ipx.c main.c mbuf.c mcast.c mroute.c mroute6.c netgraph.c netstat.h pfkey.c route.c sctp.c unix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 23:26:12 -0000 obrien 2008-01-02 23:26:12 UTC FreeBSD src repository Modified files: usr.bin/netstat atalk.c bpf.c if.c inet.c inet6.c ipsec.c ipx.c main.c mbuf.c mcast.c mroute.c mroute6.c netgraph.c netstat.h pfkey.c route.c sctp.c unix.c Log: style(9) + kread is not a boolean, so check it as such + fix $FreeBSD$ Ids + denote copyrights with /*- + misc whitespace changes. Revision Changes Path 1.27 +2 -2 src/usr.bin/netstat/atalk.c 1.10 +5 -3 src/usr.bin/netstat/bpf.c 1.70 +19 -18 src/usr.bin/netstat/if.c 1.80 +35 -35 src/usr.bin/netstat/inet.c 1.30 +57 -57 src/usr.bin/netstat/inet6.c 1.18 +12 -15 src/usr.bin/netstat/ipsec.c 1.28 +7 -7 src/usr.bin/netstat/ipx.c 1.88 +28 -28 src/usr.bin/netstat/main.c 1.54 +2 -2 src/usr.bin/netstat/mbuf.c 1.10 +2 -2 src/usr.bin/netstat/mcast.c 1.31 +4 -4 src/usr.bin/netstat/mroute.c 1.22 +2 -3 src/usr.bin/netstat/mroute6.c 1.14 +3 -3 src/usr.bin/netstat/netgraph.c 1.52 +6 -6 src/usr.bin/netstat/netstat.h 1.6 +9 -12 src/usr.bin/netstat/pfkey.c 1.83 +18 -18 src/usr.bin/netstat/route.c 1.9 +36 -37 src/usr.bin/netstat/sctp.c 1.21 +3 -3 src/usr.bin/netstat/unix.c From owner-cvs-src@FreeBSD.ORG Wed Jan 2 23:55:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9514116A419; Wed, 2 Jan 2008 23:55:50 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5454E13C46E; Wed, 2 Jan 2008 23:55:50 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.3] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m02Ntlg5071461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Jan 2008 15:55:48 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-ID: <477C245A.1070502@FreeBSD.org> Date: Wed, 02 Jan 2008 15:55:06 -0800 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Edwin Groothuis References: <200801010747.m017lg7T045831@repoman.freebsd.org> In-Reply-To: <200801010747.m017lg7T045831@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/zoneinfo europe southamerica zone.tab X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Jan 2008 23:55:50 -0000 Can you please get this merged into RELENG_6_3 and RELENG_7_0? This is quite critical for many users, for example we've got a call from one customer already. Thanks! -Maxim Edwin Groothuis wrote: > edwin 2008-01-01 07:47:42 UTC > > FreeBSD src repository > > Modified files: > share/zoneinfo europe southamerica zone.tab > Log: > MFV of tzdata2007k. > > - Adjust Argentinian DST times. > - Add SJ on the right location. > > Revision Changes Path > 1.36 +1 -2 src/share/zoneinfo/europe > 1.33 +40 -12 src/share/zoneinfo/southamerica > 1.24 +2 -3 src/share/zoneinfo/zone.tab > From owner-cvs-src@FreeBSD.ORG Thu Jan 3 00:16:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABDD916A419; Thu, 3 Jan 2008 00:16:15 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 5785713C442; Thu, 3 Jan 2008 00:16:15 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 9058D2218A64; Thu, 3 Jan 2008 11:16:14 +1100 (EST) X-Viruscan-Id: <477C294D0000749D89CB3A@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id B0BC821B1902; Thu, 3 Jan 2008 11:16:13 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 6DB002218A3B; Thu, 3 Jan 2008 11:16:13 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 3EADA29E; Thu, 3 Jan 2008 11:16:13 +1100 (EST) Date: Thu, 3 Jan 2008 11:16:13 +1100 From: Edwin Groothuis To: Maxim Sobolev Message-ID: <20080103001613.GA37353@k7.mavetju> References: <200801010747.m017lg7T045831@repoman.freebsd.org> <477C245A.1070502@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <477C245A.1070502@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/zoneinfo europe southamerica zone.tab X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 00:16:15 -0000 On Wed, Jan 02, 2008 at 03:55:06PM -0800, Maxim Sobolev wrote: > Can you please get this merged into RELENG_6_3 and RELENG_7_0? This is > quite critical for many users, for example we've got a call from one > customer already. I will poke re@ about it, but in case of emergency install misc/zoneinfo. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-src@FreeBSD.ORG Thu Jan 3 00:18:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61AEC16A419; Thu, 3 Jan 2008 00:18:04 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39C2F13C4D5; Thu, 3 Jan 2008 00:18:04 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m030I4VY052549; Thu, 3 Jan 2008 00:18:04 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m030I4iL052548; Thu, 3 Jan 2008 00:18:04 GMT (envelope-from jasone) Message-Id: <200801030018.m030I4iL052548@repoman.freebsd.org> From: Jason Evans Date: Thu, 3 Jan 2008 00:18:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/truss syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 00:18:04 -0000 jasone 2008-01-03 00:18:04 UTC FreeBSD src repository Modified files: usr.bin/truss syscalls.c Log: The break() system call takes a pointer argument, not an integer. This change fixes output for break() on LP64 systems. Revision Changes Path 1.56 +1 -1 src/usr.bin/truss/syscalls.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 01:27:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20B6216A417; Thu, 3 Jan 2008 01:27:00 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED66D13C45A; Thu, 3 Jan 2008 01:26:59 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m031QxaR088420; Thu, 3 Jan 2008 01:26:59 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m031QxBr088419; Thu, 3 Jan 2008 01:26:59 GMT (envelope-from jeff) Message-Id: <200801030126.m031QxBr088419@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 3 Jan 2008 01:26:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 01:27:00 -0000 jeff 2008-01-03 01:26:59 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: - In sysctl_kern_file skip fdps with negative lastfiles. This can happen if there are no files open. Accounting for these can eventually return a negative value for olenp causing sysctl to crash with a bad malloc. Reported by: Pawel Worach Revision Changes Path 1.316 +2 -1 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 06:31:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BE8716A418; Thu, 3 Jan 2008 06:31:42 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E917E13C461; Thu, 3 Jan 2008 06:31:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m036Vf09015788; Thu, 3 Jan 2008 06:31:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m036VfBY015787; Thu, 3 Jan 2008 06:31:41 GMT (envelope-from imp) Message-Id: <200801030631.m036VfBY015787@repoman.freebsd.org> From: Warner Losh Date: Thu, 3 Jan 2008 06:31:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 06:31:42 -0000 imp 2008-01-03 06:31:41 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Modernize comment about diagnostic. Revision Changes Path 1.94 +1 -2 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 06:35:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 294E516A418; Thu, 3 Jan 2008 06:35:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0170413C43E; Thu, 3 Jan 2008 06:35:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m036Z4R5018536; Thu, 3 Jan 2008 06:35:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m036Z44Q018535; Thu, 3 Jan 2008 06:35:04 GMT (envelope-from imp) Message-Id: <200801030635.m036Z44Q018535@repoman.freebsd.org> From: Warner Losh Date: Thu, 3 Jan 2008 06:35:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 06:35:05 -0000 imp 2008-01-03 06:35:04 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Fix obsolete comment. pmap_remove_all is the function we're in. Revision Changes Path 1.194 +1 -2 src/sys/ia64/ia64/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 06:43:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8836916A41B; Thu, 3 Jan 2008 06:43:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FE8713C44B; Thu, 3 Jan 2008 06:43:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m036hliQ020788; Thu, 3 Jan 2008 06:43:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m036hlYo020781; Thu, 3 Jan 2008 06:43:47 GMT (envelope-from imp) Message-Id: <200801030643.m036hlYo020781@repoman.freebsd.org> From: Warner Losh Date: Thu, 3 Jan 2008 06:43:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 06:43:47 -0000 imp 2008-01-03 06:43:47 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Use correct function name in panic message Revision Changes Path 1.195 +1 -1 src/sys/ia64/ia64/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 06:44:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 316B416A418; Thu, 3 Jan 2008 06:44:13 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A88613C44B; Thu, 3 Jan 2008 06:44:13 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m036iC3k021257; Thu, 3 Jan 2008 06:44:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m036iCqu021256; Thu, 3 Jan 2008 06:44:12 GMT (envelope-from imp) Message-Id: <200801030644.m036iCqu021256@repoman.freebsd.org> From: Warner Losh Date: Thu, 3 Jan 2008 06:44:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 06:44:13 -0000 imp 2008-01-03 06:44:12 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Use correct function name in panic message Revision Changes Path 1.95 +1 -1 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 07:34:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E92316A417; Thu, 3 Jan 2008 07:34:35 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C46313C448; Thu, 3 Jan 2008 07:34:35 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m037YZiL041959; Thu, 3 Jan 2008 07:34:35 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m037YZQV041957; Thu, 3 Jan 2008 07:34:35 GMT (envelope-from alc) Message-Id: <200801030734.m037YZQV041957@repoman.freebsd.org> From: Alan Cox Date: Thu, 3 Jan 2008 07:34:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/arm/arm pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc pmap_dispatch.c src/sys/sparc64/sparc64 pmap.c src/sys/sun4v/sun4v pmap.c src/sys/vm pmap.h vm_fault.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 07:34:35 -0000 alc 2008-01-03 07:34:34 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/arm/arm pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/powerpc/powerpc pmap_dispatch.c sys/sparc64/sparc64 pmap.c sys/sun4v/sun4v pmap.c sys/vm pmap.h vm_fault.c vm_kern.c Log: Add an access type parameter to pmap_enter(). It will be used to implement superpage promotion. Correct a style error in kmem_malloc(): pmap_enter()'s last parameter is a Boolean. Revision Changes Path 1.601 +2 -2 src/sys/amd64/amd64/pmap.c 1.96 +2 -2 src/sys/arm/arm/pmap.c 1.604 +2 -2 src/sys/i386/i386/pmap.c 1.196 +2 -2 src/sys/ia64/ia64/pmap.c 1.12 +2 -2 src/sys/powerpc/powerpc/pmap_dispatch.c 1.170 +2 -2 src/sys/sparc64/sparc64/pmap.c 1.42 +2 -2 src/sys/sun4v/sun4v/pmap.c 1.83 +2 -2 src/sys/vm/pmap.h 1.239 +5 -4 src/sys/vm/vm_fault.c 1.130 +2 -1 src/sys/vm/vm_kern.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 12:28:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A561616A418; Thu, 3 Jan 2008 12:28:58 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E5AF13C467; Thu, 3 Jan 2008 12:28:58 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03CSwbn079902; Thu, 3 Jan 2008 12:28:58 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03CSwTu079901; Thu, 3 Jan 2008 12:28:58 GMT (envelope-from kib) Message-Id: <200801031228.m03CSwTu079901@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 3 Jan 2008 12:28:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_balloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 12:28:58 -0000 kib 2008-01-03 12:28:58 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_balloc.c Log: ffs_balloc_ufsX() routines, in the case of recovering from the failed allocation, free the indirect blocks before clearing the disk pointers, that could lead to the softupdate inconsistencies in the case of the machine or disk crash at the wrong time. Rearrange the recover code to do the ffs_blkfree() after the second ffs_syncvnode(), that clears the pointers chain. Proposed and reviewed by: tegge Tested by: Peter Holm MFC after: 3 weeks Revision Changes Path 1.53 +16 -12 src/sys/ufs/ffs/ffs_balloc.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 12:31:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F3AF16A41B; Thu, 3 Jan 2008 12:31:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4104F13C4CC; Thu, 3 Jan 2008 12:31:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03CVjd8080920; Thu, 3 Jan 2008 12:31:45 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03CVji4080919; Thu, 3 Jan 2008 12:31:45 GMT (envelope-from kib) Message-Id: <200801031231.m03CVji4080919@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 3 Jan 2008 12:31:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/snp snp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 12:31:45 -0000 kib 2008-01-03 12:31:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/snp snp.c Log: MFC rev. 1.106: Do not allow the SNPSTTY ioctl for the snoop device that has a tty attached. Otherwise, the snp->snp_tty would be overwritten, while the tty line discipline still set to the snpdisc. Then snplwrite() causes panic because ttytosnp() cannot find the snp. (And do it at the proper place, from rev. 1.107). MFC rev. 1.107: The snp_target == NULL implies the snp_tty == NULL. Remove the code that is put under snp_target == NULL and snp_tty != NULL clause. In snpclose(), do the snp_detach() before scheduling the snp device destruction. Otherwise, after the return from snpclose(), the snp device is already removed from the snp_list, but tty is still in snooped state. Any attempt to do i/o on such tty cause panic because ttytosnp() returns NULL. Approved by: re (kensmith) Revision Changes Path 1.105.2.1 +7 -9 src/sys/dev/snp/snp.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 12:40:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F73416A421; Thu, 3 Jan 2008 12:40:56 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 283FD13C46A; Thu, 3 Jan 2008 12:40:56 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03CeuBo084048; Thu, 3 Jan 2008 12:40:56 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03CeuDI084047; Thu, 3 Jan 2008 12:40:56 GMT (envelope-from kib) Message-Id: <200801031240.m03CeuDI084047@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 3 Jan 2008 12:40:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/compat/linux linux_file.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 12:40:56 -0000 kib 2008-01-03 12:40:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/compat/linux linux_file.c Log: MFC rev. 1.107: Plug the leaks in the present implementation of the linux_openat(). Approved by: re (kensmith) Revision Changes Path 1.105.2.1 +19 -12 src/sys/compat/linux/linux_file.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 15:19:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E7716A46E; Thu, 3 Jan 2008 15:19:31 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6009913C4EC; Thu, 3 Jan 2008 15:19:31 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FJVi8059427; Thu, 3 Jan 2008 15:19:31 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03FJVPw059426; Thu, 3 Jan 2008 15:19:31 GMT (envelope-from bz) Message-Id: <200801031519.m03FJVPw059426@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 3 Jan 2008 15:19:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_debug.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 15:19:31 -0000 bz 2008-01-03 15:19:31 UTC FreeBSD src repository Modified files: sys/kern uipc_debug.c Log: Add missing sb_sndptr* fields to db_print_sockbuf(). While here change %d to %u for u_ints. Discussed with: rwatson, kmacy Revision Changes Path 1.3 +9 -5 src/sys/kern/uipc_debug.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 17:54:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6EE516A420; Thu, 3 Jan 2008 17:54:27 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B808C13C447; Thu, 3 Jan 2008 17:54:27 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03HsR52035714; Thu, 3 Jan 2008 17:54:27 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03HsRwZ035708; Thu, 3 Jan 2008 17:54:27 GMT (envelope-from des) Message-Id: <200801031754.m03HsRwZ035708@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 3 Jan 2008 17:54:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read.c archive_read_private.h archive_read_support_format_zip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 17:54:27 -0000 des 2008-01-03 17:54:27 UTC FreeBSD src repository Modified files: lib/libarchive archive_read.c archive_read_private.h archive_read_support_format_zip.c Log: Add an internal utility function to simplify the many, many places where the number of bytes read is actually not important as long as we have at least what we ask for. Illustrate its benefits by using it throughout the ZIP support code, except for the few cases where it doesn't apply. Approved by: kientzle Revision Changes Path 1.37 +11 -0 src/lib/libarchive/archive_read.c 1.4 +3 -0 src/lib/libarchive/archive_read_private.h 1.18 +10 -25 src/lib/libarchive/archive_read_support_format_zip.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 18:30:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4360916A419; Thu, 3 Jan 2008 18:30:38 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA3513C448; Thu, 3 Jan 2008 18:30:38 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03IUcqT049550; Thu, 3 Jan 2008 18:30:38 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03IUb9K049549; Thu, 3 Jan 2008 18:30:37 GMT (envelope-from des) Message-Id: <200801031830.m03IUb9K049549@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 3 Jan 2008 18:30:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_endian.h archive_read_support_format_zip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 18:30:38 -0000 des 2008-01-03 18:30:37 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_zip.c Added files: lib/libarchive archive_endian.h Log: Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it instead of home-rolled [iu][248] in the ZIP support code. Approved by: kientzle Revision Changes Path 1.1 +142 -0 src/lib/libarchive/archive_endian.h (new) 1.19 +22 -57 src/lib/libarchive/archive_read_support_format_zip.c From owner-cvs-src@FreeBSD.ORG Thu Jan 3 18:34:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E94CF16A418; Thu, 3 Jan 2008 18:34:31 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 9BD0513C43E; Thu, 3 Jan 2008 18:34:31 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 545B220B1; Thu, 3 Jan 2008 19:34:23 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id CD25C20A0; Thu, 3 Jan 2008 19:34:22 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 9EC8E8448A; Thu, 3 Jan 2008 19:34:22 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Poul-Henning Kamp References: <200801022033.m02KXsWD049168@repoman.freebsd.org> Date: Thu, 03 Jan 2008 19:34:22 +0100 In-Reply-To: <200801022033.m02KXsWD049168@repoman.freebsd.org> (Poul-Henning Kamp's message of "Wed\, 2 Jan 2008 20\:33\:54 +0000 \(UTC\)") Message-ID: <86bq82ep1t.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 18:34:32 -0000 Poul-Henning Kamp writes: > Log: > If the disk reports that it support the Compact Flash Association comma= nd > set, announce BIO_DELETE capability and issue ATA_CFA_ERASE when we get= one. >=20=20=20 > Once we issue more BIO_DELETE, this will improve lifetime, and > possibly write speed of Flash based devices which have usable flash > adaptation layers. >=20=20=20 > For now, about the only usage is the newfs(1) -E flag. Is 'fsck -E' also in the pipeline? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Jan 3 20:54:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7381A16A41A; Thu, 3 Jan 2008 20:54:45 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D49813C46A; Thu, 3 Jan 2008 20:54:45 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03KsjJ5023158; Thu, 3 Jan 2008 20:54:45 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03KsZaH023021; Thu, 3 Jan 2008 20:54:35 GMT (envelope-from danger) Message-Id: <200801032054.m03KsZaH023021@repoman.freebsd.org> From: Daniel Gerzo Date: Thu, 3 Jan 2008 20:54:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 boot.config.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 20:54:45 -0000 danger 2008-01-03 20:54:35 UTC FreeBSD src repository (doc committer) Modified files: share/man/man5 boot.config.5 Log: - loader(8) is not a part of boot(8) and is not its second stage. Reported by: Yoshihiko Sarumaru Reviewed by: trhodes MFC-after: 3 days Revision Changes Path 1.2 +5 -5 src/share/man/man5/boot.config.5 From owner-cvs-src@FreeBSD.ORG Thu Jan 3 22:48:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D21F116A418; Thu, 3 Jan 2008 22:48:57 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8ED13C447; Thu, 3 Jan 2008 22:48:57 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id E3C7C17105; Thu, 3 Jan 2008 22:48:55 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.2/8.14.2) with ESMTP id m03Mmt3X002774; Thu, 3 Jan 2008 22:48:55 GMT (envelope-from phk@critter.freebsd.dk) To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 03 Jan 2008 19:34:22 +0100." <86bq82ep1t.fsf@ds4.des.no> Date: Thu, 03 Jan 2008 22:48:55 +0000 Message-ID: <2773.1199400535@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 22:48:57 -0000 In message <86bq82ep1t.fsf@ds4.des.no>, =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= wr ites: >> Once we issue more BIO_DELETE, this will improve lifetime, and >> possibly write speed of Flash based devices which have usable flash >> adaptation layers. >> >> For now, about the only usage is the newfs(1) -E flag. > >Is 'fsck -E' also in the pipeline? Eventually, yes. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Thu Jan 3 23:22:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCF4116A420; Thu, 3 Jan 2008 23:22:13 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 954DA13C4E7; Thu, 3 Jan 2008 23:22:13 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03NMDNG073074; Thu, 3 Jan 2008 23:22:13 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03NMDI6073073; Thu, 3 Jan 2008 23:22:13 GMT (envelope-from jasone) Message-Id: <200801032322.m03NMDI6073073@repoman.freebsd.org> From: Jason Evans Date: Thu, 3 Jan 2008 23:22:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jan 2008 23:22:13 -0000 jasone 2008-01-03 23:22:13 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.3 malloc.c Log: Enable both sbrk(2)- and mmap(2)-based memory acquisition methods by default. This has the disadvantage of rendering the datasize resource limit irrelevant, but without this change, legitimate uses of more memory than will fit in the data segment are thwarted by default. Fix chunk_alloc_mmap() to work correctly if initial mapping is not chunk-aligned and mapping extension fails. Revision Changes Path 1.76 +12 -12 src/lib/libc/stdlib/malloc.3 1.161 +8 -7 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Jan 4 02:45:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC7BE16A418; Fri, 4 Jan 2008 02:45:14 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id C696713C46E; Fri, 4 Jan 2008 02:45:14 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m042jEA4035813; Thu, 3 Jan 2008 18:45:14 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m042jECm035812; Thu, 3 Jan 2008 18:45:14 -0800 (PST) (envelope-from obrien) Date: Thu, 3 Jan 2008 18:45:14 -0800 From: "David O'Brien" To: =?unknown-8bit?Q?S=F8ren?= Schmidt Message-ID: <20080104024514.GA35785@dragon.NUXI.org> References: <200712131147.lBDBlaFi066300@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712131147.lBDBlaFi066300@repoman.freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 02:45:15 -0000 On Thu, Dec 13, 2007 at 11:47:36AM +0000, Sren Schmidt wrote: > sos 2007-12-13 11:47:36 UTC > Modified files: > sys/dev/ata ata-all.h ata-chipset.c ata-dma.c > ata-lowlevel.c > Log: > Implement a workaround of the datacorruption problem on serverworks > HT1000 chipsets. The HT1000 DMA engine seems to not always like 64K > transfers and sometimes barfs data all over memory leading to instant > chrash and burn. Oh, will you be requesting to MFC this to 7.0 and releng6? From owner-cvs-src@FreeBSD.ORG Fri Jan 4 03:08:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4899C16A419; Fri, 4 Jan 2008 03:08:50 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2108113C4EB; Fri, 4 Jan 2008 03:08:50 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0438osL005004; Fri, 4 Jan 2008 03:08:50 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0438og8005003; Fri, 4 Jan 2008 03:08:50 GMT (envelope-from obrien) Message-Id: <200801040308.m0438og8005003@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 4 Jan 2008 03:08:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat inet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 03:08:50 -0000 obrien 2008-01-04 03:08:49 UTC FreeBSD src repository Modified files: usr.bin/netstat inet.c Log: more style(9) Revision Changes Path 1.81 +70 -69 src/usr.bin/netstat/inet.c From owner-cvs-src@FreeBSD.ORG Fri Jan 4 03:09:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22DB016A418; Fri, 4 Jan 2008 03:09:29 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFB5213C45A; Fri, 4 Jan 2008 03:09:28 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0439SPt005046; Fri, 4 Jan 2008 03:09:28 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0439S5C005045; Fri, 4 Jan 2008 03:09:28 GMT (envelope-from obrien) Message-Id: <200801040309.m0439S5C005045@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 4 Jan 2008 03:09:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat inet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 03:09:29 -0000 obrien 2008-01-04 03:09:28 UTC FreeBSD src repository Modified files: usr.bin/netstat inet.c Log: Make a few messages more consistant with the others. Revision Changes Path 1.82 +2 -2 src/usr.bin/netstat/inet.c From owner-cvs-src@FreeBSD.ORG Fri Jan 4 03:21:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCB5016A421; Fri, 4 Jan 2008 03:21:21 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B514313C465; Fri, 4 Jan 2008 03:21:21 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m043LLGb005702; Fri, 4 Jan 2008 03:21:21 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m043LLEG005701; Fri, 4 Jan 2008 03:21:21 GMT (envelope-from obrien) Message-Id: <200801040321.m043LLEG005701@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 4 Jan 2008 03:21:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/netstat inet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 03:21:22 -0000 obrien 2008-01-04 03:21:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/netstat inet.c Log: MFC: rev. 1.76: 'netstat -A -p tcp' prints the Tcpcb pointer in the 1st col Revision Changes Path 1.70.2.5 +1 -1 src/usr.bin/netstat/inet.c From owner-cvs-src@FreeBSD.ORG Fri Jan 4 04:33:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 238F716A600; Fri, 4 Jan 2008 04:33:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB5D213C442; Fri, 4 Jan 2008 04:33:13 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m044XDV7010098; Fri, 4 Jan 2008 04:33:13 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m044XDjC010097; Fri, 4 Jan 2008 04:33:13 GMT (envelope-from kib) Message-Id: <200801040433.m044XDjC010097@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 4 Jan 2008 04:33:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 04:33:19 -0000 kib 2008-01-04 04:33:13 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: In the vm_map_stack(), check for the specified stack region wraparound. Reported and tested by: Peter Holm Reviewed by: alc MFC after: 3 days Revision Changes Path 1.392 +3 -1 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Fri Jan 4 04:53:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4951B16A418; Fri, 4 Jan 2008 04:53:22 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A44213C448; Fri, 4 Jan 2008 04:53:22 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m044rMu7020438; Fri, 4 Jan 2008 04:53:22 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m044rMsf020436; Fri, 4 Jan 2008 04:53:22 GMT (envelope-from kib) Message-Id: <200801040453.m044rMsf020436@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 4 Jan 2008 04:53:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/dev/snp snp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 04:53:22 -0000 kib 2008-01-04 04:53:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/dev/snp snp.c Log: MFC rev. 1.106: Do not allow the SNPSTTY ioctl for the snoop device that has a tty attached. Otherwise, the snp->snp_tty would be overwritten, while the tty line discipline still set to the snpdisc. Then snplwrite() causes panic because ttytosnp() cannot find the snp. (And do it at the proper place, from rev. 1.107). MFC rev. 1.107: The snp_target == NULL implies the snp_tty == NULL. Remove the code that is put under snp_target == NULL and snp_tty != NULL clause. In snpclose(), do the snp_detach() before scheduling the snp device destruction. Otherwise, after the return from snpclose(), the snp device is already removed from the snp_list, but tty is still in snooped state. Any attempt to do i/o on such tty cause panic because ttytosnp() returns NULL. Approved by: re (kensmith) Revision Changes Path 1.105.4.1 +7 -9 src/sys/dev/snp/snp.c From owner-cvs-src@FreeBSD.ORG Fri Jan 4 04:56:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DD4016A417; Fri, 4 Jan 2008 04:56:08 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DAABF13C458; Fri, 4 Jan 2008 04:56:07 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m044u72a020587; Fri, 4 Jan 2008 04:56:07 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m044u7KM020586; Fri, 4 Jan 2008 04:56:07 GMT (envelope-from kib) Message-Id: <200801040456.m044u7KM020586@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 4 Jan 2008 04:56:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/compat/linux linux_file.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 04:56:08 -0000 kib 2008-01-04 04:56:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/compat/linux linux_file.c Log: MFC rev. 1.107: Plug the leaks in the present implementation of the linux_openat(). Approved by: re (kensmith) Revision Changes Path 1.105.4.1 +19 -12 src/sys/compat/linux/linux_file.c From owner-cvs-src@FreeBSD.ORG Fri Jan 4 08:19:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64D1A16A41A; Fri, 4 Jan 2008 08:19:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B2C113C465; Fri, 4 Jan 2008 08:19:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m048JrsS054458; Fri, 4 Jan 2008 08:19:53 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m048JrYC054457; Fri, 4 Jan 2008 08:19:53 GMT (envelope-from imp) Message-Id: <200801040819.m048JrYC054457@repoman.freebsd.org> From: Warner Losh Date: Fri, 4 Jan 2008 08:19:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pci.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 08:19:53 -0000 imp 2008-01-04 08:19:52 UTC FreeBSD src repository Modified files: share/man/man4 pci.4 Log: Modernize this man page a little by describing the pci driver of today, rather than details relevant only to the 3.x pci driver. Revision Changes Path 1.20 +14 -6 src/share/man/man4/pci.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 08:26:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7726316A419; Fri, 4 Jan 2008 08:26:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5050613C45D; Fri, 4 Jan 2008 08:26:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m048QNJA054803; Fri, 4 Jan 2008 08:26:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m048QN40054802; Fri, 4 Jan 2008 08:26:23 GMT (envelope-from imp) Message-Id: <200801040826.m048QN40054802@repoman.freebsd.org> From: Warner Losh Date: Fri, 4 Jan 2008 08:26:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile pcib.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 08:26:23 -0000 imp 2008-01-04 08:26:23 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 pcib.4 Log: Dummy man page for pcib. We should write a real one and I hope this gets the ball rolling. Revision Changes Path 1.402 +1 -0 src/share/man/man4/Makefile 1.1 +41 -0 src/share/man/man4/pcib.4 (new) From owner-cvs-src@FreeBSD.ORG Fri Jan 4 12:55:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8A4B16A468; Fri, 4 Jan 2008 12:55:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B24B813C4D9; Fri, 4 Jan 2008 12:55:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Ct2Rl092188; Fri, 4 Jan 2008 12:55:02 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Ct2pk092187; Fri, 4 Jan 2008 12:55:02 GMT (envelope-from gabor) Message-Id: <200801041255.m04Ct2pk092187@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:55:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 12:55:02 -0000 gabor 2008-01-04 12:55:02 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 edsc.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.2 +1 -1 src/share/man/man4/edsc.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 12:55:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58C0D16A46B; Fri, 4 Jan 2008 12:55:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3231313C45B; Fri, 4 Jan 2008 12:55:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CtOtE092231; Fri, 4 Jan 2008 12:55:24 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CtOes092230; Fri, 4 Jan 2008 12:55:24 GMT (envelope-from gabor) Message-Id: <200801041255.m04CtOes092230@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:55:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 12:55:24 -0000 gabor 2008-01-04 12:55:24 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 ipmi.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.9 +1 -1 src/share/man/man4/ipmi.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 12:55:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AA9916A417; Fri, 4 Jan 2008 12:55:55 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D839713C442; Fri, 4 Jan 2008 12:55:54 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CtspA092285; Fri, 4 Jan 2008 12:55:54 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CtsX9092284; Fri, 4 Jan 2008 12:55:54 GMT (envelope-from gabor) Message-Id: <200801041255.m04CtsX9092284@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:55:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 12:55:55 -0000 gabor 2008-01-04 12:55:54 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 mxge.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.8 +1 -1 src/share/man/man4/mxge.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 12:56:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E429B16A41B; Fri, 4 Jan 2008 12:56:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA5BE13C47E; Fri, 4 Jan 2008 12:56:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CuO87092319; Fri, 4 Jan 2008 12:56:24 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CuO69092318; Fri, 4 Jan 2008 12:56:24 GMT (envelope-from gabor) Message-Id: <200801041256.m04CuO69092318@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:56:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_envy24.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 12:56:25 -0000 gabor 2008-01-04 12:56:24 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 snd_envy24.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.4 +1 -1 src/share/man/man4/snd_envy24.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 12:56:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B00816A469; Fri, 4 Jan 2008 12:56:46 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8D9013C457; Fri, 4 Jan 2008 12:56:45 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Cuj0G092366; Fri, 4 Jan 2008 12:56:45 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Cujcn092365; Fri, 4 Jan 2008 12:56:45 GMT (envelope-from gabor) Message-Id: <200801041256.m04Cujcn092365@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:56:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_envy24ht.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 12:56:46 -0000 gabor 2008-01-04 12:56:45 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 snd_envy24ht.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.3 +1 -1 src/share/man/man4/snd_envy24ht.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 12:57:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76AF316A478; Fri, 4 Jan 2008 12:57:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F71B13C506; Fri, 4 Jan 2008 12:57:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Cv6G6092414; Fri, 4 Jan 2008 12:57:06 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Cv6Ok092413; Fri, 4 Jan 2008 12:57:06 GMT (envelope-from gabor) Message-Id: <200801041257.m04Cv6Ok092413@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:57:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 12:57:06 -0000 gabor 2008-01-04 12:57:06 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 snd_hda.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.13 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 12:57:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3355D16A419; Fri, 4 Jan 2008 12:57:35 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CB8013C4F2; Fri, 4 Jan 2008 12:57:35 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CvYSU092447; Fri, 4 Jan 2008 12:57:34 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CvY88092446; Fri, 4 Jan 2008 12:57:34 GMT (envelope-from gabor) Message-Id: <200801041257.m04CvY88092446@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:57:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_spicds.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 12:57:35 -0000 gabor 2008-01-04 12:57:34 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 snd_spicds.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.4 +1 -1 src/share/man/man4/snd_spicds.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 12:58:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5245416A41B; Fri, 4 Jan 2008 12:58:10 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BBCA13C4D3; Fri, 4 Jan 2008 12:58:10 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CwAjQ092489; Fri, 4 Jan 2008 12:58:10 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CwAkU092488; Fri, 4 Jan 2008 12:58:10 GMT (envelope-from gabor) Message-Id: <200801041258.m04CwAkU092488@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:58:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 12:58:10 -0000 gabor 2008-01-04 12:58:10 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man5 linsysfs.5 Log: - This driver will has already appeared in 6.2 MFC after: 0 days Revision Changes Path 1.7 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 12:59:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68DEC16A468; Fri, 4 Jan 2008 12:59:34 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4245713C4E5; Fri, 4 Jan 2008 12:59:34 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CxYhW092543; Fri, 4 Jan 2008 12:59:34 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CxYon092542; Fri, 4 Jan 2008 12:59:34 GMT (envelope-from gabor) Message-Id: <200801041259.m04CxYon092542@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:59:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 12:59:34 -0000 gabor 2008-01-04 12:59:34 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 edsc.4 Log: MFC r1.2 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.1.2.2 +1 -1 src/share/man/man4/edsc.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 12:59:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07D5916A41A; Fri, 4 Jan 2008 12:59:57 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D549313C44B; Fri, 4 Jan 2008 12:59:56 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Cxurg092577; Fri, 4 Jan 2008 12:59:56 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Cxuuj092576; Fri, 4 Jan 2008 12:59:56 GMT (envelope-from gabor) Message-Id: <200801041259.m04Cxuuj092576@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:59:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 12:59:57 -0000 gabor 2008-01-04 12:59:56 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 ipmi.4 Log: MFC r1.9 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.4.2.3 +1 -1 src/share/man/man4/ipmi.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:00:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACC5A16A468; Fri, 4 Jan 2008 13:00:16 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84A8B13C468; Fri, 4 Jan 2008 13:00:16 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D0GpH092677; Fri, 4 Jan 2008 13:00:16 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D0GRZ092676; Fri, 4 Jan 2008 13:00:16 GMT (envelope-from gabor) Message-Id: <200801041300.m04D0GRZ092676@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:00:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:00:16 -0000 gabor 2008-01-04 13:00:16 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 mxge.4 Log: MFC r1.8 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.7.2.2 +1 -1 src/share/man/man4/mxge.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:00:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD86716A419; Fri, 4 Jan 2008 13:00:40 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9624513C474; Fri, 4 Jan 2008 13:00:40 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D0eLB092716; Fri, 4 Jan 2008 13:00:40 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D0exY092715; Fri, 4 Jan 2008 13:00:40 GMT (envelope-from gabor) Message-Id: <200801041300.m04D0exY092715@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:00:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:00:40 -0000 gabor 2008-01-04 13:00:40 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 snd_envy24.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.3.2.2 +1 -1 src/share/man/man4/snd_envy24.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:01:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70F2916A420; Fri, 4 Jan 2008 13:01:04 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A57E13C4FA; Fri, 4 Jan 2008 13:01:04 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D148P092783; Fri, 4 Jan 2008 13:01:04 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D14rm092782; Fri, 4 Jan 2008 13:01:04 GMT (envelope-from gabor) Message-Id: <200801041301.m04D14rm092782@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:01:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24ht.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:01:04 -0000 gabor 2008-01-04 13:01:04 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 snd_envy24ht.4 Log: MFC r1.3 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.1.2.3 +1 -1 src/share/man/man4/snd_envy24ht.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:01:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3193D16A46E; Fri, 4 Jan 2008 13:01:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF9C13C50B; Fri, 4 Jan 2008 13:01:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D1cCH092813; Fri, 4 Jan 2008 13:01:38 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D1csU092812; Fri, 4 Jan 2008 13:01:38 GMT (envelope-from gabor) Message-Id: <200801041301.m04D1csU092812@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:01:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:01:39 -0000 gabor 2008-01-04 13:01:38 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 snd_hda.4 Log: MFC r1.13 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.10.2.2 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:02:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 095BC16A418; Fri, 4 Jan 2008 13:02:05 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D6EC813C4D9; Fri, 4 Jan 2008 13:02:04 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D24eF092851; Fri, 4 Jan 2008 13:02:04 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D24fk092850; Fri, 4 Jan 2008 13:02:04 GMT (envelope-from gabor) Message-Id: <200801041302.m04D24fk092850@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:02:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 snd_spicds.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:02:05 -0000 gabor 2008-01-04 13:02:04 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 snd_spicds.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.2.2.2 +1 -1 src/share/man/man4/snd_spicds.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:02:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A85E16A46B; Fri, 4 Jan 2008 13:02:43 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 231B713C4EE; Fri, 4 Jan 2008 13:02:43 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D2hj7092890; Fri, 4 Jan 2008 13:02:43 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D2gtS092889; Fri, 4 Jan 2008 13:02:42 GMT (envelope-from gabor) Message-Id: <200801041302.m04D2gtS092889@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:02:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:02:43 -0000 gabor 2008-01-04 13:02:42 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man5 linsysfs.5 Log: MFC r1.7 - This driver has already appeared in 6.2 Revision Changes Path 1.2.2.2 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:03:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 540F716A418; Fri, 4 Jan 2008 13:03:47 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B08D13C4E1; Fri, 4 Jan 2008 13:03:47 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D3l48094106; Fri, 4 Jan 2008 13:03:47 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D3lZC094105; Fri, 4 Jan 2008 13:03:47 GMT (envelope-from gabor) Message-Id: <200801041303.m04D3lZC094105@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:03:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:03:47 -0000 gabor 2008-01-04 13:03:47 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 edsc.4 Log: MFC r1.2 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.1.2.1.2.1 +1 -1 src/share/man/man4/edsc.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:04:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B89F16A417; Fri, 4 Jan 2008 13:04:17 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 444B613C4CE; Fri, 4 Jan 2008 13:04:17 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D4HdC094144; Fri, 4 Jan 2008 13:04:17 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D4HCu094143; Fri, 4 Jan 2008 13:04:17 GMT (envelope-from gabor) Message-Id: <200801041304.m04D4HCu094143@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:04:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:04:17 -0000 gabor 2008-01-04 13:04:17 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 ipmi.4 Log: MFC r1.9 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.4.2.2.2.1 +1 -1 src/share/man/man4/ipmi.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:04:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1937916A418; Fri, 4 Jan 2008 13:04:56 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E6CF213C45A; Fri, 4 Jan 2008 13:04:55 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D4tOd094189; Fri, 4 Jan 2008 13:04:55 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D4tbN094188; Fri, 4 Jan 2008 13:04:55 GMT (envelope-from gabor) Message-Id: <200801041304.m04D4tbN094188@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:04:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:04:56 -0000 gabor 2008-01-04 13:04:55 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 mxge.4 Log: MFC r1.8 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.7.2.1.2.1 +1 -1 src/share/man/man4/mxge.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:05:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DEB116A417; Fri, 4 Jan 2008 13:05:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3710D13C46E; Fri, 4 Jan 2008 13:05:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D5VYG094324; Fri, 4 Jan 2008 13:05:31 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D5VFC094323; Fri, 4 Jan 2008 13:05:31 GMT (envelope-from gabor) Message-Id: <200801041305.m04D5VFC094323@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:05:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:05:31 -0000 gabor 2008-01-04 13:05:31 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 snd_envy24.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.3.2.1.2.1 +1 -1 src/share/man/man4/snd_envy24.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:05:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3862F16A419; Fri, 4 Jan 2008 13:05:59 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 116F413C4E1; Fri, 4 Jan 2008 13:05:59 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D5w6m094377; Fri, 4 Jan 2008 13:05:58 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D5wAl094376; Fri, 4 Jan 2008 13:05:58 GMT (envelope-from gabor) Message-Id: <200801041305.m04D5wAl094376@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:05:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24ht.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:05:59 -0000 gabor 2008-01-04 13:05:58 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 snd_envy24ht.4 Log: MFC r1.3 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.1.2.2.2.1 +1 -1 src/share/man/man4/snd_envy24ht.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:06:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C57816A41A; Fri, 4 Jan 2008 13:06:21 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55B9C13C44B; Fri, 4 Jan 2008 13:06:21 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D6LjS094413; Fri, 4 Jan 2008 13:06:21 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D6LId094412; Fri, 4 Jan 2008 13:06:21 GMT (envelope-from gabor) Message-Id: <200801041306.m04D6LId094412@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:06:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:06:21 -0000 gabor 2008-01-04 13:06:21 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 snd_hda.4 Log: MFC r1.13 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.10.2.1.2.1 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:06:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E071516A468; Fri, 4 Jan 2008 13:06:51 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B96C813C45B; Fri, 4 Jan 2008 13:06:51 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D6pcn094451; Fri, 4 Jan 2008 13:06:51 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D6p0c094450; Fri, 4 Jan 2008 13:06:51 GMT (envelope-from gabor) Message-Id: <200801041306.m04D6p0c094450@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:06:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 snd_spicds.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:06:52 -0000 gabor 2008-01-04 13:06:51 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 snd_spicds.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.2.2.1.2.1 +1 -1 src/share/man/man4/snd_spicds.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:07:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB70C16A418; Fri, 4 Jan 2008 13:07:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94CB413C457; Fri, 4 Jan 2008 13:07:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D7RQi094489; Fri, 4 Jan 2008 13:07:27 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D7RG6094488; Fri, 4 Jan 2008 13:07:27 GMT (envelope-from gabor) Message-Id: <200801041307.m04D7RG6094488@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:07:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:07:27 -0000 gabor 2008-01-04 13:07:27 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man5 linsysfs.5 Log: MFC r1.7 - This driver has already appeared in 6.2 Approved by: re (hrs) Revision Changes Path 1.2.2.1.4.1 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:08:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E2D816A418; Fri, 4 Jan 2008 13:08:15 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB59C13C4F4; Fri, 4 Jan 2008 13:08:14 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D8EU0094548; Fri, 4 Jan 2008 13:08:14 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D8EaZ094547; Fri, 4 Jan 2008 13:08:14 GMT (envelope-from gabor) Message-Id: <200801041308.m04D8EaZ094547@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:08:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:08:15 -0000 gabor 2008-01-04 13:08:14 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 edsc.4 Log: MFC r1.2 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.1.4.1 +1 -1 src/share/man/man4/edsc.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:08:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8CCE16A417; Fri, 4 Jan 2008 13:08:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8248D13C457; Fri, 4 Jan 2008 13:08:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D8d3G094592; Fri, 4 Jan 2008 13:08:39 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D8dJa094591; Fri, 4 Jan 2008 13:08:39 GMT (envelope-from gabor) Message-Id: <200801041308.m04D8dJa094591@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:08:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:08:39 -0000 gabor 2008-01-04 13:08:39 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 ipmi.4 Log: MFC r1.9 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.8.2.1 +1 -1 src/share/man/man4/ipmi.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:09:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26B5716A49E; Fri, 4 Jan 2008 13:09:05 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F420213C46E; Fri, 4 Jan 2008 13:09:04 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D94lG094709; Fri, 4 Jan 2008 13:09:04 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D94c9094708; Fri, 4 Jan 2008 13:09:04 GMT (envelope-from gabor) Message-Id: <200801041309.m04D94c9094708@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:09:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:09:05 -0000 gabor 2008-01-04 13:09:04 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 mxge.4 Log: MFC r1.8 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.7.4.1 +1 -1 src/share/man/man4/mxge.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:09:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98C2716A480; Fri, 4 Jan 2008 13:09:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71CB013C4D1; Fri, 4 Jan 2008 13:09:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D9V1b094740; Fri, 4 Jan 2008 13:09:31 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D9VYx094739; Fri, 4 Jan 2008 13:09:31 GMT (envelope-from gabor) Message-Id: <200801041309.m04D9VYx094739@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:09:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:09:31 -0000 gabor 2008-01-04 13:09:31 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 snd_envy24.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.3.4.1 +1 -1 src/share/man/man4/snd_envy24.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:09:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BACF16A419; Fri, 4 Jan 2008 13:09:53 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6521813C455; Fri, 4 Jan 2008 13:09:53 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D9rL3094773; Fri, 4 Jan 2008 13:09:53 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D9reQ094772; Fri, 4 Jan 2008 13:09:53 GMT (envelope-from gabor) Message-Id: <200801041309.m04D9reQ094772@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:09:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24ht.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:09:53 -0000 gabor 2008-01-04 13:09:53 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 snd_envy24ht.4 Log: MFC r1.3 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.2.2.1 +1 -1 src/share/man/man4/snd_envy24ht.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:10:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F1EC16A41B; Fri, 4 Jan 2008 13:10:25 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0840613C45A; Fri, 4 Jan 2008 13:10:25 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DAO0t094864; Fri, 4 Jan 2008 13:10:24 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DAOZu094863; Fri, 4 Jan 2008 13:10:24 GMT (envelope-from gabor) Message-Id: <200801041310.m04DAOZu094863@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:10:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:10:25 -0000 gabor 2008-01-04 13:10:24 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 snd_hda.4 Log: MFC r1.13 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.12.2.1 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:10:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D204A16A469; Fri, 4 Jan 2008 13:10:46 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9BEB213C45D; Fri, 4 Jan 2008 13:10:46 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DAkCD094929; Fri, 4 Jan 2008 13:10:46 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DAk8a094928; Fri, 4 Jan 2008 13:10:46 GMT (envelope-from gabor) Message-Id: <200801041310.m04DAk8a094928@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:10:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 snd_spicds.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:10:47 -0000 gabor 2008-01-04 13:10:46 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 snd_spicds.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.3.2.1 +1 -1 src/share/man/man4/snd_spicds.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:11:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E586D16A421; Fri, 4 Jan 2008 13:11:16 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BEE5713C46A; Fri, 4 Jan 2008 13:11:16 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DBG92095000; Fri, 4 Jan 2008 13:11:16 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DBGD6094999; Fri, 4 Jan 2008 13:11:16 GMT (envelope-from gabor) Message-Id: <200801041311.m04DBGD6094999@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:11:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:11:17 -0000 gabor 2008-01-04 13:11:16 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man5 linsysfs.5 Log: MFC r1.7 - This driver has already appeared in 6.2 Approved by: re (hrs) Revision Changes Path 1.6.2.1 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:12:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21BA516A496; Fri, 4 Jan 2008 13:12:00 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ECD0813C4D9; Fri, 4 Jan 2008 13:11:59 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DBxv7095052; Fri, 4 Jan 2008 13:11:59 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DBxsE095051; Fri, 4 Jan 2008 13:11:59 GMT (envelope-from gabor) Message-Id: <200801041311.m04DBxsE095051@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:11:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:12:00 -0000 gabor 2008-01-04 13:11:59 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 edsc.4 Log: MFC r1.2 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.1.6.1 +1 -1 src/share/man/man4/edsc.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:12:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 060FF16A4A1; Fri, 4 Jan 2008 13:12:20 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D3D5813C478; Fri, 4 Jan 2008 13:12:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DCJEB095087; Fri, 4 Jan 2008 13:12:19 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DCJ2q095086; Fri, 4 Jan 2008 13:12:19 GMT (envelope-from gabor) Message-Id: <200801041312.m04DCJ2q095086@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:12:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:12:20 -0000 gabor 2008-01-04 13:12:19 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 ipmi.4 Log: MFC r1.9 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.8.4.1 +1 -1 src/share/man/man4/ipmi.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:12:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 524D716A418; Fri, 4 Jan 2008 13:12:48 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C01B13C4D3; Fri, 4 Jan 2008 13:12:48 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DCmNO095126; Fri, 4 Jan 2008 13:12:48 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DCmpr095125; Fri, 4 Jan 2008 13:12:48 GMT (envelope-from gabor) Message-Id: <200801041312.m04DCmpr095125@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:12:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:12:48 -0000 gabor 2008-01-04 13:12:48 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 mxge.4 Log: MFC r.18 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.7.6.1 +1 -1 src/share/man/man4/mxge.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:13:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6EF716A504; Fri, 4 Jan 2008 13:13:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A11EB13C4EC; Fri, 4 Jan 2008 13:13:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DDJSP095172; Fri, 4 Jan 2008 13:13:19 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DDJjw095171; Fri, 4 Jan 2008 13:13:19 GMT (envelope-from gabor) Message-Id: <200801041313.m04DDJjw095171@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:13:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:13:19 -0000 gabor 2008-01-04 13:13:19 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 snd_envy24.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.3.6.1 +1 -1 src/share/man/man4/snd_envy24.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:13:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B85616A417; Fri, 4 Jan 2008 13:13:44 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7476F13C442; Fri, 4 Jan 2008 13:13:44 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DDiha095208; Fri, 4 Jan 2008 13:13:44 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DDi3c095207; Fri, 4 Jan 2008 13:13:44 GMT (envelope-from gabor) Message-Id: <200801041313.m04DDi3c095207@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:13:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24ht.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:13:44 -0000 gabor 2008-01-04 13:13:44 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 snd_envy24ht.4 Log: MFC r1.3 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.2.4.1 +1 -1 src/share/man/man4/snd_envy24ht.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:14:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 330DE16A4E2; Fri, 4 Jan 2008 13:14:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C35913C4EE; Fri, 4 Jan 2008 13:14:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DE62x095292; Fri, 4 Jan 2008 13:14:06 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DE6wV095291; Fri, 4 Jan 2008 13:14:06 GMT (envelope-from gabor) Message-Id: <200801041314.m04DE6wV095291@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:14:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:14:07 -0000 gabor 2008-01-04 13:14:06 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 snd_hda.4 Log: MFC r1.13 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.12.4.1 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:14:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17B2616A417; Fri, 4 Jan 2008 13:14:33 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E488913C4D5; Fri, 4 Jan 2008 13:14:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DEW5Z095424; Fri, 4 Jan 2008 13:14:32 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DEWaQ095423; Fri, 4 Jan 2008 13:14:32 GMT (envelope-from gabor) Message-Id: <200801041314.m04DEWaQ095423@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:14:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 snd_spicds.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:14:33 -0000 gabor 2008-01-04 13:14:32 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 snd_spicds.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.3.4.1 +1 -1 src/share/man/man4/snd_spicds.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:15:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0CAD16A417; Fri, 4 Jan 2008 13:15:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA56513C4D3; Fri, 4 Jan 2008 13:15:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DF24l095507; Fri, 4 Jan 2008 13:15:02 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DF2DB095506; Fri, 4 Jan 2008 13:15:02 GMT (envelope-from gabor) Message-Id: <200801041315.m04DF2DB095506@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:15:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:15:03 -0000 gabor 2008-01-04 13:15:02 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man5 linsysfs.5 Log: MFC r1.7 - This driver has already appeared in 6.2 Approved by: re (hrs) Revision Changes Path 1.6.4.1 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:20:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C087116A421; Fri, 4 Jan 2008 13:20:50 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 990BF13C478; Fri, 4 Jan 2008 13:20:50 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DKori095925; Fri, 4 Jan 2008 13:20:50 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DKoL3095920; Fri, 4 Jan 2008 13:20:50 GMT (envelope-from gabor) Message-Id: <200801041320.m04DKoL3095920@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:20:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:20:50 -0000 gabor 2008-01-04 13:20:50 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) usr.sbin/pkg_install/version pkg_version.1 Log: MFC r1.39 - Adjust INDEX file name to INDEX-7 so that it matches the major FreeBSD version number, as it is named after that Approved by: re (hrs) Revision Changes Path 1.36.2.1 +5 -5 src/usr.sbin/pkg_install/version/pkg_version.1 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:22:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93C1016A41A; Fri, 4 Jan 2008 13:22:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5FB13C4E5; Fri, 4 Jan 2008 13:22:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DMJ0t096027; Fri, 4 Jan 2008 13:22:19 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DM9Kq096026; Fri, 4 Jan 2008 13:22:09 GMT (envelope-from gabor) Message-Id: <200801041322.m04DM9Kq096026@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:22:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:22:19 -0000 gabor 2008-01-04 13:22:09 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) usr.sbin/pkg_install/version pkg_version.1 Log: MFC r1.39 - Adjust INDEX file name to INDEX-7 so that it matches the major FreeBSD version number, as it is named after that Approved by: re (hrs) Revision Changes Path 1.36.4.1 +5 -5 src/usr.sbin/pkg_install/version/pkg_version.1 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:31:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAFA816A420; Fri, 4 Jan 2008 13:31:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A486113C4E9; Fri, 4 Jan 2008 13:31:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DV7GO096575; Fri, 4 Jan 2008 13:31:07 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DV7mZ096574; Fri, 4 Jan 2008 13:31:07 GMT (envelope-from gabor) Message-Id: <200801041331.m04DV7mZ096574@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:31:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:31:07 -0000 gabor 2008-01-04 13:31:07 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man7 ports.7 Log: MFC r1.62: - Document icase variable of make search, which can be used to control case-sensitivity r1.63: - Document PORT_DBDIR r1.64: - Remove incomplete sentence fragment Approved by: re (hrs) Revision Changes Path 1.61.2.1 +23 -4 src/share/man/man7/ports.7 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:31:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91D8716A41A; Fri, 4 Jan 2008 13:31:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B07813C467; Fri, 4 Jan 2008 13:31:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DVqwC096631; Fri, 4 Jan 2008 13:31:52 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DVqo7096630; Fri, 4 Jan 2008 13:31:52 GMT (envelope-from gabor) Message-Id: <200801041331.m04DVqo7096630@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:31:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:31:52 -0000 gabor 2008-01-04 13:31:52 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man7 ports.7 Log: MFC r1.62: - Document icase variable of make search, which can be used to control case-sensitivity r1.63: - Document PORT_DBDIR r1.64: - Remove incomplete sentence fragment Approved by: re (hrs) Revision Changes Path 1.61.4.1 +23 -4 src/share/man/man7/ports.7 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:32:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EACAD16A41A; Fri, 4 Jan 2008 13:32:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C31C413C455; Fri, 4 Jan 2008 13:32:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DWWQu096681; Fri, 4 Jan 2008 13:32:32 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DWWOi096680; Fri, 4 Jan 2008 13:32:32 GMT (envelope-from gabor) Message-Id: <200801041332.m04DWWOi096680@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:32:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:32:33 -0000 gabor 2008-01-04 13:32:32 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man7 ports.7 Log: MFC r1.62: - Document icase variable of make search, which can be used to control case-sensitivity r1.63: - Document PORT_DBDIR r1.64: - Remove incomplete sentence fragment Revision Changes Path 1.50.2.7 +23 -4 src/share/man/man7/ports.7 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 13:33:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6BA016A46D; Fri, 4 Jan 2008 13:33:01 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 804D113C44B; Fri, 4 Jan 2008 13:33:01 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DX1nW096736; Fri, 4 Jan 2008 13:33:01 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DX1Kx096735; Fri, 4 Jan 2008 13:33:01 GMT (envelope-from gabor) Message-Id: <200801041333.m04DX1Kx096735@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:33:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 13:33:01 -0000 gabor 2008-01-04 13:33:01 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man7 ports.7 Log: MFC r1.62: - Document icase variable of make search, which can be used to control case-sensitivity r1.63: - Document PORT_DBDIR r1.64: - Remove incomplete sentence fragment Approved by: re (hrs) Revision Changes Path 1.50.2.6.2.1 +23 -4 src/share/man/man7/ports.7 From owner-cvs-src@FreeBSD.ORG Fri Jan 4 17:02:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A8BD16A46E; Fri, 4 Jan 2008 17:02:27 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id CD50C13C46B; Fri, 4 Jan 2008 17:02:26 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from tirith.brixandersen.dk (0x55534f5f.adsl.cybercity.dk [85.83.79.95]) by solow.pil.dk (Postfix) with ESMTP id E2BC31CC0CC; Fri, 4 Jan 2008 17:47:01 +0100 (CET) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 1837B11436; Fri, 4 Jan 2008 17:47:01 +0100 (CET) Date: Fri, 4 Jan 2008 17:47:00 +0100 From: Henrik Brix Andersen To: Gabor Kovesdan Message-ID: <20080104164700.GA51866@tirith.brixandersen.dk> Mail-Followup-To: Gabor Kovesdan , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200801041255.m04Ct2pk092187@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: <200801041255.m04Ct2pk092187@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 17:02:27 -0000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 04, 2008 at 12:55:02PM +0000, Gabor Kovesdan wrote: > gabor 2008-01-04 12:55:02 UTC >=20 > FreeBSD src repository (doc,ports committer) >=20 > Modified files: > share/man/man4 edsc.4=20 > Log: > - This driver will first appear in 6.3, not 7.0 > =20 > MFC after: 0 days Is it just me, or wasn't ipmi(4) part of FreeBSD 6.2? http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ipmi/ipmi.c?only_with_tag= =3DRELENG_6_2_0_RELEASE Brix --=20 Henrik Brix Andersen --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFHfmMEv+Q4flTiePgRAk6FAKC5Xkppc32zH5R2IC4Dx2LTQCZHxgCePWKe ej4XxCWQJ/ku3nuYKLvSD7Q= =xeEp -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- From owner-cvs-src@FreeBSD.ORG Fri Jan 4 17:50:43 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 764F616A46B; Fri, 4 Jan 2008 17:50:43 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 010A613C4D3; Fri, 4 Jan 2008 17:50:41 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: (from root@localhost) by kientzle.com (8.12.9/8.12.9) id m04HofEr004084; Fri, 4 Jan 2008 09:50:41 -0800 (PST) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.209] (p54.kientzle.com [66.166.149.54]) by kientzle.com with SMTP; Fri, 04 Jan 2008 09:50:41 -0800 (PST) (envelope-from kientzle@freebsd.org) Message-ID: <477E71F1.4080301@freebsd.org> Date: Fri, 04 Jan 2008 09:50:41 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <200801031830.m03IUb9K049549@repoman.freebsd.org> In-Reply-To: <200801031830.m03IUb9K049549@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive archive_endian.h archive_read_support_format_zip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 17:50:43 -0000 Dag-Erling Smorgrav wrote: > des 2008-01-03 18:30:37 UTC > > FreeBSD src repository > > Modified files: > lib/libarchive archive_read_support_format_zip.c > Added files: > lib/libarchive archive_endian.h > Log: > Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it instead > of home-rolled [iu][248] in the ZIP support code. > > Approved by: kientzle > > Revision Changes Path > 1.1 +142 -0 src/lib/libarchive/archive_endian.h (new) > 1.19 +22 -57 src/lib/libarchive/archive_read_support_format_zip.c Is this really right? > +be32dec(const void *pp) > +{ > + unsigned char const *p = (unsigned char const *)pp; The "const *" is harmless enough, but dropping the leading "const" doesn't seem right at all: 'pp' is a pointer to const data, 'p' points to modifiable data. Tim Kientzle From owner-cvs-src@FreeBSD.ORG Fri Jan 4 18:42:42 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DED1516A417 for ; Fri, 4 Jan 2008 18:42:42 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.pkgsrc-box.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id A103313C44B for ; Fri, 4 Jan 2008 18:42:42 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.pkgsrc-box.org [127.0.0.1]) by www.pkgsrc-box.org (Postfix) with ESMTP id B2D51E7BA9E for ; Fri, 4 Jan 2008 18:22:30 +0000 (UTC) Received: by britannica.bec.de (Postfix, from userid 1000) id 9EBBE175CA; Fri, 4 Jan 2008 19:17:28 +0100 (CET) Date: Fri, 4 Jan 2008 19:17:28 +0100 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20080104181728.GM971@britannica.bec.de> References: <200801031830.m03IUb9K049549@repoman.freebsd.org> <477E71F1.4080301@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <477E71F1.4080301@freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: cvs commit: src/lib/libarchive archive_endian.h archive_read_support_format_zip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2008 18:42:43 -0000 On Fri, Jan 04, 2008 at 09:50:41AM -0800, Tim Kientzle wrote: >> +be32dec(const void *pp) >> +{ >> + unsigned char const *p = (unsigned char const *)pp; > > The "const *" is harmless enough, but dropping the > leading "const" doesn't seem right at all: 'pp' > is a pointer to const data, 'p' points to > modifiable data. This is just reordered. unsigned char const * == const unsigned char *. Joerg From owner-cvs-src@FreeBSD.ORG Sat Jan 5 01:04:24 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4470916A420; Sat, 5 Jan 2008 01:04:24 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by mx1.freebsd.org (Postfix) with ESMTP id B148113C448; Sat, 5 Jan 2008 01:04:23 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c211-30-219-213.carlnfd3.nsw.optusnet.com.au (c211-30-219-213.carlnfd3.nsw.optusnet.com.au [211.30.219.213]) by mail05.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m0514Hsk023281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 Jan 2008 12:04:21 +1100 Date: Sat, 5 Jan 2008 12:04:17 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Tim Kientzle In-Reply-To: <477E71F1.4080301@freebsd.org> Message-ID: <20080105115225.T23063@delplex.bde.org> References: <200801031830.m03IUb9K049549@repoman.freebsd.org> <477E71F1.4080301@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Dag-Erling Smorgrav Subject: Re: cvs commit: src/lib/libarchive archive_endian.h archive_read_support_format_zip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 01:04:24 -0000 On Fri, 4 Jan 2008, Tim Kientzle wrote: > Dag-Erling Smorgrav wrote: >> ... >> 1.1 +142 -0 src/lib/libarchive/archive_endian.h (new) >> 1.19 +22 -57 src/lib/libarchive/archive_read_support_format_zip.c > > Is this really right? > >> +be32dec(const void *pp) >> +{ >> + unsigned char const *p = (unsigned char const *)pp; > > The "const *" is harmless enough, but dropping the > leading "const" doesn't seem right at all: 'pp' > is a pointer to const data, 'p' points to > modifiable data. Um, both point to const data. `unsigned char * const p' would point to non-const data, and casting to that should cause a diagnostic. This is just a style bug -- the const qualifier is placed in the usual but confusing place for pp and in the unusual but easier to understand place for p. Other bugs in the above include namespace pollution (at least for the original copy in ) -- both p and pp are in the application namespace. This bug is missing in older MD endian.h code. Bruce From owner-cvs-src@FreeBSD.ORG Sat Jan 5 04:47:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 366E316A417; Sat, 5 Jan 2008 04:47:32 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E24413C461; Sat, 5 Jan 2008 04:47:32 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m054lVQf014781; Sat, 5 Jan 2008 04:47:31 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m054lV7N014780; Sat, 5 Jan 2008 04:47:31 GMT (envelope-from jeff) Message-Id: <200801050447.m054lV7N014780@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 5 Jan 2008 04:47:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 04:47:32 -0000 jeff 2008-01-05 04:47:31 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Restore timeslicing code for all bit SCHED_FIFO priority classes. Reported by: Peter Jeremy Revision Changes Path 1.221 +9 -10 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Sat Jan 5 08:35:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0210716A476; Sat, 5 Jan 2008 08:35:57 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DFBC713C442; Sat, 5 Jan 2008 08:35:56 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m058ZuIc039116; Sat, 5 Jan 2008 08:35:56 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m058Zuo3039115; Sat, 5 Jan 2008 08:35:56 GMT (envelope-from peter) Message-Id: <200801050835.m058Zuo3039115@repoman.freebsd.org> From: Peter Wemm Date: Sat, 5 Jan 2008 08:35:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 08:35:57 -0000 peter 2008-01-05 08:35:56 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c Log: Fall back to the binary-specified interpreter (ld-elf.so.1) if the ABI override binary isn't found. This could probably be smoother, but it is what I did in p4 change #126891 on 2007/09/27. It should solve the "ld-elf32.so.1"-in-chroot problem. Revision Changes Path 1.183 +10 -4 src/sys/kern/imgact_elf.c From owner-cvs-src@FreeBSD.ORG Sat Jan 5 08:54:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A65F516A469; Sat, 5 Jan 2008 08:54:52 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 914F713C44B; Sat, 5 Jan 2008 08:54:52 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m058sqmD050792; Sat, 5 Jan 2008 08:54:52 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m058sqBj050791; Sat, 5 Jan 2008 08:54:52 GMT (envelope-from bde) Message-Id: <200801050854.m058sqBj050791@repoman.freebsd.org> From: Bruce Evans Date: Sat, 5 Jan 2008 08:54:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 08:54:52 -0000 bde 2008-01-05 08:54:52 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: In sequential_heuristic(): - spell 16384 as 16384 and not as BKVASIZE. 16384 is (not quite) just a magic size that works well in practice. BKVASIZE should be MAXBSIZE (65536), but is 16384 because i386's don't have enough kva for it to be MAXBSIZE; 16384 works (not so well) for it for much the same reasons that it works well in the heuristic. - expand and/or add comments about this and other details. - don't explicitly inline this function. - fix some other style bugs. Revision Changes Path 1.255 +20 -13 src/sys/kern/vfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Jan 5 12:36:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9037D16A49E; Sat, 5 Jan 2008 12:36:35 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 806B513C4E7; Sat, 5 Jan 2008 12:36:35 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05CaZFf088209; Sat, 5 Jan 2008 12:36:35 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05CaZjs088208; Sat, 5 Jan 2008 12:36:35 GMT (envelope-from kib) Message-Id: <200801051236.m05CaZjs088208@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 5 Jan 2008 12:36:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_stats.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 12:36:35 -0000 kib 2008-01-05 12:36:35 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: After applying LCONVPATH() to the path, do use the converted path instead of original user-mode string in the linux_stat() and linux_lstat() syscalls. Tested by: Peter Holm MFC after: 3 days Revision Changes Path 1.90 +13 -9 src/sys/compat/linux/linux_stats.c From owner-cvs-src@FreeBSD.ORG Sat Jan 5 21:39:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B9CE16A418; Sat, 5 Jan 2008 21:39:22 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4EAD113C459; Sat, 5 Jan 2008 21:39:22 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05LdM2t032337; Sat, 5 Jan 2008 21:39:22 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05LdMpW032336; Sat, 5 Jan 2008 21:39:22 GMT (envelope-from grog) Message-Id: <200801052139.m05LdMpW032336@repoman.freebsd.org> From: Greg Lehey Date: Sat, 5 Jan 2008 21:39:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 style.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 21:39:22 -0000 grog 2008-01-05 21:39:22 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: "redacted" replaced for clarity. Revision Changes Path 1.124 +1 -1 src/share/man/man9/style.9 From owner-cvs-src@FreeBSD.ORG Sat Jan 5 22:58:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B495C16A41B; Sat, 5 Jan 2008 22:58:51 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B275D13C45D; Sat, 5 Jan 2008 22:58:51 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05MwpgA045504; Sat, 5 Jan 2008 22:58:51 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05MwpUL045503; Sat, 5 Jan 2008 22:58:51 GMT (envelope-from marius) Message-Id: <200801052258.m05MwpUL045503@repoman.freebsd.org> From: Marius Strobl Date: Sat, 5 Jan 2008 22:58:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/contrib/gcc gthr-posix.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 22:58:51 -0000 marius 2008-01-05 22:58:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/gcc gthr-posix.h Log: On FreeBSD GCC 4.2.x checks for the existence of pthread_cancel() in order to determine whether a program is running with multithreading support. This check causes __gthread_active_p() to always return 1 however, regardless of whether the program was actually compiled with -pthread or not, due to the fact that the FreeBSD libc contains a pthread_cancel() stub. Fix this by using the __gthread_active_p() version that GCC uses for Solaris and which actively checks for a working POSIX threads implementation (if such functions exist) instead of checking for the mere existence of corresponding functions. On platforms without TLS support, i.e. on arm and sparc64 due to the lack of GNU TLS support for these archs in binutils 2.15., the false positives returned by __gthread_active_p() for non-threaded programs cause the exception handling implementation GCC uses in this case to crash. This is because GCC assumes that the POSIX threading functions actually work when __gthread_active_p() returns 1 while in fact the corresponding stubs in libc just immediately return. Given that __gthread_active_p() is also used in a couple of other places besides exception handling, this bug has great potential to also cause problems in other areas and on all archs. This is committed to RELENG_7 directly in order to get a fix into RELENG_7_0 as soon as possible while allowing to loop the official fix back into the vendor branch and not taking gthr-posix.h off the vendor branch in HEAD. PR: 119289 Reviewed by: obrien (plus style fix) Approved by: re (kensmith) Revision Changes Path 1.1.1.8.2.1 +7 -4 src/contrib/gcc/gthr-posix.h From owner-cvs-src@FreeBSD.ORG Sat Jan 5 23:05:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F0FF16A417; Sat, 5 Jan 2008 23:05:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BDD413C442; Sat, 5 Jan 2008 23:05:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05N50DW048002; Sat, 5 Jan 2008 23:05:00 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05N50pX048001; Sat, 5 Jan 2008 23:05:00 GMT (envelope-from marius) Message-Id: <200801052305.m05N50pX048001@repoman.freebsd.org> From: Marius Strobl Date: Sat, 5 Jan 2008 23:05:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/contrib/gcc gthr-posix.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 23:05:00 -0000 marius 2008-01-05 23:05:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) contrib/gcc gthr-posix.h Log: Merge from RELENG_7: 1.1.1.8.2.1 On FreeBSD GCC 4.2.x checks for the existence of pthread_cancel() in order to determine whether a program is running with multithreading support. This check causes __gthread_active_p() to always return 1 however, regardless of whether the program was actually compiled with -pthread or not, due to the fact that the FreeBSD libc contains a pthread_cancel() stub. Fix this by using the __gthread_active_p() version that GCC uses for Solaris and which actively checks for a working POSIX threads implementation (if such functions exist) instead of checking for the mere existence of corresponding functions. On platforms without TLS support, i.e. on arm and sparc64 due to the lack of GNU TLS support for these archs in binutils 2.15., the false positives returned by __gthread_active_p() for non-threaded programs cause the exception handling implementation GCC uses in this case to crash. This is because GCC assumes that the POSIX threading functions actually work when __gthread_active_p() returns 1 while in fact the corresponding stubs in libc just immediately return. Given that __gthread_active_p() is also used in a couple of other places besides exception handling, this bug has great potential to also cause problems in other areas and on all archs. Approved by: re (kensmith) Revision Changes Path 1.1.1.8.4.1 +7 -4 src/contrib/gcc/gthr-posix.h From owner-cvs-src@FreeBSD.ORG Sat Jan 5 23:21:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28B8316A417; Sat, 5 Jan 2008 23:21:34 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9C913C455; Sat, 5 Jan 2008 23:21:34 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05NLX7H072186; Sat, 5 Jan 2008 23:21:33 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05NLXu3072184; Sat, 5 Jan 2008 23:21:33 GMT (envelope-from brueffer) Message-Id: <200801052321.m05NLXu3072184@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 5 Jan 2008 23:21:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pci.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 23:21:34 -0000 brueffer 2008-01-05 23:21:32 UTC FreeBSD src repository Modified files: share/man/man4 pci.4 Log: Clean up after previous commit (typo fixes, removed contractions, utilized .Tn and capitalized PCI). Revision Changes Path 1.21 +18 -6 src/share/man/man4/pci.4 From owner-cvs-src@FreeBSD.ORG Sat Jan 5 23:28:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3D8616A468; Sat, 5 Jan 2008 23:28:00 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9874D13C461; Sat, 5 Jan 2008 23:28:00 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05NS05h073089; Sat, 5 Jan 2008 23:28:00 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05NS03o073088; Sat, 5 Jan 2008 23:28:00 GMT (envelope-from brueffer) Message-Id: <200801052328.m05NS03o073088@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 5 Jan 2008 23:27:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pcib.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 23:28:00 -0000 brueffer 2008-01-05 23:27:59 UTC FreeBSD src repository Modified files: share/man/man4 pcib.4 Log: Use our standard section 4 SYNOPSIS, utilize .Tn and fix capitalization. Revision Changes Path 1.2 +11 -3 src/share/man/man4/pcib.4 From owner-cvs-src@FreeBSD.ORG Sat Jan 5 23:41:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36EC916A417; Sat, 5 Jan 2008 23:41:16 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1AA7813C447; Sat, 5 Jan 2008 23:41:16 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05NfFBC075051; Sat, 5 Jan 2008 23:41:15 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05NfFZQ075050; Sat, 5 Jan 2008 23:41:15 GMT (envelope-from brueffer) Message-Id: <200801052341.m05NfFZQ075050@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 5 Jan 2008 23:41:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ng_pppoe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Jan 2008 23:41:16 -0000 brueffer 2008-01-05 23:41:15 UTC FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 Log: mdoc and language fixes for the previous commit, also bump .Dd. Revision Changes Path 1.41 +5 -4 src/share/man/man4/ng_pppoe.4