From owner-cvs-src@FreeBSD.ORG Sun Jun 12 00:45:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D40DD16A41C; Sun, 12 Jun 2005 00:45:24 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FAE343D53; Sun, 12 Jun 2005 00:45:24 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5C0jOhk024730; Sun, 12 Jun 2005 00:45:24 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5C0jOTb024729; Sun, 12 Jun 2005 00:45:24 GMT (envelope-from brooks) Message-Id: <200506120045.j5C0jOTb024729@repoman.freebsd.org> From: Brooks Davis Date: Sun, 12 Jun 2005 00:45: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/sys/netinet6 nd6_nbr.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: Sun, 12 Jun 2005 00:45:25 -0000 brooks 2005-06-12 00:45:24 UTC FreeBSD src repository Modified files: sys/netinet6 nd6_nbr.c Log: Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac address instead of a particularly ugly cast + pointer math hack. Reported by: kuriyama, kris Revision Changes Path 1.29 +2 -1 src/sys/netinet6/nd6_nbr.c From owner-cvs-src@FreeBSD.ORG Sun Jun 12 00:47:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1270916A41C; Sun, 12 Jun 2005 00:47:22 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E58DD43D1F; Sun, 12 Jun 2005 00:47:21 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5C0lLnV031762; Sun, 12 Jun 2005 00:47:21 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5C0lLp6031761; Sun, 12 Jun 2005 00:47:21 GMT (envelope-from marcel) Message-Id: <200506120047.j5C0lLp6031761@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 12 Jun 2005 00:47:21 +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/conf files files.alpha files.amd64 files.i386 files.ia64 files.pc98 files.powerpc files.sparc64 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: Sun, 12 Jun 2005 00:47:22 -0000 marcel 2005-06-12 00:47:21 UTC FreeBSD src repository Modified files: sys/conf files files.alpha files.amd64 files.i386 files.ia64 files.pc98 files.powerpc files.sparc64 Log: Refactor the NETSMBCRYPTO option so that it does the same on all platforms. ARM is excluded as it doesn't yet have any crypto sources. Approved by: re (dwhite) MFC after: 1 day Revision Changes Path 1.1026 +2 -0 src/sys/conf/files 1.120 +3 -2 src/sys/conf/files.alpha 1.68 +0 -2 src/sys/conf/files.amd64 1.536 +0 -2 src/sys/conf/files.i386 1.79 +1 -0 src/sys/conf/files.ia64 1.326 +0 -2 src/sys/conf/files.pc98 1.44 +1 -0 src/sys/conf/files.powerpc 1.73 +3 -2 src/sys/conf/files.sparc64 From owner-cvs-src@FreeBSD.ORG Sun Jun 12 00:53:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED5E716A41C; Sun, 12 Jun 2005 00:53:03 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEC3E43D49; Sun, 12 Jun 2005 00:53:03 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5C0r3kI032015; Sun, 12 Jun 2005 00:53:03 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5C0r3xv032014; Sun, 12 Jun 2005 00:53:03 GMT (envelope-from brooks) Message-Id: <200506120053.j5C0r3xv032014@repoman.freebsd.org> From: Brooks Davis Date: Sun, 12 Jun 2005 00:53:03 +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/net if.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: Sun, 12 Jun 2005 00:53:04 -0000 brooks 2005-06-12 00:53:03 UTC FreeBSD src repository Modified files: sys/net if.c Log: Return NULL instead of a bogus pointer from if_alloc when if_com_alloc fails. Move detaching the ifnet from the ifindex_table into if_free so we can both keep the sanity checks and actually delete the ifnets. [0] Reported by: gallatin [0] Approved by: re (blanket) Revision Changes Path 1.232 +9 -6 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Sun Jun 12 01:07:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBE716A41C; Sun, 12 Jun 2005 01:07:18 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB0743D49; Sun, 12 Jun 2005 01:07:18 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j5C17HHQ030641; Sat, 11 Jun 2005 18:07:17 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j5C17HXD030640; Sat, 11 Jun 2005 18:07:17 -0700 Date: Sat, 11 Jun 2005 18:07:17 -0700 From: Brooks Davis To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050612010717.GB28942@odin.ac.hmc.edu> References: <200506120053.j5C0r3xv032014@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0" Content-Disposition: inline In-Reply-To: <200506120053.j5C0r3xv032014@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Subject: Re: cvs commit: src/sys/net if.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: Sun, 12 Jun 2005 01:07:18 -0000 --LyciRD1jyfeSSjG0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 12, 2005 at 12:53:03AM +0000, Brooks Davis wrote: > brooks 2005-06-12 00:53:03 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/net if.c=20 > Log: > Return NULL instead of a bogus pointer from if_alloc when if_com_alloc > fails. > =20 > Move detaching the ifnet from the ifindex_table into if_free so we can > both keep the sanity checks and actually delete the ifnets. [0] With this commit I've fixed all the functional bugs I know about. I've got some API/style cleanup to do before the release. If you find any other issues, please let me know. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --LyciRD1jyfeSSjG0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFCq4rEXY6L6fI4GtQRAl/oAJ9B+UxAuqrfpIrMQNFoFdJycSbj6ACghyZX pKWTtYfbamO5Zg9RpqNF2hY= =8rwb -----END PGP SIGNATURE----- --LyciRD1jyfeSSjG0-- From owner-cvs-src@FreeBSD.ORG Sun Jun 12 01:45:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 664) id B288A16A41F; Sun, 12 Jun 2005 01:45:23 +0000 (GMT) Date: Sun, 12 Jun 2005 01:45:23 +0000 From: David O'Brien To: Brooks Davis Message-ID: <20050612014523.GA75047@hub.freebsd.org> References: <200506070405.j57459LA049510@repoman.freebsd.org> <97ff78d80fdc5a4ccfddde0bdb49d1fc@FreeBSD.org> <20050608171852.GA20036@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050608171852.GA20036@odin.ac.hmc.edu> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.11-STABLE Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Cc: cvs-src@FreeBSD.org, Brooks Davis , cvs-all@FreeBSD.org, John Baldwin , src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/dhclient - Imported sources 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: Sun, 12 Jun 2005 01:45:23 -0000 On Wed, Jun 08, 2005 at 10:18:52AM -0700, Brooks Davis wrote: > On Wed, Jun 08, 2005 at 10:02:27AM -0700, John Baldwin wrote: > > On Jun 6, 2005, at 9:05 PM, Brooks Davis wrote: > > >brooks 2005-06-07 04:05:09 UTC > > > FreeBSD src repository > > > src/sbin/dhclient - Imported sources > > > Update of /home/ncvs/src/sbin/dhclient > > > In directory repoman.freebsd.org:/tmp/cvs-serv49480 > > > > > > Log Message: > > > Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tag > > > OPENBSD_3_7). > > > > > > Vendor Tag: OPENBSD > > > Release Tags: dhclient_openbsd_3_7 > > > > Is there a reason this wasn't imported into src/contrib/dhclient? Are > > we not going to import any future updates from OpenBSD? Having vendor > > code in src that's not in src/contrib and src/crypto is very > > non-intuitive as people think that stuff outside of those directories > > is free to hack on and not regard vendor branches, etc. If this is a > > one-shot import that is ok I guess. > > We will take some future changes from OpenBSD, but we will also be > modifying the code to suit out APIs and needs. As such, I felt > src/sbin/dhclient was a better location because I don't want to treat it > as some untouchable gift from the gods of code the way we tend to do > with things in contrib. Since the OpenBSD dhclient is a branch of the ISC version 2 dhclient, it would have been "cleaner" to have resurrected the ISC version 2 client in src/contrib/dhclient and then imported the OpenBSD code. This would make it easy to see the development of our dhclient (the reason we care about SCM history). It would also have pulled every file off the vendor branch so you would have also achieved the "change these files as needed" goal. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Jun 12 07:03:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC5A516A41C; Sun, 12 Jun 2005 07:03:23 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A01DD43D48; Sun, 12 Jun 2005 07:03:23 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5C73NI3052137; Sun, 12 Jun 2005 07:03:23 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5C73N88052136; Sun, 12 Jun 2005 07:03:23 GMT (envelope-from pjd) Message-Id: <200506120703.j5C73N88052136@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 12 Jun 2005 07:03: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/sys/kern vfs_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: Sun, 12 Jun 2005 07:03:24 -0000 pjd 2005-06-12 07:03:23 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: Do not allocate memory while holding a mutex. I introduce a very small race here (some file system can be mounted or unmounted between 'count' calculation and file systems list creation), but it is harmless. Found by: FreeBSD Kernel Stress Test Suite: http://www.holm.cc/stress/ Reported by: Peter Holm Revision Changes Path 1.390 +4 -2 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Jun 12 07:12:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AB0616A41C; Sun, 12 Jun 2005 07:12:51 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id B97A643D1F; Sun, 12 Jun 2005 07:12:50 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id F283550CD8; Sun, 12 Jun 2005 16:12:49 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id 607EC50CD4; Sun, 12 Jun 2005 16:12:48 +0900 (JST) Date: Sun, 12 Jun 2005 16:12:48 +0900 Message-ID: <7mis0kqc9b.wl%kuriyama@imgsrc.co.jp> From: Jun Kuriyama To: Brooks Davis In-Reply-To: <200506120045.j5C0jOTb024729@repoman.freebsd.org> References: <200506120045.j5C0jOTb024729@repoman.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 nd6_nbr.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: Sun, 12 Jun 2005 07:12:51 -0000 At Sun, 12 Jun 2005 00:45:24 +0000 (UTC), Brooks Davis wrote: > Log: > Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac address > instead of a particularly ugly cast + pointer math hack. Thanks! I confirmed it be fixed. -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project From owner-cvs-src@FreeBSD.ORG Sun Jun 12 08:08:34 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FFD316A41C; Sun, 12 Jun 2005 08:08:34 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF0243D1F; Sun, 12 Jun 2005 08:08:34 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id ED4745CACA; Sun, 12 Jun 2005 01:08:33 -0700 (PDT) Date: Sun, 12 Jun 2005 01:08:33 -0700 From: Alfred Perlstein To: Brian Fundakowski Feldman Message-ID: <20050612080833.GJ17867@elvis.mu.org> References: <200506102350.j5ANofFM008212@repoman.freebsd.org> <20050611034930.GY17867@elvis.mu.org> <20050611064956.GC66188@green.homeunix.org> <20050611141021.GD17867@elvis.mu.org> <20050611170425.GD66188@green.homeunix.org> <20050611174617.GE17867@elvis.mu.org> <20050611212534.GE66188@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050611212534.GE66188@green.homeunix.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/sys/nfsclient nfs_bio.c nfs_vfsops.c nfsargs.h nfsmount.h src/sys/sys buf.h bufobj.h src/sys/kern vfs_bio.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: Sun, 12 Jun 2005 08:08:34 -0000 * Brian Fundakowski Feldman [050611 14:25] wrote: > On Sat, Jun 11, 2005 at 10:46:17AM -0700, Alfred Perlstein wrote: > > * Brian Fundakowski Feldman [050611 10:04] wrote: > > > > > > Well, the easy solution is just fsync(2) :) This change jibes with > > > Terry's explanation (thanks, Juli). It would be good to implement > > > the rest of the functionality for non-blocking NFS client, too, but I > > > think that can be dne gradually over time. > > > > lol. > > FWIW, I was aware of Terry's explanation, I just consider it bunk. > > Heh. Well, we can always throw things under a kernel option. I never > saw Terry's e-mail on the topic until just now -- my understanding was > that this was generally the Right Thing To Do after spending a while > reading POSIX/SUS (due to gad pointing out that it was definitely a > bad idea to just return short writes). Seriously, have you tested what happens to a libc_r app that opens an nfs file F_SYNC? My guess is that it's not pretty. -- - Alfred Perlstein - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Sun Jun 12 08:24:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCC2516A41C; Sun, 12 Jun 2005 08:24:10 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953F543D1F; Sun, 12 Jun 2005 08:24:10 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5C8OAlc055262; Sun, 12 Jun 2005 08:24:10 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5C8OAmo055261; Sun, 12 Jun 2005 08:24:10 GMT (envelope-from krion) Message-Id: <200506120824.j5C8OAmo055261@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 12 Jun 2005 08:24:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/version main.c perform.c pkg_version.1 version.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: Sun, 12 Jun 2005 08:24:10 -0000 krion 2005-06-12 08:24:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/version main.c perform.c pkg_version.1 version.h Log: MFC: main.c:1.5, perform.c:1.12, pkg_version:1.33, version.h:1.4 date: 2005/05/24 08:26:44; author: cperciva; state: Exp; lines: +1 -0 Add an -I option to pkg_version: -I Use only the index file for determining if a package is out of date. This is much faster than using the version number from a port's Makefile, at the expense of potentially giving an incor- rect result if the index file is out of date. Without this option, the index file is only consulted if "make -V PKGNAME" cannot be used. Revision Changes Path 1.2.4.1 +7 -2 src/usr.sbin/pkg_install/version/main.c 1.10.4.1 +1 -1 src/usr.sbin/pkg_install/version/perform.c 1.27.2.2 +6 -1 src/usr.sbin/pkg_install/version/pkg_version.1 1.3.4.1 +1 -0 src/usr.sbin/pkg_install/version/version.h From owner-cvs-src@FreeBSD.ORG Sun Jun 12 08:26:14 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBEE316A41C; Sun, 12 Jun 2005 08:26:13 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.3/8.13.1) with ESMTP id j5C8QDI2062845; Sun, 12 Jun 2005 04:26:13 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.3/8.13.1/Submit) id j5C8QDsA062844; Sun, 12 Jun 2005 04:26:13 -0400 (EDT) (envelope-from green) Date: Sun, 12 Jun 2005 04:26:12 -0400 From: Brian Fundakowski Feldman To: Alfred Perlstein Message-ID: <20050612082612.GF66188@green.homeunix.org> References: <200506102350.j5ANofFM008212@repoman.freebsd.org> <20050611034930.GY17867@elvis.mu.org> <20050611064956.GC66188@green.homeunix.org> <20050611141021.GD17867@elvis.mu.org> <20050611170425.GD66188@green.homeunix.org> <20050611174617.GE17867@elvis.mu.org> <20050611212534.GE66188@green.homeunix.org> <20050612080833.GJ17867@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050612080833.GJ17867@elvis.mu.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/nfsclient nfs_bio.c nfs_vfsops.c nfsargs.h nfsmount.h src/sys/sys buf.h bufobj.h src/sys/kern vfs_bio.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: Sun, 12 Jun 2005 08:26:14 -0000 On Sun, Jun 12, 2005 at 01:08:33AM -0700, Alfred Perlstein wrote: > * Brian Fundakowski Feldman [050611 14:25] wrote: > > On Sat, Jun 11, 2005 at 10:46:17AM -0700, Alfred Perlstein wrote: > > > * Brian Fundakowski Feldman [050611 10:04] wrote: > > > > > > > > Well, the easy solution is just fsync(2) :) This change jibes with > > > > Terry's explanation (thanks, Juli). It would be good to implement > > > > the rest of the functionality for non-blocking NFS client, too, but I > > > > think that can be dne gradually over time. > > > > > > lol. > > > FWIW, I was aware of Terry's explanation, I just consider it bunk. > > > > Heh. Well, we can always throw things under a kernel option. I never > > saw Terry's e-mail on the topic until just now -- my understanding was > > that this was generally the Right Thing To Do after spending a while > > reading POSIX/SUS (due to gad pointing out that it was definitely a > > bad idea to just return short writes). > > Seriously, have you tested what happens to a libc_r app that > opens an nfs file F_SYNC? My guess is that it's not pretty. This code path is related to O_NONBLOCK, not O_FSYNC. O_FSYNC is synonymous with the slow fallback path that large transactional block now takes, rather than deadlocking. O_NONBLOCK really means that whatever they do, they are required to check for EAGAIN. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Sun Jun 12 08:29:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D47B16A41C; Sun, 12 Jun 2005 08:29:27 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DA543D1F; Sun, 12 Jun 2005 08:29:27 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5C8TQJg055501; Sun, 12 Jun 2005 08:29:26 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5C8TQeZ055500; Sun, 12 Jun 2005 08:29:26 GMT (envelope-from krion) Message-Id: <200506120829.j5C8TQeZ055500@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 12 Jun 2005 08:29:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/version main.c perform.c pkg_version.1 version.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: Sun, 12 Jun 2005 08:29:27 -0000 krion 2005-06-12 08:29:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/version main.c perform.c pkg_version.1 version.h Log: MFC: main.c:1.5, perform.c:1.12, pkg_version:1.33, version.h:1.4 date: 2005/05/24 08:26:44; author: cperciva; state: Exp; lines: +1 -0 Add an -I option to pkg_version: -I Use only the index file for determining if a package is out of date. This is much faster than using the version number from a port's Makefile, at the expense of potentially giving an incor- rect result if the index file is out of date. Without this option, the index file is only consulted if "make -V PKGNAME" cannot be used. Revision Changes Path 1.2.2.2 +7 -2 src/usr.sbin/pkg_install/version/main.c 1.10.2.2 +1 -1 src/usr.sbin/pkg_install/version/perform.c 1.5.2.16 +6 -1 src/usr.sbin/pkg_install/version/pkg_version.1 1.3.2.2 +1 -0 src/usr.sbin/pkg_install/version/version.h From owner-cvs-src@FreeBSD.ORG Sun Jun 12 08:56:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D2F716A41C; Sun, 12 Jun 2005 08:56:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62A343D48; Sun, 12 Jun 2005 08:56:01 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5C8u100063441; Sun, 12 Jun 2005 08:56:01 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5C8u06U063436; Sun, 12 Jun 2005 08:56:01 GMT (envelope-from hrs) Message-Id: <200506120856.j5C8u06U063436@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 12 Jun 2005 08:56: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/release/doc/en_US.ISO8859-1/relnotes/common new.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: Sun, 12 Jun 2005 08:56:02 -0000 hrs 2005-06-12 08:56:00 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: security.jail.getfsstatroot_only --> security.jail.enforce_statfs renamed, struct ifnet change, acpi_ibm(4) improved, atkbdc(4) cleanup, arkbdc(4), syscons(4), and so on, enabled by default on sparc64, hwpmc(4) MI support, ng_tcpmss(4) added, and rexecd(8) removed. Approved by: re (implicitly) Revision Changes Path 1.876 +72 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Jun 12 10:07:08 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D2816A41C; Sun, 12 Jun 2005 10:07:08 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A52C43D1D; Sun, 12 Jun 2005 10:07:08 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 249E35CAD9; Sun, 12 Jun 2005 03:07:08 -0700 (PDT) Date: Sun, 12 Jun 2005 03:07:08 -0700 From: Alfred Perlstein To: Brian Fundakowski Feldman Message-ID: <20050612100708.GK17867@elvis.mu.org> References: <200506102350.j5ANofFM008212@repoman.freebsd.org> <20050611034930.GY17867@elvis.mu.org> <20050611064956.GC66188@green.homeunix.org> <20050611141021.GD17867@elvis.mu.org> <20050611170425.GD66188@green.homeunix.org> <20050611174617.GE17867@elvis.mu.org> <20050611212534.GE66188@green.homeunix.org> <20050612080833.GJ17867@elvis.mu.org> <20050612082612.GF66188@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050612082612.GF66188@green.homeunix.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/sys/nfsclient nfs_bio.c nfs_vfsops.c nfsargs.h nfsmount.h src/sys/sys buf.h bufobj.h src/sys/kern vfs_bio.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: Sun, 12 Jun 2005 10:07:08 -0000 * Brian Fundakowski Feldman [050612 01:26] wrote: > On Sun, Jun 12, 2005 at 01:08:33AM -0700, Alfred Perlstein wrote: > > > > Seriously, have you tested what happens to a libc_r app that > > opens an nfs file F_SYNC? My guess is that it's not pretty. > > This code path is related to O_NONBLOCK, not O_FSYNC. O_FSYNC is > synonymous with the slow fallback path that large transactional block > now takes, rather than deadlocking. O_NONBLOCK really means that > whatever they do, they are required to check for EAGAIN. To make it perfectly clear. If an application linked against libc_r opens a file with O_FSYNC. Libc_r will set O_NONBLOCK (it does so for each open(2)) A write on that descriptor will return EAGAIN (to libc_r) Libc_r will then attempt to select(2) on this decriptor, which will return "ready" (as do all select(2)'s on disk files) The question is: Will Libc_r then busy spin? If so, how many other apps might get screwed just sometimes (over nfs) because only _half_ of this "solution" is implemented? Or is my thinking on this wrong? -- - Alfred Perlstein - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Sun Jun 12 10:15:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4785B16A41F; Sun, 12 Jun 2005 10:15:47 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB9C243D58; Sun, 12 Jun 2005 10:15:46 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 7DE51119E6; Sun, 12 Jun 2005 12:15:45 +0200 (CEST) Date: Sun, 12 Jun 2005 12:15:45 +0200 From: "Simon L. Nielsen" To: Hiroki Sato Message-ID: <20050612101544.GJ821@zaphod.nitro.dk> References: <200506111727.j5BHRE8S000759@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bajzpZikUji1w+G9" Content-Disposition: inline In-Reply-To: <200506111727.j5BHRE8S000759@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "Bruce A. Mah" Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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: Sun, 12 Jun 2005 10:15:47 -0000 --bajzpZikUji1w+G9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.06.11 17:27:14 +0000, Hiroki Sato wrote: > hrs 2005-06-11 17:27:14 UTC >=20 > FreeBSD src repository >=20 > Modified files: > release/doc/en_US.ISO8859-1/relnotes/common new.sgml=20 > Log: > Document SA-05:10, SA-05:11, and SA-05:12. So how about the errata documents - should we just change it to the brief format we discussed? --=20 Simon L. Nielsen --bajzpZikUji1w+G9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCrAtQh9pcDSc1mlERAqvYAJkBaz59h0DqbcdStR0arm0xL+lebgCguNLH DMpvMk2R8LMxn/cOu/ppFnI= =iwxc -----END PGP SIGNATURE----- --bajzpZikUji1w+G9-- From owner-cvs-src@FreeBSD.ORG Sun Jun 12 10:30:50 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F4416A41C; Sun, 12 Jun 2005 10:30:50 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9717443D48; Sun, 12 Jun 2005 10:30:50 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.4/8.13.4/NETPLEX) with ESMTP id j5CAUnT6003104; Sun, 12 Jun 2005 06:30:49 -0400 (EDT) Date: Sun, 12 Jun 2005 06:30:49 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Alfred Perlstein In-Reply-To: <20050612100708.GK17867@elvis.mu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: Brian Fundakowski Feldman , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/nfsclient nfs_bio.c nfs_vfsops.c nfsargs.h nfsmount.h src/sys/sys buf.h bufobj.h src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2005 10:30:51 -0000 On Sun, 12 Jun 2005, Alfred Perlstein wrote: > * Brian Fundakowski Feldman [050612 01:26] wrote: > > On Sun, Jun 12, 2005 at 01:08:33AM -0700, Alfred Perlstein wrote: > > > > > > Seriously, have you tested what happens to a libc_r app that > > > opens an nfs file F_SYNC? My guess is that it's not pretty. > > > > This code path is related to O_NONBLOCK, not O_FSYNC. O_FSYNC is > > synonymous with the slow fallback path that large transactional block > > now takes, rather than deadlocking. O_NONBLOCK really means that > > whatever they do, they are required to check for EAGAIN. > > To make it perfectly clear. > > If an application linked against libc_r opens a file with O_FSYNC. > Libc_r will set O_NONBLOCK (it does so for each open(2)) > A write on that descriptor will return EAGAIN (to libc_r) > Libc_r will then attempt to select(2) on this decriptor, which > will return "ready" (as do all select(2)'s on disk files) > > The question is: > > Will Libc_r then busy spin? Yes, for the most part. > If so, how many other apps might get screwed just sometimes (over > nfs) because only _half_ of this "solution" is implemented? > > Or is my thinking on this wrong? I think I agree with Alfred. If select() returns ready, then you should be able to write some part of your buffer. Also, anyone using a file descriptor in non-blocking mode should expect short writes and loop until the entire buffer has been written. >From my understanding, disk I/O has always returned ready, then blocked in the kernel if necessary. I think that if we are going to start honoring non-blocking mode for disk I/O (or NFS, whatever), it should be done fully. That means you allow short writes when select() returns ready, and select() doesn't return ready if no data can be written. -- DE From owner-cvs-src@FreeBSD.ORG Sun Jun 12 11:34:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6336B16A41C; Sun, 12 Jun 2005 11:34:38 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33D8543D49; Sun, 12 Jun 2005 11:34:38 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CBYcZf070307; Sun, 12 Jun 2005 11:34:38 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CBYc34070306; Sun, 12 Jun 2005 11:34:38 GMT (envelope-from brueffer) Message-Id: <200506121134.j5CBYc34070306@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 12 Jun 2005 11:34:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/man/man4 amr.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: Sun, 12 Jun 2005 11:34:38 -0000 brueffer 2005-06-12 11:34:38 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 amr.4 Log: MFC: rev. 1.32 Add the Dell PERC 4/IM as supported. Revision Changes Path 1.21.2.7 +3 -1 src/share/man/man4/amr.4 From owner-cvs-src@FreeBSD.ORG Sun Jun 12 11:45:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1039316A41C; Sun, 12 Jun 2005 11:45:14 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68DCF43D1D; Sun, 12 Jun 2005 11:45:13 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p19186-adsau12honb8-acca.tokyo.ocn.ne.jp [221.113.175.186]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.1) with ESMTP id j5CBj710019634; Sun, 12 Jun 2005 20:45:11 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.1/8.13.1) with ESMTP id j5CBikhb086258; Sun, 12 Jun 2005 20:44:47 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sun, 12 Jun 2005 20:41:14 +0900 (JST) Message-Id: <20050612.204114.95014473.hrs@allbsd.org> To: simon@FreeBSD.org From: Hiroki Sato In-Reply-To: <20050612101544.GJ821@zaphod.nitro.dk> References: <200506111727.j5BHRE8S000759@repoman.freebsd.org> <20050612101544.GJ821@zaphod.nitro.dk> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart0(Sun_Jun_12_20_41_14_2005_294)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/927/Sun Jun 12 16:51:54 2005 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, hrs@FreeBSD.org, cvs-all@FreeBSD.org, bmah@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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: Sun, 12 Jun 2005 11:45:14 -0000 ----Security_Multipart0(Sun_Jun_12_20_41_14_2005_294)-- Content-Type: Multipart/Mixed; boundary="--Next_Part(Sun_Jun_12_20_41_14_2005_225)--" Content-Transfer-Encoding: 7bit ----Next_Part(Sun_Jun_12_20_41_14_2005_225)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Simon L. Nielsen" wrote in <20050612101544.GJ821@zaphod.nitro.dk>: si> On 2005.06.11 17:27:14 +0000, Hiroki Sato wrote: si> > hrs 2005-06-11 17:27:14 UTC si> > si> > FreeBSD src repository si> > si> > Modified files: si> > release/doc/en_US.ISO8859-1/relnotes/common new.sgml si> > Log: si> > Document SA-05:10, SA-05:11, and SA-05:12. si> si> So how about the errata documents - should we just change it to the si> brief format we discussed? I tried to make a patch based on Bruce's idea (attached). Simple cut-n-paste from SAs is enough to update this. How about this? We have to add them manually for the time being until we utilize an XML database or so, anyway. -- | Hiroki SATO ----Next_Part(Sun_Jun_12_20_41_14_2005_225)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="errata_RELENG_5.diff" Index: article.sgml =================================================================== RCS file: /home/ncvs/src/release/doc/en_US.ISO8859-1/errata/article.sgml,v retrieving revision 1.69.2.20 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$DragonFly:.*\$ -I\$Id:.*\$ -I\$Translation:.*\$ -I\$hrs:.*\$ -r1.69.2.20 article.sgml --- article.sgml 23 May 2005 03:35:17 -0000 1.69.2.20 +++ article.sgml 12 Jun 2005 11:41:04 -0000 @@ -94,14 +94,50 @@ Security Advisories - (22 May 2005) An information disclosure vulnerability has - been discovered in processors using Hyper-Threading Technology - (HTT). For more information, as well as a patch that adds a - boot-time tunable variable that disables the use of HTT by - default, consult security advisory - FreeBSD-SA-05:09.htt. - + The following security advisories pertain to &os; &release.bugfix;. + For more information, consult the individual advisories. + + + + + + Advisory + Date + Topic + + + + + + SA-05:09.htt + 22 May 2005 + information disclosure when using HTT + + + SA-05:10.tcpdump + 9 Jun 2005 + Infinite loops in tcpdump protocol decoding + + + + SA-05:11.gzip + 9 Jun 2005 + gzip directory traversal and permission race vulnerabilities + + + + SA-05:12.bind9 + 9 Jun 2005 + BIND 9 DNSSEC remote denial of service vulnerability + + + + ----Next_Part(Sun_Jun_12_20_41_14_2005_225)---- ----Security_Multipart0(Sun_Jun_12_20_41_14_2005_294)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCrB9aTyzT2CeTzy0RArLpAJ0Ux4SbSeiDdHGyYKTyixUNzdca0gCeNpQw eWeedMBSeiTWvM991XTr6Pg= =Wat5 -----END PGP SIGNATURE----- ----Security_Multipart0(Sun_Jun_12_20_41_14_2005_294)---- From owner-cvs-src@FreeBSD.ORG Sun Jun 12 12:12:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A5AB16A41C; Sun, 12 Jun 2005 12:12:22 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0882843D48; Sun, 12 Jun 2005 12:12:21 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 658A9119E6; Sun, 12 Jun 2005 14:12:20 +0200 (CEST) Date: Sun, 12 Jun 2005 14:12:20 +0200 From: "Simon L. Nielsen" To: Hiroki Sato Message-ID: <20050612121219.GM821@zaphod.nitro.dk> References: <200506111727.j5BHRE8S000759@repoman.freebsd.org> <20050612101544.GJ821@zaphod.nitro.dk> <20050612.204114.95014473.hrs@allbsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ulDeV4rPMk/y39in" Content-Disposition: inline In-Reply-To: <20050612.204114.95014473.hrs@allbsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, bmah@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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: Sun, 12 Jun 2005 12:12:22 -0000 --ulDeV4rPMk/y39in Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.06.12 20:41:14 +0900, Hiroki Sato wrote: > "Simon L. Nielsen" wrote > in <20050612101544.GJ821@zaphod.nitro.dk>: >=20 > si> On 2005.06.11 17:27:14 +0000, Hiroki Sato wrote: > si> > hrs 2005-06-11 17:27:14 UTC > si> >=20 > si> > FreeBSD src repository > si> >=20 > si> > Modified files: > si> > release/doc/en_US.ISO8859-1/relnotes/common new.sgml=20 > si> > Log: > si> > Document SA-05:10, SA-05:11, and SA-05:12. > si>=20 > si> So how about the errata documents - should we just change it to the > si> brief format we discussed? >=20 > I tried to make a patch based on Bruce's idea (attached). > Simple cut-n-paste from SAs is enough to update this. > How about this? Looks good! It might be needed to tweak some table settings to get the print output to not go out over the right margin, but I doubt the print versions are used much, so I don't see that as a big problem. > We have to add them manually for the time being until we > utilize an XML database or so, anyway. This will at least make it much simpler to add new entries, so this is a good first step. --=20 Simon L. Nielsen --ulDeV4rPMk/y39in Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCrCajh9pcDSc1mlERAr0FAKCVynPc34WA5VTxjHRvzeZeyrlplACgitOX Krq8v9Sd5xuYKOnUYDEJ7qM= =lpEk -----END PGP SIGNATURE----- --ulDeV4rPMk/y39in-- From owner-cvs-src@FreeBSD.ORG Sun Jun 12 12:18:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E1DB16A41C; Sun, 12 Jun 2005 12:18:23 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D5943D58; Sun, 12 Jun 2005 12:18:23 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CCINAF071870; Sun, 12 Jun 2005 12:18:23 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CCINVn071869; Sun, 12 Jun 2005 12:18:23 GMT (envelope-from le) Message-Id: <200506121218.j5CCINVn071869@repoman.freebsd.org> From: Lukas Ertl Date: Sun, 12 Jun 2005 12:18:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/geom/vinum geom_vinum_drive.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: Sun, 12 Jun 2005 12:18:23 -0000 le 2005-06-12 12:18:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/vinum geom_vinum_drive.c Log: MFC: When a drive dies, don't call g_wither_geom() directly, but instead post an event to the geom event queue that will take care of it, letting outstanding bios finish, and closing the consumers. Plus some cosmetic clean ups. Revision Changes Path 1.9.2.5 +71 -46 src/sys/geom/vinum/geom_vinum_drive.c From owner-cvs-src@FreeBSD.ORG Sun Jun 12 12:25:17 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4600516A41C; Sun, 12 Jun 2005 12:25:17 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.3/8.13.1) with ESMTP id j5CCPGGf063878; Sun, 12 Jun 2005 08:25:16 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.3/8.13.1/Submit) id j5CCPGSN063877; Sun, 12 Jun 2005 08:25:16 -0400 (EDT) (envelope-from green) Date: Sun, 12 Jun 2005 08:25:16 -0400 From: Brian Fundakowski Feldman To: Daniel Eischen Message-ID: <20050612122516.GG66188@green.homeunix.org> References: <20050612100708.GK17867@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i Cc: cvs-src@freebsd.org, Alfred Perlstein , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/nfsclient nfs_bio.c nfs_vfsops.c nfsargs.h nfsmount.h src/sys/sys buf.h bufobj.h src/sys/kern vfs_bio.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: Sun, 12 Jun 2005 12:25:17 -0000 On Sun, Jun 12, 2005 at 06:30:49AM -0400, Daniel Eischen wrote: > On Sun, 12 Jun 2005, Alfred Perlstein wrote: > > > * Brian Fundakowski Feldman [050612 01:26] wrote: > > > On Sun, Jun 12, 2005 at 01:08:33AM -0700, Alfred Perlstein wrote: > > > > > > > > Seriously, have you tested what happens to a libc_r app that > > > > opens an nfs file F_SYNC? My guess is that it's not pretty. > > > > > > This code path is related to O_NONBLOCK, not O_FSYNC. O_FSYNC is > > > synonymous with the slow fallback path that large transactional block > > > now takes, rather than deadlocking. O_NONBLOCK really means that > > > whatever they do, they are required to check for EAGAIN. > > > > To make it perfectly clear. > > > > If an application linked against libc_r opens a file with O_FSYNC. > > Libc_r will set O_NONBLOCK (it does so for each open(2)) > > A write on that descriptor will return EAGAIN (to libc_r) > > Libc_r will then attempt to select(2) on this decriptor, which > > will return "ready" (as do all select(2)'s on disk files) > > > > The question is: > > > > Will Libc_r then busy spin? > > Yes, for the most part. > > > If so, how many other apps might get screwed just sometimes (over > > nfs) because only _half_ of this "solution" is implemented? > > > > Or is my thinking on this wrong? > > I think I agree with Alfred. > > If select() returns ready, then you should be able to write > some part of your buffer. Also, anyone using a file descriptor > in non-blocking mode should expect short writes and loop until > the entire buffer has been written. > > >From my understanding, disk I/O has always returned ready, then > blocked in the kernel if necessary. I think that if we are going > to start honoring non-blocking mode for disk I/O (or NFS, whatever), > it should be done fully. That means you allow short writes when > select() returns ready, and select() doesn't return ready if no > data can be written. That's a good point. I wasn't more than vaguely aware of libc_r's continued existance and usage of such things. Fixing select(3) to match up would be easiest, right? Short writes are definitely not allowed for a non-socket, though. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Sun Jun 12 13:51:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAAD116A41C; Sun, 12 Jun 2005 13:51:51 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897C443D49; Sun, 12 Jun 2005 13:51:51 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CDpp0O083636; Sun, 12 Jun 2005 13:51:51 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CDpptZ083635; Sun, 12 Jun 2005 13:51:51 GMT (envelope-from hrs) Message-Id: <200506121351.j5CDpptZ083635@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 12 Jun 2005 13:51:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata 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: Sun, 12 Jun 2005 13:51:52 -0000 hrs 2005-06-12 13:51:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/errata article.sgml Log: Use a simple table for security advisories applicable to the release. This will be automated in some way. Discussed with: bmah and simon Revision Changes Path 1.69.2.21 +43 -7 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Jun 12 15:25:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9AE16A41F; Sun, 12 Jun 2005 15:25:19 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 581A943D4C; Sun, 12 Jun 2005 15:25:19 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CFPJhm087181; Sun, 12 Jun 2005 15:25:19 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CFPJCH087180; Sun, 12 Jun 2005 15:25:19 GMT (envelope-from scottl) Message-Id: <200506121525.j5CFPJCH087180@repoman.freebsd.org> From: Scott Long Date: Sun, 12 Jun 2005 15:25: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/sys/dev/snc dp83932.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: Sun, 12 Jun 2005 15:25:19 -0000 scottl 2005-06-12 15:25:19 UTC FreeBSD src repository Modified files: sys/dev/snc dp83932.c Log: change 'dev' to 'sc->sc_dev' to fix the build. Approved: re (implicit) Revision Changes Path 1.19 +2 -1 src/sys/dev/snc/dp83932.c From owner-cvs-src@FreeBSD.ORG Sun Jun 12 15:33:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FDE816A41C; Sun, 12 Jun 2005 15:33:46 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCCFF43D48; Sun, 12 Jun 2005 15:33:45 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CFXjQT087542; Sun, 12 Jun 2005 15:33:45 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CFXjUU087541; Sun, 12 Jun 2005 15:33:45 GMT (envelope-from brooks) Message-Id: <200506121533.j5CFXjUU087541@repoman.freebsd.org> From: Brooks Davis Date: Sun, 12 Jun 2005 15:33: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/sys/dev/gem if_gem.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: Sun, 12 Jun 2005 15:33:46 -0000 brooks 2005-06-12 15:33:45 UTC FreeBSD src repository Modified files: sys/dev/gem if_gem.c Log: Stop the interface before detaching and freeing it, rather than after. Reported by: marius Revision Changes Path 1.29 +1 -1 src/sys/dev/gem/if_gem.c From owner-cvs-src@FreeBSD.ORG Sun Jun 12 15:58:15 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D2616A41C; Sun, 12 Jun 2005 15:58:15 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889F843D1D; Sun, 12 Jun 2005 15:58:15 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from tomcat.kitchenlab.org (tomcat.kitchenlab.org [64.142.31.107]) by a.mail.sonic.net (8.13.3/8.13.3) with ESMTP id j5CFwFr6016321 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 12 Jun 2005 08:58:15 -0700 Received: from tomcat.kitchenlab.org (localhost.kitchenlab.org [127.0.0.1]) by tomcat.kitchenlab.org (8.13.3/8.13.1) with ESMTP id j5CFwEVq065794; Sun, 12 Jun 2005 08:58:14 -0700 (PDT) (envelope-from bmah@freebsd.org) Received: (from bmah@localhost) by tomcat.kitchenlab.org (8.13.3/8.13.1/Submit) id j5CFwE7l065793; Sun, 12 Jun 2005 08:58:14 -0700 (PDT) (envelope-from bmah@freebsd.org) X-Authentication-Warning: tomcat.kitchenlab.org: bmah set sender to bmah@freebsd.org using -f From: "Bruce A. Mah" To: "Simon L. Nielsen" In-Reply-To: <20050612121219.GM821@zaphod.nitro.dk> References: <200506111727.j5BHRE8S000759@repoman.freebsd.org> <20050612101544.GJ821@zaphod.nitro.dk> <20050612.204114.95014473.hrs@allbsd.org> <20050612121219.GM821@zaphod.nitro.dk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-AF+YNr/4JXuZrOp2xPnj" Date: Sun, 12 Jun 2005 08:58:14 -0700 Message-Id: <1118591894.49696.12.camel@tomcat.kitchenlab.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Cc: cvs-src@freebsd.org, Hiroki Sato , src-committers@freebsd.org, cvs-all@freebsd.org, bmah@freebsd.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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: Sun, 12 Jun 2005 15:58:16 -0000 --=-AF+YNr/4JXuZrOp2xPnj Content-Type: text/plain Content-Transfer-Encoding: quoted-printable If memory serves me right, Simon L. Nielsen wrote: > On 2005.06.12 20:41:14 +0900, Hiroki Sato wrote: > > "Simon L. Nielsen" wrote > > in <20050612101544.GJ821@zaphod.nitro.dk>: > >=20 > > si> On 2005.06.11 17:27:14 +0000, Hiroki Sato wrote: > > si> > hrs 2005-06-11 17:27:14 UTC > > si> >=20 > > si> > FreeBSD src repository > > si> >=20 > > si> > Modified files: > > si> > release/doc/en_US.ISO8859-1/relnotes/common new.sgml=20 > > si> > Log: > > si> > Document SA-05:10, SA-05:11, and SA-05:12. > > si>=20 > > si> So how about the errata documents - should we just change it to the > > si> brief format we discussed? > >=20 > > I tried to make a patch based on Bruce's idea (attached). > > Simple cut-n-paste from SAs is enough to update this. > > How about this? >=20 > Looks good! It might be needed to tweak some table settings to get > the print output to not go out over the right margin, but I doubt the > print versions are used much, so I don't see that as a big problem. +1 on the change for reasons we discussed earlier, but the PDF output is *ugly*. Not only is there the right margin problem (which I think can be fixed by adding colspec elements with colwidth attributes inside the tgroup for the table), this seems incompatible with the "footnotes at the bottom of the page" setting I like to use for printed documents. I'm currently in the middle of rebuilding a server at home...I'll see what I can do in a few days if nobody has fixed this up by then. I don't know how much the print versions get used across the FreeBSD community, but *I* use them. :-) Thanks! Bruce. --=-AF+YNr/4JXuZrOp2xPnj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCrFuW2MoxcVugUsMRAlfsAJ4jux/TfQB7tw/gQ9fHL/P8I7jLcgCgl+EH G5dzxIGyhEvqQXpOeAg4Y1I= =bSTr -----END PGP SIGNATURE----- --=-AF+YNr/4JXuZrOp2xPnj-- From owner-cvs-src@FreeBSD.ORG Sun Jun 12 16:19:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A70816A41C; Sun, 12 Jun 2005 16:19:01 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA33743D1D; Sun, 12 Jun 2005 16:19:00 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p19186-adsau12honb8-acca.tokyo.ocn.ne.jp [221.113.175.186]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.1) with ESMTP id j5CGIvoC024378; Mon, 13 Jun 2005 01:18:58 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.1/8.13.1) with ESMTP id j5CGIdT8087505; Mon, 13 Jun 2005 01:18:40 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 13 Jun 2005 01:18:27 +0900 (JST) Message-Id: <20050613.011827.26323798.hrs@allbsd.org> To: bmah@FreeBSD.org From: Hiroki Sato In-Reply-To: <1118591894.49696.12.camel@tomcat.kitchenlab.org> References: <20050612.204114.95014473.hrs@allbsd.org> <20050612121219.GM821@zaphod.nitro.dk> <1118591894.49696.12.camel@tomcat.kitchenlab.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Jun_13_01_18_27_2005_039)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/929/Sun Jun 12 21:11:33 2005 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, simon@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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: Sun, 12 Jun 2005 16:19:01 -0000 ----Security_Multipart(Mon_Jun_13_01_18_27_2005_039)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Bruce A. Mah" wrote in <1118591894.49696.12.camel@tomcat.kitchenlab.org>: bm> +1 on the change for reasons we discussed earlier, but the PDF output is bm> *ugly*. bm> bm> Not only is there the right margin problem (which I think can be fixed bm> by adding colspec elements with colwidth attributes inside the tgroup bm> for the table), this seems incompatible with the "footnotes at the bm> bottom of the page" setting I like to use for printed documents. I'm bm> currently in the middle of rebuilding a server at home...I'll see what I bm> can do in a few days if nobody has fixed this up by then. Thanks. I will also think about what kind of fix is better for the printed version... -- | Hiroki SATO ----Security_Multipart(Mon_Jun_13_01_18_27_2005_039)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCrGBTTyzT2CeTzy0RAg9FAJ9RZeKDjKOvoGzs4luZov7DLxK6xgCdFz2r eQ6i9+pDP9UDx8ghzYs8+f8= =9w0m -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Jun_13_01_18_27_2005_039)---- From owner-cvs-src@FreeBSD.ORG Sun Jun 12 16:21:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 861DE16A41C; Sun, 12 Jun 2005 16:21:44 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5052443D1F; Sun, 12 Jun 2005 16:21:44 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CGLil9089794; Sun, 12 Jun 2005 16:21:44 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CGLi8c089793; Sun, 12 Jun 2005 16:21:44 GMT (envelope-from brooks) Message-Id: <200506121621.j5CGLi8c089793@repoman.freebsd.org> From: Brooks Davis Date: Sun, 12 Jun 2005 16:21: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/sys/dev/snc if_snc_pccard.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: Sun, 12 Jun 2005 16:21:44 -0000 brooks 2005-06-12 16:21:44 UTC FreeBSD src repository Modified files: sys/dev/snc if_snc_pccard.c Log: Build on pc98. Revision Changes Path 1.8 +1 -1 src/sys/dev/snc/if_snc_pccard.c From owner-cvs-src@FreeBSD.ORG Sun Jun 12 16:27:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB5D116A41C; Sun, 12 Jun 2005 16:27:10 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 725C743D1F; Sun, 12 Jun 2005 16:27:10 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CGRAFg090004; Sun, 12 Jun 2005 16:27:10 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CGRAMe090003; Sun, 12 Jun 2005 16:27:10 GMT (envelope-from mlaier) Message-Id: <200506121627.j5CGRAMe090003@repoman.freebsd.org> From: Max Laier Date: Sun, 12 Jun 2005 16:27: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/sys/netinet ip_fw2.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: Sun, 12 Jun 2005 16:27:10 -0000 mlaier 2005-06-12 16:27:10 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: When doing matching based on dst_ip/src_ip make sure we are really looking on an IPv4 packet as these variables are uninitialized if not. This used to allow arbitrary IPv6 packets depending on the value in the uninitialized variables. Some opcodes (most noteably O_REJECT) do not support IPv6 at all right now. Reviewed by: brooks, glebius Security: IPFW might pass IPv6 packets depending on stack contents. Approved by: re (blanket) Revision Changes Path 1.102 +13 -10 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Sun Jun 12 16:39:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71DB116A420; Sun, 12 Jun 2005 16:39:17 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CDF043E25; Sun, 12 Jun 2005 16:34:57 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CGYvqe090315; Sun, 12 Jun 2005 16:34:57 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CGYvKJ090314; Sun, 12 Jun 2005 16:34:57 GMT (envelope-from simon) Message-Id: <200506121634.j5CGYvKJ090314@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 12 Jun 2005 16:34:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/share/man/man9 Makefile 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: Sun, 12 Jun 2005 16:39:17 -0000 simon 2005-06-12 16:34:57 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) share/man/man9 Makefile Log: Partial MFC of 1.212: - Add missing manual page links for sysctl_add_oid(9). The rman(9) parts of 1.212 are not MFC'ed since 4.X does not have rman(9). PR: docs/60088 Submitted by: le Revision Changes Path 1.60.2.28 +2 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jun 12 16:53:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B644C16A41C; Sun, 12 Jun 2005 16:53:11 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEFB343E96; Sun, 12 Jun 2005 16:46:20 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CGkKUD090785; Sun, 12 Jun 2005 16:46:20 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CGkKri090784; Sun, 12 Jun 2005 16:46:20 GMT (envelope-from mlaier) Message-Id: <200506121646.j5CGkKri090784@repoman.freebsd.org> From: Max Laier Date: Sun, 12 Jun 2005 16:46:20 +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/contrib/pf/net if_pfsync.c pf_ioctl.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: Sun, 12 Jun 2005 16:53:16 -0000 mlaier 2005-06-12 16:46:20 UTC FreeBSD src repository Modified files: sys/contrib/pf/net if_pfsync.c pf_ioctl.c Log: Mark pf callouts as NET_MPSAFE. Requested by: yongari (serveral times) Approved by: re (blanket) MFC after: 1 week Revision Changes Path 1.18 +4 -9 src/sys/contrib/pf/net/if_pfsync.c 1.20 +1 -6 src/sys/contrib/pf/net/pf_ioctl.c From owner-cvs-src@FreeBSD.ORG Sun Jun 12 19:03:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEFE416A41C; Sun, 12 Jun 2005 19:03:02 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D8D943D49; Sun, 12 Jun 2005 19:03:02 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CJ32d1003362; Sun, 12 Jun 2005 19:03:02 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CJ32Mh003361; Sun, 12 Jun 2005 19:03:02 GMT (envelope-from marcel) Message-Id: <200506121903.j5CJ32Mh003361@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 12 Jun 2005 19:03: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/sys/ia64/include smp.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: Sun, 12 Jun 2005 19:03:02 -0000 marcel 2005-06-12 19:03:01 UTC FreeBSD src repository Modified files: sys/ia64/include smp.h Log: Define IPI_PREEMPT. Update a nearby comment while I'm here. Revision Changes Path 1.9 +3 -2 src/sys/ia64/include/smp.h From owner-cvs-src@FreeBSD.ORG Sun Jun 12 20:22:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BE9116A41C; Sun, 12 Jun 2005 20:22:03 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CC443D1F; Sun, 12 Jun 2005 20:22:02 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j5CKLhu5027642; Sun, 12 Jun 2005 16:21:43 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j5CKLhWD027641; Sun, 12 Jun 2005 16:21:43 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Sun, 12 Jun 2005 16:21:43 -0400 From: David Schultz To: Doug Rabson Message-ID: <20050612202143.GA27595@VARK.MIT.EDU> Mail-Followup-To: Doug Rabson , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200505310943.j4V9h4mA017236@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505310943.j4V9h4mA017236@repoman.freebsd.org> Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/gdb/arch/i386 config.h src/gnu/usr.bin/gdb/libgdb fbsd-threads.c src/include proc_service.h src/lib/libthread_db libc_r_db.c libpthread_db.c libpthread_db.h libthr_db.c thread_db.c thread_db.h thread_db_int.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: Sun, 12 Jun 2005 20:22:03 -0000 On Tue, May 31, 2005, Doug Rabson wrote: > dfr 2005-05-31 09:43:04 UTC > > FreeBSD src repository > > Modified files: > gnu/usr.bin/gdb/arch/i386 config.h > gnu/usr.bin/gdb/libgdb fbsd-threads.c > include proc_service.h > lib/libthread_db libc_r_db.c libpthread_db.c > libpthread_db.h libthr_db.c thread_db.c > thread_db.h thread_db_int.h > lib/libthread_db/arch/i386 libpthread_md.c > sys/conf files.i386 > sys/i386/include ptrace.h reg.h > Added files: > sys/i386/i386 ptrace_machdep.c > Log: > Add support for XMM registers in GDB for x86 processors that support > SSE (or its successors). Awesome, thanks! This has been annoying me for a while. From owner-cvs-src@FreeBSD.ORG Sun Jun 12 21:57:48 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0FF216A41C; Sun, 12 Jun 2005 21:57:48 +0000 (GMT) (envelope-from tilman@arved.at) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id D91AB43D53; Sun, 12 Jun 2005 21:57:47 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1]) by 21322530218.direct.eti.at (8.13.1/8.13.1) with ESMTP id j5CLvkif019556; Sun, 12 Jun 2005 23:57:46 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.3/8.13.1/Submit) id j5CLvk0Z019555; Sun, 12 Jun 2005 23:57:46 +0200 (CEST) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Sun, 12 Jun 2005 23:57:46 +0200 From: Tilman Linneweh To: Marius Strobl Message-ID: <20050612215746.GA19541@arved.at> References: <200506102133.j5ALXEUr002749@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506102133.j5ALXEUr002749@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/sys/dev/sound/pcm channel.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: Sun, 12 Jun 2005 21:57:48 -0000 * Marius Strobl [Fri, 10 Jun 2005 at 23:33 GMT]: > marius 2005-06-10 21:33:14 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pcm channel.c > Log: > Wrap the calls to the ISA DMA specific sndbuf_dma*() functions of > sys/dev/sound/isa/sndbuf_dma.c (compilation depending on device isa) > in #ifdef DEV_ISA so sound(4) can be compiled without isa(4). Thanks!! From owner-cvs-src@FreeBSD.ORG Sun Jun 12 22:32:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F68A16A41C; Sun, 12 Jun 2005 22:32:29 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC8943D4C; Sun, 12 Jun 2005 22:32:29 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CMWT69020094; Sun, 12 Jun 2005 22:32:29 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CMWTIb020093; Sun, 12 Jun 2005 22:32:29 GMT (envelope-from jeff) Message-Id: <200506122232.j5CMWTIb020093@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 12 Jun 2005 22:32:29 +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_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: Sun, 12 Jun 2005 22:32:29 -0000 jeff 2005-06-12 22:32:29 UTC FreeBSD src repository Modified files: sys/kern subr_disk.c Log: - Dramatically simplify bioqdisksort(). We no longer do ordered bios so most of the code to deal with them has been dead for sometime. Simplify the code by doing an insert sort hinted by the current head position. Met with apathy by: arch@ Revision Changes Path 1.84 +40 -85 src/sys/kern/subr_disk.c From owner-cvs-src@FreeBSD.ORG Sun Jun 12 22:33:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8580A16A41C; Sun, 12 Jun 2005 22:33:06 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5315A43D1D; Sun, 12 Jun 2005 22:33:06 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5CMX6QA020137; Sun, 12 Jun 2005 22:33:06 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5CMX60W020136; Sun, 12 Jun 2005 22:33:06 GMT (envelope-from jeff) Message-Id: <200506122233.j5CMX60W020136@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 12 Jun 2005 22:33: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/sys/sys bio.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: Sun, 12 Jun 2005 22:33:06 -0000 jeff 2005-06-12 22:33:06 UTC FreeBSD src repository Modified files: sys/sys bio.h Log: - switch_point is now unused. This doesn't break module binary compatability since the structure is shrinking, not growing. Revision Changes Path 1.144 +0 -1 src/sys/sys/bio.h From owner-cvs-src@FreeBSD.ORG Sun Jun 12 22:46:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A181216A41C; Sun, 12 Jun 2005 22:46:40 +0000 (GMT) (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 401FC43D1D; Sun, 12 Jun 2005 22:46:37 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j5CMpbsx099326; Sun, 12 Jun 2005 16:51:37 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42ACBADB.70109@samsco.org> Date: Sun, 12 Jun 2005 16:44:43 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Roberson References: <200506122232.j5CMWTIb020093@repoman.freebsd.org> In-Reply-To: <200506122232.j5CMWTIb020093@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_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: Sun, 12 Jun 2005 22:46:40 -0000 Jeff Roberson wrote: > jeff 2005-06-12 22:32:29 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_disk.c > Log: > - Dramatically simplify bioqdisksort(). We no longer do ordered bios so > most of the code to deal with them has been dead for sometime. Simplify > the code by doing an insert sort hinted by the current head position. > > Met with apathy by: arch@ > > Revision Changes Path > 1.84 +40 -85 src/sys/kern/subr_disk.c Not exactly apathy, just lack of time ;-( I trust that this has been adequately tested on many different workloads? Also, how exactly does this fall under your blanket approval to fix VFS? Scott From owner-cvs-src@FreeBSD.ORG Mon Jun 13 00:01:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E9216A41C; Mon, 13 Jun 2005 00:01:18 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B4A43D1D; Mon, 13 Jun 2005 00:01:17 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.3/8.13.3) with ESMTP id j5D01HKT015400; Sun, 12 Jun 2005 17:01:17 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <200506122233.j5CMX60W020136@repoman.freebsd.org> References: <200506122233.j5CMX60W020136@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Sun, 12 Jun 2005 17:01:14 -0700 To: Jeff Roberson X-Mailer: Apple Mail (2.622) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bio.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: Mon, 13 Jun 2005 00:01:18 -0000 On Jun 12, 2005, at 3:33 PM, Jeff Roberson wrote: > jeff 2005-06-12 22:33:06 UTC > > FreeBSD src repository > > Modified files: > sys/sys bio.h > Log: > - switch_point is now unused. This doesn't break module binary > compatability > since the structure is shrinking, not growing. Not true. An array of bio_queue_head will be broken by this change. Other breakages may be caused by having the field remain uninitialized or clobbered from the perspective of a module. Passing by value is also broken. If ABI breakage is a concern, this change better be reverted. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Mon Jun 13 00:16:26 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13E9B16A41C; Mon, 13 Jun 2005 00:16:26 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73E643D1D; Mon, 13 Jun 2005 00:16:25 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.4/8.13.4/NETPLEX) with ESMTP id j5D0GOgm008038; Sun, 12 Jun 2005 20:16:24 -0400 (EDT) Date: Sun, 12 Jun 2005 20:16:24 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Brian Fundakowski Feldman In-Reply-To: <20050612122516.GG66188@green.homeunix.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, Alfred Perlstein , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/nfsclient nfs_bio.c nfs_vfsops.c nfsargs.h nfsmount.h src/sys/sys buf.h bufobj.h src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 00:16:26 -0000 On Sun, 12 Jun 2005, Brian Fundakowski Feldman wrote: > On Sun, Jun 12, 2005 at 06:30:49AM -0400, Daniel Eischen wrote: > > I think I agree with Alfred. > > > > If select() returns ready, then you should be able to write > > some part of your buffer. Also, anyone using a file descriptor > > in non-blocking mode should expect short writes and loop until > > the entire buffer has been written. > > > > >From my understanding, disk I/O has always returned ready, then > > blocked in the kernel if necessary. I think that if we are going > > to start honoring non-blocking mode for disk I/O (or NFS, whatever), > > it should be done fully. That means you allow short writes when > > select() returns ready, and select() doesn't return ready if no > > data can be written. > > That's a good point. I wasn't more than vaguely aware of libc_r's > continued existance and usage of such things. Fixing select(3) to > match up would be easiest, right? Short writes are definitely not > allowed for a non-socket, though. Forgive my ignorance, but why are short writes for non-sockets not allowed? If you are using non-blocking IO, shouldn't you allow for this to happen? -- DE From owner-cvs-src@FreeBSD.ORG Mon Jun 13 00:28:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE7B616A41C; Mon, 13 Jun 2005 00:28:46 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7765A43D1F; Mon, 13 Jun 2005 00:28:46 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id j5D0Sjk9054126; Sun, 12 Jun 2005 20:28:45 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.12.10/8.12.10/Submit) with ESMTP id j5D0Sjtb054123; Sun, 12 Jun 2005 20:28:45 -0400 (EDT) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sun, 12 Jun 2005 20:28:44 -0400 (EDT) From: Jeff Roberson To: Marcel Moolenaar In-Reply-To: Message-ID: <20050612202712.U16943@mail.chesapeake.net> References: <200506122233.j5CMX60W020136@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bio.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: Mon, 13 Jun 2005 00:28:47 -0000 On Sun, 12 Jun 2005, Marcel Moolenaar wrote: > > On Jun 12, 2005, at 3:33 PM, Jeff Roberson wrote: > > > jeff 2005-06-12 22:33:06 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sys bio.h > > Log: > > - switch_point is now unused. This doesn't break module binary > > compatability > > since the structure is shrinking, not growing. > > Not true. An array of bio_queue_head will be broken by this change. > Other breakages may be caused by having the field remain uninitialized > or clobbered from the perspective of a module. Passing by value is > also broken. Good point, although I don't think anyone makes arrays of bioq heads or passes by value. Nor did anyone access switch_point directly. So I guess modules in tree should be ok, but other modules may be broken. It is -CURRENT though. I think breaking ABIs is a matter of course. > > If ABI breakage is a concern, this change better be reverted. > > -- > Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net > From owner-cvs-src@FreeBSD.ORG Mon Jun 13 00:29:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CE416A41C; Mon, 13 Jun 2005 00:29:48 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC9743D48; Mon, 13 Jun 2005 00:29:47 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id j5D0Tlk9054454; Sun, 12 Jun 2005 20:29:47 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.12.10/8.12.10/Submit) with ESMTP id j5D0Th1C054437; Sun, 12 Jun 2005 20:29:47 -0400 (EDT) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sun, 12 Jun 2005 20:29:43 -0400 (EDT) From: Jeff Roberson To: Scott Long In-Reply-To: <42ACBADB.70109@samsco.org> Message-ID: <20050612202915.C16943@mail.chesapeake.net> References: <200506122232.j5CMWTIb020093@repoman.freebsd.org> <42ACBADB.70109@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_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: Mon, 13 Jun 2005 00:29:48 -0000 On Sun, 12 Jun 2005, Scott Long wrote: > Jeff Roberson wrote: > > > jeff 2005-06-12 22:32:29 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_disk.c > > Log: > > - Dramatically simplify bioqdisksort(). We no longer do ordered bios so > > most of the code to deal with them has been dead for sometime. Simplify > > the code by doing an insert sort hinted by the current head position. > > > > Met with apathy by: arch@ > > > > Revision Changes Path > > 1.84 +40 -85 src/sys/kern/subr_disk.c > > Not exactly apathy, just lack of time ;-( I trust that this has been > adequately tested on many different workloads? Also, how exactly does > this fall under your blanket approval to fix VFS? I was not aware of any current code freeze. Is there one? > > Scott > From owner-cvs-src@FreeBSD.ORG Mon Jun 13 00:31:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C8616A41C; Mon, 13 Jun 2005 00:31:26 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id C734F43D48; Mon, 13 Jun 2005 00:31:25 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id j5D0VOk9054801; Sun, 12 Jun 2005 20:31:24 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.12.10/8.12.10/Submit) with ESMTP id j5D0VOrE054796; Sun, 12 Jun 2005 20:31:24 -0400 (EDT) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sun, 12 Jun 2005 20:31:24 -0400 (EDT) From: Jeff Roberson To: Scott Long In-Reply-To: <20050612202915.C16943@mail.chesapeake.net> Message-ID: <20050612203027.B16943@mail.chesapeake.net> References: <200506122232.j5CMWTIb020093@repoman.freebsd.org> <42ACBADB.70109@samsco.org> <20050612202915.C16943@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_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: Mon, 13 Jun 2005 00:31:26 -0000 On Sun, 12 Jun 2005, Jeff Roberson wrote: > On Sun, 12 Jun 2005, Scott Long wrote: > > > Jeff Roberson wrote: > > > > > jeff 2005-06-12 22:32:29 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern subr_disk.c > > > Log: > > > - Dramatically simplify bioqdisksort(). We no longer do ordered bios so > > > most of the code to deal with them has been dead for sometime. Simplify > > > the code by doing an insert sort hinted by the current head position. > > > > > > Met with apathy by: arch@ > > > > > > Revision Changes Path > > > 1.84 +40 -85 src/sys/kern/subr_disk.c > > > > Not exactly apathy, just lack of time ;-( I trust that this has been > > adequately tested on many different workloads? Also, how exactly does > > this fall under your blanket approval to fix VFS? > > I was not aware of any current code freeze. Is there one? I see, sorry. I missed by 24hrs. I was waiting for feedback on arch, but I've been running with this patch for some time. Speaking of the freeze, I'd really like to get the interrupt thread perf fixes in before 6.0. I think it should be a priority to fix ithread performance. > > > > > Scott > > > From owner-cvs-src@FreeBSD.ORG Mon Jun 13 00:45:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76E3816A41C; Mon, 13 Jun 2005 00:45:06 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4452743D1D; Mon, 13 Jun 2005 00:45:06 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D0j6bf024782; Mon, 13 Jun 2005 00:45:06 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D0j6C3024781; Mon, 13 Jun 2005 00:45:06 GMT (envelope-from jeff) Message-Id: <200506130045.j5D0j6C3024781@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Jun 2005 00:45: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/kern vfs_bio.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: Mon, 13 Jun 2005 00:45:06 -0000 jeff 2005-06-13 00:45:05 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: - Split one KASSERT in bremfree() into two to aid in debugging. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.490 +3 -1 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 00:46:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95A6A16A41C; Mon, 13 Jun 2005 00:46:03 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60FEF43D55; Mon, 13 Jun 2005 00:46:03 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D0k3IZ024874; Mon, 13 Jun 2005 00:46:03 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D0k33x024873; Mon, 13 Jun 2005 00:46:03 GMT (envelope-from jeff) Message-Id: <200506130046.j5D0k33x024873@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Jun 2005 00:46:03 +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_cache.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: Mon, 13 Jun 2005 00:46:03 -0000 jeff 2005-06-13 00:46:03 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c Log: - Add KTR_VFS messages for various name cache related events. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.101 +9 -0 src/sys/kern/vfs_cache.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 00:46:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B82DE16A41C; Mon, 13 Jun 2005 00:46:37 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85A0F43D55; Mon, 13 Jun 2005 00:46:37 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D0kbPp024912; Mon, 13 Jun 2005 00:46:37 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D0kbGI024911; Mon, 13 Jun 2005 00:46:37 GMT (envelope-from jeff) Message-Id: <200506130046.j5D0kbGI024911@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Jun 2005 00:46: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/sys/kern vfs_subr.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: Mon, 13 Jun 2005 00:46:37 -0000 jeff 2005-06-13 00:46:37 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Add KTR_VFS events to vdestroy, vtruncbuf, vinvalbuf, vfreehead. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.629 +4 -0 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 00:47:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D12A16A41C; Mon, 13 Jun 2005 00:47:30 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09AE443D1F; Mon, 13 Jun 2005 00:47:30 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D0lTr4031924; Mon, 13 Jun 2005 00:47:29 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D0lTMF031923; Mon, 13 Jun 2005 00:47:29 GMT (envelope-from jeff) Message-Id: <200506130047.j5D0lTMF031923@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Jun 2005 00:47:29 +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: Mon, 13 Jun 2005 00:47:30 -0000 jeff 2005-06-13 00:47:29 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: - It has long been my suspicion that we don't actually need a loop in vn_lock(). Add an assert that will help me gain more confidence that this is correct. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.232 +2 -0 src/sys/kern/vfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 00:48:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E3916A41C; Mon, 13 Jun 2005 00:48:59 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA29C43D1F; Mon, 13 Jun 2005 00:48:58 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D0mw5J031975; Mon, 13 Jun 2005 00:48:58 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D0mw1t031974; Mon, 13 Jun 2005 00:48:58 GMT (envelope-from jeff) Message-Id: <200506130048.j5D0mw1t031974@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Jun 2005 00:48: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/sys buf.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: Mon, 13 Jun 2005 00:48:59 -0000 jeff 2005-06-13 00:48:58 UTC FreeBSD src repository Modified files: sys/sys buf.h Log: - We should never unlock a buf before we've cleared B_REMFREE. I believe this is happening at the moment and sometimes causing panics later on the package cluster when we bremfree() a buf whose delayed bremfree() did not previously happen. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.187 +2 -0 src/sys/sys/buf.h From owner-cvs-src@FreeBSD.ORG Mon Jun 13 03:03:16 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 007B616A420 for ; Mon, 13 Jun 2005 03:03:15 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4692843D48 for ; Mon, 13 Jun 2005 03:03:13 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so212008nzk for ; Sun, 12 Jun 2005 20:03:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f73PSkexj8a167Ys+odm54zVt9d4bRmT9RSbg2KIRUrsEngeMx+g1aCxpm3UrfU8YDa2g4IBXCm07sDLwOGohOXi0XAMl9J0MPWMLSWRuhGvrNm9Yfi41J2rpQEanOAbVei4wtqjjO33lRfL2ILu5TMICD0T/skQZ+9+dRA7+nU= Received: by 10.36.46.20 with SMTP id t20mr2341535nzt; Sun, 12 Jun 2005 20:03:13 -0700 (PDT) Received: by 10.36.88.8 with HTTP; Sun, 12 Jun 2005 20:03:13 -0700 (PDT) Message-ID: Date: Mon, 13 Jun 2005 11:03:13 +0800 From: Jiawei Ye To: Takanori Watanabe In-Reply-To: <200506101612.j5AGChE4066029@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200506101612.j5AGChE4066029@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_pci.c ichsmb_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jiawei Ye List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 03:03:16 -0000 On 6/11/05, Takanori Watanabe wrote: > takawata 2005-06-10 16:12:43 UTC I still can't get ichsmb to kldload and properly detect my SMBus hardware. When compiled in the kernel, everything is fine. root@chihiro:/home/leafy# kldstat Id Refs Address Size Name 1 34 0xc0400000 2b10e8 kernel 2 2 0xc06b2000 1aa48 miibus.ko 3 1 0xc06cd000 a9ec if_fxp.ko 4 1 0xc06d8000 5c88 snd_ich.ko 5 2 0xc06de000 1f768 sound.ko 6 3 0xc06fe000 20e84 usb.ko 7 1 0xc071f000 c1b8 random.ko 8 1 0xc072c000 942c cpufreq.ko 9 1 0xc0736000 1cb8 io.ko 10 1 0xc0738000 480c mem.ko 11 1 0xc073d000 14af4 firewire.ko 12 1 0xc0752000 abc4 fdc.ko 13 1 0xc075d000 70cc ppbus.ko 14 13 0xc0765000 3aa44 cam.ko 15 2 0xc07a0000 258c0 ahc.ko 16 1 0xc07c6000 9878 ahc_pci.ko 17 1 0xc07d0000 1c6bc atapci.ko 18 2 0xc07ed000 cd4c ata.ko 19 1 0xc07fa000 4818 sysvmsg.ko 20 1 0xc07ff000 6260 sysvsem.ko 21 1 0xc0806000 4a74 sysvshm.ko 22 16 0xc080b000 5d924 acpi.ko 23 1 0xc1e22000 5000 if_tun.ko 24 4 0xc1e3a000 b000 netgraph.ko 25 1 0xc1e45000 4000 ng_ether.ko 26 1 0xc1e49000 5000 ng_pppoe.ko 27 1 0xc1e4e000 4000 ng_socket.ko 28 1 0xc1e60000 5000 g_md.ko 29 1 0xc1eb4000 33000 pf.ko 30 1 0xc22e0000 3000 smb.ko 31 1 0xc22e3000 3000 smbus.ko root@chihiro:/home/leafy# pciconf -lv hostb0@pci0:0:0: class=3D0x060000 card=3D0x00000000 chip=3D0x2560808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82845G/GL/GV/GE/PE DRAM Controller / Host-Hub I/F Bridge' class =3D bridge subclass =3D HOST-PCI agp0@pci0:2:0: class=3D0x030000 card=3D0x25628086 chip=3D0x25628086 rev=3D= 0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82845G/GL/GV/GE/PE Integrated Graphics Device' class =3D display subclass =3D VGA uhci0@pci0:29:0: class=3D0x0c0300 card=3D0x24c08086 chip=3D0x24c2808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller = #1' class =3D serial bus subclass =3D USB uhci1@pci0:29:1: class=3D0x0c0300 card=3D0x24c08086 chip=3D0x24c4808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller = #2' class =3D serial bus subclass =3D USB uhci2@pci0:29:2: class=3D0x0c0300 card=3D0x24c08086 chip=3D0x24c7808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller = #3' class =3D serial bus subclass =3D USB ehci0@pci0:29:7: class=3D0x0c0320 card=3D0x24c08086 chip=3D0x24cd808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Control= ler' class =3D serial bus subclass =3D USB pcib1@pci0:30:0: class=3D0x060400 card=3D0x00000000 chip=3D0x244e808= 6 rev=3D0x81 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub Interface to PCI Bridge' class =3D bridge subclass =3D PCI-PCI isab0@pci0:31:0: class=3D0x060100 card=3D0x00000000 chip=3D0x24c0808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge' class =3D bridge subclass =3D PCI-ISA atapci0@pci0:31:1: class=3D0x01018a card=3D0x24c08086 chip=3D0x24cb808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller' class =3D mass storage subclass =3D ATA none0@pci0:31:3: class=3D0x0c0500 card=3D0x24c08086 chip=3D0x24c3808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller' class =3D serial bus subclass =3D SMBus pcm0@pci0:31:5: class=3D0x040100 card=3D0x58001462 chip=3D0x24c58086 rev=3D= 0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controll= er' class =3D multimedia subclass =3D audio fwohci0@pci3:1:0: class=3D0x0c0010 card=3D0x00000000 chip=3D0x8020104= c rev=3D0x00 hdr=3D0x00 vendor =3D 'Texas Instruments (TI)' device =3D 'TSB12LV26 OHCI-Lynx PCI IEEE 1394 Host Controller' class =3D serial bus subclass =3D FireWire ahc0@pci3:2:0: class=3D0x010000 card=3D0xa1009005 chip=3D0x00109005 rev=3D= 0x00 hdr=3D0x00 vendor =3D 'Adaptec Inc' device =3D 'AHA-2940U2W/U2B AHA-2950U2W Ultra2 SCSI Controller' class =3D mass storage subclass =3D SCSI fxp0@pci3:4:0: class=3D0x020000 card=3D0x00098086 chip=3D0x12298086 rev=3D= 0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter' class =3D network subclass =3D ethernet fxp1@pci3:8:0: class=3D0x020000 card=3D0x10398086 chip=3D0x103a8086 rev=3D= 0x81 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801DB/DBL (ICH4/ICH4-L) PRO/100 VE Network Connection' class =3D network subclass =3D ethernet --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-cvs-src@FreeBSD.ORG Mon Jun 13 04:45:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EFEE16A41C; Mon, 13 Jun 2005 04:45:59 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF4643D49; Mon, 13 Jun 2005 04:45:59 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D4jxsS040972; Mon, 13 Jun 2005 04:45:59 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D4jxWJ040971; Mon, 13 Jun 2005 04:45:59 GMT (envelope-from marcel) Message-Id: <200506130445.j5D4jxWJ040971@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 13 Jun 2005 04:45:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/conf files files.alpha files.amd64 files.i386 files.ia64 files.pc98 files.powerpc files.sparc64 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: Mon, 13 Jun 2005 04:45:59 -0000 marcel 2005-06-13 04:45:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/conf files files.alpha files.amd64 files.i386 files.ia64 files.pc98 files.powerpc files.sparc64 Log: MFC: Refactor the NETSMBCRYPTO option. Revision Changes Path 1.943.2.20 +2 -0 src/sys/conf/files 1.114.2.1 +3 -2 src/sys/conf/files.alpha 1.47.2.6 +0 -2 src/sys/conf/files.amd64 1.504.2.6 +0 -2 src/sys/conf/files.i386 1.72.2.1 +1 -0 src/sys/conf/files.ia64 1.305.2.2 +0 -2 src/sys/conf/files.pc98 1.41.2.1 +1 -0 src/sys/conf/files.powerpc 1.59.2.5 +3 -2 src/sys/conf/files.sparc64 From owner-cvs-src@FreeBSD.ORG Mon Jun 13 05:59:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA0F16A41C; Mon, 13 Jun 2005 05:59:59 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84CF643D1D; Mon, 13 Jun 2005 05:59:59 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D5xxco050689; Mon, 13 Jun 2005 05:59:59 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D5xxbJ050688; Mon, 13 Jun 2005 05:59:59 GMT (envelope-from jeff) Message-Id: <200506130559.j5D5xxbJ050688@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Jun 2005 05:59: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 vfs_cache.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: Mon, 13 Jun 2005 05:59:59 -0000 jeff 2005-06-13 05:59:59 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c Log: - Clear v_dd in cache_zap() instead of cache_purge() as cache_purge() may not be called in all cases where we free the cnp. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.102 +3 -13 src/sys/kern/vfs_cache.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 06:26:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F3D16A41C; Mon, 13 Jun 2005 06:26:55 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 990BE43D49; Mon, 13 Jun 2005 06:26:55 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D6QtfT051666; Mon, 13 Jun 2005 06:26:55 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D6QtvZ051665; Mon, 13 Jun 2005 06:26:55 GMT (envelope-from jeff) Message-Id: <200506130626.j5D6QtvZ051665@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Jun 2005 06:26:55 +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/sys vnode.h src/sys/kern vfs_subr.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: Mon, 13 Jun 2005 06:26:55 -0000 jeff 2005-06-13 06:26:55 UTC FreeBSD src repository Modified files: sys/sys vnode.h sys/kern vfs_subr.c Log: - Don't make vgonel() globally visible, we want to change its prototype anyway and it's not used outside of vfs_subr.c. - Change vgonel() to accept a parameter which determines whether or not we'll put the vnode on the free list when we're done. - Use the new vgonel() parameter rather than VI_DOOMED to signal our intentions in vtryrecycle(). - In vgonel() return if VI_DOOMED is already set, this vnode has already been reclaimed. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.630 +19 -36 src/sys/kern/vfs_subr.c 1.302 +0 -1 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Mon Jun 13 07:46:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213CB16A41C; Mon, 13 Jun 2005 07:46:01 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934DC43D1F; Mon, 13 Jun 2005 07:45:55 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring [10.0.0.2]) by itchy.rabson.org (8.13.3/8.12.11) with ESMTP id j5D7joro051862; Mon, 13 Jun 2005 08:45:50 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: David Schultz Date: Mon, 13 Jun 2005 08:45:48 +0100 User-Agent: KMail/1.8 References: <200505310943.j4V9h4mA017236@repoman.freebsd.org> <20050612202143.GA27595@VARK.MIT.EDU> In-Reply-To: <20050612202143.GA27595@VARK.MIT.EDU> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506130845.49233.dfr@nlsystems.com> X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on itchy.rabson.org X-Virus-Scanned: ClamAV 0.83/934/Sun Jun 12 23:44:50 2005 on itchy.rabson.org X-Virus-Status: Clean Cc: cvs-src@FreeBSD.ORG, Doug Rabson , src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/gdb/arch/i386 config.h src/gnu/usr.bin/gdb/libgdb fbsd-threads.c src/include proc_service.h src/lib/libthread_db libc_r_db.c libpthread_db.c libpthread_db.h libthr_db.c thread_db.c thread_db.h thread_db_int.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: Mon, 13 Jun 2005 07:46:01 -0000 On Sunday 12 June 2005 21:21, David Schultz wrote: > On Tue, May 31, 2005, Doug Rabson wrote: > > dfr 2005-05-31 09:43:04 UTC > > > > FreeBSD src repository > > > > Modified files: > > gnu/usr.bin/gdb/arch/i386 config.h > > gnu/usr.bin/gdb/libgdb fbsd-threads.c > > include proc_service.h > > lib/libthread_db libc_r_db.c libpthread_db.c > > libpthread_db.h libthr_db.c thread_db.c > > thread_db.h thread_db_int.h > > lib/libthread_db/arch/i386 libpthread_md.c > > sys/conf files.i386 > > sys/i386/include ptrace.h reg.h > > Added files: > > sys/i386/i386 ptrace_machdep.c > > Log: > > Add support for XMM registers in GDB for x86 processors that > > support SSE (or its successors). > > Awesome, thanks! This has been annoying me for a while. You're welcome! I'll be merging it all back to RELENG_5 in a few days. From owner-cvs-src@FreeBSD.ORG Mon Jun 13 07:55:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5668816A41C; Mon, 13 Jun 2005 07:55:18 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2202343D53; Mon, 13 Jun 2005 07:55:18 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D7tHh1054972; Mon, 13 Jun 2005 07:55:17 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D7tHhe054971; Mon, 13 Jun 2005 07:55:17 GMT (envelope-from brueffer) Message-Id: <200506130755.j5D7tHhe054971@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jun 2005 07:55: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/sbin/ifconfig ifconfig.8 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: Mon, 13 Jun 2005 07:55:18 -0000 brueffer 2005-06-13 07:55:16 UTC FreeBSD src repository (doc committer) Modified files: sbin/ifconfig ifconfig.8 Log: Hex strings are _pre_ceeded by 0x, not _pro_ceeded. PR: 82187 Submitted by: Anthony Rogers Approved by: re (blanket) MFC after: 3 days Revision Changes Path 1.92 +2 -2 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Jun 13 09:00:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4988816A41C; Mon, 13 Jun 2005 09:00:21 +0000 (GMT) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14AD243D49; Mon, 13 Jun 2005 09:00:21 +0000 (GMT) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D90Kcn064341; Mon, 13 Jun 2005 09:00:20 GMT (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D90JDx064340; Mon, 13 Jun 2005 09:00:19 GMT (envelope-from benno) Message-Id: <200506130900.j5D90JDx064340@repoman.freebsd.org> From: Benno Rice Date: Mon, 13 Jun 2005 09:00:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/usb ehci_pci.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: Mon, 13 Jun 2005 09:00:21 -0000 benno 2005-06-13 09:00:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ehci_pci.c Log: MFC: Identify the Intel ICH4 EHCI controller. Revision Changes Path 1.14.2.2 +5 -0 src/sys/dev/usb/ehci_pci.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 11:09:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5360716A41C; Mon, 13 Jun 2005 11:09:40 +0000 (GMT) (envelope-from joshua@shallow.net) Received: from gold.shallow.net (gold.shallow.net [203.28.8.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB9C043D4C; Mon, 13 Jun 2005 11:09:39 +0000 (GMT) (envelope-from joshua@shallow.net) Received: by gold.shallow.net (Postfix, from userid 1001) id 59098114F4; Mon, 13 Jun 2005 21:09:37 +1000 (EST) Date: Mon, 13 Jun 2005 21:09:37 +1000 From: Joshua Goodall To: Ollivier Robert Message-ID: <20050613110937.GA29004@roughtrade.net> References: <200407201544.i6KFiWWr001296@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <200407201544.i6KFiWWr001296@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/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... 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: Mon, 13 Jun 2005 11:09:40 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Bit tardy, but ... On Tue, Jul 20, 2004 at 03:44:32PM +0000, Ollivier Robert wrote: > roberto 2004-07-20 15:44:32 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/ntp Makefile config.h > usr.sbin/ntp/doc Makefile > usr.sbin/ntp/libntp Makefile > usr.sbin/ntp/ntpd Makefile > usr.sbin/ntp/ntpdate Makefile > usr.sbin/ntp/ntpdc Makefile > usr.sbin/ntp/ntpq Makefile > usr.sbin/ntp/ntptrace Makefile nitpick: ntptrace should be #!/usr/bin/perl not #!/usr/local/bin/perl or not be a perl script at all! Like the alternative attached. (NB doesn't do reverse lookups unless someone commits bin/79903) thanks Joshua --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=ntptrace #!/bin/sh # usage: ntptrace [-n] [-t timeout] [server] NTPQ=/usr/bin/ntpq GETENT=/usr/sbin/getent BC=/usr/bin/bc TR=/usr/bin/tr dodns=yes timeout=2 lookup() { if [ -z "$dodns" -o ! -x $GETENT ]; then echo $1 return 0 fi $GETENT hosts "$1" | { read addr name aliases if [ ! -z "$name" ]; then echo $name else echo $1 fi } } while getopts "vdnr:t:" option do case $option in n) dodns= ;; t) timeout="${OPTARG}" ;; r|d|v) # ignored, allowed for compatibility ;; *) echo "usage: `basename $0` [-n] [-t timeout] [server]" exit 2 ;; esac done >&2 shift $((OPTIND - 1)) server=${1:-localhost} timeout=$((timeout * 1000)) while true; do stratum=255 qry=`$NTPQ -n -c "timeout ${timeout}" -c rv "${server}" | $TR , '\n'` for i in $qry; do case "$i" in stratum=*) stratum=`echo $i | cut -d= -f2` ;; peer=*) peer=`echo $i | cut -d= -f2` ;; offset=*|phase=*) offset=`echo $i | cut -d= -f2` ;; rootdelay=*) rootdelay=`echo $i | cut -d= -f2` ;; refid=*) refid=`echo $i | cut -d= -f2` ;; *) ;; esac done [ "$stratum" = "255" ] && exit offset=`echo "$offset" / 1000 | $BC -l` rootdelay=`echo "$rootdelay" / 1000 | $BC -l` printf "%s: stratum %d, offset %f, root distance %f" \ "`lookup $server`" "${stratum}" "${offset}" "${rootdelay}" [ "$stratum" = "1" ] && printf ", refid '%s'" "${refid}" echo "" [ "$stratum" = "0" -o "$stratum" = "1" -o "$stratum" = "16" ] && exit case "$refid" in 127.127.*) exit ;; *) ;; esac next="" qry=`$NTPQ -n -c "timeout ${timeout}" -c "pstat ${peer}" "${server}" | $TR , '\n'` for i in $qry; do case "$i" in srcadr=*) next=`echo $i | cut -d= -f2` ;; *) ;; esac done [ -z "$next" ] && exit server=$next done --wRRV7LY7NUeQGEoC-- From owner-cvs-src@FreeBSD.ORG Mon Jun 13 12:19:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B64C16A41C; Mon, 13 Jun 2005 12:19:32 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0755443D49; Mon, 13 Jun 2005 12:19:32 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DCJVZT072979; Mon, 13 Jun 2005 12:19:31 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DCJVsX072978; Mon, 13 Jun 2005 12:19:31 GMT (envelope-from maxim) Message-Id: <200506131219.j5DCJVsX072978@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 13 Jun 2005 12:19:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/libexec/tftpd tftpd.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: Mon, 13 Jun 2005 12:19:32 -0000 maxim 2005-06-13 12:19:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) libexec/tftpd tftpd.c Log: MFC rev. 1.37: missed colon in getopt(3) argument makes tftpd(8) crash. Revision Changes Path 1.34.2.2 +1 -1 src/libexec/tftpd/tftpd.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 12:27:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7130016A41C; Mon, 13 Jun 2005 12:27:07 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A51B43D49; Mon, 13 Jun 2005 12:27:07 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DCR7Hw073281; Mon, 13 Jun 2005 12:27:07 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DCR7U3073280; Mon, 13 Jun 2005 12:27:07 GMT (envelope-from maxim) Message-Id: <200506131227.j5DCR7U3073280@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 13 Jun 2005 12:27:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/login login.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: Mon, 13 Jun 2005 12:27:07 -0000 maxim 2005-06-13 12:27:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/login login.c Log: MFC rev. 1.99: teach login(1) to respect "hushlogin" and "nocheckmail" attributes defined in user's $HOME/.login_conf. Revision Changes Path 1.98.2.1 +7 -2 src/usr.bin/login/login.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 13:43:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2A2F16A41C; Mon, 13 Jun 2005 13:43:59 +0000 (GMT) (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 6071543D48; Mon, 13 Jun 2005 13:43:59 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j5DDmn3F004487; Mon, 13 Jun 2005 07:48:49 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42AD8D29.7030502@samsco.org> Date: Mon, 13 Jun 2005 07:42:01 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Roberson References: <200506122232.j5CMWTIb020093@repoman.freebsd.org> <42ACBADB.70109@samsco.org> <20050612202915.C16943@mail.chesapeake.net> In-Reply-To: <20050612202915.C16943@mail.chesapeake.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_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: Mon, 13 Jun 2005 13:43:59 -0000 Jeff Roberson wrote: > On Sun, 12 Jun 2005, Scott Long wrote: > > >>Jeff Roberson wrote: >> >> >>>jeff 2005-06-12 22:32:29 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/kern subr_disk.c >>> Log: >>> - Dramatically simplify bioqdisksort(). We no longer do ordered bios so >>> most of the code to deal with them has been dead for sometime. Simplify >>> the code by doing an insert sort hinted by the current head position. >>> >>> Met with apathy by: arch@ >>> >>> Revision Changes Path >>> 1.84 +40 -85 src/sys/kern/subr_disk.c >> >>Not exactly apathy, just lack of time ;-( I trust that this has been >>adequately tested on many different workloads? Also, how exactly does >>this fall under your blanket approval to fix VFS? > > > I was not aware of any current code freeze. Is there one? > I'm sorry Jeff, but this is unacceptable. I've sent out many emails over the past week talking about Code Freeze. If you're going to commit to our tree, reading developers@ is the minimum that you must do. Scott From owner-cvs-src@FreeBSD.ORG Mon Jun 13 14:42:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD6D16A41C; Mon, 13 Jun 2005 14:42:46 +0000 (GMT) (envelope-from roberto@keltia.freenix.fr) Received: from tara.freenix.org (keltia.freenix.org [82.224.56.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8663A43D1D; Mon, 13 Jun 2005 14:42:46 +0000 (GMT) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id 818602E37; Mon, 13 Jun 2005 16:42:44 +0200 (CEST) Date: Mon, 13 Jun 2005 16:42:44 +0200 From: Ollivier Robert To: Joshua Goodall Message-ID: <20050613144244.GA45110@tara.freenix.org> Mail-Followup-To: Joshua Goodall , src-committers@FreeBSD.org, cvs-src@FreeBSD.org References: <200407201544.i6KFiWWr001296@repoman.freebsd.org> <20050613110937.GA29004@roughtrade.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050613110937.GA29004@roughtrade.net> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... 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: Mon, 13 Jun 2005 14:42:47 -0000 According to Joshua Goodall: > nitpick: > ntptrace should be #!/usr/bin/perl not #!/usr/local/bin/perl Not at all, Perl has been removed years ago from 5.x and 6.x so the only one that is acceptable is from ports which is by default in /usr/local/bin/perl. > or not be a perl script at all! Like the alternative attached. > > (NB doesn't do reverse lookups unless someone commits bin/79903) I'll have a look but did you send it to the ntp team for possible replacement of ntpdate ? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005 From owner-cvs-src@FreeBSD.ORG Mon Jun 13 15:50:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 533CF16A41C; Mon, 13 Jun 2005 15:50:00 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18C9243D1F; Mon, 13 Jun 2005 15:50:00 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DFnxOs089485; Mon, 13 Jun 2005 15:49:59 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DFnxo4089484; Mon, 13 Jun 2005 15:49:59 GMT (envelope-from brueffer) Message-Id: <200506131549.j5DFnxo4089484@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jun 2005 15:49: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/sbin/ifconfig ifconfig.8 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: Mon, 13 Jun 2005 15:50:00 -0000 brueffer 2005-06-13 15:49:59 UTC FreeBSD src repository (doc committer) Modified files: sbin/ifconfig ifconfig.8 Log: It's spelled 'preceded' of course. Submitted by: David Adam Pointy hat to: brueffer Revision Changes Path 1.93 +2 -2 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Jun 13 15:55:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857F816A420; Mon, 13 Jun 2005 15:55:51 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBD743D1D; Mon, 13 Jun 2005 15:55:50 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0II100BOD5L1NS@ms-dienst.rz.rwth-aachen.de>; Mon, 13 Jun 2005 17:55:50 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by circe (MailMonitor for SMTP v1.2.2 ) ; Mon, 13 Jun 2005 17:55:20 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j5DFtJhp008687; Mon, 13 Jun 2005 17:55:19 +0200 (MEST) Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id B98F428439; Mon, 13 Jun 2005 17:55:19 +0200 (CEST) Date: Mon, 13 Jun 2005 17:55:19 +0200 From: Christian Brueffer In-reply-to: <200506131549.j5DFnxo4089484@repoman.freebsd.org> To: src-committers@FreeBSD.org Message-id: <20050613155519.GC1390@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=9Ek0hoCL9XbhcSqy; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.6i X-Operating-System: FreeBSD 5.4-STABLE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200506131549.j5DFnxo4089484@repoman.freebsd.org> Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 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: Mon, 13 Jun 2005 15:55:51 -0000 --9Ek0hoCL9XbhcSqy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 13, 2005 at 03:49:59PM +0000, Christian Brueffer wrote: > brueffer 2005-06-13 15:49:59 UTC >=20 > FreeBSD src repository (doc committer) >=20 > Modified files: > sbin/ifconfig ifconfig.8=20 > Log: > It's spelled 'preceded' of course. > =20 > Submitted by: David Adam > Pointy hat to: brueffer > =20 > Revision Changes Path > 1.93 +2 -2 src/sbin/ifconfig/ifconfig.8 > _______________________________________________ Approved by: re (blanket) - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --9Ek0hoCL9XbhcSqy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFCraxnbHYXjKDtmC0RAnaQAJ9n25OQX+TyRpp9cd2CPGNpi/fU6gCfc+9h z36wujLIpq/hdErt7zgLS4I= =P+aG -----END PGP SIGNATURE----- --9Ek0hoCL9XbhcSqy-- From owner-cvs-src@FreeBSD.ORG Mon Jun 13 16:08:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 954BE16A41C; Mon, 13 Jun 2005 16:08:37 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif3-6-1-cust116.cdif.cable.ntl.com [82.23.41.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3292C43D1F; Mon, 13 Jun 2005 16:08:36 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.51 (FreeBSD)) id 1DhrUJ-0001TM-Oq; Mon, 13 Jun 2005 17:08:35 +0100 Date: Mon, 13 Jun 2005 17:08:35 +0100 From: Ceri Davies To: Christian Brueffer Message-ID: <20050613160835.GL14221@submonkey.net> Mail-Followup-To: Ceri Davies , Christian Brueffer , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200506131549.j5DFnxo4089484@repoman.freebsd.org> <20050613155519.GC1390@unixpages.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PCQTdKZ3LJr0gNcz" Content-Disposition: inline In-Reply-To: <20050613155519.GC1390@unixpages.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 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: Mon, 13 Jun 2005 16:08:37 -0000 --PCQTdKZ3LJr0gNcz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 13, 2005 at 05:55:19PM +0200, Christian Brueffer wrote: > On Mon, Jun 13, 2005 at 03:49:59PM +0000, Christian Brueffer wrote: > > brueffer 2005-06-13 15:49:59 UTC > >=20 > > FreeBSD src repository (doc committer) > >=20 > > Modified files: > > sbin/ifconfig ifconfig.8=20 > > Log: > > It's spelled 'preceded' of course. > > =20 > > Submitted by: David Adam > > Pointy hat to: brueffer > > =20 > > Revision Changes Path > > 1.93 +2 -2 src/sbin/ifconfig/ifconfig.8 > > _______________________________________________ >=20 > Approved by: re (blanket) Are the approvers scripts broken? I didn't think it was supposed to be possible to commit to -HEAD without an "Approved by:" line at the moment. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --PCQTdKZ3LJr0gNcz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCra+DocfcwTS3JF8RAi/EAKC/xq8tXxF8wNtbLzG3mjVEqqWGZwCaA0JQ UqDiWS3Rtb3qlGsLQS0xkpk= =v5tv -----END PGP SIGNATURE----- --PCQTdKZ3LJr0gNcz-- From owner-cvs-src@FreeBSD.ORG Mon Jun 13 16:13:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E284316A41C; Mon, 13 Jun 2005 16:13:32 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B56543D4C; Mon, 13 Jun 2005 16:13:32 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0II100DNC6EI2Q@ms-dienst.rz.rwth-aachen.de>; Mon, 13 Jun 2005 18:13:31 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by circe (MailMonitor for SMTP v1.2.2 ) ; Mon, 13 Jun 2005 18:13:30 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j5DGDTLe011820; Mon, 13 Jun 2005 18:13:29 +0200 (MEST) Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 7EDF328439; Mon, 13 Jun 2005 18:13:29 +0200 (CEST) Date: Mon, 13 Jun 2005 18:13:29 +0200 From: Christian Brueffer In-reply-to: <20050613160835.GL14221@submonkey.net> To: Ceri Davies , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-id: <20050613161329.GD1390@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary="8nsIa27JVQLqB7/C"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.6i X-Operating-System: FreeBSD 5.4-STABLE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200506131549.j5DFnxo4089484@repoman.freebsd.org> <20050613155519.GC1390@unixpages.org> <20050613160835.GL14221@submonkey.net> Cc: Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 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: Mon, 13 Jun 2005 16:13:33 -0000 --8nsIa27JVQLqB7/C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 13, 2005 at 05:08:35PM +0100, Ceri Davies wrote: > On Mon, Jun 13, 2005 at 05:55:19PM +0200, Christian Brueffer wrote: > > On Mon, Jun 13, 2005 at 03:49:59PM +0000, Christian Brueffer wrote: > > > brueffer 2005-06-13 15:49:59 UTC > > >=20 > > > FreeBSD src repository (doc committer) > > >=20 > > > Modified files: > > > sbin/ifconfig ifconfig.8=20 > > > Log: > > > It's spelled 'preceded' of course. > > > =20 > > > Submitted by: David Adam > > > Pointy hat to: brueffer > > > =20 > > > Revision Changes Path > > > 1.93 +2 -2 src/sbin/ifconfig/ifconfig.8 > > > _______________________________________________ > >=20 > > Approved by: re (blanket) >=20 > Are the approvers scripts broken? I didn't think it was supposed to be > possible to commit to -HEAD without an "Approved by:" line at the > moment. >=20 I think CURRENT wasn't added to the script (yet). - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --8nsIa27JVQLqB7/C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFCrbCpbHYXjKDtmC0RAmw+AKCNbeGGPHTU9PS7yTEGG/nH/uMdPQCfQeRi 9PzuSvZwtLwQt7SRbLUcqyk= =iyH1 -----END PGP SIGNATURE----- --8nsIa27JVQLqB7/C-- From owner-cvs-src@FreeBSD.ORG Mon Jun 13 16:21:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7005916A41F; Mon, 13 Jun 2005 16:21:47 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif3-6-1-cust116.cdif.cable.ntl.com [82.23.41.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9AC043D55; Mon, 13 Jun 2005 16:21:46 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.51 (FreeBSD)) id 1Dhrh3-0003Nb-Ga; Mon, 13 Jun 2005 17:21:45 +0100 Date: Mon, 13 Jun 2005 17:21:45 +0100 From: Ceri Davies To: Christian Brueffer Message-ID: <20050613162145.GM14221@submonkey.net> Mail-Followup-To: Ceri Davies , Christian Brueffer , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200506131549.j5DFnxo4089484@repoman.freebsd.org> <20050613155519.GC1390@unixpages.org> <20050613160835.GL14221@submonkey.net> <20050613161329.GD1390@unixpages.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WwFqkdeqpy1VyBLu" Content-Disposition: inline In-Reply-To: <20050613161329.GD1390@unixpages.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 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: Mon, 13 Jun 2005 16:21:47 -0000 --WwFqkdeqpy1VyBLu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 13, 2005 at 06:13:29PM +0200, Christian Brueffer wrote: > On Mon, Jun 13, 2005 at 05:08:35PM +0100, Ceri Davies wrote: > > On Mon, Jun 13, 2005 at 05:55:19PM +0200, Christian Brueffer wrote: > > > On Mon, Jun 13, 2005 at 03:49:59PM +0000, Christian Brueffer wrote: > > > > brueffer 2005-06-13 15:49:59 UTC > > > >=20 > > > > FreeBSD src repository (doc committer) > > > >=20 > > > > Modified files: > > > > sbin/ifconfig ifconfig.8=20 > > > > Log: > > > > It's spelled 'preceded' of course. > > > > =20 > > > > Submitted by: David Adam > > > > Pointy hat to: brueffer > > > > =20 > > > > Revision Changes Path > > > > 1.93 +2 -2 src/sbin/ifconfig/ifconfig.8 > > > > _______________________________________________ > > >=20 > > > Approved by: re (blanket) > >=20 > > Are the approvers scripts broken? I didn't think it was supposed to be > > possible to commit to -HEAD without an "Approved by:" line at the > > moment. > >=20 >=20 > I think CURRENT wasn't added to the script (yet). That explains that then :) Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --WwFqkdeqpy1VyBLu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCrbKZocfcwTS3JF8RAr+NAKCJpH7S3SWnIR1YAmOfPhYrfhbTWgCfZm28 KZujD7Fm5amx70Ave3FPBDg= =euSA -----END PGP SIGNATURE----- --WwFqkdeqpy1VyBLu-- From owner-cvs-src@FreeBSD.ORG Mon Jun 13 16:43:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32B1E16A41C; Mon, 13 Jun 2005 16:43:16 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F27C043D58; Mon, 13 Jun 2005 16:43:15 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DGhFxk092285; Mon, 13 Jun 2005 16:43:15 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DGhFKK092284; Mon, 13 Jun 2005 16:43:15 GMT (envelope-from sam) Message-Id: <200506131643.j5DGhFKK092284@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Jun 2005 16:43:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: MALINEN Cc: Subject: cvs commit: src/contrib/wpa_supplicant - 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: Mon, 13 Jun 2005 16:43:16 -0000 sam 2005-06-13 16:43:15 UTC FreeBSD src repository src/contrib/wpa_supplicant - Imported sources Update of /home/ncvs/src/contrib/wpa_supplicant In directory repoman.freebsd.org:/tmp/cvs-serv92225 Log Message: stripped down import of wpa_supplicant v0.3.9 Approved by: re (dwhite) Status: Vendor Tag: MALINEN Release Tags: v0_3_9 U src/contrib/wpa_supplicant/ChangeLog U src/contrib/wpa_supplicant/Makefile U src/contrib/wpa_supplicant/README U src/contrib/wpa_supplicant/config.c U src/contrib/wpa_supplicant/config.h U src/contrib/wpa_supplicant/config_ssid.h U src/contrib/wpa_supplicant/crypto.c U src/contrib/wpa_supplicant/crypto.h U src/contrib/wpa_supplicant/ctrl_iface.c U src/contrib/wpa_supplicant/ctrl_iface.h U src/contrib/wpa_supplicant/defconfig U src/contrib/wpa_supplicant/defs.h U src/contrib/wpa_supplicant/developer.txt U src/contrib/wpa_supplicant/driver.h U src/contrib/wpa_supplicant/drivers.c U src/contrib/wpa_supplicant/eap.c U src/contrib/wpa_supplicant/eap.h U src/contrib/wpa_supplicant/eap_aka.c U src/contrib/wpa_supplicant/eap_defs.h U src/contrib/wpa_supplicant/eap_fast.c U src/contrib/wpa_supplicant/eap_gtc.c U src/contrib/wpa_supplicant/eap_i.h U src/contrib/wpa_supplicant/eap_leap.c U src/contrib/wpa_supplicant/eap_md5.c U src/contrib/wpa_supplicant/eap_mschapv2.c U src/contrib/wpa_supplicant/eap_otp.c U src/contrib/wpa_supplicant/eap_peap.c U src/contrib/wpa_supplicant/eap_psk.c U src/contrib/wpa_supplicant/eap_sim.c U src/contrib/wpa_supplicant/eap_sim_common.c U src/contrib/wpa_supplicant/eap_sim_common.h U src/contrib/wpa_supplicant/eap_testing.txt U src/contrib/wpa_supplicant/eap_tls.c U src/contrib/wpa_supplicant/eap_tls_common.c U src/contrib/wpa_supplicant/eap_tls_common.h U src/contrib/wpa_supplicant/eap_tlv.c U src/contrib/wpa_supplicant/eap_tlv.h U src/contrib/wpa_supplicant/eap_ttls.c U src/contrib/wpa_supplicant/eap_ttls.h U src/contrib/wpa_supplicant/eapol_sm.c U src/contrib/wpa_supplicant/eapol_sm.h U src/contrib/wpa_supplicant/eapol_test.c U src/contrib/wpa_supplicant/l2_packet.h U src/contrib/wpa_supplicant/ms_funcs.c U src/contrib/wpa_supplicant/ms_funcs.h U src/contrib/wpa_supplicant/openssl-tls-extensions.patch U src/contrib/wpa_supplicant/pcsc_funcs.c U src/contrib/wpa_supplicant/pcsc_funcs.h U src/contrib/wpa_supplicant/preauth_test.c U src/contrib/wpa_supplicant/radius_client.c U src/contrib/wpa_supplicant/radius_client.h U src/contrib/wpa_supplicant/tls.h U src/contrib/wpa_supplicant/tls_none.c U src/contrib/wpa_supplicant/tls_openssl.c U src/contrib/wpa_supplicant/todo.txt U src/contrib/wpa_supplicant/version.h U src/contrib/wpa_supplicant/wpa.c U src/contrib/wpa_supplicant/wpa.h U src/contrib/wpa_supplicant/wpa_cli.c C src/contrib/wpa_supplicant/wpa_ctrl.c U src/contrib/wpa_supplicant/wpa_ctrl.h U src/contrib/wpa_supplicant/wpa_passphrase.c U src/contrib/wpa_supplicant/wpa_supplicant.c U src/contrib/wpa_supplicant/wpa_supplicant.conf U src/contrib/wpa_supplicant/wpa_supplicant.h U src/contrib/wpa_supplicant/wpa_supplicant_i.h U src/contrib/wpa_supplicant/COPYING U src/contrib/wpa_supplicant/eloop.c U src/contrib/wpa_supplicant/eloop.h U src/contrib/wpa_supplicant/common.c C src/contrib/wpa_supplicant/common.h U src/contrib/wpa_supplicant/md5.c U src/contrib/wpa_supplicant/md5.h U src/contrib/wpa_supplicant/rc4.c U src/contrib/wpa_supplicant/rc4.h U src/contrib/wpa_supplicant/sha1.c U src/contrib/wpa_supplicant/sha1.h U src/contrib/wpa_supplicant/aes_wrap.c U src/contrib/wpa_supplicant/aes_wrap.h U src/contrib/wpa_supplicant/aes.c N src/contrib/wpa_supplicant/radius.c N src/contrib/wpa_supplicant/radius.h U src/contrib/wpa_supplicant/hostap_common.h U src/contrib/wpa_supplicant/doc/wpa_supplicant.fig 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jMALINEN:yesterday -jMALINEN src/contrib/wpa_supplicant From owner-cvs-src@FreeBSD.ORG Mon Jun 13 16:54:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B96B816A41C; Mon, 13 Jun 2005 16:54:21 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8541043D49; Mon, 13 Jun 2005 16:54:21 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DGsLiT099795; Mon, 13 Jun 2005 16:54:21 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DGsLij099794; Mon, 13 Jun 2005 16:54:21 GMT (envelope-from sam) Message-Id: <200506131654.j5DGsLij099794@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Jun 2005 16:54:21 +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/contrib/wpa_supplicant wpa_ctrl.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: Mon, 13 Jun 2005 16:54:21 -0000 sam 2005-06-13 16:54:21 UTC FreeBSD src repository Modified files: contrib/wpa_supplicant wpa_ctrl.c Log: resolve merge conflicts Revision Changes Path 1.3 +1 -2 src/contrib/wpa_supplicant/wpa_ctrl.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 17:00:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D9B16A41C; Mon, 13 Jun 2005 17:00:23 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from cheer.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4BB143D48; Mon, 13 Jun 2005 17:00:20 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:0DkoxE9/ngUOshj1OI5P4tsYB5aURtXtmZDj4Ud/pmWBb+ja37KbP0bcjX34Zlhy@[IPv6:2002:d2c4:765::1]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.13.3/8.13.3) with ESMTP/inet6 id j5DH01mx046416 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 14 Jun 2005 02:00:10 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 14 Jun 2005 01:59:49 +0900 Message-ID: From: Hajimu UMEMOTO To: Brooks Davis In-Reply-To: <200506101649.j5AGnOPu077043@repoman.freebsd.org> References: <200506101649.j5AGnOPu077043@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Internet Mutual Aid Society, YOKOHAMA X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-2.0b5 (cheer.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Tue, 14 Jun 2005 02:00:12 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,SUBJ_HAS_SPACES autolearn=no version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on cheer.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 ifnet.9 src/sys/compat/ndis kern_ndis.c subr_ndis.c src/sys/contrib/altq/altq altq_rio.c src/sys/contrib/dev/oltr if_oltr.c if_oltr_pci.c if_oltrvar.h src/sys/contrib/pf/net if_pflog.c if_pflog.h if_pfsync.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: Mon, 13 Jun 2005 17:00:23 -0000 Hi, >>>>> On Fri, 10 Jun 2005 16:49:24 +0000 (UTC) >>>>> Brooks Davis said: brooks> sys/net bpf.c bridge.c bridge.h bridgestp.c . . . brooks> if_spppfr.c if_spppsubr.c if_stf.c . . . brooks> Log: brooks> Stop embedding struct ifnet at the top of driver softcs. Instead the brooks> struct ifnet or the layer 2 common structure it was embedded in have brooks> been replaced with a struct ifnet pointer to be filled by a call to the brooks> new function, if_alloc(). The layer 2 common structure is also allocated brooks> via if_alloc() based on the interface type. It is hung off the new brooks> struct ifnet member, if_l2com. It broke stf. It touches ifp->if_softc without initializing it. Here is a patch: Index: sys/net/if_stf.c diff -u -p sys/net/if_stf.c.orig sys/net/if_stf.c --- sys/net/if_stf.c.orig Sat Jun 11 06:54:09 2005 +++ sys/net/if_stf.c Tue Jun 14 01:27:33 2005 @@ -215,12 +215,13 @@ stf_clone_create(struct if_clone *ifc, c return (err); sc = malloc(sizeof(struct stf_softc), M_STF, M_WAITOK | M_ZERO); - ifp = sc->sc_ifp = if_alloc(IFT_STF); + ifp = STF2IFP(sc) = if_alloc(IFT_STF); if (ifp == NULL) { free(sc, M_STF); ifc_free_unit(ifc, unit); return (ENOSPC); } + STF2IFP(sc)->if_softc = sc; /* * Set the name manually rather then using if_initname because * we don't conform to the default naming convention for interfaces. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Mon Jun 13 17:00:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 258E616A425; Mon, 13 Jun 2005 17:00:34 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30E243D49; Mon, 13 Jun 2005 17:00:33 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DH0X06000166; Mon, 13 Jun 2005 17:00:33 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DH0XBb000165; Mon, 13 Jun 2005 17:00:33 GMT (envelope-from sam) Message-Id: <200506131700.j5DH0XBb000165@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Jun 2005 17:00:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: MALINEN Cc: Subject: cvs commit: src/contrib/hostapd - 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: Mon, 13 Jun 2005 17:00:34 -0000 sam 2005-06-13 17:00:33 UTC FreeBSD src repository src/contrib/hostapd - Imported sources Update of /home/ncvs/src/contrib/hostapd In directory repoman.freebsd.org:/tmp/cvs-serv99998 Log Message: stripped down import of hostapd 0.3.9 Approved by: re (dwhite) Status: Vendor Tag: MALINEN Release Tags: v0_3_9 U src/contrib/hostapd/ChangeLog U src/contrib/hostapd/Makefile U src/contrib/hostapd/README U src/contrib/hostapd/accounting.c U src/contrib/hostapd/accounting.h U src/contrib/hostapd/aes.c U src/contrib/hostapd/aes_wrap.c U src/contrib/hostapd/aes_wrap.h U src/contrib/hostapd/ap.h U src/contrib/hostapd/common.c U src/contrib/hostapd/common.h U src/contrib/hostapd/config.c U src/contrib/hostapd/config.h U src/contrib/hostapd/ctrl_iface.c U src/contrib/hostapd/ctrl_iface.h U src/contrib/hostapd/defconfig U src/contrib/hostapd/developer.txt U src/contrib/hostapd/driver.h U src/contrib/hostapd/driver_test.c U src/contrib/hostapd/driver_wired.c U src/contrib/hostapd/eap.c U src/contrib/hostapd/eap.h U src/contrib/hostapd/eap_gtc.c U src/contrib/hostapd/eap_i.h U src/contrib/hostapd/eap_identity.c U src/contrib/hostapd/eap_md5.c U src/contrib/hostapd/eap_mschapv2.c U src/contrib/hostapd/eap_peap.c U src/contrib/hostapd/eap_sim.c U src/contrib/hostapd/eap_sim_db.c U src/contrib/hostapd/eap_sim_db.h U src/contrib/hostapd/eap_tls.c U src/contrib/hostapd/eap_tls_common.c U src/contrib/hostapd/eap_tls_common.h U src/contrib/hostapd/eap_tlv.c U src/contrib/hostapd/eap_ttls.c C src/contrib/hostapd/eapol_sm.c U src/contrib/hostapd/eapol_sm.h U src/contrib/hostapd/eloop.c U src/contrib/hostapd/eloop.h U src/contrib/hostapd/hostapd.accept U src/contrib/hostapd/hostapd.c U src/contrib/hostapd/hostapd.conf U src/contrib/hostapd/hostapd.deny U src/contrib/hostapd/hostapd.eap_user U src/contrib/hostapd/hostapd.h U src/contrib/hostapd/hostapd.sim_db U src/contrib/hostapd/hostapd.radius_clients U src/contrib/hostapd/hostapd.wpa_psk U src/contrib/hostapd/hostapd_cli.c U src/contrib/hostapd/hostapd_ctrl.c U src/contrib/hostapd/hostapd_ctrl.h U src/contrib/hostapd/iapp.c U src/contrib/hostapd/iapp.h U src/contrib/hostapd/ieee802_11.c U src/contrib/hostapd/ieee802_11.h U src/contrib/hostapd/ieee802_11_auth.c U src/contrib/hostapd/ieee802_11_auth.h C src/contrib/hostapd/ieee802_1x.c C src/contrib/hostapd/ieee802_1x.h U src/contrib/hostapd/madwifi.conf U src/contrib/hostapd/md5.c U src/contrib/hostapd/md5.h U src/contrib/hostapd/radius.c U src/contrib/hostapd/radius.h U src/contrib/hostapd/radius_client.c U src/contrib/hostapd/radius_client.h U src/contrib/hostapd/radius_server.c U src/contrib/hostapd/radius_server.h U src/contrib/hostapd/rc4.c U src/contrib/hostapd/rc4.h U src/contrib/hostapd/sha1.c U src/contrib/hostapd/sha1.h U src/contrib/hostapd/sta_info.c U src/contrib/hostapd/sta_info.h U src/contrib/hostapd/wired.conf C src/contrib/hostapd/wpa.c U src/contrib/hostapd/wpa.h U src/contrib/hostapd/l2_packet.h U src/contrib/hostapd/defs.h U src/contrib/hostapd/eap_defs.h U src/contrib/hostapd/tls.h U src/contrib/hostapd/tls_openssl.c U src/contrib/hostapd/tls_none.c U src/contrib/hostapd/ms_funcs.c U src/contrib/hostapd/ms_funcs.h U src/contrib/hostapd/crypto.c U src/contrib/hostapd/crypto.h U src/contrib/hostapd/eap_ttls.h U src/contrib/hostapd/eap_sim_common.c U src/contrib/hostapd/eap_sim_common.h U src/contrib/hostapd/version.h U src/contrib/hostapd/COPYING U src/contrib/hostapd/hostap_common.h 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jMALINEN:yesterday -jMALINEN src/contrib/hostapd From owner-cvs-src@FreeBSD.ORG Mon Jun 13 17:07:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 987C216A420; Mon, 13 Jun 2005 17:07:31 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6344A43D4C; Mon, 13 Jun 2005 17:07:31 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DH7VIQ000506; Mon, 13 Jun 2005 17:07:31 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DH7Vrv000505; Mon, 13 Jun 2005 17:07:31 GMT (envelope-from sam) Message-Id: <200506131707.j5DH7Vrv000505@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Jun 2005 17:07: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/contrib/hostapd eapol_sm.c ieee802_1x.c wpa.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: Mon, 13 Jun 2005 17:07:31 -0000 sam 2005-06-13 17:07:31 UTC FreeBSD src repository Modified files: contrib/hostapd eapol_sm.c ieee802_1x.c wpa.c Log: resolve merge conflicts Approved by: re (dwhite) Revision Changes Path 1.3 +8 -6 src/contrib/hostapd/eapol_sm.c 1.3 +2 -2 src/contrib/hostapd/ieee802_1x.c 1.3 +8 -0 src/contrib/hostapd/wpa.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 17:13:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED32816A41C; Mon, 13 Jun 2005 17:13:26 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 895F743D1F; Mon, 13 Jun 2005 17:13:26 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DHDQBB000762; Mon, 13 Jun 2005 17:13:26 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DHDPJ6000760; Mon, 13 Jun 2005 17:13:25 GMT (envelope-from hrs) Message-Id: <200506131713.j5DHDPJ6000760@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 13 Jun 2005 17:13:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/share/sgml release.dsl 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: Mon, 13 Jun 2005 17:13:27 -0000 hrs 2005-06-13 17:13:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/errata article.sgml release/doc/share/sgml release.dsl Log: Fix security advisory table in the printed version. XXX: generating footnotes from in has been disabled temporarily because it will put wrong footnote number and does not respect (define bop-footnotes #t). Revision Changes Path 1.69.2.22 +7 -3 src/release/doc/en_US.ISO8859-1/errata/article.sgml 1.7.6.1 +16 -0 src/release/doc/share/sgml/release.dsl From owner-cvs-src@FreeBSD.ORG Mon Jun 13 17:17:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EBF116A41F; Mon, 13 Jun 2005 17:17:08 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1665D43D53; Mon, 13 Jun 2005 17:17:08 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DHH7uS000950; Mon, 13 Jun 2005 17:17:07 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DHH7hB000949; Mon, 13 Jun 2005 17:17:07 GMT (envelope-from brooks) Message-Id: <200506131717.j5DHH7hB000949@repoman.freebsd.org> From: Brooks Davis Date: Mon, 13 Jun 2005 17:17:07 +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/net if_stf.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: Mon, 13 Jun 2005 17:17:08 -0000 brooks 2005-06-13 17:17:07 UTC FreeBSD src repository Modified files: sys/net if_stf.c Log: Initialze ifp->if_softc. Submitted by: ume Revision Changes Path 1.49 +3 -1 src/sys/net/if_stf.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 17:27:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3366516A41C; Mon, 13 Jun 2005 17:27:25 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id A400743D1F; Mon, 13 Jun 2005 17:27:24 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p19186-adsau12honb8-acca.tokyo.ocn.ne.jp [221.113.175.186]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.1) with ESMTP id j5DHRJ5U043301; Tue, 14 Jun 2005 02:27:22 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.1/8.13.1) with ESMTP id j5DHQxDj094868; Tue, 14 Jun 2005 02:27:00 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Tue, 14 Jun 2005 02:26:01 +0900 (JST) Message-Id: <20050614.022601.07580245.hrs@allbsd.org> To: bmah@FreeBSD.org From: Hiroki Sato In-Reply-To: <1118591894.49696.12.camel@tomcat.kitchenlab.org> References: <20050612.204114.95014473.hrs@allbsd.org> <20050612121219.GM821@zaphod.nitro.dk> <1118591894.49696.12.camel@tomcat.kitchenlab.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Tue_Jun_14_02_26_01_2005_213)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/935/Tue Jun 14 01:27:50 2005 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, simon@FreeBSD.org, hrs@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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: Mon, 13 Jun 2005 17:27:25 -0000 ----Security_Multipart(Tue_Jun_14_02_26_01_2005_213)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Bruce A. Mah" wrote in <1118591894.49696.12.camel@tomcat.kitchenlab.org>: bm> Not only is there the right margin problem (which I think can be fixed bm> by adding colspec elements with colwidth attributes inside the tgroup bm> for the table), this seems incompatible with the "footnotes at the bm> bottom of the page" setting I like to use for printed documents. I'm bm> currently in the middle of rebuilding a server at home...I'll see what I bm> can do in a few days if nobody has fixed this up by then. I fixed the right margin just now. However, the footnote issue seems more complicated as far as I checked. Generating footnotes from is directly processed in (element ulink) by using (make page-footnote), so it may need to define a "footnote-mode" and rewrite this part to use it... I think I will continue looking for other solutions. If you have some ideas/comments, please let me know. Thanks. -- | Hiroki SATO ----Security_Multipart(Tue_Jun_14_02_26_01_2005_213)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCrcGrTyzT2CeTzy0RAnGCAJ9zrnjA4OfRikqYBUeTskHOYupAogCgjIc9 WctLhRZaHUqaIKb6+EueFrs= =+ya4 -----END PGP SIGNATURE----- ----Security_Multipart(Tue_Jun_14_02_26_01_2005_213)---- From owner-cvs-src@FreeBSD.ORG Mon Jun 13 17:46:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E83416A41C; Mon, 13 Jun 2005 17:46:11 +0000 (GMT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD38343D1F; Mon, 13 Jun 2005 17:46:10 +0000 (GMT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DHkAnG002508; Mon, 13 Jun 2005 17:46:10 GMT (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DHkAE4002507; Mon, 13 Jun 2005 17:46:10 GMT (envelope-from vkashyap) Message-Id: <200506131746.j5DHkAE4002507@repoman.freebsd.org> From: Vinod Kashyap Date: Mon, 13 Jun 2005 17:46:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/twa tw_osl_cam.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: Mon, 13 Jun 2005 17:46:11 -0000 vkashyap 2005-06-13 17:46:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/twa tw_osl_cam.c Log: MFC: Acquire Giant before making some CAM calls that need Giant to be held. MFC after:2 days Revision Changes Path 1.2.2.2 +8 -0 src/sys/dev/twa/tw_osl_cam.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 17:47:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB61C16A41C; Mon, 13 Jun 2005 17:47:10 +0000 (GMT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A531943D1D; Mon, 13 Jun 2005 17:47:10 +0000 (GMT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DHlAub002558; Mon, 13 Jun 2005 17:47:10 GMT (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DHlAQn002557; Mon, 13 Jun 2005 17:47:10 GMT (envelope-from vkashyap) Message-Id: <200506131747.j5DHlAQn002557@repoman.freebsd.org> From: Vinod Kashyap Date: Mon, 13 Jun 2005 17:47:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/twa tw_osl_share.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: Mon, 13 Jun 2005 17:47:11 -0000 vkashyap 2005-06-13 17:47:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/twa tw_osl_share.h Log: Update the driver version. Revision Changes Path 1.1.2.3 +1 -1 src/sys/dev/twa/tw_osl_share.h From owner-cvs-src@FreeBSD.ORG Mon Jun 13 17:53:29 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D12E16A41C; Mon, 13 Jun 2005 17:53:29 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A3B43D4C; Mon, 13 Jun 2005 17:53:28 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from localhost.localdomain (dns.packetdesign.com [65.192.41.10]) (authenticated bits=0) by b.mail.sonic.net (8.13.3/8.13.3) with ESMTP id j5DHrRc8032721 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 13 Jun 2005 10:53:28 -0700 From: "Bruce A. Mah" To: Hiroki Sato In-Reply-To: <20050614.022601.07580245.hrs@allbsd.org> References: <20050612.204114.95014473.hrs@allbsd.org> <20050612121219.GM821@zaphod.nitro.dk> <1118591894.49696.12.camel@tomcat.kitchenlab.org> <20050614.022601.07580245.hrs@allbsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Gkcy3pFSfaJDStms7UPj" Date: Mon, 13 Jun 2005 10:53:29 -0700 Message-Id: <1118685209.3919.26.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org, bmah@freebsd.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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: Mon, 13 Jun 2005 17:53:29 -0000 --=-Gkcy3pFSfaJDStms7UPj Content-Type: text/plain Content-Transfer-Encoding: quoted-printable If memory serves me right, Hiroki Sato wrote: > "Bruce A. Mah" wrote > in <1118591894.49696.12.camel@tomcat.kitchenlab.org>: >=20 > bm> Not only is there the right margin problem (which I think can be fixe= d > bm> by adding colspec elements with colwidth attributes inside the tgroup > bm> for the table), this seems incompatible with the "footnotes at the > bm> bottom of the page" setting I like to use for printed documents. I'm > bm> currently in the middle of rebuilding a server at home...I'll see wha= t I > bm> can do in a few days if nobody has fixed this up by then. >=20 > I fixed the right margin just now. Thanks, this looks great! > However, the footnote issue seems > more complicated as far as I checked. Generating footnotes from > is directly processed in (element ulink) by using (make page-footnote), > so it may need to define a "footnote-mode" and rewrite this part to > use it... >=20 > I think I will continue looking for other solutions. If you have > some ideas/comments, please let me know. Thanks. I knew it was going to be some messy dsl stylesheet thing. Unfortunately I have not played with this code for a *long* time. :-( Bruce. --=-Gkcy3pFSfaJDStms7UPj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCrcgZ2MoxcVugUsMRAnfKAKD1znvQMJJCHjjzxtYqgDNsjKCTVQCg6waf KNTke24SeRUYXjQuoofs+dQ= =MfaK -----END PGP SIGNATURE----- --=-Gkcy3pFSfaJDStms7UPj-- From owner-cvs-src@FreeBSD.ORG Mon Jun 13 18:45:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 595E416A41C; Mon, 13 Jun 2005 18:45:16 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3D343D1D; Mon, 13 Jun 2005 18:45:16 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DIjFiZ006374; Mon, 13 Jun 2005 18:45:16 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DIjFUN006373; Mon, 13 Jun 2005 18:45:15 GMT (envelope-from kensmith) Message-Id: <200506131845.j5DIjFUN006373@repoman.freebsd.org> From: Ken Smith Date: Mon, 13 Jun 2005 18:45: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: CVSROOT approvers 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: Mon, 13 Jun 2005 18:45:16 -0000 kensmith 2005-06-13 18:45:15 UTC FreeBSD src repository Modified files: . approvers Log: Set it up so commits to HEAD should require re@ approval. Approved by: core (implicit, normal part of release processing) Revision Changes Path 1.21 +1 -1 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Mon Jun 13 19:03:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 901C316A41C; Mon, 13 Jun 2005 19:03:30 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: from mail.freebsdmall.com (ns1.freebsdmall.com [69.50.233.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57FAA43D4C; Mon, 13 Jun 2005 19:03:30 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 457E81CE13; Mon, 13 Jun 2005 12:03:30 -0700 (PDT) Date: Mon, 13 Jun 2005 12:03:30 -0700 From: Murray Stokely To: Hiroki Sato Message-ID: <20050613190330.GB12924@freebsdmall.com> References: <20050612.204114.95014473.hrs@allbsd.org> <20050612121219.GM821@zaphod.nitro.dk> <1118591894.49696.12.camel@tomcat.kitchenlab.org> <20050614.022601.07580245.hrs@allbsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050614.022601.07580245.hrs@allbsd.org> User-Agent: Mutt/1.4.2.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Cc: bmah@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, simon@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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: Mon, 13 Jun 2005 19:03:30 -0000 On Tue, Jun 14, 2005 at 02:26:01AM +0900, Hiroki Sato wrote: > I fixed the right margin just now. However, the footnote issue seems > more complicated as far as I checked. Generating footnotes from > is directly processed in (element ulink) by using (make page-footnote), > so it may need to define a "footnote-mode" and rewrite this part to > use it... Is it OK to just put the ulink inline in parenthesis rather than generating a broken footnote for it? If so, just use . - Murray From owner-cvs-src@FreeBSD.ORG Mon Jun 13 19:06:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0D9716A41C; Mon, 13 Jun 2005 19:06:33 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D9043D48; Mon, 13 Jun 2005 19:06:33 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id j5DJ6Wk9047198; Mon, 13 Jun 2005 15:06:32 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.12.10/8.12.10/Submit) with ESMTP id j5DJ6Vfj047191; Mon, 13 Jun 2005 15:06:31 -0400 (EDT) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Mon, 13 Jun 2005 15:06:31 -0400 (EDT) From: Jeff Roberson To: Scott Long In-Reply-To: <42AD8D29.7030502@samsco.org> Message-ID: <20050613150600.G16943@mail.chesapeake.net> References: <200506122232.j5CMWTIb020093@repoman.freebsd.org> <42ACBADB.70109@samsco.org> <20050612202915.C16943@mail.chesapeake.net> <42AD8D29.7030502@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_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: Mon, 13 Jun 2005 19:06:34 -0000 On Mon, 13 Jun 2005, Scott Long wrote: > Jeff Roberson wrote: > > > On Sun, 12 Jun 2005, Scott Long wrote: > > > > > >>Jeff Roberson wrote: > >> > >> > >>>jeff 2005-06-12 22:32:29 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/kern subr_disk.c > >>> Log: > >>> - Dramatically simplify bioqdisksort(). We no longer do ordered bios so > >>> most of the code to deal with them has been dead for sometime. Simplify > >>> the code by doing an insert sort hinted by the current head position. > >>> > >>> Met with apathy by: arch@ > >>> > >>> Revision Changes Path > >>> 1.84 +40 -85 src/sys/kern/subr_disk.c > >> > >>Not exactly apathy, just lack of time ;-( I trust that this has been > >>adequately tested on many different workloads? Also, how exactly does > >>this fall under your blanket approval to fix VFS? > > > > > > I was not aware of any current code freeze. Is there one? > > > > I'm sorry Jeff, but this is unacceptable. I've sent out many emails > over the past week talking about Code Freeze. If you're going to commit > to our tree, reading developers@ is the minimum that you must do. Would you please respond to my other constructive emails rather than just scolding me and ignoring the rest. > > Scott > From owner-cvs-src@FreeBSD.ORG Mon Jun 13 20:01:44 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C69D416A41C; Mon, 13 Jun 2005 20:01:44 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B5543D48; Mon, 13 Jun 2005 20:01:44 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from localhost.localdomain (dns.packetdesign.com [65.192.41.10]) (authenticated bits=0) by a.mail.sonic.net (8.13.3/8.13.3) with ESMTP id j5DK1gV7024352 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 13 Jun 2005 13:01:43 -0700 From: "Bruce A. Mah" To: Murray Stokely In-Reply-To: <20050613190330.GB12924@freebsdmall.com> References: <20050612.204114.95014473.hrs@allbsd.org> <20050612121219.GM821@zaphod.nitro.dk> <1118591894.49696.12.camel@tomcat.kitchenlab.org> <20050614.022601.07580245.hrs@allbsd.org> <20050613190330.GB12924@freebsdmall.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-o/dpYwcn6vDvSaEkKW3v" Date: Mon, 13 Jun 2005 13:01:45 -0700 Message-Id: <1118692905.3919.51.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Cc: bmah@freebsd.org, src-committers@freebsd.org, cvs-src@freebsd.org, Hiroki Sato , cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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: Mon, 13 Jun 2005 20:01:45 -0000 --=-o/dpYwcn6vDvSaEkKW3v Content-Type: text/plain Content-Transfer-Encoding: quoted-printable If memory serves me right, Murray Stokely wrote: > On Tue, Jun 14, 2005 at 02:26:01AM +0900, Hiroki Sato wrote: > > I fixed the right margin just now. However, the footnote issue seems > > more complicated as far as I checked. Generating footnotes from > > is directly processed in (element ulink) by using (make page-footnote)= , > > so it may need to define a "footnote-mode" and rewrite this part to > > use it... >=20 > Is it OK to just put the ulink inline in parenthesis rather than > generating a broken footnote for it? If so, just use role=3D"inline">. Hmmm...I didn't know you could do that. But I'm going to guess that the destination of the link is going to overflow the limited space in the table column allotted for the name of the advisory...???... Bruce. --=-o/dpYwcn6vDvSaEkKW3v Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCreYp2MoxcVugUsMRAnyWAJ4yNwEQWn+Umld65Uh8rMUVXRR0GgCgzD79 f/BawV4aqmzzcmv4gwc6q9k= =6Btl -----END PGP SIGNATURE----- --=-o/dpYwcn6vDvSaEkKW3v-- From owner-cvs-src@FreeBSD.ORG Mon Jun 13 20:28:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 053C516A41C; Mon, 13 Jun 2005 20:28:54 +0000 (GMT) (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 90D3943D48; Mon, 13 Jun 2005 20:28:49 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j5DKXahD006531; Mon, 13 Jun 2005 14:33:36 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42ADEBE4.2020308@samsco.org> Date: Mon, 13 Jun 2005 14:26:12 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Roberson References: <200506122232.j5CMWTIb020093@repoman.freebsd.org> <42ACBADB.70109@samsco.org> <20050612202915.C16943@mail.chesapeake.net> <20050612203027.B16943@mail.chesapeake.net> In-Reply-To: <20050612203027.B16943@mail.chesapeake.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_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: Mon, 13 Jun 2005 20:28:54 -0000 Jeff Roberson wrote: > On Sun, 12 Jun 2005, Jeff Roberson wrote: > > >>On Sun, 12 Jun 2005, Scott Long wrote: >> >> >>>Jeff Roberson wrote: >>> >>> >>>>jeff 2005-06-12 22:32:29 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/kern subr_disk.c >>>> Log: >>>> - Dramatically simplify bioqdisksort(). We no longer do ordered bios so >>>> most of the code to deal with them has been dead for sometime. Simplify >>>> the code by doing an insert sort hinted by the current head position. >>>> >>>> Met with apathy by: arch@ >>>> >>>> Revision Changes Path >>>> 1.84 +40 -85 src/sys/kern/subr_disk.c >>> >>>Not exactly apathy, just lack of time ;-( I trust that this has been >>>adequately tested on many different workloads? Also, how exactly does >>>this fall under your blanket approval to fix VFS? >> >>I was not aware of any current code freeze. Is there one? > > > I see, sorry. I missed by 24hrs. I was waiting for feedback on arch, but > I've been running with this patch for some time. > > Speaking of the freeze, I'd really like to get the interrupt thread perf > fixes in before 6.0. I think it should be a priority to fix ithread > performance. > This sounds fine, just send an email to re@ about it since it falls outside of your existing blanket approval. Scott From owner-cvs-src@FreeBSD.ORG Mon Jun 13 20:48:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FCD016A41F; Mon, 13 Jun 2005 20:48:56 +0000 (GMT) (envelope-from kbyanc@posi.net) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id D083743D1F; Mon, 13 Jun 2005 20:48:55 +0000 (GMT) (envelope-from kbyanc@posi.net) Received: from pimout6-ext.prodigy.net (pimout6-int.prodigy.net [207.115.4.22]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j5DKmsG2011687; Mon, 13 Jun 2005 16:48:54 -0400 X-ORBL: [68.120.137.28] Received: from gateway.posi.net (adsl-68-120-137-28.dsl.snfc21.pacbell.net [68.120.137.28]) by pimout6-ext.prodigy.net (8.12.10 milter /8.12.10) with ESMTP id j5DKmshe491640; Mon, 13 Jun 2005 16:48:54 -0400 Received: from localhost (localhost [127.0.0.1]) by gateway.posi.net (Postfix) with ESMTP id 11C6C75E05F; Mon, 13 Jun 2005 14:52:53 -0700 (PDT) Date: Mon, 13 Jun 2005 14:52:53 -0700 (PDT) From: Kelly Yancey To: Garance A Drosihn In-Reply-To: Message-ID: <20050613145157.Q43977@gateway.posi.net> References: <200504132122.j3DLMKHa089226@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Poul-Henning Kamp , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd ... 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: Mon, 13 Jun 2005 20:48:56 -0000 On Fri, 10 Jun 2005, Garance A Drosihn wrote: > Back on April 13/2005, Poul-Henning Kamp wrote: > > > > Modified files: > > tools/tools/nanobsd make.conf > > Log: > > sort and expand the prunelist in a more or less generally sensibly > > order. Put some strategic comments in about how much storage is > > necessary and a longer explanation on the top. > > > > It is now pretty trivial to put nanoBSD on as little as a 64MB > > CF card. > > Are any macros defined (-D) in CFLAGS when building for nanoBSD, > or other "please make a smaller system" situations? ISTR some > value to check via #ifdef, but now I can't remember what it was > or where I saw it used. > At least camcontrol conditionalizes functionality based on the definition of MINIMALISTIC. Kelly -- Kelly Yancey - kbyanc@{posi.net,FreeBSD.org} - kelly@nttmcl.com From owner-cvs-src@FreeBSD.ORG Mon Jun 13 21:01:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B46716A41C; Mon, 13 Jun 2005 21:01:06 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F51643D53; Mon, 13 Jun 2005 21:01:06 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DL16Vh021731; Mon, 13 Jun 2005 21:01:06 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DL16p5021730; Mon, 13 Jun 2005 21:01:06 GMT (envelope-from sam) Message-Id: <200506132101.j5DL16p5021730@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Jun 2005 21:01: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/sys/net80211 ieee80211_input.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: Mon, 13 Jun 2005 21:01:06 -0000 sam 2005-06-13 21:01:06 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: revert 1.53; it breaks ibss merge Noticed by: Bruno Randolf Approved by: re (dwhite) Revision Changes Path 1.55 +2 -2 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 21:18:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BFD816A41C; Mon, 13 Jun 2005 21:18:52 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 637FF43D4C; Mon, 13 Jun 2005 21:18:52 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DLIqcp022940; Mon, 13 Jun 2005 21:18:52 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DLIqIW022939; Mon, 13 Jun 2005 21:18:52 GMT (envelope-from des) Message-Id: <200506132118.j5DLIqIW022939@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 13 Jun 2005 21:18: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/lib/libpam/modules/pam_radius pam_radius.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: Mon, 13 Jun 2005 21:18:52 -0000 des 2005-06-13 21:18:52 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_radius pam_radius.c Log: Don't use a cast as an lvalue. Add a redundant test to make it painfully obvious to the reader that this code does not support IPv6. Approved by: re (dwhite) MFC after: 1 week Revision Changes Path 1.23 +3 -3 src/lib/libpam/modules/pam_radius/pam_radius.c From owner-cvs-src@FreeBSD.ORG Mon Jun 13 21:24:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 323AC16A41C; Mon, 13 Jun 2005 21:24:25 +0000 (GMT) (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 C7B2A43D48; Mon, 13 Jun 2005 21:24:24 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id BBB1F60FB; Mon, 13 Jun 2005 23:24:19 +0200 (CEST) Received: from xps.des.no (des.no [80.203.228.37]) by tim.des.no (Postfix) with ESMTP id ABE1D60FA; Mon, 13 Jun 2005 23:24:19 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 9E94233C49; Mon, 13 Jun 2005 23:24:19 +0200 (CEST) To: Ken Smith References: <200506131845.j5DIjFUN006373@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 13 Jun 2005 23:24:19 +0200 In-Reply-To: <200506131845.j5DIjFUN006373@repoman.freebsd.org> (Ken Smith's message of "Mon, 13 Jun 2005 18:45:15 +0000 (UTC)") Message-ID: <864qc2uf0c.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Learn: ham X-Spam-Score: -5.2/5.0 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on tim.des.no Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT approvers 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: Mon, 13 Jun 2005 21:24:25 -0000 Ken Smith writes: > Log: > Set it up so commits to HEAD should require re@ approval. Will this actually work? The comment above the line you changed says it won't, but a quick read of the code says it will. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jun 13 21:37:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB51116A41C; Mon, 13 Jun 2005 21:37:24 +0000 (GMT) (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 7A38543D49; Mon, 13 Jun 2005 21:37:24 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j5DLgCb3006868; Mon, 13 Jun 2005 15:42:12 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42ADFBF9.4030505@samsco.org> Date: Mon, 13 Jun 2005 15:34:49 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200506131845.j5DIjFUN006373@repoman.freebsd.org> <864qc2uf0c.fsf@xps.des.no> In-Reply-To: <864qc2uf0c.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith Subject: Re: cvs commit: CVSROOT approvers 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: Mon, 13 Jun 2005 21:37:25 -0000 Dag-Erling Smørgrav wrote: > Ken Smith writes: > >> Log: >> Set it up so commits to HEAD should require re@ approval. > > > Will this actually work? The comment above the line you changed says > it won't, but a quick read of the code says it will. > > DES Peter fixed the perl action code when he was doing the LOCKS gymnastics. Scott From owner-cvs-src@FreeBSD.ORG Mon Jun 13 23:36:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE66316A41C; Mon, 13 Jun 2005 23:36:27 +0000 (GMT) (envelope-from joshua@shallow.net) Received: from gold.shallow.net (gold.shallow.net [203.28.8.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BC143D1D; Mon, 13 Jun 2005 23:36:27 +0000 (GMT) (envelope-from joshua@shallow.net) Received: by gold.shallow.net (Postfix, from userid 1001) id 980D311540; Tue, 14 Jun 2005 09:36:25 +1000 (EST) Date: Tue, 14 Jun 2005 09:36:25 +1000 From: Joshua Goodall To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org Message-ID: <20050613233625.GF11349@roughtrade.net> References: <200407201544.i6KFiWWr001296@repoman.freebsd.org> <20050613110937.GA29004@roughtrade.net> <20050613144244.GA45110@tara.freenix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050613144244.GA45110@tara.freenix.org> User-Agent: Mutt/1.4.2.1i Cc: Ollivier Robert Subject: Re: cvs commit: src/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... 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: Mon, 13 Jun 2005 23:36:27 -0000 On Mon, Jun 13, 2005 at 04:42:44PM +0200, Ollivier Robert wrote: > According to Joshua Goodall: > > nitpick: > > ntptrace should be #!/usr/bin/perl not #!/usr/local/bin/perl > > Not at all, Perl has been removed years ago from 5.x and 6.x so the only > one that is acceptable is from ports which is by default in > /usr/local/bin/perl. FreeBSD's use.perl script deliberately manages a symlink from /usr/bin/perl to (for example) my /opt/bin/perl5.8.6. I believe that using the managed link is more correct than making assumptions about $LOCALBASE. > I'll have a look but did you send it to the ntp team for possible > replacement of ntpdate ? It's ntptrace. I didn't send it to the NTP team because I don't know them, and as far as I knew it was only FreeBSD harbouring a desire to eradicate perl scripts from the base system. I'd like to send it, and it'd help if I had some kind of endorsement from a committer. Regards Joshua. -- Joshua Goodall "as modern as tomorrow afternoon" joshua@roughtrade.net - FW109 From owner-cvs-src@FreeBSD.ORG Mon Jun 13 23:43:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B447116A41C; Mon, 13 Jun 2005 23:43:09 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7958843D48; Mon, 13 Jun 2005 23:43:09 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5DNh9kY030767; Mon, 13 Jun 2005 23:43:09 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5DNh9VK030766; Mon, 13 Jun 2005 23:43:09 GMT (envelope-from brooks) Message-Id: <200506132343.j5DNh9VK030766@repoman.freebsd.org> From: Brooks Davis Date: Mon, 13 Jun 2005 23:43: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/sbin/dhclient dhclient.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: Mon, 13 Jun 2005 23:43:09 -0000 brooks 2005-06-13 23:43:09 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient.c Log: Avoid a null pointer dereference by not expiring our lease if we don't have an active one. Submitted by: sam Reported by: James Snow Approved by: re (dhclient blanket) Revision Changes Path 1.4 +9 -6 src/sbin/dhclient/dhclient.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 01:14:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E3216A41C; Tue, 14 Jun 2005 01:14:41 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4735243D48; Tue, 14 Jun 2005 01:14:41 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E1EfiE041233; Tue, 14 Jun 2005 01:14:41 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E1Efri041232; Tue, 14 Jun 2005 01:14:41 GMT (envelope-from jeff) Message-Id: <200506140114.j5E1Efri041232@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 14 Jun 2005 01:14:40 +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_syscalls.c 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: Tue, 14 Jun 2005 01:14:41 -0000 jeff 2005-06-14 01:14:40 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c vfs_vnops.c Log: - Remove vnode lock asserts at the end of vfs syscalls. These asserts were used to ensure that we weren't exiting the syscall with a lock still held. This wasn't safe, however, because we'd already executed a vput() and on a loaded system the vnode may have been free'd by the time we assert. This functionality is also handled by the td_locks assert in userret, which doesn't tell you what the syscall was, but will at least panic before you deadlock. Sponsored by: Isilon Systems, Inc. Discovred by: Peter Holm Approved by: re (blanket vfs) Revision Changes Path 1.391 +0 -18 src/sys/kern/vfs_syscalls.c 1.233 +0 -2 src/sys/kern/vfs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 02:17:21 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F16916A41C; Tue, 14 Jun 2005 02:17:21 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: from mail.freebsdmall.com (ns1.freebsdmall.com [69.50.233.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0248F43D48; Tue, 14 Jun 2005 02:17:21 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id AEF941CE13; Mon, 13 Jun 2005 19:17:20 -0700 (PDT) Date: Mon, 13 Jun 2005 19:17:20 -0700 From: Murray Stokely To: "Bruce A. Mah" Message-ID: <20050614021720.GB21692@freebsdmall.com> References: <20050612.204114.95014473.hrs@allbsd.org> <20050612121219.GM821@zaphod.nitro.dk> <1118591894.49696.12.camel@tomcat.kitchenlab.org> <20050614.022601.07580245.hrs@allbsd.org> <20050613190330.GB12924@freebsdmall.com> <1118692905.3919.51.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1118692905.3919.51.camel@localhost> User-Agent: Mutt/1.4.2.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Cc: cvs-src@freebsd.org, Hiroki Sato , src-committers@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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, 14 Jun 2005 02:17:21 -0000 On Mon, Jun 13, 2005 at 01:01:45PM -0700, Bruce A. Mah wrote: > If memory serves me right, Murray Stokely wrote: > > On Tue, Jun 14, 2005 at 02:26:01AM +0900, Hiroki Sato wrote: > > > I fixed the right margin just now. However, the footnote issue seems > > > more complicated as far as I checked. Generating footnotes from > > > is directly processed in (element ulink) by using (make page-footnote), > > > so it may need to define a "footnote-mode" and rewrite this part to > > > use it... > > > > Is it OK to just put the ulink inline in parenthesis rather than > > generating a broken footnote for it? If so, just use > role="inline">. > > Hmmm...I didn't know you could do that. But I'm going to guess that the > destination of the link is going to overflow the limited space in the > table column allotted for the name of the advisory...???... Ahh. Turns out this was a local patch, so you can't just use 'role=inline' by default. I have a lot of code related to ulinks and footnotes for print output available here : http://www.FreeBSD.org/~murray/wrsfootnote.dsl Not sure if this will help do what you want. - Murray From owner-cvs-src@FreeBSD.ORG Tue Jun 14 02:23:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1830416A41C; Tue, 14 Jun 2005 02:23:15 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7A8943D55; Tue, 14 Jun 2005 02:23:14 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E2NEHg043780; Tue, 14 Jun 2005 02:23:14 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E2NEbb043779; Tue, 14 Jun 2005 02:23:14 GMT (envelope-from gshapiro) Message-Id: <200506140223.j5E2NEbb043779@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 14 Jun 2005 02:23:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: SENDMAIL Cc: Subject: cvs commit: src/contrib/sendmail - 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, 14 Jun 2005 02:23:15 -0000 gshapiro 2005-06-14 02:23:14 UTC FreeBSD src repository src/contrib/sendmail - Imported sources Update of /home/ncvs/src/contrib/sendmail In directory repoman.freebsd.org:/tmp/cvs-serv43751 Log Message: Import OSTYPE(freebsd6) support from sendmail open source repo for FreeBSD 6.0. Approved by: re (scottl) Requested by: keramida Status: Vendor Tag: SENDMAIL Release Tags: v8_13_4_1 N src/contrib/sendmail/cf/ostype/freebsd6.m4 No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Jun 14 02:25:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 495D616A41C; Tue, 14 Jun 2005 02:25:19 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3860743D49; Tue, 14 Jun 2005 02:25:18 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E2PIZJ043879; Tue, 14 Jun 2005 02:25:18 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E2PI7I043878; Tue, 14 Jun 2005 02:25:18 GMT (envelope-from gshapiro) Message-Id: <200506140225.j5E2PI7I043878@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 14 Jun 2005 02:25: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/etc/sendmail freebsd.mc freefall.mc 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, 14 Jun 2005 02:25:19 -0000 gshapiro 2005-06-14 02:25:18 UTC FreeBSD src repository Modified files: etc/sendmail freebsd.mc freefall.mc Log: Use new OSTYPE(freebsd6). Approved by: re (scottl) Requested by: keramida Revision Changes Path 1.30 +1 -1 src/etc/sendmail/freebsd.mc 1.20 +2 -2 src/etc/sendmail/freefall.mc From owner-cvs-src@FreeBSD.ORG Tue Jun 14 02:43:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E68FF16A41C; Tue, 14 Jun 2005 02:43:45 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C619643D53; Tue, 14 Jun 2005 02:43:45 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E2hjWJ044695; Tue, 14 Jun 2005 02:43:45 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E2hjnh044694; Tue, 14 Jun 2005 02:43:45 GMT (envelope-from peter) Message-Id: <200506140243.j5E2hjnh044694@repoman.freebsd.org> From: Peter Wemm Date: Tue, 14 Jun 2005 02:43: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/sys/dev/syscons scgfbrndr.c scvgarndr.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, 14 Jun 2005 02:43:46 -0000 peter 2005-06-14 02:43:45 UTC FreeBSD src repository Modified files: sys/dev/syscons scgfbrndr.c scvgarndr.c Log: Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new function pointer to the vga render dispatch table and initialized it with vga_nop. The problem is that vga_nop() is a varargs function, and the table declares a non-varargs function pointer. On amd64 (and I think ppc), mixing varargs and non-varargs function pointers is fatal. Change vga_nop() and gfb_nop() from varargs to non-varargs do-nothing functions. This stops the stack corruption that only happened on amd64. Approved by: re (scottl) Revision Changes Path 1.22 +2 -2 src/sys/dev/syscons/scgfbrndr.c 1.19 +2 -2 src/sys/dev/syscons/scvgarndr.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 03:40:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA14416A41C; Tue, 14 Jun 2005 03:40:01 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB2B43D48; Tue, 14 Jun 2005 03:40:01 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E3e1iI050848; Tue, 14 Jun 2005 03:40:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E3e1ga050847; Tue, 14 Jun 2005 03:40:01 GMT (envelope-from imp) Message-Id: <200506140340.j5E3e1ga050847@repoman.freebsd.org> From: Warner Losh Date: Tue, 14 Jun 2005 03:40: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/man/man9 Makefile bus_space.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: Tue, 14 Jun 2005 03:40:01 -0000 imp 2005-06-14 03:40:01 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 bus_space.9 Log: Don a flack jacket and start to document the FreeBSD bus_space implementation. I took the NetBSD man page, and hacked it to, I hope, to reflect the preliminary version of the bus space that Justin Gibbs committed as part of the CAM integration in FreeBSD 3.0. This isn't perfect, but it is better than we have now (which is, ahem, nothing). Please coordinate changes to the file through me through the 6.0 release. Approved by: re (blanket for this one file) Revision Changes Path 1.260 +1 -0 src/share/man/man9/Makefile 1.1 +1305 -0 src/share/man/man9/bus_space.9 (new) From owner-cvs-src@FreeBSD.ORG Tue Jun 14 04:16:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE5F16A41C; Tue, 14 Jun 2005 04:16:11 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44FF443D48; Tue, 14 Jun 2005 04:16:11 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E4GBDq052145; Tue, 14 Jun 2005 04:16:11 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E4GBKH052144; Tue, 14 Jun 2005 04:16:11 GMT (envelope-from marcel) Message-Id: <200506140416.j5E4GBKH052144@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 14 Jun 2005 04:16: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/sys/conf files.alpha files.amd64 files.ia64 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, 14 Jun 2005 04:16:11 -0000 marcel 2005-06-14 04:16:10 UTC FreeBSD src repository Modified files: sys/conf files.alpha files.amd64 files.ia64 Log: Include the puc(4) bus frontend for ppc(4) when both ppc and puc are configured. PR: kern/80737 Submitted by: David Taylor < davidt-fbsd at yadt dot co dot uk > Approved by: re (scottl) MFC after: 5 days Revision Changes Path 1.121 +1 -0 src/sys/conf/files.alpha 1.69 +1 -0 src/sys/conf/files.amd64 1.80 +1 -0 src/sys/conf/files.ia64 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 05:25:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF03B16A41C; Tue, 14 Jun 2005 05:25:18 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58D5643D55; Tue, 14 Jun 2005 05:25:18 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p19186-adsau12honb8-acca.tokyo.ocn.ne.jp [221.113.175.186]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.1) with ESMTP id j5E5PEJU054240; Tue, 14 Jun 2005 14:25:16 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.1/8.13.1) with ESMTP id j5E5Onqs098646; Tue, 14 Jun 2005 14:24:50 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Tue, 14 Jun 2005 14:24:40 +0900 (JST) Message-Id: <20050614.142440.102582593.hrs@allbsd.org> To: murray@freebsdmall.com From: Hiroki Sato In-Reply-To: <20050614021720.GB21692@freebsdmall.com> References: <20050613190330.GB12924@freebsdmall.com> <1118692905.3919.51.camel@localhost> <20050614021720.GB21692@freebsdmall.com> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart0(Tue_Jun_14_14_24_40_2005_823)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/937/Tue Jun 14 06:46:03 2005 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: bmah@FreeBSD.org, src-committers@FreeBSD.org, hrs@FreeBSD.org, simon@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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, 14 Jun 2005 05:25:19 -0000 ----Security_Multipart0(Tue_Jun_14_14_24_40_2005_823)-- Content-Type: Multipart/Mixed; boundary="--Next_Part(Tue_Jun_14_14_24_40_2005_628)--" Content-Transfer-Encoding: 7bit ----Next_Part(Tue_Jun_14_14_24_40_2005_628)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Murray Stokely wrote in <20050614021720.GB21692@freebsdmall.com>: mu> On Mon, Jun 13, 2005 at 01:01:45PM -0700, Bruce A. Mah wrote: mu> > If memory serves me right, Murray Stokely wrote: mu> > > On Tue, Jun 14, 2005 at 02:26:01AM +0900, Hiroki Sato wrote: mu> > > > I fixed the right margin just now. However, the footnote issue seems mu> > > > more complicated as far as I checked. Generating footnotes from mu> > > > is directly processed in (element ulink) by using (make page-footnote), mu> > > > so it may need to define a "footnote-mode" and rewrite this part to mu> > > > use it... mu> > > mu> > > Is it OK to just put the ulink inline in parenthesis rather than mu> > > generating a broken footnote for it? If so, just use > > role="inline">. mu> > mu> > Hmmm...I didn't know you could do that. But I'm going to guess that the mu> > destination of the link is going to overflow the limited space in the mu> > table column allotted for the name of the advisory...???... mu> mu> Ahh. Turns out this was a local patch, so you can't just use mu> 'role=inline' by default. I have a lot of code related to ulinks and mu> footnotes for print output available here : mu> mu> http://www.FreeBSD.org/~murray/wrsfootnote.dsl mu> mu> Not sure if this will help do what you want. Thanks! Yes, I think role="inline" is a useful knob but this is not enough in
because it needs more space for URL in the column. I made and attached a patch to fix table endnotes when was used in the
. The footnote number will be "a,b,c,..." (independent from footnotes in the document body) and content of the footnotes will be put just after the table. The rendered version is avaiable from http://people.allbsd.org/~hrs/FreeBSD/errata.pdf. Comments are welcome :) -- | Hiroki SATO ----Next_Part(Tue_Jun_14_14_24_40_2005_628)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="table-footnote.diff" Index: release.dsl =================================================================== RCS file: /home/ncvs/src/release/doc/share/sgml/release.dsl,v retrieving revision 1.7.6.1 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$DragonFly:.*\$ -I\$Id:.*\$ -I\$Translation:.*\$ -I\$hrs:.*\$ -r1.7.6.1 release.dsl --- release.dsl 13 Jun 2005 17:13:24 -0000 1.7.6.1 +++ release.dsl 14 Jun 2005 05:07:42 -0000 @@ -108,21 +108,73 @@ (define bop-footnotes #t) (define %footnote-ulinks% #t) -; disable (make page-footnote) in tgroup element temporarily. + (define (make-table-endnotes) + (let* ((footnotes (node-list (select-elements (descendants (current-node)) + (normalize "footnote")) + (select-elements (descendants (current-node)) + (normalize "ulink")))) + (headsize (HSIZE 3)) + (tgroup (ancestor-member (current-node) (list (normalize "tgroup")))) + (cols (string->number (attribute-string (normalize "cols") tgroup)))) + (if (node-list-empty? footnotes) + (empty-sosofo) + (make sequence + (with-mode table-footnote-mode + (process-node-list footnotes)))))) + + ;; disable (make page-footnote) in tgroup element temporarily. (element ulink (make sequence (if (node-list-empty? (children (current-node))) (literal (attribute-string (normalize "url"))) (make sequence - ($charseq$) (if %footnote-ulinks% (if (node-list-empty? (ancestor-member (current-node) (list (normalize "tgroup")))) (next-match) (make sequence + ($charseq$) + (make line-field + font-family-name: %body-font-family% + ($ss-seq$ + (literal (table-footnote-number (current-node))))) (empty-sosofo))) (empty-sosofo)))))) + + (define %table-footnote-size-factor% (* 0.8 %footnote-size-factor%)) + (define %table-footnote-row-margin% 0pt) + + ;; XXX: ss-seq does not work properly... + (mode table-footnote-mode + (element ulink + (let* ((tgroup (ancestor-member (current-node) (list (normalize "tgroup")))) + (cols (string->number (attribute-string (normalize "cols") tgroup)))) + (make table-row + (make table-cell + n-columns-spanned: cols + cell-before-row-margin: %table-footnote-row-margin% + cell-after-row-margin: %table-footnote-row-margin% + cell-before-column-margin: %cals-cell-before-column-margin% + cell-after-column-margin: %cals-cell-after-column-margin% + start-indent: %cals-cell-content-start-indent% + end-indent: %cals-cell-content-end-indent% + (make sequence + ($ss-seq$ + (literal (table-footnote-number (current-node)))) + (literal (gentext-label-title-sep (normalize "footnote"))) + (make paragraph + font-family-name: %body-font-family% + font-size: (* %table-footnote-size-factor% %bf-size%) + font-posture: 'upright + quadding: %default-quadding% + line-spacing: (* (* %table-footnote-size-factor% %bf-size%) + %line-spacing-factor%) + space-before: %para-sep% + space-after: %para-sep% + start-indent: %footnote-field-width% + first-line-start-indent: (- %footnote-field-width%) + (make line-field + field-width: %footnote-field-width% + (literal (attribute-string (normalize "url"))))))))))) ]]> X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11C2F16A41C; Tue, 14 Jun 2005 06:08:06 +0000 (GMT) (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 A9E5743D1F; Tue, 14 Jun 2005 06:08:05 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 989E460F7; Tue, 14 Jun 2005 08:07:59 +0200 (CEST) Received: from xps.des.no (des.no [80.203.228.37]) by tim.des.no (Postfix) with ESMTP id 87D8A60F3; Tue, 14 Jun 2005 08:07:59 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 7938433C49; Tue, 14 Jun 2005 08:07:59 +0200 (CEST) To: Scott Long References: <200506131845.j5DIjFUN006373@repoman.freebsd.org> <864qc2uf0c.fsf@xps.des.no> <42ADFBF9.4030505@samsco.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 14 Jun 2005 08:07:59 +0200 In-Reply-To: <42ADFBF9.4030505@samsco.org> (Scott Long's message of "Mon, 13 Jun 2005 15:34:49 -0600") Message-ID: <86k6kxtqrk.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Learn: ham X-Spam-Score: -5.2/5.0 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on tim.des.no Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith Subject: Re: cvs commit: CVSROOT approvers 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, 14 Jun 2005 06:08:06 -0000 Scott Long writes: > Dag-Erling Sm=F8rgrav wrote: > > Will this actually work? The comment above the line you changed says > > it won't, but a quick read of the code says it will. > Peter fixed the perl action code when he was doing the LOCKS gymnastics. In that case, the comment should be removed. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Jun 14 06:22:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 027C016A41C; Tue, 14 Jun 2005 06:22:47 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B8643D4C; Tue, 14 Jun 2005 06:22:46 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from beastie.frontfree.net (unknown [219.239.99.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 0731FEB0FFA; Tue, 14 Jun 2005 14:22:43 +0800 (CST) Received: from localhost (localhost.frontfree.net [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 275EF133A10; Tue, 14 Jun 2005 14:22:38 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25540-08; Tue, 14 Jun 2005 14:22:32 +0800 (CST) Received: from [10.217.12.87] (unknown [61.135.152.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by beastie.frontfree.net (Postfix) with ESMTP id CF5C713167B; Tue, 14 Jun 2005 14:22:31 +0800 (CST) From: Xin LI To: Peter Wemm In-Reply-To: <200506140243.j5E2hjnh044694@repoman.freebsd.org> References: <200506140243.j5E2hjnh044694@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-VQhcCQignH6H1lQyOiet" Organization: The FreeBSD Simplified Chinese Project Date: Tue, 14 Jun 2005 14:22:27 +0800 Message-Id: <1118730147.733.6.camel@spirit> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at frontfree.net Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/syscons scgfbrndr.c scvgarndr.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, 14 Jun 2005 06:22:47 -0000 --=-VQhcCQignH6H1lQyOiet Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > peter 2005-06-14 02:43:45 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/syscons scgfbrndr.c scvgarndr.c=20 > Log: > Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a n= ew > function pointer to the vga render dispatch table and initialized it wi= th > vga_nop. The problem is that vga_nop() is a varargs function, and the > table declares a non-varargs function pointer. On amd64 (and I think p= pc), > mixing varargs and non-varargs function pointers is fatal. > =20 > Change vga_nop() and gfb_nop() from varargs to non-varargs do-nothing > functions. This stops the stack corruption that only happened on amd64= . Thanks! --=20 Xin LI http://www.delphij.net/ --=-VQhcCQignH6H1lQyOiet Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCrnej/cVsHxFZiIoRAtcqAJ9sVvTLMQ4YbqDmC27TnZ6puxax7gCdHTJe uhws6ajrGLQW7swzLiQ0mdA= =RDeL -----END PGP SIGNATURE----- --=-VQhcCQignH6H1lQyOiet-- From owner-cvs-src@FreeBSD.ORG Tue Jun 14 07:03:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 8BABD16A41F; Tue, 14 Jun 2005 07:03:16 +0000 (GMT) Date: Tue, 14 Jun 2005 07:03:16 +0000 From: Alexey Dokuchaev To: Joshua Goodall Message-ID: <20050614070316.GB8023@FreeBSD.org> References: <200407201544.i6KFiWWr001296@repoman.freebsd.org> <20050613110937.GA29004@roughtrade.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050613110937.GA29004@roughtrade.net> User-Agent: Mutt/1.4.2.1i Cc: Ollivier Robert , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... 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, 14 Jun 2005 07:03:16 -0000 On Mon, Jun 13, 2005 at 09:09:37PM +1000, Joshua Goodall wrote: > Bit tardy, but ... > > On Tue, Jul 20, 2004 at 03:44:32PM +0000, Ollivier Robert wrote: > > roberto 2004-07-20 15:44:32 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/ntp Makefile config.h > > usr.sbin/ntp/doc Makefile > > usr.sbin/ntp/libntp Makefile > > usr.sbin/ntp/ntpd Makefile > > usr.sbin/ntp/ntpdate Makefile > > usr.sbin/ntp/ntpdc Makefile > > usr.sbin/ntp/ntpq Makefile > > usr.sbin/ntp/ntptrace Makefile > > nitpick: > ntptrace should be #!/usr/bin/perl not #!/usr/local/bin/perl Why not make it #!/usr/bin/env perl ? ./danfe From owner-cvs-src@FreeBSD.ORG Tue Jun 14 07:50:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1121116A41C; Tue, 14 Jun 2005 07:50:46 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D439743D49; Tue, 14 Jun 2005 07:50:45 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E7ojNq067456; Tue, 14 Jun 2005 07:50:45 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E7ojes067455; Tue, 14 Jun 2005 07:50:45 GMT (envelope-from ru) Message-Id: <200506140750.j5E7ojes067455@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 07:50: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/bin/sh sh.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: Tue, 14 Jun 2005 07:50:46 -0000 ru 2005-06-14 07:50:45 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: Put the description of the -c option in the right place, as promised by the Argument List Processing section introduction. What follows the option in the options list is its long name, not its argument (as is the case for the -c option). Also sort references in the SEE ALSO section. Approved by: re (blanket) Revision Changes Path 1.101 +9 -7 src/bin/sh/sh.1 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 08:25:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28DB216A41C; Tue, 14 Jun 2005 08:25:01 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCC843D4C; Tue, 14 Jun 2005 08:25:00 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E8P0dS068730; Tue, 14 Jun 2005 08:25:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E8P0or068729; Tue, 14 Jun 2005 08:25:00 GMT (envelope-from ru) Message-Id: <200506140825.j5E8P0or068729@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 08:25: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/bin/sh sh.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: Tue, 14 Jun 2005 08:25:01 -0000 ru 2005-06-14 08:25:00 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: Sorted sections and fixed prompt (PS[12]) strings. Approved by: re (blanket) Revision Changes Path 1.102 +11 -11 src/bin/sh/sh.1 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 08:25:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E020516A41C; Tue, 14 Jun 2005 08:25:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED2B43D53; Tue, 14 Jun 2005 08:25:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E8Pshg068863; Tue, 14 Jun 2005 08:25:54 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E8PswD068862; Tue, 14 Jun 2005 08:25:54 GMT (envelope-from ru) Message-Id: <200506140825.j5E8PswD068862@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 08:25: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/bin/chflags chflags.1 src/bin/dd dd.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: Tue, 14 Jun 2005 08:25:55 -0000 ru 2005-06-14 08:25:54 UTC FreeBSD src repository Modified files: bin/chflags chflags.1 bin/dd dd.1 Log: Sort sections. Approved by: re (blanket) Revision Changes Path 1.25 +5 -5 src/bin/chflags/chflags.1 1.30 +8 -8 src/bin/dd/dd.1 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 08:40:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 258D216A41C; Tue, 14 Jun 2005 08:40:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E841F43D48; Tue, 14 Jun 2005 08:40:10 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E8eAZx069832; Tue, 14 Jun 2005 08:40:10 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E8eA64069831; Tue, 14 Jun 2005 08:40:10 GMT (envelope-from ru) Message-Id: <200506140840.j5E8eA64069831@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 08:40: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/libexec/getty ttys.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, 14 Jun 2005 08:40:11 -0000 ru 2005-06-14 08:40:10 UTC FreeBSD src repository Modified files: libexec/getty ttys.5 Log: Bump document date on behalf of a recent change. Approved by: re (blanket) Revision Changes Path 1.18 +1 -1 src/libexec/getty/ttys.5 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 08:41:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9494116A41C; Tue, 14 Jun 2005 08:41:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6383043D1F; Tue, 14 Jun 2005 08:41:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E8fBB2069926; Tue, 14 Jun 2005 08:41:11 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E8fBWC069925; Tue, 14 Jun 2005 08:41:11 GMT (envelope-from ru) Message-Id: <200506140841.j5E8fBWC069925@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 08:41: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: src/libexec/rtld-elf rtld.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: Tue, 14 Jun 2005 08:41:11 -0000 ru 2005-06-14 08:41:11 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.1 Log: Removed trailing whitespace. Approved by: re (blanket) Revision Changes Path 1.40 +2 -2 src/libexec/rtld-elf/rtld.1 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 08:49:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C27816A41C; Tue, 14 Jun 2005 08:49:15 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E021D43D5D; Tue, 14 Jun 2005 08:49:14 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E8nEg8077881; Tue, 14 Jun 2005 08:49:14 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E8nE2a077880; Tue, 14 Jun 2005 08:49:14 GMT (envelope-from ru) Message-Id: <200506140849.j5E8nE2a077880@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 08:49: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/boot/common loader.8 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, 14 Jun 2005 08:49:15 -0000 ru 2005-06-14 08:49:14 UTC FreeBSD src repository Modified files: sys/boot/common loader.8 Log: Improved markup, fixes some spelling and grammar. Approved by: re (blanket) Revision Changes Path 1.82 +13 -12 src/sys/boot/common/loader.8 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 09:18:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4111616A41C; Tue, 14 Jun 2005 09:18:29 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA0843D49; Tue, 14 Jun 2005 09:18:29 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5E9ISA2079074; Tue, 14 Jun 2005 09:18:28 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5E9ISNM079073; Tue, 14 Jun 2005 09:18:28 GMT (envelope-from darrenr) Message-Id: <200506140918.j5E9ISNM079073@repoman.freebsd.org> From: Darren Reed Date: Tue, 14 Jun 2005 09:18:26 +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/contrib/ipfilter/netinet ip_sync.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, 14 Jun 2005 09:18:29 -0000 darrenr 2005-06-14 09:18:26 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_sync.c Log: locking on exit of reading from ip_sync is not correct for all instances Approved by: re (dwhite) Revision Changes Path 1.2 +9 -4 src/sys/contrib/ipfilter/netinet/ip_sync.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 10:41:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FA6016A41C; Tue, 14 Jun 2005 10:41:08 +0000 (GMT) (envelope-from roberto@keltia.freenix.fr) Received: from tara.freenix.org (keltia.freenix.org [82.224.56.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06EFA43D49; Tue, 14 Jun 2005 10:41:07 +0000 (GMT) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id D73192E3D; Tue, 14 Jun 2005 12:41:06 +0200 (CEST) Date: Tue, 14 Jun 2005 12:41:06 +0200 From: Ollivier Robert To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org Message-ID: <20050614104106.GA14918@tara.freenix.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org References: <200407201544.i6KFiWWr001296@repoman.freebsd.org> <20050613110937.GA29004@roughtrade.net> <20050613144244.GA45110@tara.freenix.org> <20050613233625.GF11349@roughtrade.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050613233625.GF11349@roughtrade.net> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.9i Cc: Subject: Re: cvs commit: src/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... 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, 14 Jun 2005 10:41:08 -0000 According to Joshua Goodall: > FreeBSD's use.perl script deliberately manages a symlink from > /usr/bin/perl to (for example) my /opt/bin/perl5.8.6. I believe > that using the managed link is more correct than making assumptions > about $LOCALBASE. You have a point. What do others say? > It's ntptrace. I didn't send it to the NTP team because I don't > know them, and as far as I knew it was only FreeBSD harbouring a > desire to eradicate perl scripts from the base system. I'd like > to send it, and it'd help if I had some kind of endorsement from a > committer. Please contact Harlan Stenn and Brad Knowles to see fi they're interested. They know me :) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 10:56:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FFC16A41C; Tue, 14 Jun 2005 10:56:02 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A7A43D49; Tue, 14 Jun 2005 10:56:02 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EAu2uT082643; Tue, 14 Jun 2005 10:56:02 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EAu2h9082642; Tue, 14 Jun 2005 10:56:02 GMT (envelope-from ru) Message-Id: <200506141056.j5EAu2h9082642@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 10:56: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/lib/libc/gen msgrcv.3 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, 14 Jun 2005 10:56:02 -0000 ru 2005-06-14 10:56:02 UTC FreeBSD src repository Modified files: lib/libc/gen msgrcv.3 Log: When IPC_NOWAIT is set and there is no message, msgrcv() fails with errno set to ENOMSG. PR: docs/82217 Submitted by: delphij Approved by: re (blanket) Revision Changes Path 1.20 +3 -3 src/lib/libc/gen/msgrcv.3 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 11:24:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B9516A41C; Tue, 14 Jun 2005 11:24:56 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95FC743D4C; Tue, 14 Jun 2005 11:24:56 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EBOu2h083767; Tue, 14 Jun 2005 11:24:56 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EBOu6x083766; Tue, 14 Jun 2005 11:24:56 GMT (envelope-from ru) Message-Id: <200506141124.j5EBOu6x083766@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 11:24: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/sbin/camcontrol camcontrol.8 src/sbin/devfs devfs.8 src/sbin/gpt gpt.8 src/sbin/ifconfig ifconfig.8 src/sbin/ipfw ipfw.8 src/sbin/savecore savecore.8 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, 14 Jun 2005 11:24:56 -0000 ru 2005-06-14 11:24:56 UTC FreeBSD src repository Modified files: sbin/camcontrol camcontrol.8 sbin/devfs devfs.8 sbin/gpt gpt.8 sbin/ifconfig ifconfig.8 sbin/ipfw ipfw.8 sbin/savecore savecore.8 Log: Markup fixes. Approved by: re (blanket) Revision Changes Path 1.41 +1 -1 src/sbin/camcontrol/camcontrol.8 1.15 +5 -3 src/sbin/devfs/devfs.8 1.13 +5 -28 src/sbin/gpt/gpt.8 1.94 +1 -1 src/sbin/ifconfig/ifconfig.8 1.173 +4 -4 src/sbin/ipfw/ipfw.8 1.25 +1 -1 src/sbin/savecore/savecore.8 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 11:50:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D325C16A41C; Tue, 14 Jun 2005 11:50:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B36F443D49; Tue, 14 Jun 2005 11:50:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EBorA9084885; Tue, 14 Jun 2005 11:50:53 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EBor8h084884; Tue, 14 Jun 2005 11:50:53 GMT (envelope-from ru) Message-Id: <200506141150.j5EBor8h084884@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 11:50:53 +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/find find.1 src/usr.bin/ktrdump ktrdump.8 src/usr.bin/lockf lockf.1 src/usr.bin/make make.1 src/usr.bin/pkill pkill.1 src/usr.bin/printf printf.1 src/usr.bin/sed sed.1 src/usr.bin/stat stat.1 src/usr.bin/what ... 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, 14 Jun 2005 11:50:54 -0000 ru 2005-06-14 11:50:53 UTC FreeBSD src repository Modified files: usr.bin/find find.1 usr.bin/ktrdump ktrdump.8 usr.bin/lockf lockf.1 usr.bin/make make.1 usr.bin/pkill pkill.1 usr.bin/printf printf.1 usr.bin/sed sed.1 usr.bin/stat stat.1 usr.bin/what what.1 Log: Markup and wording fixes. Approved by: re (blanket) Revision Changes Path 1.73 +2 -2 src/usr.bin/find/find.1 1.8 +1 -1 src/usr.bin/ktrdump/ktrdump.8 1.16 +3 -1 src/usr.bin/lockf/lockf.1 1.89 +14 -9 src/usr.bin/make/make.1 1.16 +1 -1 src/usr.bin/pkill/pkill.1 1.34 +1 -1 src/usr.bin/printf/printf.1 1.43 +1 -1 src/usr.bin/sed/sed.1 1.8 +1 -1 src/usr.bin/stat/stat.1 1.19 +1 -1 src/usr.bin/what/what.1 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 11:57:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67EF916A41C; Tue, 14 Jun 2005 11:57:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 380C543D49; Tue, 14 Jun 2005 11:57:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EBv7wE085088; Tue, 14 Jun 2005 11:57:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EBv7mp085087; Tue, 14 Jun 2005 11:57:07 GMT (envelope-from rwatson) Message-Id: <200506141157.j5EBv7mp085087@repoman.freebsd.org> From: Robert Watson Date: Tue, 14 Jun 2005 11:57:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet in_pcb.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, 14 Jun 2005 11:57:07 -0000 rwatson 2005-06-14 11:57:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet in_pcb.c Log: Merge in_pcb.c:1.164-1.165 from HEAD to RELENG_5: Assert pcbinfo lock in in_pcbdisconnect() and in_pcbdetach(), as the global pcb lists are modified. Commit correct version of previous commit (in_pcb.c:1.164). Use the local variables as currently named. Revision Changes Path 1.153.2.10 +3 -0 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 11:57:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D4716A41C; Tue, 14 Jun 2005 11:57:44 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953EF43D4C; Tue, 14 Jun 2005 11:57:44 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EBvilD085123; Tue, 14 Jun 2005 11:57:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EBvi0J085122; Tue, 14 Jun 2005 11:57:44 GMT (envelope-from rwatson) Message-Id: <200506141157.j5EBvi0J085122@repoman.freebsd.org> From: Robert Watson Date: Tue, 14 Jun 2005 11:57:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet tcp_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, 14 Jun 2005 11:57:44 -0000 rwatson 2005-06-14 11:57:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_usrreq.c Log: Merge tcp_usrreq.c:1.122 from HEAD to RELENG_5: Assert tcbinfo lock in tcp_attach(), as it is required; the caller (tcp_usr_attach()) currently grabs it. Revision Changes Path 1.107.2.5 +2 -0 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 11:58:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D3CF16A41C; Tue, 14 Jun 2005 11:58:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F20543D4C; Tue, 14 Jun 2005 11:58:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EBwfJr085229; Tue, 14 Jun 2005 11:58:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EBwfNw085228; Tue, 14 Jun 2005 11:58:41 GMT (envelope-from rwatson) Message-Id: <200506141158.j5EBwfNw085228@repoman.freebsd.org> From: Robert Watson Date: Tue, 14 Jun 2005 11:58:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet tcp_input.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, 14 Jun 2005 11:58:41 -0000 rwatson 2005-06-14 11:58:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_input.c Log: Merge tcp_input.c:1.274 from HEAD to RELENG_5: Assert the tcbinfo lock whenever tcp_close() is to be called by tcp_input(). Revision Changes Path 1.252.2.18 +11 -0 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 11:59:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB7A516A41C; Tue, 14 Jun 2005 11:59:20 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C32943D53; Tue, 14 Jun 2005 11:59:20 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EBxK7c085271; Tue, 14 Jun 2005 11:59:20 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EBxKrd085270; Tue, 14 Jun 2005 11:59:20 GMT (envelope-from rwatson) Message-Id: <200506141159.j5EBxKrd085270@repoman.freebsd.org> From: Robert Watson Date: Tue, 14 Jun 2005 11:59:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet tcp_input.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, 14 Jun 2005 11:59:21 -0000 rwatson 2005-06-14 11:59:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_input.c Log: Merge tcp_input.c:1.275 from HEAD to RELENG_5: Assert that tcbinfo is locked in tcp_input() before calling into tcp_drop(). Revision Changes Path 1.252.2.19 +9 -1 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 11:59:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC4716A41C; Tue, 14 Jun 2005 11:59:46 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66BA043D53; Tue, 14 Jun 2005 11:59:46 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EBxkCX085305; Tue, 14 Jun 2005 11:59:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EBxkBO085304; Tue, 14 Jun 2005 11:59:46 GMT (envelope-from rwatson) Message-Id: <200506141159.j5EBxkBO085304@repoman.freebsd.org> From: Robert Watson Date: Tue, 14 Jun 2005 11:59:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet tcp_subr.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, 14 Jun 2005 11:59:46 -0000 rwatson 2005-06-14 11:59:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_subr.c Log: Merge tcp_subr.c:1.227 from HEAD to RELENG_5: Assert that tcbinfo is locked in tcp_input() before calling into tcp_drop(). Revision Changes Path 1.201.2.21 +6 -0 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 12:01:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14B9116A41F; Tue, 14 Jun 2005 12:01:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D444C43D53; Tue, 14 Jun 2005 12:01:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EC133a085427; Tue, 14 Jun 2005 12:01:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EC13UQ085426; Tue, 14 Jun 2005 12:01:03 GMT (envelope-from rwatson) Message-Id: <200506141201.j5EC13UQ085426@repoman.freebsd.org> From: Robert Watson Date: Tue, 14 Jun 2005 12:01:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet tcp_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, 14 Jun 2005 12:01:04 -0000 rwatson 2005-06-14 12:01:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_usrreq.c Log: Merge tcp_usrreq.c:1.123 from HEAD to RELENG_5: Assert tcbinfo lock, inpcb lock in tcp_disconnect(). Assert tcbinfo lock, inpcb lock in in tcp_usrclosed(). Revision Changes Path 1.107.2.6 +8 -1 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 12:26:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABE6916A41C; Tue, 14 Jun 2005 12:26:36 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C19443D1F; Tue, 14 Jun 2005 12:26:36 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5ECQaPt086774; Tue, 14 Jun 2005 12:26:36 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5ECQahH086773; Tue, 14 Jun 2005 12:26:36 GMT (envelope-from ru) Message-Id: <200506141226.j5ECQahH086773@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 12:26:36 +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/chkgrp chkgrp.8 src/usr.sbin/jail jail.8 src/usr.sbin/mixer mixer.8 src/usr.sbin/mount_portalfs mount_portalfs.8 src/usr.sbin/mtree mtree.8 src/usr.sbin/newsyslog newsyslog.8 src/usr.sbin/pkg_install/create pkg_create.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: Tue, 14 Jun 2005 12:26:36 -0000 ru 2005-06-14 12:26:36 UTC FreeBSD src repository Modified files: usr.sbin/chkgrp chkgrp.8 usr.sbin/jail jail.8 usr.sbin/mixer mixer.8 usr.sbin/mount_portalfs mount_portalfs.8 usr.sbin/mtree mtree.8 usr.sbin/newsyslog newsyslog.8 usr.sbin/pkg_install/create pkg_create.1 usr.sbin/pkg_install/version pkg_version.1 usr.sbin/vidcontrol vidcontrol.1 Log: Markup fixes. Approved by: re (blanket) Revision Changes Path 1.16 +4 -3 src/usr.sbin/chkgrp/chkgrp.8 1.67 +6 -9 src/usr.sbin/jail/jail.8 1.24 +4 -4 src/usr.sbin/mixer/mixer.8 1.19 +3 -7 src/usr.sbin/mount_portalfs/mount_portalfs.8 1.52 +1 -1 src/usr.sbin/mtree/mtree.8 1.51 +7 -7 src/usr.sbin/newsyslog/newsyslog.8 1.65 +1 -1 src/usr.sbin/pkg_install/create/pkg_create.1 1.34 +4 -3 src/usr.sbin/pkg_install/version/pkg_version.1 1.57 +3 -2 src/usr.sbin/vidcontrol/vidcontrol.1 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 13:54:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD6F16A41C; Tue, 14 Jun 2005 13:54:23 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37DAD43D4C; Tue, 14 Jun 2005 13:54:23 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EDsNjF098155; Tue, 14 Jun 2005 13:54:23 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EDsNmH098154; Tue, 14 Jun 2005 13:54:23 GMT (envelope-from kuriyama) Message-Id: <200506141354.j5EDsNmH098154@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 14 Jun 2005 13:54: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: CVSROOT approvers 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, 14 Jun 2005 13:54:23 -0000 kuriyama 2005-06-14 13:54:22 UTC FreeBSD src repository Modified files: . approvers Log: Remove trailing whitespace. Approved by: core (implicit) Reported by: ru Revision Changes Path 1.22 +1 -1 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Tue Jun 14 14:21:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92BEB16A41C; Tue, 14 Jun 2005 14:21:25 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E00943D1F; Tue, 14 Jun 2005 14:21:25 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EELPug099499; Tue, 14 Jun 2005 14:21:25 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EELPqt099498; Tue, 14 Jun 2005 14:21:25 GMT (envelope-from ups) Message-Id: <200506141421.j5EELPqt099498@repoman.freebsd.org> From: Stephan Uphoff Date: Tue, 14 Jun 2005 14:21:25 +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/conf NOTES src/sys/i386/conf NOTES src/sys/amd64/conf NOTES 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, 14 Jun 2005 14:21:25 -0000 ups 2005-06-14 14:21:25 UTC FreeBSD src repository Modified files: sys/conf NOTES sys/i386/conf NOTES sys/amd64/conf NOTES Log: Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specific NOTES files. Approved by: re (scottl) Revision Changes Path 1.35 +3 -0 src/sys/amd64/conf/NOTES 1.1324 +0 -3 src/sys/conf/NOTES 1.1200 +3 -0 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue Jun 14 14:43:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4574716A41C; Tue, 14 Jun 2005 14:43:37 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD1843D48; Tue, 14 Jun 2005 14:43:37 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EEhbOK000656; Tue, 14 Jun 2005 14:43:37 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EEhaxZ000655; Tue, 14 Jun 2005 14:43:37 GMT (envelope-from ru) Message-Id: <200506141443.j5EEhaxZ000655@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Jun 2005 14:43:36 +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 rc.conf.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, 14 Jun 2005 14:43:37 -0000 ru 2005-06-14 14:43:36 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Add missing .Ed call that was fatal for the rest of manpage. Bump document date. Approved by: re Revision Changes Path 1.255 +2 -1 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Jun 14 14:50:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D00FF16A41C; Tue, 14 Jun 2005 14:50:40 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADDA43D1F; Tue, 14 Jun 2005 14:50:40 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EEoeNK001155; Tue, 14 Jun 2005 14:50:40 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EEoe1h001154; Tue, 14 Jun 2005 14:50:40 GMT (envelope-from delphij) Message-Id: <200506141450.j5EEoe1h001154@repoman.freebsd.org> From: Xin LI Date: Tue, 14 Jun 2005 14:50:40 +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/an if_an.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, 14 Jun 2005 14:50:41 -0000 delphij 2005-06-14 14:50:40 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c Log: Initialize sc->an_ifp when doing if_alloc(). This prevents an(4) from being panic when attaching. Approved by: re (scottl) Revision Changes Path 1.67 +1 -1 src/sys/dev/an/if_an.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 15:05:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D17316A41C; Tue, 14 Jun 2005 15:05:43 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C5743D1F; Tue, 14 Jun 2005 15:05:43 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EF5hhD001817; Tue, 14 Jun 2005 15:05:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EF5hr9001816; Tue, 14 Jun 2005 15:05:43 GMT (envelope-from krion) Message-Id: <200506141505.j5EF5hr9001816@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 14 Jun 2005 15:05: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/usr.sbin/pkg_install/add extract.c src/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/info show.c src/usr.sbin/pkg_install/lib lib.h plist.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, 14 Jun 2005 15:05:43 -0000 krion 2005-06-14 15:05:43 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add extract.c usr.sbin/pkg_install/create pkg_create.1 usr.sbin/pkg_install/info show.c usr.sbin/pkg_install/lib lib.h plist.c Log: Implement @noinst field which has at the moment the same meaning and function as @comment has. But will be valid only for files and not for md5 sums, rcsid's and comments in the future. Submitted by: flz Approved by: re@ (scottl) Revision Changes Path 1.43 +2 -1 src/usr.sbin/pkg_install/add/extract.c 1.66 +10 -0 src/usr.sbin/pkg_install/create/pkg_create.1 1.38 +4 -0 src/usr.sbin/pkg_install/info/show.c 1.56 +2 -1 src/usr.sbin/pkg_install/lib/lib.h 1.49 +6 -0 src/usr.sbin/pkg_install/lib/plist.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 15:55:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F86B16A41C; Tue, 14 Jun 2005 15:55:01 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF8943D49; Tue, 14 Jun 2005 15:55:00 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.49] (2-zyx-piter-f0285.r5.ll.kw.ua [195.140.246.50]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j5EFswNB080705 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 14 Jun 2005 17:54:59 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <42AEFDD0.5060508@portaone.com> Date: Tue, 14 Jun 2005 18:54:56 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirill Ponomarew References: <200506141505.j5EF5hr9001816@repoman.freebsd.org> In-Reply-To: <200506141505.j5EF5hr9001816@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/939/Tue Jun 14 16:29:23 2005 on www.portaone.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c src/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/info show.c src/usr.sbin/pkg_install/lib lib.h plist.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 15:55:01 -0000 What's the purpose of such feature? I can't guess any. -Maxim Kirill Ponomarew wrote: > krion 2005-06-14 15:05:43 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install/add extract.c > usr.sbin/pkg_install/create pkg_create.1 > usr.sbin/pkg_install/info show.c > usr.sbin/pkg_install/lib lib.h plist.c > Log: > Implement @noinst field which has at the moment the same meaning and > function as @comment has. But will be valid only for files and not > for md5 sums, rcsid's and comments in the future. > > Submitted by: flz > Approved by: re@ (scottl) > > Revision Changes Path > 1.43 +2 -1 src/usr.sbin/pkg_install/add/extract.c > 1.66 +10 -0 src/usr.sbin/pkg_install/create/pkg_create.1 > 1.38 +4 -0 src/usr.sbin/pkg_install/info/show.c > 1.56 +2 -1 src/usr.sbin/pkg_install/lib/lib.h > 1.49 +6 -0 src/usr.sbin/pkg_install/lib/plist.c > > > From owner-cvs-src@FreeBSD.ORG Tue Jun 14 17:38:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6902316A41C; Tue, 14 Jun 2005 17:38:37 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409AB43D49; Tue, 14 Jun 2005 17:38:37 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EHcbZC015471; Tue, 14 Jun 2005 17:38:37 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EHcbdF015470; Tue, 14 Jun 2005 17:38:37 GMT (envelope-from brooks) Message-Id: <200506141738.j5EHcbdF015470@repoman.freebsd.org> From: Brooks Davis Date: Tue, 14 Jun 2005 17:38: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/sys/dev/xe if_xe.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, 14 Jun 2005 17:38:37 -0000 brooks 2005-06-14 17:38:37 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe.c Log: Remove a duplicate assignment. Reported by: delphij Approved by: re (ifnet blanket) Revision Changes Path 1.55 +1 -1 src/sys/dev/xe/if_xe.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 17:38:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BF5516A41F; Tue, 14 Jun 2005 17:38:47 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E486543D49; Tue, 14 Jun 2005 17:38:46 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EHckUl015500; Tue, 14 Jun 2005 17:38:46 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EHckxn015499; Tue, 14 Jun 2005 17:38:46 GMT (envelope-from wilko) Message-Id: <200506141738.j5EHckxn015499@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 14 Jun 2005 17:38:46 +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/hardware/alpha proc-alpha.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, 14 Jun 2005 17:38:47 -0000 wilko 2005-06-14 17:38:46 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml Log: Empty CMOS batteries can cause agony with your AlphaBIOS versus SRM selection. Found out the hard way by: gallatin Approved by: re (scottl) Revision Changes Path 1.76 +6 -0 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml From owner-cvs-src@FreeBSD.ORG Tue Jun 14 17:43:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63FB016A41C; Tue, 14 Jun 2005 17:43:41 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FC443D48; Tue, 14 Jun 2005 17:43:41 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EHhfec015776; Tue, 14 Jun 2005 17:43:41 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EHhfSQ015775; Tue, 14 Jun 2005 17:43:41 GMT (envelope-from wilko) Message-Id: <200506141743.j5EHhfSQ015775@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 14 Jun 2005 17:43:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.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, 14 Jun 2005 17:43:41 -0000 wilko 2005-06-14 17:43:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml Log: MFC: Empty CMOS batteries can cause agony with your AlphaBIOS versus SRM selection. Found out the hard way by: gallatin Revision Changes Path 1.69.2.5 +6 -0 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml From owner-cvs-src@FreeBSD.ORG Tue Jun 14 17:46:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E5B16A41C; Tue, 14 Jun 2005 17:46:36 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36D0443D49; Tue, 14 Jun 2005 17:46:36 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EHkaqR015926; Tue, 14 Jun 2005 17:46:36 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EHkad0015925; Tue, 14 Jun 2005 17:46:36 GMT (envelope-from wilko) Message-Id: <200506141746.j5EHkad0015925@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 14 Jun 2005 17:46:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.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, 14 Jun 2005 17:46:36 -0000 wilko 2005-06-14 17:46:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml Log: Empty CMOS batteries can cause agony with your AlphaBIOS versus SRM selection. Found out the hard way by: gallatin Revision Changes Path 1.13.2.49 +6 -0 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml From owner-cvs-src@FreeBSD.ORG Tue Jun 14 17:47:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EA0C16A41C; Tue, 14 Jun 2005 17:47:32 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342A143D1D; Tue, 14 Jun 2005 17:47:32 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EHlWZA015963; Tue, 14 Jun 2005 17:47:32 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EHlW6h015962; Tue, 14 Jun 2005 17:47:32 GMT (envelope-from brooks) Message-Id: <200506141747.j5EHlW6h015962@repoman.freebsd.org> From: Brooks Davis Date: Tue, 14 Jun 2005 17:47: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/sys/dev/if_ndis if_ndis.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, 14 Jun 2005 17:47:32 -0000 brooks 2005-06-14 17:47:32 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Move if_alloc() higher in the attach function so sc->ifp is populated early. I've moved it all the way to the top rather than part way up as the submitter did. Submitted by: Jung-uk Kim Reported by: submitter, le, dougb Approved by: re (ifnet blanket) Revision Changes Path 1.99 +6 -6 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 17:59:06 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A5616A41C; Tue, 14 Jun 2005 17:59:06 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from lakermmtao04.cox.net (lakermmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6701E43D1F; Tue, 14 Jun 2005 17:59:05 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao04.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050614175902.KOEW20878.lakermmtao04.cox.net@mezz.mezzweb.com>; Tue, 14 Jun 2005 13:59:02 -0400 Date: Tue, 14 Jun 2005 13:00:22 -0500 To: "Ollivier Robert" References: <200407201544.i6KFiWWr001296@repoman.freebsd.org> <20050613110937.GA29004@roughtrade.net> <20050613144244.GA45110@tara.freenix.org> <20050613233625.GF11349@roughtrade.net> <20050614104106.GA14918@tara.freenix.org> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20050614104106.GA14918@tara.freenix.org> User-Agent: Opera M2/8.0 (Linux, build 1095) Cc: cvs-src@freebsd.org, src-committers@freebsd.org Subject: Re: cvs commit: src/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... 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, 14 Jun 2005 17:59:06 -0000 On Tue, 14 Jun 2005 05:41:06 -0500, Ollivier Robert wrote: > According to Joshua Goodall: >> FreeBSD's use.perl script deliberately manages a symlink from >> /usr/bin/perl to (for example) my /opt/bin/perl5.8.6. I believe >> that using the managed link is more correct than making assumptions >> about $LOCALBASE. > > You have a point. What do others say? danfe's reply is a lot better, why not use '#!/usr/bin/env perl'? >> It's ntptrace. I didn't send it to the NTP team because I don't >> know them, and as far as I knew it was only FreeBSD harbouring a >> desire to eradicate perl scripts from the base system. I'd like >> to send it, and it'd help if I had some kind of endorsement from a >> committer. > > Please contact Harlan Stenn and Brad Knowles > to see fi they're interested. They know me :) -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jun 14 19:28:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8ED716A41C; Tue, 14 Jun 2005 19:28:55 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA8243D53; Tue, 14 Jun 2005 19:28:55 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5EJStdp013999; Tue, 14 Jun 2005 12:28:55 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5EJStKA013998; Tue, 14 Jun 2005 12:28:55 -0700 (PDT) (envelope-from obrien) Date: Tue, 14 Jun 2005 12:28:54 -0700 From: "David O'Brien" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org Message-ID: <20050614192854.GA13882@dragon.NUXI.org> References: <200407201544.i6KFiWWr001296@repoman.freebsd.org> <20050613110937.GA29004@roughtrade.net> <20050613144244.GA45110@tara.freenix.org> <20050613233625.GF11349@roughtrade.net> <20050614104106.GA14918@tara.freenix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050614104106.GA14918@tara.freenix.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: Subject: Re: cvs commit: src/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: src-committers@FreeBSD.org, cvs-src@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: Tue, 14 Jun 2005 19:28:55 -0000 On Tue, Jun 14, 2005 at 12:41:06PM +0200, Ollivier Robert wrote: > According to Joshua Goodall: > > FreeBSD's use.perl script deliberately manages a symlink from > > /usr/bin/perl to (for example) my /opt/bin/perl5.8.6. I believe > > that using the managed link is more correct than making assumptions > > about $LOCALBASE. > > You have a point. What do others say? We should stop creating a /usr/bin/perl symlink. We don't create /usr/bin/python or /usr/bin/ruby. We should stop treating Perl a something more special than other 3rd-party scripting languages. What would we do if this file were a ruby script? That is what we should do for it as a Perl script. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Jun 14 19:37:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C2916A41C; Tue, 14 Jun 2005 19:37:06 +0000 (GMT) (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 6F74043D4C; Tue, 14 Jun 2005 19:37:06 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j5EJfllk013393; Tue, 14 Jun 2005 13:41:47 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42AF314A.6080701@samsco.org> Date: Tue, 14 Jun 2005 13:34:34 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org References: <200407201544.i6KFiWWr001296@repoman.freebsd.org> <20050613110937.GA29004@roughtrade.net> <20050613144244.GA45110@tara.freenix.org> <20050613233625.GF11349@roughtrade.net> <20050614104106.GA14918@tara.freenix.org> <20050614192854.GA13882@dragon.NUXI.org> In-Reply-To: <20050614192854.GA13882@dragon.NUXI.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: Subject: Re: cvs commit: src/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... 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, 14 Jun 2005 19:37:06 -0000 David O'Brien wrote: > On Tue, Jun 14, 2005 at 12:41:06PM +0200, Ollivier Robert wrote: > >>According to Joshua Goodall: >> >>>FreeBSD's use.perl script deliberately manages a symlink from >>>/usr/bin/perl to (for example) my /opt/bin/perl5.8.6. I believe >>>that using the managed link is more correct than making assumptions >>>about $LOCALBASE. >> >>You have a point. What do others say? > > > We should stop creating a /usr/bin/perl symlink. We don't create > /usr/bin/python or /usr/bin/ruby. We should stop treating Perl a > something more special than other 3rd-party scripting languages. > What would we do if this file were a ruby script? > That is what we should do for it as a Perl script. > And interoperability with the trillions of perl scripts that start with #!/usr/bin/perl isn't a big deal? I vote for what gives our users the least headaches. Scott From owner-cvs-src@FreeBSD.ORG Tue Jun 14 19:45:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E9E16A41C; Tue, 14 Jun 2005 19:45:15 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 383ED43D1D; Tue, 14 Jun 2005 19:45:15 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5EJjEC6014511; Tue, 14 Jun 2005 12:45:14 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5EJjCNa014510; Tue, 14 Jun 2005 12:45:12 -0700 (PDT) (envelope-from obrien) Date: Tue, 14 Jun 2005 12:45:12 -0700 From: "David O'Brien" To: Scott Long Message-ID: <20050614194512.GB13882@dragon.NUXI.org> References: <200407201544.i6KFiWWr001296@repoman.freebsd.org> <20050613110937.GA29004@roughtrade.net> <20050613144244.GA45110@tara.freenix.org> <20050613233625.GF11349@roughtrade.net> <20050614104106.GA14918@tara.freenix.org> <20050614192854.GA13882@dragon.NUXI.org> <42AF314A.6080701@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42AF314A.6080701@samsco.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... 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: Tue, 14 Jun 2005 19:45:15 -0000 On Tue, Jun 14, 2005 at 01:34:34PM -0600, Scott Long wrote: > David O'Brien wrote: > >On Tue, Jun 14, 2005 at 12:41:06PM +0200, Ollivier Robert wrote: > >>According to Joshua Goodall: > >> > >>>FreeBSD's use.perl script deliberately manages a symlink from > >>>/usr/bin/perl to (for example) my /opt/bin/perl5.8.6. I believe > >>>that using the managed link is more correct than making assumptions > >>>about $LOCALBASE. > >> > >>You have a point. What do others say? > > > >We should stop creating a /usr/bin/perl symlink. We don't create > >/usr/bin/python or /usr/bin/ruby. We should stop treating Perl a > >something more special than other 3rd-party scripting languages. > >What would we do if this file were a ruby script? > >That is what we should do for it as a Perl script. > > And interoperability with the trillions of perl scripts that start > with > > #!/usr/bin/perl > isn't a big deal? I vote for what gives our users the least headaches. That is an argument to keep the /usr/bin/perl symlink. Not an augment to continue the bad practice post FreeBSD-5. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Jun 14 20:17:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED5D216A41C; Tue, 14 Jun 2005 20:17:06 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id A999B43D4C; Tue, 14 Jun 2005 20:17:06 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.51 (FreeBSD)) id 1DiHqS-0006rt-R9; Tue, 14 Jun 2005 22:17:12 +0200 Date: Tue, 14 Jun 2005 22:17:12 +0200 From: Kirill Ponomarew To: Maxim.Sobolev@portaone.com Message-ID: <20050614201712.GB21336@voodoo.oberon.net> References: <200506141505.j5EF5hr9001816@repoman.freebsd.org> <42AEFDD0.5060508@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42AEFDD0.5060508@portaone.com> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Keywords: 579279786 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c src/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/info show.c src/usr.sbin/pkg_install/lib lib.h plist.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, 14 Jun 2005 20:17:07 -0000 On Tue, Jun 14, 2005 at 06:54:56PM +0300, Maxim Sobolev wrote: > What's the purpose of such feature? I can't guess any. The purpose is to separate the meanings of these two fields, I was agree with flz that @comment sounds a little strange in relation to files, @noinst is more appropriate in this case. However @comment will stay anyway and serve for real comments, md5 sums etc. > Kirill Ponomarew wrote: > >krion 2005-06-14 15:05:43 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/pkg_install/add extract.c > > usr.sbin/pkg_install/create pkg_create.1 > > usr.sbin/pkg_install/info show.c > > usr.sbin/pkg_install/lib lib.h plist.c > > Log: > > Implement @noinst field which has at the moment the same meaning and > > function as @comment has. But will be valid only for files and not > > for md5 sums, rcsid's and comments in the future. > > > > Submitted by: flz > > Approved by: re@ (scottl) > > > > Revision Changes Path > > 1.43 +2 -1 src/usr.sbin/pkg_install/add/extract.c > > 1.66 +10 -0 src/usr.sbin/pkg_install/create/pkg_create.1 > > 1.38 +4 -0 src/usr.sbin/pkg_install/info/show.c > > 1.56 +2 -1 src/usr.sbin/pkg_install/lib/lib.h > > 1.49 +6 -0 src/usr.sbin/pkg_install/lib/plist.c > > > > > > > -Kirill From owner-cvs-src@FreeBSD.ORG Tue Jun 14 20:31:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A80116A41C; Tue, 14 Jun 2005 20:31:54 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BBC43D1D; Tue, 14 Jun 2005 20:31:54 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EKVswu022726; Tue, 14 Jun 2005 20:31:54 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EKVsNk022725; Tue, 14 Jun 2005 20:31:54 GMT (envelope-from jeff) Message-Id: <200506142031.j5EKVsNk022725@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 14 Jun 2005 20:31: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/kern vfs_subr.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, 14 Jun 2005 20:31:54 -0000 jeff 2005-06-14 20:31:53 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - In reassignbuf() add many asserts to validate the head and tail pointers of the clean and dirty lists. This is in an attempt to catch the wrong bufobj problem sooner. - In vgonel() don't acquire an extra reference in the active case, the vnode lock and VI_DOOMED protect us from recursively cleaning. - Also in vgonel() clean up some stale comments. Sponsored by: Isilon Systems, Inc. Approved by: re (blanket vfs) Revision Changes Path 1.631 +29 -18 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 20:32:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9735D16A41C; Tue, 14 Jun 2005 20:32:27 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7E043D1F; Tue, 14 Jun 2005 20:32:27 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EKWRDe022767; Tue, 14 Jun 2005 20:32:27 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EKWRBK022766; Tue, 14 Jun 2005 20:32:27 GMT (envelope-from jeff) Message-Id: <200506142032.j5EKWRBK022766@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 14 Jun 2005 20:32: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 vfs_bio.c vfs_default.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, 14 Jun 2005 20:32:27 -0000 jeff 2005-06-14 20:32:27 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c vfs_default.c Log: - Add and enhance asserts related to the wrong bufobj panic. Sponsored by: Isilon Systems, Inc. Approved by: re (blanket vfs) Revision Changes Path 1.491 +1 -1 src/sys/kern/vfs_bio.c 1.127 +3 -0 src/sys/kern/vfs_default.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 21:51:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2643D16A41C; Tue, 14 Jun 2005 21:51:09 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE14243D58; Tue, 14 Jun 2005 21:51:08 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5ELp8OJ033810; Tue, 14 Jun 2005 21:51:08 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5ELp8OA033809; Tue, 14 Jun 2005 21:51:08 GMT (envelope-from alfred) Message-Id: <200506142151.j5ELp8OA033809@repoman.freebsd.org> From: Alfred Perlstein Date: Tue, 14 Jun 2005 21:51:08 +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: Tue, 14 Jun 2005 21:51:09 -0000 alfred 2005-06-14 21:51:08 UTC FreeBSD src repository Modified files: usr.bin/truss syscalls.c Log: Decode chroot(2) args. Approved by: re Revision Changes Path 1.49 +2 -0 src/usr.bin/truss/syscalls.c From owner-cvs-src@FreeBSD.ORG Tue Jun 14 21:56:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 993CD16A41C; Tue, 14 Jun 2005 21:56:00 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE0F43D53; Tue, 14 Jun 2005 21:56:00 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5ELu0Hq033976; Tue, 14 Jun 2005 21:56:00 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5ELu0JC033975; Tue, 14 Jun 2005 21:56:00 GMT (envelope-from scottl) Message-Id: <200506142156.j5ELu0JC033975@repoman.freebsd.org> From: Scott Long Date: Tue, 14 Jun 2005 21:56: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: CVSROOT approvers 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, 14 Jun 2005 21:56:00 -0000 scottl 2005-06-14 21:56:00 UTC FreeBSD src repository Modified files: . approvers Log: Modify a stale comment about HEAD branches. Clarify a rule. Approved by: core Revision Changes Path 1.23 +2 -5 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Tue Jun 14 23:34:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E0F716A41C; Tue, 14 Jun 2005 23:34:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1008143D53; Tue, 14 Jun 2005 23:34:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5ENYUkZ037493; Tue, 14 Jun 2005 23:34:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5ENYUXj037492; Tue, 14 Jun 2005 23:34:30 GMT (envelope-from imp) Message-Id: <200506142334.j5ENYUXj037492@repoman.freebsd.org> From: Warner Losh Date: Tue, 14 Jun 2005 23:34:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/etc MAKEDEV 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, 14 Jun 2005 23:34:31 -0000 imp 2005-06-14 23:34:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc MAKEDEV Log: (direct commit, since MAKEDEV is gone in HEAD and RELENG_5): Create the twa devices that communicate with the twa driver. Revision Changes Path 1.243.2.71 +6 -0 src/etc/MAKEDEV From owner-cvs-src@FreeBSD.ORG Wed Jun 15 00:21:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F36CE16A41C; Wed, 15 Jun 2005 00:21:02 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F6E43D4C; Wed, 15 Jun 2005 00:21:02 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5F0L2SO039207; Wed, 15 Jun 2005 00:21:02 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5F0L2JP039206; Wed, 15 Jun 2005 00:21:02 GMT (envelope-from hmp) Message-Id: <200506150021.j5F0L2JP039206@repoman.freebsd.org> From: Hiten Pandya Date: Wed, 15 Jun 2005 00:21: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/man9 pmap.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: Wed, 15 Jun 2005 00:21:03 -0000 hmp 2005-06-15 00:21:02 UTC FreeBSD src repository Modified files: share/man/man9 pmap.9 Log: Add a cross-reference to the pmap_page_init(9) manual page. Approved by: re Revision Changes Path 1.10 +1 -0 src/share/man/man9/pmap.9 From owner-cvs-src@FreeBSD.ORG Wed Jun 15 02:27:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B57D16A41C; Wed, 15 Jun 2005 02:27:42 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB5E43D4C; Wed, 15 Jun 2005 02:27:41 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5F2RfC6050671; Wed, 15 Jun 2005 02:27:41 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5F2RfFX050670; Wed, 15 Jun 2005 02:27:41 GMT (envelope-from lesi) Message-Id: <200506150227.j5F2RfFX050670@repoman.freebsd.org> From: Dejan Lesjak Date: Wed, 15 Jun 2005 02:27: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/etc/mtree BSD.x11-4.dist 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, 15 Jun 2005 02:27:42 -0000 lesi 2005-06-15 02:27:41 UTC FreeBSD src repository (ports committer) Modified files: etc/mtree BSD.x11-4.dist Log: Move couple of directories out of mtree and into their respective ports. This mtree now specifies basic structure of X11BASE, similarly to BSD.local.dist. No objections on: freebsd-x11@ Approved by: re (dwhite), portmgr Revision Changes Path 1.27 +2 -320 src/etc/mtree/BSD.x11-4.dist From owner-cvs-src@FreeBSD.ORG Wed Jun 15 02:36:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06BEF16A421; Wed, 15 Jun 2005 02:36:12 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19F843D1F; Wed, 15 Jun 2005 02:36:11 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5F2aBxK051351; Wed, 15 Jun 2005 02:36:11 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5F2aBxv051350; Wed, 15 Jun 2005 02:36:11 GMT (envelope-from rodrigc) Message-Id: <200506150236.j5F2aBxv051350@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 15 Jun 2005 02:36: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: src/sys/gnu/reiserfs reiserfs_fs.h src/sys/gnu/fs/ext2fs ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_inode.c ext2_inode_cnv.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_subr.c ext2_vfsops.c ext2_vnops.c src/sys/conf ... 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, 15 Jun 2005 02:36:12 -0000 rodrigc 2005-06-15 02:36:11 UTC FreeBSD src repository Modified files: sys/gnu/reiserfs reiserfs_fs.h sys/gnu/fs/ext2fs ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_inode.c ext2_inode_cnv.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_subr.c ext2_vfsops.c ext2_vnops.c sys/conf files sys/modules/ext2fs Makefile Log: Move ext2fs from src/gnu to src/gnu/fs. Discussed on arch@. Reviewed by: kan Approved by: re (blanket), kan Revision Changes Path 1.1027 +11 -11 src/sys/conf/files 1.42 +6 -6 src/sys/gnu/fs/ext2fs/ext2_alloc.c 1.21 +5 -5 src/sys/gnu/fs/ext2fs/ext2_balloc.c 1.63 +5 -5 src/sys/gnu/fs/ext2fs/ext2_bmap.c 1.56 +6 -6 src/sys/gnu/fs/ext2fs/ext2_inode.c 1.15 +3 -3 src/sys/gnu/fs/ext2fs/ext2_inode_cnv.c 1.24 +8 -8 src/sys/gnu/fs/ext2fs/ext2_linux_balloc.c 1.23 +8 -8 src/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c 1.50 +5 -5 src/sys/gnu/fs/ext2fs/ext2_lookup.c 1.30 +4 -4 src/sys/gnu/fs/ext2fs/ext2_subr.c 1.150 +6 -6 src/sys/gnu/fs/ext2fs/ext2_vfsops.c 1.102 +7 -7 src/sys/gnu/fs/ext2fs/ext2_vnops.c 1.2 +3 -3 src/sys/gnu/reiserfs/reiserfs_fs.h 1.6 +1 -1 src/sys/modules/ext2fs/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jun 15 04:07:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD5D16A41C; Wed, 15 Jun 2005 04:07:29 +0000 (GMT) (envelope-from sobomax@web.portaone.com) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C08443D48; Wed, 15 Jun 2005 04:07:28 +0000 (GMT) (envelope-from sobomax@web.portaone.com) Received: from www.portaone.com (localhost [127.0.0.1]) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j5F47R4T019332 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Jun 2005 06:07:27 +0200 (CEST) (envelope-from sobomax@web.portaone.com) Received: (from sobomax@localhost) by www.portaone.com (8.12.11/8.12.11/Submit) id j5F47RE0019331; Wed, 15 Jun 2005 06:07:27 +0200 (CEST) (envelope-from sobomax) Date: Wed, 15 Jun 2005 06:07:27 +0200 From: Maxim Sobolev To: Kirill Ponomarew Message-ID: <20050615040727.GB15096@www.portaone.com> References: <200506141505.j5EF5hr9001816@repoman.freebsd.org> <42AEFDD0.5060508@portaone.com> <20050614201712.GB21336@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050614201712.GB21336@voodoo.oberon.net> User-Agent: Mutt/1.5.8i X-Virus-Scanned: ClamAV 0.83/939/Tue Jun 14 16:29:23 2005 on www.portaone.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c src/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/info show.c src/usr.sbin/pkg_install/lib lib.h plist.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, 15 Jun 2005 04:07:30 -0000 Well, while it can have some semantical value, but it is noop right now due to the absence of upgrade mechanism for older releases. Nobody will use it until such mechanism is introduced. Also, this commit is incomplete since it doesn't include proper bumps in PKG_INSTALL_VERSION and PLIST_FMT_VER_MAJOR. This is major plist change since older pkg_install tools will not be able to handle packages with @noinst. Another problem is that the name has been selected poorly IMHO, since "noinst" doesn't mean "do not install this", but in fact something like "do not package this", since there is no point to package some file which isn't going to be installed anyway. Therefore I'd suggest to change name to nopack along with version bump. -Maxim On Tue, Jun 14, 2005 at 10:17:12PM +0200, Kirill Ponomarew wrote: > On Tue, Jun 14, 2005 at 06:54:56PM +0300, Maxim Sobolev wrote: > > What's the purpose of such feature? I can't guess any. > > The purpose is to separate the meanings of these two fields, I was > agree with flz that @comment sounds a little strange in relation to > files, @noinst is more appropriate in this case. However @comment > will stay anyway and serve for real comments, md5 sums etc. > > > Kirill Ponomarew wrote: > > >krion 2005-06-14 15:05:43 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > usr.sbin/pkg_install/add extract.c > > > usr.sbin/pkg_install/create pkg_create.1 > > > usr.sbin/pkg_install/info show.c > > > usr.sbin/pkg_install/lib lib.h plist.c > > > Log: > > > Implement @noinst field which has at the moment the same meaning and > > > function as @comment has. But will be valid only for files and not > > > for md5 sums, rcsid's and comments in the future. > > > > > > Submitted by: flz > > > Approved by: re@ (scottl) > > > > > > Revision Changes Path > > > 1.43 +2 -1 src/usr.sbin/pkg_install/add/extract.c > > > 1.66 +10 -0 src/usr.sbin/pkg_install/create/pkg_create.1 > > > 1.38 +4 -0 src/usr.sbin/pkg_install/info/show.c > > > 1.56 +2 -1 src/usr.sbin/pkg_install/lib/lib.h > > > 1.49 +6 -0 src/usr.sbin/pkg_install/lib/plist.c > > > > > > > > > > > > > -Kirill > > From owner-cvs-src@FreeBSD.ORG Wed Jun 15 08:46:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B7516A41C; Wed, 15 Jun 2005 08:46:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F23043D4C; Wed, 15 Jun 2005 08:46:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5F8k2b6074823; Wed, 15 Jun 2005 08:46:02 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5F8k1pW074822; Wed, 15 Jun 2005 08:46:02 GMT (envelope-from hrs) Message-Id: <200506150846.j5F8k1pW074822@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 15 Jun 2005 08:46:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/share/sgml release.dsl 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, 15 Jun 2005 08:46:02 -0000 hrs 2005-06-15 08:46:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/share/sgml release.dsl Log: Enable table endnotes in printed version. The footnote number will be "a,b,c,..." independently from footnotes in the document body, and content of the footnotes will be put just after the table. Revision Changes Path 1.7.6.2 +57 -2 src/release/doc/share/sgml/release.dsl From owner-cvs-src@FreeBSD.ORG Wed Jun 15 10:13:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C013B16A41C; Wed, 15 Jun 2005 10:13:05 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C5643D5C; Wed, 15 Jun 2005 10:13:05 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FAD5MX084844; Wed, 15 Jun 2005 10:13:05 GMT (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FAD5xd084843; Wed, 15 Jun 2005 10:13:05 GMT (envelope-from dd) Message-Id: <200506151013.j5FAD5xd084843@repoman.freebsd.org> From: Dima Dorfman Date: Wed, 15 Jun 2005 10:13: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/usr.sbin/pwd_mkdb pwd_mkdb.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, 15 Jun 2005 10:13:05 -0000 dd 2005-06-15 10:13:05 UTC FreeBSD src repository Modified files: usr.sbin/pwd_mkdb pwd_mkdb.c Log: Correctly handle an input file without a newline on the last line (and avoid the confusing error message about the line being too long). This change uses fgetln to detect the right conditions, but the fixed-width line buffer is kept because too many other places in the program make assumptions about its maximum width. Approved by: re (scottl) Revision Changes Path 1.51 +9 -9 src/usr.sbin/pwd_mkdb/pwd_mkdb.c From owner-cvs-src@FreeBSD.ORG Wed Jun 15 10:35:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12F3916A41C; Wed, 15 Jun 2005 10:35:15 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDD543D49; Wed, 15 Jun 2005 10:35:14 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FAZEE7085650; Wed, 15 Jun 2005 10:35:14 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FAZE6Y085649; Wed, 15 Jun 2005 10:35:14 GMT (envelope-from sobomax) Message-Id: <200506151035.j5FAZE6Y085649@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 15 Jun 2005 10:35:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.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, 15 Jun 2005 10:35:15 -0000 sobomax 2005-06-15 10:35:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Log: MFC: recursive package creation move (-R). Revision Changes Path 1.24.2.1 +1 -0 src/usr.sbin/pkg_install/create/create.h 1.35.2.1 +7 -2 src/usr.sbin/pkg_install/create/main.c 1.79.2.1 +54 -6 src/usr.sbin/pkg_install/create/perform.c 1.61.2.1 +8 -1 src/usr.sbin/pkg_install/create/pkg_create.1 From owner-cvs-src@FreeBSD.ORG Wed Jun 15 13:21:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D4F16A42B; Wed, 15 Jun 2005 13:21:45 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F09843D49; Wed, 15 Jun 2005 13:21:45 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FDLjGo098473; Wed, 15 Jun 2005 13:21:45 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FDLj37098472; Wed, 15 Jun 2005 13:21:45 GMT (envelope-from ru) Message-Id: <200506151321.j5FDLj37098472@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Jun 2005 13:21: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/man1 builtin.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, 15 Jun 2005 13:21:45 -0000 ru 2005-06-15 13:21:45 UTC FreeBSD src repository Modified files: share/man/man1 builtin.1 Log: Add missing command name. (The error was visible on stderr.) Approved by: re Revision Changes Path 1.23 +1 -1 src/share/man/man1/builtin.1 From owner-cvs-src@FreeBSD.ORG Wed Jun 15 13:22:49 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D1416A41F for ; Wed, 15 Jun 2005 13:22:49 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: from mx.tele-kom.ru (mx.tele-kom.ru [213.80.148.6]) by mx1.FreeBSD.org (Postfix) with SMTP id C2C5343D1F for ; Wed, 15 Jun 2005 13:22:47 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: (qmail 64394 invoked by uid 555); 15 Jun 2005 13:22:46 -0000 Received: from stormwind.tele-kom.ru (213.80.148.43) by t-k.ru with TeleMail/2 id 1118841766-64388 for cvs-src@freebsd.org; Wed, 15 Jun 17:22:46 2005 +0400 (MSD) Received: (qmail 27440 invoked by uid 2004); 15 Jun 2005 13:22:43 -0000 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by stormwind.tele-kom.ru (Postfix) with ESMTP id E744A159B832 for ; Wed, 15 Jun 2005 17:22:08 +0400 (MSD) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 49E9D57A15; Wed, 15 Jun 2005 13:22:03 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C5F9716A581; Wed, 15 Jun 2005 13:21:51 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D4F16A42B; Wed, 15 Jun 2005 13:21:45 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F09843D49; Wed, 15 Jun 2005 13:21:45 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FDLjGo098473; Wed, 15 Jun 2005 13:21:45 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FDLj37098472; Wed, 15 Jun 2005 13:21:45 GMT (envelope-from ru) Message-Id: <200506151321.j5FDLj37098472@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Jun 2005 13:21:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-DSPAM-Result: Innocent X-DSPAM-Confidence: 0.6000 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 42b02ba3272774584420535 Cc: Subject: cvs commit: src/share/man/man1 builtin.1 X-BeenThere: cvs-src@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, 15 Jun 2005 13:22:49 -0000 ru 2005-06-15 13:21:45 UTC FreeBSD src repository Modified files: share/man/man1 builtin.1 Log: Add missing command name. (The error was visible on stderr.) Approved by: re Revision Changes Path 1.23 +1 -1 src/share/man/man1/builtin.1 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" !DSPAM:42b02ba3272774584420535! From owner-cvs-src@FreeBSD.ORG Wed Jun 15 13:31:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B86816A41C; Wed, 15 Jun 2005 13:31:24 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E5A543D58; Wed, 15 Jun 2005 13:31:24 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FDVN7u099087; Wed, 15 Jun 2005 13:31:23 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FDVNX9099086; Wed, 15 Jun 2005 13:31:23 GMT (envelope-from ru) Message-Id: <200506151331.j5FDVNX9099086@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Jun 2005 13:31: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 acpi.4 cpufreq.4 ed.4 geom.4 icmp6.4 ng_netflow.4 ng_source.4 snd_emu10k1.4 snd_maestro3.4 unix.4 witness.4 src/share/man/man5 autofs.5 elf.5 src/share/man/man7 release.7 src/share/man/man9 MUTEX_PROFILING.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: Wed, 15 Jun 2005 13:31:24 -0000 ru 2005-06-15 13:31:23 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 cpufreq.4 ed.4 geom.4 icmp6.4 ng_netflow.4 ng_source.4 snd_emu10k1.4 snd_maestro3.4 unix.4 witness.4 share/man/man5 autofs.5 elf.5 share/man/man7 release.7 share/man/man9 MUTEX_PROFILING.9 VFS_SYNC.9 VFS_VGET.9 VOP_GETPAGES.9 bus_dma.9 device_find_child.9 ifnet.9 kthread.9 ktr.9 mbuf.9 pci.9 rman.9 taskqueue.9 time.9 timeout.9 vfs_suser.9 Log: Assorted markup fixes and minor wordsmithing. Approved by: re Revision Changes Path 1.52 +5 -1 src/share/man/man4/acpi.4 1.10 +2 -2 src/share/man/man4/cpufreq.4 1.44 +1 -1 src/share/man/man4/ed.4 1.13 +9 -9 src/share/man/man4/geom.4 1.18 +16 -8 src/share/man/man4/icmp6.4 1.11 +1 -1 src/share/man/man4/ng_netflow.4 1.10 +33 -25 src/share/man/man4/ng_source.4 1.5 +2 -2 src/share/man/man4/snd_emu10k1.4 1.7 +1 -1 src/share/man/man4/snd_maestro3.4 1.12 +28 -12 src/share/man/man4/unix.4 1.9 +4 -3 src/share/man/man4/witness.4 1.3 +1 -1 src/share/man/man5/autofs.5 1.31 +1 -1 src/share/man/man5/elf.5 1.54 +4 -4 src/share/man/man7/release.7 1.11 +0 -1 src/share/man/man9/MUTEX_PROFILING.9 1.15 +1 -1 src/share/man/man9/VFS_SYNC.9 1.18 +9 -5 src/share/man/man9/VFS_VGET.9 1.12 +1 -1 src/share/man/man9/VOP_GETPAGES.9 1.25 +2 -2 src/share/man/man9/bus_dma.9 1.10 +3 -3 src/share/man/man9/device_find_child.9 1.50 +4 -4 src/share/man/man9/ifnet.9 1.14 +1 -1 src/share/man/man9/kthread.9 1.9 +1 -1 src/share/man/man9/ktr.9 1.57 +1 -1 src/share/man/man9/mbuf.9 1.8 +1 -1 src/share/man/man9/pci.9 1.5 +4 -4 src/share/man/man9/rman.9 1.19 +1 -1 src/share/man/man9/taskqueue.9 1.16 +2 -2 src/share/man/man9/time.9 1.28 +1 -1 src/share/man/man9/timeout.9 1.3 +1 -1 src/share/man/man9/vfs_suser.9 From owner-cvs-src@FreeBSD.ORG Wed Jun 15 13:32:15 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE27316A49E for ; Wed, 15 Jun 2005 13:32:14 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: from mx.tele-kom.ru (mx.tele-kom.ru [213.80.148.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B80B43D58 for ; Wed, 15 Jun 2005 13:32:08 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: (qmail 71514 invoked by uid 555); 15 Jun 2005 13:32:03 -0000 Received: from stormwind.tele-kom.ru (213.80.148.43) by t-k.ru with TeleMail/2 id 1118842323-71494 for cvs-src@freebsd.org; Wed, 15 Jun 17:32:03 2005 +0400 (MSD) Received: (qmail 29421 invoked by uid 2004); 15 Jun 2005 13:32:02 -0000 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by stormwind.tele-kom.ru (Postfix) with ESMTP id 26AB0159B82E for ; Wed, 15 Jun 2005 17:31:55 +0400 (MSD) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 12AF757C6F; Wed, 15 Jun 2005 13:31:35 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id E385116A447; Wed, 15 Jun 2005 13:31:31 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B86816A41C; Wed, 15 Jun 2005 13:31:24 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E5A543D58; Wed, 15 Jun 2005 13:31:24 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FDVN7u099087; Wed, 15 Jun 2005 13:31:23 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FDVNX9099086; Wed, 15 Jun 2005 13:31:23 GMT (envelope-from ru) Message-Id: <200506151331.j5FDVNX9099086@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Jun 2005 13:31:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-DSPAM-Result: Innocent X-DSPAM-Confidence: 0.6000 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 42b02dd2294174944196016 Cc: Subject: cvs commit: src/share/man/man4 acpi.4 cpufreq.4 ed.4 geom.4 icmp6.4 ng_netflow.4 ng_source.4 snd_emu10k1.4 snd_maestro3.4 unix.4 witness.4 src/share/man/man5 autofs.5 elf.5 src/share/man/man7 release.7 src/share/man/man9 MUTEX_PROFILING.9 ... X-BeenThere: cvs-src@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, 15 Jun 2005 13:32:15 -0000 ru 2005-06-15 13:31:23 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 cpufreq.4 ed.4 geom.4 icmp6.4 ng_netflow.4 ng_source.4 snd_emu10k1.4 snd_maestro3.4 unix.4 witness.4 share/man/man5 autofs.5 elf.5 share/man/man7 release.7 share/man/man9 MUTEX_PROFILING.9 VFS_SYNC.9 VFS_VGET.9 VOP_GETPAGES.9 bus_dma.9 device_find_child.9 ifnet.9 kthread.9 ktr.9 mbuf.9 pci.9 rman.9 taskqueue.9 time.9 timeout.9 vfs_suser.9 Log: Assorted markup fixes and minor wordsmithing. Approved by: re Revision Changes Path 1.52 +5 -1 src/share/man/man4/acpi.4 1.10 +2 -2 src/share/man/man4/cpufreq.4 1.44 +1 -1 src/share/man/man4/ed.4 1.13 +9 -9 src/share/man/man4/geom.4 1.18 +16 -8 src/share/man/man4/icmp6.4 1.11 +1 -1 src/share/man/man4/ng_netflow.4 1.10 +33 -25 src/share/man/man4/ng_source.4 1.5 +2 -2 src/share/man/man4/snd_emu10k1.4 1.7 +1 -1 src/share/man/man4/snd_maestro3.4 1.12 +28 -12 src/share/man/man4/unix.4 1.9 +4 -3 src/share/man/man4/witness.4 1.3 +1 -1 src/share/man/man5/autofs.5 1.31 +1 -1 src/share/man/man5/elf.5 1.54 +4 -4 src/share/man/man7/release.7 1.11 +0 -1 src/share/man/man9/MUTEX_PROFILING.9 1.15 +1 -1 src/share/man/man9/VFS_SYNC.9 1.18 +9 -5 src/share/man/man9/VFS_VGET.9 1.12 +1 -1 src/share/man/man9/VOP_GETPAGES.9 1.25 +2 -2 src/share/man/man9/bus_dma.9 1.10 +3 -3 src/share/man/man9/device_find_child.9 1.50 +4 -4 src/share/man/man9/ifnet.9 1.14 +1 -1 src/share/man/man9/kthread.9 1.9 +1 -1 src/share/man/man9/ktr.9 1.57 +1 -1 src/share/man/man9/mbuf.9 1.8 +1 -1 src/share/man/man9/pci.9 1.5 +4 -4 src/share/man/man9/rman.9 1.19 +1 -1 src/share/man/man9/taskqueue.9 1.16 +2 -2 src/share/man/man9/time.9 1.28 +1 -1 src/share/man/man9/timeout.9 1.3 +1 -1 src/share/man/man9/vfs_suser.9 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" !DSPAM:42b02dd2294174944196016! From owner-cvs-src@FreeBSD.ORG Wed Jun 15 15:21:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1718D16A41C; Wed, 15 Jun 2005 15:21:11 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D368A43D1F; Wed, 15 Jun 2005 15:21:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FFLARC003331; Wed, 15 Jun 2005 15:21:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FFLA0A003330; Wed, 15 Jun 2005 15:21:10 GMT (envelope-from rwatson) Message-Id: <200506151521.j5FFLA0A003330@repoman.freebsd.org> From: Robert Watson Date: Wed, 15 Jun 2005 15:21: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/lib/libthr libthr.3 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, 15 Jun 2005 15:21:11 -0000 rwatson 2005-06-15 15:21:10 UTC FreeBSD src repository Modified files: lib/libthr libthr.3 Log: Remove incorrect BUGS entry: libthr does support process-scope thread scheduling. MFC after: 1 week Submitted by: davidxu Approved by: re (scottl) Revision Changes Path 1.2 +0 -5 src/lib/libthr/libthr.3 From owner-cvs-src@FreeBSD.ORG Wed Jun 15 15:21:36 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F34CB16A41C for ; Wed, 15 Jun 2005 15:21:35 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: from mx.tele-kom.ru (mx.tele-kom.ru [213.80.148.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 9C29343D1F for ; Wed, 15 Jun 2005 15:21:34 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: (qmail 48186 invoked by uid 555); 15 Jun 2005 15:21:32 -0000 Received: from stormwind.tele-kom.ru (213.80.148.43) by t-k.ru with TeleMail/2 id 1118848892-48173 for cvs-src@freebsd.org; Wed, 15 Jun 19:21:32 2005 +0400 (MSD) Received: (qmail 69202 invoked by uid 2004); 15 Jun 2005 15:21:32 -0000 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by stormwind.tele-kom.ru (Postfix) with ESMTP id 357A3159B820 for ; Wed, 15 Jun 2005 19:21:27 +0400 (MSD) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id E33D057F90; Wed, 15 Jun 2005 15:21:20 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 8CCE316A426; Wed, 15 Jun 2005 15:21:18 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1718D16A41C; Wed, 15 Jun 2005 15:21:11 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D368A43D1F; Wed, 15 Jun 2005 15:21:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FFLARC003331; Wed, 15 Jun 2005 15:21:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FFLA0A003330; Wed, 15 Jun 2005 15:21:10 GMT (envelope-from rwatson) Message-Id: <200506151521.j5FFLA0A003330@repoman.freebsd.org> From: Robert Watson Date: Wed, 15 Jun 2005 15:21:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-DSPAM-Result: Innocent X-DSPAM-Confidence: 0.6000 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 42b0477c691921162977875 Cc: Subject: cvs commit: src/lib/libthr libthr.3 X-BeenThere: cvs-src@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, 15 Jun 2005 15:21:36 -0000 rwatson 2005-06-15 15:21:10 UTC FreeBSD src repository Modified files: lib/libthr libthr.3 Log: Remove incorrect BUGS entry: libthr does support process-scope thread scheduling. MFC after: 1 week Submitted by: davidxu Approved by: re (scottl) Revision Changes Path 1.2 +0 -5 src/lib/libthr/libthr.3 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" !DSPAM:42b0477c691921162977875! From owner-cvs-src@FreeBSD.ORG Wed Jun 15 16:17:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBDC716A41C; Wed, 15 Jun 2005 16:17:28 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DE043D55; Wed, 15 Jun 2005 16:17:28 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FGHSH4005323; Wed, 15 Jun 2005 16:17:28 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FGHSfT005322; Wed, 15 Jun 2005 16:17:28 GMT (envelope-from hrs) Message-Id: <200506151617.j5FGHSfT005322@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 15 Jun 2005 16:17: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/release/doc/en_US.ISO8859-1/relnotes/common new.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: Wed, 15 Jun 2005 16:17:29 -0000 hrs 2005-06-15 16:17:28 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Update release notes: hostapd v0.3.9, sendmail OSTYPE(freebsd6) support, WPA Supplicant v0.3.9, and new manual pages: bus_space(9) and pmap_page_init(9). Approved by: re (implicitly) Revision Changes Path 1.877 +7 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 15 16:43:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C13F016A41C; Wed, 15 Jun 2005 16:43:07 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 935B343D4C; Wed, 15 Jun 2005 16:43:07 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FGh7BU006427; Wed, 15 Jun 2005 16:43:07 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FGh70g006426; Wed, 15 Jun 2005 16:43:07 GMT (envelope-from rodrigc) Message-Id: <200506151643.j5FGh70g006426@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 15 Jun 2005 16:43:07 +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/gnu/ext2fs COPYRIGHT.INFO ext2_alloc.c ext2_balloc.c ext2_bitops.h ext2_bmap.c ext2_extern.h ext2_fs.h ext2_fs_sb.h ext2_inode.c ext2_inode_cnv.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_mount.h ext2_readwrite.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, 15 Jun 2005 16:43:07 -0000 rodrigc 2005-06-15 16:43:07 UTC FreeBSD src repository Removed files: sys/gnu/ext2fs COPYRIGHT.INFO ext2_alloc.c ext2_balloc.c ext2_bitops.h ext2_bmap.c ext2_extern.h ext2_fs.h ext2_fs_sb.h ext2_inode.c ext2_inode_cnv.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_mount.h ext2_readwrite.c ext2_subr.c ext2_vfsops.c ext2_vnops.c fs.h i386-bitops.h inode.h sparc64-bitops.h Log: Move ext2fs from src/gnu to src/gnu/fs. Discussed on arch@. Reviewed by: kan Approved by: re (blanket), kan Discussed with: dumbbell Revision Changes Path 1.4 +0 -35 src/sys/gnu/ext2fs/COPYRIGHT.INFO (dead) 1.42 +0 -535 src/sys/gnu/ext2fs/ext2_alloc.c (dead) 1.21 +0 -310 src/sys/gnu/ext2fs/ext2_balloc.c (dead) 1.3 +0 -114 src/sys/gnu/ext2fs/ext2_bitops.h (dead) 1.63 +0 -335 src/sys/gnu/ext2fs/ext2_bmap.c (dead) 1.36 +0 -104 src/sys/gnu/ext2fs/ext2_extern.h (dead) 1.15 +0 -550 src/sys/gnu/ext2fs/ext2_fs.h (dead) 1.6 +0 -83 src/sys/gnu/ext2fs/ext2_fs_sb.h (dead) 1.56 +0 -536 src/sys/gnu/ext2fs/ext2_inode.c (dead) 1.15 +0 -135 src/sys/gnu/ext2fs/ext2_inode_cnv.c (dead) 1.24 +0 -610 src/sys/gnu/ext2fs/ext2_linux_balloc.c (dead) 1.23 +0 -512 src/sys/gnu/ext2fs/ext2_linux_ialloc.c (dead) 1.50 +0 -1080 src/sys/gnu/ext2fs/ext2_lookup.c (dead) 1.32 +0 -73 src/sys/gnu/ext2fs/ext2_mount.h (dead) 1.32 +0 -304 src/sys/gnu/ext2fs/ext2_readwrite.c (dead) 1.30 +0 -120 src/sys/gnu/ext2fs/ext2_subr.c (dead) 1.150 +0 -1128 src/sys/gnu/ext2fs/ext2_vfsops.c (dead) 1.102 +0 -1741 src/sys/gnu/ext2fs/ext2_vnops.c (dead) 1.18 +0 -170 src/sys/gnu/ext2fs/fs.h (dead) 1.7 +0 -162 src/sys/gnu/ext2fs/i386-bitops.h (dead) 1.45 +0 -171 src/sys/gnu/ext2fs/inode.h (dead) 1.3 +0 -250 src/sys/gnu/ext2fs/sparc64-bitops.h (dead) From owner-cvs-src@FreeBSD.ORG Wed Jun 15 17:17:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0740816A41C; Wed, 15 Jun 2005 17:17:06 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B359243D49; Wed, 15 Jun 2005 17:17:05 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5FHH4t0001595; Wed, 15 Jun 2005 10:17:05 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5FHH4lc001594; Wed, 15 Jun 2005 10:17:04 -0700 (PDT) (envelope-from obrien) Date: Wed, 15 Jun 2005 10:17:04 -0700 From: "David O'Brien" To: Marius Strobl Message-ID: <20050615171704.GA1480@dragon.NUXI.org> References: <200506102056.j5AKudam000689@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506102056.j5AKudam000689@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c atkbdc_ebus.c atkbdc_isa.c atkbdc_subr.c atkbdc_subr.h atkbdcreg.h atkbdreg.h psm.c psm.h src/sys/dev/kbd atkbd.c atkbdc.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, 15 Jun 2005 17:17:06 -0000 On Fri, Jun 10, 2005 at 08:56:38PM +0000, Marius Strobl wrote: > marius 2005-06-10 20:56:38 UTC > FreeBSD src repository > Modified files: > sys/conf files.alpha files.amd64 files.i386 > files.ia64 > sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c > atkbdc_isa.c atkbdc_subr.c atkbdcreg.h > atkbdreg.h psm.c > sys/i386/isa/pcvt pcvt_hdr.h > Added files: > sys/dev/atkbdc atkbdc_ebus.c atkbdc_subr.h psm.h > Removed files: > sys/dev/kbd atkbd.c atkbdc.c atkbdcreg.h atkbdreg.h > sys/isa atkbd_isa.c atkbdc_isa.c psm.c > Log: > - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source > files after they were repo-copied to sys/dev/atkbdc. The sources of Hi Marius, I wonder if I could ask you a favor. In the future after doing a repo copy like this - to cvs rm the old files and connect the new files to the build their new location w/o other changes first. This commit gives me an insta-reboot. A kernel built just before that change is good (adding brooks' 2005-06-11 00:20:38 UTC mii.c commit). But due to the file location changes its harder step thru parts of the change to track down the issue. There have been a few other reports in freebsd-current@ about insta-reboots. It seems related to using kernel modules. I would like to thank you for the forced commit explaining the repo occurred. thanks, -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Jun 15 17:26:10 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE8A16A41C; Wed, 15 Jun 2005 17:26:10 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD79043D48; Wed, 15 Jun 2005 17:26:09 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.3/8.13.1) with ESMTP id j5FHQ9Z2061091; Wed, 15 Jun 2005 10:26:09 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.3/8.13.1/Submit) id j5FHQ9UT061090; Wed, 15 Jun 2005 10:26:09 -0700 (PDT) (envelope-from sgk) Date: Wed, 15 Jun 2005 10:26:09 -0700 From: Steve Kargl To: "David O'Brien" Message-ID: <20050615172609.GA61009@troutmask.apl.washington.edu> References: <200506102056.j5AKudam000689@repoman.freebsd.org> <20050615171704.GA1480@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050615171704.GA1480@dragon.NUXI.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, Marius Strobl , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c atkbdc_ebus.c atkbdc_isa.c atkbdc_subr.c atkbdc_subr.h atkbdcreg.h atkbdreg.h psm.c psm.h src/sys/dev/kbd atkbd.c atkbdc.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, 15 Jun 2005 17:26:10 -0000 On Wed, Jun 15, 2005 at 10:17:04AM -0700, David O'Brien wrote: > On Fri, Jun 10, 2005 at 08:56:38PM +0000, Marius Strobl wrote: > > marius 2005-06-10 20:56:38 UTC > > FreeBSD src repository > > Modified files: > > sys/conf files.alpha files.amd64 files.i386 > > files.ia64 > > sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c > > atkbdc_isa.c atkbdc_subr.c atkbdcreg.h > > atkbdreg.h psm.c > > sys/i386/isa/pcvt pcvt_hdr.h > > Added files: > > sys/dev/atkbdc atkbdc_ebus.c atkbdc_subr.h psm.h > > Removed files: > > sys/dev/kbd atkbd.c atkbdc.c atkbdcreg.h atkbdreg.h > > sys/isa atkbd_isa.c atkbdc_isa.c psm.c > > Log: > > - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source > > files after they were repo-copied to sys/dev/atkbdc. The sources of > > I wonder if I could ask you a favor. > In the future after doing a repo copy like this - to cvs rm the old files > and connect the new files to the build their new location w/o other > changes first. This commit gives me an insta-reboot. A kernel built > just before that change is good (adding brooks' 2005-06-11 00:20:38 UTC > mii.c commit). But due to the file location changes its harder step thru > parts of the change to track down the issue. > > There have been a few other reports in freebsd-current@ about > insta-reboots. It seems related to using kernel modules. I do not use modules on amd64. I see the instant reboots. Unfortunately, work has gotten in the way of tracking down the problem. David, thanks for looking into the problem. I'll have time on Friday to test patches. -- Steve From owner-cvs-src@FreeBSD.ORG Wed Jun 15 18:47:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E21716A41C; Wed, 15 Jun 2005 18:47:08 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 083E943D48; Wed, 15 Jun 2005 18:47:07 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id j5FIl6Gr099478; Wed, 15 Jun 2005 20:47:06 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j5FIl1PK099477; Wed, 15 Jun 2005 20:47:01 +0200 (CEST) (envelope-from marius) Date: Wed, 15 Jun 2005 20:47:01 +0200 From: Marius Strobl To: "David O'Brien" Message-ID: <20050615204701.P80563@newtrinity.zeist.de> References: <200506102056.j5AKudam000689@repoman.freebsd.org> <20050615171704.GA1480@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20050615171704.GA1480@dragon.NUXI.org>; from obrien@FreeBSD.org on Wed, Jun 15, 2005 at 10:17:04AM -0700 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-4; AVE: 6.31.0.5; VDF: 6.31.0.56; host: newtrinity.zeist.de) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c atkbdc_ebus.c atkbdc_isa.c atkbdc_subr.c atkbdc_subr.h atkbdcreg.h atkbdreg.h psm.c psm.h src/sys/dev/kbd atkbd.c atkbdc.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, 15 Jun 2005 18:47:08 -0000 On Wed, Jun 15, 2005 at 10:17:04AM -0700, David O'Brien wrote: > On Fri, Jun 10, 2005 at 08:56:38PM +0000, Marius Strobl wrote: > > marius 2005-06-10 20:56:38 UTC > > FreeBSD src repository > > Modified files: > > sys/conf files.alpha files.amd64 files.i386 > > files.ia64 > > sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c > > atkbdc_isa.c atkbdc_subr.c atkbdcreg.h > > atkbdreg.h psm.c > > sys/i386/isa/pcvt pcvt_hdr.h > > Added files: > > sys/dev/atkbdc atkbdc_ebus.c atkbdc_subr.h psm.h > > Removed files: > > sys/dev/kbd atkbd.c atkbdc.c atkbdcreg.h atkbdreg.h > > sys/isa atkbd_isa.c atkbdc_isa.c psm.c > > Log: > > - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source > > files after they were repo-copied to sys/dev/atkbdc. The sources of > > Hi Marius, > > I wonder if I could ask you a favor. > In the future after doing a repo copy like this - to cvs rm the old files > and connect the new files to the build their new location w/o other > changes first. Ok. > This commit gives me an insta-reboot. A kernel built > just before that change is good (adding brooks' 2005-06-11 00:20:38 UTC > mii.c commit). But due to the file location changes its harder step thru > parts of the change to track down the issue. > > There have been a few other reports in freebsd-current@ about > insta-reboots. It seems related to using kernel modules. > If the reboots happen before the kernel prints out anything this probably means that one of the atkbdc(4) or atkbd(4) configure functions triggers them unless something fancy is going on. I currently can't think of why one of the changes should make a difference on some AMD64 systems there but you could try and replace atkbdc.c and atkbd.c one after the other with the former versions from sys/dev/kbd and just update the path to the atkbd*.h there. Marius From owner-cvs-src@FreeBSD.ORG Wed Jun 15 19:04:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2657716A41C; Wed, 15 Jun 2005 19:04:05 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1064743D4C; Wed, 15 Jun 2005 19:04:05 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FJ449Y018589; Wed, 15 Jun 2005 19:04:04 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FJ443I018588; Wed, 15 Jun 2005 19:04:04 GMT (envelope-from ru) Message-Id: <200506151904.j5FJ443I018588@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Jun 2005 19:04: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/lib/libarchive libarchive-formats.5 tar.5 src/lib/libautofs libautofs.3 src/lib/libc/gen sysctl.3 ttyname.3 src/lib/libc/net getaddrinfo.3 getnameinfo.3 getnetent.3 inet6_rth_space.3 src/lib/libc/nls catgets.3 src/lib/libc/sys ... 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, 15 Jun 2005 19:04:05 -0000 ru 2005-06-15 19:04:04 UTC FreeBSD src repository Modified files: lib/libarchive libarchive-formats.5 tar.5 lib/libautofs libautofs.3 lib/libc/gen sysctl.3 ttyname.3 lib/libc/net getaddrinfo.3 getnameinfo.3 getnetent.3 inet6_rth_space.3 lib/libc/nls catgets.3 lib/libc/sys send.2 lib/libpam/modules/pam_exec pam_exec.8 lib/libsdp sdp.3 lib/msun/man fenv.3 lround.3 round.3 trunc.3 Log: Assorted markup fixes. Approved by: re Revision Changes Path 1.7 +2 -1 src/lib/libarchive/libarchive-formats.5 1.12 +1 -1 src/lib/libarchive/tar.5 1.7 +15 -7 src/lib/libautofs/libautofs.3 1.66 +12 -6 src/lib/libc/gen/sysctl.3 1.13 +21 -8 src/lib/libc/gen/ttyname.3 1.32 +4 -2 src/lib/libc/net/getaddrinfo.3 1.24 +4 -2 src/lib/libc/net/getnameinfo.3 1.22 +1 -1 src/lib/libc/net/getnetent.3 1.9 +13 -13 src/lib/libc/net/inet6_rth_space.3 1.13 +1 -1 src/lib/libc/nls/catgets.3 1.32 +3 -1 src/lib/libc/sys/send.2 1.6 +1 -1 src/lib/libpam/modules/pam_exec/pam_exec.8 1.10 +1 -1 src/lib/libsdp/sdp.3 1.5 +1 -1 src/lib/msun/man/fenv.3 1.4 +3 -3 src/lib/msun/man/lround.3 1.6 +1 -1 src/lib/msun/man/round.3 1.3 +1 -1 src/lib/msun/man/trunc.3 From owner-cvs-src@FreeBSD.ORG Wed Jun 15 19:29:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95C4C16A41C; Wed, 15 Jun 2005 19:29:03 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D11743D48; Wed, 15 Jun 2005 19:29:03 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FJT3W0019470; Wed, 15 Jun 2005 19:29:03 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FJT3tF019469; Wed, 15 Jun 2005 19:29:03 GMT (envelope-from wilko) Message-Id: <200506151929.j5FJT3tF019469@repoman.freebsd.org> From: Wilko Bulte Date: Wed, 15 Jun 2005 19:29:03 +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 wlan_tkip.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: Wed, 15 Jun 2005 19:29:03 -0000 wilko 2005-06-15 19:29:03 UTC FreeBSD src repository Modified files: share/man/man4 wlan_tkip.4 Log: typo: Michale -> Michael Approved by: re (scottl) Revision Changes Path 1.4 +1 -1 src/share/man/man4/wlan_tkip.4 From owner-cvs-src@FreeBSD.ORG Wed Jun 15 19:41:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040A416A41C; Wed, 15 Jun 2005 19:41:25 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0C8C43D1F; Wed, 15 Jun 2005 19:41:24 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FJfOVT020102; Wed, 15 Jun 2005 19:41:24 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FJfODI020101; Wed, 15 Jun 2005 19:41:24 GMT (envelope-from wilko) Message-Id: <200506151941.j5FJfODI020101@repoman.freebsd.org> From: Wilko Bulte Date: Wed, 15 Jun 2005 19:41: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/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.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: Wed, 15 Jun 2005 19:41:25 -0000 wilko 2005-06-15 19:41:24 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml Log: Update hardware support. Add note on TGA. Remove DEFPA FDDI (it did not work when I last tried). Tell people to not spend money on anything less than EV5 machines. Approved by: re (blanket) Revision Changes Path 1.77 +8 -8 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 15 20:04:23 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B073416A41C for ; Wed, 15 Jun 2005 20:04:23 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62AE543D49 for ; Wed, 15 Jun 2005 20:04:23 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so2619nzk for ; Wed, 15 Jun 2005 13:04:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZOVVGMPK1PuHCc1RsM1qXhoOXI08WDCaOB5WoEgQZGT7jUi7yKDHIzXjpH5opOnXKkkkk4vcdKBoP9/nFnYG5ecD3bNHczCa43DIh9YyhnV+Ob00+2I3Sc+ATloTe+3QlSyNQZfe0ahrRtOlyZ9xdhNo5Or0EMpyQ7tTYn9ur/M= Received: by 10.36.129.6 with SMTP id b6mr77068nzd; Wed, 15 Jun 2005 13:04:22 -0700 (PDT) Received: by 10.36.88.8 with HTTP; Wed, 15 Jun 2005 13:04:22 -0700 (PDT) Message-ID: Date: Thu, 16 Jun 2005 04:04:22 +0800 From: Jiawei Ye To: Robert Watson In-Reply-To: <200506151521.j5FFLA0A003330@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200506151521.j5FFLA0A003330@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libthr libthr.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jiawei Ye List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 20:04:23 -0000 On 6/15/05, Robert Watson wrote: > rwatson 2005-06-15 15:21:10 UTC >=20 > FreeBSD src repository >=20 > Modified files: > lib/libthr libthr.3 > Log: > Remove incorrect BUGS entry: libthr does support process-scope thread > scheduling. >=20 We still have this sysctl in -current: kern.threads.thr_scope. According to Dan, this is only available to libthr, but in your commit you mentioned that libthr does not support process-scope scheduling, then what does the sysctl control in reality? The -d option displays "sys or proc scope scheduling". Jiawei --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-cvs-src@FreeBSD.ORG Wed Jun 15 20:23:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E79216A421; Wed, 15 Jun 2005 20:23:40 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 664A343D4C; Wed, 15 Jun 2005 20:23:40 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FKNeAI024763; Wed, 15 Jun 2005 20:23:40 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FKNe8b024762; Wed, 15 Jun 2005 20:23:40 GMT (envelope-from brooks) Message-Id: <200506152023.j5FKNe8b024762@repoman.freebsd.org> From: Brooks Davis Date: Wed, 15 Jun 2005 20:23:40 +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/ed if_ed.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, 15 Jun 2005 20:23:40 -0000 brooks 2005-06-15 20:23:40 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c Log: Fix four casts of the softc to a struct ifnet. Hopefully this fixes ed(4) under qemu. I'm shocked that real hardware is apparently working with these bugs. Approved by: re (ifnet blanket) Pointy hat: brooks Revision Changes Path 1.254 +4 -4 src/sys/dev/ed/if_ed.c From owner-cvs-src@FreeBSD.ORG Wed Jun 15 22:07:51 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0597316A41F; Wed, 15 Jun 2005 22:07:51 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F1143D49; Wed, 15 Jun 2005 22:07:50 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5FM7m5s020476; Wed, 15 Jun 2005 22:07:49 GMT (envelope-from davidxu@freebsd.org) Message-ID: <42B0A6AA.6050501@freebsd.org> Date: Thu, 16 Jun 2005 06:07:38 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.8) Gecko/20050605 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jiawei Ye References: <200506151521.j5FFLA0A003330@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libthr libthr.3 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, 15 Jun 2005 22:07:51 -0000 Jiawei Ye wrote: >On 6/15/05, Robert Watson wrote: > > >>rwatson 2005-06-15 15:21:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib/libthr libthr.3 >> Log: >> Remove incorrect BUGS entry: libthr does support process-scope thread >> scheduling. >> >> >> >We still have this sysctl in -current: kern.threads.thr_scope. >According to Dan, this is only available to libthr, but in your commit >you mentioned that libthr does not support process-scope scheduling, >then what does the sysctl control in reality? The -d option displays >"sys or proc scope scheduling". > >Jiawei > > > libthr does support process scope and system scope thread, it is controllable by user code, the pthread_attr_setscope() can tune the scope, however kernel has a sysctl can override user setting, if thr_scope is zero, the thread scheduling scope is set by user code, if it is 1, kernel will force all threads to be process scope, if it is 2, all threads will be system scope, ignore user setting, I use it only for debugging purpose. David Xu From owner-cvs-src@FreeBSD.ORG Wed Jun 15 23:32:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F6B016A424; Wed, 15 Jun 2005 23:32:08 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15BF443D1D; Wed, 15 Jun 2005 23:32:08 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5FNW7s2053574; Wed, 15 Jun 2005 23:32:07 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5FNW7gd053573; Wed, 15 Jun 2005 23:32:07 GMT (envelope-from jeff) Message-Id: <200506152332.j5FNW7gd053573@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 15 Jun 2005 23:32:07 +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_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, 15 Jun 2005 23:32:08 -0000 jeff 2005-06-15 23:32:07 UTC FreeBSD src repository Modified files: sys/kern subr_disk.c Log: - Fix insertions of bios which represent data earlier than anything else in the queue. The insertion sort assumed this had already been taken care of. Spotted by: Antoine Brodin Approved by: re (scottl) Revision Changes Path 1.85 +4 -7 src/sys/kern/subr_disk.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 02:19:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6662B16A41C; Thu, 16 Jun 2005 02:19:10 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 367A343D1F; Thu, 16 Jun 2005 02:19:10 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5G2J14x031150; Wed, 15 Jun 2005 19:19:01 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5G2J1wr031149; Wed, 15 Jun 2005 19:19:01 -0700 (PDT) (envelope-from obrien) Date: Wed, 15 Jun 2005 19:19:00 -0700 From: "David O'Brien" To: Marius Strobl Message-ID: <20050616021900.GA31093@dragon.NUXI.org> References: <200506102056.j5AKudam000689@repoman.freebsd.org> <20050615171704.GA1480@dragon.NUXI.org> <20050615204701.P80563@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050615204701.P80563@newtrinity.zeist.de> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c atkbdc_ebus.c atkbdc_isa.c atkbdc_subr.c atkbdc_subr.h atkbdcreg.h atkbdreg.h psm.c psm.h src/sys/dev/kbd atkbd.c atkbdc.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: Thu, 16 Jun 2005 02:19:10 -0000 On Wed, Jun 15, 2005 at 08:47:01PM +0200, Marius Strobl wrote: > On Wed, Jun 15, 2005 at 10:17:04AM -0700, David O'Brien wrote: > > On Fri, Jun 10, 2005 at 08:56:38PM +0000, Marius Strobl wrote: > > > marius 2005-06-10 20:56:38 UTC > > > FreeBSD src repository > > > Modified files: > > > sys/conf files.alpha files.amd64 files.i386 > > > files.ia64 > > > sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c > > > atkbdc_isa.c atkbdc_subr.c atkbdcreg.h > > > atkbdreg.h psm.c > > > sys/i386/isa/pcvt pcvt_hdr.h > > > Added files: > > > sys/dev/atkbdc atkbdc_ebus.c atkbdc_subr.h psm.h > > > Removed files: > > > sys/dev/kbd atkbd.c atkbdc.c atkbdcreg.h atkbdreg.h > > > sys/isa atkbd_isa.c atkbdc_isa.c psm.c > > > Log: > > > - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source > > > files after they were repo-copied to sys/dev/atkbdc. The sources of > > > > Hi Marius, > > > > I wonder if I could ask you a favor. > > In the future after doing a repo copy like this - to cvs rm the old files > > and connect the new files to the build their new location w/o other > > changes first. > > Ok. > > > This commit gives me an insta-reboot. A kernel built > > just before that change is good (adding brooks' 2005-06-11 00:20:38 UTC > > mii.c commit). But due to the file location changes its harder step thru > > parts of the change to track down the issue. > > > > There have been a few other reports in freebsd-current@ about > > insta-reboots. It seems related to using kernel modules. > > > > If the reboots happen before the kernel prints out anything this > probably means that one of the atkbdc(4) or atkbd(4) configure It happens after the time counter is chosen. Its hard to see just how far the machine boots due to the quick reboot, but I see this much of the boot: Calibrating clock(s) ... i8254 clock: 1193403 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2205017430 Hz I'm trying to connect a serial console to this machine, but of course my laptop doesn't have a serial port and finding a USB-serial dongle FreeBSD supports in Fry's has been unfruitful (already bought two that turned out useless) :-( . > functions triggers them unless something fancy is going on. > I currently can't think of why one of the changes should make a > difference on some AMD64 systems This is actually on FreeBSD/i386. (though it is an Opteron system). I'm trying to get -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Thu Jun 16 04:41:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 194B516A41C; Thu, 16 Jun 2005 04:41:43 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE2B043D1F; Thu, 16 Jun 2005 04:41:42 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5G4fgTO078420; Thu, 16 Jun 2005 04:41:42 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5G4fg0l078419; Thu, 16 Jun 2005 04:41:42 GMT (envelope-from jeff) Message-Id: <200506160441.j5G4fg0l078419@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 16 Jun 2005 04:41: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/sys/kern vfs_subr.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, 16 Jun 2005 04:41:43 -0000 jeff 2005-06-16 04:41:42 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Change holdcnt use around vnode recycling. We now always keep a holdcnt ref while we're calling vgone(). This prevents transient refs from re-adding us to the free list. Previously, a vfree() triggered via vinvalbuf() getting rid of all of a vnode's pages could place a partially destructed vnode on the free list where vtryrecycle() could find it. The first call to vtryrecycle would hang up on the vnode lock, but when it failed it would place a now dead vnode onto the free list, and another call to vtryrecycle() would free an already free vnode. There were many complications of having a zero ref count while freeing which can now go away. - Change vdropl() to release the interlock before returning. All callers now respect this, so vdropl() directly frees VI_DOOMED vnodes once the last ref is dropped. This means that we'll never have VI_DOOMED vnodes on the free list. - Seperate v_incr_usecount() into v_incr_usecount(), v_decr_usecount() and v_decr_useonly(). The incr/decr split is so that incr usecount can return with the interlock still held while decr drops the interlock so it can call vdropl() which will potentially free the vnode. The calling function can't drop the lock of an already free'd node. v_decr_useonly() drops a usecount without droping the hold count. This is done so the usecount reaches zero in vput() before we recycle, however the holdcount is still 1 which prevents any new references from placing the vnode back on the free list. - Fix vnlrureclaim() to vhold the vnode since it doesn't do a vget(). We wouldn't want vnlrureclaim() to bump the usecount since this has different semantics. Also change vnlrureclaim() to do a NOWAIT on the vn_lock. When this function runs we're usually in a desperate situation and we wouldn't want to wait for any specific vnode to be released. - Fix a bunch of misc comments to reflect the new behavior. - Add vhold() and vdrop() to vflush() for the same reasons that we do in vlrureclaim(). Previously we held no reference and a vnode could have been freed while we were waiting on the lock. - Get rid of vlruvp() and vfreehead(). Neither are used. vlruvp() should really be rethought before it's reintroduced. - vgonel() always returns with the vnode locked now and never puts the vnode back on a free list. The vnode will be freed as soon as the last reference is released. Sponsored by: Isilon Systems, Inc. Debugging help from: Kris Kennaway, Peter Holm Approved by: re (blanket vfs) Revision Changes Path 1.632 +198 -202 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 04:47:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B39F16A41C; Thu, 16 Jun 2005 04:47:03 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FE1B43D4C; Thu, 16 Jun 2005 04:47:00 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id j5G4kxk9062379; Thu, 16 Jun 2005 00:46:59 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.12.10/8.12.10/Submit) with ESMTP id j5G4kxjY062376; Thu, 16 Jun 2005 00:46:59 -0400 (EDT) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Thu, 16 Jun 2005 00:46:59 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson In-Reply-To: <200506160441.j5G4fg0l078419@repoman.freebsd.org> Message-ID: <20050616004203.N66638@mail.chesapeake.net> References: <200506160441.j5G4fg0l078419@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.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, 16 Jun 2005 04:47:03 -0000 On Thu, 16 Jun 2005, Jeff Roberson wrote: > jeff 2005-06-16 04:41:42 UTC This fixes duplicate frees from the vnode zone, crashes in vnlrureclaim and vlru_free() and a few other related problems. Basically, I've converted the holdcnt to be a proper ref counting system, while use count maintains the traditional vfs use count semantics, which are not really compatbile with structure life-time issues. It looks like a big change but it really makes things much simpler. Briefly, the rules are this: 1) vget/grab a use count if you're a normal consumer of the vnode API. That goes for syscalls, mmaping, nfs, etc. 2) vhold() if you want to prevent a vnode from being recycled while you hold a reference to it. The name cache uses this, as does the vm when pages reference the vnode's vm object. This is also used for vlrureclaim, vflush, vtryrecyle, etc. which want to make sure the vnode is not recycled while it has a local reference. I'll probably add a comment to vnode.h to describe this in more detail. > > FreeBSD src repository > > Modified files: > sys/kern vfs_subr.c > Log: > - Change holdcnt use around vnode recycling. We now always keep a holdcnt > ref while we're calling vgone(). This prevents transient refs from > re-adding us to the free list. Previously, a vfree() triggered via > vinvalbuf() getting rid of all of a vnode's pages could place a partially > destructed vnode on the free list where vtryrecycle() could find it. The > first call to vtryrecycle would hang up on the vnode lock, but when it > failed it would place a now dead vnode onto the free list, and another > call to vtryrecycle() would free an already free vnode. There were many > complications of having a zero ref count while freeing which can now go > away. > - Change vdropl() to release the interlock before returning. All callers > now respect this, so vdropl() directly frees VI_DOOMED vnodes once the > last ref is dropped. This means that we'll never have VI_DOOMED vnodes > on the free list. > - Seperate v_incr_usecount() into v_incr_usecount(), v_decr_usecount() and > v_decr_useonly(). The incr/decr split is so that incr usecount can > return with the interlock still held while decr drops the interlock so > it can call vdropl() which will potentially free the vnode. The calling > function can't drop the lock of an already free'd node. v_decr_useonly() > drops a usecount without droping the hold count. This is done so the > usecount reaches zero in vput() before we recycle, however the holdcount > is still 1 which prevents any new references from placing the vnode > back on the free list. > - Fix vnlrureclaim() to vhold the vnode since it doesn't do a vget(). We > wouldn't want vnlrureclaim() to bump the usecount since this has > different semantics. Also change vnlrureclaim() to do a NOWAIT on the > vn_lock. When this function runs we're usually in a desperate situation > and we wouldn't want to wait for any specific vnode to be released. > - Fix a bunch of misc comments to reflect the new behavior. > - Add vhold() and vdrop() to vflush() for the same reasons that we do in > vlrureclaim(). Previously we held no reference and a vnode could have > been freed while we were waiting on the lock. > - Get rid of vlruvp() and vfreehead(). Neither are used. vlruvp() should > really be rethought before it's reintroduced. > - vgonel() always returns with the vnode locked now and never puts the > vnode back on a free list. The vnode will be freed as soon as the last > reference is released. > > Sponsored by: Isilon Systems, Inc. > Debugging help from: Kris Kennaway, Peter Holm > Approved by: re (blanket vfs) > > Revision Changes Path > 1.632 +198 -202 src/sys/kern/vfs_subr.c > From owner-cvs-src@FreeBSD.ORG Thu Jun 16 05:59:02 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7373216A41C; Thu, 16 Jun 2005 05:59:02 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-66.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A519F43D1D; Thu, 16 Jun 2005 05:59:01 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j5G3w0fd031869; Wed, 15 Jun 2005 21:58:00 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 15 Jun 2005 21:59:11 -0600 (MDT) Message-Id: <20050615.215911.132576700.imp@bsdimp.com> To: obrien@freebsd.org From: "M. Warner Losh" In-Reply-To: <20050616021900.GA31093@dragon.NUXI.org> References: <20050615171704.GA1480@dragon.NUXI.org> <20050615204701.P80563@newtrinity.zeist.de> <20050616021900.GA31093@dragon.NUXI.org> X-Mailer: Mew version 3.3 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, marius@alchemy.franken.de Subject: Re: cvs commit: src/sys/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c atkbdc_ebus.c atkbdc_isa.c atkbdc_subr.c atkbdc_subr.h atkbdcreg.h atkbdreg.h psm.c psm.h src/sys/dev/kbd atkbd.c atkbdc.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, 16 Jun 2005 05:59:02 -0000 In message: <20050616021900.GA31093@dragon.NUXI.org> "David O'Brien" writes: : I'm trying to connect a serial console to this machine, but of course my : laptop doesn't have a serial port and finding a USB-serial dongle FreeBSD : supports in Fry's has been unfruitful (already bought two that turned out : useless) :-( . I didn't know we supported serial consoles via USB serial dongles... Warner From owner-cvs-src@FreeBSD.ORG Thu Jun 16 06:16:36 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9892C16A41C for ; Thu, 16 Jun 2005 06:16:36 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B4343D1F for ; Thu, 16 Jun 2005 06:16:35 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j5G6DRAQ071034 for cvs-src@freebsd.org.checked; Thu, 16 Jun 2005 10:13:27 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (localhost.cronyx.ru [127.0.0.1]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j5G6ChvK071008; Thu, 16 Jun 2005 10:12:43 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <42B11633.9050203@cronyx.ru> Date: Thu, 16 Jun 2005 10:03:31 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: "M. Warner Losh" References: <20050615171704.GA1480@dragon.NUXI.org> <20050615204701.P80563@newtrinity.zeist.de> <20050616021900.GA31093@dragon.NUXI.org> <20050615.215911.132576700.imp@bsdimp.com> In-Reply-To: <20050615.215911.132576700.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, obrien@freebsd.org, marius@alchemy.franken.de Subject: Re: cvs commit: src/sys/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c atkbdc_ebus.c atkbdc_isa.c atkbdc_subr.c atkbdc_subr.h atkbdcreg.h atkbdreg.h psm.c psm.h src/sys/dev/kbd atkbd.c atkbdc.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, 16 Jun 2005 06:16:37 -0000 M. Warner Losh: >In message: <20050616021900.GA31093@dragon.NUXI.org> > "David O'Brien" writes: >: I'm trying to connect a serial console to this machine, but of course my >: laptop doesn't have a serial port and finding a USB-serial dongle FreeBSD >: supports in Fry's has been unfruitful (already bought two that turned out >: useless) :-( . > >I didn't know we supported serial consoles via USB serial dongles... > Last time I've tried usb serial port the driver was hardly broken. It was a couple of months ago. rik >Warner > > From owner-cvs-src@FreeBSD.ORG Thu Jun 16 06:26:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1114D16A41C; Thu, 16 Jun 2005 06:26:14 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-66.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C83E043D53; Thu, 16 Jun 2005 06:26:13 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j5G6PRDD033512; Thu, 16 Jun 2005 00:25:27 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 16 Jun 2005 00:26:38 -0600 (MDT) Message-Id: <20050616.002638.89658362.imp@bsdimp.com> To: rik@cronyx.ru From: "M. Warner Losh" In-Reply-To: <42B11633.9050203@cronyx.ru> References: <20050616021900.GA31093@dragon.NUXI.org> <20050615.215911.132576700.imp@bsdimp.com> <42B11633.9050203@cronyx.ru> X-Mailer: Mew version 3.3 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, marius@alchemy.franken.de Subject: Re: cvs commit: src/sys/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c atkbdc_ebus.c atkbdc_isa.c atkbdc_subr.c atkbdc_subr.h atkbdcreg.h atkbdreg.h psm.c psm.h src/sys/dev/kbd atkbd.c atkbdc.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, 16 Jun 2005 06:26:14 -0000 In message: <42B11633.9050203@cronyx.ru> Roman Kurakin writes: : M. Warner Losh: : : >In message: <20050616021900.GA31093@dragon.NUXI.org> : > "David O'Brien" writes: : >: I'm trying to connect a serial console to this machine, but of course my : >: laptop doesn't have a serial port and finding a USB-serial dongle FreeBSD : >: supports in Fry's has been unfruitful (already bought two that turned out : >: useless) :-( . : > : >I didn't know we supported serial consoles via USB serial dongles... : > : Last time I've tried usb serial port the driver was hardly broken. It : was a couple of months My serial dongles work. Just not as a serial console... Warner From owner-cvs-src@FreeBSD.ORG Thu Jun 16 06:51:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB2B16A41C; Thu, 16 Jun 2005 06:51:39 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36E1543D49; Thu, 16 Jun 2005 06:51:39 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5G6pdim090630; Thu, 16 Jun 2005 06:51:39 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5G6pdLr090629; Thu, 16 Jun 2005 06:51:39 GMT (envelope-from imp) Message-Id: <200506160651.j5G6pdLr090629@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Jun 2005 06:51: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/gnu/fs/ext2fs ext2_fs.h ext2_fs_sb.h ext2_linux_balloc.c ext2_linux_ialloc.c ext2_vfsops.c i386-bitops.h sparc64-bitops.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: Thu, 16 Jun 2005 06:51:39 -0000 imp 2005-06-16 06:51:39 UTC FreeBSD src repository Modified files: sys/gnu/fs/ext2fs ext2_fs.h ext2_fs_sb.h ext2_linux_balloc.c ext2_linux_ialloc.c ext2_vfsops.c i386-bitops.h sparc64-bitops.h Log: Add standard GPL boilerplate to these files. They are the only ones contaminated with the GPL code. While this information was present in the COPYRIGHT.INFO file, it is FreeBSD's standard practice to, where possible, include explicit license information in files. Approved by: release engineer (scottl) Revision Changes Path 1.15 +14 -0 src/sys/gnu/fs/ext2fs/ext2_fs.h 1.6 +14 -0 src/sys/gnu/fs/ext2fs/ext2_fs_sb.h 1.25 +14 -0 src/sys/gnu/fs/ext2fs/ext2_linux_balloc.c 1.24 +14 -0 src/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c 1.151 +18 -0 src/sys/gnu/fs/ext2fs/ext2_vfsops.c 1.7 +16 -3 src/sys/gnu/fs/ext2fs/i386-bitops.h 1.3 +14 -0 src/sys/gnu/fs/ext2fs/sparc64-bitops.h From owner-cvs-src@FreeBSD.ORG Thu Jun 16 07:25:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6634916A41C; Thu, 16 Jun 2005 07:25:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CEBD43D49; Thu, 16 Jun 2005 07:25:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5G7PSr4092107; Thu, 16 Jun 2005 07:25:28 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5G7PSL0092106; Thu, 16 Jun 2005 07:25:28 GMT (envelope-from pjd) Message-Id: <200506160725.j5G7PSL0092106@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 16 Jun 2005 07:25:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern kern_ktrace.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, 16 Jun 2005 07:25:28 -0000 pjd 2005-06-16 07:25:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_ktrace.c Log: MFC: kern_ktrace.c 1.99 Remove process information leak from inside a jail, when security.bsd.see_other_uids is set to 0, etc. One can check if invisible process is active, by doing: # ktrace -p If ktrace returns 'Operation not permitted' the process is alive and if returns 'No such process' there is no such process. Revision Changes Path 1.96.2.2 +3 -0 src/sys/kern/kern_ktrace.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 07:51:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3755716A41C; Thu, 16 Jun 2005 07:51:50 +0000 (GMT) (envelope-from roberto@keltia.freenix.fr) Received: from tara.freenix.org (keltia.freenix.org [82.224.56.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id E482C43D4C; Thu, 16 Jun 2005 07:51:49 +0000 (GMT) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id 79D282E41; Thu, 16 Jun 2005 09:51:48 +0200 (CEST) Date: Thu, 16 Jun 2005 09:51:48 +0200 From: Ollivier Robert To: Joshua Goodall , cvs-src@FreeBSD.org, src-committers@FreeBSD.org Message-ID: <20050616075148.GA99935@tara.freenix.org> Mail-Followup-To: Joshua Goodall , cvs-src@FreeBSD.org, src-committers@FreeBSD.org References: <200407201544.i6KFiWWr001296@repoman.freebsd.org> <20050613110937.GA29004@roughtrade.net> <20050614070316.GB8023@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050614070316.GB8023@FreeBSD.org> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.9i Cc: Subject: Re: cvs commit: src/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... 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, 16 Jun 2005 07:51:50 -0000 According to Alexey Dokuchaev: > Why not make it #!/usr/bin/env perl ? That's not a bad idea but It'd have to be submitted to the NTP folks beforehand as it is contributed code... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 08:03:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B21FE16A41C; Thu, 16 Jun 2005 08:03:59 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88BA843D1F; Thu, 16 Jun 2005 08:03:59 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5G83xnL093413; Thu, 16 Jun 2005 08:03:59 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5G83xKS093411; Thu, 16 Jun 2005 08:03:59 GMT (envelope-from brueffer) Message-Id: <200506160803.j5G83xKS093411@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Jun 2005 08:03:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 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, 16 Jun 2005 08:03:59 -0000 brueffer 2005-06-16 08:03:59 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sbin/ifconfig ifconfig.8 Log: MFC: rev. 1.92 + 1.93 Hex strings are _pre_ceded by 0x, not _pro_ceeded. PR: 82187 Submitted by: Anthony Rogers David Adam Revision Changes Path 1.85.2.3 +2 -2 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 08:06:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FA3516A41C; Thu, 16 Jun 2005 08:06:38 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB6C843D49; Thu, 16 Jun 2005 08:06:37 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5G86bLD093591; Thu, 16 Jun 2005 08:06:37 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5G86bRq093590; Thu, 16 Jun 2005 08:06:37 GMT (envelope-from brueffer) Message-Id: <200506160806.j5G86bRq093590@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Jun 2005 08:06: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/share/man/man4/man4.i386 smapi.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: Thu, 16 Jun 2005 08:06:38 -0000 brueffer 2005-06-16 08:06:37 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 smapi.4 Log: Remove Xref to nonexistant smapi(9). Submitted by: markus Approved by: re (blanket) MFC after: 3 days Revision Changes Path 1.2 +0 -1 src/share/man/man4/man4.i386/smapi.4 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 08:48:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E59DD16A41C; Thu, 16 Jun 2005 08:48:19 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC49743D1D; Thu, 16 Jun 2005 08:48:19 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5G8mJ0O002342; Thu, 16 Jun 2005 08:48:19 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5G8mJtw002341; Thu, 16 Jun 2005 08:48:19 GMT (envelope-from lesi) Message-Id: <200506160848.j5G8mJtw002341@repoman.freebsd.org> From: Dejan Lesjak Date: Thu, 16 Jun 2005 08:48:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/etc/mtree BSD.x11-4.dist 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, 16 Jun 2005 08:48:20 -0000 lesi 2005-06-16 08:48:19 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_5) etc/mtree BSD.x11-4.dist Log: MFC BSD.x11-4.dist rev. 1.27: Move couple of directories out of mtree and into their respective ports. This mtree now specifies basic structure of X11BASE, similarly to BSD.local.dist. Revision Changes Path 1.24.2.3 +2 -320 src/etc/mtree/BSD.x11-4.dist From owner-cvs-src@FreeBSD.ORG Thu Jun 16 08:50:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C39516A41C; Thu, 16 Jun 2005 08:50:42 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64BA643D1F; Thu, 16 Jun 2005 08:50:42 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5G8ogmn002536; Thu, 16 Jun 2005 08:50:42 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5G8ogad002535; Thu, 16 Jun 2005 08:50:42 GMT (envelope-from lesi) Message-Id: <200506160850.j5G8ogad002535@repoman.freebsd.org> From: Dejan Lesjak Date: Thu, 16 Jun 2005 08:50:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/etc/mtree BSD.x11-4.dist 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, 16 Jun 2005 08:50:42 -0000 lesi 2005-06-16 08:50:41 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_4) etc/mtree BSD.x11-4.dist Log: MFC BSD.x11-4.dist rev. 1.27: Move couple of directories out of mtree and into their respective ports. This mtree now specifies basic structure of X11BASE, similarly to BSD.local.dist. Revision Changes Path 1.13.2.13 +2 -320 src/etc/mtree/BSD.x11-4.dist From owner-cvs-src@FreeBSD.ORG Thu Jun 16 11:33:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C67916A41C; Thu, 16 Jun 2005 11:33:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABA043D48; Thu, 16 Jun 2005 11:33:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GBXrnt009804; Thu, 16 Jun 2005 11:33:53 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GBXrFG009803; Thu, 16 Jun 2005 11:33:53 GMT (envelope-from ru) Message-Id: <200506161133.j5GBXrFG009803@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 11:33:53 +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 ipw.4 iwi.4 ral.4 ural.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: Thu, 16 Jun 2005 11:33:54 -0000 ru 2005-06-16 11:33:53 UTC FreeBSD src repository Modified files: share/man/man4 ipw.4 iwi.4 ral.4 ural.4 Log: Markup fixes. Approved by: re Revision Changes Path 1.3 +20 -16 src/share/man/man4/ipw.4 1.4 +17 -15 src/share/man/man4/iwi.4 1.2 +17 -17 src/share/man/man4/ral.4 1.2 +17 -17 src/share/man/man4/ural.4 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 11:36:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 441BD16A424; Thu, 16 Jun 2005 11:36:09 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C37043D1F; Thu, 16 Jun 2005 11:36:09 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GBa8aT009939; Thu, 16 Jun 2005 11:36:09 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GBa8vM009938; Thu, 16 Jun 2005 11:36:08 GMT (envelope-from ru) Message-Id: <200506161136.j5GBa8vM009938@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 11:36:08 +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 ral.4 ural.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: Thu, 16 Jun 2005 11:36:09 -0000 ru 2005-06-16 11:36:08 UTC FreeBSD src repository Modified files: share/man/man4 ral.4 ural.4 Log: Fix a misplaced $FreeBSD$ I forgot to move in previous revision. Approved by: re Revision Changes Path 1.3 +2 -2 src/share/man/man4/ral.4 1.3 +2 -2 src/share/man/man4/ural.4 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 13:20:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E539816A41C; Thu, 16 Jun 2005 13:20:36 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDD4943D49; Thu, 16 Jun 2005 13:20:36 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GDKaEY021991; Thu, 16 Jun 2005 13:20:36 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GDKa77021990; Thu, 16 Jun 2005 13:20:36 GMT (envelope-from mlaier) Message-Id: <200506161320.j5GDKa77021990@repoman.freebsd.org> From: Max Laier Date: Thu, 16 Jun 2005 13:20:36 +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/netinet ip_fw2.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, 16 Jun 2005 13:20:37 -0000 mlaier 2005-06-16 13:20:36 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Fix indentation in INET6 section in preperation of more serious work. Approved by: re (blanket ip6fw removal) Revision Changes Path 1.103 +47 -47 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 13:21:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACF0616A41C; Thu, 16 Jun 2005 13:21:52 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8773443D1D; Thu, 16 Jun 2005 13:21:52 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GDLq3P022130; Thu, 16 Jun 2005 13:21:52 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GDLqER022129; Thu, 16 Jun 2005 13:21:52 GMT (envelope-from cognet) Message-Id: <200506161321.j5GDLqER022129@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 16 Jun 2005 13:21: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/arm/arm trap.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, 16 Jun 2005 13:21:52 -0000 cognet 2005-06-16 13:21:52 UTC FreeBSD src repository Modified files: sys/arm/arm trap.c Log: Don't pass the kernel_pmap to pmap_fault_fixup() if the fault comes from kernel mode, always use the curthread pmap instead. There are valid cases were we can fault on a user address from the kernel without pcb_onfault being set. Approved by: re (blanket) Revision Changes Path 1.16 +2 -2 src/sys/arm/arm/trap.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 13:23:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C92E316A41C; Thu, 16 Jun 2005 13:23:39 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A110F43D48; Thu, 16 Jun 2005 13:23:39 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GDNd9p022199; Thu, 16 Jun 2005 13:23:39 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GDNdwW022198; Thu, 16 Jun 2005 13:23:39 GMT (envelope-from cognet) Message-Id: <200506161323.j5GDNdwW022198@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 16 Jun 2005 13:23: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/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, 16 Jun 2005 13:23:40 -0000 cognet 2005-06-16 13:23:39 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Try harder to detect if the allocated memory for L2 PTP comes from a 1MB section or not. Approved by: re (blanket) Revision Changes Path 1.35 +5 -1 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 13:47:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805A916A41C; Thu, 16 Jun 2005 13:47:05 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 612AC43D53; Thu, 16 Jun 2005 13:47:05 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 4F19B5CAA9; Thu, 16 Jun 2005 06:47:05 -0700 (PDT) Date: Thu, 16 Jun 2005 06:47:05 -0700 From: Alfred Perlstein To: Jeff Roberson Message-ID: <20050616134705.GT87251@elvis.mu.org> References: <200506160441.j5G4fg0l078419@repoman.freebsd.org> <20050616004203.N66638@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050616004203.N66638@mail.chesapeake.net> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.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, 16 Jun 2005 13:47:05 -0000 * Jeff Roberson [050615 21:47] wrote: > On Thu, 16 Jun 2005, Jeff Roberson wrote: > > > jeff 2005-06-16 04:41:42 UTC > > This fixes duplicate frees from the vnode zone, crashes in vnlrureclaim > and vlru_free() and a few other related problems. Basically, I've > converted the holdcnt to be a proper ref counting system, while use count > maintains the traditional vfs use count semantics, which are not really > compatbile with structure life-time issues. It looks like a big change > but it really makes things much simpler. Briefly, the rules are this: > > 1) vget/grab a use count if you're a normal consumer of the vnode API. > That goes for syscalls, mmaping, nfs, etc. > > 2) vhold() if you want to prevent a vnode from being recycled while you > hold a reference to it. The name cache uses this, as does the vm when > pages reference the vnode's vm object. This is also used for vlrureclaim, > vflush, vtryrecyle, etc. which want to make sure the vnode is not recycled > while it has a local reference. > > I'll probably add a comment to vnode.h to describe this in more detail. Please do, last I remember, vhold and vget are the same (gaining a ref), except vget can return the vnode locked. This is a bit confusing. > > > > > FreeBSD src repository > > > > Modified files: > > sys/kern vfs_subr.c > > Log: > > - Change holdcnt use around vnode recycling. We now always keep a holdcnt > > ref while we're calling vgone(). This prevents transient refs from > > re-adding us to the free list. Previously, a vfree() triggered via > > vinvalbuf() getting rid of all of a vnode's pages could place a partially > > destructed vnode on the free list where vtryrecycle() could find it. The > > first call to vtryrecycle would hang up on the vnode lock, but when it > > failed it would place a now dead vnode onto the free list, and another > > call to vtryrecycle() would free an already free vnode. There were many > > complications of having a zero ref count while freeing which can now go > > away. > > - Change vdropl() to release the interlock before returning. All callers > > now respect this, so vdropl() directly frees VI_DOOMED vnodes once the > > last ref is dropped. This means that we'll never have VI_DOOMED vnodes > > on the free list. > > - Seperate v_incr_usecount() into v_incr_usecount(), v_decr_usecount() and > > v_decr_useonly(). The incr/decr split is so that incr usecount can > > return with the interlock still held while decr drops the interlock so > > it can call vdropl() which will potentially free the vnode. The calling > > function can't drop the lock of an already free'd node. v_decr_useonly() > > drops a usecount without droping the hold count. This is done so the > > usecount reaches zero in vput() before we recycle, however the holdcount > > is still 1 which prevents any new references from placing the vnode > > back on the free list. > > - Fix vnlrureclaim() to vhold the vnode since it doesn't do a vget(). We > > wouldn't want vnlrureclaim() to bump the usecount since this has > > different semantics. Also change vnlrureclaim() to do a NOWAIT on the > > vn_lock. When this function runs we're usually in a desperate situation > > and we wouldn't want to wait for any specific vnode to be released. > > - Fix a bunch of misc comments to reflect the new behavior. > > - Add vhold() and vdrop() to vflush() for the same reasons that we do in > > vlrureclaim(). Previously we held no reference and a vnode could have > > been freed while we were waiting on the lock. > > - Get rid of vlruvp() and vfreehead(). Neither are used. vlruvp() should > > really be rethought before it's reintroduced. > > - vgonel() always returns with the vnode locked now and never puts the > > vnode back on a free list. The vnode will be freed as soon as the last > > reference is released. > > > > Sponsored by: Isilon Systems, Inc. > > Debugging help from: Kris Kennaway, Peter Holm > > Approved by: re (blanket vfs) > > > > Revision Changes Path > > 1.632 +198 -202 src/sys/kern/vfs_subr.c > > -- - Alfred Perlstein - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 14:50:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8B5F16A41C; Thu, 16 Jun 2005 14:50:05 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.3/8.13.1) with ESMTP id j5GEo5GG003153; Thu, 16 Jun 2005 10:50:05 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.3/8.13.1/Submit) id j5GEo4dS003152; Thu, 16 Jun 2005 10:50:04 -0400 (EDT) (envelope-from green) Date: Thu, 16 Jun 2005 10:50:04 -0400 From: Brian Fundakowski Feldman To: Jeff Roberson Message-ID: <20050616145004.GJ66188@green.homeunix.org> References: <200506160441.j5G4fg0l078419@repoman.freebsd.org> <20050616004203.N66638@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050616004203.N66638@mail.chesapeake.net> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.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, 16 Jun 2005 14:50:06 -0000 On Thu, Jun 16, 2005 at 12:46:59AM -0400, Jeff Roberson wrote: > On Thu, 16 Jun 2005, Jeff Roberson wrote: > > > jeff 2005-06-16 04:41:42 UTC > > This fixes duplicate frees from the vnode zone, crashes in vnlrureclaim > and vlru_free() and a few other related problems. Basically, I've > converted the holdcnt to be a proper ref counting system, while use count > maintains the traditional vfs use count semantics, which are not really > compatbile with structure life-time issues. It looks like a big change > but it really makes things much simpler. Briefly, the rules are this: > > 1) vget/grab a use count if you're a normal consumer of the vnode API. > That goes for syscalls, mmaping, nfs, etc. > > 2) vhold() if you want to prevent a vnode from being recycled while you > hold a reference to it. The name cache uses this, as does the vm when > pages reference the vnode's vm object. This is also used for vlrureclaim, > vflush, vtryrecyle, etc. which want to make sure the vnode is not recycled > while it has a local reference. > > I'll probably add a comment to vnode.h to describe this in more detail. So how many beers do we owe you now? :-) -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Thu Jun 16 14:55:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF24516A41C; Thu, 16 Jun 2005 14:55:58 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D0543D1F; Thu, 16 Jun 2005 14:55:58 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GEtwYA026025; Thu, 16 Jun 2005 14:55:58 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GEtwEx026024; Thu, 16 Jun 2005 14:55:58 GMT (envelope-from mlaier) Message-Id: <200506161455.j5GEtwEx026024@repoman.freebsd.org> From: Max Laier Date: Thu, 16 Jun 2005 14:55: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/netinet ip_fw2.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, 16 Jun 2005 14:55:58 -0000 mlaier 2005-06-16 14:55:58 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: In verify_rev_path6(): - do not use static memory as we are under a shared lock only - properly rtfree routes allocated with rtalloc - rename to verify_path6() - implement the full functionality of the IPv4 version Also make O_ANTISPOOF work with IPv6. Reviewed by: gnn Approved by: re (blanket) Revision Changes Path 1.104 +52 -18 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 15:07:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A643A16A41C; Thu, 16 Jun 2005 15:07:16 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828DE43D1D; Thu, 16 Jun 2005 15:07:16 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GF7GQx026522; Thu, 16 Jun 2005 15:07:16 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GF7G3o026521; Thu, 16 Jun 2005 15:07:16 GMT (envelope-from jkoshy) Message-Id: <200506161507.j5GF7G3o026521@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 16 Jun 2005 15:07: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/conf files 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, 16 Jun 2005 15:07:16 -0000 jkoshy 2005-06-16 15:07:16 UTC FreeBSD src repository Modified files: sys/conf files Log: Preserve sorting order. Submitted by: obrien Approved by: re Revision Changes Path 1.1028 +2 -5 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Thu Jun 16 15:43:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 244AC16A420; Thu, 16 Jun 2005 15:43:18 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE9B43D48; Thu, 16 Jun 2005 15:43:17 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GFhHwN027892; Thu, 16 Jun 2005 15:43:17 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GFhH51027891; Thu, 16 Jun 2005 15:43:17 GMT (envelope-from green) Message-Id: <200506161543.j5GFhH51027891@repoman.freebsd.org> From: Brian Feldman Date: Thu, 16 Jun 2005 15:43: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/nfsclient nfs_bio.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, 16 Jun 2005 15:43:18 -0000 green 2005-06-16 15:43:17 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_bio.c Log: Ifdef out the incomplete non-blocking IO implementation for NFS pending discussion of how implementation would proceed. Applications like -lc_r expect select(3) to match the EAGAIN-status of IO functions. Approved by: re Revision Changes Path 1.152 +2 -0 src/sys/nfsclient/nfs_bio.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 16:01:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 171A716A41C; Thu, 16 Jun 2005 16:01:47 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A1843D4C; Thu, 16 Jun 2005 16:01:46 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GG1khN028718; Thu, 16 Jun 2005 16:01:46 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GG1kG0028717; Thu, 16 Jun 2005 16:01:46 GMT (envelope-from kensmith) Message-Id: <200506161601.j5GG1kG0028717@repoman.freebsd.org> From: Ken Smith Date: Thu, 16 Jun 2005 16:01:46 +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_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, 16 Jun 2005 16:01:47 -0000 kensmith 2005-06-16 16:01:46 UTC FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: Remove a variable that became unused as a result of changes made in v1.139. This was only exposed if MALLOC_PROFILE was defined. Submitted by: Gary Jennejohn Pointy hat: rwatson Approved by: re (scottl) Revision Changes Path 1.142 +0 -1 src/sys/kern/kern_malloc.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 17:06:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE7DF16A41C; Thu, 16 Jun 2005 17:06:34 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0DD43D1F; Thu, 16 Jun 2005 17:06:34 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GH6Ymd038253; Thu, 16 Jun 2005 17:06:34 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GH6YgW038252; Thu, 16 Jun 2005 17:06:34 GMT (envelope-from alc) Message-Id: <200506161706.j5GH6YgW038252@repoman.freebsd.org> From: Alan Cox Date: Thu, 16 Jun 2005 17:06: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/sys/vm uma_int.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: Thu, 16 Jun 2005 17:06:35 -0000 alc 2005-06-16 17:06:34 UTC FreeBSD src repository Modified files: sys/vm uma_int.h Log: Increase UMA_BOOT_PAGES to prevent a crash during initialization. See http://docs.FreeBSD.org/cgi/mid.cgi?42AD8270.8060906 for a detailed description of the crash. Reported by: Eric Anderson Approved by: re (scottl) MFC after: 3 days Revision Changes Path 1.31 +1 -1 src/sys/vm/uma_int.h From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:06:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2175816A41C; Thu, 16 Jun 2005 18:06:39 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2CB543D49; Thu, 16 Jun 2005 18:06:38 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GI6cBC040940; Thu, 16 Jun 2005 18:06:38 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GI6ci6040939; Thu, 16 Jun 2005 18:06:38 GMT (envelope-from marcel) Message-Id: <200506161806.j5GI6ci6040939@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 16 Jun 2005 18:06:38 +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/uart uart_cpu_alpha.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, 16 Jun 2005 18:06:39 -0000 marcel 2005-06-16 18:06:38 UTC FreeBSD src repository Modified files: sys/dev/uart uart_cpu_alpha.c Log: Some chipset drivers redefine the busspace_isa_{io|mem} tags. This not only means that it's possible (though unlikely) that we hand out differing tags for the same bus space, it also means that the tags we handed out are not used during bus enumeration. Both affect our ability to compare tags. Fix the first by initializing our tags only once. Fix the second by testing if one of the tags to compare is our tag and the other is a busspace_isa_{io|mem} tag and declare them equal if so. This fixes using uart(4) as the serial console on a ds10. That is, the low-level console worked, but we could not match the resources to one of the UARTs found during bus enumeration, which prevented uart(4) from becoming the console in single- or multi-user mode. Approved by: re (kensmith) MFC after: 2 days Thanks to: all involved in getting a ds10 to me; directly or indirectly. Special thanks to: Dave Knight, ISC (for not scratching my Porsche :-) Revision Changes Path 1.11 +20 -3 src/sys/dev/uart/uart_cpu_alpha.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:08:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E066016A41C; Thu, 16 Jun 2005 18:08:04 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA4DC43D1F; Thu, 16 Jun 2005 18:08:04 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GI84gb041008; Thu, 16 Jun 2005 18:08:04 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GI84RO041007; Thu, 16 Jun 2005 18:08:04 GMT (envelope-from brooks) Message-Id: <200506161808.j5GI84RO041007@repoman.freebsd.org> From: Brooks Davis Date: Thu, 16 Jun 2005 18:08: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/etc pccard_ether 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, 16 Jun 2005 18:08:05 -0000 brooks 2005-06-16 18:08:04 UTC FreeBSD src repository Modified files: etc pccard_ether Log: Make sure we actually read the config files before testing values from them. Reported by: Darren Pilgrim PR: conf/82313 Approved by: re (network interface startup blanket) Revision Changes Path 1.45 +12 -12 src/etc/pccard_ether From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:16:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 942AB16A41C; Thu, 16 Jun 2005 18:16:14 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8200543D55; Thu, 16 Jun 2005 18:16:14 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GIGEVE041477; Thu, 16 Jun 2005 18:16:14 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GIGEM5041476; Thu, 16 Jun 2005 18:16:14 GMT (envelope-from ru) Message-Id: <200506161816.j5GIGEM5041476@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 18:16: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 Makefile Makefile.inc1 src/release Makefile src/release/scripts lib32-make.sh src/usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.8 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, 16 Jun 2005 18:16:14 -0000 ru 2005-06-16 18:16:14 UTC FreeBSD src repository Modified files: . Makefile Makefile.inc1 release Makefile usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.8 Added files: release/scripts lib32-make.sh Log: Provide 32-bit runtime support on amd64 as a separate distribution, lib32. Prodded by: obrien Nodded by: peter Approved by: re Revision Changes Path 1.319 +1 -1 src/Makefile 1.498 +13 -6 src/Makefile.inc1 1.886 +9 -4 src/release/Makefile 1.1 +8 -0 src/release/scripts/lib32-make.sh (new) 1.239 +3 -0 src/usr.sbin/sysinstall/dist.c 1.65 +3 -0 src/usr.sbin/sysinstall/dist.h 1.410 +4 -0 src/usr.sbin/sysinstall/menus.c 1.69 +4 -1 src/usr.sbin/sysinstall/sysinstall.8 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:22:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BDE416A41C; Thu, 16 Jun 2005 18:22:06 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 561BC43D1F; Thu, 16 Jun 2005 18:22:06 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GIM67i041777; Thu, 16 Jun 2005 18:22:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GIM6Zl041776; Thu, 16 Jun 2005 18:22:06 GMT (envelope-from jhb) Message-Id: <200506161822.j5GIM6Zl041776@repoman.freebsd.org> From: John Baldwin Date: Thu, 16 Jun 2005 18:22:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c src/sys/boot/pc98/boot2 boot.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, 16 Jun 2005 18:22:06 -0000 jhb 2005-06-16 18:22:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/i386/boot2 boot2.c sys/boot/pc98/boot2 boot.c Log: MFC: Print out the commands from /boot.config after parsing them so that the output is sent to the correct console(s). Revision Changes Path 1.70.2.2 +1 -1 src/sys/boot/i386/boot2/boot2.c 1.11.4.1 +1 -1 src/sys/boot/pc98/boot2/boot.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:23:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E81D516A41C; Thu, 16 Jun 2005 18:23:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3C7943D1F; Thu, 16 Jun 2005 18:23:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GINWMX041835; Thu, 16 Jun 2005 18:23:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GINWB5041834; Thu, 16 Jun 2005 18:23:32 GMT (envelope-from jhb) Message-Id: <200506161823.j5GINWB5041834@repoman.freebsd.org> From: John Baldwin Date: Thu, 16 Jun 2005 18:23:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/boot/pc98/boot2 boot.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, 16 Jun 2005 18:23:33 -0000 jhb 2005-06-16 18:23:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/pc98/boot2 boot.c Log: MFC: Remove one of the last vestiges of the old userconfig support. Revision Changes Path 1.11.4.2 +0 -2 src/sys/boot/pc98/boot2/boot.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:25:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CC8416A41C; Thu, 16 Jun 2005 18:25:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2754E43D1F; Thu, 16 Jun 2005 18:25:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GIPnH6042081; Thu, 16 Jun 2005 18:25:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GIPnUb042080; Thu, 16 Jun 2005 18:25:49 GMT (envelope-from jhb) Message-Id: <200506161825.j5GIPnUb042080@repoman.freebsd.org> From: John Baldwin Date: Thu, 16 Jun 2005 18:25:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/boot/i386/libi386 devicename.c libi386.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: Thu, 16 Jun 2005 18:25:49 -0000 jhb 2005-06-16 18:25:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/i386/libi386 devicename.c libi386.h Log: MFC: Fix a warning by adding a missing 'const'. Revision Changes Path 1.6.4.1 +1 -1 src/sys/boot/i386/libi386/devicename.c 1.18.2.1 +1 -1 src/sys/boot/i386/libi386/libi386.h From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:36:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 204AB16A41F; Thu, 16 Jun 2005 18:36:35 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E8143D53; Thu, 16 Jun 2005 18:36:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GIaY4U042446; Thu, 16 Jun 2005 18:36:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GIaYFs042445; Thu, 16 Jun 2005 18:36:34 GMT (envelope-from jhb) Message-Id: <200506161836.j5GIaYFs042445@repoman.freebsd.org> From: John Baldwin Date: Thu, 16 Jun 2005 18:36:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/boot/i386/libi386 bootinfo.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, 16 Jun 2005 18:36:35 -0000 jhb 2005-06-16 18:36:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/i386/libi386 bootinfo.c Log: MFC: Remove some more userconfig cruft. Revision Changes Path 1.35.4.1 +0 -4 src/sys/boot/i386/libi386/bootinfo.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:40:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D86AA16A41C; Thu, 16 Jun 2005 18:40:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE15943D53; Thu, 16 Jun 2005 18:40:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GIeY0T042747; Thu, 16 Jun 2005 18:40:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GIeYWC042746; Thu, 16 Jun 2005 18:40:34 GMT (envelope-from jhb) Message-Id: <200506161840.j5GIeYWC042746@repoman.freebsd.org> From: John Baldwin Date: Thu, 16 Jun 2005 18:40:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/boot/common console.c loader.8 src/sys/boot/i386/libi386 bootinfo.c src/sys/boot/i386/loader main.c src/sys/boot/pc98/loader main.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, 16 Jun 2005 18:40:35 -0000 jhb 2005-06-16 18:40:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/common console.c loader.8 sys/boot/i386/libi386 bootinfo.c sys/boot/i386/loader main.c sys/boot/pc98/loader main.c Log: MFC: Add support to the loader for multiple consoles. Revision Changes Path 1.6.4.1 +93 -39 src/sys/boot/common/console.c 1.64.2.4 +6 -1 src/sys/boot/common/loader.8 1.35.4.2 +31 -5 src/sys/boot/i386/libi386/bootinfo.c 1.29.2.2 +8 -4 src/sys/boot/i386/loader/main.c 1.17.2.3 +8 -4 src/sys/boot/pc98/loader/main.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:42:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E77316A41C; Thu, 16 Jun 2005 18:42:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4955443D1F; Thu, 16 Jun 2005 18:42:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GIg27J042824; Thu, 16 Jun 2005 18:42:02 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GIg2gE042823; Thu, 16 Jun 2005 18:42:02 GMT (envelope-from jhb) Message-Id: <200506161842.j5GIg2gE042823@repoman.freebsd.org> From: John Baldwin Date: Thu, 16 Jun 2005 18:42:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/boot README 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, 16 Jun 2005 18:42:02 -0000 jhb 2005-06-16 18:42:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot README Log: MFC: Remove obsolete and scary note. The loader has worked fine for several years now. Revision Changes Path 1.3.8.1 +0 -10 src/sys/boot/README From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:46:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C903816A41C; Thu, 16 Jun 2005 18:46:17 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B51D143D53; Thu, 16 Jun 2005 18:46:17 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GIkHtr043171; Thu, 16 Jun 2005 18:46:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GIkHTK043170; Thu, 16 Jun 2005 18:46:17 GMT (envelope-from ru) Message-Id: <200506161846.j5GIkHTK043170@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 18:46: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/share/man/man3 pthread_atfork.3 src/share/man/man4 carp.4 cdce.4 if_bridge.4 ng_ccatm.4 ng_nat.4 ng_tcpmss.4 nve.4 sched_4bsd.4 sched_ule.4 snd_via8233.4 src/share/man/man4/man4.i386 acpi_fujitsu.4 src/share/man/man5 ... 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, 16 Jun 2005 18:46:17 -0000 ru 2005-06-16 18:46:17 UTC FreeBSD src repository Modified files: share/man/man3 pthread_atfork.3 share/man/man4 carp.4 cdce.4 if_bridge.4 ng_ccatm.4 ng_nat.4 ng_tcpmss.4 nve.4 sched_4bsd.4 sched_ule.4 snd_via8233.4 share/man/man4/man4.i386 acpi_fujitsu.4 share/man/man5 devfs.conf.5 devfs.rules.5 share/man/man9 alloc_unr.9 devclass_get_drivers.9 Log: (Mostly) markup fixes. Approved by: re (blanket) Revision Changes Path 1.3 +4 -3 src/share/man/man3/pthread_atfork.3 1.8 +4 -4 src/share/man/man4/carp.4 1.3 +1 -0 src/share/man/man4/cdce.4 1.4 +30 -21 src/share/man/man4/if_bridge.4 1.2 +1 -2 src/share/man/man4/man4.i386/acpi_fujitsu.4 1.3 +65 -62 src/share/man/man4/ng_ccatm.4 1.2 +23 -23 src/share/man/man4/ng_nat.4 1.2 +24 -25 src/share/man/man4/ng_tcpmss.4 1.2 +16 -16 src/share/man/man4/nve.4 1.3 +7 -5 src/share/man/man4/sched_4bsd.4 1.2 +8 -2 src/share/man/man4/sched_ule.4 1.2 +2 -0 src/share/man/man4/snd_via8233.4 1.2 +25 -24 src/share/man/man5/devfs.conf.5 1.2 +12 -13 src/share/man/man5/devfs.rules.5 1.2 +10 -8 src/share/man/man9/alloc_unr.9 1.3 +3 -3 src/share/man/man9/devclass_get_drivers.9 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 18:54:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 339E916A41C; Thu, 16 Jun 2005 18:54:27 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214B943D4C; Thu, 16 Jun 2005 18:54:27 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GIsRa3043505; Thu, 16 Jun 2005 18:54:27 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GIsQtG043504; Thu, 16 Jun 2005 18:54:26 GMT (envelope-from jhb) Message-Id: <200506161854.j5GIsQtG043504@repoman.freebsd.org> From: John Baldwin Date: Thu, 16 Jun 2005 18:54:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/boot/common loader.8 src/sys/boot/efi/libefi bootinfo.c src/sys/boot/forth loader.conf src/sys/boot/pc98/loader help.pc98 src/sys/boot/sparc64/loader metadata.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, 16 Jun 2005 18:54:27 -0000 jhb 2005-06-16 18:54:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/common loader.8 sys/boot/efi/libefi bootinfo.c sys/boot/forth loader.conf sys/boot/pc98/loader help.pc98 sys/boot/sparc64/loader metadata.c Log: MFC: Remove the remaining references to boot_userconfig and RB_CONFIG. Revision Changes Path 1.64.2.5 +0 -4 src/sys/boot/common/loader.8 1.10.2.1 +0 -4 src/sys/boot/efi/libefi/bootinfo.c 1.85.2.4 +0 -2 src/sys/boot/forth/loader.conf 1.3.4.2 +0 -8 src/sys/boot/pc98/loader/help.pc98 1.12.2.1 +0 -4 src/sys/boot/sparc64/loader/metadata.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 19:01:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CC9216A41C; Thu, 16 Jun 2005 19:01:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5352443D1D; Thu, 16 Jun 2005 19:01:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GJ17X1043895; Thu, 16 Jun 2005 19:01:07 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GJ17AI043894; Thu, 16 Jun 2005 19:01:07 GMT (envelope-from ru) Message-Id: <200506161901.j5GJ17AI043894@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 19:01:07 +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/net gai_strerror.3 src/lib/libmd sha.3 src/lib/libthr libthr.3 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, 16 Jun 2005 19:01:07 -0000 ru 2005-06-16 19:01:07 UTC FreeBSD src repository Modified files: lib/libc/net gai_strerror.3 lib/libmd sha.3 lib/libthr libthr.3 Log: Markup fixes. Approved by: re Revision Changes Path 1.3 +10 -7 src/lib/libc/net/gai_strerror.3 1.19 +2 -1 src/lib/libmd/sha.3 1.3 +5 -2 src/lib/libthr/libthr.3 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 19:27:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4253316A425; Thu, 16 Jun 2005 19:27:13 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 177AB43D49; Thu, 16 Jun 2005 19:27:13 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GJRCXL045080; Thu, 16 Jun 2005 19:27:12 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GJRCwY045079; Thu, 16 Jun 2005 19:27:12 GMT (envelope-from ceri) Message-Id: <200506161927.j5GJRCwY045079@repoman.freebsd.org> From: Ceri Davies Date: Thu, 16 Jun 2005 19:27: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/gnu/usr.bin/send-pr send-pr.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: Thu, 16 Jun 2005 19:27:13 -0000 ceri 2005-06-16 19:27:12 UTC FreeBSD src repository Modified files: gnu/usr.bin/send-pr send-pr.1 Log: 1. Add the threads and usb categories. 2. Fill in the blanks on the advocacy category. 3. Expand a contraction while I'm in here. Prodded by: simon (1) Approved by: re (hrs) MFC after: 5 days Revision Changes Path 1.18 +11 -3 src/gnu/usr.bin/send-pr/send-pr.1 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 19:36:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACA0816A41C; Thu, 16 Jun 2005 19:36:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786D043D53; Thu, 16 Jun 2005 19:36:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GJae2T045522; Thu, 16 Jun 2005 19:36:40 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GJaeke045521; Thu, 16 Jun 2005 19:36:40 GMT (envelope-from ru) Message-Id: <200506161936.j5GJaeke045521@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 19:36:40 +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/ndiscvt ndiscvt.8 ndisgen.8 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, 16 Jun 2005 19:36:40 -0000 ru 2005-06-16 19:36:40 UTC FreeBSD src repository Modified files: usr.sbin/ndiscvt ndiscvt.8 ndisgen.8 Log: Markup fixes. Approved by: re Revision Changes Path 1.7 +1 -2 src/usr.sbin/ndiscvt/ndiscvt.8 1.2 +8 -7 src/usr.sbin/ndiscvt/ndisgen.8 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 19:37:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87FDB16A41C; Thu, 16 Jun 2005 19:37:09 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 629F143D49; Thu, 16 Jun 2005 19:37:09 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GJb9kH045573; Thu, 16 Jun 2005 19:37:09 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GJb9Ja045572; Thu, 16 Jun 2005 19:37:09 GMT (envelope-from ume) Message-Id: <200506161937.j5GJb9Ja045572@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 16 Jun 2005 19: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/sbin/ifconfig af_inet.c af_inet6.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, 16 Jun 2005 19:37:09 -0000 ume 2005-06-16 19:37:09 UTC FreeBSD src repository Modified files: sbin/ifconfig af_inet.c af_inet6.c Log: only show a tunnel information of an adequate address family. Approved by: re (dwhite) Revision Changes Path 1.2 +4 -0 src/sbin/ifconfig/af_inet.c 1.3 +6 -4 src/sbin/ifconfig/af_inet6.c From owner-cvs-src@FreeBSD.ORG Thu Jun 16 20:01:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C14416A41C; Thu, 16 Jun 2005 20:01:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E4A43D1D; Thu, 16 Jun 2005 20:01:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GK1hbj048331; Thu, 16 Jun 2005 20:01:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GK1h2c048330; Thu, 16 Jun 2005 20:01:43 GMT (envelope-from ru) Message-Id: <200506162001.j5GK1h2c048330@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 20:01: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/usr.sbin/powerd powerd.8 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, 16 Jun 2005 20:01:44 -0000 ru 2005-06-16 20:01:43 UTC FreeBSD src repository Modified files: usr.sbin/powerd powerd.8 Log: Fixed markup. Approved by: re Revision Changes Path 1.5 +16 -11 src/usr.sbin/powerd/powerd.8 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 20:06:39 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A82F816A41C; Thu, 16 Jun 2005 20:06:39 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A6FF43D1D; Thu, 16 Jun 2005 20:06:39 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5GK6K8U015135; Thu, 16 Jun 2005 13:06:20 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5GK6Iva015134; Thu, 16 Jun 2005 13:06:18 -0700 (PDT) (envelope-from obrien) Date: Thu, 16 Jun 2005 13:06:18 -0700 From: "David O'Brien" To: "M. Warner Losh" Message-ID: <20050616200618.GA14696@dragon.NUXI.org> References: <20050615171704.GA1480@dragon.NUXI.org> <20050615204701.P80563@newtrinity.zeist.de> <20050616021900.GA31093@dragon.NUXI.org> <20050615.215911.132576700.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050615.215911.132576700.imp@bsdimp.com> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, marius@alchemy.franken.de Subject: Re: cvs commit: src/sys/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/dev/atkbdc atkbd.c atkbd_atkbdc.c atkbdc.c atkbdc_ebus.c atkbdc_isa.c atkbdc_subr.c atkbdc_subr.h atkbdcreg.h atkbdreg.h psm.c psm.h src/sys/dev/kbd atkbd.c atkbdc.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: Thu, 16 Jun 2005 20:06:39 -0000 On Wed, Jun 15, 2005 at 09:59:11PM -0600, M. Warner Losh wrote: > In message: <20050616021900.GA31093@dragon.NUXI.org> > "David O'Brien" writes: > : I'm trying to connect a serial console to this machine, but of course my > : laptop doesn't have a serial port and finding a USB-serial dongle FreeBSD > : supports in Fry's has been unfruitful (already bought two that turned out > : useless) :-( . > > I didn't know we supported serial consoles via USB serial dongles... The panicing system has a serial port. It is also my serial console server to all my other machines (which are headless). The only other machines I have with monitor+keyboard is a laptop - which has no seral port. :-( -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Thu Jun 16 20:21:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DD8A16A41C; Thu, 16 Jun 2005 20:21:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A9C43D58; Thu, 16 Jun 2005 20:21:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GKL3hq049239; Thu, 16 Jun 2005 20:21:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GKL31k049238; Thu, 16 Jun 2005 20:21:03 GMT (envelope-from ru) Message-Id: <200506162021.j5GKL31k049238@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 20:21:03 +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/contrib/amd/amd amd.8 src/contrib/amd/amq amq.8 pawd.1 src/contrib/amd/fixmount fixmount.8 src/contrib/amd/fsinfo fsinfo.8 src/contrib/amd/hlfsd hlfsd.8 src/contrib/amd/mk-amd-map mk-amd-map.8 src/contrib/amd/scripts amd.conf.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, 16 Jun 2005 20:21:03 -0000 ru 2005-06-16 20:21:03 UTC FreeBSD src repository Modified files: contrib/amd/amd amd.8 contrib/amd/amq amq.8 pawd.1 contrib/amd/fixmount fixmount.8 contrib/amd/fsinfo fsinfo.8 contrib/amd/hlfsd hlfsd.8 contrib/amd/mk-amd-map mk-amd-map.8 contrib/amd/scripts amd.conf.5 contrib/amd/wire-test wire-test.8 Log: Apply a series of scripts to automatically fix some markup bugs. Approved by: re (blanket) Revision Changes Path 1.20 +71 -46 src/contrib/amd/amd/amd.8 1.12 +39 -33 src/contrib/amd/amq/amq.8 1.7 +7 -4 src/contrib/amd/amq/pawd.1 1.12 +41 -34 src/contrib/amd/fixmount/fixmount.8 1.12 +28 -15 src/contrib/amd/fsinfo/fsinfo.8 1.15 +89 -56 src/contrib/amd/hlfsd/hlfsd.8 1.7 +2 -1 src/contrib/amd/mk-amd-map/mk-amd-map.8 1.17 +167 -102 src/contrib/amd/scripts/amd.conf.5 1.6 +1 -1 src/contrib/amd/wire-test/wire-test.8 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 20:51:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A7C16A41C; Thu, 16 Jun 2005 20:51:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA6343D48; Thu, 16 Jun 2005 20:51:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GKpBJp057253; Thu, 16 Jun 2005 20:51:11 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GKpBsQ057252; Thu, 16 Jun 2005 20:51:11 GMT (envelope-from ru) Message-Id: <200506162051.j5GKpBsQ057252@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 20:51: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: src/contrib/com_err compile_et.1 src/contrib/pnpinfo pnpinfo.8 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, 16 Jun 2005 20:51:11 -0000 ru 2005-06-16 20:51:11 UTC FreeBSD src repository Modified files: contrib/com_err compile_et.1 contrib/pnpinfo pnpinfo.8 Log: Markup fixes. Approved by: re (blanket) Revision Changes Path 1.4 +4 -3 src/contrib/com_err/compile_et.1 1.6 +4 -3 src/contrib/pnpinfo/pnpinfo.8 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 21:05:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6202816A41C; Thu, 16 Jun 2005 21:05:29 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BBAD43D48; Thu, 16 Jun 2005 21:05:29 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GL5T6P057772; Thu, 16 Jun 2005 21:05:29 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GL5T0G057771; Thu, 16 Jun 2005 21:05:29 GMT (envelope-from ru) Message-Id: <200506162105.j5GL5T0G057771@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 21:05:29 +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 pnp.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: Thu, 16 Jun 2005 21:05:29 -0000 ru 2005-06-16 21:05:29 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 pnp.4 Log: Markup fixes. Approved by: re (blanket) Revision Changes Path 1.16 +9 -12 src/share/man/man4/man4.i386/pnp.4 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 21:13:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35F2716A41C; Thu, 16 Jun 2005 21:13:21 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F0A043D4C; Thu, 16 Jun 2005 21:13:21 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GLDKsi058062; Thu, 16 Jun 2005 21:13:20 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GLDKiA058061; Thu, 16 Jun 2005 21:13:20 GMT (envelope-from ru) Message-Id: <200506162113.j5GLDKiA058061@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 21:13:20 +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/gnu/usr.bin/groff/tmac mdoc.local 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, 16 Jun 2005 21:13:21 -0000 ru 2005-06-16 21:13:20 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: A number of manpages already use ``.Fx 5.5'', define it. Approved by: re (blanket) Revision Changes Path 1.48 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Thu Jun 16 21:35:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FCF316A41C; Thu, 16 Jun 2005 21:35:34 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBEAA43D55; Thu, 16 Jun 2005 21:35:33 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GLZXAt058902; Thu, 16 Jun 2005 21:35:33 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GLZXkK058901; Thu, 16 Jun 2005 21:35:33 GMT (envelope-from brueffer) Message-Id: <200506162135.j5GLZXkK058901@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Jun 2005 21:35:33 +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/sbin/mount mount.8 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, 16 Jun 2005 21:35:34 -0000 brueffer 2005-06-16 21:35:33 UTC FreeBSD src repository (doc committer) Modified files: sbin/mount mount.8 Log: Remove Xref to mount_hpfs(8), it's not hooked up to the build. Approved by: re (blanket) MFC after: 3 days Revision Changes Path 1.73 +0 -1 src/sbin/mount/mount.8 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 21:53:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26FB216A41F; Thu, 16 Jun 2005 21:53:42 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F380E43D55; Thu, 16 Jun 2005 21:53:41 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GLrfli059725; Thu, 16 Jun 2005 21:53:41 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GLrfF0059724; Thu, 16 Jun 2005 21:53:41 GMT (envelope-from ru) Message-Id: <200506162153.j5GLrfF0059724@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 21:53: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/lib/libmd sha256.3 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, 16 Jun 2005 21:53:42 -0000 ru 2005-06-16 21:53:41 UTC FreeBSD src repository Modified files: lib/libmd sha256.3 Log: Removed redundnt empty line. Approved by: re (blanket) Revision Changes Path 1.2 +0 -1 src/lib/libmd/sha256.3 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 21:55:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89F7D16A41C; Thu, 16 Jun 2005 21:55:45 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5551443D48; Thu, 16 Jun 2005 21:55:45 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GLtjV5059883; Thu, 16 Jun 2005 21:55:45 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GLtjiH059882; Thu, 16 Jun 2005 21:55:45 GMT (envelope-from ru) Message-Id: <200506162155.j5GLtjiH059882@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 21:55: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/lib/msun/man ieee.3 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, 16 Jun 2005 21:55:45 -0000 ru 2005-06-16 21:55:45 UTC FreeBSD src repository Modified files: lib/msun/man ieee.3 Log: Fixed compile warning. Approved by: re (blanket) Revision Changes Path 1.22 +0 -2 src/lib/msun/man/ieee.3 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 21:56:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D12916A41F; Thu, 16 Jun 2005 21:56:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1736D43D48; Thu, 16 Jun 2005 21:56:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GLu3Mx059929; Thu, 16 Jun 2005 21:56:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GLu3Ec059928; Thu, 16 Jun 2005 21:56:03 GMT (envelope-from ru) Message-Id: <200506162156.j5GLu3Ec059928@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jun 2005 21:56:03 +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/msun/man math.3 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, 16 Jun 2005 21:56:04 -0000 ru 2005-06-16 21:56:03 UTC FreeBSD src repository Modified files: lib/msun/man math.3 Log: Markup nit. Approved by: re (blanket) Revision Changes Path 1.25 +1 -1 src/lib/msun/man/math.3 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 22:05:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD02A16A41C; Thu, 16 Jun 2005 22:05:32 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F8E43D5C; Thu, 16 Jun 2005 22:05:32 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GM5WHp060328; Thu, 16 Jun 2005 22:05:32 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GM5Wpl060327; Thu, 16 Jun 2005 22:05:32 GMT (envelope-from brueffer) Message-Id: <200506162205.j5GM5Wpl060327@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Jun 2005 22:05: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/man4.i386 mcd.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: Thu, 16 Jun 2005 22:05:32 -0000 brueffer 2005-06-16 22:05:32 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 mcd.4 Log: Remove the obsolete device count. Approved by: re (blanket) MFC after: 3 days Revision Changes Path 1.24 +1 -1 src/share/man/man4/man4.i386/mcd.4 From owner-cvs-src@FreeBSD.ORG Thu Jun 16 22:19:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B57916A41C; Thu, 16 Jun 2005 22:19:06 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 320F743D1F; Thu, 16 Jun 2005 22:19:06 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GMJ6Zt060784; Thu, 16 Jun 2005 22:19:06 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GMJ6UM060783; Thu, 16 Jun 2005 22:19:06 GMT (envelope-from brueffer) Message-Id: <200506162219.j5GMJ6UM060783@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Jun 2005 22:19: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/release/doc/en_US.ISO8859-1/installation/common trouble.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: Thu, 16 Jun 2005 22:19:06 -0000 brueffer 2005-06-16 22:19:05 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/installation/common trouble.sgml Log: Limit entries to their respective architectures. We don't need e.g. ISA troubleshooting in the amd64 installation guide. Also note that amd64 and ia64 use ACPI. Approved by: re (blanket) MFC after: 3 days Revision Changes Path 1.18 +10 -10 src/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml From owner-cvs-src@FreeBSD.ORG Thu Jun 16 22:22:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2134016A41C; Thu, 16 Jun 2005 22:22:06 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECFDC43D4C; Thu, 16 Jun 2005 22:22:05 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GMM5Wq060976; Thu, 16 Jun 2005 22:22:05 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GMM571060975; Thu, 16 Jun 2005 22:22:05 GMT (envelope-from brueffer) Message-Id: <200506162222.j5GMM571060975@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Jun 2005 22:22: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/release/doc/en_US.ISO8859-1/installation/common trouble.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: Thu, 16 Jun 2005 22:22:06 -0000 brueffer 2005-06-16 22:22:05 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/installation/common trouble.sgml Log: Whitespace cleanup from last commit. Translators can ignore this. Approved by: re (blanket) Revision Changes Path 1.19 +6 -6 src/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml From owner-cvs-src@FreeBSD.ORG Thu Jun 16 22:24:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E4B16A42C; Thu, 16 Jun 2005 22:24:28 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C0443D1F; Thu, 16 Jun 2005 22:24:27 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0II700B2D7KQNW@ms-dienst.rz.rwth-aachen.de>; Fri, 17 Jun 2005 00:24:26 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by circe (MailMonitor for SMTP v1.2.2 ) ; Fri, 17 Jun 2005 00:24:26 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j5GMOP9p013311; Fri, 17 Jun 2005 00:24:25 +0200 (MEST) Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 6BFD028469; Fri, 17 Jun 2005 00:24:25 +0200 (CEST) Date: Fri, 17 Jun 2005 00:24:25 +0200 From: Christian Brueffer In-reply-to: <200506162219.j5GMJ6UM060783@repoman.freebsd.org> To: src-committers@FreeBSD.org Message-id: <20050616222425.GG1042@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=lQSB8Tqijvu1+4Ba; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.6i X-Operating-System: FreeBSD 5.4-STABLE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200506162219.j5GMJ6UM060783@repoman.freebsd.org> Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common trouble.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: Thu, 16 Jun 2005 22:24:29 -0000 --lQSB8Tqijvu1+4Ba Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 16, 2005 at 10:19:05PM +0000, Christian Brueffer wrote: > brueffer 2005-06-16 22:19:05 UTC >=20 > FreeBSD src repository (doc committer) >=20 > Modified files: > release/doc/en_US.ISO8859-1/installation/common trouble.sgml=20 > Log: > Limit entries to their respective architectures. We don't need e.g. > ISA troubleshooting in the amd64 installation guide. > =20 > Also note that amd64 and ia64 use ACPI. > =20 > Approved by: re (blanket) > MFC after: 3 days > =20 > Revision Changes Path > 1.18 +10 -10 src/release/doc/en_US.ISO8859-1/installation/commo= n/trouble.sgml > _______________________________________________ Inspired by: a rant on freebsd-doc@ - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --lQSB8Tqijvu1+4Ba Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFCsfwZbHYXjKDtmC0RAprRAJ48L2dlZdps5zBMW2S3suey4GcNigCgq/Ab Jfh0xuHtblnqQE1kx4dBO+Y= =dqb5 -----END PGP SIGNATURE----- --lQSB8Tqijvu1+4Ba-- From owner-cvs-src@FreeBSD.ORG Thu Jun 16 22:31:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA6B116A41C; Thu, 16 Jun 2005 22:31:54 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif3-6-1-cust116.cdif.cable.ntl.com [82.23.41.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A97443D1F; Thu, 16 Jun 2005 22:31:54 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.51 (FreeBSD)) id 1Dj2tr-0003bA-VR; Thu, 16 Jun 2005 23:31:51 +0100 Date: Thu, 16 Jun 2005 23:31:51 +0100 From: Ceri Davies To: Christian Brueffer Message-ID: <20050616223151.GN14221@submonkey.net> Mail-Followup-To: Ceri Davies , Christian Brueffer , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200506162219.j5GMJ6UM060783@repoman.freebsd.org> <20050616222425.GG1042@unixpages.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ey8hj1tzPpq3sJHh" Content-Disposition: inline In-Reply-To: <20050616222425.GG1042@unixpages.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common trouble.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: Thu, 16 Jun 2005 22:31:55 -0000 --Ey8hj1tzPpq3sJHh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 17, 2005 at 12:24:25AM +0200, Christian Brueffer wrote: > On Thu, Jun 16, 2005 at 10:19:05PM +0000, Christian Brueffer wrote: > > brueffer 2005-06-16 22:19:05 UTC > >=20 > > FreeBSD src repository (doc committer) > >=20 > > Modified files: > > release/doc/en_US.ISO8859-1/installation/common trouble.sgml=20 > > Log: > > Limit entries to their respective architectures. We don't need e.g. > > ISA troubleshooting in the amd64 installation guide. > > =20 > > Also note that amd64 and ia64 use ACPI. > > =20 > > Approved by: re (blanket) > > MFC after: 3 days > > =20 > > Revision Changes Path > > 1.18 +10 -10 src/release/doc/en_US.ISO8859-1/installation/com= mon/trouble.sgml > > _______________________________________________ >=20 > Inspired by: a rant on freebsd-doc@ Hello I am Ceri Davies. THANK YOU FOR SAVING OUR DIGNITY AND TO BRING THE SITUATION UNDER CONTROL!!! MY DOG IS NOW HAPPY!!! Ceri PS http://lists.freebsd.org/pipermail/freebsd-doc/2005-May/007984.html --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --Ey8hj1tzPpq3sJHh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCsf3XocfcwTS3JF8RAszeAJ9DWZgv9MAEYeUMYZamh00c/bdKfACeOkT2 02d/nB+xF60kbhKCUkvaCk4= =wKoI -----END PGP SIGNATURE----- --Ey8hj1tzPpq3sJHh-- From owner-cvs-src@FreeBSD.ORG Fri Jun 17 01:05:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B7C16A41C; Fri, 17 Jun 2005 01:05:14 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5261A43D1F; Fri, 17 Jun 2005 01:05:14 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5H15EJi075283; Fri, 17 Jun 2005 01:05:14 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5H15EhR075282; Fri, 17 Jun 2005 01:05:14 GMT (envelope-from jeff) Message-Id: <200506170105.j5H15EhR075282@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 17 Jun 2005 01:05: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/kern vfs_cache.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, 17 Jun 2005 01:05:14 -0000 jeff 2005-06-17 01:05:13 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c Log: - Fix a leaked reference to a vnode via v_dd. We rely on cache_purge() and cache_zap() to clear the v_dd pointers when a directory vnode is forcibly discarded. For this to work, all vnodes with v_dd pointers to a directory must also have name cache entries linked via v_cache_dst to that dvp otherwise we could not find them at cache_purge() time. The following code snipit could break this guarantee by unlinking a directory before fetching it's dotdot. The dotdot lookup would initialize the v_dd field of the unlinked directory which could never be cleared. To fix this we don't initialize v_dd for orphaned vnodes. printf("rmdir: %d\n", rmdir("../foo")); /* foo is cwd */ printf("chdir: %d\n", chdir("..")); printf("%s\n", getwd(NULL)); Sponsored by: Isilon Systems, Inc. Discovered by: kkenn Approved by: re (blanket vfs) Revision Changes Path 1.103 +11 -1 src/sys/kern/vfs_cache.c From owner-cvs-src@FreeBSD.ORG Fri Jun 17 03:09:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48D8916A41C; Fri, 17 Jun 2005 03:09:00 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F3C43D5C; Fri, 17 Jun 2005 03:09:00 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5H390so080627; Fri, 17 Jun 2005 03:09:00 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5H390G3080626; Fri, 17 Jun 2005 03:09:00 GMT (envelope-from sam) Message-Id: <200506170309.j5H390G3080626@repoman.freebsd.org> From: Sam Leffler Date: Fri, 17 Jun 2005 03:09: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.sbin/wpa/wpa_cli Makefile wpa_cli.1 wpa_cli.8 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, 17 Jun 2005 03:09:00 -0000 sam 2005-06-17 03:08:59 UTC FreeBSD src repository Modified files: usr.sbin/wpa/wpa_cli Makefile Added files: usr.sbin/wpa/wpa_cli wpa_cli.8 Removed files: usr.sbin/wpa/wpa_cli wpa_cli.1 Log: move wpa_cli to section 8 + minor wordsmithing Approved by: re (blanket wpa) Revision Changes Path 1.2 +2 -0 src/usr.sbin/wpa/wpa_cli/Makefile 1.2 +0 -192 src/usr.sbin/wpa/wpa_cli/wpa_cli.1 (dead) 1.1 +198 -0 src/usr.sbin/wpa/wpa_cli/wpa_cli.8 (new) From owner-cvs-src@FreeBSD.ORG Fri Jun 17 05:32:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E30516A41C; Fri, 17 Jun 2005 05:32:49 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2125E43D49; Fri, 17 Jun 2005 05:32:49 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5H5WncQ092868; Fri, 17 Jun 2005 05:32:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5H5Wn60092867; Fri, 17 Jun 2005 05:32:49 GMT (envelope-from sam) Message-Id: <200506170532.j5H5Wn60092867@repoman.freebsd.org> From: Sam Leffler Date: Fri, 17 Jun 2005 05:32: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.sbin/wpa/wpa_supplicant Makefile wpa_supplicant.1 wpa_supplicant.8 wpa_supplicant.conf.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, 17 Jun 2005 05:32:49 -0000 sam 2005-06-17 05:32:48 UTC FreeBSD src repository Modified files: usr.sbin/wpa/wpa_supplicant Makefile wpa_supplicant.conf.5 Added files: usr.sbin/wpa/wpa_supplicant wpa_supplicant.8 Removed files: usr.sbin/wpa/wpa_supplicant wpa_supplicant.1 Log: o move wpa_supplicant to section 8 o fillin wpa_supplicant.conf.5 Approved by: re (blanket wpa) Revision Changes Path 1.3 +2 -0 src/usr.sbin/wpa/wpa_supplicant/Makefile 1.2 +0 -132 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.1 (dead) 1.1 +147 -0 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 (new) 1.2 +281 -5 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Jun 17 05:37:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D7B116A41C; Fri, 17 Jun 2005 05:37:08 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 630B643D1D; Fri, 17 Jun 2005 05:37:08 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5H5b8S2094097; Fri, 17 Jun 2005 05:37:08 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5H5b8Kw094096; Fri, 17 Jun 2005 05:37:08 GMT (envelope-from sam) Message-Id: <200506170537.j5H5b8Kw094096@repoman.freebsd.org> From: Sam Leffler Date: Fri, 17 Jun 2005 05:37:08 +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/wpa/hostapd Makefile hostapd.1 hostapd.8 hostapd.conf.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, 17 Jun 2005 05:37:08 -0000 sam 2005-06-17 05:37:08 UTC FreeBSD src repository Modified files: usr.sbin/wpa/hostapd Makefile Added files: usr.sbin/wpa/hostapd hostapd.8 hostapd.conf.5 Removed files: usr.sbin/wpa/hostapd hostapd.1 Log: o move hostapd to section 8 o add placeholder for hostapd.conf Approved by: re (blanket wpa) Revision Changes Path 1.2 +2 -0 src/usr.sbin/wpa/hostapd/Makefile 1.2 +0 -120 src/usr.sbin/wpa/hostapd/hostapd.1 (dead) 1.1 +120 -0 src/usr.sbin/wpa/hostapd/hostapd.8 (new) 1.1 +50 -0 src/usr.sbin/wpa/hostapd/hostapd.conf.5 (new) From owner-cvs-src@FreeBSD.ORG Fri Jun 17 05:38:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2889416A41C; Fri, 17 Jun 2005 05:38:44 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F318F43D1D; Fri, 17 Jun 2005 05:38:43 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5H5chKS094239; Fri, 17 Jun 2005 05:38:43 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5H5chpr094238; Fri, 17 Jun 2005 05:38:43 GMT (envelope-from sam) Message-Id: <200506170538.j5H5chpr094238@repoman.freebsd.org> From: Sam Leffler Date: Fri, 17 Jun 2005 05:38: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/usr.sbin/wpa/hostapd_cli Makefile hostapd_cli.1 hostapd_cli.8 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, 17 Jun 2005 05:38:44 -0000 sam 2005-06-17 05:38:43 UTC FreeBSD src repository Modified files: usr.sbin/wpa/hostapd_cli Makefile Added files: usr.sbin/wpa/hostapd_cli hostapd_cli.8 Removed files: usr.sbin/wpa/hostapd_cli hostapd_cli.1 Log: move hostapd_cli to section 8 Approved by: re (blanket wpa) Revision Changes Path 1.2 +2 -0 src/usr.sbin/wpa/hostapd_cli/Makefile 1.2 +0 -105 src/usr.sbin/wpa/hostapd_cli/hostapd_cli.1 (dead) 1.1 +105 -0 src/usr.sbin/wpa/hostapd_cli/hostapd_cli.8 (new) From owner-cvs-src@FreeBSD.ORG Fri Jun 17 06:39:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 898AF16A41C; Fri, 17 Jun 2005 06:39:18 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6271043D49; Fri, 17 Jun 2005 06:39:18 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5H6dEXH001366; Thu, 16 Jun 2005 23:39:14 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5H6dEj0001365; Thu, 16 Jun 2005 23:39:14 -0700 (PDT) (envelope-from obrien) Date: Thu, 16 Jun 2005 23:39:14 -0700 From: "David O'Brien" To: Alan Cox Message-ID: <20050617063914.GA1097@dragon.NUXI.org> References: <200506161706.j5GH6YgW038252@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506161706.j5GH6YgW038252@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_int.h 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, 17 Jun 2005 06:39:18 -0000 On Thu, Jun 16, 2005 at 05:06:34PM +0000, Alan Cox wrote: > alc 2005-06-16 17:06:34 UTC > > FreeBSD src repository > > Modified files: > sys/vm uma_int.h > Log: > Increase UMA_BOOT_PAGES to prevent a crash during initialization. See > http://docs.FreeBSD.org/cgi/mid.cgi?42AD8270.8060906 for a detailed > description of the crash. Today, I finally got a traceback of my insta-reboots after marius' atkbd commit (2005-06-10 20:56:38 UTC) and it was exactly this same traceback. Funny that such an innocuous commit started causing my 'i386' workstation to panic. We were that much on the edge of having enough UMA_BOOT_PAGES? Is 48 enough? It looks like the code attempts to help the poor user out: sys/vm/uma_core.c:911: panic("UMA: Increase UMA_BOOT_PAGES"); But why wasn't that being triggered in Eric Anderson's case and mine? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Fri Jun 17 06:49:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD4FC16A41C; Fri, 17 Jun 2005 06:49:27 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB5843D1F; Fri, 17 Jun 2005 06:49:27 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5H6nRpC003690; Thu, 16 Jun 2005 23:49:27 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5H6nRjk003689; Thu, 16 Jun 2005 23:49:27 -0700 (PDT) (envelope-from obrien) Date: Thu, 16 Jun 2005 23:49:27 -0700 From: "David O'Brien" To: Jeff Roberson Message-ID: <20050617064927.GA948@dragon.NUXI.org> References: <200506170105.j5H15EhR075282@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506170105.j5H15EhR075282@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_cache.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, 17 Jun 2005 06:49:27 -0000 On Fri, Jun 17, 2005 at 01:05:13AM +0000, Jeff Roberson wrote: > Log: > - Fix a leaked reference to a vnode via v_dd. We rely on cache_purge() and > cache_zap() to clear the v_dd pointers when a directory vnode is forcibly > discarded. For this to work, all vnodes with v_dd pointers to a directory > must also have name cache entries linked via v_cache_dst to that dvp > otherwise we could not find them at cache_purge() time. The following > code snipit could break this guarantee by unlinking a directory before > fetching it's dotdot. The dotdot lookup would initialize the v_dd field > of the unlinked directory which could never be cleared. To fix this > we don't initialize v_dd for orphaned vnodes. > printf("rmdir: %d\n", rmdir("../foo")); /* foo is cwd */ > printf("chdir: %d\n", chdir("..")); > printf("%s\n", getwd(NULL)); > > Discovered by: kkenn Isn't this the same bug Peter discovered back in April at USENIX (via Kmail). I thought this bug was fixed. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Fri Jun 17 08:11:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1235516A41C; Fri, 17 Jun 2005 08:11:50 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33ED43D4C; Fri, 17 Jun 2005 08:11:49 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5H8Bn3r099699; Fri, 17 Jun 2005 08:11:49 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5H8Bn9D099696; Fri, 17 Jun 2005 08:11:49 GMT (envelope-from des) Message-Id: <200506170811.j5H8Bn9D099696@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 17 Jun 2005 08:11:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENPAM Cc: Subject: cvs commit: src/contrib/openpam - 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: Fri, 17 Jun 2005 08:11:50 -0000 des 2005-06-17 08:11:48 UTC FreeBSD src repository src/contrib/openpam - Imported sources Update of /home/ncvs/src/contrib/openpam In directory repoman.freebsd.org:/tmp/cvs-serv99677 Log Message: Vendor import of OpenPAM Figwort. Status: Vendor Tag: OPENPAM Release Tags: OPENPAM_FIGWORT U src/contrib/openpam/CREDITS U src/contrib/openpam/HISTORY U src/contrib/openpam/INSTALL U src/contrib/openpam/LICENSE U src/contrib/openpam/MANIFEST U src/contrib/openpam/Makefile.am U src/contrib/openpam/Makefile.in U src/contrib/openpam/README U src/contrib/openpam/RELNOTES U src/contrib/openpam/aclocal.m4 U src/contrib/openpam/autogen.sh U src/contrib/openpam/config.guess U src/contrib/openpam/config.h.in U src/contrib/openpam/config.sub U src/contrib/openpam/configure U src/contrib/openpam/configure.ac U src/contrib/openpam/depcomp U src/contrib/openpam/install-sh U src/contrib/openpam/ltmain.sh U src/contrib/openpam/missing U src/contrib/openpam/bin/Makefile.am U src/contrib/openpam/bin/Makefile.in U src/contrib/openpam/bin/su/Makefile.am U src/contrib/openpam/bin/su/Makefile.in U src/contrib/openpam/bin/su/su.c U src/contrib/openpam/doc/Makefile.am U src/contrib/openpam/doc/Makefile.in U src/contrib/openpam/doc/man/Makefile.am U src/contrib/openpam/doc/man/Makefile.in U src/contrib/openpam/doc/man/openpam.3 U src/contrib/openpam/doc/man/openpam.man U src/contrib/openpam/doc/man/openpam_borrow_cred.3 U src/contrib/openpam/doc/man/openpam_free_data.3 U src/contrib/openpam/doc/man/openpam_free_envlist.3 U src/contrib/openpam/doc/man/openpam_get_option.3 U src/contrib/openpam/doc/man/openpam_log.3 U src/contrib/openpam/doc/man/openpam_nullconv.3 U src/contrib/openpam/doc/man/openpam_readline.3 U src/contrib/openpam/doc/man/openpam_restore_cred.3 U src/contrib/openpam/doc/man/openpam_set_option.3 U src/contrib/openpam/doc/man/openpam_ttyconv.3 U src/contrib/openpam/doc/man/pam.3 N src/contrib/openpam/doc/man/pam.conf.5 U src/contrib/openpam/doc/man/pam.man U src/contrib/openpam/doc/man/pam_acct_mgmt.3 U src/contrib/openpam/doc/man/pam_chauthtok.3 U src/contrib/openpam/doc/man/pam_authenticate.3 U src/contrib/openpam/doc/man/pam_close_session.3 U src/contrib/openpam/doc/man/pam_conv.3 U src/contrib/openpam/doc/man/pam_end.3 U src/contrib/openpam/doc/man/pam_error.3 U src/contrib/openpam/doc/man/pam_get_authtok.3 U src/contrib/openpam/doc/man/pam_get_data.3 U src/contrib/openpam/doc/man/pam_get_item.3 U src/contrib/openpam/doc/man/pam_get_user.3 U src/contrib/openpam/doc/man/pam_getenv.3 U src/contrib/openpam/doc/man/pam_getenvlist.3 U src/contrib/openpam/doc/man/pam_info.3 U src/contrib/openpam/doc/man/pam_open_session.3 U src/contrib/openpam/doc/man/pam_prompt.3 U src/contrib/openpam/doc/man/pam_putenv.3 U src/contrib/openpam/doc/man/pam_set_data.3 U src/contrib/openpam/doc/man/pam_set_item.3 U src/contrib/openpam/doc/man/pam_setcred.3 U src/contrib/openpam/doc/man/pam_setenv.3 U src/contrib/openpam/doc/man/pam_sm_acct_mgmt.3 U src/contrib/openpam/doc/man/pam_start.3 U src/contrib/openpam/doc/man/pam_sm_chauthtok.3 U src/contrib/openpam/doc/man/pam_sm_authenticate.3 U src/contrib/openpam/doc/man/pam_sm_close_session.3 U src/contrib/openpam/doc/man/pam_sm_open_session.3 U src/contrib/openpam/doc/man/pam_sm_setcred.3 U src/contrib/openpam/doc/man/pam_strerror.3 U src/contrib/openpam/doc/man/pam_verror.3 U src/contrib/openpam/doc/man/pam_vinfo.3 U src/contrib/openpam/doc/man/pam_vprompt.3 U src/contrib/openpam/include/Makefile.am U src/contrib/openpam/include/Makefile.in U src/contrib/openpam/include/security/Makefile.am U src/contrib/openpam/include/security/Makefile.in U src/contrib/openpam/include/security/openpam.h U src/contrib/openpam/include/security/openpam_version.h U src/contrib/openpam/include/security/pam_appl.h U src/contrib/openpam/include/security/pam_constants.h U src/contrib/openpam/include/security/pam_modules.h U src/contrib/openpam/include/security/pam_types.h U src/contrib/openpam/lib/Makefile.am U src/contrib/openpam/lib/Makefile.in U src/contrib/openpam/lib/openpam_borrow_cred.c U src/contrib/openpam/lib/openpam_configure.c U src/contrib/openpam/lib/openpam_dispatch.c U src/contrib/openpam/lib/openpam_dynamic.c U src/contrib/openpam/lib/openpam_findenv.c U src/contrib/openpam/lib/openpam_free_data.c U src/contrib/openpam/lib/openpam_free_envlist.c U src/contrib/openpam/lib/openpam_get_option.c U src/contrib/openpam/lib/openpam_impl.h U src/contrib/openpam/lib/openpam_load.c U src/contrib/openpam/lib/openpam_log.c U src/contrib/openpam/lib/openpam_nullconv.c U src/contrib/openpam/lib/openpam_readline.c U src/contrib/openpam/lib/openpam_restore_cred.c U src/contrib/openpam/lib/openpam_set_option.c U src/contrib/openpam/lib/pam_end.c U src/contrib/openpam/lib/openpam_static.c U src/contrib/openpam/lib/openpam_ttyconv.c U src/contrib/openpam/lib/pam_acct_mgmt.c U src/contrib/openpam/lib/pam_authenticate.c U src/contrib/openpam/lib/pam_authenticate_secondary.c U src/contrib/openpam/lib/pam_chauthtok.c U src/contrib/openpam/lib/pam_close_session.c U src/contrib/openpam/lib/pam_error.c U src/contrib/openpam/lib/pam_get_authtok.c U src/contrib/openpam/lib/pam_get_data.c U src/contrib/openpam/lib/pam_get_item.c U src/contrib/openpam/lib/pam_get_mapped_authtok.c U src/contrib/openpam/lib/pam_get_mapped_username.c U src/contrib/openpam/lib/pam_get_user.c U src/contrib/openpam/lib/pam_getenv.c U src/contrib/openpam/lib/pam_getenvlist.c U src/contrib/openpam/lib/pam_info.c U src/contrib/openpam/lib/pam_open_session.c U src/contrib/openpam/lib/pam_start.c U src/contrib/openpam/lib/pam_prompt.c U src/contrib/openpam/lib/pam_putenv.c U src/contrib/openpam/lib/pam_set_data.c U src/contrib/openpam/lib/pam_set_item.c U src/contrib/openpam/lib/pam_set_mapped_authtok.c U src/contrib/openpam/lib/pam_set_mapped_username.c U src/contrib/openpam/lib/pam_setcred.c U src/contrib/openpam/lib/pam_setenv.c U src/contrib/openpam/lib/pam_sm_acct_mgmt.c U src/contrib/openpam/lib/pam_sm_authenticate.c U src/contrib/openpam/lib/pam_sm_authenticate_secondary.c U src/contrib/openpam/lib/pam_sm_chauthtok.c U src/contrib/openpam/lib/pam_sm_close_session.c U src/contrib/openpam/lib/pam_sm_get_mapped_authtok.c U src/contrib/openpam/lib/pam_sm_get_mapped_username.c U src/contrib/openpam/lib/pam_sm_open_session.c U src/contrib/openpam/lib/pam_sm_setcred.c U src/contrib/openpam/lib/pam_sm_set_mapped_authtok.c U src/contrib/openpam/lib/pam_sm_set_mapped_username.c U src/contrib/openpam/lib/pam_strerror.c U src/contrib/openpam/lib/pam_verror.c U src/contrib/openpam/lib/pam_vinfo.c U src/contrib/openpam/lib/pam_vprompt.c U src/contrib/openpam/misc/gendoc.pl U src/contrib/openpam/modules/Makefile.am U src/contrib/openpam/modules/Makefile.in U src/contrib/openpam/modules/pam_deny/Makefile.am U src/contrib/openpam/modules/pam_deny/Makefile.in U src/contrib/openpam/modules/pam_deny/pam_deny.c U src/contrib/openpam/modules/pam_permit/Makefile.am U src/contrib/openpam/modules/pam_permit/Makefile.in U src/contrib/openpam/modules/pam_permit/pam_permit.c U src/contrib/openpam/modules/pam_unix/Makefile.am U src/contrib/openpam/modules/pam_unix/Makefile.in U src/contrib/openpam/modules/pam_unix/pam_unix.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Fri Jun 17 08:14:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EEB516A41C; Fri, 17 Jun 2005 08:14:43 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4630943D49; Fri, 17 Jun 2005 08:14:43 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5H8Ehc2099907; Fri, 17 Jun 2005 08:14:43 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5H8Ehkf099906; Fri, 17 Jun 2005 08:14:43 GMT (envelope-from des) Message-Id: <200506170814.j5H8Ehkf099906@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 17 Jun 2005 08:14: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/lib/libpam Makefile.inc src/lib/libpam/libpam Makefile 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, 17 Jun 2005 08:14:43 -0000 des 2005-06-17 08:14:42 UTC FreeBSD src repository Modified files: lib/libpam Makefile.inc lib/libpam/libpam Makefile Log: Update for OpenPAM Figwort. Approved by: re (kensmith) Revision Changes Path 1.16 +1 -0 src/lib/libpam/Makefile.inc 1.54 +5 -1 src/lib/libpam/libpam/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jun 17 14:15:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AF8316A41C; Fri, 17 Jun 2005 14:15:28 +0000 (GMT) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 517E143D1D; Fri, 17 Jun 2005 14:15:28 +0000 (GMT) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HEFS6t029220; Fri, 17 Jun 2005 14:15:28 GMT (envelope-from ticso@repoman.freebsd.org) Received: (from ticso@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HEFSpf029219; Fri, 17 Jun 2005 14:15:28 GMT (envelope-from ticso) Message-Id: <200506171415.j5HEFSpf029219@repoman.freebsd.org> From: Bernd Walter Date: Fri, 17 Jun 2005 14:15:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/usb uftdi.c usbdevs 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, 17 Jun 2005 14:15:28 -0000 ticso 2005-06-17 14:15:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uftdi.c usbdevs Log: MFC: usbdevs Rev 1.227 device ID for FT2232 chips uftdi.c Rev 1.22 support for FT2232 chips Rev 1.21 remove useless usbd_errstr Reminded by: Mike Tancsa Revision Changes Path 1.18.2.2 +28 -16 src/sys/dev/usb/uftdi.c 1.195.2.11 +3 -2 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Fri Jun 17 14:35:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 081DE16A41C; Fri, 17 Jun 2005 14:35:37 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C238643D4C; Fri, 17 Jun 2005 14:35:37 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HEZbn0029902; Fri, 17 Jun 2005 14:35:37 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HEZbGN029901; Fri, 17 Jun 2005 14:35:37 GMT (envelope-from des) Message-Id: <200506171435.j5HEZbGN029901@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 17 Jun 2005 14:35:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENPAM Cc: Subject: cvs commit: src/contrib/openpam/doc/man pam.conf.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, 17 Jun 2005 14:35:38 -0000 des 2005-06-17 14:35:37 UTC FreeBSD src repository Modified files: (Branch: OPENPAM) contrib/openpam/doc/man pam.conf.5 Log: MFP4: (#78672) markup nits. Submitted by: ru Approved by: re (kensmith) Revision Changes Path 1.1.1.2 +11 -7 src/contrib/openpam/doc/man/pam.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Jun 17 14:37:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 489A316A41C; Fri, 17 Jun 2005 14:37:17 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2279943D1D; Fri, 17 Jun 2005 14:37:17 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HEbHsO029987; Fri, 17 Jun 2005 14:37:17 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HEbHdm029986; Fri, 17 Jun 2005 14:37:17 GMT (envelope-from des) Message-Id: <200506171437.j5HEbHdm029986@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 17 Jun 2005 14:37:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENPAM Cc: Subject: cvs commit: src/contrib/openpam/doc/man pam_conv.3 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, 17 Jun 2005 14:37:17 -0000 des 2005-06-17 14:37:16 UTC FreeBSD src repository Modified files: (Branch: OPENPAM) contrib/openpam/doc/man pam_conv.3 Log: MFP4: (#78670) markup nits MFP4: (#78673) bump date Submitted by: ru Approved by: re (kensmith) Revision Changes Path 1.1.1.4 +3 -3 src/contrib/openpam/doc/man/pam_conv.3 From owner-cvs-src@FreeBSD.ORG Fri Jun 17 14:37:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A2C16A41F; Fri, 17 Jun 2005 14:37:53 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3E943D1D; Fri, 17 Jun 2005 14:37:53 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HEbrXC030077; Fri, 17 Jun 2005 14:37:53 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HEbrfP030076; Fri, 17 Jun 2005 14:37:53 GMT (envelope-from des) Message-Id: <200506171437.j5HEbrfP030076@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 17 Jun 2005 14:37:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENPAM Cc: Subject: cvs commit: src/contrib/openpam/misc gendoc.pl 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, 17 Jun 2005 14:37:53 -0000 des 2005-06-17 14:37:53 UTC FreeBSD src repository Modified files: (Branch: OPENPAM) contrib/openpam/misc gendoc.pl Log: MFP4: (#78671) correctly escape \& in Perl strings. Submitted by: ru Approved by: re (kensmith) Revision Changes Path 1.1.1.12 +2 -2 src/contrib/openpam/misc/gendoc.pl From owner-cvs-src@FreeBSD.ORG Fri Jun 17 14:39:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DD4616A41C; Fri, 17 Jun 2005 14:39:10 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F30F43D53; Fri, 17 Jun 2005 14:39:10 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HEdAYN030230; Fri, 17 Jun 2005 14:39:10 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HEd9hU030229; Fri, 17 Jun 2005 14:39:09 GMT (envelope-from des) Message-Id: <200506171439.j5HEd9hU030229@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 17 Jun 2005 14:39:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENPAM Cc: Subject: cvs commit: src/contrib/openpam/doc/man openpam.3 openpam_borrow_cred.3 openpam_free_data.3 openpam_free_envlist.3 openpam_get_option.3 openpam_log.3 openpam_nullconv.3 openpam_readline.3 openpam_restore_cred.3 openpam_set_option.3 openpam_ttyconv.3 ... 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, 17 Jun 2005 14:39:10 -0000 des 2005-06-17 14:39:09 UTC FreeBSD src repository Modified files: (Branch: OPENPAM) contrib/openpam/doc/man openpam.3 openpam_borrow_cred.3 openpam_free_data.3 openpam_free_envlist.3 openpam_get_option.3 openpam_log.3 openpam_nullconv.3 openpam_readline.3 openpam_restore_cred.3 openpam_set_option.3 openpam_ttyconv.3 pam.3 pam_acct_mgmt.3 pam_authenticate.3 pam_chauthtok.3 pam_close_session.3 pam_end.3 pam_error.3 pam_get_authtok.3 pam_get_data.3 pam_get_item.3 pam_get_user.3 pam_getenv.3 pam_getenvlist.3 pam_info.3 pam_open_session.3 pam_prompt.3 pam_putenv.3 pam_set_data.3 pam_set_item.3 pam_setcred.3 pam_setenv.3 pam_sm_acct_mgmt.3 pam_sm_authenticate.3 pam_sm_chauthtok.3 pam_sm_close_session.3 pam_sm_open_session.3 pam_sm_setcred.3 pam_start.3 pam_strerror.3 pam_verror.3 pam_vinfo.3 pam_vprompt.3 Log: Fix markup errors caused by a bug in gendoc.pl (see P4 change #78671) Approved by: re (kensmith) Revision Changes Path 1.1.1.10 +1 -1 src/contrib/openpam/doc/man/openpam.3 1.1.1.14 +1 -1 src/contrib/openpam/doc/man/openpam_borrow_cred.3 1.1.1.14 +1 -1 src/contrib/openpam/doc/man/openpam_free_data.3 1.1.1.3 +1 -1 src/contrib/openpam/doc/man/openpam_free_envlist.3 1.1.1.17 +1 -1 src/contrib/openpam/doc/man/openpam_get_option.3 1.1.1.17 +1 -1 src/contrib/openpam/doc/man/openpam_log.3 1.1.1.11 +1 -1 src/contrib/openpam/doc/man/openpam_nullconv.3 1.1.1.6 +1 -1 src/contrib/openpam/doc/man/openpam_readline.3 1.1.1.14 +1 -1 src/contrib/openpam/doc/man/openpam_restore_cred.3 1.1.1.17 +1 -1 src/contrib/openpam/doc/man/openpam_set_option.3 1.1.1.17 +1 -1 src/contrib/openpam/doc/man/openpam_ttyconv.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_acct_mgmt.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_authenticate.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_chauthtok.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_close_session.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_end.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_error.3 1.1.1.19 +1 -1 src/contrib/openpam/doc/man/pam_get_authtok.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_get_data.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_get_item.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_get_user.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_getenv.3 1.1.1.19 +1 -1 src/contrib/openpam/doc/man/pam_getenvlist.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_info.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_open_session.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_prompt.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_putenv.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_set_data.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_set_item.3 1.1.1.19 +1 -1 src/contrib/openpam/doc/man/pam_setcred.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_setenv.3 1.1.1.17 +1 -1 src/contrib/openpam/doc/man/pam_sm_acct_mgmt.3 1.1.1.17 +1 -1 src/contrib/openpam/doc/man/pam_sm_authenticate.3 1.1.1.17 +1 -1 src/contrib/openpam/doc/man/pam_sm_chauthtok.3 1.1.1.17 +1 -1 src/contrib/openpam/doc/man/pam_sm_close_session.3 1.1.1.17 +1 -1 src/contrib/openpam/doc/man/pam_sm_open_session.3 1.1.1.17 +1 -1 src/contrib/openpam/doc/man/pam_sm_setcred.3 1.1.1.19 +1 -1 src/contrib/openpam/doc/man/pam_start.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_strerror.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_verror.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_vinfo.3 1.1.1.18 +1 -1 src/contrib/openpam/doc/man/pam_vprompt.3 From owner-cvs-src@FreeBSD.ORG Fri Jun 17 15:27:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D06DB16A41C; Fri, 17 Jun 2005 15:27:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 825FA43D1F; Fri, 17 Jun 2005 15:27:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 97CFC46B9E; Fri, 17 Jun 2005 11:26:59 -0400 (EDT) Date: Fri, 17 Jun 2005 16:29:20 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ruslan Ermilov In-Reply-To: <200302262336.h1QNaxEO023353@repoman.freebsd.org> Message-ID: <20050617162704.X56734@fledge.watson.org> References: <200302262336.h1QNaxEO023353@repoman.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 Subject: Re: cvs commit: src/usr.sbin/config config.y lang.l src/sys/conf makeLINT.mk makeLINT.sed src/sys/alpha/conf Makefile src/sys/i386/conf Makefile NOTES src/sys/pc98/conf Makefile NOTES src/sys/sparc64/conf Makefile NOTES 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, 17 Jun 2005 15:27:01 -0000 On Wed, 26 Feb 2003, Ruslan Ermilov wrote: > Implemented "nooption" and "nomakeoption" config(8) tokens. > Fixed memory leak in the "nodevice" option implementation. I've found 'nooption' an incredibly useful entry for kernel configuration files, as it makes maintaining incremental kernel configurations much easier. However, one of the problems I bump into every now and then is that, unlike the 'options' parameter, 'nooptions' performs no validation of its argument. I spent an hour or two this morning trying to track down what appeared to be a 4% performance regression, only to discover that my configuration file included "nooptions INVARIANTS_SUPPORT" instead of "nooptions INVARIANT_SUPPORT". Checking that the argument is a valid option, for some useful definition of valid, would be very helpful... Thanks, Robert N M Watson From owner-cvs-src@FreeBSD.ORG Fri Jun 17 17:10:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C6C16A41C; Fri, 17 Jun 2005 17:10:16 +0000 (GMT) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F0A43D1D; Fri, 17 Jun 2005 17:10:16 +0000 (GMT) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HHAGf3044282; Fri, 17 Jun 2005 17:10:16 GMT (envelope-from cracauer@repoman.freebsd.org) Received: (from cracauer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HHAG9X044281; Fri, 17 Jun 2005 17:10:16 GMT (envelope-from cracauer) Message-Id: <200506171710.j5HHAG9X044281@repoman.freebsd.org> From: Martin Cracauer Date: Fri, 17 Jun 2005 17:10: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/dev/acpi_support acpi_ibm.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, 17 Jun 2005 17:10:16 -0000 cracauer 2005-06-17 17:10:16 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_ibm.c Log: Add the ID of my Thinkpad R40. Makes the module detect and with the exception of fans everything seems to work fine. No ill effects observed. Reviewed by: Nate Lawson (on acpi list) Approved by: re (Ken Smith) Revision Changes Path 1.7 +1 -1 src/sys/dev/acpi_support/acpi_ibm.c From owner-cvs-src@FreeBSD.ORG Fri Jun 17 17:14:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A29516A41C; Fri, 17 Jun 2005 17:14:58 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CCB43D48; Fri, 17 Jun 2005 17:14:58 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HHEw4X044704; Fri, 17 Jun 2005 17:14:58 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HHEwcS044703; Fri, 17 Jun 2005 17:14:58 GMT (envelope-from brooks) Message-Id: <200506171714.j5HHEwcS044703@repoman.freebsd.org> From: Brooks Davis Date: Fri, 17 Jun 2005 17:14: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/sys/i4b/driver i4b_ipr.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, 17 Jun 2005 17:14:58 -0000 brooks 2005-06-17 17:14:57 UTC FreeBSD src repository Modified files: sys/i4b/driver i4b_ipr.c Log: Refer to the correct file/function in panic messages. Reported by: Hans Petter Selasky Approved by: re (ifnet blanket) Revision Changes Path 1.33 +2 -2 src/sys/i4b/driver/i4b_ipr.c From owner-cvs-src@FreeBSD.ORG Fri Jun 17 17:19:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFBA616A41C; Fri, 17 Jun 2005 17:19:34 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97AE243D4C; Fri, 17 Jun 2005 17:19:34 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HHJY8d044893; Fri, 17 Jun 2005 17:19:34 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HHJY0q044892; Fri, 17 Jun 2005 17:19:34 GMT (envelope-from brooks) Message-Id: <200506171719.j5HHJY0q044892@repoman.freebsd.org> From: Brooks Davis Date: Fri, 17 Jun 2005 17:19: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/sys/net if.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, 17 Jun 2005 17:19:34 -0000 brooks 2005-06-17 17:19:34 UTC FreeBSD src repository Modified files: sys/net if.c Log: Spelling/grammer fixes in comment. Reported by: Hans Petter Selasky Approved by: re (ifnet blanked) Revision Changes Path 1.233 +1 -1 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Fri Jun 17 17:46:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D47DD16A41C; Fri, 17 Jun 2005 17:46:59 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0D943D1D; Fri, 17 Jun 2005 17:46:59 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 268DB4A9A3; Fri, 17 Jun 2005 12:46:59 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 07178-01-86; Fri, 17 Jun 2005 12:46:58 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 9C94C4A9A0; Fri, 17 Jun 2005 12:46:58 -0500 (CDT) Date: Fri, 17 Jun 2005 12:46:58 -0500 From: Alan Cox To: David O'Brien Message-ID: <20050617174658.GK5251@cs.rice.edu> References: <200506161706.j5GH6YgW038252@repoman.freebsd.org> <20050617063914.GA1097@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050617063914.GA1097@dragon.NUXI.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-2.2.1 at cs.rice.edu Cc: Alan Cox , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_int.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: Fri, 17 Jun 2005 17:47:00 -0000 On Thu, Jun 16, 2005 at 11:39:14PM -0700, David O'Brien wrote: > On Thu, Jun 16, 2005 at 05:06:34PM +0000, Alan Cox wrote: > > alc 2005-06-16 17:06:34 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/vm uma_int.h > > Log: > > Increase UMA_BOOT_PAGES to prevent a crash during initialization. See > > http://docs.FreeBSD.org/cgi/mid.cgi?42AD8270.8060906 for a detailed > > description of the crash. > > Today, I finally got a traceback of my insta-reboots after marius' atkbd > commit (2005-06-10 20:56:38 UTC) and it was exactly this same traceback. > Funny that such an innocuous commit started causing my 'i386' workstation > to panic. We were that much on the edge of having enough UMA_BOOT_PAGES? > Is 48 enough? I recall that 42 was the minimum to fix Eric's panic. I chose 48 so that we would have some space to spare. > It looks like the code attempts to help the poor user out: > sys/vm/uma_core.c:911: panic("UMA: Increase UMA_BOOT_PAGES"); > But why wasn't that being triggered in Eric Anderson's case and mine? My untested understanding of this problem has two parts. (1) UMA has completed its own internal boot sequence. Hence, the Boolean "booted" is set to TRUE and the above panic does not occur. (2) However, the VM system has not completed its overall initialization. Specifically, the call to vm_init2() has not been performed. Hence, the correct allocator for the kernel address space's map entry zone has not been set and any attempt to allocate a kernel map entry that is not satisfiable from boot pages results in a panic. Alan From owner-cvs-src@FreeBSD.ORG Fri Jun 17 19:24:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 299DC16A41C; Fri, 17 Jun 2005 19:24:23 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B14FA43D1F; Fri, 17 Jun 2005 19:24:22 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr11.xs4all.nl (8.13.3/8.13.3) with ESMTP id j5HJOGCt034363; Fri, 17 Jun 2005 21:24:16 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j5HJOFcn035989; Fri, 17 Jun 2005 21:24:15 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j5HJOFZA035988; Fri, 17 Jun 2005 21:24:15 +0200 (CEST) (envelope-from wb) Date: Fri, 17 Jun 2005 21:24:15 +0200 From: Wilko Bulte To: Alan Cox Message-ID: <20050617192415.GA35940@freebie.xs4all.nl> References: <200506161706.j5GH6YgW038252@repoman.freebsd.org> <20050617063914.GA1097@dragon.NUXI.org> <20050617174658.GK5251@cs.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050617174658.GK5251@cs.rice.edu> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Alan Cox , cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, David O'Brien Subject: Re: cvs commit: src/sys/vm uma_int.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: Fri, 17 Jun 2005 19:24:23 -0000 On Fri, Jun 17, 2005 at 12:46:58PM -0500, Alan Cox wrote.. > On Thu, Jun 16, 2005 at 11:39:14PM -0700, David O'Brien wrote: > > On Thu, Jun 16, 2005 at 05:06:34PM +0000, Alan Cox wrote: > > > alc 2005-06-16 17:06:34 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/vm uma_int.h > > > Log: > > > Increase UMA_BOOT_PAGES to prevent a crash during initialization. See > > > http://docs.FreeBSD.org/cgi/mid.cgi?42AD8270.8060906 for a detailed > > > description of the crash. > > > > Today, I finally got a traceback of my insta-reboots after marius' atkbd > > commit (2005-06-10 20:56:38 UTC) and it was exactly this same traceback. > > Funny that such an innocuous commit started causing my 'i386' workstation > > to panic. We were that much on the edge of having enough UMA_BOOT_PAGES? > > Is 48 enough? > > I recall that 42 was the minimum to fix Eric's panic. I chose 48 so Of course it should be 42... :-P -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Jun 17 23:30:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D48E16A41C; Fri, 17 Jun 2005 23:30:32 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 541F743D4C; Fri, 17 Jun 2005 23:30:32 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HNUWOf069642; Fri, 17 Jun 2005 23:30:32 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HNUW7W069641; Fri, 17 Jun 2005 23:30:32 GMT (envelope-from green) Message-Id: <200506172330.j5HNUW7W069641@repoman.freebsd.org> From: Brian Feldman Date: Fri, 17 Jun 2005 23:30:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/ipfw ipfw.8 src/sys/netinet ip_fw2.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, 17 Jun 2005 23:30:32 -0000 green 2005-06-17 23:30:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/ipfw ipfw.8 sys/netinet ip_fw2.c Log: MFC: ipfw.8 r.1.172, ip_fw2.c r.1.100 Properly document the IPFW ALTQ first-match behavior that was intended, as well as actually implementing it. Revision Changes Path 1.150.2.8 +13 -2 src/sbin/ipfw/ipfw.8 1.70.2.12 +3 -0 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Fri Jun 17 23:54:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E48616A41C; Fri, 17 Jun 2005 23:54:49 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0575743D55; Fri, 17 Jun 2005 23:54:48 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HNsmp5070496; Fri, 17 Jun 2005 23:54:48 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HNsmQp070495; Fri, 17 Jun 2005 23:54:48 GMT (envelope-from brooks) Message-Id: <200506172354.j5HNsmQp070495@repoman.freebsd.org> From: Brooks Davis Date: Fri, 17 Jun 2005 23:54: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/i4b/driver i4b_isppp.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, 17 Jun 2005 23:54:49 -0000 brooks 2005-06-17 23:54:48 UTC FreeBSD src repository Modified files: sys/i4b/driver i4b_isppp.c Log: Fix a number of now bogus casts I missed the first time around (I must have failed to grep this file properly). Reported by: Hans Petter Selasky Approved by: re (ifnet blanket) Revision Changes Path 1.30 +7 -8 src/sys/i4b/driver/i4b_isppp.c From owner-cvs-src@FreeBSD.ORG Fri Jun 17 23:57:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BCFE16A41C; Fri, 17 Jun 2005 23:57:00 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F5443D1F; Fri, 17 Jun 2005 23:57:00 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5HNv0RZ070654; Fri, 17 Jun 2005 23:57:00 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5HNv0GF070653; Fri, 17 Jun 2005 23:57:00 GMT (envelope-from green) Message-Id: <200506172357.j5HNv0GF070653@repoman.freebsd.org> From: Brian Feldman Date: Fri, 17 Jun 2005 23:57:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet ip_fw2.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, 17 Jun 2005 23:57:00 -0000 green 2005-06-17 23:56:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_fw2.c Log: MFC: r1.101 Invoke the transmission of IPFW's stateful keep-alives once the locks have been dropped, thus preventing a deadlock between IPFW and the ifnet. Revision Changes Path 1.70.2.13 +32 -8 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Sat Jun 18 00:48:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D39E416A41C; Sat, 18 Jun 2005 00:48:53 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA63743D1D; Sat, 18 Jun 2005 00:48:53 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5I0mrZI079665; Sat, 18 Jun 2005 00:48:53 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5I0mrBh079664; Sat, 18 Jun 2005 00:48:53 GMT (envelope-from marcel) Message-Id: <200506180048.j5I0mrBh079664@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 Jun 2005 00:48:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/uart uart_cpu_alpha.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, 18 Jun 2005 00:48:54 -0000 marcel 2005-06-18 00:48:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/uart uart_cpu_alpha.c Log: MFC rev 1.11: Fix using uart(4) as the serial console on a ds10. Revision Changes Path 1.8.2.2 +20 -3 src/sys/dev/uart/uart_cpu_alpha.c From owner-cvs-src@FreeBSD.ORG Sat Jun 18 01:04:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B1B216A41C; Sat, 18 Jun 2005 01:04:49 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0113743D1F; Sat, 18 Jun 2005 01:04:49 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5I14mOB080260; Sat, 18 Jun 2005 01:04:48 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5I14md2080259; Sat, 18 Jun 2005 01:04:48 GMT (envelope-from marcel) Message-Id: <200506180104.j5I14md2080259@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 Jun 2005 01:04:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/uart uart_tty.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, 18 Jun 2005 01:04:49 -0000 marcel 2005-06-18 01:04:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/uart uart_tty.c Log: MFC rev 1.22: In uart_cnprobe(), fill in the cn_name field of the consdev structure. Revision Changes Path 1.16.2.2 +1 -0 src/sys/dev/uart/uart_tty.c From owner-cvs-src@FreeBSD.ORG Sat Jun 18 17:06:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A57116A41C; Sat, 18 Jun 2005 17:06:09 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A9443D49; Sat, 18 Jun 2005 17:06:09 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5IH698h056525; Sat, 18 Jun 2005 17:06:09 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from dumbbell@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5IH69mX056524; Sat, 18 Jun 2005 17:06:09 GMT (envelope-from dumbbell) Message-Id: <200506181706.j5IH69mX056524@repoman.freebsd.org> From: Jean-Sebastien Pedron Date: Sat, 18 Jun 2005 17:06: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/sys/gnu/fs/reiserfs README reiserfs_fs.h reiserfs_fs_i.h reiserfs_fs_sb.h reiserfs_hashes.c reiserfs_inode.c reiserfs_item_ops.c reiserfs_mount.h reiserfs_namei.c reiserfs_prints.c reiserfs_stree.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, 18 Jun 2005 17:06:09 -0000 dumbbell 2005-06-18 17:06:09 UTC FreeBSD src repository Added files: sys/gnu/fs/reiserfs README reiserfs_fs.h reiserfs_fs_i.h reiserfs_fs_sb.h reiserfs_hashes.c reiserfs_inode.c reiserfs_item_ops.c reiserfs_mount.h reiserfs_namei.c reiserfs_prints.c reiserfs_stree.c reiserfs_vfsops.c reiserfs_vnops.c Log: Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@. Reviewed by: mux (mentor) Approved by: re (scottl) Revision Changes Path 1.1 +163 -0 src/sys/gnu/fs/reiserfs/README (new) 1.1 +1298 -0 src/sys/gnu/fs/reiserfs/reiserfs_fs.h (new) 1.1 +90 -0 src/sys/gnu/fs/reiserfs/reiserfs_fs_i.h (new) 1.1 +143 -0 src/sys/gnu/fs/reiserfs/reiserfs_fs_sb.h (new) 1.1 +217 -0 src/sys/gnu/fs/reiserfs/reiserfs_hashes.c (new) 1.1 +926 -0 src/sys/gnu/fs/reiserfs/reiserfs_inode.c (new) 1.1 +158 -0 src/sys/gnu/fs/reiserfs/reiserfs_item_ops.c (new) 1.1 +47 -0 src/sys/gnu/fs/reiserfs/reiserfs_mount.h (new) 1.1 +699 -0 src/sys/gnu/fs/reiserfs/reiserfs_namei.c (new) 1.1 +307 -0 src/sys/gnu/fs/reiserfs/reiserfs_prints.c (new) 1.1 +760 -0 src/sys/gnu/fs/reiserfs/reiserfs_stree.c (new) 1.1 +1186 -0 src/sys/gnu/fs/reiserfs/reiserfs_vfsops.c (new) 1.1 +353 -0 src/sys/gnu/fs/reiserfs/reiserfs_vnops.c (new) From owner-cvs-src@FreeBSD.ORG Sat Jun 18 17:10:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 342D516A41C; Sat, 18 Jun 2005 17:10:51 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A96D43D49; Sat, 18 Jun 2005 17:10:51 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5IHAosf056767; Sat, 18 Jun 2005 17:10:50 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from dumbbell@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5IHAoQ3056766; Sat, 18 Jun 2005 17:10:50 GMT (envelope-from dumbbell) Message-Id: <200506181710.j5IHAoQ3056766@repoman.freebsd.org> From: Jean-Sebastien Pedron Date: Sat, 18 Jun 2005 17:10:50 +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/conf files.i386 src/sys/modules/reiserfs Makefile 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, 18 Jun 2005 17:10:51 -0000 dumbbell 2005-06-18 17:10:50 UTC FreeBSD src repository Modified files: sys/conf files.i386 sys/modules/reiserfs Makefile Log: Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@. Reviewed by: mux (mentor) Approved by: re (scottl) Revision Changes Path 1.537 +8 -8 src/sys/conf/files.i386 1.2 +1 -1 src/sys/modules/reiserfs/Makefile From owner-cvs-src@FreeBSD.ORG Sat Jun 18 17:17:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5578816A41C; Sat, 18 Jun 2005 17:17:51 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4107F43D1D; Sat, 18 Jun 2005 17:17:51 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5IHHp95057138; Sat, 18 Jun 2005 17:17:51 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from dumbbell@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5IHHpnG057137; Sat, 18 Jun 2005 17:17:51 GMT (envelope-from dumbbell) Message-Id: <200506181717.j5IHHpnG057137@repoman.freebsd.org> From: Jean-Sebastien Pedron Date: Sat, 18 Jun 2005 17:17:51 +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/gnu/reiserfs README reiserfs_fs.h reiserfs_fs_i.h reiserfs_fs_sb.h reiserfs_hashes.c reiserfs_inode.c reiserfs_item_ops.c reiserfs_mount.h reiserfs_namei.c reiserfs_prints.c reiserfs_stree.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, 18 Jun 2005 17:17:51 -0000 dumbbell 2005-06-18 17:17:51 UTC FreeBSD src repository Removed files: sys/gnu/reiserfs README reiserfs_fs.h reiserfs_fs_i.h reiserfs_fs_sb.h reiserfs_hashes.c reiserfs_inode.c reiserfs_item_ops.c reiserfs_mount.h reiserfs_namei.c reiserfs_prints.c reiserfs_stree.c reiserfs_vfsops.c reiserfs_vnops.c Log: Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@. Reviewed by: mux (mentor) Approved by: re (scottl) Revision Changes Path 1.2 +0 -163 src/sys/gnu/reiserfs/README (dead) 1.3 +0 -1298 src/sys/gnu/reiserfs/reiserfs_fs.h (dead) 1.2 +0 -90 src/sys/gnu/reiserfs/reiserfs_fs_i.h (dead) 1.2 +0 -143 src/sys/gnu/reiserfs/reiserfs_fs_sb.h (dead) 1.2 +0 -217 src/sys/gnu/reiserfs/reiserfs_hashes.c (dead) 1.2 +0 -926 src/sys/gnu/reiserfs/reiserfs_inode.c (dead) 1.2 +0 -158 src/sys/gnu/reiserfs/reiserfs_item_ops.c (dead) 1.2 +0 -47 src/sys/gnu/reiserfs/reiserfs_mount.h (dead) 1.2 +0 -699 src/sys/gnu/reiserfs/reiserfs_namei.c (dead) 1.2 +0 -307 src/sys/gnu/reiserfs/reiserfs_prints.c (dead) 1.2 +0 -760 src/sys/gnu/reiserfs/reiserfs_stree.c (dead) 1.2 +0 -1186 src/sys/gnu/reiserfs/reiserfs_vfsops.c (dead) 1.2 +0 -353 src/sys/gnu/reiserfs/reiserfs_vnops.c (dead) From owner-cvs-src@FreeBSD.ORG Sat Jun 18 18:17:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3619C16A41C; Sat, 18 Jun 2005 18:17:04 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F02743D48; Sat, 18 Jun 2005 18:17:04 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5IIH3bA059358; Sat, 18 Jun 2005 18:17:03 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5IIH3GO059357; Sat, 18 Jun 2005 18:17:03 GMT (envelope-from jeff) Message-Id: <200506181817.j5IIH3GO059357@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 18 Jun 2005 18:17:03 +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_subr.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, 18 Jun 2005 18:17:04 -0000 jeff 2005-06-18 18:17:03 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Try to catch the wrong bufobj panics a little earlier. I believe they are actually caused by a buf with both VNCLEAN and VNDIRTY set. In the traces it is clear that the buf is removed from the dirty queue while it is actually on the clean queue which leaves the tail pointer set. Assert that both flags are not set in buf_vlist_add and buf_vlist_remove. Sponsored by: Isilon Systems, Inc. Approved by: re (blanket vfs) Revision Changes Path 1.633 +5 -0 src/sys/kern/vfs_subr.c