From owner-cvs-src@FreeBSD.ORG Sun Jan 25 00:04:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B7C16A4CE; Sun, 25 Jan 2004 00:04:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C214D43D39; Sun, 25 Jan 2004 00:04:45 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0P84j0B068083; Sun, 25 Jan 2004 00:04:45 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0P84jxM068082; Sun, 25 Jan 2004 00:04:45 -0800 (PST) (envelope-from jeff) Message-Id: <200401250804.i0P84jxM068082@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 25 Jan 2004 00:04:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 08:04:46 -0000 jeff 2004/01/25 00:04:45 PST FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: - Now that both schedulers support temporary cpu pinning use this rather than the switchin functions to guarantee that we're operating with the correct tlb entry. - Remove the post copy/zero tlb invalidations. It is faster to invalidate an entry that is known to exist and so it is faster to invalidate after use. However, some architectures implement speculative page table prefetching so we can not be guaranteed that the invalidated entry is still invalid when we re-enter any of these functions. As a result of this we must always invalidate before use to be safe. Revision Changes Path 1.461 +17 -77 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 00:21:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB9916A4DC; Sun, 25 Jan 2004 00:21:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF1643D45; Sun, 25 Jan 2004 00:21:46 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0P8Lk0B072154; Sun, 25 Jan 2004 00:21:46 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0P8LkBC072150; Sun, 25 Jan 2004 00:21:46 -0800 (PST) (envelope-from jeff) Message-Id: <200401250821.i0P8LkBC072150@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 25 Jan 2004 00:21:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_4bsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 08:21:47 -0000 jeff 2004/01/25 00:21:46 PST FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: - Correct function names listed in KASSERTs. These were copied from other code and it was sloppy of me not to adjust these sooner. Revision Changes Path 1.31 +11 -10 src/sys/kern/sched_4bsd.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 00:57:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AE7F16A4CE; Sun, 25 Jan 2004 00:57:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C4BE43D1F; Sun, 25 Jan 2004 00:57:38 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0P8vc0B085645; Sun, 25 Jan 2004 00:57:38 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0P8vcMf085643; Sun, 25 Jan 2004 00:57:38 -0800 (PST) (envelope-from jeff) Message-Id: <200401250857.i0P8vcMf085643@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 25 Jan 2004 00:57:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 08:57:39 -0000 jeff 2004/01/25 00:57:38 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Clean up KASSERTS. Revision Changes Path 1.96 +4 -4 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 00:58:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C85516A4CE; Sun, 25 Jan 2004 00:58:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA53F43D46; Sun, 25 Jan 2004 00:58:14 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0P8wE0B085700; Sun, 25 Jan 2004 00:58:14 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0P8wEo3085699; Sun, 25 Jan 2004 00:58:14 -0800 (PST) (envelope-from jeff) Message-Id: <200401250858.i0P8wEo3085699@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 25 Jan 2004 00:58:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 08:58:15 -0000 jeff 2004/01/25 00:58:14 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - sched_strict has been dead for a long time now. Get rid of it. Revision Changes Path 1.97 +0 -3 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 01:59:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FCEC16A4D2; Sun, 25 Jan 2004 01:59:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D652043D45; Sun, 25 Jan 2004 01:59:16 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0P9xG0B099298; Sun, 25 Jan 2004 01:59:16 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0P9xGEA099297; Sun, 25 Jan 2004 01:59:16 -0800 (PST) (envelope-from sobomax) Message-Id: <200401250959.i0P9xGEA099297@repoman.freebsd.org> From: Maxim Sobolev Date: Sun, 25 Jan 2004 01:59:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/i386 identcpu.c longrun.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 09:59:18 -0000 sobomax 2004/01/25 01:59:16 PST FreeBSD src repository Modified files: sys/conf options.i386 sys/i386/conf NOTES sys/i386/i386 identcpu.c Added files: sys/i386/i386 longrun.c Log: Move LongRun support out of identcpu.c, where it hardly belongs, into its own file and make it opt-in, not mandatory, depending on CPU_ENABLE_LONGRUN config(8) option. Discussed with: nate MFC after: 2 weeks Revision Changes Path 1.210 +1 -0 src/sys/conf/options.i386 1.1121 +4 -0 src/sys/i386/conf/NOTES 1.133 +0 -263 src/sys/i386/i386/identcpu.c 1.1 +307 -0 src/sys/i386/i386/longrun.c (new) From owner-cvs-src@FreeBSD.ORG Sun Jan 25 03:05:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6C0C16A4CE; Sun, 25 Jan 2004 03:05:13 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id F401E43D55; Sun, 25 Jan 2004 03:04:55 -0800 (PST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) i0PB4mN1091430 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 25 Jan 2004 12:04:52 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id i0PB4WFq075232 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Jan 2004 12:04:32 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.10/8.12.10) with ESMTP id i0PB4VPw095940; Sun, 25 Jan 2004 12:04:31 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.10/8.12.10/Submit) id i0PB4VJt095939; Sun, 25 Jan 2004 12:04:31 +0100 (CET) (envelope-from ticso) Date: Sun, 25 Jan 2004 12:04:30 +0100 From: Bernd Walter To: Jeff Roberson Message-ID: <20040125110429.GM77998@cicely12.cicely.de> References: <200401242138.i0OLcqUU075119@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401242138.i0OLcqUU075119@repoman.freebsd.org> X-Operating-System: FreeBSD cicely12.cicely.de 5.2-CURRENT alpha User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-4.9 required=3.0 tests=BAYES_00 autolearn=ham version=2.61 X-Spam-Report: * -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on cicely5.cicely.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 11:05:14 -0000 On Sat, Jan 24, 2004 at 01:38:52PM -0800, Jeff Roberson wrote: > jeff 2004/01/24 13:38:52 PST > > FreeBSD src repository > > Modified files: > sys/alpha/conf GENERIC > sys/amd64/conf GENERIC > sys/i386/conf GENERIC > sys/ia64/conf GENERIC > sys/pc98/conf GENERIC > sys/powerpc/conf GENERIC > sys/sparc64/conf GENERIC > Log: > - Recruit some new ULE users by making it the default scheduler in GENERIC. > ULE will be in a probationary period to determine whether it will be left > as the default in 5.3 which would likely mean the rest of the 5.x series. Does it work on SMP alpha now? Last time I checked it only used a single CPU. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-cvs-src@FreeBSD.ORG Sun Jan 25 03:23:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5ABD16A4CE; Sun, 25 Jan 2004 03:23:59 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B9543D48; Sun, 25 Jan 2004 03:23:58 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 8AF96530A; Sun, 25 Jan 2004 12:23:57 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id DAE8B5308; Sun, 25 Jan 2004 12:23:48 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 6FD7E33C9A; Sun, 25 Jan 2004 12:23:48 +0100 (CET) To: Robert Watson References: From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Sun, 25 Jan 2004 12:23:48 +0100 In-Reply-To: (Robert Watson's message of "Sat, 24 Jan 2004 21:05:33 -0500 (EST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.6 required=5.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.61 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _mutex.h src/sys/kern kern_mutex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 11:23:59 -0000 Robert Watson writes: > Mutex profiling is pretty neat, and very under-documented. At least, as > far as I know, only DES's original commit message and comments in NOTES > document it. If someone on the doc side feels moved to explore and > document the implementation [...] I'll do it. I should have done it when I committed it in the first place anyway. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Jan 25 03:30:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A854016A4CE; Sun, 25 Jan 2004 03:30:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E032043D1F; Sun, 25 Jan 2004 03:30:50 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PBUo0B021154; Sun, 25 Jan 2004 03:30:50 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PBUoAP021153; Sun, 25 Jan 2004 03:30:50 -0800 (PST) (envelope-from mbr) Message-Id: <200401251130.i0PBUoAP021153@repoman.freebsd.org> From: Martin Blapp Date: Sun, 25 Jan 2004 03:30:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 11:30:51 -0000 mbr 2004/01/25 03:30:50 PST FreeBSD src repository Modified files: contrib/isc-dhcp/client dhclient.c Log: Dhclient dumps core on suspend/resume cycles. If the client isn't active then we need to go to the reboot state or in state_bound it will core on the de-reference of client -> active -> options since client -> active = NULL. While we are here, fix the indentation. Submitted by: Doug Ambrisko Revision Changes Path 1.36 +9 -4 src/contrib/isc-dhcp/client/dhclient.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 03:39:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEEB616A4CE; Sun, 25 Jan 2004 03:39:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F181543D1D; Sun, 25 Jan 2004 03:39:42 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PBdg0B023195; Sun, 25 Jan 2004 03:39:42 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PBdgtr023194; Sun, 25 Jan 2004 03:39:42 -0800 (PST) (envelope-from des) Message-Id: <200401251139.i0PBdgtr023194@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 25 Jan 2004 03:39:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libfetch fetch.3 src/share/man/man9 mac.9 sbuf.9 zone.9 src/tools/tools/tinderbox tbmaster.1 tinderbox.1 src/usr.bin/fetch fetch.1 src/usr.sbin/acpi/acpiconf acpiconf.8 src/usr.sbin/chkgrp chkgrp.8 src/usr.sbin/kldxref kldxref.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 11:39:44 -0000 des 2004/01/25 03:39:42 PST FreeBSD src repository Modified files: lib/libfetch fetch.3 share/man/man9 mac.9 sbuf.9 zone.9 tools/tools/tinderbox tbmaster.1 tinderbox.1 usr.bin/fetch fetch.1 usr.sbin/acpi/acpiconf acpiconf.8 usr.sbin/chkgrp chkgrp.8 usr.sbin/kldxref kldxref.8 Log: I don't normally use my middle name, so remove it from attributions in man pages (though not from copyright notices). While I'm here, add email addresses where appropriate. Revision Changes Path 1.56 +2 -2 src/lib/libfetch/fetch.3 1.8 +1 -1 src/share/man/man9/mac.9 1.22 +2 -2 src/share/man/man9/sbuf.9 1.26 +1 -1 src/share/man/man9/zone.9 1.9 +1 -1 src/tools/tools/tinderbox/tbmaster.1 1.10 +1 -1 src/tools/tools/tinderbox/tinderbox.1 1.56 +3 -3 src/usr.bin/fetch/fetch.1 1.12 +2 -2 src/usr.sbin/acpi/acpiconf/acpiconf.8 1.12 +2 -2 src/usr.sbin/chkgrp/chkgrp.8 1.7 +1 -1 src/usr.sbin/kldxref/kldxref.8 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 04:23:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D657B16A4CF; Sun, 25 Jan 2004 04:23:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 247BE43D1F; Sun, 25 Jan 2004 04:23:54 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PCNr0B034569; Sun, 25 Jan 2004 04:23:53 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PCNroL034568; Sun, 25 Jan 2004 04:23:53 -0800 (PST) (envelope-from des) Message-Id: <200401251223.i0PCNroL034568@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 25 Jan 2004 04:23:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 MUTEX_PROFILING.9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 12:23:55 -0000 des 2004/01/25 04:23:53 PST FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 MUTEX_PROFILING.9 Log: Add a manual page for the mutex profiling code. Revision Changes Path 1.1 +141 -0 src/share/man/man9/MUTEX_PROFILING.9 (new) 1.215 +1 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jan 25 04:24:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C577716A4CF; Sun, 25 Jan 2004 04:24:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A23B43D3F; Sun, 25 Jan 2004 04:24:23 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PCON0B034609; Sun, 25 Jan 2004 04:24:23 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PCONwi034608; Sun, 25 Jan 2004 04:24:23 -0800 (PST) (envelope-from des) Message-Id: <200401251224.i0PCONwi034608@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 25 Jan 2004 04:24:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 mutex.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 12:24:27 -0000 des 2004/01/25 04:24:23 PST FreeBSD src repository Modified files: share/man/man9 mutex.9 Log: Add a cross-reference to MUTEX_PROFILING(9). Revision Changes Path 1.40 +1 -0 src/share/man/man9/mutex.9 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 04:28:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13E3416A4CF; Sun, 25 Jan 2004 04:28:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20C5043D39; Sun, 25 Jan 2004 04:28:37 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PCSa0B034808; Sun, 25 Jan 2004 04:28:36 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PCSaX1034807; Sun, 25 Jan 2004 04:28:36 -0800 (PST) (envelope-from ru) Message-Id: <200401251228.i0PCSaX1034807@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 25 Jan 2004 04:28:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make str.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 12:28:38 -0000 ru 2004/01/25 04:28:36 PST FreeBSD src repository Modified files: usr.bin/make str.c Log: Fixed a bug that previous revision has introduced -- we missed the double quotes ("" and '') as a separate argument. Reported by: ache The fix in this and previous revisions combined is functionally equivalent to the below patch against rev. 1.27 but the code is now much easier to follow: %%% Index: str.c =================================================================== RCS file: /home/ncvs/src/usr.bin/make/str.c,v retrieving revision 1.27 diff -u -r1.27 str.c --- str.c 28 Oct 2002 23:33:57 -0000 1.27 +++ str.c 25 Jan 2004 12:09:21 -0000 @@ -168,7 +168,7 @@ inquote = (char) ch; /* Don't miss "" or '' */ if (start == NULL && p[1] == inquote) { - start = t + 1; + start = t; break; } } %%% Revision Changes Path 1.29 +5 -3 src/usr.bin/make/str.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 04:30:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA98B16A4CF; Sun, 25 Jan 2004 04:30:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0090E43D53; Sun, 25 Jan 2004 04:30:36 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PCUZ0B034999; Sun, 25 Jan 2004 04:30:35 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PCUZkX034997; Sun, 25 Jan 2004 04:30:35 -0800 (PST) (envelope-from des) Message-Id: <200401251230.i0PCUZkX034997@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 25 Jan 2004 04:30:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 MUTEX_PROFILING.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 12:30:36 -0000 des 2004/01/25 04:30:35 PST FreeBSD src repository Modified files: share/man/man9 MUTEX_PROFILING.9 Log: Add more implentation notes based on the comments in sys/conf/NOTES. Revision Changes Path 1.2 +14 -0 src/share/man/man9/MUTEX_PROFILING.9 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 04:32:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F8D916A4CF; Sun, 25 Jan 2004 04:32:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9256B43D6D; Sun, 25 Jan 2004 04:31:59 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PCVx0B036418; Sun, 25 Jan 2004 04:31:59 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PCVxLS036417; Sun, 25 Jan 2004 04:31:59 -0800 (PST) (envelope-from des) Message-Id: <200401251231.i0PCVxLS036417@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 25 Jan 2004 04:31:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 12:32:00 -0000 des 2004/01/25 04:31:59 PST FreeBSD src repository Modified files: sys/conf NOTES Log: Replace description of the mutex profiling code with a reference to the newly committed manual page. Revision Changes Path 1.1195 +2 -20 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sun Jan 25 04:32:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8957016A4CF; Sun, 25 Jan 2004 04:32:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE2E43D39; Sun, 25 Jan 2004 04:32:56 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PCWu0B036864; Sun, 25 Jan 2004 04:32:56 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PCWu5U036863; Sun, 25 Jan 2004 04:32:56 -0800 (PST) (envelope-from des) Message-Id: <200401251232.i0PCWu5U036863@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 25 Jan 2004 04:32:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 12:32:57 -0000 des 2004/01/25 04:32:56 PST FreeBSD src repository Modified files: sys/conf NOTES Log: Remove trailing whitespace. Revision Changes Path 1.1196 +24 -24 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sun Jan 25 04:36:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE90216A4CF; Sun, 25 Jan 2004 04:36:24 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 020EB43D39; Sun, 25 Jan 2004 04:36:21 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id DD8DE530A; Sun, 25 Jan 2004 13:36:19 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 8D0205309; Sun, 25 Jan 2004 13:36:10 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 6834733C9A; Sun, 25 Jan 2004 13:36:10 +0100 (CET) To: Jeff Roberson References: <200401250821.i0P8LkBC072150@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Sun, 25 Jan 2004 13:36:10 +0100 In-Reply-To: <200401250821.i0P8LkBC072150@repoman.freebsd.org> (Jeff Roberson's message of "Sun, 25 Jan 2004 00:21:46 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.6 required=5.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.61 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_4bsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 12:36:24 -0000 Jeff Roberson writes: > Log: > - Correct function names listed in KASSERTs. These were copied from o= ther > code and it was sloppy of me not to adjust these sooner. suggestions based on my experience with KASSERTs: 1) don't include the function name in panic strings as the backtrace already provides that information (and more) 2) if you must include the function name, use %s() and __func__ to avoid getting it wrong. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Jan 25 05:10:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7A2216A4CE; Sun, 25 Jan 2004 05:10:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55ACF43D66; Sun, 25 Jan 2004 05:09:57 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PD9v0B050477; Sun, 25 Jan 2004 05:09:57 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PD9vtg050476; Sun, 25 Jan 2004 05:09:57 -0800 (PST) (envelope-from des) Message-Id: <200401251309.i0PD9vtg050476@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 25 Jan 2004 05:09:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 13:10:01 -0000 des 2004/01/25 05:09:57 PST FreeBSD src repository Modified files: crypto/openssh FREEBSD-upgrade Log: Update the "overview of FreeBSD changes to OpenSSH-portable" to reflect reality. Revision Changes Path 1.7 +2 -12 src/crypto/openssh/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Sun Jan 25 06:03:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4317016A4CE; Sun, 25 Jan 2004 06:03:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A1343D41; Sun, 25 Jan 2004 06:03:55 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PE3t0B063987; Sun, 25 Jan 2004 06:03:55 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PE3t1r063986; Sun, 25 Jan 2004 06:03:55 -0800 (PST) (envelope-from ru) Message-Id: <200401251403.i0PE3t1r063986@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 25 Jan 2004 06:03:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 witness.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 14:03:56 -0000 ru 2004/01/25 06:03:55 PST FreeBSD src repository Modified files: share/man/man4 witness.4 Log: Correct the name of a loader(8) tunable. Revision Changes Path 1.5 +2 -2 src/share/man/man4/witness.4 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 07:04:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8B3816A4CE; Sun, 25 Jan 2004 07:04:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F396343D54; Sun, 25 Jan 2004 07:04:37 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PF4b0B077597; Sun, 25 Jan 2004 07:04:37 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PF4bSX077596; Sun, 25 Jan 2004 07:04:37 -0800 (PST) (envelope-from ru) Message-Id: <200401251504.i0PF4bSX077596@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 25 Jan 2004 07:04:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 15:04:38 -0000 ru 2004/01/25 07:04:37 PST FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Register the uart(4)'s spin lock with witness(4). Revision Changes Path 1.166 +1 -0 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 07:27:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5521E16A4CE; Sun, 25 Jan 2004 07:27:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A14BC43D3F; Sun, 25 Jan 2004 07:27:23 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PFRN0B082109; Sun, 25 Jan 2004 07:27:23 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PFRN9L082095; Sun, 25 Jan 2004 07:27:23 -0800 (PST) (envelope-from bde) Message-Id: <200401251527.i0PFRN9L082095@repoman.freebsd.org> From: Bruce Evans Date: Sun, 25 Jan 2004 07:27:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 15:27:24 -0000 bde 2004/01/25 07:27:23 PST FreeBSD src repository Modified files: sys/conf options.i386 Log: Fixed some style bugs (insertion sort errors, tab lossage, and ornation of EOF). Revision Changes Path 1.211 +13 -17 src/sys/conf/options.i386 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 08:12:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 929F216A4D4; Sun, 25 Jan 2004 08:12:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7DA643D39; Sun, 25 Jan 2004 08:12:09 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PGC90B093698; Sun, 25 Jan 2004 08:12:09 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PGC9Rr093694; Sun, 25 Jan 2004 08:12:09 -0800 (PST) (envelope-from brueffer) Message-Id: <200401251612.i0PGC9Rr093694@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 25 Jan 2004 08:12:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ata.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 16:12:10 -0000 brueffer 2004/01/25 08:12:09 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 ata.4 Log: Back out rev. 1.40 The hardware notes were wrong WRT supported chipsets (northbridges are not ata related) Submitted by: bmah Revision Changes Path 1.41 +1 -1 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 08:13:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EEB916A4CE; Sun, 25 Jan 2004 08:13:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 772AB43D31; Sun, 25 Jan 2004 08:13:49 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PGDn0B093961; Sun, 25 Jan 2004 08:13:49 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PGDnlQ093960; Sun, 25 Jan 2004 08:13:49 -0800 (PST) (envelope-from brueffer) Message-Id: <200401251613.i0PGDnlQ093960@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 25 Jan 2004 08:13:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ata.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 16:13:50 -0000 brueffer 2004/01/25 08:13:49 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 ata.4 Log: Add SIS964 to the list of supported chipsets Submitted by: bmah Revision Changes Path 1.42 +1 -1 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 08:19:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCF9D16A4CE; Sun, 25 Jan 2004 08:19:21 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F50B43D1F; Sun, 25 Jan 2004 08:19:20 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i0PGH9Ud098180; Sun, 25 Jan 2004 11:17:09 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i0PGH9sX098177; Sun, 25 Jan 2004 11:17:09 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 25 Jan 2004 11:17:09 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Dag-Erling Smorgrav In-Reply-To: <200401251223.i0PCNroL034568@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 MUTEX_PROFILING.9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 16:19:21 -0000 On Sun, 25 Jan 2004, Dag-Erling Smorgrav wrote: > Add a manual page for the mutex profiling code. Wonderful, thanks! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Sun Jan 25 09:18:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F07816A4CE; Sun, 25 Jan 2004 09:18:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 749FD43D46; Sun, 25 Jan 2004 09:18:13 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PHID0B013737; Sun, 25 Jan 2004 09:18:13 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PHID1o013736; Sun, 25 Jan 2004 09:18:13 -0800 (PST) (envelope-from ume) Message-Id: <200401251718.i0PHID1o013736@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 25 Jan 2004 09:18:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netkey key.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 17:18:14 -0000 ume 2004/01/25 09:18:13 PST FreeBSD src repository Modified files: sys/netkey key.c Log: avoid duplicate free. (though KAME doesn't decide how to fix it yet, I once commit it to be in time for 5.2.1-RELEASE.) Submitted by: itojun Revision Changes Path 1.65 +3 -3 src/sys/netkey/key.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 10:28:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6203016A4CE; Sun, 25 Jan 2004 10:28:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F5943D4C; Sun, 25 Jan 2004 10:28:12 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PISC0B029716; Sun, 25 Jan 2004 10:28:12 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PISCcA029715; Sun, 25 Jan 2004 10:28:12 -0800 (PST) (envelope-from bmah) Message-Id: <200401251828.i0PISCcA029715@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Jan 2004 10:28:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common relnotes.ent src/release/doc/share/examples Makefile.relnotesng src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 18:28:13 -0000 bmah 2004/01/25 10:28:12 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) release/doc/en_US.ISO8859-1/relnotes/common relnotes.ent release/doc/share/examples Makefile.relnotesng release/doc/share/sgml release.ent Log: Infrastructure commits for the release documentation for a probable 5.2.1-RELEASE. The main changes will be to the release notes, which will be based on the 5.2-RELEASE notes with the 5.2 -> 5.2.1 changes added and emphasized. Approved by: re Revision Changes Path 1.3.6.1 +4 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/relnotes.ent 1.9.2.2 +1 -1 src/release/doc/share/examples/Makefile.relnotesng 1.15.2.3 +4 -1 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sun Jan 25 10:36:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 777DD16A4CE; Sun, 25 Jan 2004 10:36:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA5DF43D2D; Sun, 25 Jan 2004 10:36:01 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PIa10B031774; Sun, 25 Jan 2004 10:36:01 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PIa1S4031773; Sun, 25 Jan 2004 10:36:01 -0800 (PST) (envelope-from bmah) Message-Id: <200401251836.i0PIa1S4031773@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Jan 2004 10:36:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 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.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 18:36:02 -0000 bmah 2004/01/25 10:36:01 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix up some release notes glitches that didn't make it for 5.2-RELEASE: Fix a repeated word [1], fix GCC-related typo (was in errata) [2], add missing note on TCP mss limiting (was in errata). Submitted by: jens [1], gerald [2] Approved by: re Revision Changes Path 1.663.2.6 +19 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Jan 25 10:42:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B3B916A4CE; Sun, 25 Jan 2004 10:42:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DC6043D53; Sun, 25 Jan 2004 10:42:19 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PIgJ0B033725; Sun, 25 Jan 2004 10:42:19 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PIgJ19033724; Sun, 25 Jan 2004 10:42:19 -0800 (PST) (envelope-from rwatson) Message-Id: <200401251842.i0PIgJ19033724@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Jan 2004 10:42:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_fork.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 18:42:20 -0000 rwatson 2004/01/25 10:42:19 PST FreeBSD src repository Modified files: sys/kern kern_fork.c Log: When aborting fork() due to a failure, if using MAC, make sure to clean up the p_label field. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Revision Changes Path 1.212 +3 -0 src/sys/kern/kern_fork.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 10:50:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A7016A4CE; Sun, 25 Jan 2004 10:50:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD5E43D1F; Sun, 25 Jan 2004 10:50:51 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PIop0B034185; Sun, 25 Jan 2004 10:50:51 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PIopnI034184; Sun, 25 Jan 2004 10:50:51 -0800 (PST) (envelope-from bmah) Message-Id: <200401251850.i0PIopnI034184@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Jan 2004 10:50:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme article.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 18:50:52 -0000 bmah 2004/01/25 10:50:50 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) release/doc/en_US.ISO8859-1/readme article.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a few sentences to the readme and release notes describing this point release. Approved by: re Revision Changes Path 1.27.2.1 +7 -2 src/release/doc/en_US.ISO8859-1/readme/article.sgml 1.663.2.7 +5 -22 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Jan 25 11:04:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6490B16A4D0; Sun, 25 Jan 2004 11:04:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A78843D39; Sun, 25 Jan 2004 11:04:37 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PJ4b0B039098; Sun, 25 Jan 2004 11:04:37 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PJ4bAh039097; Sun, 25 Jan 2004 11:04:37 -0800 (PST) (envelope-from des) Message-Id: <200401251904.i0PJ4bAh039097@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 25 Jan 2004 11:04:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc Makefile experimental.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 19:04:38 -0000 des 2004/01/25 11:04:37 PST FreeBSD src repository Modified files: tools/tools/tinderbox/etc Makefile Removed files: tools/tools/tinderbox/etc experimental.rc Log: This setup was used for amd64 and powerpc before they reached the point where a normal buildworld would succeed. It is no longer required. Revision Changes Path 1.5 +1 -1 src/tools/tools/tinderbox/etc/Makefile 1.9 +0 -12 src/tools/tools/tinderbox/etc/experimental.rc (dead) From owner-cvs-src@FreeBSD.ORG Sun Jan 25 11:04:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4540D16A4D0; Sun, 25 Jan 2004 11:04:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0343243D31; Sun, 25 Jan 2004 11:04:51 -0800 (PST) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PJ4o0B039129; Sun, 25 Jan 2004 11:04:50 -0800 (PST) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PJ4oLU039128; Sun, 25 Jan 2004 11:04:50 -0800 (PST) (envelope-from cognet) Message-Id: <200401251904.i0PJ4oLU039128@repoman.freebsd.org> From: Olivier Houchard Date: Sun, 25 Jan 2004 11:04:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/termcap termcap.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 19:04:52 -0000 cognet 2004/01/25 11:04:50 PST FreeBSD src repository Modified files: share/termcap termcap.src Log: Update Eterm entry to Eterm 0.9.2 Submitted by: Geraud CONTINSOUZAS MFC after: 3 days Revision Changes Path 1.138 +20 -20 src/share/termcap/termcap.src From owner-cvs-src@FreeBSD.ORG Sun Jan 25 11:11:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B55B16A4CE; Sun, 25 Jan 2004 11:11:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C1A43D45; Sun, 25 Jan 2004 11:11:43 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PJBh0B040730; Sun, 25 Jan 2004 11:11:43 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PJBhll040726; Sun, 25 Jan 2004 11:11:43 -0800 (PST) (envelope-from des) Message-Id: <200401251911.i0PJBhll040726@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 25 Jan 2004 11:11:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/www Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 19:11:44 -0000 des 2004/01/25 11:11:43 PST FreeBSD src repository Modified files: tools/tools/tinderbox/www Makefile Log: Fix the case where .OBJDIR != .CURDIR. Revision Changes Path 1.6 +5 -2 src/tools/tools/tinderbox/www/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jan 25 11:24:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24E0716A4D0; Sun, 25 Jan 2004 11:24:55 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50C4843D31; Sun, 25 Jan 2004 11:24:53 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id i0PJOnB17677; Sun, 25 Jan 2004 14:24:49 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Sun, 25 Jan 2004 14:24:49 -0500 (EST) From: Jeff Roberson To: ticso@cicely.de In-Reply-To: <20040125110429.GM77998@cicely12.cicely.de> Message-ID: <20040125142401.H36463-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/confGENERIC GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GE X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 19:24:55 -0000 On Sun, 25 Jan 2004, Bernd Walter wrote: > On Sat, Jan 24, 2004 at 01:38:52PM -0800, Jeff Roberson wrote: > > jeff 2004/01/24 13:38:52 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/alpha/conf GENERIC > > sys/amd64/conf GENERIC > > sys/i386/conf GENERIC > > sys/ia64/conf GENERIC > > sys/pc98/conf GENERIC > > sys/powerpc/conf GENERIC > > sys/sparc64/conf GENERIC > > Log: > > - Recruit some new ULE users by making it the default scheduler in GENERIC. > > ULE will be in a probationary period to determine whether it will be left > > as the default in 5.3 which would likely mean the rest of the 5.x series. > > Does it work on SMP alpha now? > Last time I checked it only used a single CPU. Er, it has for some time. I don't recall a time when ULE did not work on alpha SMP. Let me know if you have any problems. I'm running it on one of my alphas now. Cheers, Jeff > > -- > B.Walter BWCT http://www.bwct.de > ticso@bwct.de info@bwct.de > From owner-cvs-src@FreeBSD.ORG Sun Jan 25 11:52:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B7C16A4CE; Sun, 25 Jan 2004 11:52:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23AB143D1F; Sun, 25 Jan 2004 11:52:17 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PJqG0B049539; Sun, 25 Jan 2004 11:52:16 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PJqGDO049535; Sun, 25 Jan 2004 11:52:16 -0800 (PST) (envelope-from ambrisko) Message-Id: <200401251952.i0PJqGDO049535@repoman.freebsd.org> From: Doug Ambrisko Date: Sun, 25 Jan 2004 11:52:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 19:52:18 -0000 ambrisko 2004/01/25 11:52:16 PST FreeBSD src repository Modified files: etc pccard_ether Log: - Existing code would ignore pccard_ether_delay when more then 9 seconds - If there was an exiting dhclient running on the same interface as the new iface that left and returned then dhclient would be told to use the same interface twice. Dhclient would fail and exit after getting confused. Use "sort -u" on them to ensure no duplicates. This is a mostly a race condition on suspend and resume and how things happen to occur. - Check for netmask being set on an interface rather then up. An interface can be up but not configured. Reviewed by: mbr Revision Changes Path 1.39 +4 -3 src/etc/pccard_ether From owner-cvs-src@FreeBSD.ORG Sun Jan 25 11:55:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8708C16A4CE; Sun, 25 Jan 2004 11:55:17 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB0143D39; Sun, 25 Jan 2004 11:55:14 -0800 (PST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) i0PJt5N1097527 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 25 Jan 2004 20:55:08 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id i0PJstFq079598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Jan 2004 20:54:56 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.10/8.12.10) with ESMTP id i0PJssPw098487; Sun, 25 Jan 2004 20:54:55 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.10/8.12.10/Submit) id i0PJssCB098485; Sun, 25 Jan 2004 20:54:54 +0100 (CET) (envelope-from ticso) Date: Sun, 25 Jan 2004 20:54:53 +0100 From: Bernd Walter To: Jeff Roberson Message-ID: <20040125195452.GV77998@cicely12.cicely.de> References: <20040125110429.GM77998@cicely12.cicely.de> <20040125142401.H36463-100000@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040125142401.H36463-100000@mail.chesapeake.net> X-Operating-System: FreeBSD cicely12.cicely.de 5.2-CURRENT alpha User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-4.9 required=3.0 tests=BAYES_00 autolearn=ham version=2.61 X-Spam-Report: * -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on cicely5.cicely.de cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: ticso@cicely.de cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GE X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 19:55:17 -0000 On Sun, Jan 25, 2004 at 02:24:49PM -0500, Jeff Roberson wrote: > On Sun, 25 Jan 2004, Bernd Walter wrote: > > On Sat, Jan 24, 2004 at 01:38:52PM -0800, Jeff Roberson wrote: > > > - Recruit some new ULE users by making it the default scheduler in GENERIC. > > > ULE will be in a probationary period to determine whether it will be left > > > as the default in 5.3 which would likely mean the rest of the 5.x series. > > > > Does it work on SMP alpha now? > > Last time I checked it only used a single CPU. > > Er, it has for some time. I don't recall a time when ULE did not work on > alpha SMP. Let me know if you have any problems. I'm running it on one > of my alphas now. Is this a SMP system? It did work when I tested some weeks back, but only a single CPU was used and the others were always idle. Will check it myself now. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-cvs-src@FreeBSD.ORG Sun Jan 25 12:43:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 080CE16A4CE; Sun, 25 Jan 2004 12:43:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43E043D3F; Sun, 25 Jan 2004 12:42:59 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PKgx0B061831; Sun, 25 Jan 2004 12:42:59 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PKgxYn061830; Sun, 25 Jan 2004 12:42:59 -0800 (PST) (envelope-from iedowse) Message-Id: <200401252042.i0PKgxYn061830@repoman.freebsd.org> From: Ian Dowse Date: Sun, 25 Jan 2004 12:42:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/pw pw.8 pw.c pw_group.c pw_user.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 20:43:01 -0000 iedowse 2004/01/25 12:42:59 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/pw pw.8 pw.c pw_group.c pw_user.c Log: MFC: add a `-H ' option that is like `-h ', but accepts an already encrypted password on the specified file descriptor. Revision Changes Path 1.19.2.13 +11 -5 src/usr.sbin/pw/pw.8 1.18.2.6 +7 -5 src/usr.sbin/pw/pw.c 1.12.2.2 +10 -3 src/usr.sbin/pw/pw_group.c 1.34.2.14 +26 -11 src/usr.sbin/pw/pw_user.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 13:34:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B7416A4CE; Sun, 25 Jan 2004 13:34:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6892443D2F; Sun, 25 Jan 2004 13:33:59 -0800 (PST) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PLXx0B079167; Sun, 25 Jan 2004 13:33:59 -0800 (PST) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PLXxNd079166; Sun, 25 Jan 2004 13:33:59 -0800 (PST) (envelope-from emax) Message-Id: <200401252133.i0PLXxNd079166@repoman.freebsd.org> From: Maksim Yevmenkin Date: Sun, 25 Jan 2004 13:33:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libsdp Makefile src/usr.sbin/bluetooth Makefile src/usr.sbin/bluetooth/sdpd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 21:34:00 -0000 emax 2004/01/25 13:33:59 PST FreeBSD src repository Modified files: lib/libsdp Makefile usr.sbin/bluetooth Makefile Added files: usr.sbin/bluetooth/sdpd Makefile Log: Cleanup CFLAGS in libsdp(3) Makefile Connect sdpd(8) to the build Reviewed by: ru, imp (mentor) Revision Changes Path 1.3 +1 -1 src/lib/libsdp/Makefile 1.6 +2 -1 src/usr.sbin/bluetooth/Makefile 1.1 +13 -0 src/usr.sbin/bluetooth/sdpd/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sun Jan 25 13:54:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF8916A4CE; Sun, 25 Jan 2004 13:54:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8407E43D2D; Sun, 25 Jan 2004 13:54:25 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PLsP0B083688; Sun, 25 Jan 2004 13:54:25 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PLsPK6083687; Sun, 25 Jan 2004 13:54:25 -0800 (PST) (envelope-from bmah) Message-Id: <200401252154.i0PLsPK6083687@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Jan 2004 13:54:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 21:54:26 -0000 bmah 2004/01/25 13:54:25 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: PFIL_HOOKS in GENERIC. Revision Changes Path 1.670 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Jan 25 13:57:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698A916A4CE; Sun, 25 Jan 2004 13:57:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B0B43D1D; Sun, 25 Jan 2004 13:57:57 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PLvv0B083865; Sun, 25 Jan 2004 13:57:57 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PLvvY9083864; Sun, 25 Jan 2004 13:57:57 -0800 (PST) (envelope-from brueffer) Message-Id: <200401252157.i0PLvvY9083864@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 25 Jan 2004 13:57:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 21:57:58 -0000 brueffer 2004/01/25 13:57:57 PST FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Trim IDE/ATA device list in favor of the list in the ata.4 manpage Revision Changes Path 1.211 +2 -73 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Sun Jan 25 14:46:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 353A916A525; Sun, 25 Jan 2004 14:46:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 754A843D2D; Sun, 25 Jan 2004 14:46:22 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PMkM0B095304; Sun, 25 Jan 2004 14:46:22 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PMkMPL095303; Sun, 25 Jan 2004 14:46:22 -0800 (PST) (envelope-from matk) Message-Id: <200401252246.i0PMkMPL095303@repoman.freebsd.org> From: Mathew Kanner Date: Sun, 25 Jan 2004 14:46:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm dsp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 22:46:23 -0000 matk 2004/01/25 14:46:22 PST FreeBSD src repository Modified files: sys/dev/sound/pcm dsp.c Log: Fix a panic in dsp_clone when trying to access a sound device that doesn't exists. I'm using my discretion and committing without mentor approval since Seigo is away. Noticed by: Maxime Henrion Revision Changes Path 1.71 +3 -0 src/sys/dev/sound/pcm/dsp.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 16:07:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC09F16A4CE; Sun, 25 Jan 2004 16:07:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F35443D1F; Sun, 25 Jan 2004 16:07:36 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q07a0B014711; Sun, 25 Jan 2004 16:07:36 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q07alf014710; Sun, 25 Jan 2004 16:07:36 -0800 (PST) (envelope-from nectar) Message-Id: <200401260007.i0Q07alf014710@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 25 Jan 2004 16:07:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/contrib/cvs/src modules.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 00:07:38 -0000 nectar 2004/01/25 16:07:36 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) contrib/cvs/src modules.c Log: MFC 1.1.1.9: Reject malformed module requests. Approved by: re Revision Changes Path 1.1.1.8.6.1 +11 -0 src/contrib/cvs/src/modules.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 16:08:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE1B616A4CE; Sun, 25 Jan 2004 16:08:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F00E443D49; Sun, 25 Jan 2004 16:08:38 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q08c0B014781; Sun, 25 Jan 2004 16:08:38 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q08cIl014780; Sun, 25 Jan 2004 16:08:38 -0800 (PST) (envelope-from nectar) Message-Id: <200401260008.i0Q08cIl014780@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 25 Jan 2004 16:08:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 00:08:40 -0000 nectar 2004/01/25 16:08:38 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) contrib/cvs/src server.c Log: MFC 1.1.1.14: Do not allow pserver to be run as root. Revision Changes Path 1.19.4.1 +20 -5 src/contrib/cvs/src/server.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 16:09:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE80816A4CE; Sun, 25 Jan 2004 16:09:25 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFA443D4C; Sun, 25 Jan 2004 16:09:23 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 52021548A2; Sun, 25 Jan 2004 18:09:23 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id CED696D455; Sun, 25 Jan 2004 18:09:22 -0600 (CST) Date: Sun, 25 Jan 2004 18:09:22 -0600 From: "Jacques A. Vidrine" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040126000922.GA6102@madman.celabo.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401260008.i0Q08cIl014780@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 00:09:26 -0000 On Sun, Jan 25, 2004 at 04:08:38PM -0800, Jacques A. Vidrine wrote: > nectar 2004/01/25 16:08:38 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_5_2) > contrib/cvs/src server.c > Log: > MFC 1.1.1.14: Do not allow pserver to be run as root. This was also `Approved by: re'. -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Sun Jan 25 16:41:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A6216A4CF; Sun, 25 Jan 2004 16:41:25 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE86343D46; Sun, 25 Jan 2004 16:41:23 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 907035C74A; Sun, 25 Jan 2004 16:41:23 -0800 (PST) Date: Sun, 25 Jan 2004 16:41:23 -0800 From: Alfred Perlstein To: "Jacques A. Vidrine" Message-ID: <20040126004123.GJ53344@elvis.mu.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040126000922.GA6102@madman.celabo.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: re@freebsd.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 00:41:25 -0000 * Jacques A. Vidrine [040125 16:09] wrote: > On Sun, Jan 25, 2004 at 04:08:38PM -0800, Jacques A. Vidrine wrote: > > nectar 2004/01/25 16:08:38 PST > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_5_2) > > contrib/cvs/src server.c > > Log: > > MFC 1.1.1.14: Do not allow pserver to be run as root. > > This was also `Approved by: re'. Nice of us to break something that used to work without a deprication/warning period. :( Note: this is what my earlier mail was about. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 16:46:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCB4016A4CE; Sun, 25 Jan 2004 16:46:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0B843D31; Sun, 25 Jan 2004 16:46:47 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q0kk0B023023; Sun, 25 Jan 2004 16:46:46 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q0kkPm023022; Sun, 25 Jan 2004 16:46:46 -0800 (PST) (envelope-from iedowse) Message-Id: <200401260046.i0Q0kkPm023022@repoman.freebsd.org> From: Ian Dowse Date: Sun, 25 Jan 2004 16:46:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 00:46:47 -0000 iedowse 2004/01/25 16:46:46 PST FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: Be much more strict about parsing tagged log messages from /dev/klog; if the line doesn't match ^<%d>, then treat it as a regular kernel printf line. Previously if a kernel printf message started with "<" it would be interpreted as a log message, often with LOG_EMERG level. This was triggered by some printfs in sys/dev/aic7xxx/, and can also happen with the partial lines that result if syslogd cannot keep up with the rate of arrival of kernel messages. Reviewed by: dwmalone MFC after: 1 week Revision Changes Path 1.119 +20 -10 src/usr.sbin/syslogd/syslogd.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 19:09:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CBFC16A4CE; Sun, 25 Jan 2004 19:09:48 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB08843D2F; Sun, 25 Jan 2004 19:09:46 -0800 (PST) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (66-91-236-204.san.rr.com [66.91.236.204]) by smtp-relay.omnis.com (Postfix) with ESMTP id 319508836BF; Sun, 25 Jan 2004 19:09:45 -0800 (PST) From: Wes Peters Organization: Softweyr To: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=), Diomidis Spinellis Date: Sun, 25 Jan 2004 19:09:45 -0800 User-Agent: KMail/1.5.4 References: <200401230450.i0N4omSZ049990@repoman.freebsd.org> <40123A86.3040102@aueb.gr> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200401251909.45346.wes@softweyr.com> cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: Wes Peters cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 03:09:48 -0000 On Saturday 24 January 2004 03:06 pm, Dag-Erling Sm=F8rgrav wrote: > Diomidis Spinellis writes: > > Let us not forget that the Unix manual pages provide reference > > material; they are not a user guide. They historically have been > > terse, to the point, and honest in admitting shortcomings (bugs). > > While a user might find it helpful to read the environment variable > > documentation in fetch(1), the correct thing to do in reference > > material is to document the variables where they are implemented, > > namely fetch(3), and provide a cross reference. > > Yes. I'd like to see Wes's commit backed out, please. Roger Wilco. Is it OK to make a stronger recommendation that the user=20 consult fetch(3) for some rather critical information about how fetch(1)=20 really works? As it stands, the fetch(1) page really requires reading of=20 fetch(3) as well, which is fine as long as we lead the reader there with=20 a rather blunt instrument. =2D-=20 Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-src@FreeBSD.ORG Sun Jan 25 19:22:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09CCC16A4CE for ; Sun, 25 Jan 2004 19:22:03 -0800 (PST) Received: from tx2.oucs.ox.ac.uk (tx2.oucs.ox.ac.uk [163.1.2.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABD943D53 for ; Sun, 25 Jan 2004 19:21:58 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan2.oucs.ox.ac.uk ([163.1.2.162] helo=localhost) by tx2.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1AkxK1-0005Pd-Kj for cvs-src@FreeBSD.org; Mon, 26 Jan 2004 03:21:57 +0000 Received: from rx2.oucs.ox.ac.uk ([163.1.2.161]) by localhost (scan2.oucs.ox.ac.uk [163.1.2.162]) (amavisd-new, port 25) with ESMTP id 20640-03 for ; Mon, 26 Jan 2004 03:21:57 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx2.oucs.ox.ac.uk with smtp (Exim 4.24) id 1AkxK1-0005Pa-7L for cvs-src@FreeBSD.org; Mon, 26 Jan 2004 03:21:57 +0000 Received: (qmail 319 invoked by uid 0); 26 Jan 2004 03:21:57 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.16 (sweep: 2.14/3.71. spamassassin: 2.53. Clear:. Processed in 1.327484 secs); 26 Jan 2004 03:21:57 -0000 X-Qmail-Scanner-Mail-From: colin.percival@wadham.ox.ac.uk via gateway X-Qmail-Scanner: 1.16 (Clear:. Processed in 1.327484 secs) Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 26 Jan 2004 03:21:55 -0000 Message-Id: <6.0.1.1.1.20040126031528.0449f970@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Mon, 26 Jan 2004 03:21:51 +0000 To: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= ), Wes Peters From: Colin Percival In-Reply-To: <200401251909.45346.wes@softweyr.com> References: <200401230450.i0N4omSZ049990@repoman.freebsd.org> <40123A86.3040102@aueb.gr> <200401251909.45346.wes@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 03:22:03 -0000 At 03:09 26/01/2004, Wes Peters wrote: >Roger Wilco. Is it OK to make a stronger recommendation that the user >consult fetch(3) for some rather critical information about how fetch(1) >really works? As it stands, the fetch(1) page really requires reading of >fetch(3) as well, which is fine as long as we lead the reader there with >a rather blunt instrument. I'd like to add my voice to this request -- when I found fetch(1) doing odd things a few months ago, it took me a long time to make the connection to, and read, fetch(3). (Maybe I'm just dense, but I suspect I'm no worse than the average user...) Colin Percival From owner-cvs-src@FreeBSD.ORG Sun Jan 25 20:08:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B4C16A4CF; Sun, 25 Jan 2004 20:08:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7936843D1F; Sun, 25 Jan 2004 20:08:43 -0800 (PST) (envelope-from mckay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q48h0B074711; Sun, 25 Jan 2004 20:08:43 -0800 (PST) (envelope-from mckay@repoman.freebsd.org) Received: (from mckay@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q48h4V074710; Sun, 25 Jan 2004 20:08:43 -0800 (PST) (envelope-from mckay) Message-Id: <200401260408.i0Q48h4V074710@repoman.freebsd.org> From: Stephen McKay Date: Sun, 25 Jan 2004 20:08:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ctm/mkCTM mkctm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 04:08:44 -0000 mckay 2004/01/25 20:08:43 PST FreeBSD src repository Modified files: usr.sbin/ctm/mkCTM mkctm.c Log: The log file is more useful when line buffered. Submitted by: Stephen Montgomery-Smith Revision Changes Path 1.12 +1 -0 src/usr.sbin/ctm/mkCTM/mkctm.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 20:22:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5082A16A4CE for ; Sun, 25 Jan 2004 20:22:55 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id F055143D48 for ; Sun, 25 Jan 2004 20:22:49 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 56142 invoked by uid 1002); 26 Jan 2004 04:22:49 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 26 Jan 2004 04:22:49 -0000 Message-ID: <401495A0.9020601@freebsd.org> Date: Sun, 25 Jan 2004 21:20:48 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> In-Reply-To: <20040126004123.GJ53344@elvis.mu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "Jacques A. Vidrine" cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: re@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 04:22:55 -0000 Alfred Perlstein wrote: > * Jacques A. Vidrine [040125 16:09] wrote: > >>On Sun, Jan 25, 2004 at 04:08:38PM -0800, Jacques A. Vidrine wrote: >> >>>nectar 2004/01/25 16:08:38 PST >>> >>> FreeBSD src repository >>> >>> Modified files: (Branch: RELENG_5_2) >>> contrib/cvs/src server.c >>> Log: >>> MFC 1.1.1.14: Do not allow pserver to be run as root. >> >>This was also `Approved by: re'. > > > Nice of us to break something that used to work without a deprication/warning > period. :( > > Note: this is what my earlier mail was about. > We've had quite a few people request that be put into 5.2.1. I didn't see any dissenting email from you, can you elaborate? Scott From owner-cvs-src@FreeBSD.ORG Sun Jan 25 20:24:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37BD116A4CE; Sun, 25 Jan 2004 20:24:55 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB2C43D2D; Sun, 25 Jan 2004 20:24:53 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0Q4OrA0011472; Sun, 25 Jan 2004 20:24:53 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0Q4Onfh011471; Sun, 25 Jan 2004 20:24:49 -0800 (PST) (envelope-from obrien) Date: Sun, 25 Jan 2004 20:24:48 -0800 From: "David O'Brien" To: Jacques Vidrine Message-ID: <20040126042448.GA11430@dragon.nuxi.com> References: <200401211627.i0LGRvUS089121@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401211627.i0LGRvUS089121@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src modules.c server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 26 Jan 2004 04:24:55 -0000 On Wed, Jan 21, 2004 at 08:27:57AM -0800, Jacques Vidrine wrote: > nectar 2004/01/21 08:27:57 PST > > FreeBSD src repository > > Modified files: (Branch: CYCLIC) > contrib/cvs/src modules.c server.c > Log: > Incorporate two security fixes from later versions of CVS. > From the NEWS file of cvs 1.11.11: This is a messy way to do this -- why didn't we just do a full import of 1.11.11? From owner-cvs-src@FreeBSD.ORG Sun Jan 25 20:27:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2D1516A4CE; Sun, 25 Jan 2004 20:27:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BDC543D3F; Sun, 25 Jan 2004 20:27:23 -0800 (PST) (envelope-from mckay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q4RM0B079046; Sun, 25 Jan 2004 20:27:22 -0800 (PST) (envelope-from mckay@repoman.freebsd.org) Received: (from mckay@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q4RMTK079045; Sun, 25 Jan 2004 20:27:22 -0800 (PST) (envelope-from mckay) Message-Id: <200401260427.i0Q4RMTK079045@repoman.freebsd.org> From: Stephen McKay Date: Sun, 25 Jan 2004 20:27:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ctm/mkCTM mkctm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 04:27:23 -0000 mckay 2004/01/25 20:27:22 PST FreeBSD src repository Modified files: usr.sbin/ctm/mkCTM mkctm.c Log: Use malloc() instead of alloca() to allocate a (potentially) large buffer for storing the "diff -n" output. Some files (eg ports/INDEX,v) are too big nowadays to fit on the stack. Submitted by: Stephen Montgomery-Smith Revision Changes Path 1.13 +2 -1 src/usr.sbin/ctm/mkCTM/mkctm.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 20:38:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE1216A4CE; Sun, 25 Jan 2004 20:38:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65CDE43D58; Sun, 25 Jan 2004 20:38:17 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q4cH0B081260; Sun, 25 Jan 2004 20:38:17 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q4cHGe081259; Sun, 25 Jan 2004 20:38:17 -0800 (PST) (envelope-from scottl) Message-Id: <200401260438.i0Q4cHGe081259@repoman.freebsd.org> From: Scott Long Date: Sun, 25 Jan 2004 20:38:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/rpc rpcclnt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 04:38:18 -0000 scottl 2004/01/25 20:38:17 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/rpc rpcclnt.c Log: Bring rpcclnt.c up to HEAD in order to fix several potential panics when mixing NFS protocols. Approved by: re Revision Changes Path 1.3.2.1 +44 -38 src/sys/rpc/rpcclnt.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 20:41:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59A9116A4CE; Sun, 25 Jan 2004 20:41:27 -0800 (PST) Received: from ftp.bjpu.edu.cn (ftp.bjpu.edu.cn [202.112.78.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D40D143D2D; Sun, 25 Jan 2004 20:41:25 -0800 (PST) (envelope-from delphij@frontfree.net) Received: by ftp.bjpu.edu.cn (Postfix, from userid 426) id DCF295358; Mon, 26 Jan 2004 12:41:24 +0800 (CST) Received: from beastie.frontfree.net (beastie.frontfree.net [218.107.145.7]) by ftp.bjpu.edu.cn (Postfix) with ESMTP id 995CB5299; Mon, 26 Jan 2004 12:41:24 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 426) id 61C3111479; Mon, 26 Jan 2004 12:41:23 +0800 (CST) Received: from srv (unknown [192.168.122.253]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by beastie.frontfree.net (Postfix) with ESMTP id 9101611438; Mon, 26 Jan 2004 12:41:22 +0800 (CST) From: "Xin LI" To: "'Scott Long'" , "'Alfred Perlstein'" Date: Mon, 26 Jan 2004 12:41:33 +0800 Organization: Phantasm Studio MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <401495A0.9020601@freebsd.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Thread-Index: AcPjxCMwyOb6Cvi+QVCfOM0RzFM8PgAAT2fw Message-Id: <20040126044122.9101611438@beastie.frontfree.net> cc: "'Jacques A. Vidrine'" cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: re@freebsd.org cc: cvs-all@freebsd.org Subject: RE: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 04:41:27 -0000 > -----Original Message----- > From: owner-cvs-all@freebsd.org > [mailto:owner-cvs-all@freebsd.org] On Behalf Of Scott Long > Sent: Monday, January 26, 2004 12:21 PM > To: Alfred Perlstein > Cc: Jacques A. Vidrine; cvs-src@freebsd.org; > src-committers@freebsd.org; re@freebsd.org; cvs-all@freebsd.org > Subject: Re: cvs commit: src/contrib/cvs/src server.c > > Alfred Perlstein wrote: > > * Jacques A. Vidrine [040125 16:09] wrote: [commit log omitted] > > > > Nice of us to break something that used to work without a > > deprication/warning period. :( > > > > Note: this is what my earlier mail was about. > > > > We've had quite a few people request that be put into 5.2.1. > I didn't see any dissenting email from you, can you elaborate? I think he may mean the configuration in /etc/inetd.conf, circa line 63, where the example shows how to run cvs pserver as root. Personally I think it's a bad idea to run cvs pserver as root, as pserver does not special privileges that only root have Maybe we should change it to 'nobody'? Well, whatever, I'd admit Alfred's statements is somewhat correct, but I'd support Jacques' change, and it might be better to see a HEADSUP in current@? Cheers, Xin LI From owner-cvs-src@FreeBSD.ORG Sun Jan 25 20:44:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 723EA16A4CE; Sun, 25 Jan 2004 20:44:36 -0800 (PST) Received: from ftp.bjpu.edu.cn (ftp.bjpu.edu.cn [202.112.78.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A1E43D2F; Sun, 25 Jan 2004 20:44:34 -0800 (PST) (envelope-from delphij@frontfree.net) Received: by ftp.bjpu.edu.cn (Postfix, from userid 426) id 7FD275358; Mon, 26 Jan 2004 12:44:33 +0800 (CST) Received: from beastie.frontfree.net (beastie.frontfree.net [218.107.145.7]) by ftp.bjpu.edu.cn (Postfix) with ESMTP id 615DC5299; Mon, 26 Jan 2004 12:44:33 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 426) id 3539811479; Mon, 26 Jan 2004 12:44:32 +0800 (CST) Received: from srv (unknown [192.168.122.253]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by beastie.frontfree.net (Postfix) with ESMTP id 9626311438; Mon, 26 Jan 2004 12:44:31 +0800 (CST) From: "Xin LI" To: , "'Jacques Vidrine'" Date: Mon, 26 Jan 2004 12:44:42 +0800 Organization: Phantasm Studio MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20040126042448.GA11430@dragon.nuxi.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Thread-Index: AcPjxHJ2gX24+G0gRKi3zOs3Ls9WNwAAlKWQ Message-Id: <20040126044431.9626311438@beastie.frontfree.net> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/contrib/cvs/src modules.c server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 04:44:36 -0000 > -----Original Message----- > From: owner-cvs-all@freebsd.org > [mailto:owner-cvs-all@freebsd.org] On Behalf Of David O'Brien > Sent: Monday, January 26, 2004 12:25 PM > To: Jacques Vidrine > Cc: cvs-src@FreeBSD.org; src-committers@FreeBSD.org; > cvs-all@FreeBSD.org > Subject: Re: cvs commit: src/contrib/cvs/src modules.c server.c [Jacques' commit log omitted] > This is a messy way to do this -- why didn't we just do a > full import of 1.11.11? I think importing a new cvs version should depend on Peter's decision :-) Cheers, Xin LI From owner-cvs-src@FreeBSD.ORG Sun Jan 25 20:47:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4351B16A4CE; Sun, 25 Jan 2004 20:47:15 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9012F43D2F; Sun, 25 Jan 2004 20:47:13 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0Q4l3A0026139; Sun, 25 Jan 2004 20:47:03 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0Q4l13J026138; Sun, 25 Jan 2004 20:47:01 -0800 (PST) (envelope-from obrien) Date: Sun, 25 Jan 2004 20:47:00 -0800 From: "David O'Brien" To: Wes Peters Message-ID: <20040126044700.GA11530@dragon.nuxi.com> References: <200401230450.i0N4omSZ049990@repoman.freebsd.org> <40123A86.3040102@aueb.gr> <200401251909.45346.wes@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401251909.45346.wes@softweyr.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: Diomidis Spinellis cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: Wes Peters cc: cvs-src@FreeBSD.org cc: Dag-Erling Sm?rgrav cc: Alfred Perlstein cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 26 Jan 2004 04:47:15 -0000 On Sun, Jan 25, 2004 at 07:09:45PM -0800, Wes Peters wrote: > > > While a user might find it helpful to read the environment variable > > > documentation in fetch(1), the correct thing to do in reference > > > material is to document the variables where they are implemented, > > > namely fetch(3), and provide a cross reference. > > > > Yes. I'd like to see Wes's commit backed out, please. > > Roger Wilco. Is it OK to make a stronger recommendation that the user > consult fetch(3) for some rather critical information about how fetch(1) > really works? That would be a good compromise. I've heard more than once one couldn't find the env vars to set for proxies, etc... in the fetch(1) manpage. From owner-cvs-src@FreeBSD.ORG Sun Jan 25 20:51:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A4116A4CE; Sun, 25 Jan 2004 20:51:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B7643D46; Sun, 25 Jan 2004 20:51:16 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q4pG0B090205; Sun, 25 Jan 2004 20:51:16 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q4pGPn090201; Sun, 25 Jan 2004 20:51:16 -0800 (PST) (envelope-from simokawa) Message-Id: <200401260451.i0Q4pGPn090201@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 25 Jan 2004 20:51:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwdev.c fwmem.c fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h if_fwe.c sbp.c sbp_targ.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 04:51:19 -0000 simokawa 2004/01/25 20:51:16 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/firewire firewire.c firewirereg.h fwdev.c fwmem.c fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h if_fwe.c sbp.c sbp_targ.c Log: Sync with -current * firewire - Remove pending list. - Ignore timeout for the FWXF_START state. - Define M_FWMEM for debugging. - Comment out DELAY() in fw_asybusy(). - Improve debugging messages. - Fix register mis-alignment introduced in rev1.12. - Add missing free() in exception handlers. - Add tcode_str[] and improve debug message. * sbp - Freeze simq while bus reset. - If max_speed is negative, use the maximum speed which the ohci chip supports. The default max_speed is -1. * sbp_targ.c - Add speed in struct sbp_targ_login. - Remove unnecessary htonl(). * if_fwe - If tx_speed is negative, use the maximum speed which the ohci chip supports. The default tx_speed is 2. * all - Remove __P(). Revision Changes Path 1.3.2.28 +52 -59 src/sys/dev/firewire/firewire.c 1.1.2.19 +46 -47 src/sys/dev/firewire/firewirereg.h 1.2.4.15 +2 -2 src/sys/dev/firewire/fwdev.c 1.1.2.13 +4 -2 src/sys/dev/firewire/fwmem.c 1.1.2.26 +42 -36 src/sys/dev/firewire/fwohci.c 1.3.2.19 +9 -3 src/sys/dev/firewire/fwohci_pci.c 1.2.2.11 +34 -33 src/sys/dev/firewire/fwohcireg.h 1.1.2.9 +7 -7 src/sys/dev/firewire/fwohcivar.h 1.1.2.17 +10 -7 src/sys/dev/firewire/if_fwe.c 1.5.2.26 +31 -19 src/sys/dev/firewire/sbp.c 1.2.2.3 +8 -7 src/sys/dev/firewire/sbp_targ.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 20:52:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E38A616A4CE; Sun, 25 Jan 2004 20:52:14 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4352943D46; Sun, 25 Jan 2004 20:52:13 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0Q4q9A0026275; Sun, 25 Jan 2004 20:52:10 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0Q4q8CI026274; Sun, 25 Jan 2004 20:52:08 -0800 (PST) (envelope-from obrien) Date: Sun, 25 Jan 2004 20:52:08 -0800 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20040126045208.GC11530@dragon.nuxi.com> References: <200401220723.i0M7Na5I016736@repoman.freebsd.org> <400F958F.2030009@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Peter Grehan Subject: Re: cvs commit: src/sbin/atm/fore_dnld fore_dnld.c src/sbin/camcontrol modeedit.c src/sbin/devfs devfs.c rule.c src/sbin/mdmfs mdmfs.c src/sbin/quotacheck quotacheck.c src/usr.bin/locale locale.c src/usr.bin/uuencode uuencode.c src/usr.sbin/edquota edquota.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 26 Jan 2004 04:52:15 -0000 On Thu, Jan 22, 2004 at 10:42:06AM +0100, Dag-Erling Sm?rgrav wrote: > Peter Grehan writes: > > Can the PPC build be hooked up to the tinderbox ? It should be fine > > now. > > I'll see what I can do. The tinderbox is already close to full capacity. What HW is the tinderbox right now? From owner-cvs-src@FreeBSD.ORG Sun Jan 25 21:18:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CEB516A4CE; Sun, 25 Jan 2004 21:18:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 614D743D2D; Sun, 25 Jan 2004 21:18:35 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q5IZ0B096394; Sun, 25 Jan 2004 21:18:35 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q5IZd2096393; Sun, 25 Jan 2004 21:18:35 -0800 (PST) (envelope-from scottl) Message-Id: <200401260518.i0Q5IZd2096393@repoman.freebsd.org> From: Scott Long Date: Sun, 25 Jan 2004 21:18:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/geom geom_event.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 05:18:36 -0000 scottl 2004/01/25 21:18:35 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/geom geom_event.c Log: Merge rev 1.46 of geom_event.c. This prevents deleted events from getting lost and hanging I/O. Approved by: re Revision Changes Path 1.43.2.2 +2 -0 src/sys/geom/geom_event.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 21:47:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC40F16A4CE; Sun, 25 Jan 2004 21:47:58 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC5243D3F; Sun, 25 Jan 2004 21:47:57 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0Q5luA0027046; Sun, 25 Jan 2004 21:47:56 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0Q5lu2p027045; Sun, 25 Jan 2004 21:47:56 -0800 (PST) (envelope-from obrien) Date: Sun, 25 Jan 2004 21:47:56 -0800 From: "David O'Brien" To: =?unknown-8bit?Q?S=F8ren?= Schmidt Message-ID: <20040126054755.GA26911@dragon.nuxi.com> References: <200401191520.i0JFK0W3045896@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401191520.i0JFK0W3045896@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-queue.c atapi-cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 26 Jan 2004 05:47:59 -0000 On Mon, Jan 19, 2004 at 07:20:00AM -0800, Sren Schmidt wrote: > sos 2004/01/19 07:20:00 PST > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.c ata-all.h ata-queue.c > atapi-cd.c > Log: > Fix breakage on timeout/retries. The bug cause a sema to be leaked so > that the calling process would newer wakeup. Some commit between Jan 10th and this one makes it so that the kernel just totally silently hangs on my Cenatek Rocket Drive controller. I haven't been able to see the "disk" on this controller for months, but at least I could boot with the PCI card in my machine until now. A boot -v shows several attempts to reset the Rocket Drive and then total hang. From owner-cvs-src@FreeBSD.ORG Sun Jan 25 21:55:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEC6816A4CE; Sun, 25 Jan 2004 21:55:29 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3EE743D41; Sun, 25 Jan 2004 21:55:20 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 39CE95309; Mon, 26 Jan 2004 06:55:14 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id F24DC5308; Mon, 26 Jan 2004 06:54:59 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 80D5133C9C; Mon, 26 Jan 2004 06:54:59 +0100 (CET) To: Wes Peters References: <200401230450.i0N4omSZ049990@repoman.freebsd.org> <40123A86.3040102@aueb.gr> <200401251909.45346.wes@softweyr.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 26 Jan 2004 06:54:59 +0100 In-Reply-To: <200401251909.45346.wes@softweyr.com> (Wes Peters's message of "Sun, 25 Jan 2004 19:09:45 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.6 required=5.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.61 cc: Diomidis Spinellis cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: Wes Peters cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 05:55:30 -0000 Wes Peters writes: > Roger Wilco. Is it OK to make a stronger recommendation that the user=20 > consult fetch(3) for some rather critical information about how fetch(1)= =20 > really works? By all means! I just don't want any duplication. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Jan 25 21:56:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6F416A4CE; Sun, 25 Jan 2004 21:56:18 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7418A43D2D; Sun, 25 Jan 2004 21:56:15 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id A6F3E5309; Mon, 26 Jan 2004 06:56:14 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 177A85308; Mon, 26 Jan 2004 06:56:06 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id F3F3133C9C; Mon, 26 Jan 2004 06:56:05 +0100 (CET) To: obrien@freebsd.org References: <200401220723.i0M7Na5I016736@repoman.freebsd.org> <400F958F.2030009@freebsd.org> <20040126045208.GC11530@dragon.nuxi.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 26 Jan 2004 06:56:05 +0100 In-Reply-To: <20040126045208.GC11530@dragon.nuxi.com> (David O'Brien's message of "Sun, 25 Jan 2004 20:52:08 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.6 required=5.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.61 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Peter Grehan Subject: Re: cvs commit: src/sbin/atm/fore_dnld fore_dnld.c src/sbin/camcontrol modeedit.c src/sbin/devfs devfs.c rule.c src/sbin/mdmfs mdmfs.c src/sbin/quotacheck quotacheck.c src/usr.bin/locale locale.c src/usr.bin/uuencode uuencode.c src/usr.sbin/edquota edquota.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 05:56:18 -0000 "David O'Brien" writes: >> I'll see what I can do. The tinderbox is already close to full capacity. > What HW is the tinderbox right now? It currently runs on the rtp cluster. I am working to obtain dedicated hardware for it. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Jan 25 22:00:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6463716A4CE; Sun, 25 Jan 2004 22:00:41 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B38F43D46; Sun, 25 Jan 2004 22:00:40 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0Q60ZA0027333; Sun, 25 Jan 2004 22:00:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0Q60Zop027332; Sun, 25 Jan 2004 22:00:35 -0800 (PST) (envelope-from obrien) Date: Sun, 25 Jan 2004 22:00:35 -0800 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20040126060035.GA27235@dragon.nuxi.com> References: <200401220723.i0M7Na5I016736@repoman.freebsd.org> <400F958F.2030009@freebsd.org> <20040126045208.GC11530@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Peter Grehan Subject: Re: cvs commit: src/sbin/atm/fore_dnld fore_dnld.c src/sbin/camcontrol modeedit.c src/sbin/devfs devfs.c rule.c src/sbin/mdmfs mdmfs.c src/sbin/quotacheck quotacheck.c src/usr.bin/locale locale.c src/usr.bin/uuencode uuencode.c src/usr.sbin/edquota edquota.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 26 Jan 2004 06:00:41 -0000 On Mon, Jan 26, 2004 at 06:56:05AM +0100, Dag-Erling Sm?rgrav wrote: > "David O'Brien" writes: > >> I'll see what I can do. The tinderbox is already close to full capacity. > > What HW is the tinderbox right now? > > It currently runs on the rtp cluster. Yes, I know. Would you please post /var/run/dmesg.boot if you can't describe it better than that? From owner-cvs-src@FreeBSD.ORG Sun Jan 25 22:05:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC01D16A4CE; Sun, 25 Jan 2004 22:05:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F145D43D2F; Sun, 25 Jan 2004 22:05:04 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q6540B008022; Sun, 25 Jan 2004 22:05:04 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q6542u008021; Sun, 25 Jan 2004 22:05:04 -0800 (PST) (envelope-from obrien) Message-Id: <200401260605.i0Q6542u008021@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Jan 2004 22:05:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/gdb kvm-fbsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 06:05:06 -0000 obrien 2004/01/25 22:05:04 PST FreeBSD src repository Modified files: gnu/usr.bin/binutils/gdb kvm-fbsd.c Log: Remove trailing white space. Revision Changes Path 1.46 +5 -5 src/gnu/usr.bin/binutils/gdb/kvm-fbsd.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 22:07:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4BBA16A4CE; Sun, 25 Jan 2004 22:07:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185EF43D2F; Sun, 25 Jan 2004 22:07:34 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q67X0B008169; Sun, 25 Jan 2004 22:07:33 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q67XtC008168; Sun, 25 Jan 2004 22:07:33 -0800 (PST) (envelope-from obrien) Message-Id: <200401260607.i0Q67XtC008168@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Jan 2004 22:07:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/gdb kvm-fbsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 06:07:34 -0000 obrien 2004/01/25 22:07:33 PST FreeBSD src repository Modified files: gnu/usr.bin/binutils/gdb kvm-fbsd.c Log: Follow existing GDB style for frame_info vars. Revision Changes Path 1.47 +5 -5 src/gnu/usr.bin/binutils/gdb/kvm-fbsd.c From owner-cvs-src@FreeBSD.ORG Sun Jan 25 22:10:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83A1116A4CE; Sun, 25 Jan 2004 22:10:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF5A643D3F; Sun, 25 Jan 2004 22:10:26 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q6AQ0B008323; Sun, 25 Jan 2004 22:10:26 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q6AQSK008322; Sun, 25 Jan 2004 22:10:26 -0800 (PST) (envelope-from obrien) Message-Id: <200401260610.i0Q6AQSK008322@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Jan 2004 22:10:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 06:10:27 -0000 obrien 2004/01/25 22:10:26 PST FreeBSD src repository Modified files: gnu/usr.bin/binutils/gdb Makefile Log: style.Makefile(5) Revision Changes Path 1.69 +3 -2 src/gnu/usr.bin/binutils/gdb/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jan 25 22:38:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC62D16A4CE; Sun, 25 Jan 2004 22:38:58 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1A343D49; Sun, 25 Jan 2004 22:38:57 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D16375C7B2; Sun, 25 Jan 2004 22:38:57 -0800 (PST) Date: Sun, 25 Jan 2004 22:38:57 -0800 From: Alfred Perlstein To: Scott Long Message-ID: <20040126063857.GA73732@elvis.mu.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> <401495A0.9020601@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <401495A0.9020601@freebsd.org> User-Agent: Mutt/1.4.1i cc: "Jacques A. Vidrine" cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: re@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 06:38:58 -0000 * Scott Long [040125 20:22] wrote: > Alfred Perlstein wrote: > > > > > >Nice of us to break something that used to work without a > >deprication/warning > >period. :( > > > >Note: this is what my earlier mail was about. > > > > We've had quite a few people request that be put into 5.2.1. I didn't > see any dissenting email from you, can you elaborate? You suddenly break people that depend on a (mis)feature without any real adequite warning. It's really simple. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 23:09:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1328B16A4CE; Sun, 25 Jan 2004 23:09:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B04843D2F; Sun, 25 Jan 2004 23:09:12 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q79C0B021798; Sun, 25 Jan 2004 23:09:12 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q79C2K021797; Sun, 25 Jan 2004 23:09:12 -0800 (PST) (envelope-from des) Message-Id: <200401260709.i0Q79C2K021797@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 25 Jan 2004 23:09:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 07:09:13 -0000 des 2004/01/25 23:09:12 PST FreeBSD src repository Modified files: usr.bin/fetch fetch.1 Log: Previous commit did the reverse of what the log message said (and of what I intended to do). Really remove my middle name. Revision Changes Path 1.57 +1 -1 src/usr.bin/fetch/fetch.1 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 23:18:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90D3916A4CE; Sun, 25 Jan 2004 23:18:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C133043D39; Sun, 25 Jan 2004 23:18:46 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q7Ik0B023997; Sun, 25 Jan 2004 23:18:46 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q7IkIW023996; Sun, 25 Jan 2004 23:18:46 -0800 (PST) (envelope-from simokawa) Message-Id: <200401260718.i0Q7IkIW023996@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 25 Jan 2004 23:18:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/cam cam_xpt.c src/sys/modules Makefile src/sys/modules/cam Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 07:18:47 -0000 simokawa 2004/01/25 23:18:46 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/cam cam_xpt.c sys/modules Makefile Added files: (Branch: RELENG_4) sys/modules/cam Makefile Log: MFC: cam_xpt.c rev 1.91 Build CAM module. OK'ed by: ken Revision Changes Path 1.80.2.19 +24 -1 src/sys/cam/cam_xpt.c 1.110.2.79 +1 -0 src/sys/modules/Makefile 1.10.2.1 +36 -0 src/sys/modules/cam/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sun Jan 25 23:21:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C170616A4CE; Sun, 25 Jan 2004 23:21:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 136B843D48; Sun, 25 Jan 2004 23:21:29 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q7LS0B025048; Sun, 25 Jan 2004 23:21:28 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q7LS14025047; Sun, 25 Jan 2004 23:21:28 -0800 (PST) (envelope-from brueffer) Message-Id: <200401260721.i0Q7LS14025047@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 25 Jan 2004 23:21:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ata.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 07:21:30 -0000 brueffer 2004/01/25 23:21:28 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 ata.4 Log: Fix sorting in the device list Revision Changes Path 1.43 +2 -2 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Sun Jan 25 23:27:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FF4B16A4CE; Sun, 25 Jan 2004 23:27:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9823143D2F; Sun, 25 Jan 2004 23:27:25 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q7RP0B026110; Sun, 25 Jan 2004 23:27:25 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q7RPPo026109; Sun, 25 Jan 2004 23:27:25 -0800 (PST) (envelope-from simokawa) Message-Id: <200401260727.i0Q7RPPo026109@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 25 Jan 2004 23:27:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules/firewire/sbp Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 07:27:26 -0000 simokawa 2004/01/25 23:27:25 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules/firewire/sbp Makefile Log: Add dependency on cam. Revision Changes Path 1.2.2.4 +1 -1 src/sys/modules/firewire/sbp/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jan 25 23:55:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E0416A4CE; Sun, 25 Jan 2004 23:55:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F1F43D1F; Sun, 25 Jan 2004 23:55:31 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q7tV0B032359; Sun, 25 Jan 2004 23:55:31 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q7tUiL032358; Sun, 25 Jan 2004 23:55:31 -0800 (PST) (envelope-from wes) Message-Id: <200401260755.i0Q7tUiL032358@repoman.freebsd.org> From: Wes Peters Date: Sun, 25 Jan 2004 23:55:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 07:55:32 -0000 wes 2004/01/25 23:55:30 PST FreeBSD src repository Modified files: usr.bin/fetch fetch.1 Log: Revert changes of rev 1.55; replace with strong encouragement to read fetch(3) as well. Requested by: des (maintainer) Revision Changes Path 1.58 +14 -87 src/usr.bin/fetch/fetch.1 From owner-cvs-src@FreeBSD.ORG Mon Jan 26 00:36:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12A0416A4CE; Mon, 26 Jan 2004 00:36:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF18F43D41; Mon, 26 Jan 2004 00:36:18 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q8aI0B041497; Mon, 26 Jan 2004 00:36:18 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q8aIg2041496; Mon, 26 Jan 2004 00:36:18 -0800 (PST) (envelope-from wpaul) Message-Id: <200401260836.i0Q8aIg2041496@repoman.freebsd.org> From: Bill Paul Date: Mon, 26 Jan 2004 00:36:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 08:36:22 -0000 wpaul 2004/01/26 00:36:18 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c Log: Avoid possible panic on shutdown: if there are still some devices attached when shutting down, kill our kthreads, but don't destroy the mutex pool and uma zone resources since the driver shutdown routine may need them later. Revision Changes Path 1.33 +20 -1 src/sys/compat/ndis/kern_ndis.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 01:06:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70ADF16A4CE; Mon, 26 Jan 2004 01:06:27 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A50743D1D; Mon, 26 Jan 2004 01:06:24 -0800 (PST) (envelope-from ru@FreeBSD.org.ua) Received: from phantom.cris.net (ru@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i0Q977em074165; Mon, 26 Jan 2004 11:07:07 +0200 (EET) (envelope-from ru@FreeBSD.org.ua) Received: (from ru@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i0Q976Qj074160; Mon, 26 Jan 2004 11:07:06 +0200 (EET) (envelope-from ru) Date: Mon, 26 Jan 2004 11:07:06 +0200 From: Ruslan Ermilov To: Wes Peters Message-ID: <20040126090706.GA73819@FreeBSD.org.ua> References: <200401260755.i0Q7tUiL032358@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline In-Reply-To: <200401260755.i0Q7tUiL032358@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 09:06:27 -0000 --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 25, 2004 at 11:55:30PM -0800, Wes Peters wrote: > wes 2004/01/25 23:55:30 PST >=20 > FreeBSD src repository >=20 > Modified files: > usr.bin/fetch fetch.1=20 > Log: > Revert changes of rev 1.55; replace with strong encouragement to > read fetch(3) as well. > =20 > Requested by: des (maintainer) > =20 > Revision Changes Path > 1.58 +14 -87 src/usr.bin/fetch/fetch.1 >=20 Thanks! Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAFNi6Ukv4P6juNwoRAkoQAJ9AQpje5PwFLyMJmzM945dLY9RTEACffJ1t vsifr8FAnhjskpF8wSGhInk= =ZbIE -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP-- From owner-cvs-src@FreeBSD.ORG Mon Jan 26 01:17:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAB4116A4CE; Mon, 26 Jan 2004 01:17:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E434943D41; Mon, 26 Jan 2004 01:17:26 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q9HQ0B056915; Mon, 26 Jan 2004 01:17:26 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q9HQ9e056914; Mon, 26 Jan 2004 01:17:26 -0800 (PST) (envelope-from obrien) Message-Id: <200401260917.i0Q9HQ9e056914@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 26 Jan 2004 01:17:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/gdb fbsd-kgdb-amd64.h fbsd-kgdb-x86_64.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 09:17:27 -0000 obrien 2004/01/26 01:17:26 PST FreeBSD src repository Added files: gnu/usr.bin/binutils/gdb fbsd-kgdb-amd64.h Removed files: gnu/usr.bin/binutils/gdb fbsd-kgdb-x86_64.h Log: Use proper name. Revision Changes Path 1.1 +8 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-amd64.h (new) 1.2 +0 -6 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-x86_64.h (dead) From owner-cvs-src@FreeBSD.ORG Mon Jan 26 01:18:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECDE616A4CE; Mon, 26 Jan 2004 01:18:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1546343D31; Mon, 26 Jan 2004 01:18:48 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q9Il0B056980; Mon, 26 Jan 2004 01:18:47 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q9Il44056979; Mon, 26 Jan 2004 01:18:47 -0800 (PST) (envelope-from obrien) Message-Id: <200401260918.i0Q9Il44056979@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 26 Jan 2004 01:18:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile fbsd-kgdb-alpha.h fbsd-kgdb-arm.h fbsd-kgdb-i386.h fbsd-kgdb-ia64.h fbsd-kgdb-powerpc.h fbsd-kgdb-sparc64.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 09:18:49 -0000 obrien 2004/01/26 01:18:47 PST FreeBSD src repository Modified files: gnu/usr.bin/binutils/gdb Makefile fbsd-kgdb-alpha.h fbsd-kgdb-arm.h fbsd-kgdb-i386.h fbsd-kgdb-ia64.h fbsd-kgdb-powerpc.h fbsd-kgdb-sparc64.h Log: Fix problem where kgdb misses trap frames. Reported by: iedowse Revision Changes Path 1.70 +6 -6 src/gnu/usr.bin/binutils/gdb/Makefile 1.2 +3 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-alpha.h 1.2 +2 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-arm.h 1.4 +6 -16 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-i386.h 1.2 +2 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-ia64.h 1.2 +2 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-powerpc.h 1.2 +3 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-sparc64.h From owner-cvs-src@FreeBSD.ORG Mon Jan 26 01:57:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D3BF16A4CE; Mon, 26 Jan 2004 01:57:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4AFD43D4C; Mon, 26 Jan 2004 01:57:04 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0Q9v40B065342; Mon, 26 Jan 2004 01:57:04 -0800 (PST) (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0Q9v4Ym065341; Mon, 26 Jan 2004 01:57:04 -0800 (PST) (envelope-from ale) Message-Id: <200401260957.i0Q9v4Ym065341@repoman.freebsd.org> From: Alex Dupre Date: Mon, 26 Jan 2004 01:57:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 09:57:05 -0000 ale 2004/01/26 01:57:04 PST FreeBSD src repository (doc,ports committer) Modified files: . UPDATING Log: Add a note to say that ULE is now the default scheduler in GENERIC. PR: docs/61870 Submitted by: Xin LI Approved by: imp Revision Changes Path 1.286 +8 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Mon Jan 26 02:22:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D091516A4CE; Mon, 26 Jan 2004 02:22:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C13C643D62; Mon, 26 Jan 2004 02:22:04 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QAM40B072177; Mon, 26 Jan 2004 02:22:04 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QAM47p072173; Mon, 26 Jan 2004 02:22:04 -0800 (PST) (envelope-from harti) Message-Id: <200401261022.i0QAM47p072173@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 02:22:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BEGEMOT Subject: cvs commit: src/contrib/bsnmp FREEBSD-Xlist FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 10:22:06 -0000 harti 2004/01/26 02:22:04 PST FreeBSD src repository Removed files: (Branch: BEGEMOT) contrib/bsnmp FREEBSD-Xlist FREEBSD-upgrade Log: Remove these files from the vendor branch where they accidentally where put by my wrong import. Revision Changes Path 1.1.1.2 +0 -9 src/contrib/bsnmp/FREEBSD-Xlist (dead) 1.1.1.2 +0 -26 src/contrib/bsnmp/FREEBSD-upgrade (dead) From owner-cvs-src@FreeBSD.ORG Mon Jan 26 02:27:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1446C16A4CE; Mon, 26 Jan 2004 02:27:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C13D43D2F; Mon, 26 Jan 2004 02:27:19 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QARJ0B072772; Mon, 26 Jan 2004 02:27:19 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QARIKh072771; Mon, 26 Jan 2004 02:27:18 -0800 (PST) (envelope-from ru) Message-Id: <200401261027.i0QARIKh072771@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Jan 2004 02:27:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ngctl Makefile config.c connect.c debug.c dot.c list.c main.c mkpeer.c name.c rmhook.c show.c status.c types.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 10:27:20 -0000 ru 2004/01/26 02:27:18 PST FreeBSD src repository Modified files: usr.sbin/ngctl Makefile config.c connect.c debug.c dot.c list.c main.c mkpeer.c name.c rmhook.c show.c status.c types.c Log: Make this WARNS=3 clean. Revision Changes Path 1.14 +1 -1 src/usr.sbin/ngctl/Makefile 1.3 +3 -2 src/usr.sbin/ngctl/config.c 1.3 +2 -2 src/usr.sbin/ngctl/connect.c 1.2 +2 -1 src/usr.sbin/ngctl/debug.c 1.2 +3 -2 src/usr.sbin/ngctl/dot.c 1.4 +4 -3 src/usr.sbin/ngctl/list.c 1.15 +1 -1 src/usr.sbin/ngctl/main.c 1.2 +3 -2 src/usr.sbin/ngctl/mkpeer.c 1.2 +2 -1 src/usr.sbin/ngctl/name.c 1.3 +2 -2 src/usr.sbin/ngctl/rmhook.c 1.3 +2 -2 src/usr.sbin/ngctl/show.c 1.2 +2 -1 src/usr.sbin/ngctl/status.c 1.3 +6 -4 src/usr.sbin/ngctl/types.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 02:28:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8595316A4CE; Mon, 26 Jan 2004 02:28:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7F0F43D1F; Mon, 26 Jan 2004 02:28:31 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QASV0B072881; Mon, 26 Jan 2004 02:28:31 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QASVQl072880; Mon, 26 Jan 2004 02:28:31 -0800 (PST) (envelope-from harti) Message-Id: <200401261028.i0QASVQl072880@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 02:28:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/bsnmp FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 10:28:32 -0000 harti 2004/01/26 02:28:31 PST FreeBSD src repository Modified files: contrib/bsnmp FREEBSD-upgrade Log: Update the upgrade instructions to account for the fact, that there is no need anymore to re-create files. Also give a hint to look for changes needed to the Makefiles. Revision Changes Path 1.2 +1 -4 src/contrib/bsnmp/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Mon Jan 26 03:11:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 376B616A4CE; Mon, 26 Jan 2004 03:11:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C9543D39; Mon, 26 Jan 2004 03:11:36 -0800 (PST) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QBBa0B083515; Mon, 26 Jan 2004 03:11:36 -0800 (PST) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QBBaH5083511; Mon, 26 Jan 2004 03:11:36 -0800 (PST) (envelope-from dds) Message-Id: <200401261111.i0QBBaH5083511@repoman.freebsd.org> From: Diomidis Spinellis Date: Mon, 26 Jan 2004 03:11:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/killall killall.1 killall.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 11:11:37 -0000 dds 2004/01/26 03:11:36 PST FreeBSD src repository Modified files: usr.bin/killall killall.1 killall.c Log: New -e flag, modifies the behavior of the -u uid flag to use the effective user id, instead of the real user id. MFC after: 2 weeks Revision Changes Path 1.30 +6 -1 src/usr.bin/killall/killall.1 1.27 +10 -3 src/usr.bin/killall/killall.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 03:48:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB4B16A4CE; Mon, 26 Jan 2004 03:48:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 197E343D2D; Mon, 26 Jan 2004 03:48:27 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QBmQ0B091028; Mon, 26 Jan 2004 03:48:26 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QBmQId091027; Mon, 26 Jan 2004 03:48:26 -0800 (PST) (envelope-from yar) Message-Id: <200401261148.i0QBmQId091027@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 26 Jan 2004 03:48:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 ifnet.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 11:48:27 -0000 yar 2004/01/26 03:48:26 PST FreeBSD src repository Modified files: share/man/man9 ifnet.9 Log: Extend the description of SIOCSIFCAP. Revision Changes Path 1.35 +12 -0 src/share/man/man9/ifnet.9 From owner-cvs-src@FreeBSD.ORG Mon Jan 26 03:52:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7C516A4CE; Mon, 26 Jan 2004 03:52:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D02F43D31; Mon, 26 Jan 2004 03:52:33 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QBqX0B093009; Mon, 26 Jan 2004 03:52:33 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QBqWEF093008; Mon, 26 Jan 2004 03:52:32 -0800 (PST) (envelope-from harti) Message-Id: <200401261152.i0QBqWEF093008@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 03:52:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_media.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 11:52:34 -0000 harti 2004/01/26 03:52:32 PST FreeBSD src repository Modified files: sys/net if_media.h Log: Add an ATM sub-type for virtual interfaces. Revision Changes Path 1.26 +3 -0 src/sys/net/if_media.h From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:08:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE1C16A4CE; Mon, 26 Jan 2004 04:08:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B94C243D45; Mon, 26 Jan 2004 04:08:23 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QC8N0B096189; Mon, 26 Jan 2004 04:08:23 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QC8NDI096188; Mon, 26 Jan 2004 04:08:23 -0800 (PST) (envelope-from yar) Message-Id: <200401261208.i0QC8NDI096188@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 26 Jan 2004 04:08:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 ifnet.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:08:24 -0000 yar 2004/01/26 04:08:23 PST FreeBSD src repository Modified files: share/man/man9 ifnet.9 Log: Clearly state that upon SIOCSIFFLAGS, ifp->if_flags is updated at the common ifioctl() level. Revision Changes Path 1.36 +4 -1 src/share/man/man9/ifnet.9 From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:13:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C72116A4CE; Mon, 26 Jan 2004 04:13:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06F8A43D3F; Mon, 26 Jan 2004 04:13:12 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QCDB0B098161; Mon, 26 Jan 2004 04:13:11 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QCDBpa098160; Mon, 26 Jan 2004 04:13:11 -0800 (PST) (envelope-from harti) Message-Id: <200401261213.i0QCDBpa098160@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 04:13:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_atm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:13:13 -0000 harti 2004/01/26 04:13:11 PST FreeBSD src repository Modified files: sys/net if_atm.h Log: Add a device type for virtual interfaces. Revision Changes Path 1.21 +3 -1 src/sys/net/if_atm.h From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:17:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF75616A4CE; Mon, 26 Jan 2004 04:17:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F122A43D31; Mon, 26 Jan 2004 04:17:49 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QCHn0B098419; Mon, 26 Jan 2004 04:17:49 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QCHndI098418; Mon, 26 Jan 2004 04:17:49 -0800 (PST) (envelope-from harti) Message-Id: <200401261217.i0QCHndI098418@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 04:17:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atmconfig diag.c diag.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:17:50 -0000 harti 2004/01/26 04:17:49 PST FreeBSD src repository Modified files: sbin/atm/atmconfig diag.c diag.h Log: Add support for virtual interfaces. These have no phy chip and, hence, we need to handle interfaces without phy specially. Revision Changes Path 1.3 +59 -17 src/sbin/atm/atmconfig/diag.c 1.2 +1 -0 src/sbin/atm/atmconfig/diag.h From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:19:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E76B116A4CE; Mon, 26 Jan 2004 04:19:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DFC343D5C; Mon, 26 Jan 2004 04:19:19 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QCJJ0B098482; Mon, 26 Jan 2004 04:19:19 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QCJJCw098481; Mon, 26 Jan 2004 04:19:19 -0800 (PST) (envelope-from maxim) Message-Id: <200401261219.i0QCJJCw098481@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 26 Jan 2004 04:19:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/killall killall.1 killall.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:19:25 -0000 maxim 2004/01/26 04:19:19 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/killall killall.1 killall.c Log: MFC rev. 1.28 killall.1 and rev. 1.25 killall.c: sync usage() and man page synopsis with reality. MFC rev. 1.29 killall.1: -m flags contructs case sensitive RE. Revision Changes Path 1.11.2.12 +2 -7 src/usr.bin/killall/killall.1 1.5.2.5 +4 -2 src/usr.bin/killall/killall.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:22:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3852416A4CE; Mon, 26 Jan 2004 04:22:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5264743D58; Mon, 26 Jan 2004 04:22:00 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QCM00B000228; Mon, 26 Jan 2004 04:22:00 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QCM0ir000227; Mon, 26 Jan 2004 04:22:00 -0800 (PST) (envelope-from sobomax) Message-Id: <200401261222.i0QCM0ir000227@repoman.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Jan 2004 04:22:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:22:01 -0000 sobomax 2004/01/26 04:22:00 PST FreeBSD src repository Modified files: sys/net if_gre.c if_gre.h sys/netinet ip_gre.c Log: (whilespace-only) Kill trailing spaces. Revision Changes Path 1.18 +2 -2 src/sys/net/if_gre.c 1.9 +9 -9 src/sys/net/if_gre.h 1.13 +3 -3 src/sys/netinet/ip_gre.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:24:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA31516A4CE; Mon, 26 Jan 2004 04:24:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE4DB43D58; Mon, 26 Jan 2004 04:24:07 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QCO70B000627; Mon, 26 Jan 2004 04:24:07 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QCO7mv000626; Mon, 26 Jan 2004 04:24:07 -0800 (PST) (envelope-from harti) Message-Id: <200401261224.i0QCO7mv000626@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 04:24:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph netgraph.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:24:08 -0000 harti 2004/01/26 04:24:07 PST FreeBSD src repository Modified files: sys/netgraph netgraph.h Log: Get rid of the deprecated *LEN constants and use the new *SIZ (that include the trailing \0) constants instead. Revision Changes Path 1.38 +2 -2 src/sys/netgraph/netgraph.h From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:24:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A05616A4CE; Mon, 26 Jan 2004 04:24:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B2A43D4C; Mon, 26 Jan 2004 04:24:29 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QCOS0B000680; Mon, 26 Jan 2004 04:24:28 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QCOSP9000679; Mon, 26 Jan 2004 04:24:28 -0800 (PST) (envelope-from sobomax) Message-Id: <200401261224.i0QCOSP9000679@repoman.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Jan 2004 04:24:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:24:32 -0000 sobomax 2004/01/26 04:24:28 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/net if_gre.c if_gre.h sys/netinet ip_gre.c Log: MFC: (whilespace-only) Kill trailing spaces. Revision Changes Path 1.9.2.4 +2 -2 src/sys/net/if_gre.c 1.6.2.3 +9 -9 src/sys/net/if_gre.h 1.7.2.2 +2 -2 src/sys/netinet/ip_gre.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:28:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD5B616A4CE; Mon, 26 Jan 2004 04:28:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29E3E43D31; Mon, 26 Jan 2004 04:28:41 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QCSf0B000911; Mon, 26 Jan 2004 04:28:41 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QCSeES000910; Mon, 26 Jan 2004 04:28:40 -0800 (PST) (envelope-from nyan) Message-Id: <200401261228.i0QCSeES000910@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 26 Jan 2004 04:28:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:28:41 -0000 nyan 2004/01/26 04:28:40 PST FreeBSD src repository Modified files: sys/conf options.pc98 Log: Fixed some style bugs. Revision Changes Path 1.174 +10 -14 src/sys/conf/options.pc98 From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:33:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D822F16A4CE; Mon, 26 Jan 2004 04:33:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8E943D1D; Mon, 26 Jan 2004 04:33:57 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QCXu0B002905; Mon, 26 Jan 2004 04:33:56 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QCXu2H002904; Mon, 26 Jan 2004 04:33:56 -0800 (PST) (envelope-from sobomax) Message-Id: <200401261233.i0QCXu2H002904@repoman.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Jan 2004 04:33:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 gre.4 src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:33:58 -0000 sobomax 2004/01/26 04:33:56 PST FreeBSD src repository Modified files: share/man/man4 gre.4 sys/net if_gre.c if_gre.h sys/netinet ip_gre.c Log: Add support for WCCPv2. It should be enablem manually using link2 ifconfig(8) flag since header for version 2 is the same but IP payload is prepended with additional 4-bytes field. Inspired by: Roman Synyuk MFC after: 2 weeks Revision Changes Path 1.3 +10 -0 src/share/man/man4/gre.4 1.19 +5 -0 src/sys/net/if_gre.c 1.10 +12 -0 src/sys/net/if_gre.h 1.14 +6 -3 src/sys/netinet/ip_gre.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:48:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9840416A4CE; Mon, 26 Jan 2004 04:48:20 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3464843D3F; Mon, 26 Jan 2004 04:48:19 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 077E45309; Mon, 26 Jan 2004 13:48:17 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 5C1715308; Mon, 26 Jan 2004 13:48:09 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id DC6D133C9C; Mon, 26 Jan 2004 13:48:08 +0100 (CET) To: Alfred Perlstein References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> <401495A0.9020601@freebsd.org> <20040126063857.GA73732@elvis.mu.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 26 Jan 2004 13:48:08 +0100 In-Reply-To: <20040126063857.GA73732@elvis.mu.org> (Alfred Perlstein's message of "Sun, 25 Jan 2004 22:38:57 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.6 required=5.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.61 cc: src-committers@freebsd.org cc: re@freebsd.org cc: "Jacques A. Vidrine" cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:48:20 -0000 Alfred Perlstein writes: > You suddenly break people that depend on a (mis)feature without > any real adequite warning. you do realize that access to cvs pserver is equivalent to shell access? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:50:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A95D16A4CE; Mon, 26 Jan 2004 04:50:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 769B143D31; Mon, 26 Jan 2004 04:50:30 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QCoU0B011149; Mon, 26 Jan 2004 04:50:30 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QCoUCo011148; Mon, 26 Jan 2004 04:50:30 -0800 (PST) (envelope-from des) Message-Id: <200401261250.i0QCoUCo011148@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Jan 2004 04:50:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 MUTEX_PROFILING.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:50:31 -0000 des 2004/01/26 04:50:30 PST FreeBSD src repository Modified files: share/man/man9 MUTEX_PROFILING.9 Log: mdoc cleanup. Submitted by: ru Revision Changes Path 1.3 +17 -16 src/share/man/man9/MUTEX_PROFILING.9 From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:51:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C939F16A4CE; Mon, 26 Jan 2004 04:51:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2374E43D1F; Mon, 26 Jan 2004 04:51:01 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QCp00B011248; Mon, 26 Jan 2004 04:51:00 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QCp0NF011247; Mon, 26 Jan 2004 04:51:00 -0800 (PST) (envelope-from yar) Message-Id: <200401261251.i0QCp0NF011247@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 26 Jan 2004 04:51:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 ifnet.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:51:01 -0000 yar 2004/01/26 04:51:00 PST FreeBSD src repository Modified files: share/man/man9 ifnet.9 Log: Document the interface method if_input(). Revision Changes Path 1.37 +11 -0 src/share/man/man9/ifnet.9 From owner-cvs-src@FreeBSD.ORG Mon Jan 26 04:56:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D33616A4CF; Mon, 26 Jan 2004 04:56:40 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF1E43D31; Mon, 26 Jan 2004 04:56:38 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 7FDBC548A2; Mon, 26 Jan 2004 06:56:38 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 1AFA96D455; Mon, 26 Jan 2004 06:56:38 -0600 (CST) Date: Mon, 26 Jan 2004 06:56:38 -0600 From: "Jacques A. Vidrine" To: Alfred Perlstein Message-ID: <20040126125638.GC9772@madman.celabo.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040126004123.GJ53344@elvis.mu.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: re@freebsd.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 12:56:40 -0000 On Sun, Jan 25, 2004 at 04:41:23PM -0800, Alfred Perlstein wrote: > * Jacques A. Vidrine [040125 16:09] wrote: > > On Sun, Jan 25, 2004 at 04:08:38PM -0800, Jacques A. Vidrine wrote: > > > nectar 2004/01/25 16:08:38 PST > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_5_2) > > > contrib/cvs/src server.c > > > Log: > > > MFC 1.1.1.14: Do not allow pserver to be run as root. > > > > This was also `Approved by: re'. > > Nice of us to break something that used to work without a deprication/warning > period. :( Running pserver as root was already a broken configuration. This just makes it more obvious. :-) Seriously, if we were talking about 4.x I might have more sympathy, but I believe this is an appropriate behavior to change in a 5.x release. Apparently the CVS developers also felt this was an appropriate change for minor point release. Finally, there was overwhelming support for this change: over the past month I've received several requests for it; and RE received several requests to incorporate the change in 5.2.1. > Note: this is what my earlier mail was about. I haven't seen an earlier mail on this subject from you... I guess I could have missed it? Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Jan 26 05:00:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B087416A4CE; Mon, 26 Jan 2004 05:00:26 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82F3843D2F; Mon, 26 Jan 2004 05:00:25 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 2A876548A2; Mon, 26 Jan 2004 07:00:25 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id B9E8F6D455; Mon, 26 Jan 2004 07:00:24 -0600 (CST) Date: Mon, 26 Jan 2004 07:00:24 -0600 From: "Jacques A. Vidrine" To: David O'Brien Message-ID: <20040126130024.GD9772@madman.celabo.org> References: <200401211627.i0LGRvUS089121@repoman.freebsd.org> <20040126042448.GA11430@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040126042448.GA11430@dragon.nuxi.com> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src modules.c server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 13:00:26 -0000 On Sun, Jan 25, 2004 at 08:24:48PM -0800, David O'Brien wrote: > On Wed, Jan 21, 2004 at 08:27:57AM -0800, Jacques Vidrine wrote: > > nectar 2004/01/21 08:27:57 PST > > > > FreeBSD src repository > > > > Modified files: (Branch: CYCLIC) > > contrib/cvs/src modules.c server.c > > Log: > > Incorporate two security fixes from later versions of CVS. > > From the NEWS file of cvs 1.11.11: > > This is a messy way to do this -- why didn't we just do a full import of > 1.11.11? Well *I* didn't do a full import because I'm not our CVS maintainer and I don't want to be the CVS maintainer. I like the job our current CVS maintainer does and I'm content to wait until he is ready to import a new version. So instead I followed standard procedure for incorporating a bugfix from upstream without importing a new version. I'm not sure what's so messy. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Jan 26 05:45:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1219516A4CF; Mon, 26 Jan 2004 05:45:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A11A43D45; Mon, 26 Jan 2004 05:45:22 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QDjM0B026653; Mon, 26 Jan 2004 05:45:22 -0800 (PST) (envelope-from eivind@repoman.freebsd.org) Received: (from eivind@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QDjMSJ026652; Mon, 26 Jan 2004 05:45:22 -0800 (PST) (envelope-from eivind) Message-Id: <200401261345.i0QDjMSJ026652@repoman.freebsd.org> From: Eivind Eklund Date: Mon, 26 Jan 2004 05:45:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall tcpip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 13:45:23 -0000 eivind 2004/01/26 05:45:22 PST FreeBSD src repository Modified files: usr.sbin/sysinstall tcpip.c Log: Make a message less scary (based on user feedback) Revision Changes Path 1.128 +1 -1 src/usr.sbin/sysinstall/tcpip.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 06:05:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A86216A4CE; Mon, 26 Jan 2004 06:05:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C0ED43D1F; Mon, 26 Jan 2004 06:05:32 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QE5W0B032246; Mon, 26 Jan 2004 06:05:32 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QE5Wx6032242; Mon, 26 Jan 2004 06:05:32 -0800 (PST) (envelope-from harti) Message-Id: <200401261405.i0QE5Wx6032242@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 06:05:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_base.c ng_bpf.h ng_bridge.c ng_device.c ng_etf.h ng_ksocket.c ng_message.h ng_parse.c ng_parse.h ng_pppoe.c ng_pppoe.h ng_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 14:05:41 -0000 harti 2004/01/26 06:05:31 PST FreeBSD src repository Modified files: sys/netgraph ng_base.c ng_bpf.h ng_bridge.c ng_device.c ng_etf.h ng_ksocket.c ng_message.h ng_parse.c ng_parse.h ng_pppoe.c ng_pppoe.h ng_socket.c Log: Get rid of the deprecated *LEN constants in favour of the new *SIZ constants that include the trailing \0 byte. Revision Changes Path 1.74 +20 -21 src/sys/netgraph/ng_base.c 1.9 +6 -6 src/sys/netgraph/ng_bpf.h 1.23 +1 -1 src/sys/netgraph/ng_bridge.c 1.4 +1 -1 src/sys/netgraph/ng_device.c 1.4 +1 -1 src/sys/netgraph/ng_etf.h 1.39 +1 -1 src/sys/netgraph/ng_ksocket.c 1.22 +15 -15 src/sys/netgraph/ng_message.h 1.20 +5 -5 src/sys/netgraph/ng_parse.c 1.10 +5 -5 src/sys/netgraph/ng_parse.h 1.62 +2 -2 src/sys/netgraph/ng_pppoe.c 1.18 +2 -2 src/sys/netgraph/ng_pppoe.h 1.47 +5 -5 src/sys/netgraph/ng_socket.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 06:14:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67FCE16A4CE; Mon, 26 Jan 2004 06:14:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC81943D2D; Mon, 26 Jan 2004 06:14:09 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QEE90B034400; Mon, 26 Jan 2004 06:14:09 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QEE98Z034399; Mon, 26 Jan 2004 06:14:09 -0800 (PST) (envelope-from harti) Message-Id: <200401261414.i0QEE98Z034399@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 06:14:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_source.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 14:14:10 -0000 harti 2004/01/26 06:14:09 PST FreeBSD src repository Modified files: sys/netgraph ng_source.c Log: The version in the type description must be the ABI version, not the netgraph version. Correct the return type of a function: it wants to return an error code, so it cannot be void. Revision Changes Path 1.9 +3 -3 src/sys/netgraph/ng_source.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 06:44:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D24016A4CE; Mon, 26 Jan 2004 06:44:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E4C43D2F; Mon, 26 Jan 2004 06:44:36 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QEia0B040672; Mon, 26 Jan 2004 06:44:36 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QEiaTR040671; Mon, 26 Jan 2004 06:44:36 -0800 (PST) (envelope-from harti) Message-Id: <200401261444.i0QEiaTR040671@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 06:44:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_source.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 14:44:37 -0000 harti 2004/01/26 06:44:36 PST FreeBSD src repository Modified files: sys/netgraph ng_source.c Log: Replace a call to bzero() with an M_ZERO flag. Replace the MALLOC() with malloc(). Revision Changes Path 1.10 +1 -2 src/sys/netgraph/ng_source.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 06:46:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B6C216A4CE; Mon, 26 Jan 2004 06:46:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B874643D45; Mon, 26 Jan 2004 06:46:35 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QEkZ0B040806; Mon, 26 Jan 2004 06:46:35 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QEkZT3040805; Mon, 26 Jan 2004 06:46:35 -0800 (PST) (envelope-from harti) Message-Id: <200401261446.i0QEkZT3040805@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 06:46:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_source.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 14:46:37 -0000 harti 2004/01/26 06:46:35 PST FreeBSD src repository Modified files: sys/netgraph ng_source.c Log: Should use the non-locking versions of the ifqueue macros to fiddle around with private queues, because their mutex is not needed. All this processing should be protected by the netgraph locking. Revision Changes Path 1.11 +7 -7 src/sys/netgraph/ng_source.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 06:48:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E186616A4CE; Mon, 26 Jan 2004 06:48:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AFCC43D1F; Mon, 26 Jan 2004 06:48:22 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QEmM0B040854; Mon, 26 Jan 2004 06:48:22 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QEmLkb040853; Mon, 26 Jan 2004 06:48:21 -0800 (PST) (envelope-from harti) Message-Id: <200401261448.i0QEmLkb040853@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 06:48:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_source.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 14:48:23 -0000 harti 2004/01/26 06:48:21 PST FreeBSD src repository Modified files: sys/netgraph ng_source.c Log: Declare a function to silence a warning. Revision Changes Path 1.12 +2 -0 src/sys/netgraph/ng_source.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 06:53:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8C6716A4CE; Mon, 26 Jan 2004 06:53:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F355F43D45; Mon, 26 Jan 2004 06:53:16 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QErG0B042845; Mon, 26 Jan 2004 06:53:16 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QErG5d042844; Mon, 26 Jan 2004 06:53:16 -0800 (PST) (envelope-from harti) Message-Id: <200401261453.i0QErG5d042844@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 06:53:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_source.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 14:53:17 -0000 harti 2004/01/26 06:53:16 PST FreeBSD src repository Modified files: sys/netgraph ng_source.c Log: Make ng_source to work with non-ethernet interfaces. We do this by introducing a START_NOW command. This command does not send and GET_IFINDEX message downstream (to wait for the response from the ETHERNET node), but directly starts the sending process. This allows one to generate traffic as input for any hook on any node. Revision Changes Path 1.13 +37 -2 src/sys/netgraph/ng_source.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 06:54:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A71DF16A4CE; Mon, 26 Jan 2004 06:54:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E49A143D1D; Mon, 26 Jan 2004 06:54:39 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QEsd0B042911; Mon, 26 Jan 2004 06:54:39 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QEsdBW042910; Mon, 26 Jan 2004 06:54:39 -0800 (PST) (envelope-from harti) Message-Id: <200401261454.i0QEsdBW042910@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 06:54:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_source.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 14:54:46 -0000 harti 2004/01/26 06:54:39 PST FreeBSD src repository Modified files: sys/netgraph ng_source.h Log: Define the new command NGM_SOURCE_START_NOW to allow generation of traffic for non-ethernet hooks. This commit should have been packaged with the commit to ng_source.c. Revision Changes Path 1.3 +1 -0 src/sys/netgraph/ng_source.h From owner-cvs-src@FreeBSD.ORG Mon Jan 26 06:57:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 683A816A4CE; Mon, 26 Jan 2004 06:57:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FA243D1D; Mon, 26 Jan 2004 06:57:49 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QEvn0B043081; Mon, 26 Jan 2004 06:57:49 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QEvnfc043080; Mon, 26 Jan 2004 06:57:49 -0800 (PST) (envelope-from harti) Message-Id: <200401261457.i0QEvnfc043080@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 06:57:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph/atm ng_atm.c ng_atm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 14:57:50 -0000 harti 2004/01/26 06:57:49 PST FreeBSD src repository Modified files: sys/netgraph/atm ng_atm.c ng_atm.h Log: Get rid of the old *LEN constants in favour of the new *SIZ constants that also include the trailing \0 byte. Revision Changes Path 1.8 +4 -4 src/sys/netgraph/atm/ng_atm.c 1.4 +2 -2 src/sys/netgraph/atm/ng_atm.h From owner-cvs-src@FreeBSD.ORG Mon Jan 26 07:05:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C7CE16A4CE; Mon, 26 Jan 2004 07:05:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7034D43D48; Mon, 26 Jan 2004 07:05:31 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QF5V0B046086; Mon, 26 Jan 2004 07:05:31 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QF5Vml046079; Mon, 26 Jan 2004 07:05:31 -0800 (PST) (envelope-from cperciva) Message-Id: <200401261505.i0QF5Vml046079@repoman.freebsd.org> From: Colin Percival Date: Mon, 26 Jan 2004 07:05:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_ffs pass1.c setup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 15:05:36 -0000 cperciva 2004/01/26 07:05:30 PST FreeBSD src repository Modified files: sbin/fsck_ffs pass1.c setup.c Log: Avoid dereferencing null pointers in fsck_ffs. (pfatal may return, so it isn't a safe way of handling [mc]alloc failures.) PR: misc/61800 Approved by: rwatson (mentor) Revision Changes Path 1.39 +2 -2 src/sbin/fsck_ffs/pass1.c 1.46 +5 -0 src/sbin/fsck_ffs/setup.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 07:05:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 683) id 048AB16A4CF; Mon, 26 Jan 2004 07:05:51 -0800 (PST) Date: Mon, 26 Jan 2004 07:05:51 -0800 From: Eivind Eklund To: Diomidis Spinellis Message-ID: <20040126150550.GA1383@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40123A86.3040102@aueb.gr> User-Agent: Mutt/1.4.1i cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: Wes Peters cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 15:05:51 -0000 On Sat, Jan 24, 2004 at 11:27:34AM +0200, Diomidis Spinellis wrote: > Let us not forget that the Unix manual pages provide reference material; > they are not a user guide. They historically have been terse, to the > point, and honest in admitting shortcomings (bugs). While a user might > find it helpful to read the environment variable documentation in > fetch(1), the correct thing to do in reference material is to document > the variables where they are implemented, namely fetch(3), and provide a > cross reference. My feeling about this is that we are giving our users a lot of inconvenience in the search for some kind of "idelogical purity" (in the form of consistency), where the purity does not buy us much. Purity should not be a goal in and of itself. Purity is a tool for making the system as a whole easier to deal with - a powerful, important and good tool, but a tool. I've had repeated cases of support on these variables because users do not find them. I agree with DES about duplication - I just think that the variables should be documented in fetch.1 instead of fetch.3. Eivind. From owner-cvs-src@FreeBSD.ORG Mon Jan 26 07:20:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A35216A4CF; Mon, 26 Jan 2004 07:20:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83CF43D9B; Mon, 26 Jan 2004 07:19:55 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QFJt0B048383; Mon, 26 Jan 2004 07:19:55 -0800 (PST) (envelope-from eivind@repoman.freebsd.org) Received: (from eivind@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QFJshn048382; Mon, 26 Jan 2004 07:19:54 -0800 (PST) (envelope-from eivind) Message-Id: <200401261519.i0QFJshn048382@repoman.freebsd.org> From: Eivind Eklund Date: Mon, 26 Jan 2004 07:19:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys poll.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 15:20:34 -0000 eivind 2004/01/26 07:19:54 PST FreeBSD src repository Modified files: lib/libc/sys poll.2 Log: Xref kqueue Revision Changes Path 1.12 +1 -0 src/lib/libc/sys/poll.2 From owner-cvs-src@FreeBSD.ORG Mon Jan 26 07:20:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E050516A4CE; Mon, 26 Jan 2004 07:20:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F10C43D80; Mon, 26 Jan 2004 07:20:30 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QFKH0B048467; Mon, 26 Jan 2004 07:20:17 -0800 (PST) (envelope-from eivind@repoman.freebsd.org) Received: (from eivind@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QFKGrT048466; Mon, 26 Jan 2004 07:20:17 -0800 (PST) (envelope-from eivind) Message-Id: <200401261520.i0QFKGrT048466@repoman.freebsd.org> From: Eivind Eklund Date: Mon, 26 Jan 2004 07:20:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys select.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 15:20:53 -0000 eivind 2004/01/26 07:20:16 PST FreeBSD src repository Modified files: lib/libc/sys select.2 Log: Xref kqueue and poll Revision Changes Path 1.26 +2 -0 src/lib/libc/sys/select.2 From owner-cvs-src@FreeBSD.ORG Mon Jan 26 07:20:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EB1216A4D3; Mon, 26 Jan 2004 07:20:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0766543D94; Mon, 26 Jan 2004 07:19:45 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QFJi0B048343; Mon, 26 Jan 2004 07:19:44 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QFJiU0048342; Mon, 26 Jan 2004 07:19:44 -0800 (PST) (envelope-from harti) Message-Id: <200401261519.i0QFJiU0048342@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 07:19:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph/bluetooth/drivers/h4 ng_h4.c src/sys/netgraph/bluetooth/includeng_btsocket_hci_raw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 15:20:53 -0000 harti 2004/01/26 07:19:44 PST FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/h4 ng_h4.c sys/netgraph/bluetooth/include ng_btsocket.h sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c Log: Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is one problem here still to be solved: the sockaddr_hci has still a 16 byte field for the node name. The code currently does not correctly use the length field in the sockaddr to handle the address length, so node names get truncated to 15 characters when put into a sockaddr_hci. Revision Changes Path 1.6 +2 -2 src/sys/netgraph/bluetooth/drivers/h4/ng_h4.c 1.4 +6 -1 src/sys/netgraph/bluetooth/include/ng_btsocket.h 1.11 +1 -1 src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 07:47:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E3E16A4CE for ; Mon, 26 Jan 2004 07:47:33 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E3A343D48 for ; Mon, 26 Jan 2004 07:45:48 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 5547 invoked from network); 26 Jan 2004 15:36:15 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 26 Jan 2004 15:36:15 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i0QFaBM0049988; Mon, 26 Jan 2004 10:36:11 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Jeff Roberson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Mon, 26 Jan 2004 10:26:56 -0500 User-Agent: KMail/1.5.4 References: <200401250503.i0P53EoN026914@repoman.freebsd.org> In-Reply-To: <200401250503.i0P53EoN026914@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401261026.56106.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 15:47:33 -0000 On Sunday 25 January 2004 12:03 am, Jeff Roberson wrote: > jeff 2004/01/24 21:03:14 PST > > FreeBSD src repository > > Modified files: > sys/i386/i386 local_apic.c > Log: > - Don't define DETECT_DEADLOCK. I don't know that this code has > detected a deadlock in several years. Furthermore, the IPI code is > currently protected by a seperate spinlock. This only served to make IPIs > twice as expensive as they had to be which severely slowed down the IPI > heavy ULE scheduler. What spinlock? > grep mtx local_apic.c | wc -l 0 Some users of the ipi API use a spinlock themselves, but not all, and there certainly isn't a global ipi spin lock. According to witness, only sparc64 has an ipi spin lock. It might still be a good idea to turn this off or perhaps at least half of it. We will lose ipi's on non-XAPIC systems if you don't wait for the delivery status to clear before sending an IPI. Have you tested this on Pentium II's or earlier? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jan 26 07:55:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC6516A4CF for ; Mon, 26 Jan 2004 07:55:28 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id AE23143D90 for ; Mon, 26 Jan 2004 07:53:58 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 26873 invoked by uid 1002); 26 Jan 2004 15:53:24 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 26 Jan 2004 15:53:24 -0000 Message-ID: <4015377A.3000609@freebsd.org> Date: Mon, 26 Jan 2004 08:51:22 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Jacques A. Vidrine" References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> <20040126125638.GC9772@madman.celabo.org> In-Reply-To: <20040126125638.GC9772@madman.celabo.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: re@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 15:55:28 -0000 Jacques A. Vidrine wrote: > On Sun, Jan 25, 2004 at 04:41:23PM -0800, Alfred Perlstein wrote: > >>* Jacques A. Vidrine [040125 16:09] wrote: >> >>>On Sun, Jan 25, 2004 at 04:08:38PM -0800, Jacques A. Vidrine wrote: >>> >>>>nectar 2004/01/25 16:08:38 PST >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: (Branch: RELENG_5_2) >>>> contrib/cvs/src server.c >>>> Log: >>>> MFC 1.1.1.14: Do not allow pserver to be run as root. >>> >>>This was also `Approved by: re'. >> >>Nice of us to break something that used to work without a deprication/warning >>period. :( > > > Running pserver as root was already a broken configuration. This just > makes it more obvious. :-) > > Seriously, if we were talking about 4.x I might have more sympathy, > but I believe this is an appropriate behavior to change in a 5.x > release. > > Apparently the CVS developers also felt this was an appropriate change > for minor point release. > > Finally, there was overwhelming support for this change: over the past > month I've received several requests for it; and RE received several > requests to incorporate the change in 5.2.1. > > >>Note: this is what my earlier mail was about. > > > I haven't seen an earlier mail on this subject from you... I guess I > could have missed it? > > Cheers, I guess this means that an UPDATING entry is in order, along with some special words in the release notes. Bruce? Scott From owner-cvs-src@FreeBSD.ORG Mon Jan 26 08:12:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D73B516A4CE; Mon, 26 Jan 2004 08:12:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB8E43D48; Mon, 26 Jan 2004 08:12:30 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QGCU0B061987; Mon, 26 Jan 2004 08:12:30 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QGCUlf061980; Mon, 26 Jan 2004 08:12:30 -0800 (PST) (envelope-from kan) Message-Id: <200401261612.i0QGCUlf061980@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 26 Jan 2004 08:12:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 16:12:32 -0000 kan 2004/01/26 08:12:29 PST FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_tools Makefile Log: Do not treat make variables as Perl variables. Revision Changes Path 1.74 +4 -4 src/gnu/usr.bin/cc/cc_tools/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jan 26 08:38:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5E0916A4D1; Mon, 26 Jan 2004 08:38:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD53B43D45; Mon, 26 Jan 2004 08:38:34 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QGcY0B066387; Mon, 26 Jan 2004 08:38:34 -0800 (PST) (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QGcYbT066386; Mon, 26 Jan 2004 08:38:34 -0800 (PST) (envelope-from ale) Message-Id: <200401261638.i0QGcYbT066386@repoman.freebsd.org> From: Alex Dupre Date: Mon, 26 Jan 2004 08:38:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 16:38:39 -0000 ale 2004/01/26 08:38:34 PST FreeBSD src repository (doc,ports committer) Modified files: sys/conf NOTES Log: Add missing 'device ataraid' to support ATA software RAID. Noticed by: Dario Freni Approved by: blackend (mentor) Reviewed by: sos Revision Changes Path 1.1197 +1 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon Jan 26 08:41:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECD7516A4CE; Mon, 26 Jan 2004 08:41:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7365343D31; Mon, 26 Jan 2004 08:41:21 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QGfL0B067435; Mon, 26 Jan 2004 08:41:21 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QGfLo8067434; Mon, 26 Jan 2004 08:41:21 -0800 (PST) (envelope-from harti) Message-Id: <200401261641.i0QGfLo8067434@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 26 Jan 2004 08:41:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ar if_ar.c src/sys/dev/sr if_sr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 16:41:24 -0000 harti 2004/01/26 08:41:21 PST FreeBSD src repository Modified files: sys/dev/ar if_ar.c sys/dev/sr if_sr.c Log: Get rid of the last two uses of NG_NODELEN + 1 in the base system by replacing them with NG_NODESIZ. Revision Changes Path 1.61 +1 -1 src/sys/dev/ar/if_ar.c 1.58 +1 -1 src/sys/dev/sr/if_sr.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 08:41:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A8216A4CE; Mon, 26 Jan 2004 08:41:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6829E43D5A; Mon, 26 Jan 2004 08:41:47 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QGfl0B067836; Mon, 26 Jan 2004 08:41:47 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QGfl0c067835; Mon, 26 Jan 2004 08:41:47 -0800 (PST) (envelope-from bmah) Message-Id: <200401261641.i0QGfl0c067835@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 26 Jan 2004 08:41:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 16:41:49 -0000 bmah 2004/01/26 08:41:47 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: SMBFS request signing [1]. Modified release notes: Expand on ULE features [2], provide a further clarification on CVS changes. Submitted by: tjr [1], jeffr [2] Revision Changes Path 1.671 +22 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Jan 26 08:50:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C1516A4CE; Mon, 26 Jan 2004 08:50:43 -0800 (PST) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id C72AF43D3F; Mon, 26 Jan 2004 08:50:40 -0800 (PST) (envelope-from bmah@intruder.kitchenlab.org) Received: from intruder.kitchenlab.org (adsl-64-142-31-106.sonic.net [64.142.31.106]) by a.mail.sonic.net (8.12.10/8.12.7) with ESMTP id i0QGoets008512 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 26 Jan 2004 08:50:40 -0800 Received: from intruder.kitchenlab.org (bmah@localhost [127.0.0.1]) i0QGoepW098860; Mon, 26 Jan 2004 08:50:40 -0800 (PST) (envelope-from bmah@intruder.kitchenlab.org) Received: (from bmah@localhost) by intruder.kitchenlab.org (8.12.10/8.12.10/Submit) id i0QGoevM098859; Mon, 26 Jan 2004 08:50:40 -0800 (PST) (envelope-from bmah) Date: Mon, 26 Jan 2004 08:50:39 -0800 From: "Bruce A. Mah" To: Scott Long Message-ID: <20040126165039.GC98500@intruder.kitchenlab.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> <20040126125638.GC9772@madman.celabo.org> <4015377A.3000609@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XMCwj5IQnwKtuyBG" Content-Disposition: inline In-Reply-To: <4015377A.3000609@freebsd.org> User-Agent: Mutt/1.4.1i X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-url: http://www.employees.org/~bmah/ cc: src-committers@freebsd.org cc: re@freebsd.org cc: "Jacques A. Vidrine" cc: cvs-src@freebsd.org cc: Alfred Perlstein cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 16:50:43 -0000 --XMCwj5IQnwKtuyBG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline If memory serves me right, Scott Long wrote: [Lots of context snipped.] > I guess this means that an UPDATING entry is in order, along with some > special words in the release notes. Bruce? Added this to the release notes...someone feel free to correct me if further details are needed or if I got anything wrong (caffeine hasn't kicked in yet this morning). Bruce. --XMCwj5IQnwKtuyBG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAFUVf2MoxcVugUsMRAq+WAJ4xw5h7Reor//4Z+lvWivKVDc4aXgCg8QyU Buk1AUwshtZIXTY+xDTP2JI= =lFoQ -----END PGP SIGNATURE----- --XMCwj5IQnwKtuyBG-- From owner-cvs-src@FreeBSD.ORG Mon Jan 26 08:52:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5E5416A4CE; Mon, 26 Jan 2004 08:52:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7116A43D31; Mon, 26 Jan 2004 08:52:55 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QGqt0B076361; Mon, 26 Jan 2004 08:52:55 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QGqtro076360; Mon, 26 Jan 2004 08:52:55 -0800 (PST) (envelope-from bmah) Message-Id: <200401261652.i0QGqtro076360@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 26 Jan 2004 08:52:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 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.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 16:52:57 -0000 bmah 2004/01/26 08:52:55 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Bring the 5.2.1 release notes up to date with the state of the RELENG_5_2 branch thus far. MFC: cdboot BIOS bug workaround, dc(4) on sparc64 update, sk(4) multicast fix, GEOM I/O hang fix, NFSv4 panic fix, NSS bugfix, CVS security fixes. New release note: kdeadmin3 update. Approved by: re (implicitly) Revision Changes Path 1.663.2.8 +36 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Jan 26 09:56:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC85216A4CE for ; Mon, 26 Jan 2004 09:56:54 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 134E643D39 for ; Mon, 26 Jan 2004 09:56:48 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 28263 invoked by uid 1000); 26 Jan 2004 17:56:48 -0000 Date: Mon, 26 Jan 2004 09:56:48 -0800 (PST) From: Nate Lawson To: Maxim Sobolev In-Reply-To: <20040125095931.A5EB316A4D5@hub.freebsd.org> Message-ID: <20040126095557.N28149@root.org> References: <20040125095931.A5EB316A4D5@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/i386 identcpu.c longrun.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 17:56:55 -0000 On Sun, 25 Jan 2004, Maxim Sobolev wrote: > sobomax 2004/01/25 01:59:16 PST > > FreeBSD src repository > > Modified files: > sys/conf options.i386 > sys/i386/conf NOTES > sys/i386/i386 identcpu.c > Added files: > sys/i386/i386 longrun.c > Log: > Move LongRun support out of identcpu.c, where it hardly belongs, into its > own file and make it opt-in, not mandatory, depending on CPU_ENABLE_LONGRUN > config(8) option. > > Discussed with: nate > MFC after: 2 weeks > > Revision Changes Path > 1.210 +1 -0 src/sys/conf/options.i386 > 1.1121 +4 -0 src/sys/i386/conf/NOTES > 1.133 +0 -263 src/sys/i386/i386/identcpu.c > 1.1 +307 -0 src/sys/i386/i386/longrun.c (new) THANK YOU! -Nate From owner-cvs-src@FreeBSD.ORG Mon Jan 26 10:07:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2458E16A4CE; Mon, 26 Jan 2004 10:07:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 370A443D55; Mon, 26 Jan 2004 10:07:02 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QI710B093441; Mon, 26 Jan 2004 10:07:01 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QI71cV093440; Mon, 26 Jan 2004 10:07:01 -0800 (PST) (envelope-from cperciva) Message-Id: <200401261807.i0QI71cV093440@repoman.freebsd.org> From: Colin Percival Date: Mon, 26 Jan 2004 10:07:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/killall killall.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 18:07:11 -0000 cperciva 2004/01/26 10:07:01 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/killall killall.c Log: MFC rev 1.26: killall should avoid killing itself. Approved by: rwatson (mentor) Revision Changes Path 1.5.2.6 +4 -0 src/usr.bin/killall/killall.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 10:24:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EC0E16A4CE; Mon, 26 Jan 2004 10:24:28 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F9C43D31; Mon, 26 Jan 2004 10:24:27 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i0QIOQET079913; Mon, 26 Jan 2004 11:24:26 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 26 Jan 2004 11:24:23 -0700 (MST) Message-Id: <20040126.112423.116352571.imp@bsdimp.com> To: scottl@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <4015377A.3000609@freebsd.org> References: <20040126004123.GJ53344@elvis.mu.org> <20040126125638.GC9772@madman.celabo.org> <4015377A.3000609@freebsd.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: src-committers@FreeBSD.org cc: re@FreeBSD.org cc: nectar@FreeBSD.org cc: cvs-src@FreeBSD.org cc: alfred@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 18:24:28 -0000 In message: <4015377A.3000609@freebsd.org> Scott Long writes: : I guess this means that an UPDATING entry is in order, along with some : special words in the release notes. Bruce? In the past *ALL* changes on a release branch have had an entry in UPDATING. so the cvs change, the ata changes, etc should each have an UPDATING entry. At least that's how we've done it in the past. Warner From owner-cvs-src@FreeBSD.ORG Mon Jan 26 10:28:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D804E16A4CF for ; Mon, 26 Jan 2004 10:28:05 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1A5E043D3F for ; Mon, 26 Jan 2004 10:28:00 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 28500 invoked by uid 1000); 26 Jan 2004 18:28:00 -0000 Date: Mon, 26 Jan 2004 10:28:00 -0800 (PST) From: Nate Lawson To: "David E. O'Brien" In-Reply-To: <20040126091901.B100C16A547@hub.freebsd.org> Message-ID: <20040126102633.O28149@root.org> References: <20040126091901.B100C16A547@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: gallatin@freebsd.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefilefbsd-kgdb-alpha.h fbsd-kgdb-arm.h fbsd-kgdb-i386.h fbsd-kgdb-ia64.h fbsd-kgdb-powerpc.h fbsd-kgdb-sparc64.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 18:28:06 -0000 On Mon, 26 Jan 2004, David E. O'Brien wrote: > Modified files: > gnu/usr.bin/binutils/gdb Makefile fbsd-kgdb-alpha.h > fbsd-kgdb-arm.h fbsd-kgdb-i386.h > fbsd-kgdb-ia64.h fbsd-kgdb-powerpc.h > fbsd-kgdb-sparc64.h > Log: > Fix problem where kgdb misses trap frames. > > Reported by: iedowse > > Revision Changes Path > 1.70 +6 -6 src/gnu/usr.bin/binutils/gdb/Makefile > 1.2 +3 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-alpha.h > 1.2 +2 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-arm.h > 1.4 +6 -16 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-i386.h > 1.2 +2 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-ia64.h > 1.2 +2 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-powerpc.h > 1.2 +3 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-sparc64.h I'm not sure but I believe this is similar to a patch posted by gallatin@ from a FreeBSD user. I can't remember his name, but he should get some credit for his help even if this work wasn't based on his. Perhaps Drew can fill in the details. There may have been a PR too. In any case, thank you very much for this. -Nate From owner-cvs-src@FreeBSD.ORG Mon Jan 26 10:41:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8607D16A4CF; Mon, 26 Jan 2004 10:41:05 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48DD43D92; Mon, 26 Jan 2004 10:39:42 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i0QIdf5P000739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Jan 2004 13:39:41 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i0QIda5d010010; Mon, 26 Jan 2004 13:39:36 -0500 (EST) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16405.24296.269142.458054@grasshopper.cs.duke.edu> Date: Mon, 26 Jan 2004 13:39:36 -0500 (EST) To: Nate Lawson In-Reply-To: <20040126102633.O28149@root.org> References: <20040126091901.B100C16A547@hub.freebsd.org> <20040126102633.O28149@root.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "David E. O'Brien" Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefilefbsd-kgdb-alpha.h fbsd-kgdb-arm.h fbsd-kgdb-i386.h fbsd-kgdb-ia64.h fbsd-kgdb-powerpc.h fbsd-kgdb-sparc64.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 18:41:05 -0000 Nate Lawson writes: > I'm not sure but I believe this is similar to a patch posted by gallatin@ > from a FreeBSD user. I can't remember his name, but he should get some > credit for his help even if this work wasn't based on his. Perhaps Drew > can fill in the details. There may have been a PR too. The user was "Peter Edwards" . He noticed that kgdb was no longer making use of gnu/usr.bin/binutils/gdb/fbsd-kgdb-i386.h for FRAME_SAVED_PC and provided a patch to make it so. I haven't looked at the commit, so I don't know if it was his patch that got committed. It probably wasn't, at least not directly. > In any case, thank you very much for this. Yes. Thank you! Drew From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:13:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB7E916A4CE; Mon, 26 Jan 2004 11:13:48 -0800 (PST) Received: from smtp1.server.rpi.edu (smtp1.server.rpi.edu [128.113.2.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11FD043D2F; Mon, 26 Jan 2004 11:13:47 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp1.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i0QJDk1q030732; Mon, 26 Jan 2004 14:13:46 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20040126125638.GC9772@madman.celabo.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> <20040126125638.GC9772@madman.celabo.org> Date: Mon, 26 Jan 2004 14:13:44 -0500 To: "Jacques A. Vidrine" , Alfred Perlstein From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: re@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:13:48 -0000 At 6:56 AM -0600 1/26/04, Jacques A. Vidrine wrote: > >Seriously, if we were talking about 4.x I might have more >sympathy, but I believe this is an appropriate behavior to >change in a 5.x release. > >Apparently the CVS developers also felt this was an appropriate >change for minor point release. > >Finally, there was overwhelming support for this change: over >the past month I've received several requests for it; and RE >received several requests to incorporate the change in 5.2.1. I have no objection to the change, but it does seem to me that *any* change to a "security" branch deserves to be mentioned in UPDATING. I do not agree that we should ignore that policy simply because this is a "5.x-release" branch. [aside: actually, I think it would be more appropriate to call these something like "safe" branches, but that's a bikeshed of a different color...] -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:26:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFE916A4CE; Mon, 26 Jan 2004 11:26:43 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2EA43D1D; Mon, 26 Jan 2004 11:26:41 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0QJQfA0044045; Mon, 26 Jan 2004 11:26:41 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0QJQefm044044; Mon, 26 Jan 2004 11:26:40 -0800 (PST) (envelope-from obrien) Date: Mon, 26 Jan 2004 11:26:40 -0800 From: "David O'Brien" To: Nate Lawson Message-ID: <20040126192640.GA43974@dragon.nuxi.com> References: <20040126091901.B100C16A547@hub.freebsd.org> <20040126102633.O28149@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040126102633.O28149@root.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@freebsd.org cc: gallatin@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile fbsd-kgdb-alpha.h fbsd-kgdb-arm.h fbsd-kgdb-i386.h fbsd-kgdb-ia64.h fbsd-kgdb-powerpc.h fbsd-kgdb-sparc64.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 26 Jan 2004 19:26:44 -0000 On Mon, Jan 26, 2004 at 10:28:00AM -0800, Nate Lawson wrote: > > Reported by: iedowse ... > I'm not sure but I believe this is similar to a patch posted by gallatin@ > from a FreeBSD user. I can't remember his name, but he should get some > credit for his help even if this work wasn't based on his. This tracks back to a May 2003 disucssion in current@. The patch Andrew had was a reposting of this. I didn't use it "Submitted by:" as the patch served only to state the general problem in C vs. English. What I committed was done from scratch knowing the problem (and direction of newer versions of GDB). From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:28:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC6916A4CE; Mon, 26 Jan 2004 11:28:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8306E43D41; Mon, 26 Jan 2004 11:28:37 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QJSb0B012215; Mon, 26 Jan 2004 11:28:37 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QJSbMI012214; Mon, 26 Jan 2004 11:28:37 -0800 (PST) (envelope-from des) Message-Id: <200401261928.i0QJSbMI012214@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Jan 2004 11:28:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpam/modules/pam_lastlog pam_lastlog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:28:47 -0000 des 2004/01/26 11:28:37 PST FreeBSD src repository Modified files: lib/libpam/modules/pam_lastlog pam_lastlog.c Log: Implement pam_sm_close_session(). PR: bin/61657 Submitted by: Joe R. Doupnik Revision Changes Path 1.20 +13 -1 src/lib/libpam/modules/pam_lastlog/pam_lastlog.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:29:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A2116A4CE; Mon, 26 Jan 2004 11:29:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E0F43D5A; Mon, 26 Jan 2004 11:29:04 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QJT40B012254; Mon, 26 Jan 2004 11:29:04 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QJT45s012253; Mon, 26 Jan 2004 11:29:04 -0800 (PST) (envelope-from jhb) Message-Id: <200401261929.i0QJT45s012253@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Jan 2004 11:29:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:29:07 -0000 jhb 2004/01/26 11:29:04 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpivar.h Log: Move the code to initialize ACPI-CA into a separate acpi_Startup() function that other modules can call to initialize ACPI-CA before the new-bus probe and change acpi_identify() to call it. Reviewed by: njl Revision Changes Path 1.114 +41 -24 src/sys/dev/acpica/acpi.c 1.51 +1 -0 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:34:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A0A16A4CE; Mon, 26 Jan 2004 11:34:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 227C743D39; Mon, 26 Jan 2004 11:34:25 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QJYO0B014474; Mon, 26 Jan 2004 11:34:24 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QJYOtf014473; Mon, 26 Jan 2004 11:34:24 -0800 (PST) (envelope-from jhb) Message-Id: <200401261934.i0QJYOtf014473@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Jan 2004 11:34:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica madt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:34:28 -0000 jhb 2004/01/26 11:34:24 PST FreeBSD src repository Modified files: sys/i386/acpica madt.c Log: - Call acpi_Startup() before parsing interrupt-related APIC resources so we can look at the ACPI tables. If the startup fails, we panic and tell the user to try rebooting with ACPI disabled. Previously in this case we would try to use $PIR interrupt routing which only works for the atpic while using the apic to handle interrupts which would result in misrouted interrupts and a hang at boot time with no error message. - Read the SCI out of the FADT instead of hardcoding 9 when checking to see if an interrupt override entry is for the SCI. - Try to work around some BIOS brain damage for the SCI's programming by forcing the SCI to be level triggered and active low if it is routed to a non-ISA interrupt (greater than 15) or if it is identity mapped with edge trigger and active high polarity. This should fix some of the hangs with device apic and ACPI that some people see. Reviewed by: njl Revision Changes Path 1.10 +43 -7 src/sys/i386/acpica/madt.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:40:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F8F16A4CE; Mon, 26 Jan 2004 11:40:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3006343D41; Mon, 26 Jan 2004 11:40:48 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QJem0B014962; Mon, 26 Jan 2004 11:40:48 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QJelmd014961; Mon, 26 Jan 2004 11:40:47 -0800 (PST) (envelope-from obrien) Message-Id: <200401261940.i0QJelmd014961@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 26 Jan 2004 11:40:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile fbsd-kgdb-i386.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:40:49 -0000 obrien 2004/01/26 11:40:47 PST FreeBSD src repository Modified files: gnu/usr.bin/binutils/gdb Makefile fbsd-kgdb-i386.h Log: The problem Makefile rev 1.70 and fbsd-kgdb-i386.h rev 1.4 fixed is that GDB was using the instruction pointer for 'calltrap', rather than the infinitely more useful instruction pointer where the trap occurred. Submitted by: Peter Edwards Revision Changes Path 1.71 +0 -0 src/gnu/usr.bin/binutils/gdb/Makefile 1.5 +0 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-i386.h From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:41:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A91016A4E5 for ; Mon, 26 Jan 2004 11:41:25 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E1143D41 for ; Mon, 26 Jan 2004 11:41:20 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 461 invoked from network); 26 Jan 2004 19:41:19 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 26 Jan 2004 19:41:19 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i0QJfGM0051083; Mon, 26 Jan 2004 14:41:16 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Mon, 26 Jan 2004 14:39:04 -0500 User-Agent: KMail/1.5.4 References: <200401261934.i0QJYOtf014473@repoman.freebsd.org> In-Reply-To: <200401261934.i0QJYOtf014473@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401261439.04136.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: cvs commit: src/sys/i386/acpica madt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:41:25 -0000 On Monday 26 January 2004 02:34 pm, John Baldwin wrote: > jhb 2004/01/26 11:34:24 PST > > FreeBSD src repository > > Modified files: > sys/i386/acpica madt.c > Log: > - Call acpi_Startup() before parsing interrupt-related APIC resources so > we can look at the ACPI tables. If the startup fails, we panic and tell > the user to try rebooting with ACPI disabled. Previously in this case we > would try to use $PIR interrupt routing which only works for the atpic > while using the apic to handle interrupts which would result in misrouted > interrupts and a hang at boot time with no error message. > - Read the SCI out of the FADT instead of hardcoding 9 when checking to > see if an interrupt override entry is for the SCI. > - Try to work around some BIOS brain damage for the SCI's programming by > forcing the SCI to be level triggered and active low if it is routed > to a non-ISA interrupt (greater than 15) or if it is identity mapped > with edge trigger and active high polarity. This should fix some of the > hangs with device apic and ACPI that some people see. Namely, if you used to get an interrupt storm on irq20 with acpi0 and some other PCI device, those should be fixed now. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:42:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0BD416A4CE; Mon, 26 Jan 2004 11:42:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB4EB43D1D; Mon, 26 Jan 2004 11:42:13 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QJgD0B016838; Mon, 26 Jan 2004 11:42:13 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QJgDxs016837; Mon, 26 Jan 2004 11:42:13 -0800 (PST) (envelope-from nectar) Message-Id: <200401261942.i0QJgDxs016837@repoman.freebsd.org> From: Jacques Vidrine Date: Mon, 26 Jan 2004 11:42:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:42:14 -0000 nectar 2004/01/26 11:42:13 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: MFC: Add PFIL_HOOKS to the GENERIC kernel configuration. Requested by: re Revision Changes Path 1.164.2.3 +1 -0 src/sys/alpha/conf/GENERIC 1.399.2.3 +1 -0 src/sys/amd64/conf/GENERIC 1.394.2.3 +1 -0 src/sys/i386/conf/GENERIC 1.58.2.1 +1 -0 src/sys/ia64/conf/GENERIC 1.239.2.3 +1 -0 src/sys/pc98/conf/GENERIC 1.30.2.1 +1 -0 src/sys/powerpc/conf/GENERIC 1.65.2.3 +1 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:45:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA8016A4CE; Mon, 26 Jan 2004 11:45:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C44E43D2F; Mon, 26 Jan 2004 11:45:10 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QJj90B017122; Mon, 26 Jan 2004 11:45:09 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QJj9t1017121; Mon, 26 Jan 2004 11:45:09 -0800 (PST) (envelope-from jhb) Message-Id: <200401261945.i0QJj9t1017121@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Jan 2004 11:45:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts split-file.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:45:11 -0000 jhb 2004/01/26 11:45:09 PST FreeBSD src repository Added files: release/scripts split-file.sh Log: Add a script to split a single file up into chunks using split along with a list file suitable for use with libstand's splitfs filesystem. The first chunk of the file is 16k and has an extension of '.boot' and is meant to be placed on the boot floppy. This is required because the current implementations of gzipfs and bzipfs in libstand want to read in the header of the file each time it is opened. Revision Changes Path 1.1 +39 -0 src/release/scripts/split-file.sh (new) From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:53:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A49BC16A4CE; Mon, 26 Jan 2004 11:53:24 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691B943D2F; Mon, 26 Jan 2004 11:53:23 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 187B25482B; Mon, 26 Jan 2004 13:53:23 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id AD6F46D455; Mon, 26 Jan 2004 13:53:22 -0600 (CST) Date: Mon, 26 Jan 2004 13:53:22 -0600 From: "Jacques A. Vidrine" To: Garance A Drosihn Message-ID: <20040126195322.GA76044@madman.celabo.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> <20040126125638.GC9772@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: re@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:53:24 -0000 On Mon, Jan 26, 2004 at 02:13:44PM -0500, Garance A Drosihn wrote: > I have no objection to the change, but it does seem to me that > *any* change to a "security" branch deserves to be mentioned > in UPDATING. I do not agree that we should ignore that policy > simply because this is a "5.x-release" branch. RELENG_5_2 is not really a security branch yet, as it is still in the release engineer's hands. If this CVS change needs an UPDATING entry, then every merge we've done needs an UPDATING entry. I'll leave that up to RE. (RE has already documented the changes in the release notes.) Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Jan 26 11:58:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B9716A4CF; Mon, 26 Jan 2004 11:58:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4215243D45; Mon, 26 Jan 2004 11:58:39 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QJwd0B019465; Mon, 26 Jan 2004 11:58:39 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QJwdbw019464; Mon, 26 Jan 2004 11:58:39 -0800 (PST) (envelope-from jhb) Message-Id: <200401261958.i0QJwdbw019464@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Jan 2004 11:58:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:58:41 -0000 jhb 2004/01/26 11:58:38 PST FreeBSD src repository Modified files: release Makefile Log: Overhaul our boot floppy generation system so that it scales better and requires minimal care and feeding for future releases. - Consolidate multitude of floppy related constants down to a normal FLOPPY set for 1.44 floppies and on PC98 a SMALLFLOPPY set for 1.2 floppies. Also, cleanup the i386 arch section by not duplicating constants that are the same on both machine types (i386 and pc98). - Update the ZIPNSPLIT macro to generate a file chunks that will actually fit onto 1.44 floppies formatted with UFS1. Unfortunately, split(1) seems to be somewhat buggy, so the files generated are slightly larger than the argument passed to split. - Split the release.10 target into 3 targers: floppies.1, floppies.2 and floppies.3 that are added to EXTRAS only if NOFLOPPIES is defined. floppies.1 builds the install floppies, floppies.2 builds the fixit floppy, and floppies.3 generates the md5 sums and READMEs for the floppies/ directory. - Drop the by now largely obsolete and less useful boot.flp picture. This was more useful when the mfsroot lived inside the kernel rather than being loaded from a separate file by the loader. - Only build a single mfsroot containing no modules that is used for all installation methods. - Use split-file.sh to split up a gzipped GENERIC kernel into however many floppies it takes for the boot kernel. Currently, a stock 5.2 GENERIC kernel including WITNESS, INVARIANTS, DDB, and other assorted bloat fits onto 2 additional floppies besides the boot floppy with some room to spare. - If SPLIT_MFSROOT is defined, the mfsroot.gz file is similar split into however many floppies are needed. Currently it is not defined as the mfsroot.gz fits onto the current boot.flp with room to spare. - Add a 'makeFloppySet' target which builds a floppy set for a file that was split using split-file.sh. - Rename the doMFSKERN target to 'buildBootFloppy' as that more closely matches what it does now. We no longer build a custom BOOTMFS kernel for each boot floppy. - We no longer build a 2.88 boot.flp image to use with emulated CD booting. The non-emulated cdboot works for almost everyone who boots off of CD and if it doesn't work on a particular machine, the user can always boot from the 1.44 floppy images. - We no longer build a driver floppy or stick kernel modules in the mfsroot since we now use a stock kernel when booting from floppy. Revision Changes Path 1.835 +175 -179 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jan 26 12:02:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EDB916A4CE; Mon, 26 Jan 2004 12:02:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D424B43D54; Mon, 26 Jan 2004 12:02:01 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QK210B020875; Mon, 26 Jan 2004 12:02:01 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QK21oe020874; Mon, 26 Jan 2004 12:02:01 -0800 (PST) (envelope-from jhb) Message-Id: <200401262002.i0QK21oe020874@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Jan 2004 12:02:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/i386 dokern.sh drivers.conf src/release/pc98 dokern.sh drivers-small.conf drivers.conf src/release/scripts driver-copy2.awk driver-desc.awk driver-remove.awk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 20:02:03 -0000 jhb 2004/01/26 12:02:01 PST FreeBSD src repository Removed files: release/i386 dokern.sh drivers.conf release/pc98 dokern.sh drivers-small.conf drivers.conf release/scripts driver-copy2.awk driver-desc.awk driver-remove.awk Log: *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* Death to the stripped down BOOTMFS kernel for boot floppies and all the cruft that goes along with it. Revision Changes Path 1.82 +0 -52 src/release/i386/dokern.sh (dead) 1.34 +0 -96 src/release/i386/drivers.conf (dead) 1.80 +0 -119 src/release/pc98/dokern.sh (dead) 1.4 +0 -40 src/release/pc98/drivers-small.conf (dead) 1.14 +0 -63 src/release/pc98/drivers.conf (dead) 1.4 +0 -92 src/release/scripts/driver-copy2.awk (dead) 1.2 +0 -43 src/release/scripts/driver-desc.awk (dead) 1.3 +0 -99 src/release/scripts/driver-remove.awk (dead) From owner-cvs-src@FreeBSD.ORG Mon Jan 26 12:03:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF0116A4CE; Mon, 26 Jan 2004 12:03:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6606C43D3F; Mon, 26 Jan 2004 12:03:54 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QK3s0B022420; Mon, 26 Jan 2004 12:03:54 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QK3sMi022419; Mon, 26 Jan 2004 12:03:54 -0800 (PST) (envelope-from bmah) Message-Id: <200401262003.i0QK3sMi022419@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 26 Jan 2004 12:03:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 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.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 20:03:55 -0000 bmah 2004/01/26 12:03:54 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: PFIL_HOOKS now enabled in GENERIC. Move KUser note from ports/packages section to releng section so that it sits next to other KDE-related text. Approved by: re Revision Changes Path 1.663.2.9 +13 -7 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Jan 26 12:04:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 195AC16A4CE; Mon, 26 Jan 2004 12:04:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482F343D46; Mon, 26 Jan 2004 12:04:48 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QK4m0B022461; Mon, 26 Jan 2004 12:04:48 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QK4mXT022460; Mon, 26 Jan 2004 12:04:48 -0800 (PST) (envelope-from fjoe) Message-Id: <200401262004.i0QK4mXT022460@repoman.freebsd.org> From: Max Khon Date: Mon, 26 Jan 2004 12:04:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/login login.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 20:04:49 -0000 fjoe 2004/01/26 12:04:48 PST FreeBSD src repository Modified files: usr.bin/login login.c Log: Fix ~/.hushlogin handling. PR: 61354 Submitted by: Eugeny Grosbein Revision Changes Path 1.98 +4 -3 src/usr.bin/login/login.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 12:05:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 120D116A4E2 for ; Mon, 26 Jan 2004 12:05:30 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE69E43D46 for ; Mon, 26 Jan 2004 12:05:19 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 978 invoked from network); 26 Jan 2004 20:05:19 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 26 Jan 2004 20:05:19 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i0QK5EM0051212; Mon, 26 Jan 2004 15:05:14 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Mon, 26 Jan 2004 15:06:15 -0500 User-Agent: KMail/1.5.4 References: <200401261958.i0QJwdbw019464@repoman.freebsd.org> In-Reply-To: <200401261958.i0QJwdbw019464@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401261506.15366.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: current@freebsd.org Subject: HEADSUP: New boot floppy stuff using splitfs (cvs commit: src/release Makefile) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 20:05:30 -0000 On Monday 26 January 2004 02:58 pm, John Baldwin wrote: > jhb 2004/01/26 11:58:38 PST > > FreeBSD src repository > > Modified files: > release Makefile > Log: > Overhaul our boot floppy generation system so that it scales better and > requires minimal care and feeding for future releases. > - Consolidate multitude of floppy related constants down to a normal > FLOPPY set for 1.44 floppies and on PC98 a SMALLFLOPPY set for 1.2 > floppies. Also, cleanup the i386 arch section by not duplicating > constants that are the same on both machine types (i386 and pc98). > - Update the ZIPNSPLIT macro to generate a file chunks that will actually > fit onto 1.44 floppies formatted with UFS1. Unfortunately, split(1) > seems to be somewhat buggy, so the files generated are slightly larger > than the argument passed to split. > - Split the release.10 target into 3 targers: floppies.1, floppies.2 and > floppies.3 that are added to EXTRAS only if NOFLOPPIES is defined. > floppies.1 builds the install floppies, floppies.2 builds the fixit > floppy, and floppies.3 generates the md5 sums and READMEs for the > floppies/ directory. > - Drop the by now largely obsolete and less useful boot.flp picture. > This was more useful when the mfsroot lived inside the kernel rather than > being loaded from a separate file by the loader. > - Only build a single mfsroot containing no modules that is used for all > installation methods. > - Use split-file.sh to split up a gzipped GENERIC kernel into however > many floppies it takes for the boot kernel. Currently, a stock 5.2 GENERIC > kernel including WITNESS, INVARIANTS, DDB, and other assorted bloat fits > onto 2 additional floppies besides the boot floppy with some room to spare. > - If SPLIT_MFSROOT is defined, the mfsroot.gz file is similar split into > however many floppies are needed. Currently it is not defined as the > mfsroot.gz fits onto the current boot.flp with room to spare. > - Add a 'makeFloppySet' target which builds a floppy set for a file that > was split using split-file.sh. > - Rename the doMFSKERN target to 'buildBootFloppy' as that more closely > matches what it does now. We no longer build a custom BOOTMFS kernel > for each boot floppy. > - We no longer build a 2.88 boot.flp image to use with emulated CD > booting. The non-emulated cdboot works for almost everyone who boots off of > CD and if it doesn't work on a particular machine, the user can always boot > from the 1.44 floppy images. > - We no longer build a driver floppy or stick kernel modules in the > mfsroot since we now use a stock kernel when booting from floppy. > > Revision Changes Path > 1.835 +175 -179 src/release/Makefile This should take care of the bikeshed over floppy install support in future releases. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jan 26 12:06:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E69BE16A4CE; Mon, 26 Jan 2004 12:05:59 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67E7A43D48; Mon, 26 Jan 2004 12:05:57 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 0DDC35489C; Mon, 26 Jan 2004 14:05:57 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id A76476D455; Mon, 26 Jan 2004 14:05:56 -0600 (CST) Date: Mon, 26 Jan 2004 14:05:56 -0600 From: "Jacques A. Vidrine" To: "Bruce A. Mah" Message-ID: <20040126200556.GB76044@madman.celabo.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> <20040126125638.GC9772@madman.celabo.org> <4015377A.3000609@freebsd.org> <20040126165039.GC98500@intruder.kitchenlab.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040126165039.GC98500@intruder.kitchenlab.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: src-committers@freebsd.org cc: re@freebsd.org cc: cvs-src@freebsd.org cc: Alfred Perlstein cc: Scott Long cc: cvs-all@freebsd.org cc: Xin LI Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 20:06:00 -0000 On Mon, Jan 26, 2004 at 08:50:39AM -0800, Bruce A. Mah wrote: > If memory serves me right, Scott Long wrote: > > [Lots of context snipped.] > > > I guess this means that an UPDATING entry is in order, along with some > > special words in the release notes. Bruce? > > Added this to the release notes...someone feel free to correct me if > further details are needed or if I got anything wrong (caffeine hasn't > kicked in yet this morning). Um, I feel there has been some misunderstanding here that might explain why some folks were bent out of shape about this change for 5.2.1. CVS ChangeLog and my commit message: * pserver can no longer be configured to run as root via the $CVSROOT/CVSROOT/passwd file, so if your passwd file is compromised, it no longer leads directly to a root hack. Attempts to root will also be logged via the syslog. Bruce's relnotes blurb: + &new.521; Two security fixes for CVS (one + related to pserver operation and the other dealing with + malformed module requests) have been backported from later + versions. One side effect of this update is that running + pserver as root (a configuration that was + already unsupported and insecure) no longer works. + A comment from Xin Li: : I think he may mean the configuration in /etc/inetd.conf, circa line 63, : where the example shows how to run cvs pserver as root. I think that `run as root' has been misinterpreted by some. This change does *NOT* suddenly make an inetd.conf configuration line like the following stop working: cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here pserver Rather, the change disables lines like the following in $CVSROOT/CVSROOT/passwd: luser:bxOZZuQd4CoXs:root Without this fix, one who can modify $CVSROOT/CVSROOT/passwd would be able to gain root access. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Jan 26 12:08:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 183EB16A4CE; Mon, 26 Jan 2004 12:08:08 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B29A43D1F; Mon, 26 Jan 2004 12:08:06 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id i0QK85578730; Mon, 26 Jan 2004 15:08:05 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Mon, 26 Jan 2004 15:08:05 -0500 (EST) From: Jeff Roberson To: John Baldwin In-Reply-To: <200401261026.56106.jhb@FreeBSD.org> Message-ID: <20040126150636.E36463-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 20:08:08 -0000 On Mon, 26 Jan 2004, John Baldwin wrote: > On Sunday 25 January 2004 12:03 am, Jeff Roberson wrote: > > jeff 2004/01/24 21:03:14 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 local_apic.c > > Log: > > - Don't define DETECT_DEADLOCK. I don't know that this code has > > detected a deadlock in several years. Furthermore, the IPI code is > > currently protected by a seperate spinlock. This only served to make IPIs > > twice as expensive as they had to be which severely slowed down the IPI > > heavy ULE scheduler. > > What spinlock? Er, based on earlier conversations with you I was under the assumption that there was a lock around all of the ipi sender code. I must have this confused with something else. > > > grep mtx local_apic.c | wc -l > 0 > > Some users of the ipi API use a spinlock themselves, but not all, and there > certainly isn't a global ipi spin lock. According to witness, only sparc64 > has an ipi spin lock. It might still be a good idea to turn this off or > perhaps at least half of it. We will lose ipi's on non-XAPIC systems if you > don't wait for the delivery status to clear before sending an IPI. Have you > tested this on Pentium II's or earlier? My original patch did still poll before transmit. I'll correct this. Thanks, Jeff > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > From owner-cvs-src@FreeBSD.ORG Mon Jan 26 12:32:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F05C316A4CE; Mon, 26 Jan 2004 12:32:39 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E3543D2D; Mon, 26 Jan 2004 12:32:34 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i0QKWVaT020483; Mon, 26 Jan 2004 12:32:31 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i0QKWVd5020482; Mon, 26 Jan 2004 12:32:31 -0800 Date: Mon, 26 Jan 2004 12:32:31 -0800 From: Brooks Davis To: John Baldwin Message-ID: <20040126203228.GA18171@Odin.AC.HMC.Edu> References: <200401261958.i0QJwdbw019464@repoman.freebsd.org> <200401261506.15366.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <200401261506.15366.jhb@FreeBSD.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: current@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: HEADSUP: New boot floppy stuff using splitfs (cvs commit: src/release Makefile) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 20:32:40 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 26, 2004 at 03:06:15PM -0500, John Baldwin wrote: > This should take care of the bikeshed over floppy install support in futu= re=20 > releases. Thanks John! -- 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 --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAFXk4XY6L6fI4GtQRAjZRAJ98/NSlOLvIh9WnDJ4cjBh6iHlACwCglrb+ RX51aen048BCsdpnNhvgxl8= =Bb/x -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-cvs-src@FreeBSD.ORG Mon Jan 26 12:38:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6614F16A4D0 for ; Mon, 26 Jan 2004 12:38:34 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 61CA043D66 for ; Mon, 26 Jan 2004 12:38:29 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 29260 invoked by uid 1000); 26 Jan 2004 20:38:30 -0000 Date: Mon, 26 Jan 2004 12:38:30 -0800 (PST) From: Nate Lawson To: "David E. O'Brien" In-Reply-To: <20040126194101.DDC7E16A4EA@hub.freebsd.org> Message-ID: <20040126123815.P29238@root.org> References: <20040126194101.DDC7E16A4EA@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile fbsd-kgdb-i386.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 20:38:34 -0000 On Mon, 26 Jan 2004, David E. O'Brien wrote: > FreeBSD src repository > > Modified files: > gnu/usr.bin/binutils/gdb Makefile fbsd-kgdb-i386.h > Log: > The problem Makefile rev 1.70 and fbsd-kgdb-i386.h rev 1.4 fixed is that > GDB was using the instruction pointer for 'calltrap', rather than the > infinitely more useful instruction pointer where the trap occurred. > > Submitted by: Peter Edwards > > Revision Changes Path > 1.71 +0 -0 src/gnu/usr.bin/binutils/gdb/Makefile > 1.5 +0 -0 src/gnu/usr.bin/binutils/gdb/fbsd-kgdb-i386.h Thanks. -Nate From owner-cvs-src@FreeBSD.ORG Mon Jan 26 12:40:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEC5A16A4CF for ; Mon, 26 Jan 2004 12:40:37 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7066343D66 for ; Mon, 26 Jan 2004 12:40:29 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 29277 invoked by uid 1000); 26 Jan 2004 20:40:30 -0000 Date: Mon, 26 Jan 2004 12:40:30 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: <20040126200216.330D116A552@hub.freebsd.org> Message-ID: <20040126123950.R29238@root.org> References: <20040126200216.330D116A552@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh drivers.conf src/release/pc98 dokern.sh drivers-small.conf drivers.conf src/release/scripts driver-copy2.awk driver-desc.awk driver X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 20:40:38 -0000 On Mon, 26 Jan 2004, John Baldwin wrote: > Removed files: > release/i386 dokern.sh drivers.conf > release/pc98 dokern.sh drivers-small.conf drivers.conf > release/scripts driver-copy2.awk driver-desc.awk > driver-remove.awk > Log: > *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* > *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* > > Death to the stripped down BOOTMFS kernel for boot floppies and all the > cruft that goes along with it. > > Revision Changes Path > 1.82 +0 -52 src/release/i386/dokern.sh (dead) > 1.34 +0 -96 src/release/i386/drivers.conf (dead) > 1.80 +0 -119 src/release/pc98/dokern.sh (dead) > 1.4 +0 -40 src/release/pc98/drivers-small.conf (dead) > 1.14 +0 -63 src/release/pc98/drivers.conf (dead) > 1.4 +0 -92 src/release/scripts/driver-copy2.awk (dead) > 1.2 +0 -43 src/release/scripts/driver-desc.awk (dead) > 1.3 +0 -99 src/release/scripts/driver-remove.awk (dead) I'd recommend a good semi-auto instead of a revolver. You'd get an extra four shots before reloading (in CA). -Nate From owner-cvs-src@FreeBSD.ORG Mon Jan 26 12:47:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0334116A4CE for ; Mon, 26 Jan 2004 12:47:40 -0800 (PST) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB41F43D5D for ; Mon, 26 Jan 2004 12:47:19 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 12959 invoked from network); 26 Jan 2004 20:47:18 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 26 Jan 2004 20:47:18 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i0QKl4M0051451; Mon, 26 Jan 2004 15:47:06 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Jeff Roberson Date: Mon, 26 Jan 2004 15:46:41 -0500 User-Agent: KMail/1.5.4 References: <20040126150636.E36463-100000@mail.chesapeake.net> In-Reply-To: <20040126150636.E36463-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401261546.41842.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 20:47:40 -0000 On Monday 26 January 2004 03:08 pm, Jeff Roberson wrote: > On Mon, 26 Jan 2004, John Baldwin wrote: > > On Sunday 25 January 2004 12:03 am, Jeff Roberson wrote: > > > jeff 2004/01/24 21:03:14 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/i386/i386 local_apic.c > > > Log: > > > - Don't define DETECT_DEADLOCK. I don't know that this code has > > > detected a deadlock in several years. Furthermore, the IPI code is > > > currently protected by a seperate spinlock. This only served to make > > > IPIs twice as expensive as they had to be which severely slowed down > > > the IPI heavy ULE scheduler. > > > > What spinlock? > > Er, based on earlier conversations with you I was under the assumption > that there was a lock around all of the ipi sender code. I must have this > confused with something else. Ah, ok. > > > grep mtx local_apic.c | wc -l > > > > 0 > > > > Some users of the ipi API use a spinlock themselves, but not all, and > > there certainly isn't a global ipi spin lock. According to witness, only > > sparc64 has an ipi spin lock. It might still be a good idea to turn this > > off or perhaps at least half of it. We will lose ipi's on non-XAPIC > > systems if you don't wait for the delivery status to clear before sending > > an IPI. Have you tested this on Pentium II's or earlier? > > My original patch did still poll before transmit. I'll correct this. Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jan 26 13:02:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B961016A4CE; Mon, 26 Jan 2004 13:02:30 -0800 (PST) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 145B543D2D; Mon, 26 Jan 2004 13:02:29 -0800 (PST) (envelope-from bmah@intruder.kitchenlab.org) Received: from intruder.kitchenlab.org (adsl-64-142-31-106.sonic.net [64.142.31.106]) by b.mail.sonic.net (8.12.10/8.12.7) with ESMTP id i0QL2Shj015169 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 26 Jan 2004 13:02:28 -0800 Received: from intruder.kitchenlab.org (bmah@localhost [127.0.0.1]) i0QL2SpW002457; Mon, 26 Jan 2004 13:02:28 -0800 (PST) (envelope-from bmah@intruder.kitchenlab.org) Received: (from bmah@localhost) by intruder.kitchenlab.org (8.12.10/8.12.10/Submit) id i0QL2SK9002456; Mon, 26 Jan 2004 13:02:28 -0800 (PST) (envelope-from bmah) Date: Mon, 26 Jan 2004 13:02:28 -0800 From: "Bruce A. Mah" To: "Jacques A. Vidrine" Message-ID: <20040126210228.GA2411@intruder.kitchenlab.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> <20040126125638.GC9772@madman.celabo.org> <4015377A.3000609@freebsd.org> <20040126165039.GC98500@intruder.kitchenlab.org> <20040126200556.GB76044@madman.celabo.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <20040126200556.GB76044@madman.celabo.org> User-Agent: Mutt/1.4.1i X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-url: http://www.employees.org/~bmah/ cc: "Bruce A. Mah" cc: src-committers@FreeBSD.org cc: re@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: Scott Long cc: cvs-all@FreeBSD.org cc: Xin LI Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 21:02:30 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable If memory serves me right, Jacques A. Vidrine wrote: > I think that `run as root' has been misinterpreted by some. Probably by me. :-p > This change does *NOT* suddenly make an inetd.conf configuration line > like the following stop working: >=20 > cvspserver stream tcp nowait root /usr/bin/cvs cvs --al= low-root=3D/your/cvsroot/here pserver >=20 > Rather, the change disables lines like the following in > $CVSROOT/CVSROOT/passwd: >=20 > luser:bxOZZuQd4CoXs:root >=20 > Without this fix, one who can modify $CVSROOT/CVSROOT/passwd would be > able to gain root access. If someone "in the know" could suggest a better wording than what I wrote, I'd appreciate it. Otherwise I'll try to come more up to speed on this usage of CVS and write the right thing. Thanks, Bruce. --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAFYBj2MoxcVugUsMRAp98AKDpb2L0V2SrD1m1HKJ96gOMwI94tQCbB9r0 Xf7blB9V6WdxGw6qb6SBuuc= =mANq -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-cvs-src@FreeBSD.ORG Mon Jan 26 13:18:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0615916A4CE; Mon, 26 Jan 2004 13:18:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 504AC43D41; Mon, 26 Jan 2004 13:18:39 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QLId0B044550; Mon, 26 Jan 2004 13:18:39 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QLIdqD044549; Mon, 26 Jan 2004 13:18:39 -0800 (PST) (envelope-from des) Message-Id: <200401262118.i0QLIdqD044549@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Jan 2004 13:18:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 21:18:40 -0000 des 2004/01/26 13:18:39 PST FreeBSD src repository Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.c Log: MFC part of 1.75; specifically, call pam_acct_mgmt(). PR: bin/28311 Revision Changes Path 1.62.2.52 +14 -0 src/libexec/ftpd/ftpd.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 13:20:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4475D16A4CE; Mon, 26 Jan 2004 13:20:55 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7AE443D31; Mon, 26 Jan 2004 13:20:53 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 8603254883; Mon, 26 Jan 2004 15:20:53 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id E77316D455; Mon, 26 Jan 2004 15:20:52 -0600 (CST) Date: Mon, 26 Jan 2004 15:20:52 -0600 From: "Jacques A. Vidrine" To: "Bruce A. Mah" Message-ID: <20040126212052.GA76520@madman.celabo.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> <20040126125638.GC9772@madman.celabo.org> <4015377A.3000609@freebsd.org> <20040126165039.GC98500@intruder.kitchenlab.org> <20040126200556.GB76044@madman.celabo.org> <20040126210228.GA2411@intruder.kitchenlab.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040126210228.GA2411@intruder.kitchenlab.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: src-committers@FreeBSD.org cc: re@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: Scott Long cc: cvs-all@FreeBSD.org cc: Xin LI Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 21:20:55 -0000 On Mon, Jan 26, 2004 at 01:02:28PM -0800, Bruce A. Mah wrote: > If someone "in the know" could suggest a better wording than what I > wrote, I'd appreciate it. Otherwise I'll try to come more up to speed > on this usage of CVS and write the right thing. Let's see, how about Security improvements from CVS versions 1.11.10 and 1.11.11 have been backported for this release: certain malformed module requests are now rejected; and when using `cvs pserver' mode, attempts to authenticate as `root' are rejected and recorded via syslog. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Jan 26 13:21:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA83C16A4CE; Mon, 26 Jan 2004 13:21:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD84943D41; Mon, 26 Jan 2004 13:21:53 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QLLr0B046021; Mon, 26 Jan 2004 13:21:53 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QLLred046018; Mon, 26 Jan 2004 13:21:53 -0800 (PST) (envelope-from wpaul) Message-Id: <200401262121.i0QLLred046018@repoman.freebsd.org> From: Bill Paul Date: Mon, 26 Jan 2004 13:21:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c ndis_var.h subr_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 21:21:56 -0000 wpaul 2004/01/26 13:21:53 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c ndis_var.h subr_ndis.c Log: Reorganize the timer code a little and implement NdisInitializeTimer() and NdisCancelTimer(). NdisInitializeTimer() doesn't accept an NDIS miniport context argument, so we have to derive it from the timer function context (which is supposed to be the adapter private context). NdisCancelTimer is now an alias for NdisMCancelTimer(). Also add stubs for NdisMRegisterDevice() and NdisMDeregisterDevice(). These are no-ops for now, but will likely get fleshed in once I start working on the Am1771/Am1772 wireless driver. Revision Changes Path 1.34 +8 -6 src/sys/compat/ndis/kern_ndis.c 1.19 +3 -0 src/sys/compat/ndis/ndis_var.h 1.39 +85 -11 src/sys/compat/ndis/subr_ndis.c From owner-cvs-src@FreeBSD.ORG Mon Jan 26 14:04:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A4516A4CE; Mon, 26 Jan 2004 14:04:32 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0304343D6A; Mon, 26 Jan 2004 14:04:24 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id E8C055C7DB; Mon, 26 Jan 2004 14:04:23 -0800 (PST) Date: Mon, 26 Jan 2004 14:04:23 -0800 From: Alfred Perlstein To: Dag-Erling Sm?rgrav Message-ID: <20040126220423.GG73732@elvis.mu.org> References: <200401260008.i0Q08cIl014780@repoman.freebsd.org> <20040126000922.GA6102@madman.celabo.org> <20040126004123.GJ53344@elvis.mu.org> <401495A0.9020601@freebsd.org> <20040126063857.GA73732@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: src-committers@freebsd.org cc: re@freebsd.org cc: "Jacques A. Vidrine" cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/cvs/src server.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 22:04:32 -0000 * Dag-Erling Sm?rgrav [040126 04:48] wrote: > Alfred Perlstein writes: > > You suddenly break people that depend on a (mis)feature without > > any real adequite warning. > > you do realize that access to cvs pserver is equivalent to shell > access? That doesn't negate the fact that we are screwing people every time we do something like this without a deprication period. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Mon Jan 26 15:00:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E8216A4DE; Mon, 26 Jan 2004 15:00:20 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D647943D55; Mon, 26 Jan 2004 15:00:10 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i0QN09tJ040640; Mon, 26 Jan 2004 23:00:09 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i0QN09oS040639; Mon, 26 Jan 2004 23:00:09 GMT (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i0QMw1ma072269; Mon, 26 Jan 2004 22:58:01 GMT (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200401262258.i0QMw1ma072269@grimreaper.grondar.org> To: John Baldwin In-Reply-To: Your message of "Mon, 26 Jan 2004 12:02:01 PST." <200401262002.i0QK21oe020874@repoman.freebsd.org> Date: Mon, 26 Jan 2004 22:58:01 +0000 Sender: mark@grondar.org X-Scanned-By: MIMEDefang 2.39 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh drivers.conf src/release/pc98 dokern.sh drivers-small.conf drivers.conf src/release/scripts driver-copy2.awk driver-desc.awk driver-remove.awk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 23:00:20 -0000 John Baldwin writes: > Log: > *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* > *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* Don't mess with 2-Gun John! > Death to the stripped down BOOTMFS kernel for boot floppies and all the > cruft that goes along with it. YAY! M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Mon Oct 20 20:35:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACAD716A4BF; Mon, 20 Oct 2003 20:35:13 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3C5343FD7; Mon, 20 Oct 2003 20:35:11 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h9L3ZBkX094573; Mon, 20 Oct 2003 20:35:11 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3F94A96E.2040900@acm.org> From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <200310210322.h9L3MnFk018807@repoman.freebsd.org> In-Reply-To: <200310210322.h9L3MnFk018807@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 remote.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 21 Oct 2003 03:35:13 -0000 X-Original-Date: Mon, 20 Oct 2003 20:35:10 -0700 X-List-Received-Date: Tue, 21 Oct 2003 03:35:13 -0000 Warner Losh wrote: > imp 2003/10/20 20:22:49 PDT > > FreeBSD src repository > > Modified files: > share/man/man5 remote.5 > Log: > baud rate and bit rate were horribly confused in this document. Baud > rate is how fast modems exchange symbols. Bit rate is how many bits > per second the serial port nominally communicates at. Try to use bit > rate consistently where that's what is ment. The default data rate is > now 9600 baud. 300 baud being default pre-dates 4.4-LITE1. Document > that tip doesn't respect the system default rate for a given channel. > > Sorry guys, but no ucbvax, kremvax or kgbvax added to the example. > > Noted by: bde > > Revision Changes Path > 1.14 +12 -5 src/share/man/man5/remote.5 > > Ironically, Warner, you have managed to confuse "baud rate" and "bit rate" in a commit message about correcting the confusion between "baud rate" and "bit rate." You do, of course, mean: "... default data rate is 9600 bps. 300 bps being default... " Basically, the word "baud" should never appear in any text relating to RS232 serial ports, unless you want to be descended upon by a flock of pedants. ;-) Tim From owner-cvs-src@FreeBSD.ORG Wed Oct 22 08:32:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C498B16A4B3; Wed, 22 Oct 2003 08:32:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092F743F85; Wed, 22 Oct 2003 08:32:57 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9MFWuXJ093985; Wed, 22 Oct 2003 08:32:56 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9MFWusl093984; Wed, 22 Oct 2003 08:32:56 -0700 (PDT) (envelope-from ume) Message-Id: <200310221532.h9MFWusl093984@repoman.freebsd.org> From: Hajimu UMEMOTO To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 frag6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 22 Oct 2003 15:32:57 -0000 X-Original-Date: Wed, 22 Oct 2003 08:32:56 -0700 (PDT) X-List-Received-Date: Wed, 22 Oct 2003 15:32:57 -0000 ume 2003/10/22 08:32:56 PDT FreeBSD src repository Modified files: sys/netinet6 frag6.c Log: pretect ip6 reassemble queue by use of mutex. Submitted by: rwatson (with modification) Revision Changes Path 1.18 +17 -46 src/sys/netinet6/frag6.c From owner-cvs-src@FreeBSD.ORG Thu Oct 23 07:32:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C896F16A4B3; Thu, 23 Oct 2003 07:32:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D8BA43FCB; Thu, 23 Oct 2003 07:32:04 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9NEW3XJ052458; Thu, 23 Oct 2003 07:32:04 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9NEW3TR052457; Thu, 23 Oct 2003 07:32:03 -0700 (PDT) (envelope-from ume) Message-Id: <200310231432.h9NEW3TR052457@repoman.freebsd.org> From: Hajimu UMEMOTO To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net getaddrinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 23 Oct 2003 14:32:05 -0000 X-Original-Date: Thu, 23 Oct 2003 07:32:03 -0700 (PDT) X-List-Received-Date: Thu, 23 Oct 2003 14:32:05 -0000 ume 2003/10/23 07:32:03 PDT FreeBSD src repository Modified files: lib/libc/net getaddrinfo.c Log: reorder functions to be in sync with KAME. Revision Changes Path 1.45 +132 -128 src/lib/libc/net/getaddrinfo.c From owner-cvs-src@FreeBSD.ORG Thu Oct 23 19:33:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E46016A4B3; Thu, 23 Oct 2003 19:33:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B289943F93; Thu, 23 Oct 2003 19:33:26 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9O2XQXJ012152; Thu, 23 Oct 2003 19:33:26 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9O2XQDm012151; Thu, 23 Oct 2003 19:33:26 -0700 (PDT) (envelope-from marcel) Message-Id: <200310240233.h9O2XQDm012151@repoman.freebsd.org> From: Marcel Moolenaar To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 unaligned.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 24 Oct 2003 02:33:27 -0000 X-Original-Date: Thu, 23 Oct 2003 19:33:26 -0700 (PDT) X-List-Received-Date: Fri, 24 Oct 2003 02:33:27 -0000 marcel 2003/10/23 19:33:26 PDT FreeBSD src repository Modified files: sys/ia64/ia64 unaligned.c Log: Don't use fuword() or suword() unconditionally. They explicitly disallow reading or writing. Revision Changes Path 1.6 +21 -4 src/sys/ia64/ia64/unaligned.c From owner-cvs-src@FreeBSD.ORG Fri Oct 24 01:33:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77FE616A4BF; Fri, 24 Oct 2003 01:33:56 -0700 (PDT) Received: from VARK.homeunix.com (adsl-68-124-23-137.dsl.pltn13.pacbell.net [68.124.23.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DED743F85; Fri, 24 Oct 2003 01:33:55 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id h9O8Xaen010547; Fri, 24 Oct 2003 01:33:36 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id h9O8XaJ1010546; Fri, 24 Oct 2003 01:33:36 -0700 (PDT) (envelope-from das@FreeBSD.ORG) From: David Schultz To: Dag-Erling Smorgrav Message-ID: <20031024083336.GA10360@VARK.homeunix.com> Mail-Followup-To: Dag-Erling Smorgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200310230820.h9N8KlSD025966@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310230820.h9N8KlSD025966@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/src fabsl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 24 Oct 2003 08:33:56 -0000 X-Original-Date: Fri, 24 Oct 2003 01:33:36 -0700 X-List-Received-Date: Fri, 24 Oct 2003 08:33:56 -0000 On Thu, Oct 23, 2003, Dag-Erling Smorgrav wrote: > des 2003/10/23 01:20:47 PDT > > FreeBSD src repository > > Added files: > lib/msun/src fabsl.c > Log: > Implement fabsl(3), allowing the world to build with -fno-builtin. [...] > +long double > +fabsl(long double x) > +{ > + return (x < 0) ? -x : x; > +} Cool. This has a minor bug in that it does the wrong thing for -0. From owner-cvs-src@FreeBSD.ORG Fri Oct 24 15:34:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B1D116A4B3; Fri, 24 Oct 2003 15:34:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A12C743FCB; Fri, 24 Oct 2003 15:34:56 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9OMYuXJ028949; Fri, 24 Oct 2003 15:34:56 -0700 (PDT) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9OMYukq028948; Fri, 24 Oct 2003 15:34:56 -0700 (PDT) (envelope-from ambrisko) Message-Id: <200310242234.h9OMYukq028948@repoman.freebsd.org> From: Doug Ambrisko To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 24 Oct 2003 22:34:57 -0000 X-Original-Date: Fri, 24 Oct 2003 15:34:56 -0700 (PDT) X-List-Received-Date: Fri, 24 Oct 2003 22:34:57 -0000 ambrisko 2003/10/24 15:34:56 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Add support for another multiple serial port card based on OX16PCI954 device id 0x950a. MFC: after 4.9 release. Revision Changes Path 1.27 +13 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Wed Oct 29 00:34:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8B316A4CE; Wed, 29 Oct 2003 00:34:03 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF9143FBD; Wed, 29 Oct 2003 00:34:02 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9T8Y0E7026450; Wed, 29 Oct 2003 01:34:01 -0700 (MST) (envelope-from imp@bsdimp.com) Message-Id: <20031029.013316.32322618.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20031028235425.N82902@root.org> References: <20031029033120.835D916A518@hub.freebsd.org> <20031028235425.N82902@root.org> X-Mailer: Mew version 2.1 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 cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: iwasaki@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/i386/acpica Makefile acpi_wakecode.S src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 29 Oct 2003 08:34:03 -0000 X-Original-Date: Wed, 29 Oct 2003 01:33:16 -0700 (MST) X-List-Received-Date: Wed, 29 Oct 2003 08:34:03 -0000 In message: <20031028235425.N82902@root.org> Nate Lawson writes: : Is this needed? options alone should be sufficient and acpi_wakeup.S : should include opt_acpi.h. Not for kernel modules... Warner From owner-cvs-src@FreeBSD.ORG Wed Oct 29 01:30:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 718B316A4CE; Wed, 29 Oct 2003 01:30:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA82443F75; Wed, 29 Oct 2003 01:30:37 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9T9UbXJ096590; Wed, 29 Oct 2003 01:30:37 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9T9UbK4096589; Wed, 29 Oct 2003 01:30:37 -0800 (PST) (envelope-from mbr) Message-Id: <200310290930.h9T9UbK4096589@repoman.freebsd.org> From: Martin Blapp To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rpcbind rpcb_svc_com.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 29 Oct 2003 09:30:38 -0000 X-Original-Date: Wed, 29 Oct 2003 01:30:37 -0800 (PST) X-List-Received-Date: Wed, 29 Oct 2003 09:30:38 -0000 mbr 2003/10/29 01:30:37 PST FreeBSD src repository Modified files: usr.sbin/rpcbind rpcb_svc_com.c Log: Don't compare a char to NULL. Obtained from: NetBSD Revision Changes Path 1.11 +1 -1 src/usr.sbin/rpcbind/rpcb_svc_com.c From owner-cvs-src@FreeBSD.ORG Thu Oct 30 02:34:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A10BD16A4CE; Thu, 30 Oct 2003 02:34:19 -0800 (PST) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E7E643F75; Thu, 30 Oct 2003 02:34:17 -0800 (PST) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])h9UAY7P27523; Thu, 30 Oct 2003 11:34:07 +0100 (MET) From: Harti Brandt To: Bruce Evans In-Reply-To: <20031030211635.A4570@gamplex.bde.org> Message-ID: <20031030113144.F80043@beagle.fokus.fraunhofer.de> References: <200310260449.h9Q4nwm9016893@repoman.freebsd.org> <20031026171515.P17272@gamplex.bde.org> <20031027152156.Y21211@gamplex.bde.org> <20031030082313.GA1649@cirb503493.alcatel.com.au> <20031030211635.A4570@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@freebsd.org cc: Peter Wemm cc: cvs-src@freebsd.org cc: Peter Jeremy cc: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/chat Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 30 Oct 2003 10:34:19 -0000 X-Original-Date: Thu, 30 Oct 2003 11:34:07 +0100 (CET) X-List-Received-Date: Thu, 30 Oct 2003 10:34:19 -0000 On Thu, 30 Oct 2003, Bruce Evans wrote: BE>My patch is supposed to give the warning if and only if there is no 'static' BE>(when is not included). Would be nice to have this committed this and back-out the -fno-builtin-logf stuff. harti BE>> You are invited to take part in the discussions on the list. BE> BE>ENOTIME :-). BE> BE>Bruce BE> -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org From owner-cvs-src@FreeBSD.ORG Mon Nov 3 02:34:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B10CE16A4CE; Mon, 3 Nov 2003 02:34:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470AC43F85; Mon, 3 Nov 2003 02:34:41 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA3AYfXJ018397; Mon, 3 Nov 2003 02:34:41 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA3AYePH018396; Mon, 3 Nov 2003 02:34:41 -0800 (PST) (envelope-from phk) Message-Id: <200311031034.hA3AYePH018396@repoman.freebsd.org> From: Poul-Henning Kamp To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 03 Nov 2003 10:34:42 -0000 X-Original-Date: Mon, 3 Nov 2003 02:34:40 -0800 (PST) X-List-Received-Date: Mon, 03 Nov 2003 10:34:42 -0000 phk 2003/11/03 02:34:40 PST FreeBSD src repository Modified files: sys/conf files.i386 options.i386 sys/i386/conf NOTES Log: Introduce new CPU_SOEKRIS option to tell soekris hardware from other hardware based on similar chipsets. Revision Changes Path 1.455 +1 -0 src/sys/conf/files.i386 1.199 +1 -0 src/sys/conf/options.i386 1.1100 +4 -0 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon Nov 3 14:34:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC87B16A4CE; Mon, 3 Nov 2003 14:34:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FBA443F85; Mon, 3 Nov 2003 14:34:54 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA3MYsXJ098047; Mon, 3 Nov 2003 14:34:54 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA3MYsd0098046; Mon, 3 Nov 2003 14:34:54 -0800 (PST) (envelope-from jhb) Message-Id: <200311032234.hA3MYsd0098046@repoman.freebsd.org> From: John Baldwin To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 genassym.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 03 Nov 2003 22:34:55 -0000 X-Original-Date: Mon, 3 Nov 2003 14:34:54 -0800 (PST) X-List-Received-Date: Mon, 03 Nov 2003 22:34:55 -0000 jhb 2003/11/03 14:34:54 PST FreeBSD src repository Modified files: sys/i386/i386 genassym.c Log: Catch up to i386 interrupt and SMP code changes. Revision Changes Path 1.145 +6 -7 src/sys/i386/i386/genassym.c From owner-cvs-src@FreeBSD.ORG Thu Nov 6 13:33:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D671D16A4CF; Thu, 6 Nov 2003 13:33:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BE343FF2; Thu, 6 Nov 2003 13:33:18 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA6LXIXJ066168; Thu, 6 Nov 2003 13:33:18 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA6LXIuq066167; Thu, 6 Nov 2003 13:33:18 -0800 (PST) (envelope-from jhb) Message-Id: <200311062133.hA6LXIuq066167@repoman.freebsd.org> From: John Baldwin To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/btx/btxldr btxldr.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 06 Nov 2003 21:33:19 -0000 X-Original-Date: Thu, 6 Nov 2003 13:33:18 -0800 (PST) X-List-Received-Date: Thu, 06 Nov 2003 21:33:19 -0000 jhb 2003/11/06 13:33:17 PST FreeBSD src repository Modified files: sys/boot/i386/btx/btxldr btxldr.s Log: Fix an incorrect quote character in an M4 test conditon. Basically, one of the verbose print statements that BTXLDR_VERBOSE enables wasn't properly enabled. Revision Changes Path 1.13 +1 -1 src/sys/boot/i386/btx/btxldr/btxldr.s From owner-cvs-src@FreeBSD.ORG Mon Nov 10 20:47:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD9BC16A4D1 for ; Mon, 10 Nov 2003 20:47:57 -0800 (PST) Received: from vette.gigo.com (vette.gigo.com [216.218.228.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE8343FE3 for ; Mon, 10 Nov 2003 20:47:48 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200.101.111.208 (200-101-111-208.bsace705.dsl.brasiltelecom.net.br [200.101.111.208]) by vette.gigo.com (Postfix) with ESMTP id 122D35737 for ; Mon, 10 Nov 2003 20:42:25 -0800 (PST) Received: (qmail 27023 invoked by uid 1001); 11 Nov 2003 04:07:35 -0000 Message-ID: <20031111040735.27022.qmail@exxodus.fedaykin.here> Received: (qmail 22115 invoked from network); 10 Nov 2003 23:17:37 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 10 Nov 2003 23:17:37 -0000 Received: from pop3.uol.com.br by localhost with POP3 (fetchmail-6.2.5) for lioux-freebsd@localhost (single-drop); Mon, 10 Nov 2003 21:17:15 -0200 (BRST) Received: from peart.uol.com.br (172.26.5.199) by mtauol7.mail.sys.intranet (5.1.071) id 3EDB5C0C020CBAF8 for lioux-freebsd@uol.com.br; Mon, 10 Nov 2003 20:06:59 -0300 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by storm8.uol.com.br (Postfix) with ESMTP id 7447B751E for ; Mon, 10 Nov 2003 21:03:31 -0200 (BRST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id DF7CA56673 for ; Mon, 10 Nov 2003 15:03:10 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 7E5E716A521; Mon, 10 Nov 2003 15:03:08 -0800 (PST) Delivered-To: lioux@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 917EC16A4D0; Mon, 10 Nov 2003 15:03:07 -0800 (PST) Delivered-To: src-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A46DE16A4CE; Mon, 10 Nov 2003 15:02:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2081A43F93; Mon, 10 Nov 2003 15:02:36 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAAN2ZXJ068294; Mon, 10 Nov 2003 15:02:35 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAAN2ZxB068293; Mon, 10 Nov 2003 15:02:35 -0800 (PST) (envelope-from wilko) From: Wilko Bulte To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG Subject: cvs commit: src/games/fortune/datfiles fortunes2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 11 Nov 2003 04:47:58 -0000 X-Original-Date: Mon, 10 Nov 2003 15:02:35 -0800 (PST) X-List-Received-Date: Tue, 11 Nov 2003 04:47:58 -0000 wilko 2003/11/10 15:02:35 PST FreeBSD src repository Modified files: (Branch: RELENG_4) games/fortune/datfiles fortunes2 Log: reformat HP eng. mgr quote Requested by: nate Revision Changes Path 1.17.2.10 +5 -4 src/games/fortune/datfiles/fortunes2 From owner-cvs-src@FreeBSD.ORG Mon Nov 10 23:49:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 607F716A4CF; Mon, 10 Nov 2003 23:49:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADCAE43FE5; Mon, 10 Nov 2003 23:49:13 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAB7nDXJ009961; Mon, 10 Nov 2003 23:49:13 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAB7nDrd009960; Mon, 10 Nov 2003 23:49:13 -0800 (PST) (envelope-from jake) Message-Id: <200311110749.hAB7nDrd009960@repoman.freebsd.org> From: Jake Burkholder To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 11 Nov 2003 07:49:17 -0000 X-Original-Date: Mon, 10 Nov 2003 23:49:13 -0800 (PST) X-List-Received-Date: Tue, 11 Nov 2003 07:49:17 -0000 jake 2003/11/10 23:49:13 PST FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Remove reference to sio (superseded by uart). Revision Changes Path 1.63 +0 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Tue Nov 11 03:09:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE80D16A4CE; Tue, 11 Nov 2003 03:09:14 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A1E243FDF; Tue, 11 Nov 2003 03:09:13 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.10/8.12.10) with ESMTP id hABB9lqv001170; Tue, 11 Nov 2003 12:09:47 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.10/8.12.10/Submit) id hABB9lnc001169; Tue, 11 Nov 2003 12:09:47 +0100 (CET) (envelope-from stijn) From: Stijn Hoop To: Nate Lawson Message-ID: <20031111110947.GC669@pcwin002.win.tue.nl> References: <20031111041440.31347.qmail@exxodus.fedaykin.here> <20031110221318.C35445@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Clx92ZfkiYIKRjnr" Content-Disposition: inline In-Reply-To: <20031110221318.C35445@root.org> User-Agent: Mutt/1.4.1i X-Bright-Idea: Let's abolish HTML mail! cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 11 Nov 2003 11:09:15 -0000 X-Original-Date: Tue, 11 Nov 2003 12:09:47 +0100 X-List-Received-Date: Tue, 11 Nov 2003 11:09:15 -0000 --Clx92ZfkiYIKRjnr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 10, 2003 at 10:13:57PM -0800, Nate Lawson wrote: > On Tue, 21 Oct 2003, John Baldwin wrote: > > On 19-Oct-2003 Nate Lawson wrote: > > > Modified files: > > > sys/dev/acpica acpi.c > > > Log: > > > Disable irqs before entering the power-off state. This is not known > > > to fix any problems but is similar to how Linux implements this > > > function. > > > > By the way, any ideas on why my laptop gets an interrupt storm when it > > resumes from S1 and any ideas on how to fix that? >=20 > I assume this is an echo from a month ago? It appears that lioux@FreeBSD.org's mail servers are resending old mail. I got lots of them already, and have notified postmaster@FreeBSD.org. Check the headers of the mail you were replying to and you will see 'Delivered-To: lioux@FreeBSD.org'. If I misdiagnosed, I apologize - I'm not much of a mail-admin... --Stijn --=20 "An adult is a child who has more ethics and morals, that's all." -- Shigeru Miyamoto --Clx92ZfkiYIKRjnr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/sMN7Y3r/tLQmfWcRAktXAKCIF0QAuF2VFOvPUEFvDaok2sNbFQCfSECr Qk6uRTKAN2fkELLstdeHVNQ= =u9iQ -----END PGP SIGNATURE----- --Clx92ZfkiYIKRjnr-- From owner-cvs-src@FreeBSD.ORG Tue Nov 11 05:34:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EAF916A4CE; Tue, 11 Nov 2003 05:34:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B1E043FE1; Tue, 11 Nov 2003 05:34:53 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hABDYrXJ041658; Tue, 11 Nov 2003 05:34:53 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hABDYrfB041657; Tue, 11 Nov 2003 05:34:53 -0800 (PST) (envelope-from simon) Message-Id: <200311111334.hABDYrfB041657@repoman.freebsd.org> From: "Simon L. Nielsen" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 dc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 11 Nov 2003 13:34:54 -0000 X-Original-Date: Tue, 11 Nov 2003 05:34:53 -0800 (PST) X-List-Received-Date: Tue, 11 Nov 2003 13:34:54 -0000 simon 2003/11/11 05:34:53 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 dc.4 Log: Sort the device lists alphabetically to make it simpler to add new devices to the lists in the appropriate places. This also makes it easier to find devices in the lists. OK'ed by: ceri, silby Revision Changes Path 1.22 +27 -27 src/share/man/man4/dc.4 From owner-cvs-src@FreeBSD.ORG Tue Nov 11 09:32:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C96EC16A4CE; Tue, 11 Nov 2003 09:32:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4440A43FE0; Tue, 11 Nov 2003 09:32:27 -0800 (PST) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hABHWRXJ061736; Tue, 11 Nov 2003 09:32:27 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hABHWQ7s061735; Tue, 11 Nov 2003 09:32:26 -0800 (PST) (envelope-from silby) Message-Id: <200311111732.hABHWQ7s061735@repoman.freebsd.org> From: Mike Silbersack To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/pci if_sis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 11 Nov 2003 17:32:28 -0000 X-Original-Date: Tue, 11 Nov 2003 09:32:26 -0800 (PST) X-List-Received-Date: Tue, 11 Nov 2003 17:32:28 -0000 silby 2003/11/11 09:32:26 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pci if_sis.c Log: MFC rev 1.85; fix a condition where sis_encap would allocate a new mbuf, causing bpf_mtap to be fed the stale, now-freed m_head. Revision Changes Path 1.13.4.27 +9 -9 src/sys/pci/if_sis.c From owner-cvs-src@FreeBSD.ORG Tue Nov 11 12:33:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03DA16A4D1 for ; Tue, 11 Nov 2003 12:33:15 -0800 (PST) Received: from mail.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3AA743FE1 for ; Tue, 11 Nov 2003 12:33:11 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 6628 invoked from network); 11 Nov 2003 20:33:11 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 11 Nov 2003 20:33:11 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hABKWlce020951; Tue, 11 Nov 2003 15:32:47 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031111105725.A37789@root.org> From: John Baldwin To: Nate Lawson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/acpica madt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 11 Nov 2003 20:33:15 -0000 X-Original-Date: Tue, 11 Nov 2003 15:32:45 -0500 (EST) X-List-Received-Date: Tue, 11 Nov 2003 20:33:15 -0000 On 11-Nov-2003 Nate Lawson wrote: > On Tue, 11 Nov 2003, John Baldwin wrote: >> Modified files: >> sys/i386/acpica madt.c >> Log: >> Some motherboards like to remap the SCI (normally IRQ 9) up to a PCI >> interrupt such as IRQ 22 or 19. However, the ACPI BIOS still routes >> interrupts from some PCI devices to the same intpin calling the pin >> IRQ 22. Thus, ACPI expects to address a single interrupt source via two >> different names. To work around this, if the SCI is remapped to a non-ISA >> interrupt (i.e., greater than 15), then we use >> acpi_OverrideInterruptLevel() function to tell ACPI to use IRQ 22 or 19 >> rather than IRQ 9 for the SCI. >> >> Previously we would change IRQ 22 or 19's name to IRQ 9 when we encountered >> such an Interrupt Source Override entry in the MADT which routed the SCI >> properly but left PCI devices mapped to IRQ 22 or 19 w/o a routable >> interrupt. >> >> Tested by: sos >> >> Revision Changes Path >> 1.6 +6 -1 src/sys/i386/acpica/madt.c >> >> --- src/sys/i386/acpica/madt.c:1.5 Mon Nov 10 11:52:57 2003 >> +++ src/sys/i386/acpica/madt.c Tue Nov 11 10:20:10 2003 >> @@ -536,7 +536,12 @@ >> } >> >> if (intr->Source != intr->GlobalSystemInterrupt) { >> - ioapic_remap_vector(new_ioapic, new_pin, intr->Source); >> + /* XXX: This assumes that the SCI uses IRQ 9. */ >> + if (intr->GlobalSystemInterrupt > 15 && intr->Source == 9) >> + acpi_OverrideInterruptLevel( >> + intr->GlobalSystemInterrupt); >> + else >> + ioapic_remap_vector(new_ioapic, new_pin, intr->Source); >> if (madt_find_interrupt(intr->Source, &old_ioapic, >> &old_pin) != 0) >> printf("MADT: Could not find APIC for source IRQ %d\n", > > Yikes, couldn't that be done by using devclass to get the acpi driver and > find which interrupt it is using? Or maybe better, move this into acpi > itself which can call the override if it finds itself on a different pin? > I'm certain there are non-9 acpi sci implementations although not common. The acpi driver doesn't exist yet. MADT is part of acpi, so it's already in acpi. What might be nice is if I can somehow ask acpi what it's SCI is. This is at SI_SUB_INTR btw, so acpi0 doesn't exist yet, but the VM system is up and running and we should be able to get to the ACPI tables ok. I'm not entirely happy with this hack. Another way of doing it might be to create an extra layer in the nexus for translating IRQ resource allocations to re-route them as per interrupt source override requests. Hmm, I thought that that would have dmesg print out irq 9 for ACPI but have the handler actually live on irq 22. However, if we do the remapping at the bus_alloc_resource() stage, then it might still print out irq 22 for the dmesg in which case that would be ok. It would also move the clock interrupt to irq 2. That has other problems when it comes to mixed mode. Grr, maybe what I could do is use ioapic_remap_vector() if the mapping is from one ISA IRQ to another ISA IRQ and use the remapping table in the nexus otherwise. Still, the above will work for now. Note that systems that use a level other than 9 for the SCI aren't going to need an MADT entry for IRQ 9 to remap it up to a high interrupt. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Fri Nov 14 09:34:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D11C16A4D4; Fri, 14 Nov 2003 09:34:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382F443F3F; Fri, 14 Nov 2003 09:34:09 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAEHY9XJ052989; Fri, 14 Nov 2003 09:34:09 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAEHY8ok052988; Fri, 14 Nov 2003 09:34:08 -0800 (PST) (envelope-from ume) Message-Id: <200311141734.hAEHY8ok052988@repoman.freebsd.org> From: Hajimu UMEMOTO To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/faithd Makefile README faithd.8 faithd.c faithd.h ftp.c prefix.c rsh.c tcp.c src/usr.sbin/faithd/test faithd.rb X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 14 Nov 2003 17:34:10 -0000 X-Original-Date: Fri, 14 Nov 2003 09:34:08 -0800 (PST) X-List-Received-Date: Fri, 14 Nov 2003 17:34:10 -0000 ume 2003/11/14 09:34:08 PST FreeBSD src repository Modified files: usr.sbin/faithd Makefile README faithd.8 faithd.c faithd.h ftp.c prefix.c tcp.c usr.sbin/faithd/test faithd.rb Removed files: usr.sbin/faithd rsh.c Log: - poll(2) support. - simplify by strdup. - set ai_protocol in hints to TCP. - g/c FAITH_NS (no description, not maintained for years) - warn if connection from IPv4 mapped is reached. - IPV6_V6ONLY if possible. - unifdef -UFAITH4. - drop rsh/rlogin support. - deal with negative return value from wait3. Obtained from: KAME Revision Changes Path 1.9 +3 -3 src/usr.sbin/faithd/Makefile 1.8 +2 -3 src/usr.sbin/faithd/README 1.17 +41 -55 src/usr.sbin/faithd/faithd.8 1.10 +83 -142 src/usr.sbin/faithd/faithd.c 1.5 +1 -3 src/usr.sbin/faithd/faithd.h 1.10 +275 -317 src/usr.sbin/faithd/ftp.c 1.4 +12 -19 src/usr.sbin/faithd/prefix.c 1.7 +0 -212 src/usr.sbin/faithd/rsh.c (dead) 1.5 +22 -3 src/usr.sbin/faithd/tcp.c 1.2 +1 -1 src/usr.sbin/faithd/test/faithd.rb From owner-cvs-src@FreeBSD.ORG Fri Nov 14 14:34:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C235916A4CE; Fri, 14 Nov 2003 14:34:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3804B43FB1; Fri, 14 Nov 2003 14:34:44 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAEMYiXJ080388; Fri, 14 Nov 2003 14:34:44 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAEMYhjO080387; Fri, 14 Nov 2003 14:34:43 -0800 (PST) (envelope-from peter) Message-Id: <200311142234.hAEMYhjO080387@repoman.freebsd.org> From: Peter Wemm To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include clock.h src/sys/amd64/isa clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 14 Nov 2003 22:34:44 -0000 X-Original-Date: Fri, 14 Nov 2003 14:34:43 -0800 (PST) X-List-Received-Date: Fri, 14 Nov 2003 22:34:44 -0000 peter 2003/11/14 14:34:43 PST FreeBSD src repository Modified files: sys/amd64/include clock.h sys/amd64/isa clock.c Log: Preemptively burn a bridges. The isa timer code is likely to be replaced by the HPET timer at some point, so dont even make a release with the aquire/release_timer0 functions. Revision Changes Path 1.48 +0 -4 src/sys/amd64/include/clock.h 1.205 +0 -141 src/sys/amd64/isa/clock.c From owner-cvs-src@FreeBSD.ORG Fri Nov 14 19:34:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B26E816A4CE; Fri, 14 Nov 2003 19:34:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E0E43F85; Fri, 14 Nov 2003 19:34:59 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAF3YwXJ004310; Fri, 14 Nov 2003 19:34:58 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAF3YwZ1004309; Fri, 14 Nov 2003 19:34:58 -0800 (PST) (envelope-from rwatson) Message-Id: <200311150334.hAF3YwZ1004309@repoman.freebsd.org> From: Robert Watson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/posix1e mac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 15 Nov 2003 03:34:59 -0000 X-Original-Date: Fri, 14 Nov 2003 19:34:58 -0800 (PST) X-List-Received-Date: Sat, 15 Nov 2003 03:34:59 -0000 rwatson 2003/11/14 19:34:58 PST FreeBSD src repository Modified files: lib/libc/posix1e mac.c Log: /etc/mac.conf is implicitly read and parsed when the MAC configuration is accessed for the first time as a result of an application looking up label configuration information. Previously, the check and read were kicked off by mac_prepare_(typename)() functions; since mac_prepare_type() may now be directly employed by a user process, push the check and initialization into that function. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.9 +6 -20 src/lib/libc/posix1e/mac.c From owner-cvs-src@FreeBSD.ORG Mon Nov 17 18:34:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEFFB16A4D0 for ; Mon, 17 Nov 2003 18:34:13 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABEA43FA3 for ; Mon, 17 Nov 2003 18:34:09 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 76106 invoked by uid 110); 18 Nov 2003 02:34:08 -0000 Received: (qmail 76079 invoked from network); 18 Nov 2003 02:34:06 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 02:34:06 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 9EA7057776 for ; Mon, 17 Nov 2003 18:34:05 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 7FE4C16A526; Mon, 17 Nov 2003 18:34:02 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id DA15716A4D0; Mon, 17 Nov 2003 18:34:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CBC016A4CE; Mon, 17 Nov 2003 18:33:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E82543FD7; Mon, 17 Nov 2003 18:33:28 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI2XSXJ094416; Mon, 17 Nov 2003 18:33:28 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI2XR4Z094415; Mon, 17 Nov 2003 18:33:27 -0800 (PST) (envelope-from obrien) Message-Id: <200311180233.hAI2XR4Z094415@repoman.freebsd.org> From: "David E. O'Brien" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/usr.sbin/burncd burncd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 18 Nov 2003 02:34:14 -0000 X-Original-Date: Mon, 17 Nov 2003 18:33:27 -0800 (PST) X-List-Received-Date: Tue, 18 Nov 2003 02:34:14 -0000 obrien 2003/11/17 18:33:27 PST FreeBSD src repository Modified files: usr.sbin/burncd burncd.8 Log: Catch up with the latest in device naming. Revision Changes Path 1.31 +5 -5 src/usr.sbin/burncd/burncd.8