From owner-cvs-all Sun Sep 22 0:11:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3029837B401; Sun, 22 Sep 2002 00:11:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F0643E6E; Sun, 22 Sep 2002 00:11:14 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M7BECo045449; Sun, 22 Sep 2002 00:11:14 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M7BErU045448; Sun, 22 Sep 2002 00:11:14 -0700 (PDT) Message-Id: <200209220711.g8M7BErU045448@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 22 Sep 2002 00:11:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/22 00:11:14 PDT Added files: sys/kern kern_alq.c sys/sys alq.h Log: - Add an asynchronous fixed length record logging mechanism called ALQ (Asynch. Logging Queues). ALQ supports many seperate queues with different record and buffer sizes. It opens and logs to any vnode so it can be used with character devices as well as regular files. Reviewed in part by: phk, jake, markm Revision Changes Path 1.1 +499 -0 src/sys/kern/kern_alq.c (new) 1.1 +117 -0 src/sys/sys/alq.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 0:11:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C84F37B401; Sun, 22 Sep 2002 00:11:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEB2D43E65; Sun, 22 Sep 2002 00:11:57 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M7BvCo045744; Sun, 22 Sep 2002 00:11:57 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M7Bv3k045743; Sun, 22 Sep 2002 00:11:57 -0700 (PDT) Message-Id: <200209220711.g8M7Bv3k045743@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 22 Sep 2002 00:11:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/22 00:11:57 PDT Modified files: sys/kern subr_witness.c Log: - Tell witness about ALQ's spin lock. Revision Changes Path 1.125 +1 -0 src/sys/kern/subr_witness.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 0:13:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D12937B401; Sun, 22 Sep 2002 00:13:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D40A243E42; Sun, 22 Sep 2002 00:13:45 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M7DjCo045904; Sun, 22 Sep 2002 00:13:45 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M7Dj49045903; Sun, 22 Sep 2002 00:13:45 -0700 (PDT) Message-Id: <200209220713.g8M7Dj49045903@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 22 Sep 2002 00:13:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ktr.h src/sys/kern kern_ktr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/22 00:13:45 PDT Modified files: sys/sys ktr.h sys/kern kern_ktr.c Log: - Add support for logging KTR via ALQ. This is optional and enabled by the KTR_ALQ config option. Revision Changes Path 1.32 +92 -3 src/sys/kern/kern_ktr.c 1.20 +3 -0 src/sys/sys/ktr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 0:14:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A2A037B401; Sun, 22 Sep 2002 00:14:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E57743E42; Sun, 22 Sep 2002 00:14:28 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M7ERCo045950; Sun, 22 Sep 2002 00:14:27 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M7ERxE045949; Sun, 22 Sep 2002 00:14:27 -0700 (PDT) Message-Id: <200209220714.g8M7ERxE045949@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 22 Sep 2002 00:14:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/22 00:14:27 PDT Modified files: sys/conf options Log: - Add options ALQ and KTR_ALQ. Revision Changes Path 1.351 +2 -0 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 0:15:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F05137B401; Sun, 22 Sep 2002 00:15:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0008343E6A; Sun, 22 Sep 2002 00:15:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M7FXCo046089; Sun, 22 Sep 2002 00:15:33 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M7FXLA046088; Sun, 22 Sep 2002 00:15:33 -0700 (PDT) Message-Id: <200209220715.g8M7FXLA046088@freefall.freebsd.org> From: Peter Wemm Date: Sun, 22 Sep 2002 00:15:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/22 00:15:32 PDT Modified files: (Branch: RELENG_4) sys/cam cam_periph.c Log: MFC: rev 1.40 (without cosmetic changes). Fix scsi device wiring. Approved by: re Prompted by: scottl/ken Revision Changes Path 1.24.2.2 +2 -3 src/sys/cam/cam_periph.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 0:15:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DE5337B404; Sun, 22 Sep 2002 00:15:35 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F5AF43E6E; Sun, 22 Sep 2002 00:15:34 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g8M7FX690334; Sun, 22 Sep 2002 03:15:33 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sun, 22 Sep 2002 03:15:33 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys ktr.h src/sys/kern kern_ktr.c In-Reply-To: <200209220713.g8M7Dj49045903@freefall.freebsd.org> Message-ID: <20020922031516.E43954-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 22 Sep 2002, Jeff Roberson wrote: > jeff 2002/09/22 00:13:45 PDT > > Modified files: > sys/sys ktr.h > sys/kern kern_ktr.c > Log: > - Add support for logging KTR via ALQ. This is optional and enabled by the > KTR_ALQ config option. > > Revision Changes Path > 1.32 +92 -3 src/sys/kern/kern_ktr.c > 1.20 +3 -0 src/sys/sys/ktr.h > I almost forgot: Reviewed in part by: phk, jake, markm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 0:19:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 654EE37B401; Sun, 22 Sep 2002 00:19:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1745B43E6A; Sun, 22 Sep 2002 00:19:38 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M7JbCo046285; Sun, 22 Sep 2002 00:19:37 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M7Jb6r046284; Sun, 22 Sep 2002 00:19:37 -0700 (PDT) Message-Id: <200209220719.g8M7Jb6r046284@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 22 Sep 2002 00:19:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/22 00:19:37 PDT Modified files: sys/conf files Log: - Hook ALQ up to the build. Revision Changes Path 1.704 +1 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 0:21:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C2CF37B401; Sun, 22 Sep 2002 00:21:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D8643E75; Sun, 22 Sep 2002 00:21:28 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M7LSCo047793; Sun, 22 Sep 2002 00:21:28 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M7LSkS047792; Sun, 22 Sep 2002 00:21:28 -0700 (PDT) Message-Id: <200209220721.g8M7LSkS047792@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 22 Sep 2002 00:21:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ktrdump ktrdump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/22 00:21:28 PDT Modified files: usr.bin/ktrdump ktrdump.c Log: - Add the -i option to read in a saved ktr file output by KTR_ALQ. Revision Changes Path 1.3 +41 -13 src/usr.bin/ktrdump/ktrdump.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 0:24:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 944CB37B401; Sun, 22 Sep 2002 00:24:24 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCD243E6A; Sun, 22 Sep 2002 00:24:23 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g8M7ONr92274; Sun, 22 Sep 2002 03:24:23 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sun, 22 Sep 2002 03:24:23 -0400 (EDT) From: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys ktr.h src/sys/kern kern_ktr.c In-Reply-To: <200209220713.g8M7Dj49045903@freefall.freebsd.org> Message-ID: <20020922032016.I43954-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 22 Sep 2002, Jeff Roberson wrote: > jeff 2002/09/22 00:13:45 PDT > > Modified files: > sys/sys ktr.h > sys/kern kern_ktr.c > Log: > - Add support for logging KTR via ALQ. This is optional and enabled by the > KTR_ALQ config option. > > Revision Changes Path > 1.32 +92 -3 src/sys/kern/kern_ktr.c > 1.20 +3 -0 src/sys/sys/ktr.h > Expect a man page update for this shortly. If you'd like to use it just set ktr up as you normally would, and look at options in debug.ktr. To start logging do sysctl debug.ktr.alq_enable=1. It actually kept up with my mask set to -1 on a mostly idle machine without missing any ktr events. Of course the output file was over 50MB after 30 seconds or so. This is mostly intended for tracing long term events. I'm especially interested in logging all vnode operations over a long period. It could also be used to track network or disk io with the appropriate trace points. I hope you all find this useful. Thanks, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 0:26:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DECD37B401; Sun, 22 Sep 2002 00:26:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EAA443E42; Sun, 22 Sep 2002 00:26:39 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M7QdCo048223; Sun, 22 Sep 2002 00:26:39 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M7Qdju048222; Sun, 22 Sep 2002 00:26:39 -0700 (PDT) Message-Id: <200209220726.g8M7Qdju048222@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 22 Sep 2002 00:26:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc toplev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/22 00:26:39 PDT Modified files: contrib/gcc toplev.c Log: Turn off the "-O2 flag TRIGGERS KNOWN OPTIMIZER BUGS" warning. From current testsuite results, the optimizer bugs don't appear to exist anymore. RTH@cygnus.com did a lot of work on the Alpha ELF code generator for GCC 3.2[.0]. A recent FreeBSD/AXP GCC bootstrap is at http://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00604.html In this bootstraps, all gcc libraries are built with -O2 and c-torture gives -O2 a real workout. None of the remaining failures have anything to do with -O2 optimizer bugs. Submitted by: Loren James Rittle Revision Changes Path 1.17 +1 -1 src/contrib/gcc/toplev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 0:27: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF4A837B401; Sun, 22 Sep 2002 00:27:04 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9298C43E3B; Sun, 22 Sep 2002 00:27:04 -0700 (PDT) (envelope-from baka@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1921) id 56539AE25C; Sun, 22 Sep 2002 00:27:04 -0700 (PDT) Date: Sun, 22 Sep 2002 00:27:04 -0700 From: Jon Mini To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.h src/sys/kern kern_ktr.c Message-ID: <20020922072704.GC46099@elvis.mu.org> Mail-Followup-To: Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209220713.g8M7Dj49045903@freefall.freebsd.org> <20020922032016.I43954-100000@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020922032016.I43954-100000@mail.chesapeake.net> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeff Roberson [jroberson@chesapeake.net] wrote : > I hope you all find this useful. This looks very cool. -- Jonathan Mini http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 1: 6:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 543BF37B401; Sun, 22 Sep 2002 01:06:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C3143E75; Sun, 22 Sep 2002 01:06:46 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M86jCo060099; Sun, 22 Sep 2002 01:06:45 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M86jhn060098; Sun, 22 Sep 2002 01:06:45 -0700 (PDT) Message-Id: <200209220806.g8M86jhn060098@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 22 Sep 2002 01:06:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include inttypes.h wchar.h src/lib/libc/locale Makefile.inc wcstoimax.c wcstol.3 wcstoll.c wcstoull.c wcstoumax.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/22 01:06:45 PDT Modified files: include wchar.h inttypes.h lib/libc/locale Makefile.inc wcstol.3 Added files: lib/libc/locale wcstoimax.c wcstoll.c wcstoull.c wcstoumax.c Log: Add the remaining C99 wide character string to integer conversion functions. Restrict qualifiers were added to the existing prototypes in and the typedef for wchar_t was removed. Revision Changes Path 1.8 +4 -10 src/include/inttypes.h 1.29 +4 -0 src/include/wchar.h 1.39 +5 -3 src/lib/libc/locale/Makefile.inc 1.1 +128 -0 src/lib/libc/locale/wcstoimax.c (new) 1.3 +38 -13 src/lib/libc/locale/wcstol.3 1.1 +127 -0 src/lib/libc/locale/wcstoll.c (new) 1.1 +126 -0 src/lib/libc/locale/wcstoull.c (new) 1.1 +126 -0 src/lib/libc/locale/wcstoumax.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 1:22:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA25237B401; Sun, 22 Sep 2002 01:22:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D89243E6A; Sun, 22 Sep 2002 01:22:32 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M8MWCo063898; Sun, 22 Sep 2002 01:22:32 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M8MWBu063897; Sun, 22 Sep 2002 01:22:32 -0700 (PDT) Message-Id: <200209220822.g8M8MWBu063897@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sun, 22 Sep 2002 01:22:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/09/22 01:22:32 PDT Modified files: sys/vm vm_map.c Log: Modify vm_map_clean() (and thus the msync(2) system call) to support invalidation of cached pages for objects of type OBJT_DEVICE. Submitted by: Christian Zander Approved by: alc Revision Changes Path 1.268 +10 -7 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 1:31:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3720A37B401; Sun, 22 Sep 2002 01:31:12 -0700 (PDT) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A51D43E42; Sun, 22 Sep 2002 01:31:10 -0700 (PDT) (envelope-from ust@cert.siemens.de) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by thoth.sbs.de (8.11.6/8.11.6) with ESMTP id g8M8V8U06353; Sun, 22 Sep 2002 10:31:09 +0200 (MEST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id g8M8V8416412; Sun, 22 Sep 2002 10:31:08 +0200 (MEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.6/8.12.6/Siemens CERT [ $Revision: 1.25 ]) with ESMTP id g8M8V7wP077020; Sun, 22 Sep 2002 10:31:07 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.6/8.12.6/alaska [ $Revision: 1.14 ]) with ESMTP id g8M8V7fZ009759; Sun, 22 Sep 2002 10:31:07 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.6/8.12.6/alaska [ $Revision: 1.3 ]) id g8M8V7fI001449; Sun, 22 Sep 2002 10:31:07 +0200 (CEST) (envelope-from ust) Date: Sun, 22 Sep 2002 10:31:07 +0200 From: Udo Schweigert To: Jacques Vidrine Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net getaddrinfo.c gethostbydns.c getnetbydns.c name6.c res_update.c Message-ID: <20020922083107.GA23940@alaska.cert.siemens.de> Mail-Followup-To: Jacques Vidrine , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200209191345.g8JDjOwg079182@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209191345.g8JDjOwg079182@freefall.freebsd.org> X-Operating-System: FreeBSD 4.7-RC User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 19, 2002 at 06:45:23 -0700, Jacques Vidrine wrote: > nectar 2002/09/19 06:45:23 PDT > > Modified files: (Branch: RELENG_4) > lib/libc/net getaddrinfo.c gethostbydns.c > getnetbydns.c name6.c res_update.c > Log: > MFC getaddrinfo.c 1.32, 1.33; > gethostbydns.c 1.39; > getnetbydns.c 1.24, 1.25; > name6.c 1.27, 1.28; > res_update.c 1.7: > Check for truncation in calls to res_send/res_query/res_search. > Increase resolver buffer size. > > Approved by: re (jhb) > > Revision Changes Path > 1.9.2.10 +47 -20 src/lib/libc/net/getaddrinfo.c > 1.27.2.3 +5 -1 src/lib/libc/net/gethostbydns.c > 1.13.2.3 +14 -2 src/lib/libc/net/getnetbydns.c > 1.6.2.7 +53 -26 src/lib/libc/net/name6.c > 1.2.2.2 +8 -2 src/lib/libc/net/res_update.c > I just updated here and now I get "Non-recoverable failure in name resolution" for every ssh-connection I try (only workaround at the moment is to enter the IP into /etc/hosts). (I cvsuped Sun Sep 22 08:15:00 UTC 2002). I think there's still a problem in this libc update :-( Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 1:43:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20A5A37B401; Sun, 22 Sep 2002 01:43:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A2943E65; Sun, 22 Sep 2002 01:43:47 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: from freefall.freebsd.org (wosch@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M8hlCo072237; Sun, 22 Sep 2002 01:43:47 -0700 (PDT) (envelope-from wosch@freefall.freebsd.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M8hl8S072236; Sun, 22 Sep 2002 01:43:47 -0700 (PDT) Message-Id: <200209220843.g8M8hl8S072236@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 22 Sep 2002 01:43:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wosch 2002/09/22 01:43:47 PDT Modified files: en index.xsl Log: Added IPv6 Germany (bsd.ipv6.uni-erlangen.de). Note: the hostname bsd.ipv6.uni-erlangen.de has only a IPv6 address. It is the same maschine as www2.de.freebsd.org aka freebsd.rrze.uni-erlangen.de. Submitted by: Falko Dressler Revision Changes Path 1.37 +3 -2 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 1:51:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D32337B401; Sun, 22 Sep 2002 01:51:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2FB843E65; Sun, 22 Sep 2002 01:51:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M8pVCo074063; Sun, 22 Sep 2002 01:51:31 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M8pV0G074062; Sun, 22 Sep 2002 01:51:31 -0700 (PDT) Message-Id: <200209220851.g8M8pV0G074062@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 22 Sep 2002 01:51:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ic ns16550.h src/sys/dev/sio sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/22 01:51:31 PDT Modified files: sys/dev/ic ns16550.h sys/dev/sio sio.c Log: Move the com_scr register address definition over with the other seven. Approved by: bde Revision Changes Path 1.9 +2 -1 src/sys/dev/ic/ns16550.h 1.379 +0 -2 src/sys/dev/sio/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 1:54:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CF8837B401; Sun, 22 Sep 2002 01:54:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D53D43E42; Sun, 22 Sep 2002 01:54:18 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from freefall.freebsd.org (truckman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M8sICo074388; Sun, 22 Sep 2002 01:54:18 -0700 (PDT) (envelope-from truckman@freefall.freebsd.org) Received: (from truckman@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M8sIec074387; Sun, 22 Sep 2002 01:54:18 -0700 (PDT) Message-Id: <200209220854.g8M8sIec074387@freefall.freebsd.org> From: Don Lewis Date: Sun, 22 Sep 2002 01:54:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/unionfs union_subr.c union_vfsops.c union_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG truckman 2002/09/22 01:54:18 PDT Modified files: sys/fs/unionfs union_subr.c union_vfsops.c union_vnops.c Log: Fix misspellings, capitalization, and punctuation in comments. Minor comment phrasing and style changes. Revision Changes Path 1.63 +43 -41 src/sys/fs/unionfs/union_subr.c 1.56 +13 -9 src/sys/fs/unionfs/union_vfsops.c 1.92 +39 -40 src/sys/fs/unionfs/union_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 2: 0:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94FFE37B401; Sun, 22 Sep 2002 02:00:26 -0700 (PDT) Received: from cheer.mahoroba.org (flets20-060.kamome.or.jp [218.45.20.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 154B843E6A; Sun, 22 Sep 2002 02:00:25 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:YBxZLeCTrnFT+HE41TLeWd0kAc9XFuBP+1IWAH4BjuW+Ux3Doe7s18UJVP8RJ8WD@lyrics.mahoroba.org [IPv6:2001:200:301:0:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.12.6/8.12.6) with ESMTP/inet6 id g8M90IxA043090 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 22 Sep 2002 18:00:18 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sun, 22 Sep 2002 18:00:18 +0900 Message-ID: From: Hajimu UMEMOTO To: re@FreeBSD.org Cc: Udo Schweigert , Jacques Vidrine , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net getaddrinfo.c gethostbydns.c getnetbydns.c name6.c res_update.c In-Reply-To: <20020922083107.GA23940@alaska.cert.siemens.de> References: <200209191345.g8JDjOwg079182@freefall.freebsd.org> <20020922083107.GA23940@alaska.cert.siemens.de> User-Agent: xcite1.38> Wanderlust/2.9.15 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.0-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, >>>>> On Sun, 22 Sep 2002 10:31:07 +0200 >>>>> Udo Schweigert said: Udo.Schweigert> On Thu, Sep 19, 2002 at 06:45:23 -0700, Jacques Vidrine wrote: > nectar 2002/09/19 06:45:23 PDT > > Modified files: (Branch: RELENG_4) > lib/libc/net getaddrinfo.c gethostbydns.c > getnetbydns.c name6.c res_update.c > Log: > MFC getaddrinfo.c 1.32, 1.33; > gethostbydns.c 1.39; > getnetbydns.c 1.24, 1.25; > name6.c 1.27, 1.28; > res_update.c 1.7: > Check for truncation in calls to res_send/res_query/res_search. > Increase resolver buffer size. > > Approved by: re (jhb) > > Revision Changes Path > 1.9.2.10 +47 -20 src/lib/libc/net/getaddrinfo.c > 1.27.2.3 +5 -1 src/lib/libc/net/gethostbydns.c > 1.13.2.3 +14 -2 src/lib/libc/net/getnetbydns.c > 1.6.2.7 +53 -26 src/lib/libc/net/name6.c > 1.2.2.2 +8 -2 src/lib/libc/net/res_update.c > Udo.Schweigert> I just updated here and now I get "Non-recoverable failure in name resolution" Udo.Schweigert> for every ssh-connection I try (only workaround at the moment is to enter Udo.Schweigert> the IP into /etc/hosts). (I cvsuped Sun Sep 22 08:15:00 UTC 2002). Udo.Schweigert> I think there's still a problem in this libc update :-( This MFC was incomplete. The PR is already filed as PR43136. Though nectar is not answered yet, it is urgent issue to be solved as soon as possible. So, I wish to commit PR43136. Please approve it. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 2:12:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB91137B401; Sun, 22 Sep 2002 02:12:36 -0700 (PDT) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E0B43E4A; Sun, 22 Sep 2002 02:12:34 -0700 (PDT) (envelope-from ust@cert.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id g8M9CNP01723; Sun, 22 Sep 2002 11:12:23 +0200 (MEST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id g8M9CMQ26358; Sun, 22 Sep 2002 11:12:22 +0200 (MEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.6/8.12.6/Siemens CERT [ $Revision: 1.25 ]) with ESMTP id g8M9CMhN097067; Sun, 22 Sep 2002 11:12:22 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.6/8.12.6/alaska [ $Revision: 1.14 ]) with ESMTP id g8M9CMfZ024325; Sun, 22 Sep 2002 11:12:22 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.6/8.12.6/alaska [ $Revision: 1.3 ]) id g8M9CLZ8093461; Sun, 22 Sep 2002 11:12:21 +0200 (CEST) (envelope-from ust) Date: Sun, 22 Sep 2002 11:12:21 +0200 From: Udo Schweigert To: Hajimu UMEMOTO Cc: re@FreeBSD.org, Udo Schweigert , Jacques Vidrine , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net getaddrinfo.c gethostbydns.c getnetbydns.c name6.c res_update.c Message-ID: <20020922091221.GA53000@alaska.cert.siemens.de> Mail-Followup-To: Hajimu UMEMOTO , re@FreeBSD.org, Udo Schweigert , Jacques Vidrine , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209191345.g8JDjOwg079182@freefall.freebsd.org> <20020922083107.GA23940@alaska.cert.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 4.7-RC User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 22, 2002 at 18:00:18 +0900, Hajimu UMEMOTO wrote: > Hi, > > This MFC was incomplete. The PR is already filed as PR43136. Though > nectar is not answered yet, it is urgent issue to be solved as soon as > possible. So, I wish to commit PR43136. Please approve it. > Yes, that fixes it for me too. Thanks a lot. Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 2:41:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5B2937B401; Sun, 22 Sep 2002 02:41:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69AE843E42; Sun, 22 Sep 2002 02:41:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M9fgCo088481; Sun, 22 Sep 2002 02:41:42 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M9fg9O088471; Sun, 22 Sep 2002 02:41:42 -0700 (PDT) Message-Id: <200209220941.g8M9fg9O088471@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 22 Sep 2002 02:41:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/22 02:41:41 PDT Modified files: sbin/newfs newfs.c Log: Failure to rewrite the disklabel should not be fatal. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.64 +2 -4 src/sbin/newfs/newfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 2:46:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D76437B401; Sun, 22 Sep 2002 02:46:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0153843E42; Sun, 22 Sep 2002 02:46:29 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M9kSCo089575; Sun, 22 Sep 2002 02:46:28 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M9kSLL089574; Sun, 22 Sep 2002 02:46:28 -0700 (PDT) Message-Id: <200209220946.g8M9kSLL089574@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 22 Sep 2002 02:46:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mdmfs mdmfs.8 mdmfs.c pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/22 02:46:28 PDT Modified files: sbin/mdmfs mdmfs.8 mdmfs.c pathnames.h Log: Don't disklabel(8) the md(4) device, it is not needed, and we don't want to propagete BSD disklabels to architectures not already so polluted. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.12 +0 -3 src/sbin/mdmfs/mdmfs.8 1.11 +3 -18 src/sbin/mdmfs/mdmfs.c 1.2 +0 -1 src/sbin/mdmfs/pathnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 2:48: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F6A737B401; Sun, 22 Sep 2002 02:48:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C788743E3B; Sun, 22 Sep 2002 02:48:02 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M9m2Co089693; Sun, 22 Sep 2002 02:48:02 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M9m2Ve089692; Sun, 22 Sep 2002 02:48:02 -0700 (PDT) Message-Id: <200209220948.g8M9m2Ve089692@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 22 Sep 2002 02:48:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d diskless initdiskless X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/22 02:48:02 PDT Modified files: etc/rc.d diskless initdiskless Log: Use mdmfs(8) rather than rolling our own RAM-disks. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.21 +1 -4 src/etc/rc.d/diskless 1.19 +1 -4 src/etc/rc.d/initdiskless To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 3: 7:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD5CB37B406; Sun, 22 Sep 2002 03:07:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6B843E6E; Sun, 22 Sep 2002 03:07:19 -0700 (PDT) (envelope-from grehan@FreeBSD.org) Received: from freefall.freebsd.org (grehan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MA7JCo098107; Sun, 22 Sep 2002 03:07:19 -0700 (PDT) (envelope-from grehan@freefall.freebsd.org) Received: (from grehan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MA7JM6098106; Sun, 22 Sep 2002 03:07:19 -0700 (PDT) Message-Id: <200209221007.g8MA7JM6098106@freefall.freebsd.org> From: Peter Grehan Date: Sun, 22 Sep 2002 03:07:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grehan 2002/09/22 03:07:19 PDT Modified files: sys/dev/md md.c Log: Initialize fwsectors/fwheads to allow the DIOCGFWSECTORS and DIOCGFWHEADS ioctls to return meaningful values to disklabel/newfs Approved by: phk Revision Changes Path 1.69 +2 -2 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 3:30:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C62B837B401; Sun, 22 Sep 2002 03:30:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 890C643E42; Sun, 22 Sep 2002 03:30:11 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MAUBCo002401; Sun, 22 Sep 2002 03:30:11 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MAUBOg002400; Sun, 22 Sep 2002 03:30:11 -0700 (PDT) Message-Id: <200209221030.g8MAUBOg002400@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 03:30:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/it_IT.ISO8859-15/share/sgml bookinfo.ent catalog freebsd.dsl legalnotice.sgml mailing-lists.ent translators.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 03:30:11 PDT Modified files: it_IT.ISO8859-15/share/sgml catalog freebsd.dsl legalnotice.sgml translators.ent Added files: it_IT.ISO8859-15/share/sgml bookinfo.ent mailing-lists.ent Log: Update it_IT tree. PR: docs/42926 Submitted by: Alex Dupre Revision Changes Path 1.1 +15 -0 doc/it_IT.ISO8859-15/share/sgml/bookinfo.ent (new) 1.2 +5 -2 doc/it_IT.ISO8859-15/share/sgml/catalog 1.4 +34 -209 doc/it_IT.ISO8859-15/share/sgml/freebsd.dsl 1.2 +29 -30 doc/it_IT.ISO8859-15/share/sgml/legalnotice.sgml 1.1 +206 -0 doc/it_IT.ISO8859-15/share/sgml/mailing-lists.ent (new) 1.3 +24 -16 doc/it_IT.ISO8859-15/share/sgml/translators.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 3:31:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E66FD37B404; Sun, 22 Sep 2002 03:31:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E3743E42; Sun, 22 Sep 2002 03:31:23 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MAVNCo003965; Sun, 22 Sep 2002 03:31:23 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MAVNd6003964; Sun, 22 Sep 2002 03:31:23 -0700 (PDT) Message-Id: <200209221031.g8MAVNd6003964@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 03:31:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml catalog X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 03:31:23 PDT Modified files: share/sgml catalog Log: Addition of Italian entities PR: docs/42926 Submitted by: Alex Dupre Revision Changes Path 1.23 +12 -0 doc/share/sgml/catalog To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 3:36:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E5437B401; Sun, 22 Sep 2002 03:36:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A4043E3B; Sun, 22 Sep 2002 03:36:11 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MAaBCo004237; Sun, 22 Sep 2002 03:36:11 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MAaBUM004236; Sun, 22 Sep 2002 03:36:11 -0700 (PDT) Message-Id: <200209221036.g8MAaBUM004236@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 22 Sep 2002 03:36:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/jasper Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/22 03:36:11 PDT Modified files: graphics/jasper Makefile Log: The only master site is down. Add some ImageMagick sites that mirror the jasper distfile. (Time for MASTER_SITE_IMAGEMAGICK?) Revision Changes Path 1.3 +5 -1 ports/graphics/jasper/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 3:45:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D69B737B401; Sun, 22 Sep 2002 03:45:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B2943E4A; Sun, 22 Sep 2002 03:45:13 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MAjDCo006273; Sun, 22 Sep 2002 03:45:13 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MAjDtj006267; Sun, 22 Sep 2002 03:45:13 -0700 (PDT) Message-Id: <200209221045.g8MAjDtj006267@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 03:45:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/it_IT.ISO8859-15/articles/new-users Makefile article.sgml doc/it_IT.ISO8859-15/articles/filtering-bridges Makefile article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 03:45:12 PDT Modified files: it_IT.ISO8859-15/articles/new-users Makefile article.sgml it_IT.ISO8859-15/articles/filtering-bridges Makefile article.sgml Log: Updates from Italian translation project PR: docs/42926 Submitted by: Alex Dupre Revision Changes Path 1.2 +0 -0 doc/it_IT.ISO8859-15/articles/filtering-bridges/Makefile 1.6 +35 -27 doc/it_IT.ISO8859-15/articles/filtering-bridges/article.sgml 1.2 +1 -6 doc/it_IT.ISO8859-15/articles/new-users/Makefile 1.3 +870 -864 doc/it_IT.ISO8859-15/articles/new-users/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 3:47:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D80037B401; Sun, 22 Sep 2002 03:47:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58BF43E42; Sun, 22 Sep 2002 03:47:32 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MAlWCo006483; Sun, 22 Sep 2002 03:47:32 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MAlW70006482; Sun, 22 Sep 2002 03:47:32 -0700 (PDT) Message-Id: <200209221047.g8MAlW70006482@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 03:47:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/it_IT.ISO8859-15/articles Makefile Makefile.inc doc/it_IT.ISO8859-15/articles/committers-guide Makefile article.sgml doc/it_IT.ISO8859-15/articles/euro Makefile article.sgml doc/it_IT.ISO8859-15/articles/explaining-bsd Makefile article.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 03:47:32 PDT Modified files: it_IT.ISO8859-15/articles Makefile Makefile.inc Added files: it_IT.ISO8859-15/articles/committers-guide Makefile article.sgml it_IT.ISO8859-15/articles/euro Makefile article.sgml it_IT.ISO8859-15/articles/explaining-bsd Makefile article.sgml it_IT.ISO8859-15/articles/multi-os Makefile article.sgml Log: New translations: committers-guide, euro, explaining-bsd and multi-os. PR: docs/42926 Submitted by: Alex Dupre Revision Changes Path 1.3 +5 -2 doc/it_IT.ISO8859-15/articles/Makefile 1.3 +1 -1 doc/it_IT.ISO8859-15/articles/Makefile.inc 1.1 +29 -0 doc/it_IT.ISO8859-15/articles/committers-guide/Makefile (new) 1.1 +1509 -0 doc/it_IT.ISO8859-15/articles/committers-guide/article.sgml (new) 1.1 +14 -0 doc/it_IT.ISO8859-15/articles/euro/Makefile (new) 1.1 +383 -0 doc/it_IT.ISO8859-15/articles/euro/article.sgml (new) 1.1 +14 -0 doc/it_IT.ISO8859-15/articles/explaining-bsd/Makefile (new) 1.1 +593 -0 doc/it_IT.ISO8859-15/articles/explaining-bsd/article.sgml (new) 1.1 +14 -0 doc/it_IT.ISO8859-15/articles/multi-os/Makefile (new) 1.1 +761 -0 doc/it_IT.ISO8859-15/articles/multi-os/article.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 4: 9:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B68737B401; Sun, 22 Sep 2002 04:09:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 966ED43E4A; Sun, 22 Sep 2002 04:09:11 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MB9BCo020684; Sun, 22 Sep 2002 04:09:11 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MB9B2n020683; Sun, 22 Sep 2002 04:09:11 -0700 (PDT) Message-Id: <200209221109.g8MB9B2n020683@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 04:09:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/it_IT.ISO8859-15 Makefile doc/it_IT.ISO8859-15/books Makefile Makefile.inc doc/it_IT.ISO8859-15/books/handbook Makefile appendix.decl book.sgml chapter.decl chapters.ent colophon.sgml doc/it_IT.ISO8859-15/books/handbook/advanced-networking Makefile chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 04:09:11 PDT Modified files: it_IT.ISO8859-15 Makefile Added files: it_IT.ISO8859-15/books Makefile Makefile.inc it_IT.ISO8859-15/books/handbook Makefile appendix.decl book.sgml chapter.decl chapters.ent colophon.sgml it_IT.ISO8859-15/books/handbook/advanced-networking Makefile chapter.sgml isdn-bus.eps isdn-twisted-pair.eps natd.eps it_IT.ISO8859-15/books/handbook/basics Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/bibliography Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/boot Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/config Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/cutting-edge Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/desktop Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/disks Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/eresources Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/install Makefile adduser1.scr adduser2.scr adduser3.scr boot-mgr.scr chapter.sgml console-saver1.scr console-saver2.scr console-saver3.scr console-saver4.scr desktop.scr disk-layout.eps disklabel-auto.scr disklabel-ed1.scr disklabel-ed2.scr disklabel-fs.scr disklabel-root1.scr disklabel-root2.scr disklabel-root3.scr dist-set.scr dist-set2.scr docmenu1.scr ed0-conf.scr ed0-conf2.scr edit-inetd-conf.scr example-dir1.eps example-dir2.eps example-dir3.eps example-dir4.eps example-dir5.eps fdisk-drive1.scr fdisk-drive2.scr fdisk-edit1.scr fdisk-edit2.scr ftp-anon1.scr ftp-anon2.scr hdwrconf.scr keymap.scr main-doc.scr main-keymap.scr main-options.scr main-std.scr main1.scr mainexit.scr media.scr mouse1.scr mouse2.scr mouse3.scr mouse4.scr mouse5.scr mouse6.scr nfs-server-edit.scr options.scr pkg-cat.scr pkg-confirm.scr pkg-install.scr pkg-sel.scr probstart.scr security.scr sysinstall-exit.scr timezone1.scr timezone2.scr timezone3.scr userconfig.scr userconfig2.scr xf86setup.scr it_IT.ISO8859-15/books/handbook/introduction Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/kernelconfig Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/l10n Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/linuxemu Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/mail Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/mirrors Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/multimedia Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/pgpkeys Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/ports Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/ppp-and-slip Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/preface preface.sgml it_IT.ISO8859-15/books/handbook/printing Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/security Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/serialcomms Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/x11 Makefile chapter.sgml Log: Say hello to the Italian translation effort of our Handbook. PR: docs/42926 Submitted by: Alex Dupre Revision Changes Path 1.2 +3 -2 doc/it_IT.ISO8859-15/Makefile 1.1 +9 -0 doc/it_IT.ISO8859-15/books/Makefile (new) 1.1 +5 -0 doc/it_IT.ISO8859-15/books/Makefile.inc (new) 1.1 +197 -0 doc/it_IT.ISO8859-15/books/handbook/Makefile (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/advanced-networking/Makefile (new) 1.1 +104 -0 doc/it_IT.ISO8859-15/books/handbook/advanced-networking/chapter.sgml (new) 1.1 +147 -0 doc/it_IT.ISO8859-15/books/handbook/advanced-networking/isdn-bus.eps (new) 1.1 +242 -0 doc/it_IT.ISO8859-15/books/handbook/advanced-networking/isdn-twisted-pair.eps (new) 1.1 +228 -0 doc/it_IT.ISO8859-15/books/handbook/advanced-networking/natd.eps (new) 1.1 +8 -0 doc/it_IT.ISO8859-15/books/handbook/appendix.decl (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/basics/Makefile (new) 1.1 +642 -0 doc/it_IT.ISO8859-15/books/handbook/basics/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/bibliography/Makefile (new) 1.1 +540 -0 doc/it_IT.ISO8859-15/books/handbook/bibliography/chapter.sgml (new) 1.1 +220 -0 doc/it_IT.ISO8859-15/books/handbook/book.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/boot/Makefile (new) 1.1 +706 -0 doc/it_IT.ISO8859-15/books/handbook/boot/chapter.sgml (new) 1.1 +8 -0 doc/it_IT.ISO8859-15/books/handbook/chapter.decl (new) 1.1 +49 -0 doc/it_IT.ISO8859-15/books/handbook/chapters.ent (new) 1.1 +32 -0 doc/it_IT.ISO8859-15/books/handbook/colophon.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/config/Makefile (new) 1.1 +1295 -0 doc/it_IT.ISO8859-15/books/handbook/config/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/cutting-edge/Makefile (new) 1.1 +60 -0 doc/it_IT.ISO8859-15/books/handbook/cutting-edge/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/desktop/Makefile (new) 1.1 +56 -0 doc/it_IT.ISO8859-15/books/handbook/desktop/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/disks/Makefile (new) 1.1 +108 -0 doc/it_IT.ISO8859-15/books/handbook/disks/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/eresources/Makefile (new) 1.1 +66 -0 doc/it_IT.ISO8859-15/books/handbook/eresources/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/install/Makefile (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/adduser1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/adduser2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/adduser3.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/boot-mgr.scr (new) 1.1 +98 -0 doc/it_IT.ISO8859-15/books/handbook/install/chapter.sgml (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/console-saver1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/console-saver2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/console-saver3.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/console-saver4.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/desktop.scr (new) 1.1 +20704 -0 doc/it_IT.ISO8859-15/books/handbook/install/disk-layout.eps (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/disklabel-auto.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/disklabel-ed1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/disklabel-ed2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/disklabel-fs.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/disklabel-root1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/disklabel-root2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/disklabel-root3.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/dist-set.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/dist-set2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/docmenu1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/ed0-conf.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/ed0-conf2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/edit-inetd-conf.scr (new) 1.1 +299 -0 doc/it_IT.ISO8859-15/books/handbook/install/example-dir1.eps (new) 1.1 +341 -0 doc/it_IT.ISO8859-15/books/handbook/install/example-dir2.eps (new) 1.1 +341 -0 doc/it_IT.ISO8859-15/books/handbook/install/example-dir3.eps (new) 1.1 +383 -0 doc/it_IT.ISO8859-15/books/handbook/install/example-dir4.eps (new) 1.1 +383 -0 doc/it_IT.ISO8859-15/books/handbook/install/example-dir5.eps (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/fdisk-drive1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/fdisk-drive2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/fdisk-edit1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/fdisk-edit2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/ftp-anon1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/ftp-anon2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/hdwrconf.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/keymap.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/main-doc.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/main-keymap.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/main-options.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/main-std.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/main1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/mainexit.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/media.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/mouse1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/mouse2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/mouse3.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/mouse4.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/mouse5.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/mouse6.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/nfs-server-edit.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/options.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/pkg-cat.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/pkg-confirm.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/pkg-install.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/pkg-sel.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/probstart.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/security.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/sysinstall-exit.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/timezone1.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/timezone2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/timezone3.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/userconfig.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/userconfig2.scr (new) 1.1 +1 -0 doc/it_IT.ISO8859-15/books/handbook/install/xf86setup.scr (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/introduction/Makefile (new) 1.1 +983 -0 doc/it_IT.ISO8859-15/books/handbook/introduction/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/kernelconfig/Makefile (new) 1.1 +56 -0 doc/it_IT.ISO8859-15/books/handbook/kernelconfig/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/l10n/Makefile (new) 1.1 +50 -0 doc/it_IT.ISO8859-15/books/handbook/l10n/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/linuxemu/Makefile (new) 1.1 +62 -0 doc/it_IT.ISO8859-15/books/handbook/linuxemu/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/mail/Makefile (new) 1.1 +1188 -0 doc/it_IT.ISO8859-15/books/handbook/mail/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/mirrors/Makefile (new) 1.1 +84 -0 doc/it_IT.ISO8859-15/books/handbook/mirrors/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/multimedia/Makefile (new) 1.1 +1515 -0 doc/it_IT.ISO8859-15/books/handbook/multimedia/chapter.sgml (new) 1.1 +19 -0 doc/it_IT.ISO8859-15/books/handbook/pgpkeys/Makefile (new) 1.1 +547 -0 doc/it_IT.ISO8859-15/books/handbook/pgpkeys/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/ports/Makefile (new) 1.1 +62 -0 doc/it_IT.ISO8859-15/books/handbook/ports/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/ppp-and-slip/Makefile (new) 1.1 +56 -0 doc/it_IT.ISO8859-15/books/handbook/ppp-and-slip/chapter.sgml (new) 1.1 +671 -0 doc/it_IT.ISO8859-15/books/handbook/preface/preface.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/printing/Makefile (new) 1.1 +62 -0 doc/it_IT.ISO8859-15/books/handbook/printing/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/security/Makefile (new) 1.1 +80 -0 doc/it_IT.ISO8859-15/books/handbook/security/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/serialcomms/Makefile (new) 1.1 +2871 -0 doc/it_IT.ISO8859-15/books/handbook/serialcomms/chapter.sgml (new) 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/x11/Makefile (new) 1.1 +62 -0 doc/it_IT.ISO8859-15/books/handbook/x11/chapter.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 4:10:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD4E037B401; Sun, 22 Sep 2002 04:10:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB8543E42; Sun, 22 Sep 2002 04:10:42 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MBAgCo021206; Sun, 22 Sep 2002 04:10:42 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MBAgsn021205; Sun, 22 Sep 2002 04:10:42 -0700 (PDT) Message-Id: <200209221110.g8MBAgsn021205@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 04:10:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/it_IT.ISO8859-15/share/images/callouts 1.png 10.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 04:10:42 PDT Added files: it_IT.ISO8859-15/share/images/callouts 1.png 10.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png Log: Addition of callouts images. PR: docs/42926 Submitted by: Alex Dupre Revision Changes Path 1.1 +3 -0 doc/it_IT.ISO8859-15/share/images/callouts/1.png (new) 1.1 +3 -0 doc/it_IT.ISO8859-15/share/images/callouts/10.png (new) 1.1 +4 -0 doc/it_IT.ISO8859-15/share/images/callouts/2.png (new) 1.1 +6 -0 doc/it_IT.ISO8859-15/share/images/callouts/3.png (new) 1.1 +4 -0 doc/it_IT.ISO8859-15/share/images/callouts/4.png (new) 1.1 +4 -0 doc/it_IT.ISO8859-15/share/images/callouts/5.png (new) 1.1 +6 -0 doc/it_IT.ISO8859-15/share/images/callouts/6.png (new) 1.1 +4 -0 doc/it_IT.ISO8859-15/share/images/callouts/7.png (new) 1.1 +5 -0 doc/it_IT.ISO8859-15/share/images/callouts/8.png (new) 1.1 +4 -0 doc/it_IT.ISO8859-15/share/images/callouts/9.png (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 4:16: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94EED37B401; Sun, 22 Sep 2002 04:15:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A9CC43E6E; Sun, 22 Sep 2002 04:15:57 -0700 (PDT) (envelope-from mckay@FreeBSD.org) Received: from freefall.freebsd.org (mckay@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MBFvCo023064; Sun, 22 Sep 2002 04:15:57 -0700 (PDT) (envelope-from mckay@freefall.freebsd.org) Received: (from mckay@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MBFv00023063; Sun, 22 Sep 2002 04:15:57 -0700 (PDT) Message-Id: <200209221115.g8MBFv00023063@freefall.freebsd.org> From: Stephen McKay Date: Sun, 22 Sep 2002 04:15:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckay 2002/09/22 04:15:57 PDT Modified files: bin/cp cp.c Log: cp -p could report success even if a file copy failed. This was due to the cumulative exit status being overwritten when directory permissions were being set. This was particularly bad when called from mv(1) to perform a cross-device move as the original files were deleted even if the copy failed. Reported by: Slaven Rezic Patch by: bde PR: 42789 Revision Changes Path 1.42 +4 -3 src/bin/cp/cp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 4:16:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 218D137B40B; Sun, 22 Sep 2002 04:16:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C621043E65; Sun, 22 Sep 2002 04:16:25 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MBGPCo023110; Sun, 22 Sep 2002 04:16:25 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MBGP3w023109; Sun, 22 Sep 2002 04:16:25 -0700 (PDT) Message-Id: <200209221116.g8MBGP3w023109@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 04:16:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/it_IT.ISO8859-15/books/handbook/users Makefile chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 04:16:25 PDT Added files: it_IT.ISO8859-15/books/handbook/users Makefile chapter.sgml Log: Say hello to the Italian translation effort of our Handbook. PR: docs/42926 Submitted by: Alex Dupre Revision Changes Path 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/users/Makefile (new) 1.1 +74 -0 doc/it_IT.ISO8859-15/books/handbook/users/chapter.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 4:18:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A838137B401; Sun, 22 Sep 2002 04:18:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4893D43E65; Sun, 22 Sep 2002 04:18:32 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MBIWCo023319; Sun, 22 Sep 2002 04:18:32 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MBIWGI023318; Sun, 22 Sep 2002 04:18:32 -0700 (PDT) Message-Id: <200209221118.g8MBIWGI023318@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 04:18:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/it_IT.ISO8859-15/books/handbook/vinum Makefile chapter.sgml vinum-concat.pic vinum-mirrored-vol.pic vinum-raid10-vol.pic vinum-raid5-org.pic vinum-simple-vol.pic vinum-striped-vol.pic vinum-striped.pic X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 04:18:32 PDT Added files: it_IT.ISO8859-15/books/handbook/vinum Makefile chapter.sgml vinum-concat.pic vinum-mirrored-vol.pic vinum-raid10-vol.pic vinum-raid5-org.pic vinum-simple-vol.pic vinum-striped-vol.pic vinum-striped.pic Log: Say hello to the Italian translation effort of our Handbook. PR: docs/42926 Submitted by: Alex Dupre Revision Changes Path 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/vinum/Makefile (new) 1.1 +1035 -0 doc/it_IT.ISO8859-15/books/handbook/vinum/chapter.sgml (new) 1.1 +78 -0 doc/it_IT.ISO8859-15/books/handbook/vinum/vinum-concat.pic (new) 1.1 +25 -0 doc/it_IT.ISO8859-15/books/handbook/vinum/vinum-mirrored-vol.pic (new) 1.1 +108 -0 doc/it_IT.ISO8859-15/books/handbook/vinum/vinum-raid10-vol.pic (new) 1.1 +84 -0 doc/it_IT.ISO8859-15/books/handbook/vinum/vinum-raid5-org.pic (new) 1.1 +21 -0 doc/it_IT.ISO8859-15/books/handbook/vinum/vinum-simple-vol.pic (new) 1.1 +62 -0 doc/it_IT.ISO8859-15/books/handbook/vinum/vinum-striped-vol.pic (new) 1.1 +84 -0 doc/it_IT.ISO8859-15/books/handbook/vinum/vinum-striped.pic (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 4:30:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252C837B401; Sun, 22 Sep 2002 04:30:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE99343E6A; Sun, 22 Sep 2002 04:30:51 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MBUpCo031412; Sun, 22 Sep 2002 04:30:51 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MBUpJn031411; Sun, 22 Sep 2002 04:30:51 -0700 (PDT) Message-Id: <200209221130.g8MBUpJn031411@freefall.freebsd.org> From: Maxim Konovalov Date: Sun, 22 Sep 2002 04:30:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/09/22 04:30:51 PDT Modified files: sbin/ipfw ipfw.8 Log: o Fix a typo. o Remove EOL spaces. Submitted by: Harold Gutch (typo patch) Approved by: luigi MFC after: 3 days Revision Changes Path 1.113 +3 -3 src/sbin/ipfw/ipfw.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 5: 3:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1174337B401; Sun, 22 Sep 2002 05:03:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B785543E3B; Sun, 22 Sep 2002 05:03:31 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MC3UCo051699; Sun, 22 Sep 2002 05:03:30 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MC3USX051698; Sun, 22 Sep 2002 05:03:30 -0700 (PDT) Message-Id: <200209221203.g8MC3USX051698@freefall.freebsd.org> From: Alexander Leidinger Date: Sun, 22 Sep 2002 05:03:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ifc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/09/22 05:03:30 PDT Modified files: lang/ifc Makefile distinfo pkg-plist Log: Update to 6.0.1.304. Submitted by: maintainer Approved by: kris PR: 43150 Revision Changes Path 1.6 +12 -13 ports/lang/ifc/Makefile 1.3 +1 -1 ports/lang/ifc/distinfo 1.3 +1 -1 ports/lang/ifc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 5:20:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C307537B401; Sun, 22 Sep 2002 05:20:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FF143E42; Sun, 22 Sep 2002 05:20:24 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MCKOCo061306; Sun, 22 Sep 2002 05:20:24 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MCKOcm061305; Sun, 22 Sep 2002 05:20:24 -0700 (PDT) Message-Id: <200209221220.g8MCKOcm061305@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 22 Sep 2002 05:20:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/09/22 05:20:24 PDT Modified files: (Branch: RELENG_4) lib/libc/net getaddrinfo.c Log: Fix a typo in previous MFC. Reported by: many folks Not exactly approved by: re Revision Changes Path 1.9.2.11 +1 -1 src/lib/libc/net/getaddrinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 5:25:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE6D37B401; Sun, 22 Sep 2002 05:25:20 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 153C543E65; Sun, 22 Sep 2002 05:25:20 -0700 (PDT) (envelope-from nectar@nectar.cc) Received: by gw.nectar.cc (Postfix, from userid 1001) id 7301259; Sun, 22 Sep 2002 07:25:19 -0500 (CDT) Date: Sun, 22 Sep 2002 07:25:19 -0500 From: "Jacques A. Vidrine" To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net getaddrinfo.c Message-ID: <20020922122519.GA53085@hellblazer.nectar.cc> Mail-Followup-To: "Jacques A. Vidrine" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org References: <20020922122028.3191437B445@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020922122028.3191437B445@hub.freebsd.org> User-Agent: Mutt/1.3.27i X-Url: http://www.celabo.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 22, 2002 at 05:20:28AM -0700, Jacques A. Vidrine wrote: > nectar 2002/09/22 05:20:24 PDT > > Modified files: (Branch: RELENG_4) > lib/libc/net getaddrinfo.c > Log: > Fix a typo in previous MFC. > > Reported by: many folks > Not exactly approved by: re re@ approved the original MFC. I did not request approval for this follow-up commit because it was so obviously broken and biting so many people. Sorry all! The typo was not in my local tree; I'm not sure where I inserted it. Thanks for all the reports! Cheers, -- Jacques A. Vidrine http://www.nectar.cc/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 6: 5:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3057437B401; Sun, 22 Sep 2002 06:05:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E83A743E65; Sun, 22 Sep 2002 06:05:53 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MD5rCo077265; Sun, 22 Sep 2002 06:05:53 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MD5rP6077262; Sun, 22 Sep 2002 06:05:53 -0700 (PDT) Message-Id: <200209221305.g8MD5rP6077262@freefall.freebsd.org> From: Alexander Leidinger Date: Sun, 22 Sep 2002 06:05:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile ports/lang/icc/files assert_fail.c ld.c mcount.S patch-icc patch-icpc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/09/22 06:05:52 PDT Modified files: lang/icc Makefile lang/icc/files ld.c patch-icc patch-icpc Added files: lang/icc/files assert_fail.c mcount.S Log: - link libc_pic.a when compiling with "-KPIC -static" - link libc_p.a/lib_c_r.a when compiling with "-pg -static" - fix unresolved symbols to make "-pg" and "-prof_gen" work Submitted by: marius@alchemy.franken.de Approved by: kris Revision Changes Path 1.20 +6 -4 ports/lang/icc/Makefile 1.1 +40 -0 ports/lang/icc/files/assert_fail.c (new) 1.3 +54 -13 ports/lang/icc/files/ld.c 1.1 +34 -0 ports/lang/icc/files/mcount.S (new) 1.4 +4 -1 ports/lang/icc/files/patch-icc 1.3 +4 -1 ports/lang/icc/files/patch-icpc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 6:10:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2A3137B401; Sun, 22 Sep 2002 06:10:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E8C43E65; Sun, 22 Sep 2002 06:10:48 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MDAmCo078322; Sun, 22 Sep 2002 06:10:48 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MDAmlg078321; Sun, 22 Sep 2002 06:10:48 -0700 (PDT) Message-Id: <200209221310.g8MDAmlg078321@freefall.freebsd.org> From: Alexander Leidinger Date: Sun, 22 Sep 2002 06:10:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/stlport-icc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/09/22 06:10:48 PDT Modified files: devel/stlport-icc Makefile Log: Don't build a package, we don't have icc on the package building cluster. Approved by: kris Revision Changes Path 1.2 +2 -0 ports/devel/stlport-icc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 6:19:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE6B37B401; Sun, 22 Sep 2002 06:19:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C82543E4A; Sun, 22 Sep 2002 06:19:33 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MDJXCo080583; Sun, 22 Sep 2002 06:19:33 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MDJXWZ080582; Sun, 22 Sep 2002 06:19:33 -0700 (PDT) Message-Id: <200209221319.g8MDJXWZ080582@freefall.freebsd.org> From: Alexander Leidinger Date: Sun, 22 Sep 2002 06:19:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/stlport/files src::icc-freebsd.mak test::eh::icc-freebsd.mak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/09/22 06:19:33 PDT Modified files: devel/stlport/files src::icc-freebsd.mak test::eh::icc-freebsd.mak Log: This change only affects the icc part of stlport: - link with the threaded libc (the gcc case does this already) Submitted by: marius@alchemy.franken.de Approved by: kris Revision Changes Path 1.2 +2 -2 ports/devel/stlport/files/src::icc-freebsd.mak 1.2 +2 -2 ports/devel/stlport/files/test::eh::icc-freebsd.mak To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 6:24:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B46C037B401; Sun, 22 Sep 2002 06:24:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A7343E3B; Sun, 22 Sep 2002 06:24:18 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MDOICo082361; Sun, 22 Sep 2002 06:24:18 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MDOIR0082360; Sun, 22 Sep 2002 06:24:18 -0700 (PDT) Message-Id: <200209221324.g8MDOIR0082360@freefall.freebsd.org> From: Alexander Leidinger Date: Sun, 22 Sep 2002 06:24:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/09/22 06:24:18 PDT Modified files: . LEGAL Log: Correct the entries for Intels C/C++ and Fortran compiler. Approved by: kris Revision Changes Path 1.256 +3 -3 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 6:25:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99EA037B401; Sun, 22 Sep 2002 06:25:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C4ED43E6A; Sun, 22 Sep 2002 06:25:58 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MDPwCo082494; Sun, 22 Sep 2002 06:25:58 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MDPwgL082493; Sun, 22 Sep 2002 06:25:58 -0700 (PDT) Message-Id: <200209221325.g8MDPwgL082493@freefall.freebsd.org> From: Ian Dowse Date: Sun, 22 Sep 2002 06:25:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_namecache.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/22 06:25:58 PDT Modified files: sys/coda coda_namecache.h Log: Attempt to fix the error reported by the alpha tinderbox. A pointer was being cast to an integer as part of a hash function, so just add an intptr_t cast to silence the warning. Revision Changes Path 1.8 +2 -2 src/sys/coda/coda_namecache.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 7:17:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7896737B401; Sun, 22 Sep 2002 07:17:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D34843E6A; Sun, 22 Sep 2002 07:17:45 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MEHiCo003994; Sun, 22 Sep 2002 07:17:45 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MEHiT5003993; Sun, 22 Sep 2002 07:17:44 -0700 (PDT) Message-Id: <200209221417.g8MEHiT5003993@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 22 Sep 2002 07:17:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libtai pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/22 07:17:44 PDT Modified files: devel/libtai pkg-plist Log: Remove forgotten dir PR: 43248 Submitted by: Edwin Groothuis Revision Changes Path 1.3 +1 -0 ports/devel/libtai/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 7:20: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 749A937B401 for ; Sun, 22 Sep 2002 07:20:08 -0700 (PDT) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id D4BBA43E75 for ; Sun, 22 Sep 2002 07:20:06 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: (qmail 6371 invoked from network); 22 Sep 2002 14:13:16 -0000 Received: from upnet-dialinpool-31.upatras.gr (HELO hades.hell.gr) (150.140.128.223) by nic.upatras.gr with SMTP; 22 Sep 2002 14:13:16 -0000 Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.3) with ESMTP id g8MEK8Du000997; Sun, 22 Sep 2002 17:20:08 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by hades.hell.gr (8.12.6/8.12.3/Submit) id g8MEK8xG000996; Sun, 22 Sep 2002 17:20:08 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Sun, 22 Sep 2002 17:20:07 +0300 From: Giorgos Keramidas To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/vim Makefile ports/editors/vim/files patch-01 Message-ID: <20020922142007.GH496@hades.hell.gr> References: <200209212349.g8LNnSsv020866@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209212349.g8LNnSsv020866@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-09-21 16:49, "David E. O'Brien" wrote: > obrien 2002/09/21 16:49:28 PDT > > Modified files: > editors/vim Makefile > editors/vim/files patch-01 > Log: > This removes the need for one of the patches for WITH_PERL. I've heard > vague problems with building with WITH_PERL, but I've never been able to > get hard evidence. The only problems I ever had with the previous version though were caused by perl-wrapper bugs. I have a local meta-port that includes a RUN_DEPENDS list with all the programs I like having around. When, at first, I had written RUN_DEPENDS as: RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ vim:${PORTSDIR}/editors/vim \ perl:${PORTSDIR}/lang/perl5 The installation of vim failed because of /usr/bin/perl being in the PATH, even though /usr/bin/perl could not patch the vim source. One solution was to change my RUN_DEPENDS to depend explicitly on ${LOCALBASE}/bin/perl :-) But, thanks for this last change anyway. Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 7:55:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1971E37B401; Sun, 22 Sep 2002 07:55:09 -0700 (PDT) Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C9E43E6E; Sun, 22 Sep 2002 07:55:08 -0700 (PDT) (envelope-from corex@newtrinity.default-network.net) Received: from newtrinity.default-network.net (markus@localhost [127.0.0.1]) by newtrinity.default-network.net (8.12.3/8.12.3/DEFAULT-NETWORK.NET) with ESMTP id g8MEt64H081409; Sun, 22 Sep 2002 16:55:06 +0200 (CEST) (envelope-from corex@newtrinity.default-network.net) Received: (from corex@localhost) by newtrinity.default-network.net (8.12.3/8.12.3/Submit) id g8MEt65h081408; Sun, 22 Sep 2002 16:55:06 +0200 (CEST) (envelope-from corex) Date: Sun, 22 Sep 2002 16:55:06 +0200 From: marius@alchemy.franken.de To: Alexander Leidinger Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/stlport/files src::icc-freebsd.mak test::eh::icc-freebsd.mak Message-ID: <20020922165506.L49547@newtrinity.default-network.net> References: <200209221319.g8MDJXWZ080582@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209221319.g8MDJXWZ080582@freefall.freebsd.org>; from netchild@FreeBSD.ORG on Sun, Sep 22, 2002 at 06:19:33AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 22, 2002 at 06:19:33AM -0700, Alexander Leidinger wrote: > netchild 2002/09/22 06:19:33 PDT > > Modified files: > devel/stlport/files src::icc-freebsd.mak > test::eh::icc-freebsd.mak > Log: > This change only affects the icc part of stlport: > - link with the threaded libc (the gcc case does this already) > The stlport libraries were already linked with the threaded libc as ICC's libcxa and libunwind depend on them when compiling C++. What this commit changes is to produce multi-threaded code by passing "-mt" to the compiler and that's what the gcc case already did. "-mt" is badly documented, i.e. doesn't show up in the output of `icc -help`, it's only vaguely "documented" in icc_issues.txt and triggers generation of thread-safe code in addition to linking the thread-safe libircmt instead of ICC's libirc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 8: 6:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4998137B401; Sun, 22 Sep 2002 08:06:56 -0700 (PDT) Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6893F43E65; Sun, 22 Sep 2002 08:06:55 -0700 (PDT) (envelope-from corex@newtrinity.default-network.net) Received: from newtrinity.default-network.net (markus@localhost [127.0.0.1]) by newtrinity.default-network.net (8.12.3/8.12.3/DEFAULT-NETWORK.NET) with ESMTP id g8MF6s4H081767; Sun, 22 Sep 2002 17:06:54 +0200 (CEST) (envelope-from corex@newtrinity.default-network.net) Received: (from corex@localhost) by newtrinity.default-network.net (8.12.3/8.12.3/Submit) id g8MF6s5D081766; Sun, 22 Sep 2002 17:06:54 +0200 (CEST) (envelope-from corex) Date: Sun, 22 Sep 2002 17:06:54 +0200 From: marius@alchemy.franken.de To: Alexander Leidinger Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports LEGAL Message-ID: <20020922170654.M49547@newtrinity.default-network.net> References: <200209221324.g8MDOIR0082360@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209221324.g8MDOIR0082360@freefall.freebsd.org>; from netchild@FreeBSD.ORG on Sun, Sep 22, 2002 at 06:24:18AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 22, 2002 at 06:24:18AM -0700, Alexander Leidinger wrote: > netchild 2002/09/22 06:24:18 PDT > > Modified files: > . LEGAL > Log: > Correct the entries for Intels C/C++ and Fortran compiler. > > Approved by: kris > > Revision Changes Path > 1.256 +3 -3 ports/LEGAL > -l_cc_pu_6.0.149.tar ports/lang/icc No redistribution allowed -l_fc_pu_6.0.159.tar ports/lang/ifc No redistribution allowed +l_cc_pu_6.0.*.tar ports/lang/icc No redistribution allowed +l_fc_pu_6.0.*.tar ports/lang/ifc No redistribution allowed There's no 'u' in the name of the current distfile: futile# ls /usr/ports/distfiles/l_* /usr/ports/distfiles/l_cc_p_6.0.1.304.tar /usr/ports/distfiles/l_cc_pu_6.0.159.tar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 8:54:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90AC237B401; Sun, 22 Sep 2002 08:54:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4343043E75; Sun, 22 Sep 2002 08:54:48 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MFslCo035176; Sun, 22 Sep 2002 08:54:48 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MFslnf035106; Sun, 22 Sep 2002 08:54:47 -0700 (PDT) Message-Id: <200209221554.g8MFslnf035106@freefall.freebsd.org> From: Patrick Li Date: Sun, 22 Sep 2002 08:54:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/ratmenu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/09/22 08:54:47 PDT Modified files: x11-wm/ratmenu Makefile Log: Fix fetching distfile: move download site to maintainer's PR: ports/43251 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/x11-wm/ratmenu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 8:56:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C56B37B401; Sun, 22 Sep 2002 08:56:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B6343E4A; Sun, 22 Sep 2002 08:56:56 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MFuuCo039959; Sun, 22 Sep 2002 08:56:56 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MFuuIN039958; Sun, 22 Sep 2002 08:56:56 -0700 (PDT) Message-Id: <200209221556.g8MFuuIN039958@freefall.freebsd.org> From: Patrick Li Date: Sun, 22 Sep 2002 08:56:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/keylaunch Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/09/22 08:56:55 PDT Modified files: x11/keylaunch Makefile Log: Fix fetching distfile: move download site to maintainer's PR: ports/43250 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/x11/keylaunch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 8:59:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A84637B401; Sun, 22 Sep 2002 08:59:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B224943E65; Sun, 22 Sep 2002 08:59:38 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MFxcCo040203; Sun, 22 Sep 2002 08:59:38 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MFxcX1040202; Sun, 22 Sep 2002 08:59:38 -0700 (PDT) Message-Id: <200209221559.g8MFxcX1040202@freefall.freebsd.org> From: Alexander Leidinger Date: Sun, 22 Sep 2002 08:59:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/09/22 08:59:37 PDT Modified files: . LEGAL Log: Argh, fix the icc/ifc lines (last commit until I'm healthy again; if someone thinks this and the last commit have to get backed out, feel free to do so, I don't touch the repository for at least a week). Noticed by: marius@alchemy.franken.de Approved by: kris (in principle) Revision Changes Path 1.257 +3 -3 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 9:46:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F7B37B401; Sun, 22 Sep 2002 09:46:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5F543E4A; Sun, 22 Sep 2002 09:46:15 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MGkECo056339; Sun, 22 Sep 2002 09:46:14 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MGkE10056338; Sun, 22 Sep 2002 09:46:14 -0700 (PDT) Message-Id: <200209221646.g8MGkE10056338@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 09:46:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 09:46:14 PDT Modified files: fr_FR.ISO8859-1/articles/pr-guidelines article.sgml Log: Typos fixing. Revision Changes Path 1.4 +6 -6 doc/fr_FR.ISO8859-1/articles/pr-guidelines/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 9:56:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B5837B401; Sun, 22 Sep 2002 09:56:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5740643E75; Sun, 22 Sep 2002 09:56:22 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MGuMCo058439; Sun, 22 Sep 2002 09:56:22 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MGuMUZ058438; Sun, 22 Sep 2002 09:56:22 -0700 (PDT) Message-Id: <200209221656.g8MGuMUZ058438@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 09:56:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/problem-reports article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 09:56:22 PDT Modified files: fr_FR.ISO8859-1/articles/problem-reports article.sgml Log: Typos fixing. Revision Changes Path 1.2 +11 -11 doc/fr_FR.ISO8859-1/articles/problem-reports/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 10: 0:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB9137B401; Sun, 22 Sep 2002 10:00:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF4D43E6A; Sun, 22 Sep 2002 10:00:35 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MH0ZCo058719; Sun, 22 Sep 2002 10:00:35 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MH0XCx058718; Sun, 22 Sep 2002 10:00:35 -0700 (PDT) Message-Id: <200209221700.g8MH0XCx058718@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 10:00:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/cvsup-advanced article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 10:00:33 PDT Modified files: fr_FR.ISO8859-1/articles/cvsup-advanced article.sgml Log: Typos fixing. Revision Changes Path 1.2 +5 -5 doc/fr_FR.ISO8859-1/articles/cvsup-advanced/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 10: 6:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D1437B401; Sun, 22 Sep 2002 10:06:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A462E43E4A; Sun, 22 Sep 2002 10:06:47 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MH6lCo083324; Sun, 22 Sep 2002 10:06:47 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MH6l7C083313; Sun, 22 Sep 2002 10:06:47 -0700 (PDT) Message-Id: <200209221706.g8MH6l7C083313@freefall.freebsd.org> From: Ville Skyttä Date: Sun, 22 Sep 2002 10:06:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb README.FreeBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/09/22 10:06:47 PDT Modified files: cvsweb README.FreeBSD Log: Typo fix. Revision Changes Path 1.15 +1 -1 projects/cvsweb/README.FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 10: 9:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D8937B401; Sun, 22 Sep 2002 10:09:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5C743E6A; Sun, 22 Sep 2002 10:09:22 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MH9MCo099247; Sun, 22 Sep 2002 10:09:22 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MH9MxP099246; Sun, 22 Sep 2002 10:09:22 -0700 (PDT) Message-Id: <200209221709.g8MH9MxP099246@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 10:09:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/dialup-firewall article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 10:09:22 PDT Modified files: fr_FR.ISO8859-1/articles/dialup-firewall article.sgml Log: Typos fixing. Revision Changes Path 1.3 +7 -7 doc/fr_FR.ISO8859-1/articles/dialup-firewall/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 10:22:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E4537B401; Sun, 22 Sep 2002 10:22:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7585E43E3B; Sun, 22 Sep 2002 10:22:24 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MHMOCo003266; Sun, 22 Sep 2002 10:22:24 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MHMO5X003265; Sun, 22 Sep 2002 10:22:24 -0700 (PDT) Message-Id: <200209221722.g8MHMO5X003265@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 10:22:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/ipsec-must article.sgml doc/fr_FR.ISO8859-1/articles/cvsup-advanced article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 10:22:24 PDT Modified files: fr_FR.ISO8859-1/articles/ipsec-must article.sgml fr_FR.ISO8859-1/articles/cvsup-advanced article.sgml Log: Addition of missing lang="fr" Revision Changes Path 1.3 +2 -2 doc/fr_FR.ISO8859-1/articles/cvsup-advanced/article.sgml 1.3 +2 -2 doc/fr_FR.ISO8859-1/articles/ipsec-must/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 10:36:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76A9137B401; Sun, 22 Sep 2002 10:36:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB2643E42; Sun, 22 Sep 2002 10:36:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MHa9Co005544; Sun, 22 Sep 2002 10:36:09 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MHa88X005543; Sun, 22 Sep 2002 10:36:08 -0700 (PDT) Message-Id: <200209221736.g8MHa88X005543@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 22 Sep 2002 10:36:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/asmodem/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/22 10:36:08 PDT Modified files: comms/asmodem/files patch-aa Log: fix build on -current (machine/types.h no loner exists) PR: 42541 Submitted by: maintainer Revision Changes Path 1.3 +3 -3 ports/comms/asmodem/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 10:58:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1924437B401; Sun, 22 Sep 2002 10:58:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD87043E42; Sun, 22 Sep 2002 10:58:50 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MHwoCo009758; Sun, 22 Sep 2002 10:58:50 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MHwoLP009757; Sun, 22 Sep 2002 10:58:50 -0700 (PDT) Message-Id: <200209221758.g8MHwoLP009757@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 22 Sep 2002 10:58:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/naim Makefile pkg-plist ports/net/naim/files patch-ltmain.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/22 10:58:50 PDT Modified files: net/naim Makefile pkg-plist Added files: net/naim/files patch-ltmain.sh Log: 1. add missing files into plist 2. properly use PORTDOCS in plist PR: 43253 (1) Submitted by: Edwin Groothuis Revision Changes Path 1.24 +4 -3 ports/net/naim/Makefile 1.1 +25 -0 ports/net/naim/files/patch-ltmain.sh (new) 1.5 +8 -3 ports/net/naim/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 11: 2:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F98537B401; Sun, 22 Sep 2002 11:02:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F3943E3B; Sun, 22 Sep 2002 11:02:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MI2JCo011598; Sun, 22 Sep 2002 11:02:19 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MI2Jo7011597; Sun, 22 Sep 2002 11:02:19 -0700 (PDT) Message-Id: <200209221802.g8MI2Jo7011597@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 22 Sep 2002 11:02:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/marbles Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/22 11:02:19 PDT Modified files: games/marbles Makefile Log: add missing man page PR: 43252 Submitted by: Edwin Groothuis Revision Changes Path 1.2 +3 -0 ports/games/marbles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 11: 5:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEC2737B401; Sun, 22 Sep 2002 11:05:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9174D43E42; Sun, 22 Sep 2002 11:05:33 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MI5XCo015823; Sun, 22 Sep 2002 11:05:33 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MI5XZY015804; Sun, 22 Sep 2002 11:05:33 -0700 (PDT) Message-Id: <200209221805.g8MI5XZY015804@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 22 Sep 2002 11:05:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.ftp.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/22 11:05:33 PDT Modified files: astro/xearth/files freebsd.ftp.markers Log: Correct the ftp.fi.freebsd.org location. Submitted by: scop & the ftp.fi.freebsd.org maintainer Approved by: knu (self) Revision Changes Path 1.16 +1 -1 ports/astro/xearth/files/freebsd.ftp.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 11:20:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1388F37B404; Sun, 22 Sep 2002 11:20:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 770A143E4A; Sun, 22 Sep 2002 11:20:47 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MIKlCo018943; Sun, 22 Sep 2002 11:20:47 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MIKlPp018942; Sun, 22 Sep 2002 11:20:47 -0700 (PDT) Message-Id: <200209221820.g8MIKlPp018942@freefall.freebsd.org> From: Hiroki Sato Date: Sun, 22 Sep 2002 11:20:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/09/22 11:20:47 PDT Modified files: (Branch: RELENG_4) release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Catch up with the English version: 1.22.2.278 -> 1.22.2.294 relnotes/common/new.sgml (Note: an uncertain item is not activated yet.) Approved by: re(bmah) Revision Changes Path 1.5.2.34 +160 -11 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 11:27:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB59037B404; Sun, 22 Sep 2002 11:27:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F59A43E3B; Sun, 22 Sep 2002 11:27:29 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MIRTCo021030; Sun, 22 Sep 2002 11:27:29 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MIRTtF021029; Sun, 22 Sep 2002 11:27:29 -0700 (PDT) Message-Id: <200209221827.g8MIRTtF021029@freefall.freebsd.org> From: John Polstra Date: Sun, 22 Sep 2002 11:27:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/09/22 11:27:29 PDT Modified files: sys/dev/bge if_bge.c Log: Set up the BCM570x chip's DMA Read/Write Control register more correctly. This fixes the "watchdog timeout -- resetting" errors seen on Dell 2650 systems. MFC after: 1 month Revision Changes Path 1.20 +10 -2 src/sys/dev/bge/if_bge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 11:34:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5086B37B404; Sun, 22 Sep 2002 11:34:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 018DF43E65; Sun, 22 Sep 2002 11:34:57 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MIYuCo023120; Sun, 22 Sep 2002 11:34:56 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MIYuum023119; Sun, 22 Sep 2002 11:34:56 -0700 (PDT) Message-Id: <200209221834.g8MIYuum023119@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 11:34:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/java-tomcat article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 11:34:56 PDT Modified files: fr_FR.ISO8859-1/articles/java-tomcat article.sgml Log: Fix typos and quote tags. Revision Changes Path 1.3 +37 -37 doc/fr_FR.ISO8859-1/articles/java-tomcat/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 11:40:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB29837B401; Sun, 22 Sep 2002 11:40:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA1943E6E; Sun, 22 Sep 2002 11:40:50 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MIeoCo023450; Sun, 22 Sep 2002 11:40:50 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MIeoud023449; Sun, 22 Sep 2002 11:40:50 -0700 (PDT) Message-Id: <200209221840.g8MIeoud023449@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 22 Sep 2002 11:40:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ocaml-lablgtk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/22 11:40:50 PDT Modified files: x11-toolkits/ocaml-lablgtk Makefile Log: fix build PR: 43213 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/x11-toolkits/ocaml-lablgtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 11:48:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1BFF37B401; Sun, 22 Sep 2002 11:48:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7400243E6A; Sun, 22 Sep 2002 11:48:46 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MImkCo025925; Sun, 22 Sep 2002 11:48:46 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MImjhE025924; Sun, 22 Sep 2002 11:48:45 -0700 (PDT) Message-Id: <200209221848.g8MImjhE025924@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 22 Sep 2002 11:48:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/yorick-doc Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/22 11:48:45 PDT Modified files: lang/yorick-doc Makefile pkg-plist Log: fix plist PR: 43165 Submitted by: Edwin Groothuis Revision Changes Path 1.2 +1 -0 ports/lang/yorick-doc/Makefile 1.2 +6 -6 ports/lang/yorick-doc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 11:49:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C8537B401; Sun, 22 Sep 2002 11:49:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF1443E3B; Sun, 22 Sep 2002 11:49:49 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MInnCo026108; Sun, 22 Sep 2002 11:49:49 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MInnlq026104; Sun, 22 Sep 2002 11:49:49 -0700 (PDT) Message-Id: <200209221849.g8MInnlq026104@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 11:49:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/laptop article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 11:49:48 PDT Modified files: fr_FR.ISO8859-1/articles/laptop article.sgml Log: Typos fixing. Revision Changes Path 1.2 +4 -6 doc/fr_FR.ISO8859-1/articles/laptop/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 11:59: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3B9137B401; Sun, 22 Sep 2002 11:58:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577F343E4A; Sun, 22 Sep 2002 11:58:59 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MIwxCo029032; Sun, 22 Sep 2002 11:58:59 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MIwxOH029031; Sun, 22 Sep 2002 11:58:59 -0700 (PDT) Message-Id: <200209221858.g8MIwxOH029031@freefall.freebsd.org> From: John Polstra Date: Sun, 22 Sep 2002 11:58:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/09/22 11:58:59 PDT Modified files: sys/dev/bge if_bge.c Log: Follow the lead of recent changes in the 3com Linux driver by disabling memory write invalidate unconditionally. It looks like they've decided that MWI just doesn't work with these devices. Also, remove now-irrelevant code that set PCI write boundary values based on the cache line size. MFC after: 2 weeks Revision Changes Path 1.21 +3 -46 src/sys/dev/bge/if_bge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 12: 3:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AE0D37B401; Sun, 22 Sep 2002 12:03:21 -0700 (PDT) Received: from mailreg.NCTU.edu.tw (mailreg.nctu.edu.tw [140.113.27.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F72143E3B; Sun, 22 Sep 2002 12:02:46 -0700 (PDT) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mailreg.NCTU.edu.tw (Postfix) with ESMTP id AB3AB5943B2; Sun, 22 Sep 2002 23:39:19 +0800 (CST) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id 976B73E6C; Sun, 22 Sep 2002 23:39:22 +0800 (CST) Date: Sun, 22 Sep 2002 23:39:22 +0800 From: Ying-Chieh Liao To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/jasper Makefile Message-ID: <20020922153922.GA10108@terry.dragon2.net> References: <200209221036.g8MAaBUM004236@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <200209221036.g8MAaBUM004236@freefall.freebsd.org> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 22, 2002 at 03:36:11 -0700, Akinori MUSHA wrote: > Log: > The only master site is down. Add some ImageMagick sites that mirror > the jasper distfile. (Time for MASTER_SITE_IMAGEMAGICK?) if there are a lot of ports using it :) --=20 char*p=3D"char*p=3D%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,= 34);} -- Anonymous --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9jeQqrMYBZRHAI4IRAkLuAKCdbfuEhdDmL4VETT7nyJJX9FMu8gCg/EAK 77F9hpUm03LQPnb30Cawhis= =5q8k -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 12:27: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 239E737B401; Sun, 22 Sep 2002 12:27:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC1FD43E6A; Sun, 22 Sep 2002 12:27:07 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MJR7Co039833; Sun, 22 Sep 2002 12:27:07 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MJR7FU039832; Sun, 22 Sep 2002 12:27:07 -0700 (PDT) Message-Id: <200209221927.g8MJR7FU039832@freefall.freebsd.org> From: John Polstra Date: Sun, 22 Sep 2002 12:27:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/09/22 12:27:07 PDT Modified files: sys/dev/bge if_bge.c Log: Fix a couple of longstanding typos which would have made a statement fail to compile if it weren't inside "#ifdef __brokenalpha__". Submitted by: Birger Toedtmann MFC after: 2 weeks Revision Changes Path 1.22 +2 -1 src/sys/dev/bge/if_bge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 12:29:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A48737B401; Sun, 22 Sep 2002 12:29:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBA643E4A; Sun, 22 Sep 2002 12:29:58 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MJTwCo040034; Sun, 22 Sep 2002 12:29:58 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MJTweV040033; Sun, 22 Sep 2002 12:29:58 -0700 (PDT) Message-Id: <200209221929.g8MJTweV040033@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Sep 2002 12:29:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/pxe article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/22 12:29:57 PDT Modified files: fr_FR.ISO8859-1/articles/pxe article.sgml Log: Use of sgml codes, various cleaning. Revision Changes Path 1.2 +141 -125 doc/fr_FR.ISO8859-1/articles/pxe/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 12:48:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BE637B401; Sun, 22 Sep 2002 12:48:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABA943E3B; Sun, 22 Sep 2002 12:48:41 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MJmfCo044537; Sun, 22 Sep 2002 12:48:41 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MJmfpO044536; Sun, 22 Sep 2002 12:48:41 -0700 (PDT) Message-Id: <200209221948.g8MJmfpO044536@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 22 Sep 2002 12:48:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/gftp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/22 12:48:41 PDT Modified files: ftp/gftp Makefile Log: Fix build and package build after recent GNOMENG conversion. Revision Changes Path 1.24 +8 -7 ports/ftp/gftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 13:27: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D7B737B401; Sun, 22 Sep 2002 13:26:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B57A43E65; Sun, 22 Sep 2002 13:26:59 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MKQxCo057332; Sun, 22 Sep 2002 13:26:59 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MKQxlm057331; Sun, 22 Sep 2002 13:26:59 -0700 (PDT) Message-Id: <200209222026.g8MKQxlm057331@freefall.freebsd.org> From: Warner Losh Date: Sun, 22 Sep 2002 13:26:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard cardinfo.h i82365.h pccard.c pccard_nbk.c pccard_nbk.h pcic.c pcic_pci.c pcic_pci.h pcicvar.h slot.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/09/22 13:26:59 PDT Modified files: (Branch: RELENG_4) sys/pccard cardinfo.h i82365.h pccard.c pccard_nbk.c pccard_nbk.h pcic.c pcic_pci.c pcic_pci.h pcicvar.h slot.h Log: MFC: Lots of stuff: 1) Provide slots to pass the CIS Vendor, CIS Version, OEM ID, Product ID, and Product EXT by taking space from the largely unused misc field. 2) Cardbus voltages now work, so use them for cardbus bridges. This should fix toshiba bridges and 3.3V cards. 3) Add support for CardBus bridges mapping PC Card memory into high memory (> 16M). 4) Attempt to sanely setup the TI MFUNC register on those bridges that have it. 5) Maybe support routing 6729 bridges via PCI bus. 6) ID name length reduction. 7) Better verbage in the sysctl doc strings. 8) Add ability for 6722 users to specify how, if at all, they want to try to detect 3.3V cards. 9) Minor formatting nits Approved by: re@ Revision Changes Path 1.16.2.6 +25 -18 src/sys/pccard/cardinfo.h 1.10.2.9 +16 -0 src/sys/pccard/i82365.h 1.106.2.14 +5 -1 src/sys/pccard/pccard.c 1.15.2.11 +20 -4 src/sys/pccard/pccard_nbk.c 1.4.2.2 +3 -1 src/sys/pccard/pccard_nbk.h 1.89.2.27 +61 -16 src/sys/pccard/pcic.c 1.54.2.21 +244 -167 src/sys/pccard/pcic_pci.c 1.23.2.11 +12 -0 src/sys/pccard/pcic_pci.h 1.15.2.11 +2 -1 src/sys/pccard/pcicvar.h 1.25.2.5 +10 -6 src/sys/pccard/slot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 13:30:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B7B737B401; Sun, 22 Sep 2002 13:30:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35D143E4A; Sun, 22 Sep 2002 13:30:21 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MKULCo057627; Sun, 22 Sep 2002 13:30:21 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MKULK0057626; Sun, 22 Sep 2002 13:30:21 -0700 (PDT) Message-Id: <200209222030.g8MKULK0057626@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 22 Sep 2002 13:30:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tramp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/09/22 13:30:21 PDT Modified files: net/tramp Makefile Log: Fix mastersite. Submitted by: bento and portsurvey Revision Changes Path 1.8 +1 -1 ports/net/tramp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 14: 9:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ECB637B404; Sun, 22 Sep 2002 14:09:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5ACB43E77; Sun, 22 Sep 2002 14:09:13 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8ML9DCo072106; Sun, 22 Sep 2002 14:09:13 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8ML9D49072104; Sun, 22 Sep 2002 14:09:13 -0700 (PDT) Message-Id: <200209222109.g8ML9D49072104@freefall.freebsd.org> From: Warner Losh Date: Sun, 22 Sep 2002 14:09:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbbdevid.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/09/22 14:09:13 PDT Modified files: (Branch: RELENG_4) sys/dev/pccbb pccbbdevid.h Log: MFC: Merge the new shorter PCIC ID names. Approved by: re@ Pointy Hat to: imp for forgetting them on last commit. Revision Changes Path 1.1.2.5 +48 -45 src/sys/dev/pccbb/pccbbdevid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 14:55:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD7B937B401; Sun, 22 Sep 2002 14:55:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9028443E4A; Sun, 22 Sep 2002 14:55:51 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MLtpCo099069; Sun, 22 Sep 2002 14:55:51 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MLtpII099068; Sun, 22 Sep 2002 14:55:51 -0700 (PDT) Message-Id: <200209222155.g8MLtpII099068@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 22 Sep 2002 14:55:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pkgconfig Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/22 14:55:51 PDT Modified files: devel/pkgconfig Makefile Log: Make this fetchable. Submitted by: bento Revision Changes Path 1.23 +1 -1 ports/devel/pkgconfig/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 15:58:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6520A37B401; Sun, 22 Sep 2002 15:58:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1645143E75; Sun, 22 Sep 2002 15:58:49 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MMwmCo015757; Sun, 22 Sep 2002 15:58:48 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MMwmRA015756; Sun, 22 Sep 2002 15:58:48 -0700 (PDT) Message-Id: <200209222258.g8MMwmRA015756@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 22 Sep 2002 15:58:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 m4.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/09/22 15:58:48 PDT Modified files: ja_JP.eucJP/man/man1 m4.1 Log: Diff from 1.10.2.6 to 1.10.2.7 Submitted by: Yuko Sasaki Reviewed by: OHSAWA Chitoshi , Mori Kouji Revision Changes Path 1.14 +319 -108 doc/ja_JP.eucJP/man/man1/m4.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 16: 3:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B44EA37B401; Sun, 22 Sep 2002 16:03:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B6E43E6A; Sun, 22 Sep 2002 16:03:32 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MN3WCo017516; Sun, 22 Sep 2002 16:03:32 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MN3WlS017515; Sun, 22 Sep 2002 16:03:32 -0700 (PDT) Message-Id: <200209222303.g8MN3WlS017515@freefall.freebsd.org> From: Scott Long Date: Sun, 22 Sep 2002 16:03:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx_osm.c aic7xxx_osm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/22 16:03:32 PDT Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx_osm.c aic7xxx_osm.h Log: The ahc driver should only have one devclass, not one for each bus attachment. Submitted by: too many people to count MFC after: 3 days Revision Changes Path 1.26 +2 -4 src/sys/dev/aic7xxx/ahc_eisa.c 1.49 +3 -5 src/sys/dev/aic7xxx/ahc_pci.c 1.29 +2 -0 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.17 +3 -0 src/sys/dev/aic7xxx/aic7xxx_osm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 16:51:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0FB337B401; Sun, 22 Sep 2002 16:51:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A02843E3B; Sun, 22 Sep 2002 16:51:39 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MNpdCo031364; Sun, 22 Sep 2002 16:51:39 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MNpcEb031363; Sun, 22 Sep 2002 16:51:38 -0700 (PDT) Message-Id: <200209222351.g8MNpcEb031363@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 22 Sep 2002 16:51:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 chmod.1 lock.1 make.1 pkg_add.1 vidcontrol.1 doc/ja_JP.eucJP/man/man2 sigaction.2 sigaltstack.2 sigreturn.2 doc/ja_JP.eucJP/man/man5 exports.5 doc/ja_JP.eucJP/man/man8 memcontrol.8 pciconf.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/09/22 16:51:38 PDT Modified files: ja_JP.eucJP/man/man1 chmod.1 lock.1 make.1 pkg_add.1 vidcontrol.1 ja_JP.eucJP/man/man2 sigaction.2 sigaltstack.2 sigreturn.2 ja_JP.eucJP/man/man5 exports.5 ja_JP.eucJP/man/man8 memcontrol.8 pciconf.8 Log: Catch up with 4.7-RC-20020921-JPSNAP Revision Changes Path 1.27 +1 -1 doc/ja_JP.eucJP/man/man1/chmod.1 1.7 +11 -3 doc/ja_JP.eucJP/man/man1/lock.1 1.31 +3 -3 doc/ja_JP.eucJP/man/man1/make.1 1.29 +3 -3 doc/ja_JP.eucJP/man/man1/pkg_add.1 1.29 +8 -2 doc/ja_JP.eucJP/man/man1/vidcontrol.1 1.9 +4 -3 doc/ja_JP.eucJP/man/man2/sigaction.2 1.9 +7 -7 doc/ja_JP.eucJP/man/man2/sigaltstack.2 1.8 +9 -32 doc/ja_JP.eucJP/man/man2/sigreturn.2 1.17 +65 -18 doc/ja_JP.eucJP/man/man5/exports.5 1.8 +4 -3 doc/ja_JP.eucJP/man/man8/memcontrol.8 1.16 +11 -15 doc/ja_JP.eucJP/man/man8/pciconf.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 17:29:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA8937B401; Sun, 22 Sep 2002 17:29:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2AE643E3B; Sun, 22 Sep 2002 17:29:31 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N0TVCo041982; Sun, 22 Sep 2002 17:29:31 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N0TViH041981; Sun, 22 Sep 2002 17:29:31 -0700 (PDT) Message-Id: <200209230029.g8N0TViH041981@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 22 Sep 2002 17:29:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys alq.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/22 17:29:31 PDT Modified files: sys/sys alq.h Log: - Correct the name in the header guards. Spotted by: rwatson Revision Changes Path 1.2 +3 -3 src/sys/sys/alq.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 17:33:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25DA537B401; Sun, 22 Sep 2002 17:33:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD44943E42; Sun, 22 Sep 2002 17:33:44 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N0XiCo043841; Sun, 22 Sep 2002 17:33:44 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N0Xiog043840; Sun, 22 Sep 2002 17:33:44 -0700 (PDT) Message-Id: <200209230033.g8N0Xiog043840@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 22 Sep 2002 17:33:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/libgda2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/22 17:33:44 PDT Modified files: databases/libgda2 Makefile Log: Make this fetchable. Revision Changes Path 1.28 +1 -1 ports/databases/libgda2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 17:33:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0E937B401; Sun, 22 Sep 2002 17:33:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB0A43E3B; Sun, 22 Sep 2002 17:33:54 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N0XrCo043873; Sun, 22 Sep 2002 17:33:54 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N0Xr4Y043872; Sun, 22 Sep 2002 17:33:53 -0700 (PDT) Message-Id: <200209230033.g8N0Xr4Y043872@freefall.freebsd.org> From: Patrick Li Date: Sun, 22 Sep 2002 17:33:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qstat Makefile ports/games/qstat/files patch-config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/09/22 17:33:53 PDT Modified files: games/qstat Makefile Added files: games/qstat/files patch-config.c Log: Fix buffer overflow Submitted by: Niels Heinen Approved by: kris Revision Changes Path 1.16 +1 -0 ports/games/qstat/Makefile 1.1 +20 -0 ports/games/qstat/files/patch-config.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 17:37:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E29EA37B401; Sun, 22 Sep 2002 17:37:30 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDA343E65; Sun, 22 Sep 2002 17:37:29 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id BB3CC8129C; Mon, 23 Sep 2002 10:07:27 +0930 (CST) Date: Mon, 23 Sep 2002 10:07:27 +0930 From: Greg 'groggy' Lehey To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h Message-ID: <20020923003727.GM21093@wantadilla.lemis.com> References: <200209220711.g8M7BErU045448@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209220711.g8M7BErU045448@freefall.freebsd.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, 22 September 2002 at 0:11:14 -0700, Jeff Roberson wrote: > jeff 2002/09/22 00:11:14 PDT > > Added files: > sys/kern kern_alq.c > sys/sys alq.h > Log: > - Add an asynchronous fixed length record logging mechanism called > ALQ (Asynch. Logging Queues). ALQ supports many seperate queues with > different record and buffer sizes. It opens and logs to any vnode so > it can be used with character devices as well as regular files. What's the purpose of this functionality? Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 18:28:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC6037B401; Sun, 22 Sep 2002 18:28:29 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB9443E3B; Sun, 22 Sep 2002 18:28:28 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g8N1SRN89154; Sun, 22 Sep 2002 21:28:27 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sun, 22 Sep 2002 21:28:27 -0400 (EDT) From: Jeff Roberson To: "Greg 'groggy' Lehey" Cc: Jeff Roberson , , Subject: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h In-Reply-To: <20020923003727.GM21093@wantadilla.lemis.com> Message-ID: <20020922211607.E43954-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 23 Sep 2002, Greg 'groggy' Lehey wrote: > On Sunday, 22 September 2002 at 0:11:14 -0700, Jeff Roberson wrote: > > jeff 2002/09/22 00:11:14 PDT > > > > Added files: > > sys/kern kern_alq.c > > sys/sys alq.h > > Log: > > - Add an asynchronous fixed length record logging mechanism called > > ALQ (Asynch. Logging Queues). ALQ supports many seperate queues with > > different record and buffer sizes. It opens and logs to any vnode so > > it can be used with character devices as well as regular files. > > What's the purpose of this functionality? > > Greg > -- > See complete headers for address and phone numbers > Well, for now it's only used by ktr. I believe that it could be applied to other areas as well. In general I need it for recording long term events such as disk or network activity for post analysis. It could also be useful for diagnosing problems with VFS by logging all VOPs via ktr. It could also be used for logging binary kernel data w/o going through ktr. Any subsystem could create a queue and record it's actions over a long period. ktrace could be implemented on top of an ALQ, although this would be slightly more difficult since it does not use fixed length records. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 18:32:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E5A837B401; Sun, 22 Sep 2002 18:32:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D9943E6A; Sun, 22 Sep 2002 18:32:53 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N1WrCo059969; Sun, 22 Sep 2002 18:32:53 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N1Wr1c059968; Sun, 22 Sep 2002 18:32:53 -0700 (PDT) Message-Id: <200209230132.g8N1Wr1c059968@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 22 Sep 2002 18:32:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 exports.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/09/22 18:32:53 PDT Modified files: ja_JP.eucJP/man/man5 exports.5 Log: Fix typo Submitted by: kano@na.rim.or.jp Revision Changes Path 1.18 +1 -1 doc/ja_JP.eucJP/man/man5/exports.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 19: 7:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 406BD37B401; Sun, 22 Sep 2002 19:07:18 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF59F43E42; Sun, 22 Sep 2002 19:07:17 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D67CBAE027; Sun, 22 Sep 2002 19:07:17 -0700 (PDT) Date: Sun, 22 Sep 2002 19:07:17 -0700 From: Alfred Perlstein To: Jeff Roberson Cc: Greg 'groggy' Lehey , Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h Message-ID: <20020923020717.GC6262@elvis.mu.org> References: <20020923003727.GM21093@wantadilla.lemis.com> <20020922211607.E43954-100000@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020922211607.E43954-100000@mail.chesapeake.net> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Jeff Roberson [020922 18:28] wrote: > On Mon, 23 Sep 2002, Greg 'groggy' Lehey wrote: > > > On Sunday, 22 September 2002 at 0:11:14 -0700, Jeff Roberson wrote: > > > jeff 2002/09/22 00:11:14 PDT > > > > > > Added files: > > > sys/kern kern_alq.c > > > sys/sys alq.h > > > Log: > > > - Add an asynchronous fixed length record logging mechanism called > > > ALQ (Asynch. Logging Queues). ALQ supports many seperate queues with > > > different record and buffer sizes. It opens and logs to any vnode so > > > it can be used with character devices as well as regular files. > > > > What's the purpose of this functionality? > > > > Greg > > -- > > See complete headers for address and phone numbers > > > > Well, for now it's only used by ktr. I believe that it could be applied > to other areas as well. In general I need it for recording long term > events such as disk or network activity for post analysis. It could also > be useful for diagnosing problems with VFS by logging all VOPs via ktr. > > It could also be used for logging binary kernel data w/o going through > ktr. Any subsystem could create a queue and record it's actions over a > long period. ktrace could be implemented on top of an ALQ, although this > would be slightly more difficult since it does not use fixed length > records. Have you thought of running it into a fifo with gzip waiting on the other side? I guess that could sort of cause an infinite loop if you were recording certain process/vnode interaction unless it was batched up somehow. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 20:28: 7 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id BD52737B401; Sun, 22 Sep 2002 20:28:03 -0700 (PDT) Date: Sun, 22 Sep 2002 20:28:03 -0700 From: Juli Mallett To: Alfred Perlstein Cc: Jeff Roberson , Greg 'groggy' Lehey , Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h Message-ID: <20020922202803.A95505@FreeBSD.org> References: <20020923003727.GM21093@wantadilla.lemis.com> <20020922211607.E43954-100000@mail.chesapeake.net> <20020923020717.GC6262@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020923020717.GC6262@elvis.mu.org>; from bright@mu.org on Sun, Sep 22, 2002 at 07:07:17PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Alfred Perlstein [ Data: 2002-09-22 ] [ Subjecte: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h ] > * Jeff Roberson [020922 18:28] wrote: > > On Mon, 23 Sep 2002, Greg 'groggy' Lehey wrote: > > > > > On Sunday, 22 September 2002 at 0:11:14 -0700, Jeff Roberson wrote: > > > > jeff 2002/09/22 00:11:14 PDT > > > > > > > > Added files: > > > > sys/kern kern_alq.c > > > > sys/sys alq.h > > > > Log: > > > > - Add an asynchronous fixed length record logging mechanism called > > > > ALQ (Asynch. Logging Queues). ALQ supports many seperate queues with > > > > different record and buffer sizes. It opens and logs to any vnode so > > > > it can be used with character devices as well as regular files. > > > > > > What's the purpose of this functionality? > > > > > > Greg > > > -- > > > See complete headers for address and phone numbers > > > > > > > Well, for now it's only used by ktr. I believe that it could be applied > > to other areas as well. In general I need it for recording long term > > events such as disk or network activity for post analysis. It could also > > be useful for diagnosing problems with VFS by logging all VOPs via ktr. > > > > It could also be used for logging binary kernel data w/o going through > > ktr. Any subsystem could create a queue and record it's actions over a > > long period. ktrace could be implemented on top of an ALQ, although this > > would be slightly more difficult since it does not use fixed length > > records. > > Have you thought of running it into a fifo with gzip waiting on the > other side? I guess that could sort of cause an infinite loop if > you were recording certain process/vnode interaction unless it was > batched up somehow. Add an ALQ mutex to a vnode, and check for recursion? -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 20:40:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94C1B37B401; Sun, 22 Sep 2002 20:40:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4675943E6E; Sun, 22 Sep 2002 20:40:10 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N3eACo093151; Sun, 22 Sep 2002 20:40:10 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N3eAo8093150; Sun, 22 Sep 2002 20:40:10 -0700 (PDT) Message-Id: <200209230340.g8N3eAo8093150@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 22 Sep 2002 20:40:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind/port/freebsd/include port_after.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/22 20:40:09 PDT Modified files: contrib/bind/port/freebsd/include port_after.h Log: Use the system pselect(3). Revision Changes Path 1.14 +1 -1 src/contrib/bind/port/freebsd/include/port_after.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 20:59: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1460D37B401; Sun, 22 Sep 2002 20:59:04 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE8443E6E; Sun, 22 Sep 2002 20:59:03 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id g8N3x11H090721 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 22 Sep 2002 20:59:01 -0700 (PDT)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <038001c262b5$8d1bfee0$52557f42@errno.com> From: "Sam Leffler" To: "Jeff Roberson" Cc: , References: <20020922211607.E43954-100000@mail.chesapeake.net> Subject: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h Date: Sun, 22 Sep 2002 20:59:01 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Mon, 23 Sep 2002, Greg 'groggy' Lehey wrote: > > > On Sunday, 22 September 2002 at 0:11:14 -0700, Jeff Roberson wrote: > > > jeff 2002/09/22 00:11:14 PDT > > > > > > Added files: > > > sys/kern kern_alq.c > > > sys/sys alq.h > > > Log: > > > - Add an asynchronous fixed length record logging mechanism called > > > ALQ (Asynch. Logging Queues). ALQ supports many seperate queues with > > > different record and buffer sizes. It opens and logs to any vnode so > > > it can be used with character devices as well as regular files. > > > > What's the purpose of this functionality? > > > > Greg > > -- > > See complete headers for address and phone numbers > > > > Well, for now it's only used by ktr. I believe that it could be applied > to other areas as well. In general I need it for recording long term > events such as disk or network activity for post analysis. It could also > be useful for diagnosing problems with VFS by logging all VOPs via ktr. > > It could also be used for logging binary kernel data w/o going through > ktr. Any subsystem could create a queue and record it's actions over a > long period. ktrace could be implemented on top of an ALQ, although this > would be slightly more difficult since it does not use fixed length > records. > All this sounds fine, but can you _please_ find a different name than ALQ? It's just too close to ALTQ. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 21: 4: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DD6837B401; Sun, 22 Sep 2002 21:04:02 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EAC743E3B; Sun, 22 Sep 2002 21:04:01 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g8N43wh32243; Mon, 23 Sep 2002 00:03:58 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Mon, 23 Sep 2002 00:03:58 -0400 (EDT) From: Jeff Roberson To: Sam Leffler Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h In-Reply-To: <038001c262b5$8d1bfee0$52557f42@errno.com> Message-ID: <20020923000316.U43954-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 22 Sep 2002, Sam Leffler wrote: > > All this sounds fine, but can you _please_ find a different name than ALQ? > It's just too close to ALTQ. > > Sam > Any suggestions are welcome. I was actually considering that today. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 21:24:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F8E37B401; Sun, 22 Sep 2002 21:24:49 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E762943E6E; Sun, 22 Sep 2002 21:24:48 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id C5B32AE147; Sun, 22 Sep 2002 21:24:48 -0700 (PDT) Date: Sun, 22 Sep 2002 21:24:48 -0700 From: Alfred Perlstein To: Juli Mallett Cc: Jeff Roberson , Greg 'groggy' Lehey , Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h Message-ID: <20020923042448.GF6262@elvis.mu.org> References: <20020923003727.GM21093@wantadilla.lemis.com> <20020922211607.E43954-100000@mail.chesapeake.net> <20020923020717.GC6262@elvis.mu.org> <20020922202803.A95505@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020922202803.A95505@FreeBSD.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Juli Mallett [020922 20:28] wrote: > * De: Alfred Perlstein [ Data: 2002-09-22 ] > [ Subjecte: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h ] > > * Jeff Roberson [020922 18:28] wrote: > > > On Mon, 23 Sep 2002, Greg 'groggy' Lehey wrote: > > > > > > > On Sunday, 22 September 2002 at 0:11:14 -0700, Jeff Roberson wrote: > > > > > jeff 2002/09/22 00:11:14 PDT > > > > > > > > > > Added files: > > > > > sys/kern kern_alq.c > > > > > sys/sys alq.h > > > > > Log: > > > > > - Add an asynchronous fixed length record logging mechanism called > > > > > ALQ (Asynch. Logging Queues). ALQ supports many seperate queues with > > > > > different record and buffer sizes. It opens and logs to any vnode so > > > > > it can be used with character devices as well as regular files. > > > > > > > > What's the purpose of this functionality? > > > > > > > > Greg > > > > -- > > > > See complete headers for address and phone numbers > > > > > > > > > > Well, for now it's only used by ktr. I believe that it could be applied > > > to other areas as well. In general I need it for recording long term > > > events such as disk or network activity for post analysis. It could also > > > be useful for diagnosing problems with VFS by logging all VOPs via ktr. > > > > > > It could also be used for logging binary kernel data w/o going through > > > ktr. Any subsystem could create a queue and record it's actions over a > > > long period. ktrace could be implemented on top of an ALQ, although this > > > would be slightly more difficult since it does not use fixed length > > > records. > > > > Have you thought of running it into a fifo with gzip waiting on the > > other side? I guess that could sort of cause an infinite loop if > > you were recording certain process/vnode interaction unless it was > > batched up somehow. > > Add an ALQ mutex to a vnode, and check for recursion? It's not really recursion, it's the fact that running gzip may cause more information to be written to the pipe that gzip is reading from. I think adding an ALQ _flag_ (you meant flag right?) to the proc struct to prevent ~recursion~ would work. Then again I am wildly speculating about something I should probably UTSL about first. :) -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 21:32:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DAC737B401; Sun, 22 Sep 2002 21:32:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFAC543E6E; Sun, 22 Sep 2002 21:32:17 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N4WHCo009027; Sun, 22 Sep 2002 21:32:17 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N4WHqF009026; Sun, 22 Sep 2002 21:32:17 -0700 (PDT) Message-Id: <200209230432.g8N4WHqF009026@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 22 Sep 2002 21:32:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include endian.h src/sys/i386/include endian.h src/sys/ia64/include endian.h src/sys/powerpc/include endian.h src/sys/sparc64/include endian.h src/sys/x86_64/include endian.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/22 21:32:17 PDT Modified files: sys/alpha/include endian.h sys/i386/include endian.h sys/ia64/include endian.h sys/powerpc/include endian.h sys/sparc64/include endian.h sys/x86_64/include endian.h Log: Be careful not to define GCC-specific optimizations in the non-GCC case. Revision Changes Path 1.13 +11 -2 src/sys/alpha/include/endian.h 1.35 +11 -2 src/sys/i386/include/endian.h 1.11 +11 -2 src/sys/ia64/include/endian.h 1.11 +11 -2 src/sys/powerpc/include/endian.h 1.12 +11 -2 src/sys/sparc64/include/endian.h 1.3 +11 -2 src/sys/x86_64/include/endian.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 21:38:41 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 47E6F37B401; Sun, 22 Sep 2002 21:38:40 -0700 (PDT) Date: Sun, 22 Sep 2002 21:38:40 -0700 From: Juli Mallett To: Alfred Perlstein Cc: Jeff Roberson , Greg 'groggy' Lehey , Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h Message-ID: <20020922213840.A99514@FreeBSD.org> References: <20020923003727.GM21093@wantadilla.lemis.com> <20020922211607.E43954-100000@mail.chesapeake.net> <20020923020717.GC6262@elvis.mu.org> <20020922202803.A95505@FreeBSD.org> <20020923042448.GF6262@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020923042448.GF6262@elvis.mu.org>; from bright@mu.org on Sun, Sep 22, 2002 at 09:24:48PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Alfred Perlstein [ Data: 2002-09-22 ] [ Subjecte: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h ] > * Juli Mallett [020922 20:28] wrote: > > * De: Alfred Perlstein [ Data: 2002-09-22 ] > > [ Subjecte: Re: cvs commit: src/sys/kern kern_alq.c src/sys/sys alq.h ] > > > Have you thought of running it into a fifo with gzip waiting on the > > > other side? I guess that could sort of cause an infinite loop if > > > you were recording certain process/vnode interaction unless it was > > > batched up somehow. > > > > Add an ALQ mutex to a vnode, and check for recursion? > > It's not really recursion, it's the fact that running gzip may cause > more information to be written to the pipe that gzip is reading from. > > I think adding an ALQ _flag_ (you meant flag right?) to the proc > struct to prevent ~recursion~ would work. Yeah, that'd be right, I was just thinking in a roundabout sort of way so that a lock is held as data is written to the ALQ, and then when gzip would cause more to be written, BAM, or just silently ignore, probably depending on flags passed. I think though that if this is intended for vnode stuff, then recursion must be accounted for somewhere. > Then again I am wildly speculating about something I should probably > UTSL about first. :) Same. I suspect I'll be learning how to toy with it soon enough ;) I suspect this is all to facilitate the legendary "vnode not locked" / "vnode already locked" problems seen many places, by making a machine- parsable file, so that the missing lock/unlock can be found? -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 21:51:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EED437B401; Sun, 22 Sep 2002 21:51:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E6543E75; Sun, 22 Sep 2002 21:51:53 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N4prCo013032; Sun, 22 Sep 2002 21:51:53 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N4prcs013031; Sun, 22 Sep 2002 21:51:53 -0700 (PDT) Message-Id: <200209230451.g8N4prcs013031@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 22 Sep 2002 21:51:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 sbuf.9 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kbyanc 2002/09/22 21:51:53 PDT Modified files: (Branch: RELENG_4) share/man/man9 sbuf.9 Log: MFC rev 1.17 and 1.18: document sbuf_trim(), sbuf_vprintf() and auto-extend functionality. Approved by: re Revision Changes Path 1.12.2.4 +40 -5 src/share/man/man9/sbuf.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 21:54: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F7E137B401; Sun, 22 Sep 2002 21:54:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 335D143E4A; Sun, 22 Sep 2002 21:54:03 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N4s3Co013181; Sun, 22 Sep 2002 21:54:03 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N4s3FA013180; Sun, 22 Sep 2002 21:54:03 -0700 (PDT) Message-Id: <200209230454.g8N4s3FA013180@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 22 Sep 2002 21:54:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kbyanc 2002/09/22 21:54:02 PDT Modified files: (Branch: RELENG_4) share/man/man9 Makefile Log: MFC 1.146: Add MLINKS for sbuf_trim() and sbuf_vprintf(). Approved by: re Revision Changes Path 1.60.2.22 +2 -0 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 21:55:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 374E537B401; Sun, 22 Sep 2002 21:55:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCB543E42; Sun, 22 Sep 2002 21:55:32 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N4tWCo013309; Sun, 22 Sep 2002 21:55:32 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N4tWdo013308; Sun, 22 Sep 2002 21:55:32 -0700 (PDT) Message-Id: <200209230455.g8N4tWdo013308@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 21:55:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 21:55:32 PDT Modified files: sys/cam cam_xpt.c Log: Note that the large Hitachi's are also CAM_QUIRK_HILUNS Revision Changes Path 1.128 +8 -0 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 21:56:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7FE37B401; Sun, 22 Sep 2002 21:56:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 728B043E4A; Sun, 22 Sep 2002 21:56:35 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N4uZCo013371; Sun, 22 Sep 2002 21:56:35 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N4uZSW013370; Sun, 22 Sep 2002 21:56:35 -0700 (PDT) Message-Id: <200209230456.g8N4uZSW013370@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 21:56:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 21:56:35 PDT Modified files: sys/cam/scsi scsi_all.c Log: A SCSI_DELAY of zero is a legitimate value to have. The notion that you must "always" have a delay is at best misinformed. Revision Changes Path 1.38 +4 -2 src/sys/cam/scsi/scsi_all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 21:59:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06DFF37B401; Sun, 22 Sep 2002 21:59:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE1F643E65; Sun, 22 Sep 2002 21:59:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N4xgCo013523; Sun, 22 Sep 2002 21:59:42 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N4xg1q013522; Sun, 22 Sep 2002 21:59:42 -0700 (PDT) Message-Id: <200209230459.g8N4xg1q013522@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 21:59:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 21:59:42 PDT Modified files: sys/dev/isp isp.c Log: If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64 (preparation for DAC/A64 support) Revision Changes Path 1.99 +49 -22 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22: 0:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 391CE37B406; Sun, 22 Sep 2002 22:00:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E01BD43E65; Sun, 22 Sep 2002 22:00:14 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N50ECo013660; Sun, 22 Sep 2002 22:00:14 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N50E78013656; Sun, 22 Sep 2002 22:00:14 -0700 (PDT) Message-Id: <200209230500.g8N50E78013656@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 22:00:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 22:00:14 PDT Modified files: sys/dev/isp isp_freebsd.h Log: Remove ISP_DMA_ADDR_T define (see ispvar.h) Add in commented out: +/* #define ISP_DAC_SUPPORTED 1 */ Revision Changes Path 1.71 +4 -1 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22: 0:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4180237B404; Sun, 22 Sep 2002 22:00:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4BED43E6A; Sun, 22 Sep 2002 22:00:37 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N50bCo014084; Sun, 22 Sep 2002 22:00:37 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N50bEb014083; Sun, 22 Sep 2002 22:00:37 -0700 (PDT) Message-Id: <200209230500.g8N50bEb014083@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 22:00:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_inline.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 22:00:37 PDT Modified files: sys/dev/isp isp_inline.h Log: Fix buglet in A64 CTIO3 structure copy. Revision Changes Path 1.28 +1 -1 src/sys/dev/isp/isp_inline.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22: 2:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E48137B401; Sun, 22 Sep 2002 22:02:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27E9A43E75; Sun, 22 Sep 2002 22:02:54 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N52sCo015299; Sun, 22 Sep 2002 22:02:54 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N52s0u015298; Sun, 22 Sep 2002 22:02:54 -0700 (PDT) Message-Id: <200209230502.g8N52s0u015298@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 22:02:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 22:02:53 PDT Modified files: sys/dev/isp isp_pci.c Log: Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTED defined, we set the address space limitation to BUS_SPACE_UNRESTRICTED, otherwise to BUS_SPACE_MAXADDR_32BIT. If we have a 1240, ULTRA2 or better, or an FC card, the boundary limit is BUS_SPACE_UNRESTRICTED and segment limit is BUS_SPACE_MAXADDR_32BIT. The older 1020/1040 cards have boundary and segment limits of BUS_SPACE_MAXADDR_24BIT. Revision Changes Path 1.88 +12 -8 src/sys/dev/isp/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22: 3:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06CA237B401; Sun, 22 Sep 2002 22:03:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE59543E3B; Sun, 22 Sep 2002 22:03:34 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N53YCo015333; Sun, 22 Sep 2002 22:03:34 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N53YrQ015332; Sun, 22 Sep 2002 22:03:34 -0700 (PDT) Message-Id: <200209230503.g8N53YrQ015332@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 22:03:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_sbus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 22:03:34 PDT Modified files: sys/dev/isp isp_sbus.c Log: Redo dma tag creation to correctly reflect the boundary and segment limitations inherent to the isp1000 on SBus cards. Revision Changes Path 1.5 +7 -8 src/sys/dev/isp/isp_sbus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22: 4: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE2937B401; Sun, 22 Sep 2002 22:04:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E2DA43E6A; Sun, 22 Sep 2002 22:04:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N546Co015391; Sun, 22 Sep 2002 22:04:06 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N546to015390; Sun, 22 Sep 2002 22:04:06 -0700 (PDT) Message-Id: <200209230504.g8N546to015390@freefall.freebsd.org> From: Peter Wemm Date: Sun, 22 Sep 2002 22:04:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include tss.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/22 22:04:06 PDT Modified files: sys/i386/include tss.h Log: Delete a whole bunch of compatability defines that we dont use anymore. Revision Changes Path 1.13 +1 -7 src/sys/i386/include/tss.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22: 4:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E1C937B401; Sun, 22 Sep 2002 22:04:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E40A243E77; Sun, 22 Sep 2002 22:04:16 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N54GCo015429; Sun, 22 Sep 2002 22:04:16 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N54Gkx015428; Sun, 22 Sep 2002 22:04:16 -0700 (PDT) Message-Id: <200209230504.g8N54Gkx015428@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 22:04:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispmbox.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 22:04:16 PDT Modified files: sys/dev/isp ispmbox.h Log: Add MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64 definitions. Define ispreq64_t to be the same as ispreqt3_t. Revision Changes Path 1.44 +6 -0 src/sys/dev/isp/ispmbox.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22: 9:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ECFE37B401; Sun, 22 Sep 2002 22:09:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FE9F43E6A; Sun, 22 Sep 2002 22:09:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N59OCo020205; Sun, 22 Sep 2002 22:09:24 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N59Nka020204; Sun, 22 Sep 2002 22:09:23 -0700 (PDT) Message-Id: <200209230509.g8N59Nka020204@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 22:09:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 22:09:23 PDT Modified files: sys/dev/isp ispvar.h Log: Remove ISP_DMA_ADDR_T definition. Instead, based upon whether ISP_DAC_SUPPORTED is defined, typedef isp_dma_addr_t appropriately. If ISP_DAC_SUPPORTRED is defined, the DMA_WD2/DMA_WD3 macros do something useful, else they define to '0'. Revision Changes Path 1.61 +17 -10 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22:14: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A3B37B401; Sun, 22 Sep 2002 22:14:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F7543E65; Sun, 22 Sep 2002 22:14:02 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N5E2Co022038; Sun, 22 Sep 2002 22:14:02 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N5E2nt022037; Sun, 22 Sep 2002 22:14:02 -0700 (PDT) Message-Id: <200209230514.g8N5E2nt022037@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 22:14:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 22:14:02 PDT Modified files: sys/dev/mpt mpt.c Log: When freeing a request, zero out the sequence number. Define the CFG_DAGA_OFF offset as 128 bytes instead of 40- gives us a more reasonable headroom. When reading a config page, zero out the entire request area- not just the length of the request. This is because we cleverly (cheezily) return configuration data back into the allocated request area, so it's nice to make sure we start with a clean area to write on. MFC after: 1 week Revision Changes Path 1.5 +3 -2 src/sys/dev/mpt/mpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22:14:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB90E37B401; Sun, 22 Sep 2002 22:14:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA3D43E4A; Sun, 22 Sep 2002 22:14:38 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N5EcCo022109; Sun, 22 Sep 2002 22:14:38 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N5EcPH022108; Sun, 22 Sep 2002 22:14:38 -0700 (PDT) Message-Id: <200209230514.g8N5EcPH022108@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 22:14:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 22:14:38 PDT Modified files: sys/dev/mpt mpt_freebsd.h Log: We do not need to expose mpt_notify outside of mpt_freebsd.c. MFC after: 1 week Revision Changes Path 1.6 +0 -1 src/sys/dev/mpt/mpt_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22:16: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1640837B401; Sun, 22 Sep 2002 22:16:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8BA43E6A; Sun, 22 Sep 2002 22:16:00 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N5G0Co022267; Sun, 22 Sep 2002 22:16:00 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N5G0d8022266; Sun, 22 Sep 2002 22:16:00 -0700 (PDT) Message-Id: <200209230516.g8N5G0d8022266@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 22:16:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 22:16:00 PDT Modified files: sys/dev/mpt mpt_pci.c Log: Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic for pointing this out. In mpt_intr, don't try and pop a reply queue element out *unless* the interrupt status says you might have one. MFC after: 1 week Revision Changes Path 1.5 +14 -2 src/sys/dev/mpt/mpt_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22:20: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6998337B401; Sun, 22 Sep 2002 22:20:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B40B43E6A; Sun, 22 Sep 2002 22:20:01 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N5K0Co022507; Sun, 22 Sep 2002 22:20:00 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N5K0Pe022506; Sun, 22 Sep 2002 22:20:00 -0700 (PDT) Message-Id: <200209230520.g8N5K0Pe022506@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 22 Sep 2002 22:20:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_alq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/22 22:20:00 PDT Modified files: sys/kern kern_alq.c Log: - Hold the credential of the caller and use it in all subsequent vn ops. - Get rid of the ill conceived aq_td field. Suggested by: rwatson Revision Changes Path 1.2 +7 -6 src/sys/kern/kern_alq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22:26: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06DD437B401; Sun, 22 Sep 2002 22:26:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB90943E65; Sun, 22 Sep 2002 22:26:00 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N5Q0Co024547; Sun, 22 Sep 2002 22:26:00 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N5Q01C024544; Sun, 22 Sep 2002 22:26:00 -0700 (PDT) Message-Id: <200209230526.g8N5Q01C024544@freefall.freebsd.org> From: Matt Jacob Date: Sun, 22 Sep 2002 22:26:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/22 22:26:00 PDT Modified files: sys/dev/mpt mpt_freebsd.c Log: Wads more cleanup... In mpttimeout, call mpt_intr just on the offchance that we missed an interrupt. We can check to see whether or not the command that is timing out got completed. When we *do* decide to timeout a command, set the command state to REQ_TIMEOUT and then invoke another timeout (hz/10)- mpttimeout2. This allows us to catch a couple cases we've seen where the command we timed out on in fact is ready to be completed by the firmware. In any case, it's only after mpttimeout2 is called that we actually take down the private state and free the request itself. CAM has been notified in mpttimeout anyway. This whole area should be redone, but that will take 105% of my available game time for this month. Fix a couple of missing (and not useful, at presnet) CAMLOCK_2_MPTLOCK and MPTLOCK_2_CAMLOCK locations. Split mpt_notify into mpt_ctlop, which handles all reply completions that have 0x800000000 or'd into the ContextID. This function can, in fact, call mpt_event_notify_reply, which handles the traditional async event notifications. While we're at it, put in the extremely important (but currently untested) code that send back an Ack to an Event Notification (if the Event Notification is marked with AckRequired). Note that an Ack also generates another ctlop completion, tra la. Fix up mpt_done substantially to try and get how we plug into CAM correctly done. Remove bogus CAM_RELEASE_SIMQ settings. Do some cleanups in mpt_action that are related to speed negotiation for Ultra4 cards. This is an area that is still quite fragile and worrisome as config data being read back often doesn't make sense or jibe with the documentation. At any rate, after these changes were done, I was finally able to get Lars Eggert's dual 320M disk system to stay up under load all weekend- hopefully we're in good enough for now shape. MFC after: 1 week Revision Changes Path 1.5 +233 -176 src/sys/dev/mpt/mpt_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22:27:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D134337B401; Sun, 22 Sep 2002 22:27:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 838EF43E42; Sun, 22 Sep 2002 22:27:30 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N5RUCo024655; Sun, 22 Sep 2002 22:27:30 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N5RUSd024654; Sun, 22 Sep 2002 22:27:30 -0700 (PDT) Message-Id: <200209230527.g8N5RUSd024654@freefall.freebsd.org> From: Julian Elischer Date: Sun, 22 Sep 2002 22:27:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_switch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/22 22:27:30 PDT Modified files: sys/kern kern_switch.c Log: Indentation does not define a block.. you need breces {} as well.. also add a mutex assert. (threaded path only) Submitted by: davidxu Revision Changes Path 1.39 +3 -1 src/sys/kern/kern_switch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22:30:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 371A637B401; Sun, 22 Sep 2002 22:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F03CA43E4A; Sun, 22 Sep 2002 22:30:18 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N5UICo024848; Sun, 22 Sep 2002 22:30:18 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N5UI4r024847; Sun, 22 Sep 2002 22:30:18 -0700 (PDT) Message-Id: <200209230530.g8N5UI4r024847@freefall.freebsd.org> From: Ville Skyttä Date: Sun, 22 Sep 2002 22:30:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb ChangeLog README.FreeBSD TODO.FreeBSD cvsweb.cgi cvsweb.conf X-FreeBSD-CVS-Branch: rel-2_0-branch Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/09/22 22:30:18 PDT Modified files: (Branch: rel-2_0-branch) cvsweb ChangeLog README.FreeBSD TODO.FreeBSD cvsweb.cgi cvsweb.conf Log: Add new configuration variable, @annotate_options. One can use this e.g. to make annotations work against a read only repository. Approved by: knu (mentor) Idea from: Debian bug tracking system (#117112) Revision Changes Path 1.55.2.6 +6 -0 projects/cvsweb/ChangeLog 1.12.2.3 +3 -1 projects/cvsweb/README.FreeBSD 1.10.2.3 +0 -2 projects/cvsweb/TODO.FreeBSD 1.119.2.5 +2 -2 projects/cvsweb/cvsweb.cgi 1.36.2.3 +7 -0 projects/cvsweb/cvsweb.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22:50:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF87C37B401; Sun, 22 Sep 2002 22:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B0243E3B; Sun, 22 Sep 2002 22:50:09 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N5o9Co029122; Sun, 22 Sep 2002 22:50:09 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N5o9KD029121; Sun, 22 Sep 2002 22:50:09 -0700 (PDT) Message-Id: <200209230550.g8N5o9KD029121@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 22 Sep 2002 22:50:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/tools vnode_if.awk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/22 22:50:08 PDT Modified files: sys/tools vnode_if.awk Log: - Automatically generate and insert KTR points in all VOPs. Revision Changes Path 1.36 +24 -0 src/sys/tools/vnode_if.awk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 22:55:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B46E37B401; Sun, 22 Sep 2002 22:55:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4962543E3B; Sun, 22 Sep 2002 22:55:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N5tBCo031099; Sun, 22 Sep 2002 22:55:11 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N5tBCP031090; Sun, 22 Sep 2002 22:55:11 -0700 (PDT) Message-Id: <200209230555.g8N5tBCP031090@freefall.freebsd.org> From: Peter Wemm Date: Sun, 22 Sep 2002 22:55:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci tsunamireg.h src/sys/boot/ia64/skiload main.c src/sys/i386/include npx.h src/sys/ia64/include reg.h signal.h src/sys/sys cdefs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/22 22:55:11 PDT Modified files: sys/alpha/pci tsunamireg.h sys/boot/ia64/skiload main.c sys/i386/include npx.h sys/ia64/include reg.h signal.h sys/sys cdefs.h Log: At great personal risk, add a __packed and __aligned(x) define that expand to __attribute__((packed)) and __attribute__((aligned(x))) respectively. Replace the handful of gcc-ism's that use __attribute__((aligned(16))) etc around the kernel with __aligned(16). There are over 400 __attribute__((packed)) to deal with, that can come later. I just want to use __packed in new code rather than add more gcc-ism's. Revision Changes Path 1.4 +1 -1 src/sys/alpha/pci/tsunamireg.h 1.2 +1 -1 src/sys/boot/ia64/skiload/main.c 1.26 +1 -1 src/sys/i386/include/npx.h 1.11 +1 -1 src/sys/ia64/include/reg.h 1.8 +1 -1 src/sys/ia64/include/signal.h 1.63 +6 -0 src/sys/sys/cdefs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23: 8:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4544C37B401; Sun, 22 Sep 2002 23:08:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9EE543E65; Sun, 22 Sep 2002 23:08:25 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N68PCo037693; Sun, 22 Sep 2002 23:08:25 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N68PMK037692; Sun, 22 Sep 2002 23:08:25 -0700 (PDT) Message-Id: <200209230608.g8N68PMK037692@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 22 Sep 2002 23:08:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xboing/files patch-ball.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/09/22 23:08:25 PDT Added files: games/xboing/files patch-ball.c Log: Fixing a build error listed on bento PR: 43276 Submitted by: edwin@mavetju.org Revision Changes Path 1.1 +11 -0 ports/games/xboing/files/patch-ball.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:10:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C75AE37B401; Sun, 22 Sep 2002 23:10:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C2743E4A; Sun, 22 Sep 2002 23:10:25 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6APCo037975; Sun, 22 Sep 2002 23:10:25 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6APNe037974; Sun, 22 Sep 2002 23:10:25 -0700 (PDT) Message-Id: <200209230610.g8N6APNe037974@freefall.freebsd.org> From: Julian Elischer Date: Sun, 22 Sep 2002 23:10:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/22 23:10:25 PDT Modified files: sys/kern kern_proc.c Log: Add code to create > 1 KSe per process. (support code not yet complete) Submitted by: davidxu Revision Changes Path 1.150 +39 -16 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:11:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF4237B401; Sun, 22 Sep 2002 23:11:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F89E43E42; Sun, 22 Sep 2002 23:11:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6BTCo038100; Sun, 22 Sep 2002 23:11:29 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6BTH1038099; Sun, 22 Sep 2002 23:11:29 -0700 (PDT) Message-Id: <200209230611.g8N6BTH1038099@freefall.freebsd.org> From: Peter Wemm Date: Sun, 22 Sep 2002 23:11:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys cdefs.h linker_set.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/22 23:11:29 PDT Modified files: sys/sys cdefs.h linker_set.h Log: Add a __section(x) macro as well. Use this in linker_set.h. ie: static void const * const __set_##set##_sym_##sym __attribute__((__section__("set_" #set),__unused__)) = &sym becomes: static void const * const __set_##set##_sym_##sym __section("set_" #set) __unused = &sym Like the other macros, these #define away for unrecognized compilers or lint. Also, fix the argments in the previous commit for the non-gcc case. lint might be a bit happier about that. Note that the gcc <= 2.6 case needs some research. Revision Changes Path 1.64 +6 -3 src/sys/sys/cdefs.h 1.13 +1 -1 src/sys/sys/linker_set.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:14:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 888F037B401; Sun, 22 Sep 2002 23:14:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE6643E65; Sun, 22 Sep 2002 23:14:14 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6EECo039895; Sun, 22 Sep 2002 23:14:14 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6EEfG039894; Sun, 22 Sep 2002 23:14:14 -0700 (PDT) Message-Id: <200209230614.g8N6EEfG039894@freefall.freebsd.org> From: Juli Mallett Date: Sun, 22 Sep 2002 23:14:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uname uname.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/22 23:14:14 PDT Modified files: usr.bin/uname uname.c Log: Check to see if we should print a space, rather than using the annoying prefix methodology. Adjust nearby style. Sponsored by: Bright Path Solutions Revision Changes Path 1.10 +12 -12 src/usr.bin/uname/uname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:14:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F2FB37B401; Sun, 22 Sep 2002 23:14:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9078943E65; Sun, 22 Sep 2002 23:14:30 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6EUCo039965; Sun, 22 Sep 2002 23:14:30 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6EUrj039964; Sun, 22 Sep 2002 23:14:30 -0700 (PDT) Message-Id: <200209230614.g8N6EUrj039964@freefall.freebsd.org> From: Julian Elischer Date: Sun, 22 Sep 2002 23:14:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_thread.c subr_trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/22 23:14:30 PDT Modified files: sys/sys proc.h sys/kern kern_thread.c subr_trap.c Log: slightly clean up the thread_userret() and thread_consider_upcall() calls. also some slight changes for TDF_BOUND testing and small style changes Should ONLY affect KSE programs Submitted by: davidxu Revision Changes Path 1.29 +24 -12 src/sys/kern/kern_thread.c 1.223 +4 -3 src/sys/kern/subr_trap.c 1.252 +1 -2 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:17:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FA437B401; Sun, 22 Sep 2002 23:17:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 734F243E65; Sun, 22 Sep 2002 23:17:54 -0700 (PDT) (envelope-from mini@FreeBSD.org) Received: from freefall.freebsd.org (mini@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6HsCo040489; Sun, 22 Sep 2002 23:17:54 -0700 (PDT) (envelope-from mini@freefall.freebsd.org) Received: (from mini@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6HswG040488; Sun, 22 Sep 2002 23:17:54 -0700 (PDT) Message-Id: <200209230617.g8N6HswG040488@freefall.freebsd.org> From: Jonathan Mini Date: Sun, 22 Sep 2002 23:17:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_socket.c linux_sysctl.c src/sys/compat/svr4 svr4_stream.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mini 2002/09/22 23:17:54 PDT Modified files: sys/compat/linux linux_socket.c linux_sysctl.c sys/compat/svr4 svr4_stream.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Log: Don't use compatability syscall wrappers in emulation code. This is needed for the COMPAT_FREEBSD3 option split. Reviewed by: alfred, jake Revision Changes Path 1.33 +19 -11 src/sys/compat/linux/linux_socket.c 1.5 +21 -0 src/sys/compat/linux/linux_sysctl.c 1.32 +10 -4 src/sys/compat/svr4/svr4_stream.c 1.50 +5 -0 src/sys/i386/linux/linux_proto.h 1.44 +3 -3 src/sys/i386/linux/linux_syscall.h 1.50 +3 -3 src/sys/i386/linux/linux_sysent.c 1.47 +3 -4 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:18:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EF0F37B401; Sun, 22 Sep 2002 23:18:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F63243E65; Sun, 22 Sep 2002 23:18:52 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6IpCo040607; Sun, 22 Sep 2002 23:18:51 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6Ipul040606; Sun, 22 Sep 2002 23:18:51 -0700 (PDT) Message-Id: <200209230618.g8N6Ipul040606@freefall.freebsd.org> From: Julian Elischer Date: Sun, 22 Sep 2002 23:18:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/KSE/ksetest kse_threads_test.c simplelock.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/22 23:18:51 PDT Modified files: tools/KSE/ksetest kse_threads_test.c Added files: tools/KSE/ksetest simplelock.h Log: Add ability to make threads that run on > 1 cpu this DOES NOT WORK YET. (well it kind-of-does but it's unsafe) Submitted by: davidxu Revision Changes Path 1.3 +133 -41 src/tools/KSE/ksetest/kse_threads_test.c 1.1 +58 -0 src/tools/KSE/ksetest/simplelock.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:19:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC91537B401; Sun, 22 Sep 2002 23:19:17 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DA043E6A; Sun, 22 Sep 2002 23:19:17 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 5D3CDAE211; Sun, 22 Sep 2002 23:19:17 -0700 (PDT) Date: Sun, 22 Sep 2002 23:19:17 -0700 From: Alfred Perlstein To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/pci tsunamireg.h src/sys/boot/ia64/skiload main.c src/sys/i386/include npx.h src/sys/ia64/include reg.h signal.h src/sys/sys cdefs.h Message-ID: <20020923061917.GG6262@elvis.mu.org> References: <200209230555.g8N5tBCP031090@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209230555.g8N5tBCP031090@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Peter Wemm [020922 22:55] wrote: > peter 2002/09/22 22:55:11 PDT > > Modified files: > sys/alpha/pci tsunamireg.h > sys/boot/ia64/skiload main.c > sys/i386/include npx.h > sys/ia64/include reg.h signal.h > sys/sys cdefs.h > Log: > At great personal risk, add a __packed and __aligned(x) define that > expand to __attribute__((packed)) and __attribute__((aligned(x))) > respectively. Replace the handful of gcc-ism's that use > __attribute__((aligned(16))) etc around the kernel with __aligned(16). > > There are over 400 __attribute__((packed)) to deal with, that can come > later. I just want to use __packed in new code rather than add more > gcc-ism's. I really like what you've done, however don't you think that the places that do not have __packed/__aligned shouldn't have it defined to nothing... therefore you can add: #ifndef __packed #error you must define __packed or bad things will happen #endif #ifndef __aligned #error you must define __aligned or bad things will happen #endif Otherwise people may get compiled but very broken code which most likely will be in critical things like device drivers. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:19:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E9F137B401; Sun, 22 Sep 2002 23:19:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B541B43E65; Sun, 22 Sep 2002 23:19:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6JVCo040726; Sun, 22 Sep 2002 23:19:31 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6JVGd040725; Sun, 22 Sep 2002 23:19:31 -0700 (PDT) Message-Id: <200209230619.g8N6JVGd040725@freefall.freebsd.org> From: Peter Wemm Date: Sun, 22 Sep 2002 23:19:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys cdefs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/22 23:19:31 PDT Modified files: sys/sys cdefs.h Log: I cannot win. I still managed to use #define twice instead of #define in spite of trying to make sure I didn't do this. Revision Changes Path 1.65 +2 -2 src/sys/sys/cdefs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:25:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BC137B401; Sun, 22 Sep 2002 23:25:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1766743E3B; Sun, 22 Sep 2002 23:25:09 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6P8Co042930; Sun, 22 Sep 2002 23:25:08 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6P8XN042929; Sun, 22 Sep 2002 23:25:08 -0700 (PDT) Message-Id: <200209230625.g8N6P8XN042929@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 22 Sep 2002 23:25:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ray if_raymib.h src/sys/dev/usb usb.h src/sys/net if_arc.h if_gre.h if_llc.h if_spppsubr.c src/sys/netinet icmp6.h ip6.h src/sys/netinet6 in6_cksum.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/09/22 23:25:08 PDT Modified files: sys/dev/ray if_raymib.h sys/dev/usb usb.h sys/net if_arc.h if_gre.h if_llc.h if_spppsubr.c sys/netinet icmp6.h ip6.h sys/netinet6 in6_cksum.c Log: s/__attribute__((__packed__))/__packed/g Revision Changes Path 1.12 +5 -5 src/sys/dev/ray/if_raymib.h 1.33 +1 -1 src/sys/dev/usb/usb.h 1.4 +2 -2 src/sys/net/if_arc.h 1.6 +4 -4 src/sys/net/if_gre.h 1.9 +9 -9 src/sys/net/if_llc.h 1.96 +3 -3 src/sys/net/if_spppsubr.c 1.9 +19 -19 src/sys/netinet/icmp6.h 1.6 +8 -8 src/sys/netinet/ip6.h 1.5 +2 -2 src/sys/netinet6/in6_cksum.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:25:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 759FA37B401; Sun, 22 Sep 2002 23:25:20 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34DAE43E81; Sun, 22 Sep 2002 23:25:16 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 606A32A7D6; Sun, 22 Sep 2002 23:25:12 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/pci tsunamireg.h src/sys/boot/ia64/skiload main.c src/sys/i386/include npx.h src/sys/ia64/include reg.h signal.h src/sys/sys cdefs.h In-Reply-To: <20020923061917.GG6262@elvis.mu.org> Date: Sun, 22 Sep 2002 23:25:12 -0700 From: Peter Wemm Message-Id: <20020923062512.606A32A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > * Peter Wemm [020922 22:55] wrote: > > peter 2002/09/22 22:55:11 PDT > > > > Modified files: > > sys/alpha/pci tsunamireg.h > > sys/boot/ia64/skiload main.c > > sys/i386/include npx.h > > sys/ia64/include reg.h signal.h > > sys/sys cdefs.h > > Log: > > At great personal risk, add a __packed and __aligned(x) define that > > expand to __attribute__((packed)) and __attribute__((aligned(x))) > > respectively. Replace the handful of gcc-ism's that use > > __attribute__((aligned(16))) etc around the kernel with __aligned(16). > > > > There are over 400 __attribute__((packed)) to deal with, that can come > > later. I just want to use __packed in new code rather than add more > > gcc-ism's. > > I really like what you've done, however don't you think that the > places that do not have __packed/__aligned shouldn't have it defined > to nothing... therefore you can add: > > #ifndef __packed > #error you must define __packed or bad things will happen > #endif > #ifndef __aligned > #error you must define __aligned or bad things will happen > #endif > > Otherwise people may get compiled but very broken code > which most likely will be in critical things like device > drivers. I agree, sort of. But we need a lint case because the correct thing there is to define them to nothing. However, I think we should restrict this to inside #ifdef _KERNEL where we do control things. Otherwise things like bcc or tendra will blow up on a simple #include for a userland application that doesn't use any of these things. Maybe the correct thing is to leave them undefined and let the compiler cause the compile to blow up if they're used when they shouldn't be? That would solve the tendra and bcc etc cases. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:29:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5284337B401; Sun, 22 Sep 2002 23:29:30 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A67243E3B; Sun, 22 Sep 2002 23:29:30 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D2C2BAE1C1; Sun, 22 Sep 2002 23:29:29 -0700 (PDT) Date: Sun, 22 Sep 2002 23:29:29 -0700 From: Alfred Perlstein To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/pci tsunamireg.h src/sys/boot/ia64/skiload main.c src/sys/i386/include npx.h src/sys/ia64/include reg.h signal.h src/sys/sys cdefs.h Message-ID: <20020923062929.GI6262@elvis.mu.org> References: <20020923061917.GG6262@elvis.mu.org> <20020923062512.606A32A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020923062512.606A32A7D6@canning.wemm.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Peter Wemm [020922 23:25] wrote: > Alfred Perlstein wrote: > > * Peter Wemm [020922 22:55] wrote: > > > peter 2002/09/22 22:55:11 PDT > > > > > > Modified files: > > > sys/alpha/pci tsunamireg.h > > > sys/boot/ia64/skiload main.c > > > sys/i386/include npx.h > > > sys/ia64/include reg.h signal.h > > > sys/sys cdefs.h > > > Log: > > > At great personal risk, add a __packed and __aligned(x) define that > > > expand to __attribute__((packed)) and __attribute__((aligned(x))) > > > respectively. Replace the handful of gcc-ism's that use > > > __attribute__((aligned(16))) etc around the kernel with __aligned(16). > > > > > > There are over 400 __attribute__((packed)) to deal with, that can come > > > later. I just want to use __packed in new code rather than add more > > > gcc-ism's. > > > > I really like what you've done, however don't you think that the > > places that do not have __packed/__aligned shouldn't have it defined > > to nothing... therefore you can add: > > > > #ifndef __packed > > #error you must define __packed or bad things will happen > > #endif > > #ifndef __aligned > > #error you must define __aligned or bad things will happen > > #endif > > > > Otherwise people may get compiled but very broken code > > which most likely will be in critical things like device > > drivers. > > I agree, sort of. But we need a lint case because the correct thing there > is to define them to nothing. However, I think we should restrict this to > inside #ifdef _KERNEL where we do control things. > > Otherwise things like bcc or tendra will blow up on a simple > #include for a userland application that doesn't use any > of these things. > > Maybe the correct thing is to leave them undefined and let the compiler > cause the compile to blow up if they're used when they shouldn't be? That > would solve the tendra and bcc etc cases. Something like that. :) Can't you just #ifdef LINT #define __packed #define __aligned #endif ? -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:33: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8337537B401; Sun, 22 Sep 2002 23:33:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3797343E42; Sun, 22 Sep 2002 23:33:08 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6X8Co047716; Sun, 22 Sep 2002 23:33:08 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6X86E047714; Sun, 22 Sep 2002 23:33:08 -0700 (PDT) Message-Id: <200209230633.g8N6X86E047714@freefall.freebsd.org> From: Julian Elischer Date: Sun, 22 Sep 2002 23:33:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/22 23:33:05 PDT Modified files: sys/sys proc.h Log: White space commit... get prompted by Peter's commit to fix spaces that should be tabs in #defines Revision Changes Path 1.253 +62 -62 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:35:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65BB037B406; Sun, 22 Sep 2002 23:35:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B45D43E7B; Sun, 22 Sep 2002 23:35:35 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6ZZCo048830; Sun, 22 Sep 2002 23:35:35 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6ZZmM048829; Sun, 22 Sep 2002 23:35:35 -0700 (PDT) Message-Id: <200209230635.g8N6ZZmM048829@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 22 Sep 2002 23:35:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ciss cissio.h src/sys/dev/sbni if_sbni.c src/sys/net iso88025.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/09/22 23:35:35 PDT Modified files: sys/dev/ciss cissio.h sys/dev/sbni if_sbni.c sys/net iso88025.h Log: use __packed/__aligned rather than GCC-specific __attribute__. Revision Changes Path 1.2 +13 -13 src/sys/dev/ciss/cissio.h 1.6 +1 -1 src/sys/dev/sbni/if_sbni.c 1.9 +2 -2 src/sys/net/iso88025.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:37:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B393037B401; Sun, 22 Sep 2002 23:37:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F9643E3B; Sun, 22 Sep 2002 23:37:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6bsCo050129; Sun, 22 Sep 2002 23:37:54 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6bs92050122; Sun, 22 Sep 2002 23:37:54 -0700 (PDT) Message-Id: <200209230637.g8N6bs92050122@freefall.freebsd.org> From: Peter Wemm Date: Sun, 22 Sep 2002 23:37:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys cdefs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/22 23:37:51 PDT Modified files: sys/sys cdefs.h Log: Alfred got me thinking. Provide stubs for lint, and let the compilers themselves cause a failure if it is told to use a __widget that there is no implementation for them. missing an implementation for __unused etc is harmless. But not having a __packed implementation when the kernel code really needs it is a big deal. Revision Changes Path 1.66 +11 -5 src/sys/sys/cdefs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:47:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8315E37B401; Sun, 22 Sep 2002 23:47:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A1843E6A; Sun, 22 Sep 2002 23:47:40 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6leCo056535; Sun, 22 Sep 2002 23:47:40 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6le82056534; Sun, 22 Sep 2002 23:47:40 -0700 (PDT) Message-Id: <200209230647.g8N6le82056534@freefall.freebsd.org> From: Juli Mallett Date: Sun, 22 Sep 2002 23:47:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uname uname.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/22 23:47:39 PDT Modified files: usr.bin/uname uname.c Log: Use some macro evil to create the functions for using sysctl(3) to get each variable natively. It should allow you to use any sysctl mib set, but due to limitations of what I can do with macros, right now it's limited to two, which is all this program used anyway. Sponsored by: Bright Path Solutions Revision Changes Path 1.11 +39 -84 src/usr.bin/uname/uname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:50:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C3037B401; Sun, 22 Sep 2002 23:50:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3CF43E75; Sun, 22 Sep 2002 23:50:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6oACo058059; Sun, 22 Sep 2002 23:50:10 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6o8LD058022; Sun, 22 Sep 2002 23:50:08 -0700 (PDT) Message-Id: <200209230650.g8N6o8LD058022@freefall.freebsd.org> From: Peter Wemm Date: Sun, 22 Sep 2002 23:50:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include segments.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/22 23:50:07 PDT Modified files: sys/i386/include segments.h Log: use __packed, rather than __attribute__((packed)). Revision Changes Path 1.31 +3 -4 src/sys/i386/include/segments.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 22 23:58:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A9137B401; Sun, 22 Sep 2002 23:58:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A999F43E77; Sun, 22 Sep 2002 23:58:18 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6wICo063556; Sun, 22 Sep 2002 23:58:18 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6wIs9063555; Sun, 22 Sep 2002 23:58:18 -0700 (PDT) Message-Id: <200209230658.g8N6wIs9063555@freefall.freebsd.org> From: Maxim Konovalov Date: Sun, 22 Sep 2002 23:58:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vsnprintf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/09/22 23:58:18 PDT Modified files: (Branch: RELENG_4) lib/libc/stdio vsnprintf.c Log: MFC rev. 1.21: fix vsnprintf(3) memory leak for size == 0. Approved by: re (jhb) Revision Changes Path 1.12.2.1 +6 -0 src/lib/libc/stdio/vsnprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 0:21:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3419237B401; Mon, 23 Sep 2002 00:21:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC44F43E65; Mon, 23 Sep 2002 00:21:26 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N7LQCo079932; Mon, 23 Sep 2002 00:21:26 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N7LQeF079924; Mon, 23 Sep 2002 00:21:26 -0700 (PDT) Message-Id: <200209230721.g8N7LQeF079924@freefall.freebsd.org> From: Jeff Roberson Date: Mon, 23 Sep 2002 00:21:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/23 00:21:26 PDT Modified files: sys/sys vnode.h Log: - Include sys/ktr.h so that vnode_if.h can define trace points. Revision Changes Path 1.209 +1 -0 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 0:26: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C2DC37B401; Mon, 23 Sep 2002 00:26:02 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACACE43E3B; Mon, 23 Sep 2002 00:26:01 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8N7Pm4v071509; Mon, 23 Sep 2002 09:25:49 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys vnode.h In-Reply-To: Your message of "Mon, 23 Sep 2002 00:21:26 PDT." <200209230721.g8N7LQeF079924@freefall.freebsd.org> Date: Mon, 23 Sep 2002 09:25:48 +0200 Message-ID: <71508.1032765948@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200209230721.g8N7LQeF079924@freefall.freebsd.org>, Jeff Roberson wr ites: >jeff 2002/09/23 00:21:26 PDT > > Modified files: > sys/sys vnode.h > Log: > - Include sys/ktr.h so that vnode_if.h can define trace points. Wouldn't it make more sense to #include it in vnode_if.h ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 0:27:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D7A37B401; Mon, 23 Sep 2002 00:27:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23BEF43E65; Mon, 23 Sep 2002 00:27:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N7RkCo081057; Mon, 23 Sep 2002 00:27:46 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N7RkSb081056; Mon, 23 Sep 2002 00:27:46 -0700 (PDT) Message-Id: <200209230727.g8N7RkSb081056@freefall.freebsd.org> From: Peter Wemm Date: Mon, 23 Sep 2002 00:27:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include asm.h src/sys/powerpc/include asm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/23 00:27:45 PDT Modified files: sys/i386/include asm.h sys/powerpc/include asm.h Log: PIC_GOTOFF is OBE. Revision Changes Path 1.10 +0 -2 src/sys/i386/include/asm.h 1.6 +0 -3 src/sys/powerpc/include/asm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 0:42:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA0B137B401; Mon, 23 Sep 2002 00:42:28 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6652843E6E; Mon, 23 Sep 2002 00:42:27 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id RAA09984; Mon, 23 Sep 2002 17:42:24 +1000 Date: Mon, 23 Sep 2002 17:51:17 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Peter Wemm Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys cdefs.h In-Reply-To: <200209230637.g8N6bs92050122@freefall.freebsd.org> Message-ID: <20020923174125.O16983-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 22 Sep 2002, Peter Wemm wrote: > peter 2002/09/22 23:37:51 PDT > > Modified files: > sys/sys cdefs.h > Log: > Alfred got me thinking. Provide stubs for lint, and let the compilers > themselves cause a failure if it is told to use a __widget that there is > no implementation for them. missing an implementation for __unused etc is > harmless. But not having a __packed implementation when the kernel code > really needs it is a big deal. > > Revision Changes Path > 1.66 +11 -5 src/sys/sys/cdefs.h Providing stubs for lint is wrong when the non-stubs affects the semantics of the program, as they do for the new attributes both not for most of the old ones. Lint should fail in the same way as the compiler that it is linting for, and there must be no ifdefs for lint in cdefs.h (`lint' is in the application namespace, so it must not affect any standard header). A lint that lints gcc code must obviously declare __GNUC__ and __GNUC_MINOR__ for the version of gcc that it supports, since otherwise it would not see the same things as that version of gcc. Style bugs in revs 1.63-1.66: the new definitions are unsorted. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 0:48:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E986037B401; Mon, 23 Sep 2002 00:48:45 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBB843E42; Mon, 23 Sep 2002 00:48:41 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g8N7if178918; Mon, 23 Sep 2002 10:44:41 +0300 (EEST) (envelope-from ru) Date: Mon, 23 Sep 2002 10:44:41 +0300 From: Ruslan Ermilov To: Giorgos Keramidas Cc: Bruce Evans , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile.inc src/secure/lib/libssl Makefile Message-ID: <20020923074441.GA78238@sunbay.com> References: <20020921111609.GC98578@sunbay.com> <20020921172832.GA74846@hades.hell.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <20020921172832.GA74846@hades.hell.gr> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 21, 2002 at 08:28:32PM +0300, Giorgos Keramidas wrote: > On 2002-09-21 14:16, Ruslan Ermilov wrote: > > On Sat, Sep 21, 2002 at 08:04:52AM +1000, Bruce Evans wrote: > > > > Time and time again on 5-CURRENT the only why to get over a bump > > > > (if you haven't make world daily), is to manually build parts of > > > > the tree. > > > > This is news to me, I'll re-check again if 4.0-RELEASE can be > > bootstrapped to a fresh 5.0-CURRENT. >=20 > After a disk crash, I installed 4.4-RELEASE and tried to build a > -current world on it. It wasn't possible with the changes that you > backed out. The build stopped with "cannot find openssl/ssl.h". >=20 This has been fixed in secure/lib/libcrypto/Makefile.inc,v 1.27, well, in the commit that started this thread. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9jsZpUkv4P6juNwoRAkUqAJ9lakg/IDT9Wnhy+P2xJefRq3NE+QCeJLn5 0DhwK5o3BkvoABQqJ0MwGEs= =J8Yc -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 1: 4:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE18A37B401; Mon, 23 Sep 2002 01:04:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6101F43E42; Mon, 23 Sep 2002 01:04:31 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N84VCo092932; Mon, 23 Sep 2002 01:04:31 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N84Vbm092931; Mon, 23 Sep 2002 01:04:31 -0700 (PDT) Message-Id: <200209230804.g8N84Vbm092931@freefall.freebsd.org> From: Julian Elischer Date: Mon, 23 Sep 2002 01:04:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/23 01:04:31 PDT Modified files: sys/alpha/alpha vm_machdep.c sys/sys proc.h Log: Remove a bunch of stuff that is surplus now Revision Changes Path 1.74 +0 -76 src/sys/alpha/alpha/vm_machdep.c 1.254 +1 -9 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 1:32:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBA7E37B401; Mon, 23 Sep 2002 01:32:39 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 503A443E42; Mon, 23 Sep 2002 01:32:38 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Sep 2002 09:32:37 +0100 (BST) To: Jonathan Mini Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c linux_sysctl.c src/sys/compat/svr4 svr4_stream.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master In-Reply-To: Your message of "Sun, 22 Sep 2002 23:17:54 PDT." <200209230617.g8N6HswG040488@freefall.freebsd.org> Date: Mon, 23 Sep 2002 09:32:36 +0100 From: Ian Dowse Message-ID: <200209230932.aa59018@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200209230617.g8N6HswG040488@freefall.freebsd.org>, Jonathan Mini wr ites: > Log: > Don't use compatability syscall wrappers in emulation code. > This is needed for the COMPAT_FREEBSD3 option split. Does this actually work? Presumably the compatibility versions were used where they matched the Linux ABI and the native ones didn't? Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 1:56:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F9F337B401; Mon, 23 Sep 2002 01:56:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E642743E6E; Mon, 23 Sep 2002 01:56:24 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N8uOCo007430; Mon, 23 Sep 2002 01:56:24 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N8uOij007429; Mon, 23 Sep 2002 01:56:24 -0700 (PDT) Message-Id: <200209230856.g8N8uOij007429@freefall.freebsd.org> From: Maxim Konovalov Date: Mon, 23 Sep 2002 01:56:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/09/23 01:56:24 PDT Modified files: sys/netinet ip_output.c Log: Slightly rearrange a code in rev. 1.164: o Move len initialization closer to place of its first usage. o Compare len with 0 to improve readability. o Explicitly zero out phlen in ip_insertoptions() in failure case. Suggested by: jhb Reviewed by: jhb MFC after: 2 weeks Revision Changes Path 1.165 +8 -4 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 2: 0:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F172837B401; Mon, 23 Sep 2002 02:00:10 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id F017643E6A; Mon, 23 Sep 2002 02:00:09 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020923090009.EPTC8451.sccrmhc01.attbi.com@InterJet.elischer.org>; Mon, 23 Sep 2002 09:00:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id BAA33513; Mon, 23 Sep 2002 01:57:52 -0700 (PDT) Date: Mon, 23 Sep 2002 01:57:50 -0700 (PDT) From: Julian Elischer To: Ian Dowse Cc: Jonathan Mini , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c linux_sysctl.c src/sys/compat/svr4 svr4_stream.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master In-Reply-To: <200209230932.aa59018@salmon.maths.tcd.ie> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've alreay alerted him to some possible problems... expect more on this On Mon, 23 Sep 2002, Ian Dowse wrote: > In message <200209230617.g8N6HswG040488@freefall.freebsd.org>, Jonathan Mini wr > ites: > > Log: > > Don't use compatability syscall wrappers in emulation code. > > This is needed for the COMPAT_FREEBSD3 option split. > > Does this actually work? Presumably the compatibility versions were > used where they matched the Linux ABI and the native ones didn't? exactly... Linux uses BSD4.3 style sockaddr structs > > Ian > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 2: 3:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AF6837B401; Mon, 23 Sep 2002 02:03:50 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1E8F43E42; Mon, 23 Sep 2002 02:03:49 -0700 (PDT) (envelope-from baka@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1921) id A8097AE1CA; Mon, 23 Sep 2002 02:03:49 -0700 (PDT) Date: Mon, 23 Sep 2002 02:03:49 -0700 From: Jonathan Mini To: Julian Elischer Cc: Ian Dowse , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c linux_sysctl.c src/sys/compat/svr4 svr4_stream.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Message-ID: <20020923090349.GK7539@elvis.mu.org> Mail-Followup-To: Julian Elischer , Ian Dowse , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209230932.aa59018@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It looks like I'm going to have to revert this patch. Either that, or wrap the code somehow to pass compat structs back to the process. I'll look into it tomorrow. Julian Elischer [julian@elischer.org] wrote : > I've alreay alerted him to some possible problems... > > expect more on this > > On Mon, 23 Sep 2002, Ian Dowse wrote: > > > In message <200209230617.g8N6HswG040488@freefall.freebsd.org>, Jonathan Mini wr > > ites: > > > Log: > > > Don't use compatability syscall wrappers in emulation code. > > > This is needed for the COMPAT_FREEBSD3 option split. > > > > Does this actually work? Presumably the compatibility versions were > > used where they matched the Linux ABI and the native ones didn't? > > exactly... Linux uses BSD4.3 style sockaddr structs > > > > > > Ian > > > -- Jonathan Mini http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 2:21:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9942337B401; Mon, 23 Sep 2002 02:21:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD6E43E3B; Mon, 23 Sep 2002 02:21:22 -0700 (PDT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N9LMCo017322; Mon, 23 Sep 2002 02:21:22 -0700 (PDT) (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N9LMPq017321; Mon, 23 Sep 2002 02:21:22 -0700 (PDT) Message-Id: <200209230921.g8N9LMPq017321@freefall.freebsd.org> From: Yen-Ming Lee Date: Mon, 23 Sep 2002 02:21:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/GeoIP Makefile pkg-message ports/misc/GeoIP/files patch-conf::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG leeym 2002/09/23 02:21:22 PDT Modified files: misc/GeoIP Makefile Added files: misc/GeoIP pkg-message misc/GeoIP/files patch-conf::Makefile.in Log: - Get rid of the file leftover after "make clean" - Make sure that the package has a message about copying etc/GeoIP.conf.default to etc/GeoIP.conf PR: ports/43230 Submitted by: Edwin Groothuis Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Revision Changes Path 1.5 +4 -0 ports/misc/GeoIP/Makefile 1.1 +21 -0 ports/misc/GeoIP/files/patch-conf::Makefile.in (new) 1.1 +4 -0 ports/misc/GeoIP/pkg-message (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 2:32:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD93E37B404; Mon, 23 Sep 2002 02:32:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D81543E77; Mon, 23 Sep 2002 02:32:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N9WYCo019554; Mon, 23 Sep 2002 02:32:34 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N9WYpP019553; Mon, 23 Sep 2002 02:32:34 -0700 (PDT) Message-Id: <200209230932.g8N9WYpP019553@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 02:32:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 02:32:34 PDT Modified files: graphics/ImageMagick Makefile Log: Remove a duplicate entry from MASTER_SITES. zoffy.asahi-net.or.jp == ring.asahi-net.or.jp, which is a member of RingServer. Revision Changes Path 1.153 +0 -1 ports/graphics/ImageMagick/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 2:57:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F046C37B401; Mon, 23 Sep 2002 02:57:22 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC08743E42; Mon, 23 Sep 2002 02:57:21 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id TAA24393; Mon, 23 Sep 2002 19:57:11 +1000 Date: Mon, 23 Sep 2002 20:06:05 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp Cc: Jeff Roberson , , Subject: Re: cvs commit: src/sys/sys vnode.h In-Reply-To: <71508.1032765948@critter.freebsd.dk> Message-ID: <20020923200021.A17417-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 23 Sep 2002, Poul-Henning Kamp wrote: > In message <200209230721.g8N7LQeF079924@freefall.freebsd.org>, Jeff Roberson wr > ites: > >jeff 2002/09/23 00:21:26 PDT > > > > Modified files: > > sys/sys vnode.h > > Log: > > - Include sys/ktr.h so that vnode_if.h can define trace points. > > Wouldn't it make more sense to #include it in vnode_if.h ? This would be slightly worse since the namespace pollution is 1 level deeper. It is equivalent in practice since vnode_if.h is unusable without vnode.h and vice versa (module the bugs that vnode.h is included in applications and the new include isn't under a _KERNEL ifdef). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 3:19:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C115337B401; Mon, 23 Sep 2002 03:19:29 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 767F543E65; Mon, 23 Sep 2002 03:19:28 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA26524; Mon, 23 Sep 2002 20:19:22 +1000 Date: Mon, 23 Sep 2002 20:28:16 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Alfred Perlstein Cc: Peter Wemm , , Subject: Re: cvs commit: src/sys/alpha/pci tsunamireg.h src/sys/boot/ia64/skiload main.c src/sys/i386/include npx.h src/sys/ia64/include reg.h signal.h src/sys/sys cdefs.h In-Reply-To: <20020923061917.GG6262@elvis.mu.org> Message-ID: <20020923202345.K17455-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 22 Sep 2002, Alfred Perlstein wrote: > * Peter Wemm [020922 22:55] wrote: > > peter 2002/09/22 22:55:11 PDT > > ... > > There are over 400 __attribute__((packed)) to deal with, that can come > > later. I just want to use __packed in new code rather than add more > > gcc-ism's. > > I really like what you've done, however don't you think that the > places that do not have __packed/__aligned shouldn't have it defined > to nothing... therefore you can add: > > #ifndef __packed > #error you must define __packed or bad things will happen > #endif > #ifndef __aligned > #error you must define __aligned or bad things will happen > #endif > > Otherwise people may get compiled but very broken code > which most likely will be in critical things like device > drivers. I just noticed the -Wpacked warning. This can be used to detect unnecessary uses of __packed. __packed should only be used for historical or foreign poorly layed out structs. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 3:28:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 992A637B401; Mon, 23 Sep 2002 03:28:20 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 5323243E6E; Mon, 23 Sep 2002 03:28:19 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Sep 2002 11:28:18 +0100 (BST) Date: Mon, 23 Sep 2002 11:28:17 +0100 From: David Malone To: Julian Elischer , Ian Dowse , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c linux_sysctl.c src/sys/compat/svr4 svr4_stream.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Message-ID: <20020923102817.GA86491@walton.maths.tcd.ie> References: <200209230932.aa59018@salmon.maths.tcd.ie> <20020923090349.GK7539@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020923090349.GK7539@elvis.mu.org> User-Agent: Mutt/1.3.25i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 23, 2002 at 02:03:49AM -0700, Jonathan Mini wrote: > It looks like I'm going to have to revert this patch. > Either that, or wrap the code somehow to pass compat structs back to > the process. I'll look into it tomorrow. If you can back them out, I have some patches which begin to break out the Linux stuff into independent code. (It also fixes IPv6 in linux emulation). If you can wait 'till the weekend, I can finish them off and let you and Ian review them. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4: 9:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42BB237B401; Mon, 23 Sep 2002 04:09:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E894243E4A; Mon, 23 Sep 2002 04:09:50 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NB9oCo069968; Mon, 23 Sep 2002 04:09:50 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NB9oL5069967; Mon, 23 Sep 2002 04:09:50 -0700 (PDT) Message-Id: <200209231109.g8NB9oL5069967@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 04:09:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 04:09:50 PDT Modified files: mail/exim pkg-plist Log: Fix plist and unbreak packaging. Submitted by: bento Revision Changes Path 1.22 +0 -1 ports/mail/exim/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:19:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E3AE37B401; Mon, 23 Sep 2002 04:19:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D36443E6A; Mon, 23 Sep 2002 04:19:26 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBJPCo072085; Mon, 23 Sep 2002 04:19:25 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBJPnf072084; Mon, 23 Sep 2002 04:19:25 -0700 (PDT) Message-Id: <200209231119.g8NBJPnf072084@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 04:19:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim-doc-html pkg-plist_html pkg-plist_pdf pkg-plist_postscript X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 04:19:25 PDT Modified files: mail/exim-doc-html pkg-plist_html pkg-plist_pdf pkg-plist_postscript Log: Fix plists and unbreak packaging for mail/exim-doc-*. (Perhaps the maintainer forgot to update those files?) Submitted by: bento Revision Changes Path 1.2 +59 -15 ports/mail/exim-doc-html/pkg-plist_html 1.2 +0 -1 ports/mail/exim-doc-html/pkg-plist_pdf 1.2 +0 -1 ports/mail/exim-doc-html/pkg-plist_postscript To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:28:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBA7F37B401; Mon, 23 Sep 2002 04:28:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBEE43E6E; Mon, 23 Sep 2002 04:28:55 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBStCo074241; Mon, 23 Sep 2002 04:28:55 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBStsX074240; Mon, 23 Sep 2002 04:28:55 -0700 (PDT) Message-Id: <200209231128.g8NBStsX074240@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 04:28:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs20-emcws Makefile ports/japanese/emacs21-emcws Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 04:28:55 PDT Modified files: japanese/emacs20-emcws Makefile japanese/emacs21-emcws Makefile Log: Since WITH_{CANNA,FREEWNN,WNN6,SJ3} are always defined, there is no need to check if they are defined. Remove the checks and correct conditional PLIST_SUB+= assignment. Submitted by: bento Revision Changes Path 1.8 +7 -14 ports/japanese/emacs20-emcws/Makefile 1.9 +7 -14 ports/japanese/emacs21-emcws/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:31:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7F4D37B401; Mon, 23 Sep 2002 04:31:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB8043E65; Mon, 23 Sep 2002 04:31:18 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBVICo074606; Mon, 23 Sep 2002 04:31:18 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBVIj8074605; Mon, 23 Sep 2002 04:31:18 -0700 (PDT) Message-Id: <200209231131.g8NBVIj8074605@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 23 Sep 2002 04:31:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio local.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/23 04:31:18 PDT Modified files: lib/libc/stdio local.h Log: The character argument for __ungetwc() should be wint_t instead of wchar_t. Revision Changes Path 1.18 +1 -1 src/lib/libc/stdio/local.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:35:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E984937B401; Mon, 23 Sep 2002 04:35:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C4043E6E; Mon, 23 Sep 2002 04:35:50 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBZoCo076428; Mon, 23 Sep 2002 04:35:50 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBZohN076427; Mon, 23 Sep 2002 04:35:50 -0700 (PDT) Message-Id: <200209231135.g8NBZohN076427@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 23 Sep 2002 04:35:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio scanf.3 vfscanf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/23 04:35:50 PDT Modified files: lib/libc/stdio scanf.3 vfscanf.c Log: Implement the %lc, %ls and %[ conversions, which read sequences of wide characters, non-whitespace wide character strings and wide character strings in a scanset. Revision Changes Path 1.18 +32 -15 src/lib/libc/stdio/scanf.3 1.25 +105 -1 src/lib/libc/stdio/vfscanf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:36: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B879537B401; Mon, 23 Sep 2002 04:36:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3FE43E4A; Mon, 23 Sep 2002 04:36:03 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBa3Co076470; Mon, 23 Sep 2002 04:36:03 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBa3U0076469; Mon, 23 Sep 2002 04:36:03 -0700 (PDT) Message-Id: <200209231136.g8NBa3U0076469@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 04:36:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linux_devtools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 04:36:03 PDT Modified files: devel/linux_devtools Makefile Log: This installs Red Hat Linux 6.1 packages, so it should depend on emulators/linux_base-6 instead of emulators/linux_base. Submitted by: bento (rpm reports a package conflict) Revision Changes Path 1.30 +1 -1 ports/devel/linux_devtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:43: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D231F37B401; Mon, 23 Sep 2002 04:42:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8656443E3B; Mon, 23 Sep 2002 04:42:59 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBgxCo080486; Mon, 23 Sep 2002 04:42:59 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBgxN7080484; Mon, 23 Sep 2002 04:42:59 -0700 (PDT) Message-Id: <200209231142.g8NBgxN7080484@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 04:42:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBD-CSV Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 04:42:59 PDT Modified files: databases/p5-DBD-CSV Makefile Log: Correct a *_DEPENDS entry. SQL/Statement.pm installed by databases/p5-SQL-Statement lives right under ${PERL_VER}, not under ${PERL_VER}/${PERL_ARCH}. Submitted by: bento Revision Changes Path 1.11 +1 -1 ports/databases/p5-DBD-CSV/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:44:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C4CC37B401; Mon, 23 Sep 2002 04:44:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F83443E6E; Mon, 23 Sep 2002 04:44:48 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBimCo080668; Mon, 23 Sep 2002 04:44:48 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBimQq080667; Mon, 23 Sep 2002 04:44:48 -0700 (PDT) Message-Id: <200209231144.g8NBimQq080667@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 04:44:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBD-Excel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 04:44:47 PDT Modified files: databases/p5-DBD-Excel Makefile Log: Correct a *_DEPENDS entry. SQL/Statement.pm installed by databases/p5-SQL-Statement lives right under ${PERL_VER}, not under ${PERL_VER}/${PERL_ARCH}. Submitted by: bento Revision Changes Path 1.2 +1 -1 ports/databases/p5-DBD-Excel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:47:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA12F37B401; Mon, 23 Sep 2002 04:47:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D1E143E65; Mon, 23 Sep 2002 04:47:58 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBlwCo081063; Mon, 23 Sep 2002 04:47:58 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBlwK7081062; Mon, 23 Sep 2002 04:47:58 -0700 (PDT) Message-Id: <200209231147.g8NBlwK7081062@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 04:47:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-IO-Socket-Multicast Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 04:47:58 PDT Modified files: net/p5-IO-Socket-Multicast Makefile Log: Correct a *_DEPENDS entry: ${PERL_VER}/IO/Interface.pm -> ${PERL_VER}/${PERL_ARCH}/IO/Interface.pm Submitted by: bento Revision Changes Path 1.3 +1 -1 ports/net/p5-IO-Socket-Multicast/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:53:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B23EA37B401; Mon, 23 Sep 2002 04:53:36 -0700 (PDT) Received: from freefall.freebsd.org (unknown [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 674DD43E8A; Mon, 23 Sep 2002 04:53:36 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBqGCo082972; Mon, 23 Sep 2002 04:52:16 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBqGGO082971; Mon, 23 Sep 2002 04:52:16 -0700 (PDT) Message-Id: <200209231152.g8NBqGGO082971@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 04:52:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/aqsis Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 04:52:16 PDT Modified files: graphics/aqsis Makefile Log: devel/libargparse only installs a static library, so the dependency can be described in LIB_DEPENDS. Use BUILD_DEPENDS instead. Submitted by: bento Revision Changes Path 1.2 +2 -2 ports/graphics/aqsis/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:57: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A3637B401; Mon, 23 Sep 2002 04:57:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7978043E65; Mon, 23 Sep 2002 04:57:05 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBv5Co083300; Mon, 23 Sep 2002 04:57:05 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBv58m083299; Mon, 23 Sep 2002 04:57:05 -0700 (PDT) Message-Id: <200209231157.g8NBv58m083299@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 04:57:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dictd-database Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 04:57:05 PDT Modified files: net/dictd-database Makefile Log: Fix RUN_DEPENDS. ${LOCALBASE}/sbin is not necessarily included in PATH especially in the build cluster environment, so do not rely on it. Submitted by; bento Revision Changes Path 1.8 +1 -1 ports/net/dictd-database/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 4:59:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE0DA37B401; Mon, 23 Sep 2002 04:59:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9041F43E6E; Mon, 23 Sep 2002 04:59:19 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: from freefall.freebsd.org (dcs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NBxJCo083485; Mon, 23 Sep 2002 04:59:19 -0700 (PDT) (envelope-from dcs@freefall.freebsd.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NBxJHK083484; Mon, 23 Sep 2002 04:59:19 -0700 (PDT) Message-Id: <200209231159.g8NBxJHK083484@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Mon, 23 Sep 2002 04:59:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dcs 2002/09/23 04:59:19 PDT Modified files: usr.sbin/syslogd syslog.conf.5 syslogd.c Log: Introduce to the !program specification a capability similar to the one that already exists for hosts: being able to specify a section that applies to every program *except* the one in question. The normal syntax for program specification is still valid. For the new capability, one uses: !-program Since there is no way to specify a program beginning with a dash in the old syntax, as it would be interpreted as the case above, the following alternative syntax to the original capability is provided: !+program This shouldn't introduce incompatibilities with any syslogd configuration in production because -stable's syslogd does not support a dash anywhere in the program specification. MFC after: 2 weeks Revision Changes Path 1.28 +11 -0 src/usr.sbin/syslogd/syslog.conf.5 1.107 +14 -2 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 5: 0:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 405BF37B401; Mon, 23 Sep 2002 05:00:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8476143E6A; Mon, 23 Sep 2002 05:00:46 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NC0kCo084094; Mon, 23 Sep 2002 05:00:46 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NC0kqb084093; Mon, 23 Sep 2002 05:00:46 -0700 (PDT) Message-Id: <200209231200.g8NC0kqb084093@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 05:00:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-wordnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 05:00:46 PDT Modified files: textproc/py-wordnet Makefile Log: Up with textproc/wordnet's update and unbreak. Bump PORTREVISION. Submitted by: bento Revision Changes Path 1.4 +3 -2 ports/textproc/py-wordnet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 5: 1:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C5C637B401; Mon, 23 Sep 2002 05:01:39 -0700 (PDT) Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB0E43E4A; Mon, 23 Sep 2002 05:01:38 -0700 (PDT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 927C55B8B; Mon, 23 Sep 2002 13:53:20 +0200 (CEST) Received: by mail.droso.net (Postfix, from userid 1001) id B3D3C5B85; Mon, 23 Sep 2002 13:53:17 +0200 (CEST) Date: Mon, 23 Sep 2002 13:53:17 +0200 From: Erwin Lansing To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/p5-DBD-CSV Makefile Message-ID: <20020923115317.GA60838@droso.net> References: <200209231142.g8NBgxN7080484@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: <200209231142.g8NBgxN7080484@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD/i386 4.6-STABLE X-Virus-Scanned: by AMaViS perl-11 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 23, 2002 at 04:42:59AM -0700, Akinori MUSHA wrote: > knu 2002/09/23 04:42:59 PDT >=20 > Modified files: > databases/p5-DBD-CSV Makefile=20 > Log: > Correct a *_DEPENDS entry. SQL/Statement.pm installed by > databases/p5-SQL-Statement lives right under ${PERL_VER}, not under > ${PERL_VER}/${PERL_ARCH}. > =20 > Submitted by: bento > =20 Thanks! I was just on my way to bento after a couple of days of real life[tm] -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/ erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/ -bf- `- \`_`"'- --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9jwCtqy9aWxUlaZARAvVlAKDaJZb/4PxtW5p02KoSGogWcjXPwQCfSmwY 55D76WCw+JFZkVvYomwcuAg= =imIm -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 5: 6: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B885737B401; Mon, 23 Sep 2002 05:06:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C89443E42; Mon, 23 Sep 2002 05:06:05 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NC65Co089817; Mon, 23 Sep 2002 05:06:05 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NC65Yl089816; Mon, 23 Sep 2002 05:06:05 -0700 (PDT) Message-Id: <200209231206.g8NC65Yl089816@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 05:06:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/interchange Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 05:06:05 PDT Modified files: www/interchange Makefile Log: Fix the databases/p5-SQL-Statement dependency. SQL/Statement.pm installed by databases/p5-SQL-Statement lives right under ${PERL_VER}, not under ${PERL_VER}/${PERL_ARCH}. Submitted by: bento Revision Changes Path 1.6 +2 -2 ports/www/interchange/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 5: 9:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B78337B401; Mon, 23 Sep 2002 05:09:29 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7367643E42; Mon, 23 Sep 2002 05:09:28 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 69524519B2; Mon, 23 Sep 2002 21:09:27 +0900 (JST) Date: Mon, 23 Sep 2002 21:09:27 +0900 Message-ID: <863cs0nc08.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/aqsis Makefile In-Reply-To: <200209231152.g8NBqGGO082971@freefall.freebsd.org> References: <200209231152.g8NBqGGO082971@freefall.freebsd.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Mon, 23 Sep 2002 04:52:16 -0700 (PDT), I wrote: > knu 2002/09/23 04:52:16 PDT > > Modified files: > graphics/aqsis Makefile > Log: > devel/libargparse only installs a static library, so the dependency > can be described in LIB_DEPENDS. Use BUILD_DEPENDS instead. ^^^cannot > Submitted by: bento -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 5:13:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0938937B401; Mon, 23 Sep 2002 05:13:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B247F43E42; Mon, 23 Sep 2002 05:13:36 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NCDaCo091963; Mon, 23 Sep 2002 05:13:36 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NCDabA091962; Mon, 23 Sep 2002 05:13:36 -0700 (PDT) Message-Id: <200209231213.g8NCDabA091962@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 05:13:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-xmlrpc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 05:13:36 PDT Modified files: net/ruby-xmlrpc Makefile Log: Up with textproc/xmlparser's upate and unbreak. Submitted by: bento Revision Changes Path 1.26 +1 -1 ports/net/ruby-xmlrpc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 5:15:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A4F537B401; Mon, 23 Sep 2002 05:15:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E70743E42; Mon, 23 Sep 2002 05:15:24 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NCFOCo092159; Mon, 23 Sep 2002 05:15:24 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NCFODT092158; Mon, 23 Sep 2002 05:15:24 -0700 (PDT) Message-Id: <200209231215.g8NCFODT092158@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 23 Sep 2002 05:15:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby_static Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/23 05:15:24 PDT Modified files: lang/ruby_static Makefile Log: Fix a silly typo introduced in the previous commit and unbreak. Submitted by: bento Revision Changes Path 1.19 +1 -1 ports/lang/ruby_static/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 5:40: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80D4B37B401; Mon, 23 Sep 2002 05:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418D443E6E; Mon, 23 Sep 2002 05:40:08 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NCe7Co096699; Mon, 23 Sep 2002 05:40:08 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NCe7hP096698; Mon, 23 Sep 2002 05:40:07 -0700 (PDT) Message-Id: <200209231240.g8NCe7hP096698@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 23 Sep 2002 05:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h src/lib/libc/stdio Makefile.inc fwscanf.c local.h swscanf.c vfwscanf.c vswscanf.c vwscanf.c wscanf.3 wscanf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/23 05:40:07 PDT Modified files: include wchar.h lib/libc/stdio Makefile.inc local.h Added files: lib/libc/stdio fwscanf.c swscanf.c vfwscanf.c vswscanf.c vwscanf.c wscanf.3 wscanf.c Log: Add implementations of wscanf() and related functions: fwscanf(), swscanf(), vfwscanf(), vswscanf(), vwscanf(). As the name suggests, these are wide- character versions of the scanf() family of functions. Revision Changes Path 1.30 +8 -0 src/include/wchar.h 1.25 +11 -6 src/lib/libc/stdio/Makefile.inc 1.1 +45 -0 src/lib/libc/stdio/fwscanf.c (new) 1.19 +2 -0 src/lib/libc/stdio/local.h 1.1 +45 -0 src/lib/libc/stdio/swscanf.c (new) 1.1 +748 -0 src/lib/libc/stdio/vfwscanf.c (new) 1.1 +98 -0 src/lib/libc/stdio/vswscanf.c (new) 1.1 +39 -0 src/lib/libc/stdio/vwscanf.c (new) 1.1 +497 -0 src/lib/libc/stdio/wscanf.3 (new) 1.1 +45 -0 src/lib/libc/stdio/wscanf.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 5:55: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA59A37B401; Mon, 23 Sep 2002 05:55:03 -0700 (PDT) Received: from smtp02.iprimus.net.au (smtp02.iprimus.net.au [210.50.76.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C0D43E75; Mon, 23 Sep 2002 05:55:02 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([210.50.81.159]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.4617); Mon, 23 Sep 2002 22:55:00 +1000 Received: from dilbert.robbins.dropbear.id.au (fli5c52iqeml4iy6@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id g8NCsvCj026077; Mon, 23 Sep 2002 22:54:58 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id g8NCsumn026076; Mon, 23 Sep 2002 22:54:56 +1000 (EST) (envelope-from tim) Date: Mon, 23 Sep 2002 22:54:56 +1000 From: Tim Robbins To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include wchar.h src/lib/libc/stdio Makefile.inc fwscanf.c local.h swscanf.c vfwscanf.c vswscanf.c vwscanf.c wscanf.3 wscanf.c Message-ID: <20020923225456.A25957@dilbert.robbins.dropbear.id.au> References: <200209231240.g8NCe7hP096698@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209231240.g8NCe7hP096698@freefall.freebsd.org>; from tjr@FreeBSD.org on Mon, Sep 23, 2002 at 05:40:07AM -0700 X-OriginalArrivalTime: 23 Sep 2002 12:55:00.0973 (UTC) FILETIME=[6D99A1D0:01C26300] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 23, 2002 at 05:40:07AM -0700, Tim J. Robbins wrote: > tjr 2002/09/23 05:40:07 PDT > > Modified files: > include wchar.h > lib/libc/stdio Makefile.inc local.h > Added files: > lib/libc/stdio fwscanf.c swscanf.c vfwscanf.c vswscanf.c > vwscanf.c wscanf.3 wscanf.c > Log: > Add implementations of wscanf() and related functions: fwscanf(), swscanf(), > vfwscanf(), vswscanf(), vwscanf(). As the name suggests, these are wide- > character versions of the scanf() family of functions. Now the only functions missing from are wcscoll() and wcsxfrm(). We're almost there :-) Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 6:14:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6432D37B401; Mon, 23 Sep 2002 06:14:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1967D43E3B; Mon, 23 Sep 2002 06:14:30 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NDETCo015134; Mon, 23 Sep 2002 06:14:29 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NDETGi015133; Mon, 23 Sep 2002 06:14:29 -0700 (PDT) Message-Id: <200209231314.g8NDETGi015133@freefall.freebsd.org> From: Ville Skyttä Date: Mon, 23 Sep 2002 06:14:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb TODO.FreeBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/09/23 06:14:29 PDT Modified files: cvsweb TODO.FreeBSD Log: Small clarification. Revision Changes Path 1.14 +1 -1 projects/cvsweb/TODO.FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 6:19: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E939737B401; Mon, 23 Sep 2002 06:19:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2B843E3B; Mon, 23 Sep 2002 06:19:01 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NDJ1Co015540; Mon, 23 Sep 2002 06:19:01 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NDJ15Z015539; Mon, 23 Sep 2002 06:19:01 -0700 (PDT) Message-Id: <200209231319.g8NDJ15Z015539@freefall.freebsd.org> From: Ville Skyttä Date: Mon, 23 Sep 2002 06:19:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb ChangeLog README.FreeBSD cvsweb.cgi cvsweb.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/09/23 06:19:01 PDT Modified files: cvsweb ChangeLog README.FreeBSD cvsweb.cgi cvsweb.conf Log: Sync with stable branch, add @annotate_options config variable. Revision Changes Path 1.63 +6 -0 projects/cvsweb/ChangeLog 1.16 +2 -0 projects/cvsweb/README.FreeBSD 1.128 +2 -20 projects/cvsweb/cvsweb.cgi 1.39 +7 -0 projects/cvsweb/cvsweb.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 6:23:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0C137B401; Mon, 23 Sep 2002 06:23:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E91043E4A; Mon, 23 Sep 2002 06:23:10 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NDNACo019106; Mon, 23 Sep 2002 06:23:10 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NDNAF5019102; Mon, 23 Sep 2002 06:23:10 -0700 (PDT) Message-Id: <200209231323.g8NDNAF5019102@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 23 Sep 2002 06:23:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/23 06:23:09 PDT Modified files: mail/qmail Makefile Log: Remove repeated entry in MASTER_SITES Revision Changes Path 1.39 +0 -1 ports/mail/qmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 6:50:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB03337B401; Mon, 23 Sep 2002 06:50:23 -0700 (PDT) Received: from mail.freebsdmall.com (www.freebsdmall.com [66.220.2.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8125A43E6A; Mon, 23 Sep 2002 06:50:23 -0700 (PDT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 551242E89B; Mon, 23 Sep 2002 06:50:22 -0700 (PDT) Date: Mon, 23 Sep 2002 06:50:21 -0700 From: Murray Stokely To: Sam Leffler Cc: Julian Elischer , John Baldwin , Darren Reed , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c Message-ID: <20020923065021.C28944@freebsdmall.com> References: <112201c26191$b8ddefe0$52557f42@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <112201c26191$b8ddefe0$52557f42@errno.com>; from sam@errno.com on Sat, Sep 21, 2002 at 10:10:00AM -0700 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 21, 2002 at 10:10:00AM -0700, Sam Leffler wrote: > Rather than haphazardly sticking in new mbuf routines it would be good if > *bsd could standardize on some set of base set of routines to improve code > portability. At the very least it'd be good to try and add compatible > interfaces when trying to replace redundant code with a core routine. Sounds like a good topic for the bsd-api-discuss@wasabisys.com mailing list. - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 7: 0:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EC4D37B401; Mon, 23 Sep 2002 07:00:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F98743E42; Mon, 23 Sep 2002 07:00:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NE0nCo028157; Mon, 23 Sep 2002 07:00:51 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NE0nX3028156; Mon, 23 Sep 2002 07:00:49 -0700 (PDT) Message-Id: <200209231400.g8NE0nX3028156@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 23 Sep 2002 07:00:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/libexec/ipropd-master Makefile src/kerberos5/libexec/ipropd-slave Makefile src/kerberos5/libexec/k5admind Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/09/23 07:00:49 PDT Modified files: (Branch: RELENG_4) kerberos5/libexec/ipropd-master Makefile kerberos5/libexec/ipropd-slave Makefile kerberos5/libexec/k5admind Makefile Log: MFC src/kerberos5/libexec/ipropd-master/Makefile 1.8, 1.9; src/kerberos5/libexec/ipropd-slave/Makefile 1.8, 1.9; src/kerberos5/libexec/k5admind/Makefile 1.9: Drop libkadm5clnt from set of libraries included when building these daemons so that they actually work. Approved by: re (jhb) Revision Changes Path 1.3.2.3 +3 -2 src/kerberos5/libexec/ipropd-master/Makefile 1.3.2.3 +3 -2 src/kerberos5/libexec/ipropd-slave/Makefile 1.4.2.3 +4 -3 src/kerberos5/libexec/k5admind/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 7: 1: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4937337B401; Mon, 23 Sep 2002 07:01:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F244B43E7B; Mon, 23 Sep 2002 07:01:01 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NE11Co028217; Mon, 23 Sep 2002 07:01:01 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NE11EZ028216; Mon, 23 Sep 2002 07:01:01 -0700 (PDT) Message-Id: <200209231401.g8NE11EZ028216@freefall.freebsd.org> From: Julian Elischer Date: Mon, 23 Sep 2002 07:01:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/23 07:01:01 PDT Modified files: sys/kern kern_proc.c Log: oops don't do dthe copy range in a new KSE. There isn't one any more. Revision Changes Path 1.151 +2 -0 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 7: 6:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57ABE37B404; Mon, 23 Sep 2002 07:06:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAFE143E77; Mon, 23 Sep 2002 07:06:16 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NE6GCo034306; Mon, 23 Sep 2002 07:06:16 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NE6GZF034305; Mon, 23 Sep 2002 07:06:16 -0700 (PDT) Message-Id: <200209231406.g8NE6GZF034305@freefall.freebsd.org> From: Julian Elischer Date: Mon, 23 Sep 2002 07:06:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/23 07:06:15 PDT Modified files: sys/kern kern_thread.c Log: Don't use local variable 'p' in a debug statement.. we removed it. Revision Changes Path 1.30 +1 -1 src/sys/kern/kern_thread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 7:17:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 060BB37B401; Mon, 23 Sep 2002 07:17:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A81BC43E6E; Mon, 23 Sep 2002 07:17:36 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NEHaCo036551; Mon, 23 Sep 2002 07:17:36 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NEHaAf036550; Mon, 23 Sep 2002 07:17:36 -0700 (PDT) Message-Id: <200209231417.g8NEHaAf036550@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 23 Sep 2002 07:17:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/distcc Makefile ports/devel/distcc/files patch-src::daemon.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/23 07:17:35 PDT Modified files: devel/distcc Makefile Added files: devel/distcc/files patch-src::daemon.c Log: distcc was not working with group id 0 PR: 42980 Noticed by: Juan Salaverria Submitted by: maintainer Obtained from: distcc CVS Revision Changes Path 1.8 +1 -0 ports/devel/distcc/Makefile 1.1 +11 -0 ports/devel/distcc/files/patch-src::daemon.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 7:23:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4BCD37B401; Mon, 23 Sep 2002 07:23:35 -0700 (PDT) Received: from mail.freebsdmall.com (www.freebsdmall.com [66.220.2.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6391843E42; Mon, 23 Sep 2002 07:23:35 -0700 (PDT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id D884F2E89B; Mon, 23 Sep 2002 07:23:34 -0700 (PDT) Date: Mon, 23 Sep 2002 07:23:34 -0700 From: Murray Stokely To: Marc Fonvieille Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/it_IT.ISO8859-15 Makefile doc/it_IT.ISO8859-15/books Makefile Makefile.inc doc/it_IT.ISO8859-15/books/handbook Makefile appendix.decl book.sgml chapter.decl chapters.ent colophon.sgml doc/it_IT.ISO8859-15/books/handbook/advanced-networking Makefile chapter.sgml ... Message-ID: <20020923072334.D28944@freebsdmall.com> References: <200209221109.g8MB9B2n020683@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209221109.g8MB9B2n020683@freefall.freebsd.org>; from blackend@FreeBSD.org on Sun, Sep 22, 2002 at 04:09:11AM -0700 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 22, 2002 at 04:09:11AM -0700, Marc Fonvieille wrote: > it_IT.ISO8859-15/books/handbook/install Makefile adduser1.scr > adduser2.scr > adduser3.scr ... It's great to see another translation of the Handbook, but all of these screenshot files should not be duplicated if they are shared by multiple languages. I would recommend a short Makefile hack to use the English language screenshot images. Alternatively, you can create a new language-independent directory for screenshots, and then make modifications to doc.images.mk to get the files from the right place. Either way is better than duplicating N screenshots (N > 20) for M different languages (M > 1). - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 7:28: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0488837B401; Mon, 23 Sep 2002 07:28:09 -0700 (PDT) Received: from mail.freebsdmall.com (www.freebsdmall.com [66.220.2.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id B132243E4A; Mon, 23 Sep 2002 07:28:08 -0700 (PDT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 81F952E89B; Mon, 23 Sep 2002 07:28:08 -0700 (PDT) Date: Mon, 23 Sep 2002 07:28:08 -0700 From: Murray Stokely To: Marc Fonvieille Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/it_IT.ISO8859-15/share/images/callouts 1.png 10.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png Message-ID: <20020923072808.E28944@freebsdmall.com> References: <200209221110.g8MBAgsn021205@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209221110.g8MBAgsn021205@freefall.freebsd.org>; from blackend@FreeBSD.org on Sun, Sep 22, 2002 at 04:10:42AM -0700 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 22, 2002 at 04:10:42AM -0700, Marc Fonvieille wrote: > it_IT.ISO8859-15/share/images/callouts 1.png 10.png 2.png > 3.png 4.png 5.png 6.png > 7.png 8.png 9.png > Log: > Addition of callouts images. I think that we should put these files in doc/share/images/callouts and add the capability to override these default images if some future translation uses non-Arabic numerals. Right now we are duplicating these same 10 files for 5 different languages, which is silly. - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 7:33:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA6D37B401; Mon, 23 Sep 2002 07:33:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF56443E3B; Mon, 23 Sep 2002 07:33:52 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NEXqCo045552; Mon, 23 Sep 2002 07:33:52 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NEXqXw045551; Mon, 23 Sep 2002 07:33:52 -0700 (PDT) Message-Id: <200209231433.g8NEXqXw045551@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 23 Sep 2002 07:33:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/09/23 07:33:51 PDT Modified files: release Makefile Log: ALLLANG is long dead, garbage collect it. Instead, make it possible to use DOC_LANG to specify which languages the doc/ is built for. Note: be aware that the DOC_LANG setting in /etc/make.conf will now take the effect on "make release". (This is probably the desired behavior anyway.) PR: docs/42924 Revision Changes Path 1.707 +6 -10 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 8: 0:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05B2937B401; Mon, 23 Sep 2002 08:00:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC75243E42; Mon, 23 Sep 2002 08:00:23 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NF0NCo051971; Mon, 23 Sep 2002 08:00:23 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NF0NAW051970; Mon, 23 Sep 2002 08:00:23 -0700 (PDT) Message-Id: <200209231500.g8NF0NAW051970@freefall.freebsd.org> From: Maxim Konovalov Date: Mon, 23 Sep 2002 08:00:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/09/23 08:00:23 PDT Modified files: usr.sbin/cdcontrol cdcontrol.c Log: Do not add a start offset time to the track duration time. Submitted by: Dmitry Afanasiev, MFC after: 2 weeks Revision Changes Path 1.41 +2 -1 src/usr.sbin/cdcontrol/cdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 8:28:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA96537B401; Mon, 23 Sep 2002 08:28:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D1DE43E77; Mon, 23 Sep 2002 08:28:14 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NFSECo064462; Mon, 23 Sep 2002 08:28:14 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NFSETa064461; Mon, 23 Sep 2002 08:28:14 -0700 (PDT) Message-Id: <200209231528.g8NFSETa064461@freefall.freebsd.org> From: Michael Lucas Date: Mon, 23 Sep 2002 08:28:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/23 08:28:14 PDT Modified files: en/donations wantlist.sgml Log: Move plea for Sparc64 hardware up to top, where people will hopefully see it more often. Revision Changes Path 1.18 +10 -10 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 8:33:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E1737B401; Mon, 23 Sep 2002 08:33:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1465243E6A; Mon, 23 Sep 2002 08:33:48 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NFXlCo065356; Mon, 23 Sep 2002 08:33:47 -0700 (PDT) (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NFXlpP065340; Mon, 23 Sep 2002 08:33:47 -0700 (PDT) Message-Id: <200209231533.g8NFXlpP065340@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 23 Sep 2002 08:33:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gauche Makefile distinfo pkg-plist ports/lang/gauche/files patch-doc-Makefile.in patch-src-gauche-arith_i386.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2002/09/23 08:33:47 PDT Modified files: lang/gauche Makefile distinfo pkg-plist lang/gauche/files patch-doc-Makefile.in Added files: lang/gauche/files patch-src-gauche-arith_i386.h Log: Upgrade to 0.6.3. PR: ports/43272 Submitted by: maintainer Somepart by: me Revision Changes Path 1.4 +1 -1 ports/lang/gauche/Makefile 1.2 +1 -1 ports/lang/gauche/distinfo 1.2 +10 -23 ports/lang/gauche/files/patch-doc-Makefile.in 1.1 +20 -0 ports/lang/gauche/files/patch-src-gauche-arith_i386.h (new) 1.2 +2 -0 ports/lang/gauche/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 8:39:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7EE437B401; Mon, 23 Sep 2002 08:39:47 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5DF843E6E; Mon, 23 Sep 2002 08:39:46 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id EB915519B5; Tue, 24 Sep 2002 00:39:45 +0900 (JST) Date: Tue, 24 Sep 2002 00:39:47 +0900 Message-ID: <861y7kn29o.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: "Vanilla I. Shu" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/gauche Makefile distinfo pkg-plist ports/lang/gauche/files patch-doc-Makefile.in patch-src-gauche-arith_i386.h In-Reply-To: <200209231533.g8NFXlpP065340@freefall.freebsd.org> References: <200209231533.g8NFXlpP065340@freefall.freebsd.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Mon, 23 Sep 2002 08:33:47 -0700 (PDT), Vanilla I. Shu wrote: > vanilla 2002/09/23 08:33:47 PDT > > Modified files: > lang/gauche Makefile distinfo pkg-plist > lang/gauche/files patch-doc-Makefile.in > Added files: > lang/gauche/files patch-src-gauche-arith_i386.h > Log: > Upgrade to 0.6.3. > > PR: ports/43272 > Submitted by: maintainer > Somepart by: me Hey, would you *please* run your patches through portmgr@ if you want to update a port that's not broken during the ports freeze. Haven't you been reading developers@, or even cvs-committers@ ? -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 8:43:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B55837B401; Mon, 23 Sep 2002 08:43:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E398643E3B; Mon, 23 Sep 2002 08:43:41 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NFhfCo068837; Mon, 23 Sep 2002 08:43:41 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NFhfsG068836; Mon, 23 Sep 2002 08:43:41 -0700 (PDT) Message-Id: <200209231543.g8NFhfsG068836@freefall.freebsd.org> From: Mark Murray Date: Mon, 23 Sep 2002 08:43:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/23 08:43:41 PDT Modified files: en/donations wantlist.sgml Log: Register my desires in the donation department. Revision Changes Path 1.19 +15 -1 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 8:47:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D3A137B401; Mon, 23 Sep 2002 08:47:22 -0700 (PDT) Received: from fatpipi.cirx.org (fatpipi.cirx.org [211.23.144.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A0643E6A; Mon, 23 Sep 2002 08:47:20 -0700 (PDT) (envelope-from vanilla@fatpipi.cirx.org) Received: from fatpipi.cirx.org (tvcafe@localhost.cirx.org [127.0.0.1]) by fatpipi.cirx.org (8.12.3/8.12.3) with ESMTP id g8NFlFf8038886; Mon, 23 Sep 2002 23:47:15 +0800 (CST) (envelope-from vanilla@fatpipi.cirx.org) Received: (from vanilla@localhost) by fatpipi.cirx.org (8.12.3/8.12.3/Submit) id g8NFlFpV038885; Mon, 23 Sep 2002 23:47:15 +0800 (CST) Date: Mon, 23 Sep 2002 23:47:15 +0800 From: "Vanilla I. Shu" To: Akinori MUSHA Cc: "Vanilla I. Shu" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/gauche Makefile distinfo pkg-plist ports/lang/gauche/files patch-doc-Makefile.in patch-src-gauche-arith_i386.h Message-ID: <20020923154715.GA38848@fatpipi.cirx.org> References: <200209231533.g8NFXlpP065340@freefall.freebsd.org> <861y7kn29o.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <861y7kn29o.wl@archon.local.idaemons.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 12:39:47AM +0900, Akinori MUSHA wrote: > At Mon, 23 Sep 2002 08:33:47 -0700 (PDT), > Vanilla I. Shu wrote: > > vanilla 2002/09/23 08:33:47 PDT > > > > Modified files: > > lang/gauche Makefile distinfo pkg-plist > > lang/gauche/files patch-doc-Makefile.in > > Added files: > > lang/gauche/files patch-src-gauche-arith_i386.h > > Log: > > Upgrade to 0.6.3. > > > > PR: ports/43272 > > Submitted by: maintainer > > Somepart by: me > Hey, would you *please* run your patches through portmgr@ if you want > to update a port that's not broken during the ports freeze. > Haven't you been reading developers@, or even cvs-committers@ ? Ops... sorry... I really sorry. I think it's over already. sorry.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 8:50: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6676C37B401; Mon, 23 Sep 2002 08:50:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B6843E6A; Mon, 23 Sep 2002 08:50:06 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NFo6Co086432; Mon, 23 Sep 2002 08:50:06 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NFo6tV086431; Mon, 23 Sep 2002 08:50:06 -0700 (PDT) Message-Id: <200209231550.g8NFo6tV086431@freefall.freebsd.org> From: John Baldwin Date: Mon, 23 Sep 2002 08:50:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/23 08:50:06 PDT Modified files: sys/conf files.i386 sys/i386/i386 legacy.c sys/i386/include legacyvar.h Log: Add a new legacy(4) device driver for use on machines that do not have ACPI or for when ACPI support is disabled or not present in the kernel. Basically, the nexus device is now split into two with some parts (such as adding default ISA, MCA, and EISA busses if they aren't found as well as support for PCI bus device ivars) being moved to the legacy driver. Revision Changes Path 1.419 +1 -0 src/sys/conf/files.i386 1.48 +102 -451 src/sys/i386/i386/legacy.c 1.3 +9 -9 src/sys/i386/include/legacyvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 8:52:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4801D37B401; Mon, 23 Sep 2002 08:52:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFE4043E4A; Mon, 23 Sep 2002 08:52:31 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NFqVCo089803; Mon, 23 Sep 2002 08:52:31 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NFqVRb089773; Mon, 23 Sep 2002 08:52:31 -0700 (PDT) Message-Id: <200209231552.g8NFqVRb089773@freefall.freebsd.org> From: John Baldwin Date: Mon, 23 Sep 2002 08:52:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/23 08:52:30 PDT Modified files: sys/i386/pci pci_bus.c Log: Change the nexus_pcib driver (eventually to be renamed to legacy_pcib) to hang off of the legacy driver instead of the nexus. Revision Changes Path 1.90 +7 -7 src/sys/i386/pci/pci_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 8:56:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC97937B404; Mon, 23 Sep 2002 08:56:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA1E43E75; Mon, 23 Sep 2002 08:56:11 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NFuACo000721; Mon, 23 Sep 2002 08:56:11 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NFuApG000719; Mon, 23 Sep 2002 08:56:10 -0700 (PDT) Message-Id: <200209231556.g8NFuApG000719@freefall.freebsd.org> From: John Baldwin Date: Mon, 23 Sep 2002 08:56:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/23 08:56:09 PDT Modified files: sys/i386/apm apm.c Log: Hang apm off of the legacy device instead of the nexus. Revision Changes Path 1.129 +1 -1 src/sys/i386/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 8:59:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 476CD37B401; Mon, 23 Sep 2002 08:59:34 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C285A43E6A; Mon, 23 Sep 2002 08:59:33 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 20670519B4; Tue, 24 Sep 2002 00:59:33 +0900 (JST) Date: Tue, 24 Sep 2002 00:59:33 +0900 Message-ID: <86znu8lmsa.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: "Vanilla I. Shu" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/gauche Makefile distinfo pkg-plist ports/lang/gauche/files patch-doc-Makefile.in patch-src-gauche-arith_i386.h In-Reply-To: <20020923154715.GA38848@fatpipi.cirx.org> References: <200209231533.g8NFXlpP065340@freefall.freebsd.org> <861y7kn29o.wl@archon.local.idaemons.org> <20020923154715.GA38848@fatpipi.cirx.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Mon, 23 Sep 2002 23:47:15 +0800, Vanilla I. Shu wrote: > sorry.. This one is okay, but be careful next time. We are trying hard to reduce broken ports. There are still hundreds of broken ones. ;) Read Kris' posts on developers@ for details, it is not that you can't update any ports during the freeze (feel free to send us portmgr@ pacthes for review), it's just we must keep an eye on the tree so we won't introduce any more breakage. Thanks, -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 9: 3: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76A1237B401; Mon, 23 Sep 2002 09:03:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2452343E7B; Mon, 23 Sep 2002 09:03:02 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NG31Co007748; Mon, 23 Sep 2002 09:03:01 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NG31Ti007733; Mon, 23 Sep 2002 09:03:01 -0700 (PDT) Message-Id: <200209231603.g8NG31Ti007733@freefall.freebsd.org> From: John Baldwin Date: Mon, 23 Sep 2002 09:03:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include nexusvar.h src/sys/i386/i386 nexus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/23 09:03:01 PDT Modified files: sys/i386/i386 nexus.c Removed files: sys/i386/include nexusvar.h Log: Update the nexus driver for the addition of the legacy driver: - nexus no longer has PCI bridges as direct children, so the PCI bus ivar is no longer used and is removed. - Don't attach default EISA, ISA, or MCA busses. Instead, if we do not have an acpi0 device after bus_generic_probe(), add a legacy0 child device. - Remove machine/nexusvar.h. Revision Changes Path 1.48 +8 -70 src/sys/i386/i386/nexus.c 1.3 +0 -43 src/sys/i386/include/nexusvar.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 9: 5: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA7BB37B407 for ; Mon, 23 Sep 2002 09:05:01 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A89943E7B for ; Mon, 23 Sep 2002 09:05:00 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 4112 invoked from network); 23 Sep 2002 16:05:00 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 23 Sep 2002 16:05:00 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8NG4iBv081744; Mon, 23 Sep 2002 12:04:45 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209230550.g8N5o9KD029121@freefall.freebsd.org> Date: Mon, 23 Sep 2002 12:04:47 -0400 (EDT) From: John Baldwin To: Jeff Roberson Subject: RE: cvs commit: src/sys/tools vnode_if.awk Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Sep-2002 Jeff Roberson wrote: > jeff 2002/09/22 22:50:08 PDT > > Modified files: > sys/tools vnode_if.awk > Log: > - Automatically generate and insert KTR points in all VOPs. Cool! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 9: 5:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4852037B66B for ; Mon, 23 Sep 2002 09:05:09 -0700 (PDT) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A0B543E42 for ; Mon, 23 Sep 2002 09:05:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 20113 invoked from network); 23 Sep 2002 16:05:12 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 23 Sep 2002 16:05:12 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8NG4tBv081759; Mon, 23 Sep 2002 12:04:55 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209231552.g8NFqVRb089773@freefall.freebsd.org> Date: Mon, 23 Sep 2002 12:04:58 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/i386/pci pci_bus.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Sep-2002 John Baldwin wrote: > jhb 2002/09/23 08:52:30 PDT > > Modified files: > sys/i386/pci pci_bus.c > Log: > Change the nexus_pcib driver (eventually to be renamed to legacy_pcib) to > hang off of the legacy driver instead of the nexus. Now Host-PCI bridges won't be probed twice when using ACPI. Also, as a result of the apm change, apm(4) is no longer even probed when ACPI is present and in use, so we can probably axe a lot of the hacks to have apm and acpi refuse to probe if the other was present. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 9: 7:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE4937B401; Mon, 23 Sep 2002 09:07:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC0A43E3B; Mon, 23 Sep 2002 09:07:58 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NG7wCo012591; Mon, 23 Sep 2002 09:07:58 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NG7wu8012590; Mon, 23 Sep 2002 09:07:58 -0700 (PDT) Message-Id: <200209231607.g8NG7wu8012590@freefall.freebsd.org> From: Michael Lucas Date: Mon, 23 Sep 2002 09:07:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/23 09:07:57 PDT Modified files: en/donations index.sgml Log: Add link to wantlist.html at top of page, so it's more noticeable. Set up so can easily add acknowledgements page, when done. Revision Changes Path 1.6 +6 -1 www/en/donations/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 9:19:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CA3237B401; Mon, 23 Sep 2002 09:19:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B441843E3B; Mon, 23 Sep 2002 09:19:20 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NGJKCo016636; Mon, 23 Sep 2002 09:19:20 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NGJKdH016635; Mon, 23 Sep 2002 09:19:20 -0700 (PDT) Message-Id: <200209231619.g8NGJKdH016635@freefall.freebsd.org> From: Norikatsu Shigemura Date: Mon, 23 Sep 2002 09:19:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cidr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/09/23 09:19:19 PDT Modified files: net/cidr Makefile Log: Since the master site is down, temporarily mirror the tarball at ${MASTER_SITE_LOCAL}. Submitted by: bento Approved by: knu (mentor) Revision Changes Path 1.6 +2 -0 ports/net/cidr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 9:24:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B49937B401; Mon, 23 Sep 2002 09:24:41 -0700 (PDT) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D16743E65; Mon, 23 Sep 2002 09:24:39 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g8NGOZY07612; Tue, 24 Sep 2002 01:24:35 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Tue, 24 Sep 2002 01:24:29 +0900 (JST) Message-Id: <20020924.012429.38090552.iwasaki@jp.FreeBSD.org> To: jhb@FreeBSD.org Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_bus.c From: Mitsuru IWASAKI In-Reply-To: References: <200209231552.g8NFqVRb089773@freefall.freebsd.org> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > as a result of the apm change, apm(4) is no longer even probed when > ACPI is present and in use, so we can probably axe a lot of the hacks > to have apm and acpi refuse to probe if the other was present. Then, should we update the hints file too? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 9:53: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F153A37B401; Mon, 23 Sep 2002 09:53:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A389043E4A; Mon, 23 Sep 2002 09:53:06 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NGr6Co032437; Mon, 23 Sep 2002 09:53:06 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NGr6HH032436; Mon, 23 Sep 2002 09:53:06 -0700 (PDT) Message-Id: <200209231653.g8NGr6HH032436@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 23 Sep 2002 09:53:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/rpm/files patch-misc::glob.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/23 09:53:05 PDT Added files: archivers/rpm/files patch-misc::glob.h Log: Fix on -current. Revision Changes Path 1.1 +14 -0 ports/archivers/rpm/files/patch-misc::glob.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 9:55:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2164B37B401; Mon, 23 Sep 2002 09:55:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7EF143E4A; Mon, 23 Sep 2002 09:55:26 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NGtQCo034495; Mon, 23 Sep 2002 09:55:26 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NGtQxC034494; Mon, 23 Sep 2002 09:55:26 -0700 (PDT) Message-Id: <200209231655.g8NGtQxC034494@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 23 Sep 2002 09:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/rpm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/23 09:55:26 PDT Modified files: archivers/rpm Makefile Log: Remove gettext-old dependency, which moves us kloser to nuking that outdated piece of crap (only 5 packages depending on it remain). Revision Changes Path 1.41 +2 -4 ports/archivers/rpm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 9:57:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9460E37B401; Mon, 23 Sep 2002 09:57:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4761943E75; Mon, 23 Sep 2002 09:57:09 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NGv9Co035098; Mon, 23 Sep 2002 09:57:09 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NGv9Nc035097; Mon, 23 Sep 2002 09:57:09 -0700 (PDT) Message-Id: <200209231657.g8NGv9Nc035097@freefall.freebsd.org> From: Norikatsu Shigemura Date: Mon, 23 Sep 2002 09:57:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kterm16c/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/09/23 09:57:09 PDT Added files: japanese/kterm16c/files patch-af Log: Unbreak building kterm on 4.6-REL or later. Submitted by: bento Approved by: knu (mentor) Revision Changes Path 1.1 +11 -0 ports/japanese/kterm16c/files/patch-af (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 9:59:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87D2537B404; Mon, 23 Sep 2002 09:59:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2738043E7B; Mon, 23 Sep 2002 09:59:28 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NGxRCo035859; Mon, 23 Sep 2002 09:59:28 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NGxRfD035843; Mon, 23 Sep 2002 09:59:27 -0700 (PDT) Message-Id: <200209231659.g8NGxRfD035843@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 23 Sep 2002 09:59:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/23 09:59:23 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Clarify what exactly our "gcc 2.95.4" is. Not applicable to -CURRENT. Approved by: re (implicitly) Revision Changes Path 1.22.2.295 +2 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 10: 8:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D969437B401; Mon, 23 Sep 2002 10:08:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D94643E4A; Mon, 23 Sep 2002 10:08:34 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NH8YCo043848; Mon, 23 Sep 2002 10:08:34 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NH8YE1043847; Mon, 23 Sep 2002 10:08:34 -0700 (PDT) Message-Id: <200209231708.g8NH8YE1043847@freefall.freebsd.org> From: Mikhail Teterin Date: Mon, 23 Sep 2002 10:08:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/mowitz pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/09/23 10:08:33 PDT Modified files: x11-toolkits/mowitz pkg-plist Log: Add the missing bin/mowitz-config to the pkg-plist PR: ports/43233 Submitted by: Edwin Groothuis Approved by: portmgr Revision Changes Path 1.3 +1 -0 ports/x11-toolkits/mowitz/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 10:11:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F154937B401; Mon, 23 Sep 2002 10:11:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A433B43E42; Mon, 23 Sep 2002 10:11:58 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NHBwCo044390; Mon, 23 Sep 2002 10:11:58 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NHBwx8044389; Mon, 23 Sep 2002 10:11:58 -0700 (PDT) Message-Id: <200209231711.g8NHBwx8044389@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 23 Sep 2002 10:11:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gicq Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/23 10:11:57 PDT Modified files: net/gicq Makefile Log: Use gnomehack in the default case. This fixes make patch when GNOME is not present. Submitted by: bento Revision Changes Path 1.24 +2 -2 ports/net/gicq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 10:45:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76E2637B401; Mon, 23 Sep 2002 10:45:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25CC043E7B; Mon, 23 Sep 2002 10:45:52 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NHjpCo058265; Mon, 23 Sep 2002 10:45:52 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NHjphW058264; Mon, 23 Sep 2002 10:45:51 -0700 (PDT) Message-Id: <200209231745.g8NHjphW058264@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 23 Sep 2002 10:45:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include unistd.h src/sys/sys select.h types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/23 10:45:51 PDT Modified files: include unistd.h sys/sys select.h types.h Log: o Move select() helper macros from to . o Include from in the __BSD_VISIBLE case, so applications and base software can be slowly updated. o Prototype select() in . It was previously only prototyped in . o Add some XXX's to . Reviewed by: -standards Revision Changes Path 1.59 +5 -0 src/include/unistd.h 1.14 +46 -8 src/sys/sys/select.h 1.71 +8 -23 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 10:48:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F16737B401; Mon, 23 Sep 2002 10:48:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5145A43E3B; Mon, 23 Sep 2002 10:48:42 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NHmgCo058515; Mon, 23 Sep 2002 10:48:42 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NHmgH0058514; Mon, 23 Sep 2002 10:48:42 -0700 (PDT) Message-Id: <200209231748.g8NHmgH0058514@freefall.freebsd.org> From: Norikatsu Shigemura Date: Mon, 23 Sep 2002 10:48:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Crypt-Twofish Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/09/23 10:48:42 PDT Modified files: security/p5-Crypt-Twofish Makefile Log: p5-Crypt-Twofish needs newer File::Spec (than perl 5.00503's one) for building. Submitted by: bento Approved by: knu (mentor) Revision Changes Path 1.4 +4 -0 ports/security/p5-Crypt-Twofish/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 10:51:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A8237B401; Mon, 23 Sep 2002 10:51:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C1BB43E65; Mon, 23 Sep 2002 10:51:15 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NHpFCo059616; Mon, 23 Sep 2002 10:51:15 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NHpFLx059615; Mon, 23 Sep 2002 10:51:15 -0700 (PDT) Message-Id: <200209231751.g8NHpFLx059615@freefall.freebsd.org> From: Norikatsu Shigemura Date: Mon, 23 Sep 2002 10:51:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libggi pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/09/23 10:51:15 PDT Modified files: graphics/libggi pkg-plist Log: Fix pkg-plist. file.{la,so} are not built because the mmap(2) check in configure fails. Submitted by: bento Approved by: knu (mentor) Revision Changes Path 1.7 +0 -2 ports/graphics/libggi/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11: 3:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A00337B401; Mon, 23 Sep 2002 11:03:54 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C79E43E6E; Mon, 23 Sep 2002 11:03:51 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g8NI3cPW036688 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 23 Sep 2002 14:03:40 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/archivers/rpm Makefile Date: Mon, 23 Sep 2002 14:05:10 -0400 User-Agent: KMail/1.4.3 References: <200209231655.g8NGtQxC034494@freefall.freebsd.org> In-Reply-To: <200209231655.g8NGtQxC034494@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200209231405.10911.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 23 September 2002 12:55 pm, Maxim Sobolev wrote: = sobomax 2002/09/23 09:55:26 PDT = = Modified files: = archivers/rpm Makefile = Log: = Remove gettext-old dependency, which moves us kloser to nuking that = outdated piece of crap (only 5 packages depending on it remain). Both of the LIB-dependencies in that port remain bogus -- all binaries installed by the port are, at the moment, staticly linked -- see http://www.freebsd.org/cgi/query-pr.cgi?pr=42556 Changing LIB_DEPENDS to BUILD_DEPENDS is a quick band-aid solution until the port is fixed to link things dynamicly -- rpm is not nearly as paramount to FreeBSD as it is to Linux. -mi -- ëÁË, ÷Ù ÒÁÚ×Å ÂÅÚ ÛÐÁÇÉ ÐÒÉÛÌÉ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11: 5: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 683C537B401; Mon, 23 Sep 2002 11:05:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B69643E3B; Mon, 23 Sep 2002 11:05:06 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NI55Co063518; Mon, 23 Sep 2002 11:05:06 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NI55vV063511; Mon, 23 Sep 2002 11:05:05 -0700 (PDT) Message-Id: <200209231805.g8NI55vV063511@freefall.freebsd.org> From: Mikhail Teterin Date: Mon, 23 Sep 2002 11:05:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/mowitz Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/09/23 11:05:05 PDT Modified files: x11-toolkits/mowitz Makefile Log: Bump the port-revision for my latest fix to pkg-plist. Claim the pointy hat. Revision Changes Path 1.5 +1 -0 ports/x11-toolkits/mowitz/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:13:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AF6E37B401; Mon, 23 Sep 2002 11:13:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB8543E75; Mon, 23 Sep 2002 11:13:43 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NIDhCo069717; Mon, 23 Sep 2002 11:13:43 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NIDgPJ069716; Mon, 23 Sep 2002 11:13:42 -0700 (PDT) Message-Id: <200209231813.g8NIDgPJ069716@freefall.freebsd.org> From: John Baldwin Date: Mon, 23 Sep 2002 11:13:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/23 11:13:42 PDT Modified files: sys/i386/pci pci_cfgreg.c Log: Put verbose printf's in the PCI BIOS interrupt routing code under if (bootverbose). Revision Changes Path 1.95 +4 -1 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:14:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C62D37B401; Mon, 23 Sep 2002 11:14:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C104E43E3B; Mon, 23 Sep 2002 11:14:31 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NIEVCo069798; Mon, 23 Sep 2002 11:14:31 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NIEVaS069797; Mon, 23 Sep 2002 11:14:31 -0700 (PDT) Message-Id: <200209231814.g8NIEVaS069797@freefall.freebsd.org> From: John Baldwin Date: Mon, 23 Sep 2002 11:14:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pcib.c src/sys/i386/pci pci_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/23 11:14:31 PDT Modified files: sys/dev/acpica acpi_pcib.c sys/i386/pci pci_bus.c Log: Now that we only probe host-PCI bridges once, we no longer have to check to see if we have been probed before by checking for a pciX bus device. Revision Changes Path 1.25 +0 -12 src/sys/dev/acpica/acpi_pcib.c 1.91 +0 -10 src/sys/i386/pci/pci_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:16:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1456137B401; Mon, 23 Sep 2002 11:16:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8555443E3B; Mon, 23 Sep 2002 11:16:16 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NIGGCo069986; Mon, 23 Sep 2002 11:16:16 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NIGGKS069985; Mon, 23 Sep 2002 11:16:16 -0700 (PDT) Message-Id: <200209231816.g8NIGGKS069985@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 23 Sep 2002 11:16:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/c99 index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/23 11:16:16 PDT Modified files: en/projects/c99 index.sgml Log: o Mark the wprintf() family task as complete. o Add wscanf() family task; mark as complete. o Add some more functions to the C99 wcstoX() task; mark as complete. Revision Changes Path 1.64 +18 -9 www/en/projects/c99/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:22:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51D6837B401; Mon, 23 Sep 2002 11:22:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E8E43E6E; Mon, 23 Sep 2002 11:22:14 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NIMDCo070812; Mon, 23 Sep 2002 11:22:13 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NIMDWl070811; Mon, 23 Sep 2002 11:22:13 -0700 (PDT) Message-Id: <200209231822.g8NIMDWl070811@freefall.freebsd.org> From: Ceri Davies Date: Mon, 23 Sep 2002 11:22:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/23 11:22:13 PDT Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: Fix a broken command line in an example. Submitted by: Peter Lazar Revision Changes Path 1.83 +1 -1 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:26:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE71A37B401; Mon, 23 Sep 2002 11:26:36 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2AB543E6E; Mon, 23 Sep 2002 11:26:35 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g8NIQWPW036893 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 23 Sep 2002 14:26:34 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Stephen McKay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/cp cp.c Date: Mon, 23 Sep 2002 14:28:06 -0400 User-Agent: KMail/1.4.3 References: <200209221115.g8MBFv00023063@freefall.freebsd.org> In-Reply-To: <200209221115.g8MBFv00023063@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200209231428.06798.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 22 September 2002 07:15 am, Stephen McKay wrote: = mckay 2002/09/22 04:15:57 PDT = = Modified files: = bin/cp cp.c = Log: = cp -p could report success even if a file copy failed. This was = due to the cumulative exit status being overwritten when directory = permissions were being set. This was particularly bad when called = from mv(1) to perform a cross-device move as the original files were = deleted even if the copy failed. It could also report failure -- from changing the timestamps and such, even though the file was copied. It, probably, still should report the problem, but the message the user sees should be more detailed. What about MFC-ing? -mi = Reported by: Slaven Rezic = Patch by: bde = PR: 42789 = = Revision Changes Path = 1.42 +4 -3 src/bin/cp/cp.c -- ëÁË, ÷Ù ÒÁÚ×Å ÂÅÚ ÛÐÁÇÉ ÐÒÉÛÌÉ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:26:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCCD237B401; Mon, 23 Sep 2002 11:26:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA7E43E42; Mon, 23 Sep 2002 11:26:49 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NIQnCo072454; Mon, 23 Sep 2002 11:26:49 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NIQn3h072453; Mon, 23 Sep 2002 11:26:49 -0700 (PDT) Message-Id: <200209231826.g8NIQn3h072453@freefall.freebsd.org> From: Ceri Davies Date: Mon, 23 Sep 2002 11:26:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/23 11:26:49 PDT Modified files: en/donations wantlist.sgml Log: Fix web build. Revision Changes Path 1.20 +2 -1 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:28:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE53537B401; Mon, 23 Sep 2002 11:28:17 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id B527643E6A; Mon, 23 Sep 2002 11:28:16 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g8NISEPW036899 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 23 Sep 2002 14:28:15 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc toplev.c Date: Mon, 23 Sep 2002 14:29:47 -0400 User-Agent: KMail/1.4.3 References: <200209220726.g8M7Qdju048222@freefall.freebsd.org> In-Reply-To: <200209220726.g8M7Qdju048222@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200209231429.47531.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 22 September 2002 03:26 am, David E. O'Brien wrote: = obrien 2002/09/22 00:26:39 PDT = = Modified files: = contrib/gcc toplev.c = Log: = Turn off the "-O2 flag TRIGGERS KNOWN OPTIMIZER BUGS" warning. What about x86 (and -current)? Is it safe to use -O2? -mi = From current testsuite results, the optimizer bugs don't appear to exist = anymore. RTH@cygnus.com did a lot of work on the Alpha ELF code generator = for GCC 3.2[.0]. A recent FreeBSD/AXP GCC bootstrap is at = http://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00604.html = In this bootstraps, all gcc libraries are built with -O2 and c-torture = gives -O2 a real workout. None of the remaining failures have anything = to do with -O2 optimizer bugs. = = Submitted by: Loren James Rittle = = Revision Changes Path = 1.17 +1 -1 src/contrib/gcc/toplev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:37: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE45137B401; Mon, 23 Sep 2002 11:37:00 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9794543E77; Mon, 23 Sep 2002 11:37:00 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 19BFC9E5B; Mon, 23 Sep 2002 14:30:11 -0400 (EDT) Date: Mon, 23 Sep 2002 14:30:11 -0400 From: Mike Barcroft To: Mikhail Teterin Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc toplev.c Message-ID: <20020923143011.B14878@espresso.q9media.com> References: <200209220726.g8M7Qdju048222@freefall.freebsd.org> <200209231429.47531.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209231429.47531.mi+mx@aldan.algebra.com>; from mi+mx@aldan.algebra.com on Mon, Sep 23, 2002 at 02:29:47PM -0400 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mikhail Teterin writes: > On Sunday 22 September 2002 03:26 am, David E. O'Brien wrote: > = obrien 2002/09/22 00:26:39 PDT > = > = Modified files: > = contrib/gcc toplev.c > = Log: > = Turn off the "-O2 flag TRIGGERS KNOWN OPTIMIZER BUGS" warning. > > What about x86 (and -current)? Is it safe to use -O2? Not yet. See PR 40209. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:44:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 475C337B401; Mon, 23 Sep 2002 11:44:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE4D443E42; Mon, 23 Sep 2002 11:44:38 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NIicCo076572; Mon, 23 Sep 2002 11:44:38 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NIicxj076571; Mon, 23 Sep 2002 11:44:38 -0700 (PDT) Message-Id: <200209231844.g8NIicxj076571@freefall.freebsd.org> From: Ceri Davies Date: Mon, 23 Sep 2002 11:44:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/23 11:44:38 PDT Modified files: en/commercial consulting.raw Log: Add Xensia LLP, a consultancy in London. Submitted by: Paul Civati Revision Changes Path 1.70 +9 -0 www/en/commercial/consulting.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:54:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDF037B401; Mon, 23 Sep 2002 11:54:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9720F43E75; Mon, 23 Sep 2002 11:54:33 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NIsXCo078982; Mon, 23 Sep 2002 11:54:33 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NIsXaa078981; Mon, 23 Sep 2002 11:54:33 -0700 (PDT) Message-Id: <200209231854.g8NIsXaa078981@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 23 Sep 2002 11:54:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include/pc vesa.h src/sys/boot/i386/libi386 biosmem.c biospnp.c pxe.h src/sys/boot/pc98/libpc98 biosmem.c src/sys/cam/scsi scsi_low.h src/sys/dev/aac aacreg.h src/sys/dev/amr amrreg.h src/sys/dev/an if_aironet_ieee.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/09/23 11:54:33 PDT Modified files: sys/alpha/include/pc vesa.h sys/boot/i386/libi386 biosmem.c biospnp.c pxe.h sys/boot/pc98/libpc98 biosmem.c sys/cam/scsi scsi_low.h sys/dev/aac aacreg.h sys/dev/amr amrreg.h sys/dev/an if_aironet_ieee.h if_anreg.h sys/dev/ata ata-raid.h atapi-all.h atapi-cd.h sys/dev/ciss cissreg.h sys/dev/ida idareg.h sys/dev/mlx mlxreg.h sys/dev/mly mlyreg.h sys/dev/pst pst-iop.h sys/dev/twe twereg.h sys/fs/udf ecma167-udf.h sys/i386/i386 bios.c sys/i386/ibcs2 ibcs2_xenix.c sys/i386/include/pc bios.h vesa.h sys/i386/isa mca_machdep.c sys/ia64/include/pc vesa.h sys/modules/splash/bmp splash_bmp.c sys/netgraph ng_pppoe.c ng_pppoe.h sys/netncp ncp.h ncp_file.h ncp_ncp.h sys/pc98/pc98 wd_cd.h wst.c Log: use __packed. Revision Changes Path 1.4 +11 -11 src/sys/alpha/include/pc/vesa.h 1.6 +2 -2 src/sys/boot/i386/libi386/biosmem.c 1.7 +23 -23 src/sys/boot/i386/libi386/biospnp.c 1.6 +3 -3 src/sys/boot/i386/libi386/pxe.h 1.5 +2 -2 src/sys/boot/pc98/libpc98/biosmem.c 1.6 +2 -2 src/sys/cam/scsi/scsi_low.h 1.14 +41 -41 src/sys/dev/aac/aacreg.h 1.5 +12 -12 src/sys/dev/amr/amrreg.h 1.10 +1 -1 src/sys/dev/an/if_aironet_ieee.h 1.13 +1 -1 src/sys/dev/an/if_anreg.h 1.19 +5 -5 src/sys/dev/ata/ata-raid.h 1.46 +2 -2 src/sys/dev/ata/atapi-all.h 1.33 +1 -1 src/sys/dev/ata/atapi-cd.h 1.2 +28 -28 src/sys/dev/ciss/cissreg.h 1.6 +4 -4 src/sys/dev/ida/idareg.h 1.8 +17 -17 src/sys/dev/mlx/mlxreg.h 1.2 +43 -43 src/sys/dev/mly/mlyreg.h 1.3 +25 -25 src/sys/dev/pst/pst-iop.h 1.7 +14 -14 src/sys/dev/twe/twereg.h 1.4 +24 -24 src/sys/fs/udf/ecma167-udf.h 1.56 +1 -1 src/sys/i386/i386/bios.c 1.28 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix.c 1.14 +7 -7 src/sys/i386/include/pc/bios.h 1.8 +11 -11 src/sys/i386/include/pc/vesa.h 1.5 +2 -2 src/sys/i386/isa/mca_machdep.c 1.2 +10 -10 src/sys/ia64/include/pc/vesa.h 1.16 +25 -25 src/sys/modules/splash/bmp/splash_bmp.c 1.55 +2 -2 src/sys/netgraph/ng_pppoe.c 1.16 +3 -3 src/sys/netgraph/ng_pppoe.h 1.5 +11 -11 src/sys/netncp/ncp.h 1.3 +2 -2 src/sys/netncp/ncp_file.h 1.6 +4 -4 src/sys/netncp/ncp_ncp.h 1.3 +2 -2 src/sys/pc98/pc98/wd_cd.h 1.37 +1 -1 src/sys/pc98/pc98/wst.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 11:56:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 430D837B408 for ; Mon, 23 Sep 2002 11:56:31 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED51243E42 for ; Mon, 23 Sep 2002 11:56:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 29576 invoked from network); 23 Sep 2002 18:56:40 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 23 Sep 2002 18:56:40 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8NIuPBv082266; Mon, 23 Sep 2002 14:56:25 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020924.012429.38090552.iwasaki@jp.FreeBSD.org> Date: Mon, 23 Sep 2002 14:56:28 -0400 (EDT) From: John Baldwin To: Mitsuru IWASAKI Subject: Re: cvs commit: src/sys/i386/pci pci_bus.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Sep-2002 Mitsuru IWASAKI wrote: > Hi, > >> as a result of the apm change, apm(4) is no longer even probed when >> ACPI is present and in use, so we can probably axe a lot of the hacks >> to have apm and acpi refuse to probe if the other was present. > > Then, should we update the hints file too? Actually, apm and npx don't use the 'at' it would seem. Instead, their identify routines create a suitable device that then gets probed: revision 1.102 date: 1999/08/22 19:51:33; author: peter; state: Exp; lines: +15 -1 Add an identify method to allow apm to attach itself to the nexus without hooks in there. and revision 1.76 date: 1999/08/22 19:52:51; author: peter; state: Exp; lines: +18 -1 Add an identify method to allow npx to arrange itself to be attached to the nexus without explicit code in the nexus to do so. We should probably do the same thing with pmtimer, BTW, so it doesn't need a hint for it to exist. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 12: 7: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D88937B401; Mon, 23 Sep 2002 12:07:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EE9443E65; Mon, 23 Sep 2002 12:07:08 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NJ78Co085886; Mon, 23 Sep 2002 12:07:08 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NJ78j7085880; Mon, 23 Sep 2002 12:07:08 -0700 (PDT) Message-Id: <200209231907.g8NJ78j7085880@freefall.freebsd.org> From: Ceri Davies Date: Mon, 23 Sep 2002 12:07:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw hardware.raw software.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/23 12:07:07 PDT Modified files: en/commercial consulting.raw hardware.raw software.raw Log: Americanize these and pass them through ispell. Revision Changes Path 1.71 +26 -26 www/en/commercial/consulting.raw 1.51 +6 -6 www/en/commercial/hardware.raw 1.79 +15 -15 www/en/commercial/software.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 12:14: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D41CA37B401; Mon, 23 Sep 2002 12:14:01 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id F1D2F43E4A; Mon, 23 Sep 2002 12:13:59 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Sep 2002 20:13:57 +0100 (BST) Date: Mon, 23 Sep 2002 20:13:52 +0100 From: David Malone To: Mike Barcroft Cc: Mikhail Teterin , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc toplev.c Message-ID: <20020923191352.GA4874@walton.maths.tcd.ie> References: <200209220726.g8M7Qdju048222@freefall.freebsd.org> <200209231429.47531.mi+mx@aldan.algebra.com> <20020923143011.B14878@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020923143011.B14878@espresso.q9media.com> User-Agent: Mutt/1.3.25i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 23, 2002 at 02:30:11PM -0400, Mike Barcroft wrote: > Mikhail Teterin writes: > > On Sunday 22 September 2002 03:26 am, David E. O'Brien wrote: > > = obrien 2002/09/22 00:26:39 PDT > > = > > = Modified files: > > = contrib/gcc toplev.c > > = Log: > > = Turn off the "-O2 flag TRIGGERS KNOWN OPTIMIZER BUGS" warning. > > > > What about x86 (and -current)? Is it safe to use -O2? > > Not yet. See PR 40209. I committed a fix for the gcc optimisation issues to both -stable and -current a while ago. There is still an uninitialised variable problem according to Dan - if someone had time to work out what spec_case should be set to for mode 8 and 9, that would be good. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 12:19:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 400A337B401; Mon, 23 Sep 2002 12:19:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E550543E3B; Mon, 23 Sep 2002 12:19:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NJJZCo088274; Mon, 23 Sep 2002 12:19:35 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NJJZVM088273; Mon, 23 Sep 2002 12:19:35 -0700 (PDT) Message-Id: <200209231919.g8NJJZVM088273@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 23 Sep 2002 12:19:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lsof Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/23 12:19:35 PDT Modified files: sysutils/lsof Makefile distinfo Log: * Update to reconize 4.7 release. * Fix build on 5-CURRENT after Revision Changes Path 1.109 +2 -2 ports/sysutils/lsof/Makefile 1.88 +1 -1 ports/sysutils/lsof/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 12:22:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44FA337B406; Mon, 23 Sep 2002 12:22:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAF7B43E65; Mon, 23 Sep 2002 12:22:19 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NJMJCo089984; Mon, 23 Sep 2002 12:22:19 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NJMJ9S089983; Mon, 23 Sep 2002 12:22:19 -0700 (PDT) Message-Id: <200209231922.g8NJMJ9S089983@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 23 Sep 2002 12:22:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lsof Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/23 12:22:19 PDT Modified files: sysutils/lsof Makefile Log: The rev 1.109 update also fixed the build problems on 5-CURRENT do to the v_tag chagnes. Revision Changes Path 1.110 +0 -0 ports/sysutils/lsof/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 12:25:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4453037B401; Mon, 23 Sep 2002 12:25:38 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC6D43E65; Mon, 23 Sep 2002 12:25:37 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8NJPIJF078162; Mon, 23 Sep 2002 12:25:18 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8NJPIBN078161; Mon, 23 Sep 2002 12:25:18 -0700 (PDT) Date: Mon, 23 Sep 2002 12:25:18 -0700 From: "David O'Brien" To: Mike Barcroft Cc: Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc toplev.c Message-ID: <20020923192518.GA78132@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Mike Barcroft , Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209220726.g8M7Qdju048222@freefall.freebsd.org> <200209231429.47531.mi+mx@aldan.algebra.com> <20020923143011.B14878@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020923143011.B14878@espresso.q9media.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 23, 2002 at 02:30:11PM -0400, Mike Barcroft wrote: > Mikhail Teterin writes: > > On Sunday 22 September 2002 03:26 am, David E. O'Brien wrote: > > = obrien 2002/09/22 00:26:39 PDT > > = > > = Modified files: > > = contrib/gcc toplev.c > > = Log: > > = Turn off the "-O2 flag TRIGGERS KNOWN OPTIMIZER BUGS" warning. > > > > What about x86 (and -current)? Is it safe to use -O2? > > Not yet. See PR 40209. Not being able to use -O2 is due to a code bug in FreeBSD's code. Not due to GCC optimizer bugs. I feel it is safe to give -O2 a try on people's own code now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 12:27:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41D0337B401; Mon, 23 Sep 2002 12:27:30 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC1443E6E; Mon, 23 Sep 2002 12:27:29 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.6/8.12.6) with ESMTP id g8NJR5hS033491; Mon, 23 Sep 2002 15:27:05 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id g8NJR5mZ033478; Mon, 23 Sep 2002 15:27:05 -0400 (EDT) Date: Mon, 23 Sep 2002 15:27:05 -0400 From: Alexander Kabaev To: David Malone Cc: mike@FreeBSD.org, mi+mx@aldan.algebra.com, obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc toplev.c Message-Id: <20020923152705.3eff7221.ak03@gte.com> In-Reply-To: <20020923191352.GA4874@walton.maths.tcd.ie> References: <200209220726.g8M7Qdju048222@freefall.freebsd.org> <200209231429.47531.mi+mx@aldan.algebra.com> <20020923143011.B14878@espresso.q9media.com> <20020923191352.GA4874@walton.maths.tcd.ie> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.3claws12 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 23 Sep 2002 20:13:52 +0100 David Malone wrote: > > I committed a fix for the gcc optimisation issues to both -stable > and -current a while ago. There is still an uninitialised variable > problem according to Dan - if someone had time to work out what > spec_case should be set to for mode 8 and 9, that would be good. > > David. My understanding was that this was not a compiler bug but a non-conforming code on our side. Am I wrong? -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 12:38:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 607DD37B401; Mon, 23 Sep 2002 12:38:45 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 1342043E6E; Mon, 23 Sep 2002 12:38:41 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Sep 2002 20:38:40 +0100 (BST) To: Alexander Kabaev Cc: mike@FreeBSD.org, mi+mx@aldan.algebra.com, obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc toplev.c In-reply-to: Your message of "Mon, 23 Sep 2002 15:27:05 EDT." <20020923152705.3eff7221.ak03@gte.com> X-Request-Do: Date: Mon, 23 Sep 2002 20:38:40 +0100 From: David Malone Message-ID: <200209232038.aa89199@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > My understanding was that this was not a compiler bug but a > non-conforming code on our side. Am I wrong? There were two problems. The first, non-conforming code on our side has been fixed. The second, an uninitialised variable being used, hasn't been fixed yet. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 12:40:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E4237B401; Mon, 23 Sep 2002 12:40:41 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F43D43E77; Mon, 23 Sep 2002 12:40:41 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.6/8.12.6) with ESMTP id g8NJeXhS043452; Mon, 23 Sep 2002 15:40:33 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id g8NJeXRk043451; Mon, 23 Sep 2002 15:40:33 -0400 (EDT) Date: Mon, 23 Sep 2002 15:40:33 -0400 From: Alexander Kabaev To: David Malone Cc: mike@FreeBSD.org, mi+mx@aldan.algebra.com, obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc toplev.c Message-Id: <20020923154033.59150870.ak03@gte.com> In-Reply-To: <200209232038.aa89199@salmon.maths.tcd.ie> References: <20020923152705.3eff7221.ak03@gte.com> <200209232038.aa89199@salmon.maths.tcd.ie> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.3claws12 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 23 Sep 2002 20:38:40 +0100 David Malone wrote: > There were two problems. The first, non-conforming code on our side > has been fixed. The second, an uninitialised variable being used, > hasn't been fixed yet. But none of the above are GCC bugs, correct? That was my question. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 12:41:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C1A437B401; Mon, 23 Sep 2002 12:41:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE6D343E42; Mon, 23 Sep 2002 12:41:11 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NJfBCo092807; Mon, 23 Sep 2002 12:41:11 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NJfBrh092799; Mon, 23 Sep 2002 12:41:11 -0700 (PDT) Message-Id: <200209231941.g8NJfBrh092799@freefall.freebsd.org> From: Matt Jacob Date: Mon, 23 Sep 2002 12:41:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/23 12:41:11 PDT Modified files: sys/dev/mpt mpt.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c Log: Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Credits of 1024- Ultra4 256). Rename 'requests' tag to 'request_pool' for clarity. Make sure we do correct xpt_freeze_simq/CAM_RELEASE_SIMQ if we run out of chip resources. MFC after: 6 days Revision Changes Path 1.6 +9 -8 src/sys/dev/mpt/mpt.c 1.6 +56 -61 src/sys/dev/mpt/mpt_freebsd.c 1.7 +5 -5 src/sys/dev/mpt/mpt_freebsd.h 1.6 +29 -8 src/sys/dev/mpt/mpt_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 12:43:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25B837B401 for ; Mon, 23 Sep 2002 12:43:45 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC14F43E75 for ; Mon, 23 Sep 2002 12:43:44 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 27625 invoked from network); 23 Sep 2002 19:43:57 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 23 Sep 2002 19:43:57 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8NJhgBv082417; Mon, 23 Sep 2002 15:43:42 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020923192518.GA78132@dragon.nuxi.com> Date: Mon, 23 Sep 2002 15:43:44 -0400 (EDT) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/contrib/gcc toplev.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Mikhail Teterin , Mike Barcroft Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Sep-2002 David O'Brien wrote: > On Mon, Sep 23, 2002 at 02:30:11PM -0400, Mike Barcroft wrote: >> Mikhail Teterin writes: >> > On Sunday 22 September 2002 03:26 am, David E. O'Brien wrote: >> > = obrien 2002/09/22 00:26:39 PDT >> > = >> > = Modified files: >> > = contrib/gcc toplev.c >> > = Log: >> > = Turn off the "-O2 flag TRIGGERS KNOWN OPTIMIZER BUGS" warning. >> > >> > What about x86 (and -current)? Is it safe to use -O2? >> >> Not yet. See PR 40209. > > Not being able to use -O2 is due to a code bug in FreeBSD's code. Not > due to GCC optimizer bugs. I feel it is safe to give -O2 a try on > people's own code now. Is it due to stuff in __asm restraints that diff's like these would fix: --- i386/i386/math_emulate.c 20 Jun 2002 07:23:08 -0000 1.41 +++ i386/i386/math_emulate.c 17 Jul 2002 02:53:57 -0000 @@ -760,8 +760,7 @@ if ((ti.sign = (ti.b < 0)) != 0) __asm__("notl %0 ; notl %1\n\t" "addl $1,%0 ; adcl $0,%1" - :"=r" (ti.a),"=r" (ti.b) - :"0" (ti.a),"1" (ti.b)); + :"+r" (ti.a),"+r" (ti.b)); int_to_real(&ti,tmp); } (etc.. I have a bunch of these) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 13: 3:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADDD837B401; Mon, 23 Sep 2002 13:03:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6024E43E6A; Mon, 23 Sep 2002 13:03:42 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NK3gCo098803; Mon, 23 Sep 2002 13:03:42 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NK3gM9098802; Mon, 23 Sep 2002 13:03:42 -0700 (PDT) Message-Id: <200209232003.g8NK3gM9098802@freefall.freebsd.org> From: Marc Fonvieille Date: Mon, 23 Sep 2002 13:03:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/23 13:03:41 PDT Modified files: fr_FR.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: MFen 1.82 --> 1.83 Revision Changes Path 1.5 +3 -3 doc/fr_FR.ISO8859-1/books/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 13: 4:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E8C537B401; Mon, 23 Sep 2002 13:04:17 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C7243E6A; Mon, 23 Sep 2002 13:04:15 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id NAA14794; Mon, 23 Sep 2002 13:07:43 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id NAA14782; Mon, 23 Sep 2002 13:07:22 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 23 Sep 2002 13:07:19 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kris Kennaway Cc: cvs-all@freebsd.org, "Steven G. Kargl" Subject: Re: cvs commit: ports/emulators/dlx Makefile In-Reply-To: <200209202044.g8KKi46U080724@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 20 Sep 2002, Kris Kennaway wrote: # kris 2002/09/20 13:44:04 PDT # # Modified files: # emulators/dlx Makefile # Log: # BROKEN: Broken by removal of values.h PR ports/43258 (Make emulators/dlx build on -current) has a patch that looks like it might deal with this. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 13:10:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F08837B404; Mon, 23 Sep 2002 13:10:41 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF4243E75; Mon, 23 Sep 2002 13:10:40 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.5) with ESMTP id g8NKAe4m011601; Mon, 23 Sep 2002 13:10:40 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id g8NKAeK1011600; Mon, 23 Sep 2002 13:10:40 -0700 (PDT) From: "Steven G. Kargl" Message-Id: <200209232010.g8NKAeK1011600@troutmask.apl.washington.edu> Subject: Re: cvs commit: ports/emulators/dlx Makefile In-Reply-To: "from Joseph Scott at Sep 23, 2002 01:07:19 pm" To: Joseph Scott Date: Mon, 23 Sep 2002 13:10:40 -0700 (PDT) Cc: Kris Kennaway , cvs-all@freebsd.org X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joseph Scott said: > > On Fri, 20 Sep 2002, Kris Kennaway wrote: > > # kris 2002/09/20 13:44:04 PDT > # > # Modified files: > # emulators/dlx Makefile > # Log: > # BROKEN: Broken by removal of values.h > > PR ports/43258 (Make emulators/dlx build on -current) has a patch > that looks like it might deal with this. > Yes, it deals with by changing it to and changing a MAXINT to INT_MAX. It also fixes a problem with wait3(). Note, I don't know if the port actually works. I simply fixed the build problem. -- Steve http://troutmask.apl.washington.edu/~kargl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 13:13:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9418737B401; Mon, 23 Sep 2002 13:13:44 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596B243E4A; Mon, 23 Sep 2002 13:13:43 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id NAA15085; Mon, 23 Sep 2002 13:17:08 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id NAA15071; Mon, 23 Sep 2002 13:16:32 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 23 Sep 2002 13:16:30 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kris Kennaway Cc: cvs-all@freebsd.org, Fernan Aguero Subject: Re: cvs commit: ports/biology/emboss Makefile In-Reply-To: <200209202045.g8KKjKfS080846@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 20 Sep 2002, Kris Kennaway wrote: # kris 2002/09/20 13:45:20 PDT # # Modified files: # biology/emboss Makefile # Log: # BROKEN: Does not fetch PR ports/42708 (update biology/emboss to EMBOSS-2.5.1) takes care of 'fetchability' of this port. PR ports/42713 has some complaints about the building of it with certain options. 42708 mentions that a fix for this will be forthcoming. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 13:35:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A6737B401; Mon, 23 Sep 2002 13:35:53 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6138F43E75; Mon, 23 Sep 2002 13:35:52 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id NAA15618; Mon, 23 Sep 2002 13:39:24 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id NAA15611; Mon, 23 Sep 2002 13:39:04 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 23 Sep 2002 13:39:04 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Joe Marcus Clarke Cc: cvs-all@freebsd.org, Alex Dupre Subject: Re: cvs commit: ports/textproc/pspell Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/pspell/files patch-ac In-Reply-To: <200209202100.g8KL0XF7089358@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 20 Sep 2002, Joe Marcus Clarke wrote: # marcus 2002/09/20 14:00:33 PDT # # Removed files: # textproc/pspell Makefile distinfo pkg-comment pkg-descr # pkg-plist # textproc/pspell/files patch-ac # Log: # Delete textproc/pspell. It's API has been consumed by textproc/aspell. All # users of pspell should start using aspell immediately. # # Submitted by: Thierry Thomas # Approved by: petef (before he went offline) PR ports/37319 ([Patch] textproc/pspell-ispell (Makefile cleanup & use libtool)) can be closed then. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 13:59: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F5D637B401; Mon, 23 Sep 2002 13:59:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7E1D43E6A; Mon, 23 Sep 2002 13:58:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NKwxCo015874; Mon, 23 Sep 2002 13:58:59 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NKwxhJ015869; Mon, 23 Sep 2002 13:58:59 -0700 (PDT) Message-Id: <200209232058.g8NKwxhJ015869@freefall.freebsd.org> From: John Baldwin Date: Mon, 23 Sep 2002 13:58:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_stream.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/23 13:58:59 PDT Modified files: sys/compat/svr4 svr4_stream.c Log: Use correct variable name so that previous commit actually compiles. Revision Changes Path 1.33 +2 -2 src/sys/compat/svr4/svr4_stream.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 14: 5:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA15537B401; Mon, 23 Sep 2002 14:05:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8FB43E86; Mon, 23 Sep 2002 14:05:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NL5gCo025726; Mon, 23 Sep 2002 14:05:42 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NL5gnU025714; Mon, 23 Sep 2002 14:05:42 -0700 (PDT) Message-Id: <200209232105.g8NL5gnU025714@freefall.freebsd.org> From: John Baldwin Date: Mon, 23 Sep 2002 14:05:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_stream.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/23 14:05:41 PDT Modified files: sys/compat/svr4 svr4_stream.c Log: Ok, make this compile for real this time. recvfrom_args doesn't have a fromlen member, instead it has a fromlenaddr pointer member. Set it to NULL. Revision Changes Path 1.34 +1 -1 src/sys/compat/svr4/svr4_stream.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 14: 9:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BE8237B401; Mon, 23 Sep 2002 14:09:30 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id A957743E42; Mon, 23 Sep 2002 14:09:27 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id OAA16318; Mon, 23 Sep 2002 14:12:56 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id OAA16295; Mon, 23 Sep 2002 14:12:24 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 23 Sep 2002 14:12:18 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Alan Eldridge Cc: cvs-all@freebsd.org, Bjarne Wichmann Petersen Subject: Re: cvs commit: ports/www/quanta Makefile distinfo pkg-plist ports/www/quanta/files patch-Makefile.in patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c patch-quanta::plugins::php4dgb::debugger.h patch-quanta::plugins::php4dgb::listener.cpp In-Reply-To: <200209210022.g8L0MdLX052596@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 20 Sep 2002, Alan Eldridge wrote: # alane 2002/09/20 17:22:39 PDT # # Modified files: # www/quanta Makefile distinfo pkg-plist # Removed files: # www/quanta/files patch-Makefile.in # patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h # patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp # patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp # patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp # patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c # patch-quanta::plugins::php4dgb::debugger.h # patch-quanta::plugins::php4dgb::listener.cpp # Log: # Updated to kde3. # # Submitted by: Michael Collette This probably takes care of PR ports/41537 (Quanta+ 3.0 PR1 have been released). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 14:11:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4315737B401; Mon, 23 Sep 2002 14:11:22 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C2C43E81; Mon, 23 Sep 2002 14:11:22 -0700 (PDT) (envelope-from baka@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1921) id C52C9AE2AE; Mon, 23 Sep 2002 14:11:21 -0700 (PDT) Date: Mon, 23 Sep 2002 14:11:21 -0700 From: Jon Mini To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/svr4 svr4_stream.c Message-ID: <20020923211121.GL7539@elvis.mu.org> Mail-Followup-To: John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209232105.g8NL5gnU025714@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209232105.g8NL5gnU025714@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin [jhb@FreeBSD.org] wrote : > jhb 2002/09/23 14:05:41 PDT > > Modified files: > sys/compat/svr4 svr4_stream.c > Log: > Ok, make this compile for real this time. recvfrom_args doesn't have a > fromlen member, instead it has a fromlenaddr pointer member. Set it to > NULL. > > Revision Changes Path > 1.34 +1 -1 src/sys/compat/svr4/svr4_stream.c My apologies, John. I had thought the compat/svr4 stuff was compiled under GENERIC, but apparantly not. =/ -- Jonathan Mini http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 14:11:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 186CB37B401; Mon, 23 Sep 2002 14:11:57 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA90D43E42; Mon, 23 Sep 2002 14:11:56 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id B3BFA2A894; Mon, 23 Sep 2002 14:11:56 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Jonathan Mini Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c linux_sysctl.c src/sys/compat/svr4 svr4_stream.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master In-Reply-To: <200209230617.g8N6HswG040488@freefall.freebsd.org> Date: Mon, 23 Sep 2002 14:11:56 -0700 From: Peter Wemm Message-Id: <20020923211156.B3BFA2A894@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jonathan Mini wrote: > mini 2002/09/22 23:17:54 PDT > > Modified files: > sys/compat/linux linux_socket.c linux_sysctl.c > sys/compat/svr4 svr4_stream.c > sys/i386/linux linux_proto.h linux_syscall.h > linux_sysent.c syscalls.master > Log: > Don't use compatability syscall wrappers in emulation code. > This is needed for the COMPAT_FREEBSD3 option split. > > Reviewed by: alfred, jake Either this or a previous set of commits in this area broke the alpha: cc -c -O -pipe -mcpu=ev6 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror ../../../compat/linux/linux_sysctl.c cc1: warnings being treated as errors ../../../compat/linux/linux_sysctl.c:126: warning: `struct linux_sethostname_args' declared inside parameter list ../../../compat/linux/linux_sysctl.c:126: warning: its scope is only this definition or declaration, which is probably not what you want ../../../compat/linux/linux_sysctl.c:127: warning: no previous prototype for `linux_sethostname' ../../../compat/linux/linux_sysctl.c: In function `linux_sethostname': ../../../compat/linux/linux_sysctl.c:136: dereferencing pointer to incomplete type ../../../compat/linux/linux_sysctl.c:136: dereferencing pointer to incomplete type *** Error code 1 (continuing) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 15: 1:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6FA237B404; Mon, 23 Sep 2002 15:01:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783DD43E88; Mon, 23 Sep 2002 15:01:11 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NM1BCo044204; Mon, 23 Sep 2002 15:01:11 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NM1BFC044203; Mon, 23 Sep 2002 15:01:11 -0700 (PDT) Message-Id: <200209232201.g8NM1BFC044203@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 23 Sep 2002 15:01:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/23 15:01:11 PDT Modified files: sys/sys param.h Log: Add an NBBY define to eventually replace the one in . Revision Changes Path 1.136 +1 -0 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 15: 1:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE0837B401; Mon, 23 Sep 2002 15:01:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7512943E6E; Mon, 23 Sep 2002 15:01:46 -0700 (PDT) (envelope-from seanc@FreeBSD.org) Received: from freefall.freebsd.org (seanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NM1kCo044720; Mon, 23 Sep 2002 15:01:46 -0700 (PDT) (envelope-from seanc@freefall.freebsd.org) Received: (from seanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NM1kqQ044719; Mon, 23 Sep 2002 15:01:46 -0700 (PDT) Message-Id: <200209232201.g8NM1kqQ044719@freefall.freebsd.org> From: Sean Chittenden Date: Mon, 23 Sep 2002 15:01:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql-devel Makefile distinfo pkg-comment pkg-descr pkg-install pkg-message pkg-message.client pkg-plist ports/databases/postgresql-devel/files dot.cshrc.in dot.profile.in patch-aj patch-al post-install-notes ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2002/09/23 15:01:46 PDT Modified files: databases/postgresql-devel Makefile distinfo pkg-comment pkg-descr pkg-install pkg-message pkg-message.client pkg-plist databases/postgresql-devel/files dot.cshrc.in dot.profile.in post-install-notes Added files: databases/postgresql-devel/files patch-al Removed files: databases/postgresql-devel/files patch-aj databases/postgresql-devel/scripts configure.postgresql Log: Adding a development port for PostgreSQL. postgresql-devel will have its distfiles periodically updated to track PostgreSQL between major releases. Port is repo copied from databases/postgresql7 and has been updated to 7.3b1. Approved by: portmgr && knu (mentor) Revision Changes Path 1.101 +96 -68 ports/databases/postgresql-devel/Makefile 1.24 +3 -3 ports/databases/postgresql-devel/distinfo 1.3 +0 -6 ports/databases/postgresql-devel/files/dot.cshrc.in 1.5 +1 -8 ports/databases/postgresql-devel/files/dot.profile.in 1.5 +0 -118 ports/databases/postgresql-devel/files/patch-aj (dead) 1.1 +23 -0 ports/databases/postgresql-devel/files/patch-al (new) 1.17 +5 -17 ports/databases/postgresql-devel/files/post-install-notes 1.7 +1 -1 ports/databases/postgresql-devel/pkg-comment 1.12 +13 -18 ports/databases/postgresql-devel/pkg-descr 1.7 +11 -10 ports/databases/postgresql-devel/pkg-install 1.7 +11 -15 ports/databases/postgresql-devel/pkg-message 1.2 +10 -8 ports/databases/postgresql-devel/pkg-message.client 1.36 +31 -18 ports/databases/postgresql-devel/pkg-plist 1.12 +0 -173 ports/databases/postgresql-devel/scripts/configure.postgresql (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 15: 3:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7415D37B401; Mon, 23 Sep 2002 15:03:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87AA43E75; Mon, 23 Sep 2002 15:03:37 -0700 (PDT) (envelope-from seanc@FreeBSD.org) Received: from freefall.freebsd.org (seanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NM3bCo044994; Mon, 23 Sep 2002 15:03:37 -0700 (PDT) (envelope-from seanc@freefall.freebsd.org) Received: (from seanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NM3b3A044993; Mon, 23 Sep 2002 15:03:37 -0700 (PDT) Message-Id: <200209232203.g8NM3b3A044993@freefall.freebsd.org> From: Sean Chittenden Date: Mon, 23 Sep 2002 15:03:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2002/09/23 15:03:37 PDT Modified files: databases Makefile Log: Hook postgresql-devel up to the build Approved by: knu (mentor) && portmgr Revision Changes Path 1.204 +1 -0 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 15:40:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F50F37B401; Mon, 23 Sep 2002 15:40:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B67C043E86; Mon, 23 Sep 2002 15:40:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NMehCo055946; Mon, 23 Sep 2002 15:40:43 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NMehSR055938; Mon, 23 Sep 2002 15:40:43 -0700 (PDT) Message-Id: <200209232240.g8NMehSR055938@freefall.freebsd.org> From: Brian Somers Date: Mon, 23 Sep 2002 15:40:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ipcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/09/23 15:40:43 PDT Modified files: usr.sbin/ppp ipcp.c Log: If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting it as being in range. set ifaddr 1.2.3.4/0 5.6.7.8/0 no longer allows 0.0.0.0 as a valid IP. Reported/tested by: Bohdan Horst MFC after: 3 days Revision Changes Path 1.117 +2 -1 src/usr.sbin/ppp/ipcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 16:32:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FF7537B401; Mon, 23 Sep 2002 16:32:40 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id D559D43E75; Mon, 23 Sep 2002 16:32:39 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8NNWdJF080025; Mon, 23 Sep 2002 16:32:39 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8NNWdPa080024; Mon, 23 Sep 2002 16:32:39 -0700 (PDT) Date: Mon, 23 Sep 2002 16:32:39 -0700 From: "David O'Brien" To: Jonathan Mini , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c linux_sysctl.c src/sys/compat/svr4 svr4_stream.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Message-ID: <20020923233239.GA79965@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Jonathan Mini , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209230617.g8N6HswG040488@freefall.freebsd.org> <20020923211156.B3BFA2A894@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020923211156.B3BFA2A894@canning.wemm.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 23, 2002 at 02:11:56PM -0700, Peter Wemm wrote: > Jonathan Mini wrote: > > mini 2002/09/22 23:17:54 PDT > > > > Modified files: > > sys/compat/linux linux_socket.c linux_sysctl.c > > sys/compat/svr4 svr4_stream.c > > sys/i386/linux linux_proto.h linux_syscall.h > > linux_sysent.c syscalls.master > > Log: > > Don't use compatability syscall wrappers in emulation code. > > This is needed for the COMPAT_FREEBSD3 option split. > > > > Reviewed by: alfred, jake > > Either this or a previous set of commits in this area broke the alpha: beast:~> last mini wtmp begins Mon Jul 1 09:08:35 PDT 2002 Please consider build testing on this fast Alpha. /sys/compat is shared across i386 and Alpha. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 16:34:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2ACC37B401; Mon, 23 Sep 2002 16:34:10 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E7143E81; Mon, 23 Sep 2002 16:34:10 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8NNY5JF080079; Mon, 23 Sep 2002 16:34:05 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8NNY5Pa080078; Mon, 23 Sep 2002 16:34:05 -0700 (PDT) Date: Mon, 23 Sep 2002 16:34:05 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Mikhail Teterin , Mike Barcroft Subject: Re: cvs commit: src/contrib/gcc toplev.c Message-ID: <20020923233405.GB79965@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Mikhail Teterin , Mike Barcroft References: <20020923192518.GA78132@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 23, 2002 at 03:43:44PM -0400, John Baldwin wrote: > Is it due to stuff in __asm restraints that diff's like these would fix: > > --- i386/i386/math_emulate.c 20 Jun 2002 07:23:08 -0000 1.41 > +++ i386/i386/math_emulate.c 17 Jul 2002 02:53:57 -0000 > @@ -760,8 +760,7 @@ > if ((ti.sign = (ti.b < 0)) != 0) > __asm__("notl %0 ; notl %1\n\t" > "addl $1,%0 ; adcl $0,%1" > - :"=r" (ti.a),"=r" (ti.b) > - :"0" (ti.a),"1" (ti.b)); > + :"+r" (ti.a),"+r" (ti.b)); > int_to_real(&ti,tmp); > } > > (etc.. I have a bunch of these) We're you going to do a clean up pass a few months ago? (or was it someone else) Did you get very far? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 17:40:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C192E37B401; Mon, 23 Sep 2002 17:40:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776A443E75; Mon, 23 Sep 2002 17:40:15 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O0eFCo010963; Mon, 23 Sep 2002 17:40:15 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O0eFTh010958; Mon, 23 Sep 2002 17:40:15 -0700 (PDT) Message-Id: <200209240040.g8O0eFTh010958@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 23 Sep 2002 17:40:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/23 17:40:14 PDT Modified files: en/donations wantlist.sgml Log: Removed request for scsi hard drives. Revision Changes Path 1.21 +1 -8 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 17:47:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AD9337B401; Mon, 23 Sep 2002 17:47:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0BCD43E6E; Mon, 23 Sep 2002 17:47:34 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O0lYCo014528; Mon, 23 Sep 2002 17:47:34 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O0lYsk014523; Mon, 23 Sep 2002 17:47:34 -0700 (PDT) Message-Id: <200209240047.g8O0lYsk014523@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 23 Sep 2002 17:47:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/23 17:47:31 PDT Modified files: lib/libc/stdio vfprintf.c vfwprintf.c Log: Use the new va_copy macro to copy variable argument lists instead of assignment. This is needed on powerpc but is also more correct for the other ports. Submitted by: grehan Tested on: alpha, i386, sparc64 Revision Changes Path 1.48 +1 -1 src/lib/libc/stdio/vfprintf.c 1.2 +1 -1 src/lib/libc/stdio/vfwprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 18:49:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7F237B401; Mon, 23 Sep 2002 18:49:47 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D4143E3B; Mon, 23 Sep 2002 18:49:46 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 6B37A81458; Tue, 24 Sep 2002 11:19:44 +0930 (CST) Date: Tue, 24 Sep 2002 11:19:44 +0930 From: Greg 'groggy' Lehey To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h Message-ID: <20020924014944.GC14284@wantadilla.lemis.com> References: <200209231550.g8NFo6tV086431@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209231550.g8NFo6tV086431@freefall.freebsd.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday, 23 September 2002 at 8:50:06 -0700, John Baldwin wrote: > jhb 2002/09/23 08:50:06 PDT > > Modified files: > sys/conf files.i386 > sys/i386/i386 legacy.c > sys/i386/include legacyvar.h > Log: > Add a new legacy(4) device driver for use on machines that do not have > ACPI or for when ACPI support is disabled or not present in the kernel. > Basically, the nexus device is now split into two with some parts > (such as adding default ISA, MCA, and EISA busses if they aren't found > as well as support for PCI bus device ivars) being moved to the legacy > driver. What's the rationale for this? Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 19: 7:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8141E37B401; Mon, 23 Sep 2002 19:07:23 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EF343E42; Mon, 23 Sep 2002 19:07:22 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8O27K9R003009; Mon, 23 Sep 2002 20:07:21 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 23 Sep 2002 20:07:06 -0600 (MDT) Message-Id: <20020923.200706.128047002.imp@bsdimp.com> To: grog@FreeBSD.org Cc: jhb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h From: "M. Warner Losh" In-Reply-To: <20020924014944.GC14284@wantadilla.lemis.com> References: <200209231550.g8NFo6tV086431@freefall.freebsd.org> <20020924014944.GC14284@wantadilla.lemis.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20020924014944.GC14284@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : On Monday, 23 September 2002 at 8:50:06 -0700, John Baldwin wrote: : > jhb 2002/09/23 08:50:06 PDT : > : > Modified files: : > sys/conf files.i386 : > sys/i386/i386 legacy.c : > sys/i386/include legacyvar.h : > Log: : > Add a new legacy(4) device driver for use on machines that do not have : > ACPI or for when ACPI support is disabled or not present in the kernel. : > Basically, the nexus device is now split into two with some parts : > (such as adding default ISA, MCA, and EISA busses if they aren't found : > as well as support for PCI bus device ivars) being moved to the legacy : > driver. : : What's the rationale for this? Cleanliness of implementation. The ia32 architecture has basically gone to requiring ACPI. Using ACPI means we do a whole lot of things differently. So if we are using ACPI we attach ACPI drivers that do ACPI specific things. When we don't we attach the non-ACPI specific ones. This has been discussed rather heavily over the last several weeks. I've reviewed this as well, and it seems like a very sane thing to do. So we really have gotten to the point where we have the 'legacy' way of doing and the 'acpi' way. This makes good sense. Do you have a specific problem with it, or does it just smell a little weird at first? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 19: 9:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1334E37B401; Mon, 23 Sep 2002 19:09:22 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E92143E3B; Mon, 23 Sep 2002 19:09:20 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 715DF81463; Tue, 24 Sep 2002 11:39:17 +0930 (CST) Date: Tue, 24 Sep 2002 11:39:17 +0930 From: Greg 'groggy' Lehey To: "M. Warner Losh" Cc: jhb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h Message-ID: <20020924020917.GC76938@wantadilla.lemis.com> References: <200209231550.g8NFo6tV086431@freefall.freebsd.org> <20020924014944.GC14284@wantadilla.lemis.com> <20020923.200706.128047002.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020923.200706.128047002.imp@bsdimp.com> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday, 23 September 2002 at 20:07:06 -0600, M. Warner Losh wrote: > In message: <20020924014944.GC14284@wantadilla.lemis.com> > "Greg 'groggy' Lehey" writes: >> On Monday, 23 September 2002 at 8:50:06 -0700, John Baldwin wrote: >>> jhb 2002/09/23 08:50:06 PDT >>> >>> Modified files: >>> sys/conf files.i386 >>> sys/i386/i386 legacy.c >>> sys/i386/include legacyvar.h >>> Log: >>> Add a new legacy(4) device driver for use on machines that do not have >>> ACPI or for when ACPI support is disabled or not present in the kernel. >>> Basically, the nexus device is now split into two with some parts >>> (such as adding default ISA, MCA, and EISA busses if they aren't found >>> as well as support for PCI bus device ivars) being moved to the legacy >>> driver. >> >> What's the rationale for this? > > Cleanliness of implementation. The ia32 architecture has basically > gone to requiring ACPI. Hmm, you mean the PC architecture, right? Does this affect PC98 as well? > Using ACPI means we do a whole lot of things differently. So if we > are using ACPI we attach ACPI drivers that do ACPI specific things. > When we don't we attach the non-ACPI specific ones. This has been > discussed rather heavily over the last several weeks. I've reviewed > this as well, and it seems like a very sane thing to do. So we > really have gotten to the point where we have the 'legacy' way of > doing and the 'acpi' way. This makes good sense. Thanks. > Do you have a specific problem with it, or does it just smell a > little weird at first? Neither. I was just wondering. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 19:13:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE35437B401; Mon, 23 Sep 2002 19:13:16 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA8C943E4A; Mon, 23 Sep 2002 19:13:15 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8O2DE9R003047; Mon, 23 Sep 2002 20:13:15 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 23 Sep 2002 20:13:00 -0600 (MDT) Message-Id: <20020923.201300.80213923.imp@bsdimp.com> To: grog@FreeBSD.org Cc: jhb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h From: "M. Warner Losh" In-Reply-To: <20020924020917.GC76938@wantadilla.lemis.com> References: <20020924014944.GC14284@wantadilla.lemis.com> <20020923.200706.128047002.imp@bsdimp.com> <20020924020917.GC76938@wantadilla.lemis.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20020924020917.GC76938@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : Hmm, you mean the PC architecture, right? Does this affect PC98 as : well? Yes and no. pc98 will never have acpi. I think that legacy is generic enough when I looked at it. I haven't tried to build a pc98 kernel yet to see if this breaks things or not. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 19:17:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A2537B401; Mon, 23 Sep 2002 19:17:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E27943E42; Mon, 23 Sep 2002 19:17:14 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O2HECo066642; Mon, 23 Sep 2002 19:17:14 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O2HEYT066641; Mon, 23 Sep 2002 19:17:14 -0700 (PDT) Message-Id: <200209240217.g8O2HEYT066641@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 23 Sep 2002 19:17:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/kgzldr crt.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/09/23 19:17:13 PDT Modified files: sys/boot/pc98/kgzldr crt.s Log: Fixed to build after removing a.out suppot. Revision Changes Path 1.4 +6 -6 src/sys/boot/pc98/kgzldr/crt.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 19:18:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A387A37B401; Mon, 23 Sep 2002 19:18:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5827A43E6E; Mon, 23 Sep 2002 19:18:42 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O2IgCo066747; Mon, 23 Sep 2002 19:18:42 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O2Ig2C066746; Mon, 23 Sep 2002 19:18:42 -0700 (PDT) Message-Id: <200209240218.g8O2Ig2C066746@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 23 Sep 2002 19:18:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/09/23 19:18:42 PDT Modified files: sys/conf files.pc98 Log: MFi386: revision 1.419 Revision Changes Path 1.246 +1 -0 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 19:22:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8624537B401; Mon, 23 Sep 2002 19:22:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39B1E43E77; Mon, 23 Sep 2002 19:22:36 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O2MaCo067400; Mon, 23 Sep 2002 19:22:36 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O2MaC1067395; Mon, 23 Sep 2002 19:22:36 -0700 (PDT) Message-Id: <200209240222.g8O2MaC1067395@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 23 Sep 2002 19:22:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/09/23 19:22:35 PDT Modified files: sys/pc98/i386 machdep.c Log: MFi386: revisions 1.536 and 1.538. Revision Changes Path 1.296 +4 -6 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 19:26:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37F6737B401; Mon, 23 Sep 2002 19:26:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D6C943E6E; Mon, 23 Sep 2002 19:26:56 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O2QtCo069274; Mon, 23 Sep 2002 19:26:55 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O2Qt3H069273; Mon, 23 Sep 2002 19:26:55 -0700 (PDT) Message-Id: <200209240226.g8O2Qt3H069273@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 23 Sep 2002 19:26:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/09/23 19:26:55 PDT Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/dev/sio/sio.c revision 1.379. Revision Changes Path 1.177 +0 -1 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 19:36: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 369ED37B401; Mon, 23 Sep 2002 19:36:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC0C443E3B; Mon, 23 Sep 2002 19:35:59 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O2ZxCo072352; Mon, 23 Sep 2002 19:35:59 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O2ZxMl072351; Mon, 23 Sep 2002 19:35:59 -0700 (PDT) Message-Id: <200209240235.g8O2ZxMl072351@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 23 Sep 2002 19:35:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sio sioreg.h src/sys/pc98/pc98 sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/09/23 19:35:57 PDT Modified files: sys/dev/sio sioreg.h sys/pc98/pc98 sio.c Log: Move the com_emr register definition to sioreg.h. Revision Changes Path 1.21 +1 -0 src/sys/dev/sio/sioreg.h 1.178 +0 -4 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 19:46:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF2337B401; Mon, 23 Sep 2002 19:46:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FD843E42; Mon, 23 Sep 2002 19:46:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O2klCo075430; Mon, 23 Sep 2002 19:46:47 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O2klY6075429; Mon, 23 Sep 2002 19:46:47 -0700 (PDT) Message-Id: <200209240246.g8O2klY6075429@freefall.freebsd.org> From: Warner Losh Date: Mon, 23 Sep 2002 19:46:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/09/23 19:46:47 PDT Modified files: sys/conf majors Log: Two new majors. devd and watchdog Revision Changes Path 1.140 +2 -0 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 19:55:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CCE937B401; Mon, 23 Sep 2002 19:55:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A9543E75; Mon, 23 Sep 2002 19:55:34 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O2tYCo077564; Mon, 23 Sep 2002 19:55:34 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O2tYm6077563; Mon, 23 Sep 2002 19:55:34 -0700 (PDT) Message-Id: <200209240255.g8O2tYm6077563@freefall.freebsd.org> From: Warner Losh Date: Mon, 23 Sep 2002 19:55:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/09/23 19:55:34 PDT Modified files: sys/conf NOTES Log: OLDCARD -> NEWCARD pccbb -> cbb PR: 43263 Revision Changes Path 1.1083 +11 -8 src/sys/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 20:17:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B502137B401; Mon, 23 Sep 2002 20:17:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A3643E6E; Mon, 23 Sep 2002 20:17:39 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O3HdCo086012; Mon, 23 Sep 2002 20:17:39 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O3Hd3w086011; Mon, 23 Sep 2002 20:17:39 -0700 (PDT) Message-Id: <200209240317.g8O3Hd3w086011@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 23 Sep 2002 20:17:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/apm apm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/09/23 20:17:39 PDT Modified files: sys/pc98/apm apm.c Log: MFi386: revisions 1.127, 1.128 and 1.129. Revision Changes Path 1.12 +21 -20 src/sys/pc98/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 21:16:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AC7237B401; Mon, 23 Sep 2002 21:16:19 -0700 (PDT) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9858F43E81; Mon, 23 Sep 2002 21:16:12 -0700 (PDT) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([218.46.6.95]) by t-mta1.odn.ne.jp with ESMTP id <20020924041611574.NPEK.8224.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Tue, 24 Sep 2002 13:16:11 +0900 Received: from hadaly.dyndns.org (localhost [::1]) by hadaly.dyndns.org (Postfix) with ESMTP id 71627600A; Tue, 24 Sep 2002 13:16:10 +0900 (JST) Date: Tue, 24 Sep 2002 13:16:10 +0900 Message-ID: <86fzw0xbsl.wl@hadaly.dyndns.org> From: Kimura Fuyuki To: ijliao@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/p5-NetAdd-IP-Find Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: <200209210237.g8L2bDKL092325@freefall.freebsd.org> References: <200209210237.g8L2bDKL092325@freefall.freebsd.org> User-Agent: Wanderlust/2.8.1 (Something) Emacs/21.2 Mule/5.0 (SAKAKI) X-Public-Key: http://www.hadaly.org/fuyuki.key X-Fingerprint: 8D68 1138 1A85 8556 C6A9 274B 2C72 2E56 3AF7 3D89 MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Fri, 20 Sep 2002 19:37:12 -0700 (PDT), Ying-Chieh Liao wrote: > > ijliao 2002/09/20 19:37:12 PDT > > Modified files: > textproc Makefile > Added files: > textproc/p5-NetAdd-IP-Find Makefile distinfo pkg-comment > pkg-descr pkg-plist s/NetAdd/NetAddr/ ? -- fuyuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 21:57:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9F9237B401; Mon, 23 Sep 2002 21:57:39 -0700 (PDT) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7BE43E6A; Mon, 23 Sep 2002 21:57:38 -0700 (PDT) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([218.46.6.95]) by t-mta1.odn.ne.jp with ESMTP id <20020924045738050.NTVK.8224.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Tue, 24 Sep 2002 13:57:38 +0900 Received: from hadaly.dyndns.org (localhost [::1]) by hadaly.dyndns.org (Postfix) with ESMTP id 476E26056; Tue, 24 Sep 2002 13:57:35 +0900 (JST) Date: Tue, 24 Sep 2002 13:57:34 +0900 Message-ID: <86elbkx9vl.wl@hadaly.dyndns.org> From: Kimura Fuyuki To: leeym@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/GeoIP Makefile pkg-message ports/misc/GeoIP/files patch-conf::Makefile.in In-Reply-To: <200209230921.g8N9LMPq017321@freefall.freebsd.org> References: <200209230921.g8N9LMPq017321@freefall.freebsd.org> User-Agent: Wanderlust/2.8.1 (Something) Emacs/21.2 Mule/5.0 (SAKAKI) X-Public-Key: http://www.hadaly.org/fuyuki.key X-Fingerprint: 8D68 1138 1A85 8556 C6A9 274B 2C72 2E56 3AF7 3D89 MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Mon, 23 Sep 2002 02:21:22 -0700 (PDT), Yen-Ming Lee wrote: > > leeym 2002/09/23 02:21:22 PDT > > Modified files: > misc/GeoIP Makefile > Added files: > misc/GeoIP pkg-message > misc/GeoIP/files patch-conf::Makefile.in > Log: > - Get rid of the file leftover after "make clean" > - Make sure that the package has a message about copying > etc/GeoIP.conf.default to etc/GeoIP.conf A typo. --- Makefile 23 Sep 2002 09:21:21 -0000 1.5 +++ Makefile 24 Sep 2002 04:56:16 -0000 @@ -22,6 +22,6 @@ MAN1= geoiplookup.1 geoipupdate.1 post-install: - @${CAT} ${PKGMESSAGES} + @${CAT} ${PKGMESSAGE} .include -- fuyuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 22: 2:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F9A937B401; Mon, 23 Sep 2002 22:02:13 -0700 (PDT) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736C043E42; Mon, 23 Sep 2002 22:02:11 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 17thpS-00083t-00; Tue, 24 Sep 2002 12:01:46 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 17thpS-00083h-00; Tue, 24 Sep 2002 12:01:46 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.4/8.12.4) with ESMTP id g8O52B9M047688; Tue, 24 Sep 2002 12:02:11 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.4/8.12.4/Submit) id g8O521qd047658; Tue, 24 Sep 2002 12:02:01 +0700 (NOVST) Date: Tue, 24 Sep 2002 12:02:01 +0700 From: Alexey Dokuchaev To: Maxim Sobolev Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/archivers/rpm Makefile Message-ID: <20020924120200.A45014@regency.nsu.ru> References: <200209231655.g8NGtQxC034494@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209231655.g8NGtQxC034494@freefall.freebsd.org>; from sobomax@freebsd.org on Mon, Sep 23, 2002 at 09:55:26AM -0700 X-Envelope-To: sobomax@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 23, 2002 at 09:55:26AM -0700, Maxim Sobolev wrote: > sobomax 2002/09/23 09:55:26 PDT > > Modified files: > archivers/rpm Makefile > Log: > Remove gettext-old dependency, which moves us kloser to nuking that outdated ^^^^^^ Funny.. What was your intension to spell it with `k'? ;-)) ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 22:18:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD8C637B401; Mon, 23 Sep 2002 22:18:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D7F43E75; Mon, 23 Sep 2002 22:18:17 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from freefall.freebsd.org (mckusick@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O5IHCo018140; Mon, 23 Sep 2002 22:18:17 -0700 (PDT) (envelope-from mckusick@freefall.freebsd.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O5IHlM018139; Mon, 23 Sep 2002 22:18:17 -0700 (PDT) Message-Id: <200209240518.g8O5IHlM018139@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 23 Sep 2002 22:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs pass1.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckusick 2002/09/23 22:18:17 PDT Modified files: sbin/fsck_ffs pass1.c Log: Add support to fsck_ffs to account for storage for extended attributes. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.36 +19 -1 src/sbin/fsck_ffs/pass1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 22:31: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AF6C37B401; Mon, 23 Sep 2002 22:31:07 -0700 (PDT) Received: from smtp02.iprimus.net.au (smtp02.iprimus.net.au [210.50.76.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C62443E86; Mon, 23 Sep 2002 22:31:06 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([210.50.87.183]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.4617); Tue, 24 Sep 2002 15:31:04 +1000 Received: from dilbert.robbins.dropbear.id.au (v61pzb41zguhakjs@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id g8O5V1qi001465; Tue, 24 Sep 2002 15:31:02 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id g8O5UuPQ001437; Tue, 24 Sep 2002 15:30:56 +1000 (EST) (envelope-from tim) Date: Tue, 24 Sep 2002 15:30:56 +1000 From: Tim Robbins To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp ipcp.c Message-ID: <20020924153056.A1396@dilbert.robbins.dropbear.id.au> References: <200209232240.g8NMehSR055938@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209232240.g8NMehSR055938@freefall.freebsd.org>; from brian@FreeBSD.org on Mon, Sep 23, 2002 at 03:40:43PM -0700 X-OriginalArrivalTime: 24 Sep 2002 05:31:04.0874 (UTC) FILETIME=[93A938A0:01C2638B] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 23, 2002 at 03:40:43PM -0700, Brian Somers wrote: > brian 2002/09/23 15:40:43 PDT > > Modified files: > usr.sbin/ppp ipcp.c > Log: > If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting > it as being in range. > > set ifaddr 1.2.3.4/0 5.6.7.8/0 > > no longer allows 0.0.0.0 as a valid IP. > > Reported/tested by: Bohdan Horst > MFC after: 3 days Thanks. This fixes the problem I was having with ppp on 4.7-RC. (http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/42407) Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 23:43:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 556B037B401; Mon, 23 Sep 2002 23:43:36 -0700 (PDT) Received: from eken2.eken.phys.nagoya-u.ac.jp (eken2.eken.phys.nagoya-u.ac.jp [133.6.121.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAE7543E7B; Mon, 23 Sep 2002 23:43:34 -0700 (PDT) (envelope-from yoichi@eken.phys.nagoya-u.ac.jp) Received: from debian.eken.phys.nagoya-u.ac.jp (e-ppp0.eken.phys.nagoya-u.ac.jp [133.6.121.50]) by eken2.eken.phys.nagoya-u.ac.jp (8.11.6+3.4W/3.7W-E) with ESMTP id g8O6hWI08010; Tue, 24 Sep 2002 15:43:32 +0900 (JST) Date: Tue, 24 Sep 2002 15:43:59 +0900 Message-ID: <878z1rsx8w.wl@eken.phys.nagoya-u.ac.jp> From: Yoichi NAKAYAMA To: Ying-Chieh Liao , llwang@infor.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, daichi@jp.FreeBSD.org Subject: Re: cvs commit: ports/www/flashplugin-mozilla Makefile In-Reply-To: <200209210054.g8L0sDEW059533@freefall.freebsd.org> <20020924145615.5ca29f1e.daichi@jp.freebsd.org> References: <200209210054.g8L0sDEW059533@freefall.freebsd.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.5 (Demachiyanagi) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) Organization: E-ken, Dept. of Physics, Nagoya University, JAPAN X-Face: wLZki+KbGjgKe0,<&3g*rA|R**vj[a8L%[v]ecJh1L(Uqm|LBx;v7Nq7n%?0d.aS]F#[~C\!{m?m,C&#U5}$_pZvBR>5VmX1Ol0`P\M-U8`sUF<5Quj'z&zzW8r|Zl9#W7Wut3duYzpKrP{n+AbarKtJ!i"Al7]P;-?[=iBZa*]r=>C':0~JECx]IH+RXq=/hUX}MB9e]oQKBxsDd/ MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Fri, 20 Sep 2002 17:54:13 -0700 (PDT),Ying-Chieh Liao wrote: > > ijliao 2002/09/20 17:54:13 PDT > > Modified files: > www/flashplugin-mozilla Makefile > Log: > install properly for mozilla-devel > > PR: 43135 > Submitted by: maintainer > > Revision Changes Path > 1.3 +7 -0 ports/www/flashplugin-mozilla/Makefile It seems not proper. It will register run-dependency to mozilla port even if it installes plugin for mozilla-devel, besidess the PLIST does not follow the change. Apply following patch and create stub port flashplugin-mozilla-devel overriding RUN_DEPENDES and PLUGIN_DIR seems better way. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/flashplugin-mozilla/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 21 Sep 2002 00:54:13 -0000 1.3 +++ Makefile 24 Sep 2002 06:40:57 -0000 @@ -16,20 +16,15 @@ MAINTAINER= llwang@infor.org LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash -RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla +RUN_DEPENDS?= mozilla:${PORTSDIR}/www/mozilla USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${DISTNAME}/Plugin +PLUGIN_DIR?= lib/mozilla/plugins +PLIST_SUB+= PLUGIN_DIR=${PLUGIN_DIR} do-install: -.if exists(${X11BASE}/lib/mozilla) - @${ECHO_MSG} "Installing flashplugin for mozilla" - @${INSTALL_PROGRAM} ${WRKSRC}/npflash.so ${X11BASE}/lib/mozilla/plugins -.endif -.if exists(${X11BASE}/lib/mozilla-devel) - @${ECHO_MSG} "Installing flashplugin for mozilla-devel" - @${INSTALL_PROGRAM} ${WRKSRC}/npflash.so ${X11BASE}/lib/mozilla-devel/plugins -.endif + @${INSTALL_PROGRAM} ${WRKSRC}/npflash.so ${X11BASE}/${PLUGIN_DIR} .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/flashplugin-mozilla/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2 Nov 2001 13:58:55 -0000 1.1 +++ pkg-plist 24 Sep 2002 06:35:36 -0000 @@ -1 +1 @@ -lib/mozilla/plugins/npflash.so +%%PLUGIN_DIR%%/npflash.so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 23 23:46: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6DB737B401; Mon, 23 Sep 2002 23:46:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7060B43E3B; Mon, 23 Sep 2002 23:46:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O6k5Co040516; Mon, 23 Sep 2002 23:46:05 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O6k5sG040515; Mon, 23 Sep 2002 23:46:05 -0700 (PDT) Message-Id: <200209240646.g8O6k5sG040515@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 23 Sep 2002 23:46:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/domc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/domc/files patch-Makefile patch-src::expatls.c ports/textproc Makefile ports/textproc/domc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/23 23:46:04 PDT Modified files: . modules devel Makefile textproc Makefile textproc/domc Makefile Removed files: devel/domc Makefile distinfo pkg-comment pkg-descr pkg-plist devel/domc/files patch-Makefile patch-src::expatls.c Log: move devel/domc to textproc/ Approved by: kris Revision Changes Path 1.5994 +1 -1 CVSROOT/modules 1.940 +0 -1 ports/devel/Makefile 1.4 +0 -31 ports/devel/domc/Makefile (dead) 1.4 +0 -1 ports/devel/domc/distinfo (dead) 1.4 +0 -38 ports/devel/domc/files/patch-Makefile (dead) 1.2 +0 -10 ports/devel/domc/files/patch-src::expatls.c (dead) 1.3 +0 -1 ports/devel/domc/pkg-comment (dead) 1.2 +0 -5 ports/devel/domc/pkg-descr (dead) 1.4 +0 -8 ports/devel/domc/pkg-plist (dead) 1.427 +1 -0 ports/textproc/Makefile 1.4 +1 -1 ports/textproc/domc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 0: 3: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF4D637B401; Tue, 24 Sep 2002 00:03:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E5BF43E75; Tue, 24 Sep 2002 00:03:02 -0700 (PDT) (envelope-from mini@FreeBSD.org) Received: from freefall.freebsd.org (mini@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O732Co044531; Tue, 24 Sep 2002 00:03:02 -0700 (PDT) (envelope-from mini@freefall.freebsd.org) Received: (from mini@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O732Al044530; Tue, 24 Sep 2002 00:03:02 -0700 (PDT) Message-Id: <200209240703.g8O732Al044530@freefall.freebsd.org> From: Jonathan Mini Date: Tue, 24 Sep 2002 00:03:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_socket.c linux_sysctl.c src/sys/compat/svr4 svr4_stream.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mini 2002/09/24 00:03:02 PDT Modified files: sys/compat/linux linux_socket.c linux_sysctl.c sys/compat/svr4 svr4_stream.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Log: Back out last commit. Linux uses the old 4.3BSD sockaddr format. Revision Changes Path 1.34 +11 -19 src/sys/compat/linux/linux_socket.c 1.6 +0 -17 src/sys/compat/linux/linux_sysctl.c 1.35 +4 -10 src/sys/compat/svr4/svr4_stream.c 1.51 +0 -5 src/sys/i386/linux/linux_proto.h 1.45 +3 -3 src/sys/i386/linux/linux_syscall.h 1.51 +3 -3 src/sys/i386/linux/linux_sysent.c 1.48 +4 -3 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 0:48:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAC6B37B401; Tue, 24 Sep 2002 00:48:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E45A43E4A; Tue, 24 Sep 2002 00:48:26 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O7mQCo057217; Tue, 24 Sep 2002 00:48:26 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O7mQ4c057216; Tue, 24 Sep 2002 00:48:26 -0700 (PDT) Message-Id: <200209240748.g8O7mQ4c057216@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 24 Sep 2002 00:48:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/fmio Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/24 00:48:26 PDT Modified files: audio/fmio Makefile distinfo Log: Update to 2.0.4. Revision Changes Path 1.10 +8 -11 ports/audio/fmio/Makefile 1.5 +1 -1 ports/audio/fmio/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 0:59:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50F237B401; Tue, 24 Sep 2002 00:59:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654C543E7B; Tue, 24 Sep 2002 00:59:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O7xbCo059443; Tue, 24 Sep 2002 00:59:37 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O7xb4e059442; Tue, 24 Sep 2002 00:59:37 -0700 (PDT) Message-Id: <200209240759.g8O7xb4e059442@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 24 Sep 2002 00:59:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libmba Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/libmba/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/24 00:59:37 PDT Modified files: devel Makefile Added files: devel/libmba Makefile distinfo pkg-comment pkg-descr pkg-plist devel/libmba/files patch-Makefile Log: add libmba 0.3.6 A collection of C modules potentially useful to any project required by textproc/domc 0.6.0 Approved by: kris Revision Changes Path 1.941 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/libmba/Makefile (new) 1.1 +1 -0 ports/devel/libmba/distinfo (new) 1.1 +33 -0 ports/devel/libmba/files/patch-Makefile (new) 1.1 +1 -0 ports/devel/libmba/pkg-comment (new) 1.1 +7 -0 ports/devel/libmba/pkg-descr (new) 1.1 +11 -0 ports/devel/libmba/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 0:59:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 402D837B412; Tue, 24 Sep 2002 00:59:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F4F43E77; Tue, 24 Sep 2002 00:59:40 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O7xdCo059476; Tue, 24 Sep 2002 00:59:39 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O7xd3C059475; Tue, 24 Sep 2002 00:59:39 -0700 (PDT) Message-Id: <200209240759.g8O7xd3C059475@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 24 Sep 2002 00:59:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/24 00:59:39 PDT Modified files: . modules Log: libmba --> ports/devel/libmba Revision Changes Path 1.5995 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 1: 1: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F2ED37B401; Tue, 24 Sep 2002 01:01:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4059843E42; Tue, 24 Sep 2002 01:01:08 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O818Co060475; Tue, 24 Sep 2002 01:01:08 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O818Rm060471; Tue, 24 Sep 2002 01:01:08 -0700 (PDT) Message-Id: <200209240801.g8O818Rm060471@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 24 Sep 2002 01:01:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/domc Makefile distinfo pkg-descr pkg-plist ports/textproc/domc/files patch-Makefile patch-src::expatls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/24 01:01:08 PDT Modified files: textproc/domc Makefile distinfo pkg-descr pkg-plist textproc/domc/files patch-Makefile Removed files: textproc/domc/files patch-src::expatls.c Log: upgrade to 0.6.0 this version depends on expat2 so that we can nuke expat Approved by: kris Revision Changes Path 1.5 +12 -10 ports/textproc/domc/Makefile 1.4 +1 -1 ports/textproc/domc/distinfo 1.4 +23 -31 ports/textproc/domc/files/patch-Makefile 1.2 +0 -10 ports/textproc/domc/files/patch-src::expatls.c (dead) 1.2 +1 -1 ports/textproc/domc/pkg-descr 1.4 +1 -6 ports/textproc/domc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 1:11:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C207637B401; Tue, 24 Sep 2002 01:11:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F0443E65; Tue, 24 Sep 2002 01:11:42 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O8BgCo067203; Tue, 24 Sep 2002 01:11:42 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O8BgNa067195; Tue, 24 Sep 2002 01:11:42 -0700 (PDT) Message-Id: <200209240811.g8O8BgNa067195@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 24 Sep 2002 01:11:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/09/24 01:11:41 PDT Modified files: (Branch: RELENG_4) sys/compat/linux linux_misc.c Log: MFC: 1.129 Pass flags to msync() accounting for differences in the definition of MS_SYNC on FreeBSD and Linux. Submitted by: Christian Zander Approved by: re (jhb) Revision Changes Path 1.85.2.9 +5 -1 src/sys/compat/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 1:12:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0064E37B401; Tue, 24 Sep 2002 01:12:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F8CC43E75; Tue, 24 Sep 2002 01:12:23 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O8CMCo067675; Tue, 24 Sep 2002 01:12:22 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O8CMud067674; Tue, 24 Sep 2002 01:12:22 -0700 (PDT) Message-Id: <200209240812.g8O8CMud067674@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 24 Sep 2002 01:12:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/09/24 01:12:22 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 machdep.c Log: MFC: 1.537, 1.538 Reset pc->pcb_gs and %gs before possibly invalidating it. Submitted by: Christian Zander Approved by: re (jhb) Revision Changes Path 1.385.2.25 +4 -6 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 1:12:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE5737B401; Tue, 24 Sep 2002 01:12:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70EC243E6A; Tue, 24 Sep 2002 01:12:51 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O8CpCo067757; Tue, 24 Sep 2002 01:12:51 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O8CpEE067756; Tue, 24 Sep 2002 01:12:51 -0700 (PDT) Message-Id: <200209240812.g8O8CpEE067756@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 24 Sep 2002 01:12:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 i686_mem.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/09/24 01:12:51 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 i686_mem.c Log: MFC: 1.16 Enable MTRR support on Intel Pentium 4/XEON processors. Submitted by: Christian Zander Approved by: re (jhb) Revision Changes Path 1.8.2.4 +1 -1 src/sys/i386/i386/i686_mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 1:16: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99CEA37B401; Tue, 24 Sep 2002 01:16:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49CAC43E42; Tue, 24 Sep 2002 01:16:03 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O8G3Co068032; Tue, 24 Sep 2002 01:16:03 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O8G3cT068031; Tue, 24 Sep 2002 01:16:03 -0700 (PDT) Message-Id: <200209240816.g8O8G3cT068031@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 24 Sep 2002 01:16:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/09/24 01:16:03 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Christian Zander for his patch contribution. Revision Changes Path 1.260 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 1:22:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8273837B401; Tue, 24 Sep 2002 01:22:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F67043E65; Tue, 24 Sep 2002 01:22:12 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O8MCCo069904; Tue, 24 Sep 2002 01:22:12 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O8MCor069903; Tue, 24 Sep 2002 01:22:12 -0700 (PDT) Message-Id: <200209240822.g8O8MCor069903@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 24 Sep 2002 01:22:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-NetAdd-IP-Find Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/24 01:22:11 PDT Removed files: textproc/p5-NetAdd-IP-Find Makefile distinfo pkg-comment pkg-descr pkg-plist Log: fix typo ; p5-NetAdd-IP-Find -> p5-NetAddr-IP-Find Approved by: knu Revision Changes Path 1.2 +0 -25 ports/textproc/p5-NetAdd-IP-Find/Makefile (dead) 1.2 +0 -1 ports/textproc/p5-NetAdd-IP-Find/distinfo (dead) 1.2 +0 -1 ports/textproc/p5-NetAdd-IP-Find/pkg-comment (dead) 1.2 +0 -7 ports/textproc/p5-NetAdd-IP-Find/pkg-descr (dead) 1.2 +0 -7 ports/textproc/p5-NetAdd-IP-Find/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 1:24:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D26A237B401; Tue, 24 Sep 2002 01:24:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A6043E3B; Tue, 24 Sep 2002 01:24:21 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O8OLCo070109; Tue, 24 Sep 2002 01:24:21 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O8OLUF070108; Tue, 24 Sep 2002 01:24:21 -0700 (PDT) Message-Id: <200209240824.g8O8OLUF070108@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 24 Sep 2002 01:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-NetAddr-IP-Find Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/24 01:24:21 PDT Modified files: textproc Makefile Added files: textproc/p5-NetAddr-IP-Find Makefile distinfo pkg-comment pkg-descr pkg-plist Log: re-add p5-NetAddr-IP-Find Approved by: knu Revision Changes Path 1.428 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-NetAddr-IP-Find/Makefile (new) 1.1 +1 -0 ports/textproc/p5-NetAddr-IP-Find/distinfo (new) 1.1 +1 -0 ports/textproc/p5-NetAddr-IP-Find/pkg-comment (new) 1.1 +7 -0 ports/textproc/p5-NetAddr-IP-Find/pkg-descr (new) 1.1 +7 -0 ports/textproc/p5-NetAddr-IP-Find/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 1:26:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4842037B401; Tue, 24 Sep 2002 01:26:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF56343E65; Tue, 24 Sep 2002 01:26:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O8QmCo070372; Tue, 24 Sep 2002 01:26:48 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O8QmMF070371; Tue, 24 Sep 2002 01:26:48 -0700 (PDT) Message-Id: <200209240826.g8O8QmMF070371@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 24 Sep 2002 01:26:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/textproc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/24 01:26:48 PDT Modified files: . modules textproc Makefile Log: fix typo Approved by: knu Revision Changes Path 1.5996 +1 -1 CVSROOT/modules 1.429 +0 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 1:26:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EA8237B415 for ; Tue, 24 Sep 2002 01:26:52 -0700 (PDT) Received: from yahoo.com (buttonproxy.surfclear.com [63.150.182.38]) by mx1.FreeBSD.org (Postfix) with SMTP id 40B3043E3B for ; Tue, 24 Sep 2002 01:26:43 -0700 (PDT) (envelope-from MarketingTools0923@yahoo.com) From: {{MarketingToolsForYou}} To: Reply-To: Subject: Lists: Publicity - Libraries - Bookstores - Film Producers - Art Galleries - Record Stores - Custom (more) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20020924082643.40B3043E3B@mx1.FreeBSD.org> Date: Tue, 24 Sep 2002 01:26:43 -0700 (PDT) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG UNLIMITED USE LISTS . . . DOWNLOAD WITHIN MINUTES -------------------------------------------------------------- NEW LISTS: PBS STATIONS, UK MEDIA, POLITICAL MEDIA, NEW AGE MEDIA, UK LIBRARIES, SCIENTIFIC JOURNALS, FILM & TV PRODUCERS, ART PUBLISHERS, LITERARY AGENTS, MENS MEDIA. -------------------------------------------------------------- IF WE DO NOT HAVE THE LIST YOU NEED, WE WILL COMPILE A CUSTOM LIST ACCORDING TO YOUR SPECIFICATIONS. -------------------------------------------------------------- Call to place your order or for more information. US & CANADA TOLL-FREE NUMBER: 888 330 4919 (24/7) If you would like more information via email, please write us at sendlistinfo@netscape.net - Thank you. -------------------------------------------------------------- LIBRARIES LISTS INCLUDE: Name, Address, phone, fax and email address (when available). AVAILABLE FORMATS: Excel Spreadsheet & Text Database 1,200 U.S. Public Libraries (Largest Headquarters) WITH EMAIL ADDRESSES - $109 1,200 U.S. Public Libraries (Largest Headquarters) - $89 1,000 U.S. University Libraries (Largest) WITH EMAIL ADDRESSES - $89 1,000 U.S. University Libraries (Largest) - $69 400+ Community College Libraries WITH EMAIL ADDRESSES - $59 400+ Community College Libraries - $49 1,093 U.S. K-12 Private School Libraries WITH EMAIL ADDRESSES - $109 1,093 U.S. K-12 Private School Libraries - $89 200 U.K. Public Libraries WITH EMAIL ADDRESSES - $49 200 U.K. Public Libraries - $39 250 U.K. University Libraries WITH EMAIL ADDRESSES - $49 250 U.K. University Libraries - $39 528 Australian Public Libraries WITH EMAIL ADDRESSES - $79 528 Australian Public Libraries - $69 279 Australian College & Univ. Libraries WITH EMAIL ADDRESSES - $49 279 Australian College & Univ. Libraries - $39 200 Canadian Libraries WITH EMAIL ADDRESSES - $49 200 Canadian Libraries - $39 100 New Zealand Libraries WITH EMAIL ADDRESSES - $39 100 New Zealand Libraries - $29 1,000 U.S. Medical Libraries - $79 313 U.S. Law Libraries - $49 193 U.S. Religious Libraries - $39 ---------------------------------------------- BOOKSTORES LIST INCLUDES: Name, Address, phone, fax and email address (when available). AVAILABLE FORMATS: Excel Spreadsheets & Text Databases 1,900+ Independent Bookstores WITH EMAIL ADDRESSES - $149 1,900+ Independent Bookstores - $129 1,900+ College Bookstores WITH EMAIL ADDRESSES - $149 1,900+ College Bookstores - $129 3,000+ Christian Bookstores WITH EMAIL ADDRESSES - $169 3,000+ Christian Bookstores - $149 2,200+ Chain Bookstores - $129 575+ Book Distributors & Chain HQs - WITH EMAIL ADDRESSES - $59 575+ Book Distributors & Chain HQs - $ 49 675 Canadian General Bookstores WITH EMAIL ADDRESSES - $69 675 Canadian General Bookstores - $59 175 Canadian University Bookstores - WITH EMAIL ADDRESSES - $39 175 Canadian University Bookstores - $29 550+ New Age Bookstores - WITH EMAIL ADDRESSES - $59 550+ New Age Bookstores - $49 125 African-American Bookstores - $29 You will be able to download your lists WITHIN MINUTES. ----------------------------------------------- MEDIA LISTS LISTS INCLUDE: Contact Name, Title/Position, Company, Address, Phone, Fax and Email Address (when available) AVAILABLE FORMATS: Excel Spreadsheet and Microsoft Word PBS Stations (800+ Contacts) - $99 Scientific Journals (500 Contacts) - $99 UK Media List (500 Contacts) - $99 Political Media List (1,100+ Contacts) - $149 Canadian National Media (590+ Contacts) - $99 New Age Media (250+ Contacts) - $99 Mens Interest Media (400 Contacts) - $99 Womens Interest Media (1,350+ Contacts) - $149 Teen Interest Media (216 Contacts) - $99 Eclectic Newsweeklies (575+ Contacts) - $99 College Radio Stations (520+ Contacts) - $99 Local TV News (North Region) (840+ Contacts) - $99 Local TV News (Midwest Region) (870+ Contacts) - $99 Local TV News (West Region) (890+ Contacts) - $99 Local TV News (South Region) (1,100+ Contacts) - $129 Local TV News (All Regions) (3,700+ Contacts) - $249 Drive Time Radio - Top 50 Markets (300+ Contacts) - $69 Australian National Media List (360+ Contacts) - $99 Drive Time Radio - Top 100 Markets (600 Contacts) - $99 Newspapers - Top 100 Papers (1,100+ Contacts) - $99 National Media List (1000+ Contacts) - $99 Sex & Relationships Media List (402 Contacts) - $99 Music Industry Media List (1,142 Contacts) - $149 Fashion & Beauty List (1,400 Contacts) - $149 Motion Picture, Film & Video (695 Contacts) - $99 National Public Radio (265 Contacts) - $99 Sports Media List (427 Contacts) - $99 African American Media List (1500 Contacts) - $149 Environmental Media List (763 Contacts) - $99 Gay and Lesbian Media List (260 Contacts) - $99 Book Industry Media List (502 Contacts) - $99 Christian Media List (370 Contacts) - $99 Family & Parenting Media List (789 Contacts) - $99 College Newspaper Contacts (1,400+ Contacts) - $99 ------------------------------------------------- TV & FILM PRODUCERS, DIRECTORS, DEVELOPMENT EXECS, (MORE) 3,000+ Contacts - $299 (Entire List) 800+ Producers Only - $99 650+ Development, Creative & Acquisitions Contacts Only - $89 Lists Include: Contact Name, Title, Company, Address, Phone and Fax Number Available Formats: Excel Spreadsheet and Text Database PUBLISHING COMPANY CONTACTS 1,700+ U.S. Publishing Contacts - $149 300 Art Publishing Contacts - $49 List Includes: Contact Name, Title, Company, Address, Phone, Number, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database LITERARY AGENTS 300+ Contacts - $59 List Includes: Contact Name, Title, Company, Address, Phone, Number, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database MUSIC AGENTS/MANAGERS 150+ Contacts - $39 List Includes: Contact Name, Title, Company, Address, Phone, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database Lists Include: Store Name, Address and Phone Number Available Formats: Excel Spreadsheet and Text Database MUSIC STORE LISTS 997 Independent Music Stores (Midwest) - $79 1215 Independent Music Stores (South) - $89 1444 Independent Music Stores (East) - $89 1355 Independent Music Stores (West) - $89 5008 Independent Music Stores (National)- $249 Lists Include: Store Name, Address and Phone Number Available Formats: Excel Spreadsheet and Text Database ART GALLERY LISTS US National List WITH EMAIL ADDRESSES: $169 (1090 Galleries) US National List: $149 (1090 Galleries) Southern US: $39 (140 Galleries) Central US: $39 (150 Galleries) Western US: $69 (272 Galleries) Eastern US: $89 (530 Galleries) United Kingdom: $69 (230 Galleries) Canada: $49 (165 Galleries) Australia: $29 (50 Galleries) Lists Include: Gallery Name, Address, Phone Number and Fax Number Available Formats: Excel Spreadsheet and Text Database OUR GUARANTEE: We will gladly refund postage (up to 34 cents per item) for any undeliverable addresses over 5% of the total list. We will also correct the undeliverable contacts and issue you an updated list. ------------------------ You will be able to download your lists WITHIN MINUTES. Call to place your order or for more information. US & CANADA TOLL-FREE NUMBER: 888 330 4919 (24/7) If you would like more information via email, please write us at sendlistinfo@netscape.net - Thank you. ------------------------------------------------------------------- To be removed from any future mailings, please send a message with your email address in the subject line to PublicityRemoval@netscape.net. Requests will be processed within 48 hours at that address only. Apologies for any inconvience. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 2: 1:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 644C837B401; Tue, 24 Sep 2002 02:01:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CBD43E42; Tue, 24 Sep 2002 02:01:11 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O91BCo078436; Tue, 24 Sep 2002 02:01:11 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O91Asq078428; Tue, 24 Sep 2002 02:01:10 -0700 (PDT) Message-Id: <200209240901.g8O91Asq078428@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 24 Sep 2002 02:01:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/expat Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/expat/files Makefile.lib Makefile.prog X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/24 02:01:10 PDT Modified files: textproc Makefile Removed files: textproc/expat Makefile distinfo pkg-comment pkg-descr pkg-plist textproc/expat/files Makefile.lib Makefile.prog Log: Retire expat for the following reasons: - Expat version 1.2 is obsolete. - No port depends on it any more. - Some files clash with expat2 which is the mainstream. Revision Changes Path 1.430 +0 -1 ports/textproc/Makefile 1.15 +0 -44 ports/textproc/expat/Makefile (dead) 1.3 +0 -1 ports/textproc/expat/distinfo (dead) 1.4 +0 -45 ports/textproc/expat/files/Makefile.lib (dead) 1.2 +0 -13 ports/textproc/expat/files/Makefile.prog (dead) 1.2 +0 -1 ports/textproc/expat/pkg-comment (dead) 1.3 +0 -4 ports/textproc/expat/pkg-descr (dead) 1.3 +0 -7 ports/textproc/expat/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 2: 1:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0686437B401; Tue, 24 Sep 2002 02:01:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B07B443E75; Tue, 24 Sep 2002 02:01:57 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O91vCo078757; Tue, 24 Sep 2002 02:01:57 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O91vlR078756; Tue, 24 Sep 2002 02:01:57 -0700 (PDT) Message-Id: <200209240901.g8O91vlR078756@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 24 Sep 2002 02:01:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/24 02:01:57 PDT Modified files: . modules Log: Unlink expat. Revision Changes Path 1.5997 +0 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 2:18:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CF4437B401; Tue, 24 Sep 2002 02:18:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 413F043E3B; Tue, 24 Sep 2002 02:18:33 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O9IXCo085362; Tue, 24 Sep 2002 02:18:33 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O9IXuM085361; Tue, 24 Sep 2002 02:18:33 -0700 (PDT) Message-Id: <200209240918.g8O9IXuM085361@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 24 Sep 2002 02:18:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfwscanf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/24 02:18:33 PDT Modified files: lib/libc/stdio vfwscanf.c Log: Remove an unneeded call to _sfrefill() that was missed in the conversion from vfscanf() to vfwscanf(). It doesn't hurt to have it there, but it's redundant since __fgetwc() will refill the buffer if it needs to. Revision Changes Path 1.2 +0 -6 src/lib/libc/stdio/vfwscanf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 2:22:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C207437B401; Tue, 24 Sep 2002 02:22:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F4243E65; Tue, 24 Sep 2002 02:22:47 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O9MlCo087171; Tue, 24 Sep 2002 02:22:47 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O9Mlu4087170; Tue, 24 Sep 2002 02:22:47 -0700 (PDT) Message-Id: <200209240922.g8O9Mlu4087170@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 24 Sep 2002 02:22:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio printf.3 scanf.3 wscanf.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/24 02:22:47 PDT Modified files: lib/libc/stdio printf.3 scanf.3 wscanf.3 Log: Add cross-references between wide character and single-byte character versions of printf() and scanf(). Revision Changes Path 1.49 +2 -1 src/lib/libc/stdio/printf.3 1.19 +3 -1 src/lib/libc/stdio/scanf.3 1.2 +1 -0 src/lib/libc/stdio/wscanf.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 2:24:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABE1937B401; Tue, 24 Sep 2002 02:24:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EFC243E42; Tue, 24 Sep 2002 02:24:30 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O9OUCo087306; Tue, 24 Sep 2002 02:24:30 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O9OUM3087305; Tue, 24 Sep 2002 02:24:30 -0700 (PDT) Message-Id: <200209240924.g8O9OUM3087305@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 24 Sep 2002 02:24:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/bzip Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/24 02:24:30 PDT Modified files: archivers/bzip Makefile Log: The distfile is corrupt on this master site at the moment. Replace it with a mirror mite that has a genuine copy. Submitted by: bento Revision Changes Path 1.20 +1 -1 ports/archivers/bzip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 2:25:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0896837B401; Tue, 24 Sep 2002 02:25:12 -0700 (PDT) Received: from mailreg.NCTU.edu.tw (mailreg.NCTU.edu.tw [140.113.27.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id A909C43E75; Tue, 24 Sep 2002 02:24:35 -0700 (PDT) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mailreg.NCTU.edu.tw (Postfix) with ESMTP id D68485946F9; Tue, 24 Sep 2002 16:08:16 +0800 (CST) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id 5FB573D37; Tue, 24 Sep 2002 16:08:05 +0800 (CST) Date: Tue, 24 Sep 2002 16:08:05 +0800 From: Ying-Chieh Liao To: Akinori MUSHA Cc: Kris Kennaway , portmgr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/expat Makefile Message-ID: <20020924080805.GA15702@terry.dragon2.net> References: <200209202046.g8KKkWO4081002@freefall.freebsd.org> <86k7lfib1x.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: <86k7lfib1x.wl@archon.local.idaemons.org> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 22, 2002 at 01:04:26 +0900, Akinori MUSHA wrote: > Therefore I suggest removing textproc/expat and devel/domc. When > someone wants domc 0.6.0, we can repocopy devel/domc from Attic to > textproc/ and update. > Opinions? I've move domc to textproc and upgraded it to 0.6.0 now we can remove expat :) --=20 Allocate four digits for the year part of a date : a new millennium is comi= ng. --- David Huber --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9kB1lrMYBZRHAI4IRApFFAJ4j5tIi5m7UEY0EUb7Aubv79VucAwCghSKP 9a8VjZX9NppmrEEjhweuA2k= =zwq0 -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 2:25:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33EF537B401; Tue, 24 Sep 2002 02:25:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB0EB43E6A; Tue, 24 Sep 2002 02:25:37 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O9PbCo087493; Tue, 24 Sep 2002 02:25:37 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O9Pb8s087492; Tue, 24 Sep 2002 02:25:37 -0700 (PDT) Message-Id: <200209240925.g8O9Pb8s087492@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 24 Sep 2002 02:25:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale setinvalidrune.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/24 02:25:37 PDT Modified files: lib/libc/locale setinvalidrune.c Log: Warn when setinvalidrune() is referenced for consistency with the rest of the rune functions (except sgetrune() and sputrune(), which are really macros). Revision Changes Path 1.3 +1 -0 src/lib/libc/locale/setinvalidrune.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 2:37:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C93CF37B401; Tue, 24 Sep 2002 02:37:21 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1483243E75; Tue, 24 Sep 2002 02:37:21 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 0F87B519B3; Tue, 24 Sep 2002 18:37:20 +0900 (JST) Date: Tue, 24 Sep 2002 18:37:21 +0900 Message-ID: <86fzvzlodq.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Ying-Chieh Liao Cc: Kris Kennaway , portmgr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/expat Makefile In-Reply-To: <20020924080805.GA15702@terry.dragon2.net> References: <200209202046.g8KKkWO4081002@freefall.freebsd.org> <86k7lfib1x.wl@archon.local.idaemons.org> <20020924080805.GA15702@terry.dragon2.net> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Tue, 24 Sep 2002 16:08:05 +0800, Ying-Chieh Liao wrote: > I've move domc to textproc and upgraded it to 0.6.0 > now we can remove expat :) Thanks, I've removed it. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 4: 1:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB5937B401; Tue, 24 Sep 2002 04:01:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A6B43E97; Tue, 24 Sep 2002 04:01:35 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: from freefall.freebsd.org (alex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OB1ZCo015086; Tue, 24 Sep 2002 04:01:35 -0700 (PDT) (envelope-from alex@freefall.freebsd.org) Received: (from alex@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OB1ZgD015085; Tue, 24 Sep 2002 04:01:35 -0700 (PDT) Message-Id: <200209241101.g8OB1ZgD015085@freefall.freebsd.org> From: Alexander Langer Date: Tue, 24 Sep 2002 04:01:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tcl-trf Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2002/09/24 04:01:34 PDT Modified files: devel/tcl-trf Makefile pkg-plist Log: - Use -E, since Ex. RE are used; - Fix plist and therefore bump PORTREVISION Noticed by: bento Revision Changes Path 1.5 +6 -3 ports/devel/tcl-trf/Makefile 1.2 +1 -1 ports/devel/tcl-trf/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 4: 4:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79D7837B401; Tue, 24 Sep 2002 04:04:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D37F43E6E; Tue, 24 Sep 2002 04:04:10 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: from freefall.freebsd.org (alex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OB4ACo016575; Tue, 24 Sep 2002 04:04:10 -0700 (PDT) (envelope-from alex@freefall.freebsd.org) Received: (from alex@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OB4AlB016574; Tue, 24 Sep 2002 04:04:10 -0700 (PDT) Message-Id: <200209241104.g8OB4AlB016574@freefall.freebsd.org> From: Alexander Langer Date: Tue, 24 Sep 2002 04:04:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/tclock/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2002/09/24 04:04:09 PDT Modified files: x11-clocks/tclock/files patch-aa Log: Don't declare malloc(), as it is already in stdio.h Revision Changes Path 1.3 +17 -8 ports/x11-clocks/tclock/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 4:24:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F40537B401; Tue, 24 Sep 2002 04:24:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5319C43E6A; Tue, 24 Sep 2002 04:24:41 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: from freefall.freebsd.org (alex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OBOeCo025268; Tue, 24 Sep 2002 04:24:41 -0700 (PDT) (envelope-from alex@freefall.freebsd.org) Received: (from alex@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OBOcEd025260; Tue, 24 Sep 2002 04:24:38 -0700 (PDT) Message-Id: <200209241124.g8OBOcEd025260@freefall.freebsd.org> From: Alexander Langer Date: Tue, 24 Sep 2002 04:24:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/tits/files patch-dispatcher.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2002/09/24 04:24:33 PDT Added files: comms/tits/files patch-dispatcher.c Log: Fix build by properly defining an argument that is used for poll(2). Noticed by: bento Revision Changes Path 1.1 +11 -0 ports/comms/tits/files/patch-dispatcher.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 4:35:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461C237B401; Tue, 24 Sep 2002 04:35:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDEEC43E6E; Tue, 24 Sep 2002 04:35:09 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: from freefall.freebsd.org (alex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OBZ9Co027344; Tue, 24 Sep 2002 04:35:09 -0700 (PDT) (envelope-from alex@freefall.freebsd.org) Received: (from alex@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OBZ9XU027343; Tue, 24 Sep 2002 04:35:09 -0700 (PDT) Message-Id: <200209241135.g8OBZ9XU027343@freefall.freebsd.org> From: Alexander Langer Date: Tue, 24 Sep 2002 04:35:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/tuxpuck Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2002/09/24 04:35:09 PDT Modified files: games/tuxpuck Makefile Log: Add dependency to jpeg.9 Submitted by: bento Revision Changes Path 1.3 +1 -0 ports/games/tuxpuck/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 4:44:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F088A37B404; Tue, 24 Sep 2002 04:44:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A463843E3B; Tue, 24 Sep 2002 04:44:51 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: from freefall.freebsd.org (alex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OBipCo029384; Tue, 24 Sep 2002 04:44:51 -0700 (PDT) (envelope-from alex@freefall.freebsd.org) Received: (from alex@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OBipeT029383; Tue, 24 Sep 2002 04:44:51 -0700 (PDT) Message-Id: <200209241144.g8OBipeT029383@freefall.freebsd.org> From: Alexander Langer Date: Tue, 24 Sep 2002 04:44:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/wmcdplay/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2002/09/24 04:44:50 PDT Modified files: audio/wmcdplay/files patch-ab Log: Don't try to build a manpage. Submitted by: bento Revision Changes Path 1.3 +4 -14 ports/audio/wmcdplay/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 4:54:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A4D37B401; Tue, 24 Sep 2002 04:54:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BBB43EAF; Tue, 24 Sep 2002 04:54:26 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: from freefall.freebsd.org (alex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OBsQCo031668; Tue, 24 Sep 2002 04:54:26 -0700 (PDT) (envelope-from alex@freefall.freebsd.org) Received: (from alex@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OBsQ6k031667; Tue, 24 Sep 2002 04:54:26 -0700 (PDT) Message-Id: <200209241154.g8OBsQ6k031667@freefall.freebsd.org> From: Alexander Langer Date: Tue, 24 Sep 2002 04:54:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xco Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2002/09/24 04:54:26 PDT Modified files: x11/xco Makefile Log: Don't declare malloc(), it's already in stdlib.h Submitted by: bento Revision Changes Path 1.7 +6 -1 ports/x11/xco/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 5: 5:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3AE37B401; Tue, 24 Sep 2002 05:05:44 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF68843E42; Tue, 24 Sep 2002 05:05:43 -0700 (PDT) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp1477.qld.padsl.internode.on.net [150.101.178.196]) by smtp0.adl1.internode.on.net (8.12.4/8.12.4) with ESMTP id g8OC5Up5081717; Tue, 24 Sep 2002 21:35:30 +0930 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.11.6/8.11.6) with ESMTP id g8OC5T810606; Tue, 24 Sep 2002 22:05:29 +1000 (EST) (envelope-from mckay) Message-Id: <200209241205.g8OC5T810606@dungeon.home> To: Mikhail Teterin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Stephen McKay Subject: Re: cvs commit: src/bin/cp cp.c References: <200209221115.g8MBFv00023063@freefall.freebsd.org> <200209231428.06798.mi+mx@aldan.algebra.com> In-Reply-To: <200209231428.06798.mi+mx@aldan.algebra.com> from Mikhail Teterin at "Mon, 23 Sep 2002 14:28:06 -0400" Date: Tue, 24 Sep 2002 22:05:29 +1000 From: Stephen McKay Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday, 23rd September 2002, Mikhail Teterin wrote: >On Sunday 22 September 2002 07:15 am, Stephen McKay wrote: >> mckay 2002/09/22 04:15:57 PDT >> >> Modified files: >> bin/cp cp.c >> Log: >> cp -p could report success even if a file copy failed. This was >> due to the cumulative exit status being overwritten when directory >> permissions were being set. This was particularly bad when called >> from mv(1) to perform a cross-device move as the original files were >> deleted even if the copy failed. > >It could also report failure -- from changing the timestamps and such, >even though the file was copied. It, probably, still should report the >problem, but the message the user sees should be more detailed. Failure in utimes() is still a failure. Errors show which system call failed and I think that's enough. But if you submit a PR with a patch to improve error messages I'm sure it will be considered. >What about MFC-ing? Just received RE approval. Stephen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 5:41: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC7CC37B401; Tue, 24 Sep 2002 05:41:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7195743E6A; Tue, 24 Sep 2002 05:41:05 -0700 (PDT) (envelope-from mckay@FreeBSD.org) Received: from freefall.freebsd.org (mckay@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OCf5Co045148; Tue, 24 Sep 2002 05:41:05 -0700 (PDT) (envelope-from mckay@freefall.freebsd.org) Received: (from mckay@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OCf54o045144; Tue, 24 Sep 2002 05:41:05 -0700 (PDT) Message-Id: <200209241241.g8OCf54o045144@freefall.freebsd.org> From: Stephen McKay Date: Tue, 24 Sep 2002 05:41:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckay 2002/09/24 05:41:04 PDT Modified files: (Branch: RELENG_4) bin/cp cp.c Log: MFC(1.42): cp -p could report success even if a file copy failed. Worst case this could cause mv(1) to delete files during a failed cross-device move. PR: 42789 Approved by: jhb (re) Revision Changes Path 1.24.2.7 +4 -3 src/bin/cp/cp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 6:34:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF5637B401; Tue, 24 Sep 2002 06:34:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D6D243E4A; Tue, 24 Sep 2002 06:34:36 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8ODYaCo069291; Tue, 24 Sep 2002 06:34:36 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8ODYaEN069290; Tue, 24 Sep 2002 06:34:36 -0700 (PDT) Message-Id: <200209241334.g8ODYaEN069290@freefall.freebsd.org> From: Mark Murray Date: Tue, 24 Sep 2002 06:34:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/doc/src how2build.html intrinsics.html intro.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/24 06:34:36 PDT Modified files: release/picobsd/doc/src how2build.html intrinsics.html intro.html Log: Fix some bitrotted documentation. Revision Changes Path 1.10 +10 -9 src/release/picobsd/doc/src/how2build.html 1.4 +3 -7 src/release/picobsd/doc/src/intrinsics.html 1.8 +6 -9 src/release/picobsd/doc/src/intro.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 6:44: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC0EF37B401; Tue, 24 Sep 2002 06:44:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7070943E4A; Tue, 24 Sep 2002 06:44:07 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8ODi7Co071445; Tue, 24 Sep 2002 06:44:07 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8ODi7tT071442; Tue, 24 Sep 2002 06:44:07 -0700 (PDT) Message-Id: <200209241344.g8ODi7tT071442@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 24 Sep 2002 06:44:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml catalog X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/24 06:44:07 PDT Modified files: share/sgml catalog Log: Add all PTBR specific entries in order to silence some warnings when building documentation Approved by: phantom (mentor) Revision Changes Path 1.24 +6 -0 doc/share/sgml/catalog To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 6:51:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE87B37B401; Tue, 24 Sep 2002 06:51:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3BDE43E3B; Tue, 24 Sep 2002 06:51:26 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8ODpQCo074510; Tue, 24 Sep 2002 06:51:26 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8ODpQCT074509; Tue, 24 Sep 2002 06:51:26 -0700 (PDT) Message-Id: <200209241351.g8ODpQCT074509@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 24 Sep 2002 06:51:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/bbconf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/24 06:51:26 PDT Modified files: x11-wm/bbconf Makefile Log: Fix MASTER_SITES PR: 43327 Submitted by: maintainer, bento Revision Changes Path 1.4 +2 -1 ports/x11-wm/bbconf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 7:44:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9523937B401 for ; Tue, 24 Sep 2002 07:44:58 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC7F43E81 for ; Tue, 24 Sep 2002 07:44:57 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 14780 invoked from network); 24 Sep 2002 14:45:13 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 24 Sep 2002 14:45:13 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8OEitBv084835; Tue, 24 Sep 2002 10:44:55 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020923211121.GL7539@elvis.mu.org> Date: Tue, 24 Sep 2002 10:44:58 -0400 (EDT) From: John Baldwin To: Jon Mini Subject: Re: cvs commit: src/sys/compat/svr4 svr4_stream.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Sep-2002 Jon Mini wrote: > John Baldwin [jhb@FreeBSD.org] wrote : > >> jhb 2002/09/23 14:05:41 PDT >> >> Modified files: >> sys/compat/svr4 svr4_stream.c >> Log: >> Ok, make this compile for real this time. recvfrom_args doesn't have a >> fromlen member, instead it has a fromlenaddr pointer member. Set it to >> NULL. >> >> Revision Changes Path >> 1.34 +1 -1 src/sys/compat/svr4/svr4_stream.c > > My apologies, John. I had thought the compat/svr4 stuff was compiled under > GENERIC, but apparantly not. =/ It's not. :-P LINT is your best bet for compiling lots and lots of code. For svr4, there is a modules dir you can build. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 7:45: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D18AE37B434 for ; Tue, 24 Sep 2002 07:45:00 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5720B43E4A for ; Tue, 24 Sep 2002 07:44:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 14790 invoked from network); 24 Sep 2002 14:45:15 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 24 Sep 2002 14:45:15 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8OEivBv084840; Tue, 24 Sep 2002 10:44:57 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020923233405.GB79965@dragon.nuxi.com> Date: Tue, 24 Sep 2002 10:45:00 -0400 (EDT) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/contrib/gcc toplev.c Cc: Mike Barcroft , Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Sep-2002 David O'Brien wrote: > On Mon, Sep 23, 2002 at 03:43:44PM -0400, John Baldwin wrote: >> Is it due to stuff in __asm restraints that diff's like these would fix: >> >> --- i386/i386/math_emulate.c 20 Jun 2002 07:23:08 -0000 1.41 >> +++ i386/i386/math_emulate.c 17 Jul 2002 02:53:57 -0000 >> @@ -760,8 +760,7 @@ >> if ((ti.sign = (ti.b < 0)) != 0) >> __asm__("notl %0 ; notl %1\n\t" >> "addl $1,%0 ; adcl $0,%1" >> - :"=r" (ti.a),"=r" (ti.b) >> - :"0" (ti.a),"1" (ti.b)); >> + :"+r" (ti.a),"+r" (ti.b)); >> int_to_real(&ti,tmp); >> } >> >> (etc.. I have a bunch of these) > > We're you going to do a clean up pass a few months ago? (or was it > someone else) Did you get very far? I committed most of it. I think bde had some objections to the few patches I still have outstanding. I also have several patches to try and cleanup the alpha inline asm that I still need to test. :-/ -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 9: 8:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D8A937B401; Tue, 24 Sep 2002 09:08:31 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B135343E81; Tue, 24 Sep 2002 09:08:30 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 86FA2AE2BE; Tue, 24 Sep 2002 09:08:30 -0700 (PDT) Date: Tue, 24 Sep 2002 09:08:30 -0700 From: Alfred Perlstein To: John Baldwin Cc: Jon Mini , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/svr4 svr4_stream.c Message-ID: <20020924160830.GA95327@elvis.mu.org> References: <20020923211121.GL7539@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * John Baldwin [020924 07:45] wrote: > > On 23-Sep-2002 Jon Mini wrote: > > John Baldwin [jhb@FreeBSD.org] wrote : > > > >> jhb 2002/09/23 14:05:41 PDT > >> > >> Modified files: > >> sys/compat/svr4 svr4_stream.c > >> Log: > >> Ok, make this compile for real this time. recvfrom_args doesn't have a > >> fromlen member, instead it has a fromlenaddr pointer member. Set it to > >> NULL. > >> > >> Revision Changes Path > >> 1.34 +1 -1 src/sys/compat/svr4/svr4_stream.c > > > > My apologies, John. I had thought the compat/svr4 stuff was compiled under > > GENERIC, but apparantly not. =/ > > It's not. :-P LINT is your best bet for compiling lots and lots of code. > For svr4, there is a modules dir you can build. That's the evil though, since it's a module it wouldn't complain about unresolved symbols until he tried to link it. Your first suggestion, LINT, really is the best way to ensure the build. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 9:26:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5956A37B401; Tue, 24 Sep 2002 09:26:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E486543E75; Tue, 24 Sep 2002 09:26:10 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OGQACo063408; Tue, 24 Sep 2002 09:26:10 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OGQAMi063407; Tue, 24 Sep 2002 09:26:10 -0700 (PDT) Message-Id: <200209241626.g8OGQAMi063407@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 24 Sep 2002 09:26:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/40upgrade Makefile pkg-comment pkg-descr pkg-install pkg-plist pkg-req ports/misc/41upgrade Makefile pkg-comment pkg-descr pkg-install pkg-plist pkg-req ports/misc/42upgrade Makefile pkg-comment ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/24 09:26:10 PDT Modified files: misc Makefile Removed files: misc/40upgrade Makefile pkg-comment pkg-descr pkg-install pkg-plist pkg-req misc/41upgrade Makefile pkg-comment pkg-descr pkg-install pkg-plist pkg-req misc/42upgrade Makefile pkg-comment pkg-descr pkg-install pkg-plist pkg-req Log: Deep-six these old upgrade kits. They are obsolete, broken, won't work with the latest ports/packages. Besides, it has been long since these branches got unsupported. Seconded by: will Revision Changes Path 1.6 +0 -41 ports/misc/40upgrade/Makefile (dead) 1.2 +0 -1 ports/misc/40upgrade/pkg-comment (dead) 1.2 +0 -5 ports/misc/40upgrade/pkg-descr (dead) 1.2 +0 -5 ports/misc/40upgrade/pkg-install (dead) 1.4 +0 -9 ports/misc/40upgrade/pkg-plist (dead) 1.2 +0 -5 ports/misc/40upgrade/pkg-req (dead) 1.4 +0 -39 ports/misc/41upgrade/Makefile (dead) 1.2 +0 -1 ports/misc/41upgrade/pkg-comment (dead) 1.2 +0 -5 ports/misc/41upgrade/pkg-descr (dead) 1.2 +0 -5 ports/misc/41upgrade/pkg-install (dead) 1.3 +0 -6 ports/misc/41upgrade/pkg-plist (dead) 1.2 +0 -5 ports/misc/41upgrade/pkg-req (dead) 1.2 +0 -38 ports/misc/42upgrade/Makefile (dead) 1.2 +0 -1 ports/misc/42upgrade/pkg-comment (dead) 1.2 +0 -5 ports/misc/42upgrade/pkg-descr (dead) 1.2 +0 -5 ports/misc/42upgrade/pkg-install (dead) 1.2 +0 -1 ports/misc/42upgrade/pkg-plist (dead) 1.2 +0 -5 ports/misc/42upgrade/pkg-req (dead) 1.485 +0 -3 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 9:27: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C17AF37B401; Tue, 24 Sep 2002 09:27:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C9F543E6A; Tue, 24 Sep 2002 09:27:08 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OGR8Co063511; Tue, 24 Sep 2002 09:27:08 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OGR8DJ063507; Tue, 24 Sep 2002 09:27:08 -0700 (PDT) Message-Id: <200209241627.g8OGR8DJ063507@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 24 Sep 2002 09:27:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/24 09:27:08 PDT Modified files: . modules Log: R.I.P. 4.[012] upgrade kits. Revision Changes Path 1.5998 +0 -3 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 9:28: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D6D37B401; Tue, 24 Sep 2002 09:28:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F8643E4A; Tue, 24 Sep 2002 09:28:00 -0700 (PDT) (envelope-from pdeuskar@FreeBSD.org) Received: from freefall.freebsd.org (pdeuskar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OGS0Co063593; Tue, 24 Sep 2002 09:28:00 -0700 (PDT) (envelope-from pdeuskar@freefall.freebsd.org) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OGS04W063592; Tue, 24 Sep 2002 09:28:00 -0700 (PDT) Message-Id: <200209241628.g8OGS04W063592@freefall.freebsd.org> From: Prafulla Deuskar Date: Tue, 24 Sep 2002 09:27:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pdeuskar 2002/09/24 09:27:59 PDT Modified files: sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: Corrected license in the source files. It should say "MUST" instead of "MAY". MFC after: 2 days Revision Changes Path 1.12 +18 -20 src/sys/dev/em/if_em.c 1.9 +18 -20 src/sys/dev/em/if_em.h 1.4 +20 -22 src/sys/dev/em/if_em_hw.c 1.4 +20 -22 src/sys/dev/em/if_em_hw.h 1.7 +18 -20 src/sys/dev/em/if_em_osdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 9:28:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD6BD37B401; Tue, 24 Sep 2002 09:28:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91F4D43E77; Tue, 24 Sep 2002 09:28:35 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OGSZCo063652; Tue, 24 Sep 2002 09:28:35 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OGSZHA063651; Tue, 24 Sep 2002 09:28:35 -0700 (PDT) Message-Id: <200209241628.g8OGSZHA063651@freefall.freebsd.org> From: Matt Dillon Date: Tue, 24 Sep 2002 09:28:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/09/24 09:28:35 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_input.c Log: MFC 1.174 Approved by: re Revision Changes Path 1.107.2.31 +20 -5 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 9:42:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A454B37B401; Tue, 24 Sep 2002 09:42:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 521B843E3B; Tue, 24 Sep 2002 09:42:19 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OGgJCo065987; Tue, 24 Sep 2002 09:42:19 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OGgIpA065973; Tue, 24 Sep 2002 09:42:18 -0700 (PDT) Message-Id: <200209241642.g8OGgIpA065973@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 24 Sep 2002 09:42:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 exception.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/24 09:42:18 PDT Modified files: sys/sparc64/sparc64 exception.S Log: Split user trap processing out into a separate routine so that traps which never result in user traps don't have to plow through it. Revision Changes Path 1.42 +109 -67 src/sys/sparc64/sparc64/exception.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 10: 7:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96AA937B401; Tue, 24 Sep 2002 10:07:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C8543E4A; Tue, 24 Sep 2002 10:07:38 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OH7cCo076251; Tue, 24 Sep 2002 10:07:38 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OH7cL4076250; Tue, 24 Sep 2002 10:07:38 -0700 (PDT) Message-Id: <200209241707.g8OH7cL4076250@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 24 Sep 2002 10:07:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/etc make.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/24 10:07:37 PDT Modified files: share/examples/etc make.conf Log: Mention about how to build sendmail with SASLv2. Revision Changes Path 1.201 +6 -0 src/share/examples/etc/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 10:22:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A78437B401; Tue, 24 Sep 2002 10:22:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D8A643E7B; Tue, 24 Sep 2002 10:22:39 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OHMdCo080021; Tue, 24 Sep 2002 10:22:39 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OHMdwZ080020; Tue, 24 Sep 2002 10:22:39 -0700 (PDT) Message-Id: <200209241722.g8OHMdwZ080020@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 24 Sep 2002 10:22:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/codemedic Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/24 10:22:39 PDT Modified files: devel/codemedic Makefile Log: Mark NO_PACKAGE since it ignores CXX because it breaks if CXX is other than g++ Revision Changes Path 1.8 +3 -0 ports/devel/codemedic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 10:23:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E328A37B404; Tue, 24 Sep 2002 10:23:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82AEE43E6E; Tue, 24 Sep 2002 10:23:40 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OHNeCo080139; Tue, 24 Sep 2002 10:23:40 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OHNe36080138; Tue, 24 Sep 2002 10:23:40 -0700 (PDT) Message-Id: <200209241723.g8OHNe36080138@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 24 Sep 2002 10:23:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/codemedic Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/24 10:23:40 PDT Modified files: devel/codemedic Makefile Log: Style fix: replace spaces with tabs Revision Changes Path 1.9 +1 -1 ports/devel/codemedic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 10:24:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B31A237B401; Tue, 24 Sep 2002 10:24:54 -0700 (PDT) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F53243E42; Tue, 24 Sep 2002 10:24:54 -0700 (PDT) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id A829823E02; Tue, 24 Sep 2002 10:24:18 -0700 (PDT) Date: Tue, 24 Sep 2002 10:24:18 -0700 From: Will Andrews To: Mario Sergio Fujikawa Ferreira Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/codemedic Makefile Message-ID: <20020924172418.GW69627@procyon.firepipe.net> Mail-Followup-To: Mario Sergio Fujikawa Ferreira , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209241722.g8OHMdwZ080020@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209241722.g8OHMdwZ080020@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 10:22:39AM -0700, Mario Sergio Fujikawa Ferreira wrote: > Modified files: > devel/codemedic Makefile > Log: > Mark NO_PACKAGE since it ignores CXX because it breaks if CXX is > other than g++ I don't understand your reasoning here. Just because something can only be compiled with g++ doesn't mean we can't package it. regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 10:28:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84FB537B401; Tue, 24 Sep 2002 10:28:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382F343E6A; Tue, 24 Sep 2002 10:28:13 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OHSDCo080390; Tue, 24 Sep 2002 10:28:13 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OHSC3e080389; Tue, 24 Sep 2002 10:28:12 -0700 (PDT) Message-Id: <200209241728.g8OHSC3e080389@freefall.freebsd.org> From: Mike Barcroft Date: Tue, 24 Sep 2002 10:28:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include nl_types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/24 10:28:12 PDT Modified files: include nl_types.h Log: Add forgotten include. Fix some style bugs while I'm here. PR: 43326 Revision Changes Path 1.10 +40 -39 src/include/nl_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 10:35: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2EC737B401; Tue, 24 Sep 2002 10:35:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9355343E81; Tue, 24 Sep 2002 10:35:08 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OHZ8Co082461; Tue, 24 Sep 2002 10:35:08 -0700 (PDT) (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OHZ8L6082460; Tue, 24 Sep 2002 10:35:08 -0700 (PDT) Message-Id: <200209241735.g8OHZ8L6082460@freefall.freebsd.org> From: Brooks Davis Date: Tue, 24 Sep 2002 10:35:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c if_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2002/09/24 10:35:08 PDT Modified files: sys/net if.c if_var.h Log: Add a new helper function if_printf() modeled on device_printf(). The function takes a struct ifnet pointer followed by the usual printf arguments and prints ": " before the results of printf. Since this is the primary form of printf calls in network device drivers and accounts for most uses of the ifnet menber if_unit, this significantly simplifies many printf()s. Revision Changes Path 1.149 +14 -0 src/sys/net/if.c 1.50 +1 -0 src/sys/net/if_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 10:37:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C5D337B401; Tue, 24 Sep 2002 10:37:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D519A43E81; Tue, 24 Sep 2002 10:37:32 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OHbWCo082635; Tue, 24 Sep 2002 10:37:32 -0700 (PDT) (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OHbWgN082634; Tue, 24 Sep 2002 10:37:32 -0700 (PDT) Message-Id: <200209241737.g8OHbWgN082634@freefall.freebsd.org> From: Brooks Davis Date: Tue, 24 Sep 2002 10:37:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ppp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2002/09/24 10:37:32 PDT Modified files: sys/net if_ppp.c Log: Convert most printf()s to if_printf()s. Revision Changes Path 1.85 +10 -15 src/sys/net/if_ppp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 10:53:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A9337B401; Tue, 24 Sep 2002 10:53:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8951E43E4A; Tue, 24 Sep 2002 10:53:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OHrHCo086713; Tue, 24 Sep 2002 10:53:17 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OHrHVb086712; Tue, 24 Sep 2002 10:53:17 -0700 (PDT) Message-Id: <200209241753.g8OHrHVb086712@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 24 Sep 2002 10:53:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/interchange Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/24 10:53:17 PDT Modified files: www/interchange Makefile Log: Fix typo in MAINTAINER address Approved by: maintainer Revision Changes Path 1.7 +1 -1 ports/www/interchange/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 10:59:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E340437B4A2 for ; Tue, 24 Sep 2002 10:59:35 -0700 (PDT) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0A143E4A for ; Tue, 24 Sep 2002 10:59:35 -0700 (PDT) (envelope-from lioux@brturbo.com) Received: from 200-193-225-061-bsace7003.dsl.telebrasilia.net.br (200-193-225-061-bsace7003.dsl.telebrasilia.net.br [200.193.225.61]) by heaven.gigo.com (Postfix) with ESMTP id 1DFCEB8C5 for ; Tue, 24 Sep 2002 10:59:34 -0700 (PDT) Received: (qmail 78487 invoked by uid 1001); 24 Sep 2002 17:50:27 -0000 Message-ID: <20020924175027.78486.qmail@exxodus.fedaykin.here> Date: Tue, 24 Sep 2002 14:50:05 -0300 From: Mario Sergio Fujikawa Ferreira To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/codemedic Makefile References: <200209241722.g8OHMdwZ080020@freefall.freebsd.org> <20020924172418.GW69627@procyon.firepipe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020924172418.GW69627@procyon.firepipe.net> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-PRERELEASE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 10:23:56AM -0700, Will Andrews wrote: > On Tue, Sep 24, 2002 at 10:22:39AM -0700, Mario Sergio Fujikawa Ferreira wrote: > > Modified files: > > devel/codemedic Makefile > > Log: > > Mark NO_PACKAGE since it ignores CXX because it breaks if CXX is > > other than g++ > > I don't understand your reasoning here. Just because something > can only be compiled with g++ doesn't mean we can't package it. I was just following the reasoning in the Porters Handbook. It states that things that do not respect C{C,XX,FLAS} should be marked as so. So far, we have been using NO_PACKAGE to do that. I have no problem with marking it otherwise. :) I was just following protocol. Besides, I can't seem to be able to fix a building issue in this port. Some interaction between bison and g++. So, I'll probably mark it BROKEN if I can't find a solution before the ports freeze is over. NO_PACKAGE is the smaller of our concerns with this port. Such a shame. :( -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 11:16:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A3137B401; Tue, 24 Sep 2002 11:16:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6BE43E6E; Tue, 24 Sep 2002 11:16:37 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OIGbCo095433; Tue, 24 Sep 2002 11:16:37 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OIGb5G095432; Tue, 24 Sep 2002 11:16:37 -0700 (PDT) Message-Id: <200209241816.g8OIGb5G095432@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 24 Sep 2002 11:16:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lorder lorder.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/24 11:16:37 PDT Modified files: usr.bin/lorder lorder.sh Log: Make it work with POSIX sort (POS arg) All old sorts understand -k too. Revision Changes Path 1.5 +3 -3 src/usr.bin/lorder/lorder.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 11:35:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1563B37B401; Tue, 24 Sep 2002 11:35:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBBE543E42; Tue, 24 Sep 2002 11:35:28 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OIZSCo099594; Tue, 24 Sep 2002 11:35:28 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OIZSXF099593; Tue, 24 Sep 2002 11:35:28 -0700 (PDT) Message-Id: <200209241835.g8OIZSXF099593@freefall.freebsd.org> From: Anders Nordby Date: Tue, 24 Sep 2002 11:35:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/gnokii Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/09/24 11:35:28 PDT Modified files: comms/gnokii Makefile Log: Add a private master site, making the distfile fetchable again. Revision Changes Path 1.16 +2 -1 ports/comms/gnokii/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 11:52:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F4B637B401; Tue, 24 Sep 2002 11:52:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB0043E3B; Tue, 24 Sep 2002 11:52:39 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OIqdCo003872; Tue, 24 Sep 2002 11:52:39 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OIqda0003871; Tue, 24 Sep 2002 11:52:39 -0700 (PDT) Message-Id: <200209241852.g8OIqda0003871@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 24 Sep 2002 11:52:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/desktop chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/24 11:52:39 PDT Modified files: fr_FR.ISO8859-1/books/handbook/desktop chapter.sgml Log: Typos fixing. Revision Changes Path 1.2 +22 -22 doc/fr_FR.ISO8859-1/books/handbook/desktop/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 11:53:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10DD937B401; Tue, 24 Sep 2002 11:53:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB1C43E7B; Tue, 24 Sep 2002 11:53:46 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OIrkCo003984; Tue, 24 Sep 2002 11:53:46 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OIrkWN003983; Tue, 24 Sep 2002 11:53:46 -0700 (PDT) Message-Id: <200209241853.g8OIrkWN003983@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 24 Sep 2002 11:53:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/daily 470.status-named src/etc/periodic/monthly 200.accounting src/etc/periodic/security 100.chksetuid 800.loginfail 900.tcpwrap X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/24 11:53:46 PDT Modified files: etc/periodic/daily 470.status-named etc/periodic/monthly 200.accounting etc/periodic/security 100.chksetuid 800.loginfail 900.tcpwrap Log: Make it work with POSIX sort (POS arg). All old sorts understand -k too. Revision Changes Path 1.3 +2 -2 src/etc/periodic/daily/470.status-named 1.10 +2 -2 src/etc/periodic/monthly/200.accounting 1.6 +1 -1 src/etc/periodic/security/100.chksetuid 1.4 +2 -2 src/etc/periodic/security/800.loginfail 1.2 +1 -1 src/etc/periodic/security/900.tcpwrap To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 11:56:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D6737B401; Tue, 24 Sep 2002 11:56:58 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C31A43E65; Tue, 24 Sep 2002 11:56:58 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 8676D9E5D; Tue, 24 Sep 2002 14:50:06 -0400 (EDT) Date: Tue, 24 Sep 2002 14:50:06 -0400 From: Mike Barcroft To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/periodic/daily 470.status-named src/etc/periodic/monthly 200.accounting src/etc/periodic/security 100.chksetuid 800.loginfail 900.tcpwrap Message-ID: <20020924145006.L14878@espresso.q9media.com> References: <200209241853.g8OIrkWN003983@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209241853.g8OIrkWN003983@freefall.freebsd.org>; from ache@FreeBSD.org on Tue, Sep 24, 2002 at 11:53:46AM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrey A. Chernov writes: > ache 2002/09/24 11:53:46 PDT > > Modified files: > etc/periodic/daily 470.status-named > etc/periodic/monthly 200.accounting > etc/periodic/security 100.chksetuid 800.loginfail 900.tcpwrap > Log: > Make it work with POSIX sort (POS arg). > All old sorts understand -k too. Thanks for looking after this, Andrey. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 12: 0:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3875B37B401; Tue, 24 Sep 2002 12:00:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD23A43E77; Tue, 24 Sep 2002 12:00:52 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OJ0qCo005683; Tue, 24 Sep 2002 12:00:52 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OJ0q7m005682; Tue, 24 Sep 2002 12:00:52 -0700 (PDT) Message-Id: <200209241900.g8OJ0q7m005682@freefall.freebsd.org> From: Jens Schweikhardt Date: Tue, 24 Sep 2002 12:00:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2002/09/24 12:00:52 PDT Modified files: games/fortune README Log: Correct the description of what fortunes get installed (by default, also the offensive ones). Make it clear that datfiles/Makefile needs to be edited in case someone wants it otherwise. PR: misc/36153 Submitted by: Nick Jennings X-MFC after: 4.7 is out the door. Revision Changes Path 1.2 +5 -3 src/games/fortune/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 12: 5:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C08637B401; Tue, 24 Sep 2002 12:05:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D74F43E75; Tue, 24 Sep 2002 12:05:41 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OJ5eCo010809; Tue, 24 Sep 2002 12:05:40 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OJ5e56010808; Tue, 24 Sep 2002 12:05:40 -0700 (PDT) Message-Id: <200209241905.g8OJ5e56010808@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 24 Sep 2002 12:05:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vgrind vgrind.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/24 12:05:40 PDT Modified files: usr.bin/vgrind vgrind.sh Log: Make it work with POSIX sort (POS arg). All old sorts understand -k too. Revision Changes Path 1.3 +3 -1 src/usr.bin/vgrind/vgrind.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 12:27:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD94837B401; Tue, 24 Sep 2002 12:27:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D24043E77; Tue, 24 Sep 2002 12:27:45 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OJRjCo015164; Tue, 24 Sep 2002 12:27:45 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OJRjYL015163; Tue, 24 Sep 2002 12:27:45 -0700 (PDT) Message-Id: <200209241927.g8OJRjYL015163@freefall.freebsd.org> From: Tony Finch Date: Tue, 24 Sep 2002 12:27:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unifdef unifdef.1 unifdef.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/09/24 12:27:45 PDT Modified files: usr.bin/unifdef unifdef.1 unifdef.c Log: It is probably a bad idea to unconditionally process directives with constant controlling expressions: in particular, removing #if 0 sections is considered "rude". This commit changes the default so that such things are passed through unchanged, and the old behaviour can be had with the -k "kill konsts" flag. Suggested by: markm MFC after: 3 weeks Revision Changes Path 1.14 +23 -3 src/usr.bin/unifdef/unifdef.1 1.11 +18 -7 src/usr.bin/unifdef/unifdef.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 12:28:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A2A37B401; Tue, 24 Sep 2002 12:28:33 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C396043E77; Tue, 24 Sep 2002 12:28:32 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g8OJSRnd060075; Tue, 24 Sep 2002 23:28:29 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g8OJSNur060073; Tue, 24 Sep 2002 23:28:24 +0400 (MSD) (envelope-from ache) Date: Tue, 24 Sep 2002 23:28:21 +0400 From: "Andrey A. Chernov" To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/periodic/daily 470.status-named src/etc/periodic/monthly 200.accounting src/etc/periodic/security 100.chksetuid 800.loginfail 900.tcpwrap Message-ID: <20020924192820.GA59947@nagual.pp.ru> References: <200209241853.g8OIrkWN003983@freefall.freebsd.org> <20020924145006.L14878@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020924145006.L14878@espresso.q9media.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 14:50:06 -0400, Mike Barcroft wrote: > > Make it work with POSIX sort (POS arg). > > All old sorts understand -k too. > > Thanks for looking after this, Andrey. There also some scripts under /usr/src/contrib hierarchy which use obsoleted +POS args too. I not touch them expecting corresponding maintainers will do. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 12:41:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAE8837B401; Tue, 24 Sep 2002 12:41:13 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861AF43E77; Tue, 24 Sep 2002 12:41:12 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id MAA40260; Tue, 24 Sep 2002 12:44:44 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id MAA40253; Tue, 24 Sep 2002 12:44:41 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 24 Sep 2002 12:44:41 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Alan Eldridge Cc: cvs-all@freebsd.org, Tilman Linneweh Subject: Re: cvs commit: ports/security Makefile ports/security/geheimnis Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist In-Reply-To: <200209210439.g8L4dCai026176@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 20 Sep 2002, Alan Eldridge wrote: # alane 2002/09/20 21:39:12 PDT # # Modified files: # security Makefile # Removed files: # security/geheimnis Makefile distinfo pkg-comment pkg-descr # pkg-message pkg-plist # Log: # Even after much work on the patch, it won't build on kde3. *BLAM* PR ports/40660 (New Port: security/geheimnis-devel PGP/GnuPG Frontend for KDE3) appears to deal with this by updating to a cvs version. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 12:49:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BDC037B401; Tue, 24 Sep 2002 12:49:15 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E6C43E65; Tue, 24 Sep 2002 12:49:12 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id MAA40579; Tue, 24 Sep 2002 12:52:49 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id MAA40572; Tue, 24 Sep 2002 12:52:46 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 24 Sep 2002 12:52:46 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Alan Eldridge Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/kmerlin Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/kmerlin/files patch-aa-po-fr-am patch-aa-po-fr-in In-Reply-To: <200209210636.g8L6aLhU061522@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 20 Sep 2002, Alan Eldridge wrote: # alane 2002/09/20 23:36:21 PDT # # Modified files: # net Makefile # Added files: # net/kmerlin Makefile distinfo pkg-comment pkg-descr # pkg-plist # net/kmerlin/files patch-aa-po-fr-am patch-aa-po-fr-in # Log: # New port: kmerlin, replaces kmsn. This appears to take of PRs ports/31369, ports/39454 & ports/43140. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 12:49:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21D5537B401; Tue, 24 Sep 2002 12:49:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C676E43E3B; Tue, 24 Sep 2002 12:49:20 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OJmdCo020348; Tue, 24 Sep 2002 12:48:39 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OJmdT8020347; Tue, 24 Sep 2002 12:48:39 -0700 (PDT) Message-Id: <200209241948.g8OJmdT8020347@freefall.freebsd.org> From: Tony Finch Date: Tue, 24 Sep 2002 12:48:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unifdef unifdef.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/09/24 12:48:39 PDT Modified files: usr.bin/unifdef unifdef.1 Log: The readability is improved by reducing the use of the passive voice. No changes to the meaning are made. Revision Changes Path 1.15 +10 -10 src/usr.bin/unifdef/unifdef.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 12:50: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 439D837B401; Tue, 24 Sep 2002 12:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E865A43E75; Tue, 24 Sep 2002 12:50:03 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OJo3Co020528; Tue, 24 Sep 2002 12:50:03 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OJo3JS020527; Tue, 24 Sep 2002 12:50:03 -0700 (PDT) Message-Id: <200209241950.g8OJo3JS020527@freefall.freebsd.org> From: Tony Finch Date: Tue, 24 Sep 2002 12:50:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unifdef unifdefall.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/09/24 12:50:03 PDT Modified files: usr.bin/unifdef unifdefall.sh Log: The spec says that unifdefall removes all #ifs, and this now requires the -k flag to unifdef. Revision Changes Path 1.2 +2 -2 src/usr.bin/unifdef/unifdefall.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 12:55:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0656137B43F; Tue, 24 Sep 2002 12:55:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC07143E75; Tue, 24 Sep 2002 12:55:37 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OJtbCo022375; Tue, 24 Sep 2002 12:55:37 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OJtbVb022374; Tue, 24 Sep 2002 12:55:37 -0700 (PDT) Message-Id: <200209241955.g8OJtbVb022374@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 24 Sep 2002 12:55:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/24 12:55:37 PDT Modified files: lib/libncurses Makefile Log: Set _POSIX2_VERSION=199209 before calling MKkey_defs.sh as workaround of obsolete +POS sort syntax. Revision Changes Path 1.61 +1 -1 src/lib/libncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13: 0:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59F4A37B40B; Tue, 24 Sep 2002 13:00:31 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93D7143E7B; Tue, 24 Sep 2002 13:00:30 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (alane@localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g8OJxrHL072614; Tue, 24 Sep 2002 15:59:53 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g8OJxrUZ072613; Tue, 24 Sep 2002 15:59:53 -0400 (EDT) (envelope-from alane) Date: Tue, 24 Sep 2002 15:59:53 -0400 From: AlanE To: Joseph Scott Cc: Alan Eldridge , cvs-all@freebsd.org, Tilman Linneweh Subject: Re: cvs commit: ports/security Makefile ports/security/geheimnis Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-ID: <20020924195953.GB44456@wwweasel.geeksrus.net> Reply-To: alane@freebsd.org References: <200209210439.g8L4dCai026176@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 12:44:41PM -0700, Joseph Scott wrote: > >On Fri, 20 Sep 2002, Alan Eldridge wrote: > ># alane 2002/09/20 21:39:12 PDT ># ># Modified files: ># security Makefile ># Removed files: ># security/geheimnis Makefile distinfo pkg-comment pkg-descr ># pkg-message pkg-plist ># Log: ># Even after much work on the patch, it won't build on kde3. *BLAM* > > PR ports/40660 (New Port: security/geheimnis-devel PGP/GnuPG >Frontend for KDE3) appears to deal with this by updating to a cvs version. > >-Joseph Well, it can be addressed after the freeze. Nothing to do now about it, though, and it's not going out on the CDROMs. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13: 5: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01FE337B401; Tue, 24 Sep 2002 13:05:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C6A43E6E; Tue, 24 Sep 2002 13:05:02 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OK51Co024656; Tue, 24 Sep 2002 13:05:01 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OK51Bk024639; Tue, 24 Sep 2002 13:05:01 -0700 (PDT) Message-Id: <200209242005.g8OK51Bk024639@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 24 Sep 2002 13:05:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/diag/httpd-error httpd-error X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/24 13:05:01 PDT Modified files: tools/diag/httpd-error httpd-error Log: Make it works with POSIX sort (POS arg) All old sorts understand -k too. Revision Changes Path 1.6 +2 -2 src/tools/diag/httpd-error/httpd-error To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13: 7: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCCAF37B401; Tue, 24 Sep 2002 13:07:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C2EF43E65; Tue, 24 Sep 2002 13:07:08 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OK78Co029094; Tue, 24 Sep 2002 13:07:08 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OK78Rs029093; Tue, 24 Sep 2002 13:07:08 -0700 (PDT) Message-Id: <200209242007.g8OK78Rs029093@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 24 Sep 2002 13:07:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/24 13:07:08 PDT Modified files: Mk bsd.ruby.mk lang/ruby Makefile distinfo Log: Reroll a stable snapshot tarball as of 2002-09-12 for lang/ruby containing a pregenerated configure and a parse.c generated with bison 1.35. This is to offer a smaller (.tar.bz2) distfile, remove the autoconf dependency and benefit from a bit more efficient parse.c than that which byacc(1) generates. Revision Changes Path 1.88 +3 -7 ports/Mk/bsd.ruby.mk 1.90 +6 -6 ports/lang/ruby/Makefile 1.69 +1 -6 ports/lang/ruby/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:11: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14BD337B401; Tue, 24 Sep 2002 13:11:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B882643E75; Tue, 24 Sep 2002 13:10:59 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKAxCo029920; Tue, 24 Sep 2002 13:10:59 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKAx41029919; Tue, 24 Sep 2002 13:10:59 -0700 (PDT) Message-Id: <200209242010.g8OKAx41029919@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 24 Sep 2002 13:10:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/13.viref Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/24 13:10:59 PDT Modified files: share/doc/usd/13.viref Makefile Log: Make it works with POSIX sort (POS arg) All old sorts understand -k too. Revision Changes Path 1.11 +2 -2 src/share/doc/usd/13.viref/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:12: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E44737B401; Tue, 24 Sep 2002 13:12:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D40C543E3B; Tue, 24 Sep 2002 13:12:06 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKC6Co031308; Tue, 24 Sep 2002 13:12:06 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKC6eU031307; Tue, 24 Sep 2002 13:12:06 -0700 (PDT) Message-Id: <200209242012.g8OKC6eU031307@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 24 Sep 2002 13:12:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/09/24 13:12:06 PDT Modified files: ja index.xsl Log: Fix broken links. Revision Changes Path 1.20 +5 -5 www/ja/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:15:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD4DE37B401; Tue, 24 Sep 2002 13:15:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E7AE43E6A; Tue, 24 Sep 2002 13:15:11 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKFBCo031868; Tue, 24 Sep 2002 13:15:11 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKFBVr031867; Tue, 24 Sep 2002 13:15:11 -0700 (PDT) Message-Id: <200209242015.g8OKFBVr031867@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 24 Sep 2002 13:15:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/quot quot.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/24 13:15:11 PDT Modified files: usr.sbin/quot quot.8 Log: Use POSIX-style sort syntax in example Revision Changes Path 1.18 +1 -1 src/usr.sbin/quot/quot.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:15:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA7B437B4D5; Tue, 24 Sep 2002 13:15:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B4FC43E4A; Tue, 24 Sep 2002 13:15:17 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKFGCo031934; Tue, 24 Sep 2002 13:15:17 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKFGCk031932; Tue, 24 Sep 2002 13:15:16 -0700 (PDT) Message-Id: <200209242015.g8OKFGCk031932@freefall.freebsd.org> From: Alan Eldridge Date: Tue, 24 Sep 2002 13:15:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kmerlin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/24 13:15:16 PDT Modified files: net/kmerlin Makefile Log: Forced commit to provide updated info. PR: 43140 Submitted by: C?dric Lamalle Revision Changes Path 1.2 +0 -0 ports/net/kmerlin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:17:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAAF037B401; Tue, 24 Sep 2002 13:17:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A03B43E6A; Tue, 24 Sep 2002 13:17:41 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKHfCo032308; Tue, 24 Sep 2002 13:17:41 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKHfOd032307; Tue, 24 Sep 2002 13:17:41 -0700 (PDT) Message-Id: <200209242017.g8OKHfOd032307@freefall.freebsd.org> From: Alan Eldridge Date: Tue, 24 Sep 2002 13:17:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/24 13:17:41 PDT Modified files: mail/p5-Mail-SpamAssassin Makefile Log: Forced commit to provide updated info. Submitted by: Mike Harding Thanks Mike! Revision Changes Path 1.29 +0 -0 ports/mail/p5-Mail-SpamAssassin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:19:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6AD037B401; Tue, 24 Sep 2002 13:19:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D6743E3B; Tue, 24 Sep 2002 13:19:14 -0700 (PDT) (envelope-from wes@FreeBSD.org) Received: from freefall.freebsd.org (wes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKJECo032471; Tue, 24 Sep 2002 13:19:14 -0700 (PDT) (envelope-from wes@freefall.freebsd.org) Received: (from wes@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKJEIZ032470; Tue, 24 Sep 2002 13:19:14 -0700 (PDT) Message-Id: <200209242019.g8OKJEIZ032470@freefall.freebsd.org> From: Wes Peters Date: Tue, 24 Sep 2002 13:19:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent wes.key X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wes 2002/09/24 13:19:14 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys wes.key Log: Add my PGP key to the handbook. Suggested by: bmah Revision Changes Path 1.169 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.43 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent 1.1 +41 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/wes.key (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:24:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CD2E37B401; Tue, 24 Sep 2002 13:24:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA7243E4A; Tue, 24 Sep 2002 13:24:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKOaCo034438; Tue, 24 Sep 2002 13:24:36 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKOaHN034437; Tue, 24 Sep 2002 13:24:36 -0700 (PDT) Message-Id: <200209242024.g8OKOaHN034437@freefall.freebsd.org> From: John Baldwin Date: Tue, 24 Sep 2002 13:24:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/24 13:24:36 PDT Modified files: . access Log: Andrew (arr@) has asked core@ to retire his commit bit for the time being. Revision Changes Path 1.339 +0 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:24:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5379E37B416; Tue, 24 Sep 2002 13:24:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027E643E4A; Tue, 24 Sep 2002 13:24:41 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKOeCo034465; Tue, 24 Sep 2002 13:24:40 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKOe8i034464; Tue, 24 Sep 2002 13:24:40 -0700 (PDT) Message-Id: <200209242024.g8OKOe8i034464@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 24 Sep 2002 13:24:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby_static Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/24 13:24:40 PDT Modified files: lang/ruby_static Makefile Log: lang/ruby_static doesn't depend on autoconf any more. (but lang/ruby_static-devel still does) Revision Changes Path 1.20 +2 -4 ports/lang/ruby_static/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:25:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E38A037B401; Tue, 24 Sep 2002 13:25:15 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0797F43E6A; Tue, 24 Sep 2002 13:25:15 -0700 (PDT) (envelope-from mark@grimreaper.grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.5/8.12.5) with ESMTP id g8OKPELn029039; Tue, 24 Sep 2002 21:25:14 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.5/8.12.5/Submit) with UUCP id g8OKPEZe029038; Tue, 24 Sep 2002 21:25:14 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.5) with ESMTP id g8OKMdRP036424; Tue, 24 Sep 2002 21:22:39 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200209242022.g8OKMdRP036424@grimreaper.grondar.org> To: Tony Finch Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/unifdef unifdef.1 unifdef.c References: <200209241927.g8OJRjYL015163@freefall.freebsd.org> In-Reply-To: <200209241927.g8OJRjYL015163@freefall.freebsd.org> ; from Tony Finch "Tue, 24 Sep 2002 12:27:45 PDT." Date: Tue, 24 Sep 2002 21:22:39 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wow! That was fast :-) Thanks! M > fanf 2002/09/24 12:27:45 PDT > > Modified files: > usr.bin/unifdef unifdef.1 unifdef.c > Log: > It is probably a bad idea to unconditionally process directives with > constant controlling expressions: in particular, removing #if 0 sections > is considered "rude". This commit changes the default so that such > things are passed through unchanged, and the old behaviour can be had > with the -k "kill konsts" flag. > > Suggested by: markm > MFC after: 3 weeks > > Revision Changes Path > 1.14 +23 -3 src/usr.bin/unifdef/unifdef.1 > 1.11 +18 -7 src/usr.bin/unifdef/unifdef.c -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:34:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 917D337B401; Tue, 24 Sep 2002 13:34:49 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5872943E42; Tue, 24 Sep 2002 13:34:49 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 42E932A7D6; Tue, 24 Sep 2002 13:34:49 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile In-Reply-To: <200209241955.g8OJtbVb022374@freefall.freebsd.org> Date: Tue, 24 Sep 2002 13:34:49 -0700 From: Peter Wemm Message-Id: <20020924203449.42E932A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Andrey A. Chernov" wrote: > ache 2002/09/24 12:55:37 PDT > > Modified files: > lib/libncurses Makefile > Log: > Set _POSIX2_VERSION=199209 before calling MKkey_defs.sh as workaround of > obsolete +POS sort syntax. Thanks, I was just about to do this too. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:40:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE0BA37B401; Tue, 24 Sep 2002 13:40:12 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED6AA43E77; Tue, 24 Sep 2002 13:40:11 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020924204011.NLEE28420.sccrmhc03.attbi.com@InterJet.elischer.org>; Tue, 24 Sep 2002 20:40:11 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA41694; Tue, 24 Sep 2002 13:39:55 -0700 (PDT) Date: Tue, 24 Sep 2002 13:39:55 -0700 (PDT) From: Julian Elischer To: Peter Wemm Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile In-Reply-To: <20020924203449.42E932A7D6@canning.wemm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is silly.. the +POS syntax is probably one of the most commonly used syntaxes for sort. On Tue, 24 Sep 2002, Peter Wemm wrote: > "Andrey A. Chernov" wrote: > > ache 2002/09/24 12:55:37 PDT > > > > Modified files: > > lib/libncurses Makefile > > Log: > > Set _POSIX2_VERSION=199209 before calling MKkey_defs.sh as workaround of > > obsolete +POS sort syntax. > > Thanks, I was just about to do this too. > > Cheers, > -Peter > -- > Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com > "All of this is for nothing if we don't go to the stars" - JMS/B5 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:43: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3699E37B404; Tue, 24 Sep 2002 13:43:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA23F43E3B; Tue, 24 Sep 2002 13:43:04 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKh4Co038437; Tue, 24 Sep 2002 13:43:04 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKh4gF038436; Tue, 24 Sep 2002 13:43:04 -0700 (PDT) Message-Id: <200209242043.g8OKh4gF038436@freefall.freebsd.org> From: Michael Lucas Date: Tue, 24 Sep 2002 13:43:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/24 13:43:04 PDT Modified files: en/donations wantlist.sgml Log: New entries, minor correction: njl needs SCSI cards ru needs a home computer markm needs to learn alphabetical order. Revision Changes Path 1.22 +30 -16 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:46: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A14CA37B404; Tue, 24 Sep 2002 13:45:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 525D143E77; Tue, 24 Sep 2002 13:45:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKjxCo038590; Tue, 24 Sep 2002 13:45:59 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKjxbL038589; Tue, 24 Sep 2002 13:45:59 -0700 (PDT) Message-Id: <200209242045.g8OKjxbL038589@freefall.freebsd.org> From: John Baldwin Date: Tue, 24 Sep 2002 13:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mutex.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/24 13:45:59 PDT Modified files: share/man/man9 mutex.9 Log: Remove all mention of MTX_NOSWITCH. It was obsoleted a long time ago. Revision Changes Path 1.32 +7 -36 src/share/man/man9/mutex.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:49:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2EB937B404; Tue, 24 Sep 2002 13:49:32 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id F22DF43E86; Tue, 24 Sep 2002 13:49:31 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.6/8.12.6) with ESMTP id g8OKnQhS096653; Tue, 24 Sep 2002 16:49:26 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id g8OKnQ9L096652; Tue, 24 Sep 2002 16:49:26 -0400 (EDT) Date: Tue, 24 Sep 2002 16:49:26 -0400 From: Alexander Kabaev To: Michael Lucas Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/donations wantlist.sgml Message-Id: <20020924164926.7e2a8775.ak03@gte.com> In-Reply-To: <200209242043.g8OKh4gF038436@freefall.freebsd.org> References: <200209242043.g8OKh4gF038436@freefall.freebsd.org> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.3claws12 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 24 Sep 2002 13:43:04 -0700 (PDT) Michael Lucas wrote: > mwlucas 2002/09/24 13:43:04 PDT > > Modified files: > en/donations wantlist.sgml > Log: > New entries, minor correction: > > njl needs SCSI cards > ru needs a home computer > markm needs to learn alphabetical order. > > Revision Changes Path > 1.22 +30 -16 www/en/donations/wantlist.sgml I have some spare alphabet books to donate :) -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:50: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 524D937B404; Tue, 24 Sep 2002 13:50:05 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E13543E4A; Tue, 24 Sep 2002 13:50:04 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g8OKnund061074; Wed, 25 Sep 2002 00:49:56 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g8OKntsr061073; Wed, 25 Sep 2002 00:49:56 +0400 (MSD) (envelope-from ache) Date: Wed, 25 Sep 2002 00:49:54 +0400 From: "Andrey A. Chernov" To: Julian Elischer Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile Message-ID: <20020924204954.GB60957@nagual.pp.ru> References: <20020924203449.42E932A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 13:39:55 -0700, Julian Elischer wrote: > > This is silly.. the +POS syntax is probably one of the most commonly > used syntaxes for sort. Talk with POSIX people about it. +N is valid filename per POSIX, so old syntax can't be preserved. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:52:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E0637B404; Tue, 24 Sep 2002 13:52:57 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BC143E6A; Tue, 24 Sep 2002 13:52:56 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8OKqW4v005800; Tue, 24 Sep 2002 22:52:32 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Andrey A. Chernov" Cc: Julian Elischer , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile In-Reply-To: Your message of "Wed, 25 Sep 2002 00:49:54 +0400." <20020924204954.GB60957@nagual.pp.ru> Date: Tue, 24 Sep 2002 22:52:32 +0200 Message-ID: <5799.1032900752@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020924204954.GB60957@nagual.pp.ru>, "Andrey A. Chernov" writes: >On Tue, Sep 24, 2002 at 13:39:55 -0700, Julian Elischer wrote: >> >> This is silly.. the +POS syntax is probably one of the most commonly >> used syntaxes for sort. > >Talk with POSIX people about it. +N is valid filename per POSIX, so old >syntax can't be preserved. Decisions like this should make us reconsider the desirability of POSIX compliance or even "near-POSIX" compliance. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 13:57: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1623F37B404; Tue, 24 Sep 2002 13:57:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA2E943E7B; Tue, 24 Sep 2002 13:57:07 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OKv7Co040902; Tue, 24 Sep 2002 13:57:07 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OKv7L5040901; Tue, 24 Sep 2002 13:57:07 -0700 (PDT) Message-Id: <200209242057.g8OKv7L5040901@freefall.freebsd.org> From: Michael Lucas Date: Tue, 24 Sep 2002 13:57:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/24 13:57:07 PDT Modified files: en/news press.xml Log: Add two new stories. Submitted by: Arjan van Leeuwen PR: www/42952 Revision Changes Path 1.57 +28 -1 www/en/news/press.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 14: 5:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E4837B404; Tue, 24 Sep 2002 14:05:38 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A9243E42; Tue, 24 Sep 2002 14:05:38 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 69A9D2A7D6; Tue, 24 Sep 2002 14:05:38 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Poul-Henning Kamp Cc: "Andrey A. Chernov" , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile In-Reply-To: <5799.1032900752@critter.freebsd.dk> Date: Tue, 24 Sep 2002 14:05:38 -0700 From: Peter Wemm Message-Id: <20020924210538.69A9D2A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote: > In message <20020924204954.GB60957@nagual.pp.ru>, "Andrey A. Chernov" writes: > >On Tue, Sep 24, 2002 at 13:39:55 -0700, Julian Elischer wrote: > >> > >> This is silly.. the +POS syntax is probably one of the most commonly > >> used syntaxes for sort. > > > >Talk with POSIX people about it. +N is valid filename per POSIX, so old > >syntax can't be preserved. > > Decisions like this should make us reconsider the desirability of > POSIX compliance or even "near-POSIX" compliance. Standards compliance for the sake of standards compliance sake in spite of common practice is utterly the wrong reason. This particular "feature" is going to cause a *huge* amount of pain. I wouldn't be suprised if it costs us anouther 500-1000 unbuldable ports. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 14:11:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4E237B401; Tue, 24 Sep 2002 14:11:32 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A63FB43E75; Tue, 24 Sep 2002 14:11:31 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g8OLBHnd061558; Wed, 25 Sep 2002 01:11:17 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g8OLBEMG061554; Wed, 25 Sep 2002 01:11:15 +0400 (MSD) (envelope-from ache) Date: Wed, 25 Sep 2002 01:11:11 +0400 From: "Andrey A. Chernov" To: Peter Wemm Cc: Poul-Henning Kamp , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile Message-ID: <20020924211110.GB61277@nagual.pp.ru> References: <5799.1032900752@critter.freebsd.dk> <20020924210538.69A9D2A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020924210538.69A9D2A7D6@canning.wemm.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 14:05:38 -0700, Peter Wemm wrote: > > This particular "feature" is going to cause a *huge* amount of pain. > I wouldn't be suprised if it costs us anouther 500-1000 unbuldable ports. For ports we MUST set _POSIX2_VERSION=199209 in the bsd.port.mk -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 14:20:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 074E237B401; Tue, 24 Sep 2002 14:20:10 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9089E43E7B; Tue, 24 Sep 2002 14:20:09 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 77BDF2A7D6; Tue, 24 Sep 2002 14:20:09 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Andrey A. Chernov" Cc: Poul-Henning Kamp , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile In-Reply-To: <20020924211110.GB61277@nagual.pp.ru> Date: Tue, 24 Sep 2002 14:20:09 -0700 From: Peter Wemm Message-Id: <20020924212009.77BDF2A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Andrey A. Chernov" wrote: > On Tue, Sep 24, 2002 at 14:05:38 -0700, Peter Wemm wrote: > > > > This particular "feature" is going to cause a *huge* amount of pain. > > I wouldn't be suprised if it costs us anouther 500-1000 unbuldable ports. > > For ports we MUST set _POSIX2_VERSION=199209 in the bsd.port.mk No, this is the equivalent of sticking our heads in the sand and pretending that we dont have a problem. The Real World consists of much more than the ports tree. The problems that the ports tree has are the only indication that we have about how the rest of the Real World code will fare with our releases. Turn off the silly feature in sort(1) the first place. Let people request it by setting _POSIX2_VERSION=200112 if they want to sort a filename that begins with a +. Or, use 'sort ./+file' like they would already have to do for just about every other unix OS on the planet. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 14:28:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB5537B401; Tue, 24 Sep 2002 14:28:35 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id E837E43E97; Tue, 24 Sep 2002 14:28:34 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.5) with ESMTP id g8OLSU4m020905; Tue, 24 Sep 2002 14:28:30 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id g8OLSUiQ020904; Tue, 24 Sep 2002 14:28:30 -0700 (PDT) Date: Tue, 24 Sep 2002 14:28:30 -0700 From: Steve Kargl To: Peter Wemm Cc: "Andrey A. Chernov" , Poul-Henning Kamp , Julian Elischer , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libncurses Makefile Message-ID: <20020924212830.GA20830@troutmask.apl.washington.edu> References: <20020924211110.GB61277@nagual.pp.ru> <20020924212009.77BDF2A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020924212009.77BDF2A7D6@canning.wemm.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 02:20:09PM -0700, Peter Wemm wrote: > "Andrey A. Chernov" wrote: > > On Tue, Sep 24, 2002 at 14:05:38 -0700, Peter Wemm wrote: > > > > > > This particular "feature" is going to cause a *huge* amount of pain. > > > I wouldn't be suprised if it costs us anouther 500-1000 unbuldable ports. > > > > For ports we MUST set _POSIX2_VERSION=199209 in the bsd.port.mk > > No, this is the equivalent of sticking our heads in the sand and pretending > that we dont have a problem. The Real World consists of much more than > the ports tree. The problems that the ports tree has are the only indication > that we have about how the rest of the Real World code will fare with > our releases. > > Turn off the silly feature in sort(1) the first place. Let people request > it by setting _POSIX2_VERSION=200112 if they want to sort a filename that > begins with a +. Or, use 'sort ./+file' like they would already have to > do for just about every other unix OS on the planet. > If we turn off posix in sort(1) to permit " sort +1", then should we add warnx("The sort +pos -pos syntax is deprecated."); to educate the masses. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 14:30:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE6E37B401; Tue, 24 Sep 2002 14:30:50 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED28F43E81; Tue, 24 Sep 2002 14:30:49 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2DD2866B28; Tue, 24 Sep 2002 14:30:49 -0700 (PDT) Date: Tue, 24 Sep 2002 14:30:49 -0700 From: Kris Kennaway To: Peter Wemm Cc: Poul-Henning Kamp , "Andrey A. Chernov" , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile Message-ID: <20020924213048.GB71184@xor.obsecurity.org> References: <5799.1032900752@critter.freebsd.dk> <20020924210538.69A9D2A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="v9Ux+11Zm5mwPlX6" Content-Disposition: inline In-Reply-To: <20020924210538.69A9D2A7D6@canning.wemm.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --v9Ux+11Zm5mwPlX6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 24, 2002 at 02:05:38PM -0700, Peter Wemm wrote: > Standards compliance for the sake of standards compliance sake in spite of > common practice is utterly the wrong reason. >=20 > This particular "feature" is going to cause a *huge* amount of pain. > I wouldn't be suprised if it costs us anouther 500-1000 unbuldable ports. If you're worried about that, how about we leave it until after 4.7 and then I run another 5.0 build to test? Kris --v9Ux+11Zm5mwPlX6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9kNmIWry0BWjoQKURAmcOAJ9nIaNsjmi7yh5W/mR604f6r33xtwCfVmQA 25h9CNWygTonNEDLCGWoeTM= =Jzri -----END PGP SIGNATURE----- --v9Ux+11Zm5mwPlX6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 14:33:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 529CC37B401; Tue, 24 Sep 2002 14:33:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30CB43E81; Tue, 24 Sep 2002 14:33:43 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OLXhCo053308; Tue, 24 Sep 2002 14:33:43 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OLXh7i053307; Tue, 24 Sep 2002 14:33:43 -0700 (PDT) Message-Id: <200209242133.g8OLXh7i053307@freefall.freebsd.org> From: Matt Jacob Date: Tue, 24 Sep 2002 14:33:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt_debug.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/24 14:33:43 PDT Modified files: sys/dev/mpt mpt.c mpt_debug.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c Log: Code cleanup: use mpt_prt instead of device_printf. Revision Changes Path 1.7 +95 -136 src/sys/dev/mpt/mpt.c 1.3 +12 -0 src/sys/dev/mpt/mpt_debug.c 1.7 +59 -81 src/sys/dev/mpt/mpt_freebsd.c 1.8 +1 -0 src/sys/dev/mpt/mpt_freebsd.h 1.7 +4 -5 src/sys/dev/mpt/mpt_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 14:37:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F107837B401; Tue, 24 Sep 2002 14:37:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C08843E4A; Tue, 24 Sep 2002 14:37:25 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OLbPCo053627; Tue, 24 Sep 2002 14:37:25 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OLbPxk053626; Tue, 24 Sep 2002 14:37:25 -0700 (PDT) Message-Id: <200209242137.g8OLbPxk053626@freefall.freebsd.org> From: Matt Jacob Date: Tue, 24 Sep 2002 14:37:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/24 14:37:25 PDT Modified files: (Branch: RELENG_4) sys/dev/mpt mpt.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c Log: MFC: Fix CAM usage, parameterized max request; check for interrupt before trying to pop a reply; add Ack Event stuff; Parameterized max requests, cleaned up locking macros Approved by: re@freebsd.org (jhb) Revision Changes Path 1.3.2.3 +19 -45 src/sys/dev/mpt/mpt.c 1.3.2.3 +274 -230 src/sys/dev/mpt/mpt_freebsd.c 1.3.2.3 +15 -6 src/sys/dev/mpt/mpt_freebsd.h 1.3.2.3 +43 -10 src/sys/dev/mpt/mpt_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 14:40:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B8F237B401; Tue, 24 Sep 2002 14:40:23 -0700 (PDT) Received: from marlborough.cnchost.com (marlborough.concentric.net [207.155.248.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA32943E6A; Tue, 24 Sep 2002 14:40:22 -0700 (PDT) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (adsl-209-204-185-216.sonic.net [209.204.185.216]) by marlborough.cnchost.com id RAA14789; Tue, 24 Sep 2002 17:40:09 -0400 (EDT) [ConcentricHost SMTP Relay 1.14] Message-ID: <200209242140.RAA14789@marlborough.cnchost.com> To: Peter Wemm Cc: "Andrey A. Chernov" , Poul-Henning Kamp , Julian Elischer , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libncurses Makefile In-reply-to: Your message of "Tue, 24 Sep 2002 14:20:09 PDT." <20020924212009.77BDF2A7D6@canning.wemm.org> Date: Tue, 24 Sep 2002 14:40:09 -0700 From: Bakul Shah Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Turn off the silly feature in sort(1) the first place. Let people request > it by setting _POSIX2_VERSION=200112 if they want to sort a filename that > begins with a +. Or, use 'sort ./+file' like they would already have to > do for just about every other unix OS on the planet. Not that you need support but I have to chime up and say I agree entirely. Backward compatibility trumps standard compliance. Standards fundamentalism may be good for one's soul but bad in real life -- too many innocent programs die:-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 14:55:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7D7F37B401; Tue, 24 Sep 2002 14:55:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E525043E6E; Tue, 24 Sep 2002 14:55:11 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OLtBCo057759; Tue, 24 Sep 2002 14:55:11 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OLtBGa057758; Tue, 24 Sep 2002 14:55:11 -0700 (PDT) Message-Id: <200209242155.g8OLtBGa057758@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 24 Sep 2002 14:55:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/pgpkeys chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/24 14:55:11 PDT Modified files: fr_FR.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: MFen 1.168 --> 1.169 Revision Changes Path 1.4 +7 -2 doc/fr_FR.ISO8859-1/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 15: 3:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA70D37B401; Tue, 24 Sep 2002 15:03:28 -0700 (PDT) Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0F1643E3B; Tue, 24 Sep 2002 15:03:27 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g8OM3Gtt108052; Tue, 24 Sep 2002 18:03:16 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20020924204954.GB60957@nagual.pp.ru> References: <20020924203449.42E932A7D6@canning.wemm.org> <20020924204954.GB60957@nagual.pp.ru> Date: Tue, 24 Sep 2002 18:03:15 -0400 To: "Andrey A. Chernov" , Julian Elischer From: Garance A Drosihn Subject: Re: cvs commit: src/lib/libncurses Makefile Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 12:49 AM +0400 9/25/02, Andrey A. Chernov wrote: >On Tue, Sep 24, 2002 at 13:39:55 -0700, Julian Elischer wrote: >> >> This is silly.. the +POS syntax is probably one of the most commonly >> used syntaxes for sort. > >Talk with POSIX people about it. +N is valid filename per POSIX, so >old syntax can't be preserved. What ever happened to the idea of using '--' to mean "all the following arguments are files, even if they look like options"? After all, every other option is also "a valid filename", so what is so special about "+N"? We can preserve anything we want to preserve, and document where our sort command is different from posix. Maybe at some future time it will be less painful to drop +N, but we will have enough pain with release 5.0 that we don't need to add this incompatible change. Just MO, of course. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 15: 4:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C544337B401; Tue, 24 Sep 2002 15:04:42 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2802043E75; Tue, 24 Sep 2002 15:04:42 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g8OM4fVo091384 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 24 Sep 2002 18:04:41 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g8OM4fpp091381; Tue, 24 Sep 2002 18:04:41 -0400 (EDT) (envelope-from wollman) Date: Tue, 24 Sep 2002 18:04:41 -0400 (EDT) From: Garrett Wollman Message-Id: <200209242204.g8OM4fpp091381@khavrinen.lcs.mit.edu> To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile In-Reply-To: <20020924212009.77BDF2A7D6@canning.wemm.org> References: <20020924211110.GB61277@nagual.pp.ru> <20020924212009.77BDF2A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > begins with a +. Or, use 'sort ./+file' like they would already have to > do for just about every other unix OS on the planet. Except for the ones which are (or will soon be) POSIX-compliant. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 15:12:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 230C037B401; Tue, 24 Sep 2002 15:12:36 -0700 (PDT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2507743E75; Tue, 24 Sep 2002 15:12:35 -0700 (PDT) (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.5/8.12.3) with ESMTP id g8OMCUPt004095; Wed, 25 Sep 2002 00:12:30 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.5/8.12.4/Submit) id g8OMCUsm004094; Wed, 25 Sep 2002 00:12:30 +0200 (CEST) Date: Wed, 25 Sep 2002 00:12:30 +0200 From: Stijn Hoop To: Garance A Drosihn Cc: "Andrey A. Chernov" , Julian Elischer , Peter Wemm , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libncurses Makefile Message-ID: <20020924221230.GL2009@pcwin002.win.tue.nl> References: <20020924203449.42E932A7D6@canning.wemm.org> <20020924204954.GB60957@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVcIhgQsEzAXu06J" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --EVcIhgQsEzAXu06J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 24, 2002 at 06:03:15PM -0400, Garance A Drosihn wrote: > At 12:49 AM +0400 9/25/02, Andrey A. Chernov wrote: > >On Tue, Sep 24, 2002 at 13:39:55 -0700, Julian Elischer wrote: > >> > >> This is silly.. the +POS syntax is probably one of the most commonly > >> used syntaxes for sort. > > > >Talk with POSIX people about it. +N is valid filename per POSIX, so > >old syntax can't be preserved. >=20 > What ever happened to the idea of using '--' to mean "all the following > arguments are files, even if they look like options"? >=20 > After all, every other option is also "a valid filename", so what is > so special about "+N"? >=20 > We can preserve anything we want to preserve, and document where our > sort command is different from posix. Maybe at some future time it > will be less painful to drop +N, but we will have enough pain with > release 5.0 that we don't need to add this incompatible change. >=20 > Just MO, of course. FWIW, I also agree. Furthermore, if you 'fix' sort, you should fix less also (and possibly othe= rs): [stijn@pcwin165] less +COMMENT=20 Missing filename ("less --help" for help) admittedly this is on -STABLE, but I don't think it's different on -CURRENT. And I know less is probably not in POSIX, but I'm thinking about consistenc= y. --Stijn --=20 "What if everything you see is more than what you see -- the person next to you is a warrior and the space that appears empty is a secret door to anoth= er world? What if something appears that shouldn't? You either dismiss it, or = you accept that there is much more to the world than you think. Perhaps it real= ly is a doorway, and if you choose to go inside, you'll find many unexpected things." -- Shigeru Miyamoto --EVcIhgQsEzAXu06J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9kONOY3r/tLQmfWcRAsD7AKC0Jaf3tplb4nxxTgOb/WphJYHI3wCeMZpl Utd/MxdXJ3a+sfbB5//Qsjo= =OPpU -----END PGP SIGNATURE----- --EVcIhgQsEzAXu06J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 15:13:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D796B37B401; Tue, 24 Sep 2002 15:13:21 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D90DE43E88; Tue, 24 Sep 2002 15:13:20 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g8OMDCnd062423; Wed, 25 Sep 2002 02:13:12 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g8OMDAim062422; Wed, 25 Sep 2002 02:13:10 +0400 (MSD) (envelope-from ache) Date: Wed, 25 Sep 2002 02:13:10 +0400 From: "Andrey A. Chernov" To: Peter Wemm Cc: Poul-Henning Kamp , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile Message-ID: <20020924221309.GA62296@nagual.pp.ru> References: <20020924211110.GB61277@nagual.pp.ru> <20020924212009.77BDF2A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020924212009.77BDF2A7D6@canning.wemm.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 14:20:09 -0700, Peter Wemm wrote: > Turn off the silly feature in sort(1) the first place. Let people request > it by setting _POSIX2_VERSION=200112 if they want to sort a filename that Patch to implement this just posted by me to "Who broke sort(1) ?" freebsd-current discussion, but I not suggest to use it for standards sake (remember the same compatibility drop we do about chown flags, as Garrett points). -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 15:19:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA6937B401; Tue, 24 Sep 2002 15:19:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E79B43E81; Tue, 24 Sep 2002 15:19:20 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OMJKCo066483; Tue, 24 Sep 2002 15:19:20 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OMJK5n066482; Tue, 24 Sep 2002 15:19:20 -0700 (PDT) Message-Id: <200209242219.g8OMJK5n066482@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 24 Sep 2002 15:19:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 exception.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/24 15:19:20 PDT Modified files: sys/sparc64/sparc64 exception.S Log: Allocate stack space for the trapframe along with the normal register frame in the save instruction, rather than doing a separate sub. Revision Changes Path 1.43 +1 -5 src/sys/sparc64/sparc64/exception.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 15:30:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582A837B401; Tue, 24 Sep 2002 15:30:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0836143E42; Tue, 24 Sep 2002 15:30:57 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OMUuCo069260; Tue, 24 Sep 2002 15:30:56 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OMUuIj069259; Tue, 24 Sep 2002 15:30:56 -0700 (PDT) Message-Id: <200209242230.g8OMUuIj069259@freefall.freebsd.org> From: Mike Barcroft Date: Tue, 24 Sep 2002 15:30:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/btxld btxld.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/24 15:30:56 PDT Modified files: usr.sbin/btxld btxld.c Log: Get howmany() macro from , instead of depending on its existence in . Revision Changes Path 1.5 +2 -2 src/usr.sbin/btxld/btxld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 15:36:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AACDC37B401; Tue, 24 Sep 2002 15:36:23 -0700 (PDT) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27E4B43E65; Tue, 24 Sep 2002 15:36:22 -0700 (PDT) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (dotar.thuvia.org [10.0.0.4]) by phaidor.thuvia.org (8.12.3/8.12.3) with ESMTP id g8OMaJcF031831; Tue, 24 Sep 2002 23:36:19 +0100 (BST) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (localhost [IPv6:::1]) by dotar.thuvia.org (8.12.5/8.12.5) with ESMTP id g8OMaJLU081083; Tue, 24 Sep 2002 23:36:19 +0100 (BST) (envelope-from mark@dotar.thuvia.org) Received: (from mark@localhost) by dotar.thuvia.org (8.12.5/8.12.5/Submit) id g8OMaIBw081082; Tue, 24 Sep 2002 23:36:18 +0100 (BST) Date: Tue, 24 Sep 2002 23:36:18 +0100 (BST) From: Mark Valentine Message-Id: <200209242236.g8OMaIBw081082@dotar.thuvia.org> In-Reply-To: X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: wollman@lcs.mit.edu (Garrett Wollman), Peter Wemm Subject: Re: cvs commit: src/lib/libncurses Makefile Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: wollman@lcs.mit.edu (Garrett Wollman) > Date: Tue 24 Sep, 2002 > Subject: Re: cvs commit: src/lib/libncurses Makefile > < said: > > > begins with a +. Or, use 'sort ./+file' like they would already have to > > do for just about every other unix OS on the planet. > > Except for the ones which are (or will soon be) POSIX-compliant. Does POSIX compliance have to be the default mode, though? It's sure useful to be able to have a POSIX environment available, but it's more important that legacy scripts work out of the box. It's my opinion that the POSIX environment should be opt-in, just like /usr/xpg4/bin is still the Solaris 9 method of obtaining standards compliant behaviour over legacy behaviour. My preference would be to have a /usr/posix for utility variants which conflict with the age old BSD behaviour. This mechanism would also serve to replace the EXPR_COMPAT stuff - I'd _really_ be miffed if release 5.0 of my preferred OS becomes the first OS release to break a huge number of the scripts I've written over the past two decades (I apologise for being way overdue in coming up with a migration proposal for that one...). Standards are good. A working system is better. Cheers, Mark. -- Mark Valentine, Thuvia Labs "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stupid that way." *munch* *munch* and endorses FreeBSD -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 15:41:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD8E37B418 for ; Tue, 24 Sep 2002 15:41:42 -0700 (PDT) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE1C943E42 for ; Tue, 24 Sep 2002 15:41:40 -0700 (PDT) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (dotar.thuvia.org [10.0.0.4]) by phaidor.thuvia.org (8.12.3/8.12.3) with ESMTP id g8OMfXcF031837; Tue, 24 Sep 2002 23:41:33 +0100 (BST) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (localhost [IPv6:::1]) by dotar.thuvia.org (8.12.5/8.12.5) with ESMTP id g8OMfWLU081107; Tue, 24 Sep 2002 23:41:32 +0100 (BST) (envelope-from mark@dotar.thuvia.org) Received: (from mark@localhost) by dotar.thuvia.org (8.12.5/8.12.5/Submit) id g8OMfWN0081106; Tue, 24 Sep 2002 23:41:32 +0100 (BST) Date: Tue, 24 Sep 2002 23:41:32 +0100 (BST) From: Mark Valentine Message-Id: <200209242241.g8OMfWN0081106@dotar.thuvia.org> In-Reply-To: X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: sgk@troutmask.apl.washington.edu (Steve Kargl), Peter Wemm Subject: Re: cvs commit: src/lib/libncurses Makefile Cc: "Andrey A. Chernov" , Poul-Henning Kamp , Julian Elischer , cvs-committers@freebsd.org, cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: sgk@troutmask.apl.washington.edu (Steve Kargl) > Date: Tue 24 Sep, 2002 > Subject: Re: cvs commit: src/lib/libncurses Makefile > If we turn off posix in sort(1) to permit " sort +1", then > should we add > > warnx("The sort +pos -pos syntax is deprecated."); > > to educate the masses. Not without a way to turn off the warning, as in "Yeah, I know my code's older than some new fangled standard, but I ain't fixing it all right now and I don't want the system whining at clients running existing releases of my software; if I expected a leading + in file names in my scripts I've already protected against it, thank you!". Cheers, Mark. -- Mark Valentine, Thuvia Labs "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stupid that way." *munch* *munch* and endorses FreeBSD -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 15:43:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CACA37B401 for ; Tue, 24 Sep 2002 15:43:19 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E554343E86 for ; Tue, 24 Sep 2002 15:43:18 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 66604 invoked by uid 1000); 24 Sep 2002 22:43:19 -0000 Date: Tue, 24 Sep 2002 15:43:19 -0700 (PDT) From: Nate Lawson To: Peter Wemm Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile In-Reply-To: <20020924212009.77BDF2A7D6@canning.wemm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 24 Sep 2002, Peter Wemm wrote: > "Andrey A. Chernov" wrote: > > On Tue, Sep 24, 2002 at 14:05:38 -0700, Peter Wemm wrote: > > > > > > This particular "feature" is going to cause a *huge* amount of pain. > > > I wouldn't be suprised if it costs us anouther 500-1000 unbuldable ports. > > > > For ports we MUST set _POSIX2_VERSION=199209 in the bsd.port.mk > > No, this is the equivalent of sticking our heads in the sand and pretending > that we dont have a problem. The Real World consists of much more than > the ports tree. The problems that the ports tree has are the only indication > that we have about how the rest of the Real World code will fare with > our releases. > > Turn off the silly feature in sort(1) the first place. Let people request > it by setting _POSIX2_VERSION=200112 if they want to sort a filename that > begins with a +. Or, use 'sort ./+file' like they would already have to > do for just about every other unix OS on the planet. > > Cheers, > -Peter Amen, 100% agree. Please do it this way. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 16:13:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B93D37B401; Tue, 24 Sep 2002 16:13:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A49343E42; Tue, 24 Sep 2002 16:13:39 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from freefall.freebsd.org (ps@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8ONDdCo082303; Tue, 24 Sep 2002 16:13:39 -0700 (PDT) (envelope-from ps@freefall.freebsd.org) Received: (from ps@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8ONDcE9082302; Tue, 24 Sep 2002 16:13:38 -0700 (PDT) Message-Id: <200209242313.g8ONDcE9082302@freefall.freebsd.org> From: Paul Saab Date: Tue, 24 Sep 2002 16:13:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ps 2002/09/24 16:13:38 PDT Modified files: sys/dev/fxp if_fxp.c Log: Add some PCI id's for fxp. I've only tested 0x103B, but the Intel Linux driver defines 0x103[B-E] so add those as well. Obtained from: Intel Linux e100 driver MFC: Immediately if re@ allows it, otherwise after 4.7-RELEASE Revision Changes Path 1.140 +4 -0 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 16:22:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC07D37B401; Tue, 24 Sep 2002 16:22:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A6C743E6E; Tue, 24 Sep 2002 16:22:42 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8ONMgCo084260; Tue, 24 Sep 2002 16:22:42 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8ONMgTK084259; Tue, 24 Sep 2002 16:22:42 -0700 (PDT) Message-Id: <200209242322.g8ONMgTK084259@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 24 Sep 2002 16:22:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 exception.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/24 16:22:42 PDT Modified files: sys/sparc64/sparc64 exception.S Log: Rearrange tl1_trap slightly, also save and restore the out registers so that instruction emulation is possible in kernel mode. Revision Changes Path 1.44 +27 -12 src/sys/sparc64/sparc64/exception.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 16:45:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 537F437B401; Tue, 24 Sep 2002 16:45:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 031FE43E6A; Tue, 24 Sep 2002 16:45:21 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from freefall.freebsd.org (ps@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8ONjHCo088421; Tue, 24 Sep 2002 16:45:17 -0700 (PDT) (envelope-from ps@freefall.freebsd.org) Received: (from ps@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8ONjHTG088420; Tue, 24 Sep 2002 16:45:17 -0700 (PDT) Message-Id: <200209242345.g8ONjHTG088420@freefall.freebsd.org> From: Paul Saab Date: Tue, 24 Sep 2002 16:45:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ps 2002/09/24 16:45:16 PDT Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c Log: MFC: rev 1.140 Add some new PCI device ID's Approved by: re Revision Changes Path 1.110.2.25 +4 -0 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 17:17:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB46737B41B for ; Tue, 24 Sep 2002 17:17:24 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF5143E4A for ; Tue, 24 Sep 2002 17:17:24 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.5) with ESMTP id g8P0HL4m021832; Tue, 24 Sep 2002 17:17:21 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id g8P0HExb021831; Tue, 24 Sep 2002 17:17:14 -0700 (PDT) Date: Tue, 24 Sep 2002 17:17:14 -0700 From: Steve Kargl To: Mark Valentine Cc: Peter Wemm , "Andrey A. Chernov" , Poul-Henning Kamp , Julian Elischer , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libncurses Makefile Message-ID: <20020925001714.GA21095@troutmask.apl.washington.edu> References: <200209242241.g8OMfWN0081106@dotar.thuvia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209242241.g8OMfWN0081106@dotar.thuvia.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 11:41:32PM +0100, Mark Valentine wrote: > > From: sgk@troutmask.apl.washington.edu (Steve Kargl) > > Date: Tue 24 Sep, 2002 > > Subject: Re: cvs commit: src/lib/libncurses Makefile > > > If we turn off posix in sort(1) to permit " sort +1", then > > should we add > > > > warnx("The sort +pos -pos syntax is deprecated."); > > > > to educate the masses. > > Not without a way to turn off the warning, as in "Yeah, I know my code's > older than some new fangled standard, but I ain't fixing it all right now > and I don't want the system whining at clients running existing releases of > my software; if I expected a leading + in file names in my scripts I've > already protected against it, thank you!". > We already have things in the system that whine at users if they persist in using them [e.g., gets(3) and tempnam(3)]. According to Garrett, the "new fangle standard" has a 9 year history, so you've had plenty of time to update your scripts. A warnx() statement would a be a proactive way to have users move into the next decade of computing without altering the sort +pos -pos behavior. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 17:26: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCED937B401; Tue, 24 Sep 2002 17:26:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BCD643E4A; Tue, 24 Sep 2002 17:26:04 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P0Q4Co000623; Tue, 24 Sep 2002 17:26:04 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P0Q4XM000622; Tue, 24 Sep 2002 17:26:04 -0700 (PDT) Message-Id: <200209250026.g8P0Q4XM000622@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 24 Sep 2002 17:26:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 exception.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/24 17:26:04 PDT Modified files: sys/sparc64/sparc64 exception.S Log: Pass the function to call (trap or syscall) to tl0_trap and tl1_trap in %o2. Revision Changes Path 1.45 +31 -7 src/sys/sparc64/sparc64/exception.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 18: 9:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1554337B4C0 for ; Tue, 24 Sep 2002 18:09:39 -0700 (PDT) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id E763143E3B for ; Tue, 24 Sep 2002 18:09:35 -0700 (PDT) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (dotar.thuvia.org [10.0.0.4]) by phaidor.thuvia.org (8.12.3/8.12.3) with ESMTP id g8P19PcF032190; Wed, 25 Sep 2002 02:09:25 +0100 (BST) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (localhost [IPv6:::1]) by dotar.thuvia.org (8.12.5/8.12.5) with ESMTP id g8P19OLU084450; Wed, 25 Sep 2002 02:09:24 +0100 (BST) (envelope-from mark@dotar.thuvia.org) Received: (from mark@localhost) by dotar.thuvia.org (8.12.5/8.12.5/Submit) id g8P19OGS084449; Wed, 25 Sep 2002 02:09:24 +0100 (BST) Date: Wed, 25 Sep 2002 02:09:24 +0100 (BST) From: Mark Valentine Message-Id: <200209250109.g8P19OGS084449@dotar.thuvia.org> In-Reply-To: <20020925001714.GA21095@troutmask.apl.washington.edu> X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: Steve Kargl Subject: Re: cvs commit: src/lib/libncurses Makefile Cc: Peter Wemm , "Andrey A. Chernov" , Poul-Henning Kamp , Julian Elischer , cvs-committers@freebsd.org, cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: Steve Kargl > Date: Tue 24 Sep, 2002 > Subject: Re: cvs commit: src/lib/libncurses Makefile > We already have things in the system that whine at > users if they persist in using them [e.g., gets(3) > and tempnam(3)]. I think that's great at compile time, but at run time it's whining at the wrong people. Users aren't necessarily developers. > According to Garrett, the "new > fangle standard" has a 9 year history, so you've > had plenty of time to update your scripts. See Peter's comment on the availability of these standards until recently (and it's great that this has improved with the Austin Group's work). FreeBSD's sort(1) [at least in 4.6.2] states that the -k option is an _alternate_ syntax. Solaris says it's "obsolete", but has no warning that it will disappear any time soon. There are such things as POSIX-isms, and I avoid those as much as I avoid GNU-isms and BSD-isms. I take reasonable care to create portable code and scripts (wherever I am there's a copy of ORA's "POSIX Programming Guide" at my fingertips, and I do my best to look at whatever standards I can get easy access to - but I'm sorry I can't flick through the Open Group's web site as quickly I can something affordable on a local disk or on paper). > A warnx() statement would a be a proactive way to > have users move into the next decade of computing > without altering the sort +pos -pos behavior. Compile time is fine - as a developer I can deal with that easily. As a user a run-time warning might just cost me a phone call to a support line. Cheers, Mark. -- Mark Valentine, Thuvia Labs "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stupid that way." *munch* *munch* and endorses FreeBSD -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 18:13:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2752637B401; Tue, 24 Sep 2002 18:13:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC34443E4A; Tue, 24 Sep 2002 18:13:46 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P1DkCo014674; Tue, 24 Sep 2002 18:13:46 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P1Dkiv014673; Tue, 24 Sep 2002 18:13:46 -0700 (PDT) Message-Id: <200209250113.g8P1Dkiv014673@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 24 Sep 2002 18:13:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 exception.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/24 18:13:46 PDT Modified files: sys/sparc64/sparc64 exception.S Log: Removed debug code. Revision Changes Path 1.46 +1 -57 src/sys/sparc64/sparc64/exception.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 18:23:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A65237B401; Tue, 24 Sep 2002 18:23:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1BED43E65; Tue, 24 Sep 2002 18:23:43 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P1NhCo016750; Tue, 24 Sep 2002 18:23:43 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P1NhOO016749; Tue, 24 Sep 2002 18:23:43 -0700 (PDT) Message-Id: <200209250123.g8P1NhOO016749@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 18:23:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vnode_pager.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 18:23:43 PDT Modified files: sys/vm vnode_pager.c Log: - Add a ASSERT_VOP_LOCKED in vnode_pager_alloc. - Lock access to v_iflags. Revision Changes Path 1.156 +7 -2 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 18:24:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33EFE37B401; Tue, 24 Sep 2002 18:24:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D98EE43E3B; Tue, 24 Sep 2002 18:24:17 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P1OHCo016795; Tue, 24 Sep 2002 18:24:17 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P1OHdU016794; Tue, 24 Sep 2002 18:24:17 -0700 (PDT) Message-Id: <200209250124.g8P1OHdU016794@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 18:24:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c vm_swap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 18:24:17 PDT Modified files: sys/vm swap_pager.c vm_swap.c Log: - Lock access to numoutput on the swap devices. Revision Changes Path 1.179 +2 -0 src/sys/vm/swap_pager.c 1.122 +2 -0 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 18:25: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A5F537B401; Tue, 24 Sep 2002 18:24:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E2C643E77; Tue, 24 Sep 2002 18:24:59 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P1OxCo016834; Tue, 24 Sep 2002 18:24:59 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P1OxG1016833; Tue, 24 Sep 2002 18:24:59 -0700 (PDT) Message-Id: <200209250124.g8P1OxG1016833@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 18:24:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c vm_pageout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 18:24:58 PDT Modified files: sys/vm vm_object.c vm_pageout.c Log: - Get rid of the unused LK_NOOBJ. Revision Changes Path 1.234 +1 -1 src/sys/vm/vm_object.c 1.208 +1 -1 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 18:37:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D3F37B401; Tue, 24 Sep 2002 18:37:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9862643E77; Tue, 24 Sep 2002 18:37:26 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P1bQCo019023; Tue, 24 Sep 2002 18:37:26 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P1bQK9019022; Tue, 24 Sep 2002 18:37:26 -0700 (PDT) Message-Id: <200209250137.g8P1bQK9019022@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 18:37:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 18:37:26 PDT Modified files: sys/sys vnode.h Log: - Finish the struct vnode lock annotation. - Order fields by what lock is required to access them. Revision Changes Path 1.210 +34 -30 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 18:42:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85CA137B401; Tue, 24 Sep 2002 18:42:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E2843E3B; Tue, 24 Sep 2002 18:42:25 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P1gPCo020834; Tue, 24 Sep 2002 18:42:25 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P1gPH5020833; Tue, 24 Sep 2002 18:42:25 -0700 (PDT) Message-Id: <200209250142.g8P1gPH5020833@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 18:42:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_default.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 18:42:25 PDT Modified files: sys/kern vfs_default.c Log: - Use the standard vp interlock macros. Revision Changes Path 1.66 +12 -8 src/sys/kern/vfs_default.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 18:44:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A1937B401; Tue, 24 Sep 2002 18:44:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 275A043E42; Tue, 24 Sep 2002 18:44:22 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P1iLCo020969; Tue, 24 Sep 2002 18:44:21 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P1iLRU020968; Tue, 24 Sep 2002 18:44:21 -0700 (PDT) Message-Id: <200209250144.g8P1iLRU020968@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 18:44:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_mount.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 18:44:21 PDT Modified files: sys/kern vfs_mount.c Log: - Don't protect mountedhere with the vn interlock. - Protect mountedhere with the vn lock. Revision Changes Path 1.85 +7 -5 src/sys/kern/vfs_mount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 18:52:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBE4437B401; Tue, 24 Sep 2002 18:52:37 -0700 (PDT) Received: from smtp02.iprimus.net.au (smtp02.iprimus.net.au [210.50.76.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D3343E4A; Tue, 24 Sep 2002 18:52:35 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([210.50.202.186]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.4617); Wed, 25 Sep 2002 11:52:28 +1000 Received: from dilbert.robbins.dropbear.id.au (4yz29ko6gueg5mc0@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id g8P1qNqi039735; Wed, 25 Sep 2002 11:52:25 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id g8P1qKwV039734; Wed, 25 Sep 2002 11:52:20 +1000 (EST) (envelope-from tim) Date: Wed, 25 Sep 2002 11:52:20 +1000 From: Tim Robbins To: Peter Wemm Cc: "Andrey A. Chernov" , Poul-Henning Kamp , Julian Elischer , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libncurses Makefile Message-ID: <20020925115220.A39397@dilbert.robbins.dropbear.id.au> References: <20020924211110.GB61277@nagual.pp.ru> <20020924212009.77BDF2A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020924212009.77BDF2A7D6@canning.wemm.org>; from peter@wemm.org on Tue, Sep 24, 2002 at 02:20:09PM -0700 X-OriginalArrivalTime: 25 Sep 2002 01:52:29.0284 (UTC) FILETIME=[3492C240:01C26436] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 02:20:09PM -0700, Peter Wemm wrote: > "Andrey A. Chernov" wrote: > > On Tue, Sep 24, 2002 at 14:05:38 -0700, Peter Wemm wrote: > > > > > > This particular "feature" is going to cause a *huge* amount of pain. > > > I wouldn't be suprised if it costs us anouther 500-1000 unbuldable ports. > > > > For ports we MUST set _POSIX2_VERSION=199209 in the bsd.port.mk > > No, this is the equivalent of sticking our heads in the sand and pretending > that we dont have a problem. The Real World consists of much more than > the ports tree. The problems that the ports tree has are the only indication > that we have about how the rest of the Real World code will fare with > our releases. > > Turn off the silly feature in sort(1) the first place. Let people request > it by setting _POSIX2_VERSION=200112 if they want to sort a filename that > begins with a +. Or, use 'sort ./+file' like they would already have to > do for just about every other unix OS on the planet. The problem isn't limited to just sort: tail has the same problem, and I believe there were a few others. I think we need some way of specifying which standard we want (by environment variable or sysctl), and to default to being compatible with 7th edition. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 18:58:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA6FA37B401; Tue, 24 Sep 2002 18:58:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9931143E6A; Tue, 24 Sep 2002 18:58:56 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P1wuCo023074; Tue, 24 Sep 2002 18:58:56 -0700 (PDT) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P1wu7M023073; Tue, 24 Sep 2002 18:58:56 -0700 (PDT) Message-Id: <200209250158.g8P1wu7M023073@freefall.freebsd.org> From: Garrett Wollman Date: Tue, 24 Sep 2002 18:58:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include unistd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2002/09/24 18:58:56 PDT Modified files: include unistd.h Log: Back down to 1003.2-1992 for the time being -- it is causing too many headaches for common but deprecated uses of standard utilities. Revision Changes Path 1.60 +1 -1 src/include/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:11:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF1AD37B401; Tue, 24 Sep 2002 19:11:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934F343E86; Tue, 24 Sep 2002 19:11:38 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2BcCo030939; Tue, 24 Sep 2002 19:11:38 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2Bc49030931; Tue, 24 Sep 2002 19:11:38 -0700 (PDT) Message-Id: <200209250211.g8P2Bc49030931@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:11:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:11:38 PDT Modified files: sys/kern vfs_bio.c Log: - Lock accesses to v_numoutput. - Lock calls to gbincore. Revision Changes Path 1.334 +16 -0 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:12:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C21F37B401; Tue, 24 Sep 2002 19:12:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B37EC43E81; Tue, 24 Sep 2002 19:12:33 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2CXCo031072; Tue, 24 Sep 2002 19:12:33 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2CX3m031071; Tue, 24 Sep 2002 19:12:33 -0700 (PDT) Message-Id: <200209250212.g8P2CX3m031071@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:12:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cluster.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:12:33 PDT Modified files: sys/kern vfs_cluster.c Log: - Use incore() where no other interlock locking is necessary. - Lock access to numoutput. Revision Changes Path 1.124 +6 -2 src/sys/kern/vfs_cluster.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:13:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE8137B401; Tue, 24 Sep 2002 19:13:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E9B143E42; Tue, 24 Sep 2002 19:13:38 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2DcCo031122; Tue, 24 Sep 2002 19:13:38 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2DcaS031121; Tue, 24 Sep 2002 19:13:38 -0700 (PDT) Message-Id: <200209250213.g8P2DcaS031121@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:13:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:13:38 PDT Modified files: sys/kern vfs_syscalls.c Log: - Properly lock v_vflags in getdirents(). Revision Changes Path 1.288 +14 -4 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:18:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B4B637B404 for ; Tue, 24 Sep 2002 19:18:19 -0700 (PDT) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 056C443E6A for ; Tue, 24 Sep 2002 19:18:18 -0700 (PDT) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (dotar.thuvia.org [10.0.0.4]) by phaidor.thuvia.org (8.12.3/8.12.3) with ESMTP id g8P2I9cF032619; Wed, 25 Sep 2002 03:18:09 +0100 (BST) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (localhost [IPv6:::1]) by dotar.thuvia.org (8.12.5/8.12.5) with ESMTP id g8P2I8LU086282; Wed, 25 Sep 2002 03:18:08 +0100 (BST) (envelope-from mark@dotar.thuvia.org) Received: (from mark@localhost) by dotar.thuvia.org (8.12.5/8.12.5/Submit) id g8P2I8Lp086281; Wed, 25 Sep 2002 03:18:08 +0100 (BST) Date: Wed, 25 Sep 2002 03:18:08 +0100 (BST) From: Mark Valentine Message-Id: <200209250218.g8P2I8Lp086281@dotar.thuvia.org> In-Reply-To: X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: tjr@freebsd.org (Tim Robbins), Peter Wemm Subject: Re: cvs commit: src/lib/libncurses Makefile Cc: "Andrey A. Chernov" , Poul-Henning Kamp , Julian Elischer , cvs-committers@freebsd.org, cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: tjr@freebsd.org (Tim Robbins) > Date: Wed 25 Sep, 2002 > Subject: Re: cvs commit: src/lib/libncurses Makefile > I think we need some way of specifying > which standard we want (by environment variable or sysctl), Environment variables are too fragile. sysctls are too restricted. /usr/posix works for me... > and to default to being compatible with 7th edition. Eek! Now, I go back that far but wouldn't be quite so conservative! But then 4.2BSD really isn't much more recent when you think of it... Remember, it was BSD that made Unix _useful_. Cheers, Mark. -- Mark Valentine, Thuvia Labs "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stupid that way." *munch* *munch* and endorses FreeBSD -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:22:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E98A637B401; Tue, 24 Sep 2002 19:22:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEF9C43E42; Tue, 24 Sep 2002 19:22:21 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2MLCo033050; Tue, 24 Sep 2002 19:22:21 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2MLDi033049; Tue, 24 Sep 2002 19:22:21 -0700 (PDT) Message-Id: <200209250222.g8P2MLDi033049@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:22:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:22:21 PDT Modified files: sys/kern vfs_subr.c sys/sys vnode.h Log: - Lock down the syncer with sync_mtx. - Enable vfs_badlock_mutex by default. - Assert that the vp is locked in VOP_UNLOCK. - Use standard interlock macros in remaining code. - Correct a race in getnewvnode(). - Lock access to v_numoutput with interlock. - Lock access to buf lists and splay tree with interlock. - Add VOP and VI asserts. - Lock b_vnbufs with the vnode interlock. - Add vrefcnt() for callers who want to retreive the vnode ref without holding a lock. Add a comment that describes when this is safe. - Add vholdl() and vdropl() so that callers who already own the interlock can avoid race conditions and unnecessary unlocking. - Move the VOP_GETATTR() in vflush() into the WRITECLOSE conditional case. - Hold the interlock before droping the mntlist_mtx in vflush() to avoid a race. - Fix locking in vfs_msync(). Revision Changes Path 1.406 +188 -74 src/sys/kern/vfs_subr.c 1.211 +3 -0 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:28: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D30AB37B401; Tue, 24 Sep 2002 19:28:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868FF43E42; Tue, 24 Sep 2002 19:28:07 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2S7Co033386; Tue, 24 Sep 2002 19:28:07 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2S7wv033385; Tue, 24 Sep 2002 19:28:07 -0700 (PDT) Message-Id: <200209250228.g8P2S7wv033385@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:28:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/nullfs null_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:28:07 PDT Modified files: sys/fs/nullfs null_vfsops.c Log: - Hold the vp lock while accessing v_vflags. Revision Changes Path 1.55 +7 -5 src/sys/fs/nullfs/null_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:29:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58C5337B401; Tue, 24 Sep 2002 19:29:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E6B443E81; Tue, 24 Sep 2002 19:29:50 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2TnCo033459; Tue, 24 Sep 2002 19:29:49 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2TnrU033458; Tue, 24 Sep 2002 19:29:49 -0700 (PDT) Message-Id: <200209250229.g8P2TnrU033458@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:29:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/specfs spec_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:29:49 PDT Modified files: sys/fs/specfs spec_vnops.c Log: - Lock access to the buf lists in spec_sync() - Fixup interlock locking in spec_close() Revision Changes Path 1.175 +15 -7 src/sys/fs/specfs/spec_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:32:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8531D37B401; Tue, 24 Sep 2002 19:32:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A19843E8A; Tue, 24 Sep 2002 19:32:43 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2WhCo035375; Tue, 24 Sep 2002 19:32:43 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2WhtW035374; Tue, 24 Sep 2002 19:32:43 -0700 (PDT) Message-Id: <200209250232.g8P2WhtW035374@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:32:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c src/sys/fs/hpfs hpfs_vnops.c src/sys/fs/msdosfs msdosfs_denode.c msdosfs_vfsops.c msdosfs_vnops.c src/sys/fs/ntfs ntfs_vfsops.c ntfs_vnops.c src/sys/fs/nullfs null_subr.c src/sys/fs/nwfs nwfs_node.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:32:42 PDT Modified files: sys/fs/fifofs fifo_vnops.c sys/fs/hpfs hpfs_vnops.c sys/fs/msdosfs msdosfs_denode.c msdosfs_vfsops.c msdosfs_vnops.c sys/fs/ntfs ntfs_vfsops.c ntfs_vnops.c sys/fs/nullfs null_subr.c sys/fs/nwfs nwfs_node.c nwfs_vfsops.c nwfs_vnops.c sys/fs/pseudofs pseudofs_vnops.c sys/fs/smbfs smbfs_node.c smbfs_vfsops.c smbfs_vnops.c sys/fs/umapfs umap_subr.c sys/fs/unionfs union_subr.c union_vnops.c Log: - Use vrefcnt() where it is safe to do so instead of doing direct and unlocked accesses to v_usecount. - Lock access to the buf lists in the various sync routines. interlock locking could be avoided almost entirely in leaf filesystems if the fsync function had a generic helper. Revision Changes Path 1.76 +1 -1 src/sys/fs/fifofs/fifo_vnops.c 1.33 +7 -4 src/sys/fs/hpfs/hpfs_vnops.c 1.65 +4 -4 src/sys/fs/msdosfs/msdosfs_denode.c 1.97 +4 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.126 +7 -5 src/sys/fs/msdosfs/msdosfs_vnops.c 1.46 +1 -1 src/sys/fs/ntfs/ntfs_vfsops.c 1.33 +2 -2 src/sys/fs/ntfs/ntfs_vnops.c 1.37 +3 -3 src/sys/fs/nullfs/null_subr.c 1.26 +4 -4 src/sys/fs/nwfs/nwfs_node.c 1.25 +3 -3 src/sys/fs/nwfs/nwfs_vfsops.c 1.23 +2 -2 src/sys/fs/nwfs/nwfs_vnops.c 1.31 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c 1.9 +2 -2 src/sys/fs/smbfs/smbfs_node.c 1.12 +6 -3 src/sys/fs/smbfs/smbfs_vfsops.c 1.23 +3 -2 src/sys/fs/smbfs/smbfs_vnops.c 1.30 +1 -1 src/sys/fs/umapfs/umap_subr.c 1.64 +9 -9 src/sys/fs/unionfs/union_subr.c 1.93 +11 -11 src/sys/fs/unionfs/union_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:33:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D0037B401; Tue, 24 Sep 2002 19:33:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE81043E6E; Tue, 24 Sep 2002 19:33:29 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2XTCo035443; Tue, 24 Sep 2002 19:33:29 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2XTDh035442; Tue, 24 Sep 2002 19:33:29 -0700 (PDT) Message-Id: <200209250233.g8P2XTDh035442@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:33:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_namecache.c coda_subr.c coda_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:33:29 PDT Modified files: sys/coda coda_namecache.c coda_subr.c coda_vnops.c Log: - Use vrefcnt() instead of directly accessing v_usecount. Revision Changes Path 1.18 +4 -4 src/sys/coda/coda_namecache.c 1.22 +8 -8 src/sys/coda/coda_subr.c 1.44 +9 -7 src/sys/coda/coda_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:33:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8349937B406; Tue, 24 Sep 2002 19:33:39 -0700 (PDT) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EC443E7B; Tue, 24 Sep 2002 19:33:38 -0700 (PDT) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (dotar.thuvia.org [10.0.0.4]) by phaidor.thuvia.org (8.12.3/8.12.3) with ESMTP id g8P2XWcF032656; Wed, 25 Sep 2002 03:33:33 +0100 (BST) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (localhost [IPv6:::1]) by dotar.thuvia.org (8.12.5/8.12.5) with ESMTP id g8P2XWLU086669; Wed, 25 Sep 2002 03:33:32 +0100 (BST) (envelope-from mark@dotar.thuvia.org) Received: (from mark@localhost) by dotar.thuvia.org (8.12.5/8.12.5/Submit) id g8P2XWP1086668; Wed, 25 Sep 2002 03:33:32 +0100 (BST) Date: Wed, 25 Sep 2002 03:33:32 +0100 (BST) From: Mark Valentine Message-Id: <200209250233.g8P2XWP1086668@dotar.thuvia.org> In-Reply-To: X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: wollman@freebsd.org (Garrett Wollman), cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/include unistd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: wollman@freebsd.org (Garrett Wollman) > Date: Tue 24 Sep, 2002 > Subject: cvs commit: src/include unistd.h > wollman 2002/09/24 18:58:56 PDT > > Modified files: > include unistd.h > Log: > Back down to 1003.2-1992 for the time being -- it is causing too many > headaches for common but deprecated uses of standard utilities. The backout is probably wise for now, but I'd certainly like to see a way to get your good work activated in some environment or other (progress and stability can co-habit, I'm sure). I've suggested elsewhere a path based mechanism for choosing BSD vs. POSIX behaviour (hardly a novel idea). Thanks again for your work in the standards arena. I think the old school will be your most fervent supporters _and_ detractors! Cheers, Mark. -- Mark Valentine, Thuvia Labs "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stupid that way." *munch* *munch* and endorses FreeBSD -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:33:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2AD37B507; Tue, 24 Sep 2002 19:33:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F1443E86; Tue, 24 Sep 2002 19:33:43 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2XhCo035478; Tue, 24 Sep 2002 19:33:43 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2XhfN035477; Tue, 24 Sep 2002 19:33:43 -0700 (PDT) Message-Id: <200209250233.g8P2XhfN035477@freefall.freebsd.org> From: Anders Nordby Date: Tue, 24 Sep 2002 19:33:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/gnokii/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/09/24 19:33:43 PDT Removed files: comms/gnokii/files patch-Makefile Log: Remove empty patch. PR: 42189 Submitted by: Edwin Groothuis Revision Changes Path 1.4 +0 -0 ports/comms/gnokii/files/patch-Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:34:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A846237B401; Tue, 24 Sep 2002 19:34:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B0EC43E42; Tue, 24 Sep 2002 19:34:56 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2YuCo035599; Tue, 24 Sep 2002 19:34:56 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2Yukf035598; Tue, 24 Sep 2002 19:34:56 -0700 (PDT) Message-Id: <200209250234.g8P2Yukf035598@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:34:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_inode.c ext2_vfsops.c ext2_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:34:56 PDT Modified files: sys/gnu/ext2fs ext2_inode.c ext2_vfsops.c ext2_vnops.c Log: - Lock access to the buf lists. - Use vrefcnt() where appropriate. Revision Changes Path 1.36 +4 -2 src/sys/gnu/ext2fs/ext2_inode.c 1.99 +2 -2 src/sys/gnu/ext2fs/ext2_vfsops.c 1.73 +13 -10 src/sys/gnu/ext2fs/ext2_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:38:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1D0D37B401; Tue, 24 Sep 2002 19:38:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6138B43E6E; Tue, 24 Sep 2002 19:38:44 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2ciCo035978; Tue, 24 Sep 2002 19:38:44 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2cib6035977; Tue, 24 Sep 2002 19:38:44 -0700 (PDT) Message-Id: <200209250238.g8P2cib6035977@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:38:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_bio.c nfs_node.c nfs_subs.c nfs_vfsops.c nfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:38:44 PDT Modified files: sys/nfsclient nfs_bio.c nfs_node.c nfs_subs.c nfs_vfsops.c nfs_vnops.c Log: - Lock access to the buf lists. - Use vrefcnt() where appropriate. - Add some locking asserts. Revision Changes Path 1.114 +1 -1 src/sys/nfsclient/nfs_bio.c 1.57 +3 -3 src/sys/nfsclient/nfs_node.c 1.114 +4 -0 src/sys/nfsclient/nfs_subs.c 1.124 +2 -2 src/sys/nfsclient/nfs_vfsops.c 1.188 +26 -10 src/sys/nfsclient/nfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:39:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC2AE37B401; Tue, 24 Sep 2002 19:39:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700D643E6E; Tue, 24 Sep 2002 19:39:39 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2ddCo036033; Tue, 24 Sep 2002 19:39:39 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2dda6036032; Tue, 24 Sep 2002 19:39:39 -0700 (PDT) Message-Id: <200209250239.g8P2dda6036032@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:39:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsserver nfs_serv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:39:39 PDT Modified files: sys/nfsserver nfs_serv.c Log: - Use incore() instead of gbincore() so we don't have to acquire the vnode interlock. Revision Changes Path 1.123 +1 -1 src/sys/nfsserver/nfs_serv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:40:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 427F437B401; Tue, 24 Sep 2002 19:40:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB21843E65; Tue, 24 Sep 2002 19:40:16 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2eGCo036135; Tue, 24 Sep 2002 19:40:16 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2eG9d036134; Tue, 24 Sep 2002 19:40:16 -0700 (PDT) Message-Id: <200209250240.g8P2eG9d036134@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:40:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:40:16 PDT Modified files: sys/dev/ccd ccd.c Log: - Use vrefcnt() instead of v_usecount. Revision Changes Path 1.110 +1 -1 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:41: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59D0D37B401; Tue, 24 Sep 2002 19:41:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAC9543E7B; Tue, 24 Sep 2002 19:41:04 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2f4Co036193; Tue, 24 Sep 2002 19:41:04 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2f4J5036192; Tue, 24 Sep 2002 19:41:04 -0700 (PDT) Message-Id: <200209250241.g8P2f4J5036192@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:41:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isofs/cd9660 cd9660_node.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:41:04 PDT Modified files: sys/isofs/cd9660 cd9660_node.c Log: - Use vrefcnt() instead of v_usecount. Revision Changes Path 1.43 +2 -2 src/sys/isofs/cd9660/cd9660_node.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:42: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB4E737B401; Tue, 24 Sep 2002 19:42:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECF043E3B; Tue, 24 Sep 2002 19:42:05 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2g5Co036272; Tue, 24 Sep 2002 19:42:05 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2g5jm036271; Tue, 24 Sep 2002 19:42:05 -0700 (PDT) Message-Id: <200209250242.g8P2g5jm036271@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:42:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:42:05 PDT Modified files: sys/compat/linux linux_misc.c Log: - Hold the vn lock over vm_mmap(). Revision Changes Path 1.130 +4 -4 src/sys/compat/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:42:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA3E337B401; Tue, 24 Sep 2002 19:42:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB1643E3B; Tue, 24 Sep 2002 19:42:44 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2giCo036377; Tue, 24 Sep 2002 19:42:44 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2giZM036376; Tue, 24 Sep 2002 19:42:44 -0700 (PDT) Message-Id: <200209250242.g8P2giZM036376@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:42:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/lomac lomacfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:42:44 PDT Modified files: sys/security/lomac lomacfs_vnops.c Log: - Use vrefcnt() instead of v_usecount. Revision Changes Path 1.8 +4 -4 src/sys/security/lomac/lomacfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:44:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74EF337B401; Tue, 24 Sep 2002 19:44:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A99543E77; Tue, 24 Sep 2002 19:44:56 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2itCo037873; Tue, 24 Sep 2002 19:44:55 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2itjC037872; Tue, 24 Sep 2002 19:44:55 -0700 (PDT) Message-Id: <200209250244.g8P2itjC037872@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:44:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_quota.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:44:55 PDT Modified files: sys/ufs/ufs ufs_quota.c Log: - Don't use the interlock to protect v_writecount. Revision Changes Path 1.59 +5 -6 src/sys/ufs/ufs/ufs_quota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:45:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0188C37B401; Tue, 24 Sep 2002 19:45:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836FB43E3B; Tue, 24 Sep 2002 19:45:50 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2joCo038042; Tue, 24 Sep 2002 19:45:50 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2joIA038041; Tue, 24 Sep 2002 19:45:50 -0700 (PDT) Message-Id: <200209250245.g8P2joIA038041@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:45:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:45:50 PDT Modified files: sys/ufs/ufs ufs_inode.c ufs_vnops.c Log: - Lock accesses to v_usecount. - Convert interlock locks to use standard macros. Revision Changes Path 1.47 +4 -0 src/sys/ufs/ufs/ufs_inode.c 1.209 +7 -7 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:47:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1681837B401; Tue, 24 Sep 2002 19:47:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF51C43E4A; Tue, 24 Sep 2002 19:47:49 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2lnCo038131; Tue, 24 Sep 2002 19:47:49 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2ln1R038130; Tue, 24 Sep 2002 19:47:49 -0700 (PDT) Message-Id: <200209250247.g8P2ln1R038130@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:47:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:47:49 PDT Modified files: sys/ufs/ffs ffs_snapshot.c Log: - Document broken locking. - Use vrefcnt(). Revision Changes Path 1.41 +2 -3 src/sys/ufs/ffs/ffs_snapshot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:49:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92F3437B401; Tue, 24 Sep 2002 19:49:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F0F43E88; Tue, 24 Sep 2002 19:49:49 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2nnCo038248; Tue, 24 Sep 2002 19:49:49 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2nnuN038243; Tue, 24 Sep 2002 19:49:49 -0700 (PDT) Message-Id: <200209250249.g8P2nnuN038243@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:49:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_inode.c ffs_softdep.c ffs_vfsops.c ffs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:49:49 PDT Modified files: sys/ufs/ffs ffs_inode.c ffs_softdep.c ffs_vfsops.c ffs_vnops.c Log: - Convert locks to use standard macros. - Lock access to the buflists. - Document broken locking. - Use vrefcnt(). Revision Changes Path 1.83 +2 -0 src/sys/ufs/ffs/ffs_inode.c 1.123 +12 -1 src/sys/ufs/ffs/ffs_softdep.c 1.191 +6 -4 src/sys/ufs/ffs/ffs_vfsops.c 1.95 +8 -2 src/sys/ufs/ffs/ffs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 19:49:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C59B637B407; Tue, 24 Sep 2002 19:49:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B16943E97; Tue, 24 Sep 2002 19:49:50 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P2noCo038275; Tue, 24 Sep 2002 19:49:50 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P2noJp038274; Tue, 24 Sep 2002 19:49:50 -0700 (PDT) Message-Id: <200209250249.g8P2noJp038274@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 24 Sep 2002 19:49:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys lockmgr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/24 19:49:50 PDT Modified files: sys/sys lockmgr.h Log: - Remove unused LK_NOOBJ. Revision Changes Path 1.34 +1 -2 src/sys/sys/lockmgr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 20: 1:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E10C37B401; Tue, 24 Sep 2002 20:01:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195DF43E7B; Tue, 24 Sep 2002 20:01:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P31gCo041893; Tue, 24 Sep 2002 20:01:42 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P31gEc041892; Tue, 24 Sep 2002 20:01:42 -0700 (PDT) Message-Id: <200209250301.g8P31gEc041892@freefall.freebsd.org> From: Brian Somers Date: Tue, 24 Sep 2002 20:01:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults periodic.conf src/etc/periodic/weekly 400.status-pkg src/share/man/man5 periodic.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/09/24 20:01:42 PDT Modified files: etc/defaults periodic.conf etc/periodic/weekly 400.status-pkg share/man/man5 periodic.conf.5 Log: Add a pkg_version variable so that it's possible to run portsversion instead of pkg_version in periodic/weekly/400.status-pkg. Revision Changes Path 1.21 +1 -0 src/etc/defaults/periodic.conf 1.8 +2 -2 src/etc/periodic/weekly/400.status-pkg 1.42 +14 -0 src/share/man/man5/periodic.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 20: 2:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E3037B401; Tue, 24 Sep 2002 20:02:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D993F43E65; Tue, 24 Sep 2002 20:02:09 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P329Co041934; Tue, 24 Sep 2002 20:02:09 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P329Gv041933; Tue, 24 Sep 2002 20:02:09 -0700 (PDT) Message-Id: <200209250302.g8P329Gv041933@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 24 Sep 2002 20:02:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/multi-gnome-terminal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/24 20:02:09 PDT Modified files: x11/multi-gnome-terminal Makefile Log: Add missing dependency on libglade. Submitted by: bento Revision Changes Path 1.8 +1 -1 ports/x11/multi-gnome-terminal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 20: 5:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9101F37B406; Tue, 24 Sep 2002 20:05:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4578743E65; Tue, 24 Sep 2002 20:05:42 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P35gCo046421; Tue, 24 Sep 2002 20:05:42 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P35gEx046420; Tue, 24 Sep 2002 20:05:42 -0700 (PDT) Message-Id: <200209250305.g8P35gEx046420@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 24 Sep 2002 20:05:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomemeeting Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/24 20:05:42 PDT Modified files: net/gnomemeeting Makefile Log: Add a missing dependency on gnomecanvas. Submitted by: bento Revision Changes Path 1.16 +1 -1 ports/net/gnomemeeting/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 20: 9:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF7137B401; Tue, 24 Sep 2002 20:09:50 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFF1743E7B; Tue, 24 Sep 2002 20:09:49 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g8P39OOo036282; Tue, 24 Sep 2002 23:09:24 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 24 Sep 2002 23:09:24 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys lockmgr.h In-Reply-To: <200209250249.g8P2noJp038274@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Crazy man! This is all wonderful to see. I'll try to get it integ'd into the MAC tree later this week and see if it closes the race I've been experiencing in getnewvnode() or not. I'm really pleased our VFS locking is finally getting cleaned up. Where do you plan to go from here in terms of future locking strategy, btw? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Tue, 24 Sep 2002, Jeff Roberson wrote: > jeff 2002/09/24 19:49:50 PDT > > Modified files: > sys/sys lockmgr.h > Log: > - Remove unused LK_NOOBJ. > > Revision Changes Path > 1.34 +1 -2 src/sys/sys/lockmgr.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 20:22:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D06B37B401; Tue, 24 Sep 2002 20:22:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4186843E6E; Tue, 24 Sep 2002 20:22:56 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P3MuCo050272; Tue, 24 Sep 2002 20:22:56 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P3MujU050271; Tue, 24 Sep 2002 20:22:56 -0700 (PDT) Message-Id: <200209250322.g8P3MujU050271@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 24 Sep 2002 20:22:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/file_menu_applet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/24 20:22:56 PDT Modified files: x11-fm/file_menu_applet Makefile Log: Add a missing dependency on gdkpixbuf. Revision Changes Path 1.6 +1 -1 ports/x11-fm/file_menu_applet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21: 3:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7104837B401; Tue, 24 Sep 2002 21:03:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C9743E6E; Tue, 24 Sep 2002 21:03:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P43kCo058418; Tue, 24 Sep 2002 21:03:46 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P43kTm058417; Tue, 24 Sep 2002 21:03:46 -0700 (PDT) Message-Id: <200209250403.g8P43kTm058417@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 24 Sep 2002 21:03:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/PDL Makefile distinfo pkg-plist ports/math/PDL/files patch-aa patch-ab patch-cpoly.c patch-gg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/24 21:03:46 PDT Modified files: math/PDL Makefile distinfo pkg-plist math/PDL/files patch-aa patch-gg Added files: math/PDL/files patch-cpoly.c Removed files: math/PDL/files patch-ab Log: fix build problem by upgrading it to 2.3.4 Approved by: will Revision Changes Path 1.15 +29 -47 ports/math/PDL/Makefile 1.4 +1 -1 ports/math/PDL/distinfo 1.4 +10 -28 ports/math/PDL/files/patch-aa 1.2 +0 -10 ports/math/PDL/files/patch-ab (dead) 1.1 +21 -0 ports/math/PDL/files/patch-cpoly.c (new) 1.2 +4 -4 ports/math/PDL/files/patch-gg 1.5 +0 -337 ports/math/PDL/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21: 6:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD86937B401; Tue, 24 Sep 2002 21:06:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5626043E91; Tue, 24 Sep 2002 21:06:38 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P46cCo063139; Tue, 24 Sep 2002 21:06:38 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P46c6o063138; Tue, 24 Sep 2002 21:06:38 -0700 (PDT) Message-Id: <200209250406.g8P46c6o063138@freefall.freebsd.org> From: Mike Barcroft Date: Tue, 24 Sep 2002 21:06:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net res_init.c src/lib/libstand printf.c src/libexec/ftpd ftpcmd.y ftpd.c src/sbin/dump dump.h dumprmt.c itime.c main.c optr.c tape.c traverse.c src/sbin/fsck_ffs pass1.c pass5.c setup.c src/sbin/growfs debug.c growfs.c src/sbin/newfs ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/24 21:06:38 PDT Modified files: lib/libc/net res_init.c lib/libstand printf.c libexec/ftpd ftpcmd.y ftpd.c sbin/dump dump.h dumprmt.c itime.c main.c optr.c tape.c traverse.c sbin/fsck_ffs pass1.c pass5.c setup.c sbin/growfs debug.c growfs.c sbin/newfs mkfs.c sbin/restore dirs.c interactive.c main.c restore.c restore.h symtab.c tape.c utilities.c usr.sbin/mountd mountd.c Log: Use the standardized CHAR_BIT constant instead of NBBY in userland. Revision Changes Path 1.30 +3 -2 src/lib/libc/net/res_init.c 1.7 +2 -1 src/lib/libstand/printf.c 1.43 +8 -8 src/libexec/ftpd/ftpcmd.y 1.129 +2 -2 src/libexec/ftpd/ftpd.c 1.20 +6 -3 src/sbin/dump/dump.h 1.18 +1 -0 src/sbin/dump/dumprmt.c 1.14 +1 -0 src/sbin/dump/itime.c 1.40 +4 -3 src/sbin/dump/main.c 1.24 +1 -0 src/sbin/dump/optr.c 1.24 +1 -0 src/sbin/dump/tape.c 1.27 +2 -1 src/sbin/dump/traverse.c 1.37 +4 -3 src/sbin/fsck_ffs/pass1.c 1.32 +7 -6 src/sbin/fsck_ffs/pass5.c 1.39 +2 -1 src/sbin/fsck_ffs/setup.c 1.7 +3 -2 src/sbin/growfs/debug.c 1.11 +5 -4 src/sbin/growfs/growfs.c 1.62 +6 -5 src/sbin/newfs/mkfs.c 1.24 +1 -0 src/sbin/restore/dirs.c 1.13 +1 -0 src/sbin/restore/interactive.c 1.18 +1 -0 src/sbin/restore/main.c 1.16 +1 -0 src/sbin/restore/restore.c 1.7 +4 -2 src/sbin/restore/restore.h 1.13 +1 -0 src/sbin/restore/symtab.c 1.37 +1 -0 src/sbin/restore/tape.c 1.13 +1 -0 src/sbin/restore/utilities.c 1.69 +3 -2 src/usr.sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21:13:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A055737B401; Tue, 24 Sep 2002 21:13:32 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 476E143E7B; Tue, 24 Sep 2002 21:13:32 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 617769C11; Wed, 25 Sep 2002 00:06:39 -0400 (EDT) Date: Wed, 25 Sep 2002 00:06:39 -0400 From: Mike Barcroft To: Mark Valentine Cc: Garrett Wollman , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/include unistd.h Message-ID: <20020925000639.O14878@espresso.q9media.com> References: <200209250233.g8P2XWP1086668@dotar.thuvia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209250233.g8P2XWP1086668@dotar.thuvia.org>; from mark@thuvia.demon.co.uk on Wed, Sep 25, 2002 at 03:33:32AM +0100 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mark Valentine writes: > > From: wollman@freebsd.org (Garrett Wollman) > > Date: Tue 24 Sep, 2002 > > Subject: cvs commit: src/include unistd.h > > > wollman 2002/09/24 18:58:56 PDT > > > > Modified files: > > include unistd.h > > Log: > > Back down to 1003.2-1992 for the time being -- it is causing too many > > headaches for common but deprecated uses of standard utilities. > > The backout is probably wise for now, but I'd certainly like to see a way > to get your good work activated in some environment or other (progress and > stability can co-habit, I'm sure). I've suggested elsewhere a path > based mechanism for choosing BSD vs. POSIX behaviour (hardly a novel idea). > > Thanks again for your work in the standards arena. I think the old school > will be your most fervent supporters _and_ detractors! This was discussed on -standards a while ago, and the general agreement was that we'd create a /usr/posix/bin to house compliant versions of utilities, if there was a conflict between the standard behaviour and existing behaviour. This might be a good opportunity to put it into use. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21:18:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5446637B401; Tue, 24 Sep 2002 21:18:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0876D43E6E; Tue, 24 Sep 2002 21:18:11 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P4IACo065786; Tue, 24 Sep 2002 21:18:10 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P4IAAs065785; Tue, 24 Sep 2002 21:18:10 -0700 (PDT) Message-Id: <200209250418.g8P4IAAs065785@freefall.freebsd.org> From: John Polstra Date: Tue, 24 Sep 2002 21:18:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/09/24 21:18:10 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add cvsup.tr.freebsd.org, the first CVSup mirror site in Turkey. Revision Changes Path 1.239 +13 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21:32:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82B3537B401; Tue, 24 Sep 2002 21:32:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E6143E42; Tue, 24 Sep 2002 21:32:15 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: from freefall.freebsd.org (jkoshy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P4WFCo069655; Tue, 24 Sep 2002 21:32:15 -0700 (PDT) (envelope-from jkoshy@freefall.freebsd.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P4WF9R069654; Tue, 24 Sep 2002 21:32:15 -0700 (PDT) Message-Id: <200209250432.g8P4WF9R069654@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 24 Sep 2002 21:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2002/09/24 21:32:15 PDT Modified files: en/news press.xml Log: Make story title match that of its web page. Revision Changes Path 1.58 +2 -2 www/en/news/press.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21:32:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D16F37B401; Tue, 24 Sep 2002 21:32:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B8B43E77; Tue, 24 Sep 2002 21:32:41 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P4WeCo069701; Tue, 24 Sep 2002 21:32:40 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P4Wegw069700; Tue, 24 Sep 2002 21:32:40 -0700 (PDT) Message-Id: <200209250432.g8P4Wegw069700@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 24 Sep 2002 21:32:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/24 21:32:40 PDT Modified files: sysutils/gkrellm2 Makefile distinfo Log: Update to 2.0.4. This corrected memory leak in gkrellmd. Approved by: portmgr Revision Changes Path 1.58 +1 -1 ports/sysutils/gkrellm2/Makefile 1.40 +1 -1 ports/sysutils/gkrellm2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21:36: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73EF737B401; Tue, 24 Sep 2002 21:36:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F0043E6A; Tue, 24 Sep 2002 21:36:08 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P4a7Co070043; Tue, 24 Sep 2002 21:36:07 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P4a7AO070042; Tue, 24 Sep 2002 21:36:07 -0700 (PDT) Message-Id: <200209250436.g8P4a7AO070042@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 24 Sep 2002 21:36:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/24 21:36:07 PDT Modified files: release/scripts print-cdrom-packages.sh Log: Accomodate change in the output of "make package-depends" that came with ports/Mk/bsd.ports.mk rev. 1.424. (It now prints the origin after the package name.) Revision Changes Path 1.31 +2 -2 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21:46:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0526537B401; Tue, 24 Sep 2002 21:46:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE73543E75; Tue, 24 Sep 2002 21:46:21 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P4kLCo072272; Tue, 24 Sep 2002 21:46:21 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P4kL19072271; Tue, 24 Sep 2002 21:46:21 -0700 (PDT) Message-Id: <200209250446.g8P4kL19072271@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 24 Sep 2002 21:46:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/24 21:46:21 PDT Modified files: (Branch: RELENG_4) release/scripts print-cdrom-packages.sh Log: MFC: Track ports/Mk/bsd.ports.mk rev. 1.424. print-cdrom-packages.sh 1.30->1.31 Revision Changes Path 1.1.2.21 +2 -2 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21:50:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 609F137B401; Tue, 24 Sep 2002 21:50:07 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD9D243E6A; Tue, 24 Sep 2002 21:50:06 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020925045006.DLBJ1160.rwcrmhc52.attbi.com@bmah.dyndns.org>; Wed, 25 Sep 2002 04:50:06 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g8P4o63e077676; Tue, 24 Sep 2002 21:50:06 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g8P4o6D1077675; Tue, 24 Sep 2002 21:50:06 -0700 (PDT) Message-Id: <200209250450.g8P4o6D1077675@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020729 with nmh-1.0.4 To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh In-Reply-To: <200209250446.g8P4kL19072271@freefall.freebsd.org> References: <200209250446.g8P4kL19072271@freefall.freebsd.org> Comments: In-reply-to "Bruce A. Mah" message dated "Tue, 24 Sep 2002 21:46:21 -0700." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_738409322P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 24 Sep 2002 21:50:05 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_738409322P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Bruce A. Mah" wrote: > bmah 2002/09/24 21:46:21 PDT > > Modified files: (Branch: RELENG_4) > release/scripts print-cdrom-packages.sh > Log: > MFC: Track ports/Mk/bsd.ports.mk rev. 1.424. > > print-cdrom-packages.sh 1.30->1.31 > > Revision Changes Path > 1.1.2.21 +2 -2 src/release/scripts/print-cdrom-packages.sh Self-approved by: re (bmah) I really wish I knew why, on most of my commits, I don't get the CVS template I expect to see. :-p Bruce. --==_Exmh_738409322P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9kUB92MoxcVugUsMRAiAfAKCIE6uBxQWb6woccBX/PQLAm7SLsQCdH6MN 2uR5k3Gz+C0ytt5CDANBiV4= =UeqW -----END PGP SIGNATURE----- --==_Exmh_738409322P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21:50:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46C2537B401; Tue, 24 Sep 2002 21:50:31 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4F8F43E7B; Tue, 24 Sep 2002 21:50:29 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g8P4oTj47193; Wed, 25 Sep 2002 00:50:29 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Wed, 25 Sep 2002 00:50:29 -0400 (EDT) From: Jeff Roberson To: Robert Watson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys lockmgr.h In-Reply-To: Message-ID: <20020925003055.L97589-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 24 Sep 2002, Robert Watson wrote: > Crazy man! Most definitely! > > This is all wonderful to see. I'll try to get it integ'd into the MAC > tree later this week and see if it closes the race I've been experiencing > in getnewvnode() or not. I'm really pleased our VFS locking is finally > getting cleaned up. Where do you plan to go from here in terms of future > locking strategy, btw? > Well, I noticed some potential races with the mnt vnode mutex as well as the vnode free list. I'd like to verify the usage of locks that were already in place. Also, I don't totally understand some of the flags and races associated with freeing and recycling vnodes. This all seems needlessly complex. It may make sense once I have reviewed it more thuroughly though. I'd like to get rid of the redundant *_fsync code. These are probably all copies of ufs from different points and are broken in many different ways. In terms of SMP safing vfs, it looks like struct buf needs a mutex. I figured out the lock order, it would be something like: vn lock buf lock vn interlock buf interlock Also, the namecache has to be locked down. This is nontrivial. An early attempt to use a big global lock failed. The mount structure has not been locked down. The vnode/device relationship needs some more looking. There are some mp_fixmes, and some general cleanups that should happen. I'd like to be able to run with DEBUG_VFS_LOCKS enabled all the time. Right now there are still places that break on that. After that, namei() and rename() are broken and unsafe wrt locking. Right now all vfs locks are recursive. I may take advantage of that to simplify the rename code. Then I'd like to get rid of the buf cache, but that's another story all together. In short, there is still much to do. As I have said before, my goal is to have at least the top layer of VFS out from underneath Giant by 5.0. Hopefully, ufs & bufs won't require giant either. Then we might have an entire filesystem IO path that is free from giant! Thanks for the encouragement, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 21:57:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2933137B401; Tue, 24 Sep 2002 21:57:51 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 927C343E7B; Tue, 24 Sep 2002 21:57:50 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id C51E39E5B; Wed, 25 Sep 2002 00:50:57 -0400 (EDT) Date: Wed, 25 Sep 2002 00:50:57 -0400 From: Mike Barcroft To: Garance A Drosihn Cc: "Andrey A. Chernov" , Julian Elischer , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libncurses Makefile Message-ID: <20020925005057.P14878@espresso.q9media.com> References: <20020924203449.42E932A7D6@canning.wemm.org> <20020924204954.GB60957@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from drosih@rpi.edu on Tue, Sep 24, 2002 at 06:03:15PM -0400 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Garance A Drosihn writes: > At 12:49 AM +0400 9/25/02, Andrey A. Chernov wrote: > >On Tue, Sep 24, 2002 at 13:39:55 -0700, Julian Elischer wrote: > >> > >> This is silly.. the +POS syntax is probably one of the most commonly > >> used syntaxes for sort. > > > >Talk with POSIX people about it. +N is valid filename per POSIX, so > >old syntax can't be preserved. > > What ever happened to the idea of using '--' to mean "all the following > arguments are files, even if they look like options"? > > After all, every other option is also "a valid filename", so what is > so special about "+N"? > > We can preserve anything we want to preserve, and document where our > sort command is different from posix. Maybe at some future time it > will be less painful to drop +N, but we will have enough pain with > release 5.0 that we don't need to add this incompatible change. > > Just MO, of course. The logic could be written: interpret +foo as filename if file doesn't exist display warning about deprecated usage do the historical thing Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 22: 0:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36EB837B401; Tue, 24 Sep 2002 22:00:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955B243E77; Tue, 24 Sep 2002 22:00:26 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P50QCo074741; Tue, 24 Sep 2002 22:00:26 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P50Q6H074740; Tue, 24 Sep 2002 22:00:26 -0700 (PDT) Message-Id: <200209250500.g8P50Q6H074740@freefall.freebsd.org> From: Scott Long Date: Tue, 24 Sep 2002 22:00:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/dev/aac aac.c aac_linux.c src/sys/modules/aac Makefile src/sys/modules/aac/aac_linux Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/24 22:00:25 PDT Modified files: sys/conf files options sys/dev/aac aac.c sys/modules/aac Makefile Added files: sys/dev/aac aac_linux.c sys/modules/aac/aac_linux Makefile Log: The AAC_COMPAT_LINUX option was really annoying, since it made the aac driver dependent on the linux emulation module. This was especially bad for the release engineers who tried to move the aac driver from the kernel onto the drivers floppy. The linux compat bits for this driver are now in their own driver, aac_linux. It can be loaded as a module or compiled into the kernel. For the latter case, the AAC_COMPAT_LINUX option is needed, along with the COMPAT_LINUX option. I've tested this in every configuration I can think of. This is an MFC candidate for 4.7. Idea from: rwatson MFC after: 3 days Revision Changes Path 1.705 +1 -0 src/sys/conf/files 1.352 +1 -1 src/sys/conf/options 1.42 +0 -52 src/sys/dev/aac/aac.c 1.1 +84 -0 src/sys/dev/aac/aac_linux.c (new) 1.5 +2 -2 src/sys/modules/aac/Makefile 1.1 +8 -0 src/sys/modules/aac/aac_linux/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 22: 9:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C0037B401 for ; Tue, 24 Sep 2002 22:09:13 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CEFD43E8A for ; Tue, 24 Sep 2002 22:09:13 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8P58c9R010645; Tue, 24 Sep 2002 23:08:39 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 24 Sep 2002 23:08:35 -0600 (MDT) Message-Id: <20020924.230835.65701998.imp@bsdimp.com> To: bakul@bitblocks.com Cc: peter@wemm.org, ache@nagual.pp.ru, phk@critter.freebsd.dk, julian@elischer.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libncurses Makefile From: "M. Warner Losh" In-Reply-To: <200209242140.RAA14789@marlborough.cnchost.com> References: <20020924212009.77BDF2A7D6@canning.wemm.org> <200209242140.RAA14789@marlborough.cnchost.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200209242140.RAA14789@marlborough.cnchost.com> Bakul Shah writes: : > Turn off the silly feature in sort(1) the first place. Let people request : > it by setting _POSIX2_VERSION=200112 if they want to sort a filename that : > begins with a +. Or, use 'sort ./+file' like they would already have to : > do for just about every other unix OS on the planet. : : Not that you need support but I have to chime up and say I : agree entirely. : : Backward compatibility trumps standard compliance. : : Standards fundamentalism may be good for one's soul but bad : in real life -- too many innocent programs die:-) : : I personally think that the + syntax should be disabled only if _POSIX_ME_HARDER was defined in the environment. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 22:32:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B3A37B401; Tue, 24 Sep 2002 22:32:24 -0700 (PDT) Received: from white.dogwood.com (white.dogwood.com [63.96.228.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59CC243E7B; Tue, 24 Sep 2002 22:32:24 -0700 (PDT) (envelope-from dave@dogwood.com) Received: from white.dogwood.com (IDENT:unVTN0E9DHg5rROmBhUb3uvV8vqbml0L@localhost [127.0.0.1]) by white.dogwood.com (8.12.6/8.12.5) with ESMTP id g8P5VOqQ083784; Tue, 24 Sep 2002 22:32:05 -0700 (PDT) (envelope-from dave@white.dogwood.com) Received: (from dave@localhost) by white.dogwood.com (8.12.6/8.12.6/Submit) id g8P5VOdw083783; Tue, 24 Sep 2002 22:31:24 -0700 (PDT) From: Dave Cornejo Message-Id: <200209250531.g8P5VOdw083783@white.dogwood.com> Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h In-Reply-To: <20020923.201300.80213923.imp@bsdimp.com> "from M. Warner Losh at Sep 23, 2002 08:13:00 pm" To: "M. Warner Losh" Date: Tue, 24 Sep 2002 22:31:24 -0700 (PDT) Cc: grog@FreeBSD.ORG, jhb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG A stupid minor nit - Is there a better word than 'legacy' since it's relative? One day ACPI will be a legacy also. -- Dave Cornejo @ Dogwood Media, Fremont, California (also dcornejo@ieee.org) "There aren't any monkeys chasing us..." - Xochi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 22:51:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40EF837B401; Tue, 24 Sep 2002 22:51:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E751743E7B; Tue, 24 Sep 2002 22:51:47 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P5plCo092976; Tue, 24 Sep 2002 22:51:47 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P5plXf092975; Tue, 24 Sep 2002 22:51:47 -0700 (PDT) Message-Id: <200209250551.g8P5plXf092975@freefall.freebsd.org> From: Dirk Froemberg Date: Tue, 24 Sep 2002 22:51:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/malsync Makefile distinfo ports/palm/malsync/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/09/24 22:51:47 PDT Modified files: palm/malsync Makefile distinfo palm/malsync/files patch-aa Added files: palm/malsync/files patch-ab Log: Fix build by upgrading to 2.1.0 after pilot-link upgrade. Approved by: portmgr Revision Changes Path 1.12 +4 -8 ports/palm/malsync/Makefile 1.6 +1 -1 ports/palm/malsync/distinfo 1.4 +20 -30 ports/palm/malsync/files/patch-aa 1.1 +11 -0 ports/palm/malsync/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 23: 4:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FD9037B401; Tue, 24 Sep 2002 23:04:33 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7EE43E6A; Tue, 24 Sep 2002 23:04:32 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8P64G4v013690; Wed, 25 Sep 2002 08:04:17 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Jeff Roberson Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys lockmgr.h In-Reply-To: Your message of "Wed, 25 Sep 2002 00:50:29 EDT." <20020925003055.L97589-100000@mail.chesapeake.net> Date: Wed, 25 Sep 2002 08:04:16 +0200 Message-ID: <13689.1032933856@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020925003055.L97589-100000@mail.chesapeake.net>, Jeff Roberson wr ites: >I'd like to get rid of the redundant *_fsync code. These are probably all >copies of ufs from different points and are broken in many different ways. I agree. >In terms of SMP safing vfs, it looks like struct buf needs a mutex. I >figured out the lock order, it would be something like: > >vn lock >buf lock >vn interlock >buf interlock Beware of vinum. >Also, the namecache has to be locked down. This is nontrivial. An early >attempt to use a big global lock failed. The mount structure has not been >locked down. The vnode/device relationship needs some more looking. vnode/device locking can be done in specfs, there exists no other paths between them (I hope!) If I manage to make DEVFS mandatory, that will be devfs instead of specfs. >In short, there is still much to do. As I have said before, my goal is to >have at least the top layer of VFS out from underneath Giant by 5.0. Can't we also put a lock per mountpoint and pull the filesystems out that way ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 23:20:59 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id E11E537B401; Tue, 24 Sep 2002 23:20:57 -0700 (PDT) Date: Tue, 24 Sep 2002 23:20:57 -0700 From: Juli Mallett To: Dave Cornejo Cc: "M. Warner Losh" , grog@FreeBSD.ORG, jhb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h Message-ID: <20020924232057.B89090@FreeBSD.org> References: <20020923.201300.80213923.imp@bsdimp.com> <200209250531.g8P5VOdw083783@white.dogwood.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209250531.g8P5VOdw083783@white.dogwood.com>; from dave@dogwood.com on Tue, Sep 24, 2002 at 10:31:24PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Dave Cornejo [ Data: 2002-09-24 ] [ Subjecte: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h ] > A stupid minor nit - Is there a better word than 'legacy' since it's > relative? One day ACPI will be a legacy also. x86 has already overstayed its welcome, let's hope it disappears before that's the case. The problem is we have a lot of mostly similar architectures based around what evolved from the AT systems, but no general term. ACPI will always be ACPI. legacy in this case is a bunch of legacy stuff which is fairly similar. ACPI will be ACPI. Period. There's no real configuration methods in the legacy architecture, not like ACPI provides, so ACPI will stay ACPI, while legacy refers to the first generation of x86 systems that FreeBSD supported. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 23:44:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66F837B401; Tue, 24 Sep 2002 23:44:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67EA843E65; Tue, 24 Sep 2002 23:44:46 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P6ikCo012570; Tue, 24 Sep 2002 23:44:46 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P6ikkP012569; Tue, 24 Sep 2002 23:44:46 -0700 (PDT) Message-Id: <200209250644.g8P6ikkP012569@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 24 Sep 2002 23:44:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/encompass Makefile ports/www/encompass/files patch-po::it.po patch-src::encompass.c patch-src::menu.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/24 23:44:45 PDT Modified files: www/encompass Makefile Added files: www/encompass/files patch-po::it.po patch-src::encompass.c patch-src::menu.c Log: - Drop gettext-old dependency; - fix with new neon; - convert to GNOMENG. Revision Changes Path 1.28 +5 -9 ports/www/encompass/Makefile 1.1 +17 -0 ports/www/encompass/files/patch-po::it.po (new) 1.1 +14 -0 ports/www/encompass/files/patch-src::encompass.c (new) 1.1 +14 -0 ports/www/encompass/files/patch-src::menu.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 24 23:58:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C3637B401; Tue, 24 Sep 2002 23:58:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCEE43E6A; Tue, 24 Sep 2002 23:58:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P6wPCo016070; Tue, 24 Sep 2002 23:58:25 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P6wPxG016069; Tue, 24 Sep 2002 23:58:25 -0700 (PDT) Message-Id: <200209250658.g8P6wPxG016069@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 24 Sep 2002 23:58:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/xtraceroute Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/24 23:58:25 PDT Modified files: net/xtraceroute Makefile Log: Drop gettext-old dependency. Revision Changes Path 1.16 +3 -5 ports/net/xtraceroute/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 0: 3:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86BE637B401; Wed, 25 Sep 2002 00:03:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E4F443E7B; Wed, 25 Sep 2002 00:03:25 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P73PCo018324; Wed, 25 Sep 2002 00:03:25 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P73PRb018323; Wed, 25 Sep 2002 00:03:25 -0700 (PDT) Message-Id: <200209250703.g8P73PRb018323@freefall.freebsd.org> From: Maxim Konovalov Date: Wed, 25 Sep 2002 00:03:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/09/25 00:03:25 PDT Modified files: (Branch: RELENG_4) sbin/ipfw ipfw.8 Log: MFC rev. 1.113: fix a typo, remove EOL spaces. Approved by: re (bmah) Revision Changes Path 1.63.2.27 +3 -3 src/sbin/ipfw/ipfw.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 0: 7:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F4237B401; Wed, 25 Sep 2002 00:07:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6639E43E88; Wed, 25 Sep 2002 00:07:51 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P77pCo023191; Wed, 25 Sep 2002 00:07:51 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P77pEc023186; Wed, 25 Sep 2002 00:07:51 -0700 (PDT) Message-Id: <200209250707.g8P77pEc023186@freefall.freebsd.org> From: Brian Somers Date: Wed, 25 Sep 2002 00:07:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/leafnode Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/09/25 00:07:51 PDT Modified files: news/leafnode Makefile distinfo pkg-plist Log: Update to 1.9.27, fixing a bug that caused leafnode to get stuck in an infinite loop on machines with a larger than usual number of interfaces. PR: 43346 Submitted by: Matthias Andree Approved by: Will (portsmgr) Revision Changes Path 1.25 +5 -4 ports/news/leafnode/Makefile 1.15 +1 -1 ports/news/leafnode/distinfo 1.10 +3 -3 ports/news/leafnode/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 0:12:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C08D37B401; Wed, 25 Sep 2002 00:12:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5137743E7B; Wed, 25 Sep 2002 00:12:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P7CrCo025584; Wed, 25 Sep 2002 00:12:53 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P7CqeQ025580; Wed, 25 Sep 2002 00:12:52 -0700 (PDT) Message-Id: <200209250712.g8P7CqeQ025580@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 25 Sep 2002 00:12:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/spruce Makefile ports/mail/spruce/files patch-po::ko.po X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/25 00:12:52 PDT Modified files: mail/spruce Makefile Added files: mail/spruce/files patch-po::ko.po Log: Drop gettext-old dependency. Revision Changes Path 1.21 +4 -5 ports/mail/spruce/Makefile 1.1 +16 -0 ports/mail/spruce/files/patch-po::ko.po (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 0:13: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 594AC37B401; Wed, 25 Sep 2002 00:13:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117BB43E6E; Wed, 25 Sep 2002 00:13:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P7D2Co025640; Wed, 25 Sep 2002 00:13:02 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P7D26h025639; Wed, 25 Sep 2002 00:13:02 -0700 (PDT) Message-Id: <200209250713.g8P7D26h025639@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 25 Sep 2002 00:13:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/PDL Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/25 00:13:02 PDT Modified files: math/PDL Makefile Log: bump gsl lib version Submitted by: La Temperanza Revision Changes Path 1.16 +1 -1 ports/math/PDL/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 0:24: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE6C837B401; Wed, 25 Sep 2002 00:24:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6615243E6A; Wed, 25 Sep 2002 00:24:02 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P7O2Co028499; Wed, 25 Sep 2002 00:24:02 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P7O2l9028498; Wed, 25 Sep 2002 00:24:02 -0700 (PDT) Message-Id: <200209250724.g8P7O2l9028498@freefall.freebsd.org> From: Mark Murray Date: Wed, 25 Sep 2002 00:24:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet sys_bsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/25 00:24:02 PDT Modified files: crypto/telnet/telnet sys_bsd.c Log: From the requestor: "Could you do me a favor and fix sys_bsd.c to get the howmany() macro from , instead of ? This will save me from having to worry about the unsync'd bits before making the change." Requested by: mike Revision Changes Path 1.11 +1 -1 src/crypto/telnet/telnet/sys_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 0:26:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB5637B401; Wed, 25 Sep 2002 00:26:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A8943E4A; Wed, 25 Sep 2002 00:26:25 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P7QPCo028790; Wed, 25 Sep 2002 00:26:25 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P7QP90028789; Wed, 25 Sep 2002 00:26:25 -0700 (PDT) Message-Id: <200209250726.g8P7QP90028789@freefall.freebsd.org> From: Mark Murray Date: Wed, 25 Sep 2002 00:26:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet commands.c main.c telnet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/25 00:26:25 PDT Modified files: crypto/telnet/telnet commands.c main.c telnet.c Log: Catch up with "base" telnet. s/FALL THROUGH/FALLTHROUGH/ for lint(1). s/Usage/usage/ for consistency. Revision Changes Path 1.27 +1 -1 src/crypto/telnet/telnet/commands.c 1.16 +1 -5 src/crypto/telnet/telnet/main.c 1.12 +6 -6 src/crypto/telnet/telnet/telnet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 0:28: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D25B37B401; Wed, 25 Sep 2002 00:28:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C895243E75; Wed, 25 Sep 2002 00:28:04 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P7S4Co029063; Wed, 25 Sep 2002 00:28:04 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P7S4HR029062; Wed, 25 Sep 2002 00:28:04 -0700 (PDT) Message-Id: <200209250728.g8P7S4HR029062@freefall.freebsd.org> From: Mark Murray Date: Wed, 25 Sep 2002 00:28:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnetd state.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/25 00:28:04 PDT Modified files: crypto/telnet/telnetd state.c Log: Catch up with "base" telnet. s/FALL THROUGH/FALLTHROUGH/ for lint(1). Revision Changes Path 1.13 +3 -3 src/crypto/telnet/telnetd/state.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 0:53:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89BFA37B401; Wed, 25 Sep 2002 00:53:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C93643E65; Wed, 25 Sep 2002 00:53:30 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P7rUCo036970; Wed, 25 Sep 2002 00:53:30 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P7rUad036969; Wed, 25 Sep 2002 00:53:30 -0700 (PDT) Message-Id: <200209250753.g8P7rUad036969@freefall.freebsd.org> From: Mark Murray Date: Wed, 25 Sep 2002 00:53:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet commands.c main.c network.c sys_bsd.c terminal.c utilities.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/25 00:53:29 PDT Modified files: usr.bin/telnet commands.c main.c network.c sys_bsd.c terminal.c utilities.c Log: Unifdef(1) the crypto telnet sources. Revision Changes Path 1.37 +1 -1 src/usr.bin/telnet/commands.c 1.19 +0 -4 src/usr.bin/telnet/main.c 1.5 +1 -0 src/usr.bin/telnet/network.c 1.10 +3 -3 src/usr.bin/telnet/sys_bsd.c 1.6 +2 -0 src/usr.bin/telnet/terminal.c 1.6 +1 -0 src/usr.bin/telnet/utilities.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 1:49:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE2F037B401; Wed, 25 Sep 2002 01:49:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE0843E6E; Wed, 25 Sep 2002 01:49:20 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P8nJCo057325; Wed, 25 Sep 2002 01:49:20 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P8nJaw057324; Wed, 25 Sep 2002 01:49:19 -0700 (PDT) Message-Id: <200209250849.g8P8nJaw057324@freefall.freebsd.org> From: Maxim Konovalov Date: Wed, 25 Sep 2002 01:49:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen pw_scan.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/09/25 01:49:19 PDT Modified files: lib/libc/gen pw_scan.c Log: Disqualify UID/GID with non-numeric character. PR: bin/41721 Reviewed by: tjr, silence on -audit MFC after: 2 weeks Revision Changes Path 1.22 +13 -3 src/lib/libc/gen/pw_scan.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 2:55:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E8C37B401; Wed, 25 Sep 2002 02:55:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DF243E6A; Wed, 25 Sep 2002 02:55:20 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P9tKCo075331; Wed, 25 Sep 2002 02:55:20 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P9tKB5075330; Wed, 25 Sep 2002 02:55:20 -0700 (PDT) Message-Id: <200209250955.g8P9tKB5075330@freefall.freebsd.org> From: Mark Murray Date: Wed, 25 Sep 2002 02:55:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu Makefile.inc src/gnu/lib Makefile.inc src/gnu/lib/libreadline Makefile.inc src/gnu/usr.bin Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/25 02:55:20 PDT Modified files: gnu/lib/libreadline Makefile.inc gnu/usr.bin Makefile.inc Added files: gnu Makefile.inc gnu/lib Makefile.inc Log: Avoid linting GNU contrib'ed stuff, even if the build engineer asked for it (via WANT_LINT). It's Just Too Noisy. Revision Changes Path 1.4 +6 -0 src/gnu/Makefile.inc (new) 1.8 +3 -0 src/gnu/lib/Makefile.inc (new) 1.7 +3 -1 src/gnu/lib/libreadline/Makefile.inc 1.5 +2 -0 src/gnu/usr.bin/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 2:58: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E89B937B401; Wed, 25 Sep 2002 02:58:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E3843E3B; Wed, 25 Sep 2002 02:58:00 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P9w0Co075527; Wed, 25 Sep 2002 02:58:00 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P9w0UY075526; Wed, 25 Sep 2002 02:58:00 -0700 (PDT) Message-Id: <200209250958.g8P9w0UY075526@freefall.freebsd.org> From: Mark Murray Date: Wed, 25 Sep 2002 02:58:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypto Makefile src/secure/lib/libssh Makefile src/secure/lib/libssl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/25 02:58:00 PDT Modified files: secure/lib/libcrypto Makefile secure/lib/libssh Makefile secure/lib/libssl Makefile Log: Don't lint contrib'ed sources, even if the builder has asked for linting. Its Just Too Noisy. Revision Changes Path 1.49 +2 -0 src/secure/lib/libcrypto/Makefile 1.18 +2 -0 src/secure/lib/libssh/Makefile 1.14 +2 -0 src/secure/lib/libssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 2:59: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F20937B401; Wed, 25 Sep 2002 02:59:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D6C43E42; Wed, 25 Sep 2002 02:59:01 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P9x1Co075620; Wed, 25 Sep 2002 02:59:01 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P9x1pZ075619; Wed, 25 Sep 2002 02:59:01 -0700 (PDT) Message-Id: <200209250959.g8P9x1pZ075619@freefall.freebsd.org> From: Mark Murray Date: Wed, 25 Sep 2002 02:59:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberosIV Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/25 02:59:01 PDT Modified files: kerberosIV Makefile.inc Log: Don't lint contrib'ed sources, enven if the builder has asked for it. Its Just Too Noisy. Revision Changes Path 1.13 +1 -0 src/kerberosIV/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 2:59:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8466A37B401; Wed, 25 Sep 2002 02:59:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3762F43E6A; Wed, 25 Sep 2002 02:59:55 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8P9xtCo075710; Wed, 25 Sep 2002 02:59:55 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8P9xt1d075709; Wed, 25 Sep 2002 02:59:55 -0700 (PDT) Message-Id: <200209250959.g8P9xt1d075709@freefall.freebsd.org> From: Mark Murray Date: Wed, 25 Sep 2002 02:59:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5 Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/25 02:59:54 PDT Modified files: kerberos5 Makefile.inc Log: Don't lint contrib'ed sources, even if the builder gas asked for it. Its Just Too Noisy. Revision Changes Path 1.12 +1 -0 src/kerberos5/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 3: 5:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61A9D37B401; Wed, 25 Sep 2002 03:05:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1678343E77; Wed, 25 Sep 2002 03:05:31 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PA5UCo080850; Wed, 25 Sep 2002 03:05:30 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PA5UE8080839; Wed, 25 Sep 2002 03:05:30 -0700 (PDT) Message-Id: <200209251005.g8PA5UE8080839@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 25 Sep 2002 03:05:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wget+ipv6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/25 03:05:30 PDT Modified files: ftp/wget+ipv6 Makefile Log: Drop gettext-old dependency. Revision Changes Path 1.8 +2 -4 ports/ftp/wget+ipv6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 3:43:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D52F337B401; Wed, 25 Sep 2002 03:43:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8265743E6A; Wed, 25 Sep 2002 03:43:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PAhRCo091203; Wed, 25 Sep 2002 03:43:27 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PAhRCo091202; Wed, 25 Sep 2002 03:43:27 -0700 (PDT) Message-Id: <200209251043.g8PAhRCo091202@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 25 Sep 2002 03:43:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/kvirc Makefile ports/irc/kvirc/files patch-configure patch-po::es.po patch-po::pt_br.po X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/25 03:43:27 PDT Modified files: irc/kvirc Makefile Added files: irc/kvirc/files patch-configure patch-po::es.po patch-po::pt_br.po Log: - Drop gettext-old dependency; - make it respecting CFLAGS while I'm here. Revision Changes Path 1.26 +4 -6 ports/irc/kvirc/Makefile 1.1 +23 -0 ports/irc/kvirc/files/patch-configure (new) 1.1 +16 -0 ports/irc/kvirc/files/patch-po::es.po (new) 1.1 +40 -0 ports/irc/kvirc/files/patch-po::pt_br.po (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 3:50:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C35537B401; Wed, 25 Sep 2002 03:50:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5548E43E3B; Wed, 25 Sep 2002 03:50:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PAoUCo091778; Wed, 25 Sep 2002 03:50:30 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PAoUdj091777; Wed, 25 Sep 2002 03:50:30 -0700 (PDT) Message-Id: <200209251050.g8PAoUdj091777@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 25 Sep 2002 03:50:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/gettext-old Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/gettext-old/files patch-ad patch-ae patch-af patch-ah patch-ai patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/25 03:50:29 PDT Modified files: . modules devel Makefile Removed files: devel/gettext-old Makefile distinfo pkg-comment pkg-descr pkg-plist devel/gettext-old/files patch-ad patch-ae patch-af patch-ah patch-ai patch-ak Log: Time to kill, I've had enough of long goodbyes, I've only got time to kill, I feel the fire in my eyes, I've only got time to kill... Revision Changes Path 1.5999 +0 -1 CVSROOT/modules 1.942 +0 -1 ports/devel/Makefile 1.26 +0 -32 ports/devel/gettext-old/Makefile (dead) 1.3 +0 -1 ports/devel/gettext-old/distinfo (dead) 1.3 +0 -24 ports/devel/gettext-old/files/patch-ad (dead) 1.6 +0 -93 ports/devel/gettext-old/files/patch-ae (dead) 1.3 +0 -10 ports/devel/gettext-old/files/patch-af (dead) 1.2 +0 -11 ports/devel/gettext-old/files/patch-ah (dead) 1.2 +0 -12 ports/devel/gettext-old/files/patch-ai (dead) 1.2 +0 -11 ports/devel/gettext-old/files/patch-ak (dead) 1.3 +0 -1 ports/devel/gettext-old/pkg-comment (dead) 1.2 +0 -5 ports/devel/gettext-old/pkg-descr (dead) 1.19 +0 -8 ports/devel/gettext-old/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 3:57:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28F5637B401; Wed, 25 Sep 2002 03:57:48 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A02DF43E77; Wed, 25 Sep 2002 03:57:47 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g8PAvamY016744; Wed, 25 Sep 2002 03:57:40 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200209251057.g8PAvamY016744@gw.catspoiler.org> Date: Wed, 25 Sep 2002 03:57:36 -0700 (PDT) From: Don Lewis Subject: Re: cvs commit: src/sys/sys lockmgr.h To: jroberson@chesapeake.net Cc: rwatson@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20020925003055.L97589-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25 Sep, Jeff Roberson wrote: > There are some mp_fixmes, and some general cleanups that should happen. > I'd like to be able to run with DEBUG_VFS_LOCKS enabled all the time. > Right now there are still places that break on that. After that, namei() > and rename() are broken and unsafe wrt locking. Right now all vfs locks > are recursive. I may take advantage of that to simplify the rename code. kern_rename() and other callers of VOP_RENAME() should probably lock fvp before calling VOP_RENAME() instead of leaving this up to the leaf filesystems. ext2_rename() and ufs_rename() are already locking fvp, and nfs_rename() needs to before it calls VOP_FSYNC(), so it would make more sense to move this common code to the caller. The current implementation doesn't properly handle the failure of vn_lock(fvp, ...). This also looks like it would be easier to handle if the locking was done by kern_rename(). I believe that if the attempt to lock fvp fails we should do something like: NDFREE(&tond, NDF_ONLY_PNBUF); if (tdvp == tvp) vrele(tdvp); else vput(tdvp); if (tvp) vput(tvp); and then to retry starting with: NDINIT(&tond, RENAME, LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART | NOOBJ, pathseg, to, td); if (fromnd.ni_vp->v_type == VDIR) tond.ni_cnd.cn_flags |= WILLBEDIR; if ((error = namei(&tond)) != 0) { Maybe the NDFREE() and NDINIT() stuff could be skipped on the retry ... I haven't looked at the other places in the source where VOP_RENAME() is called to see if it would make sense to encapsulate some of this stuff in a wrapper. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 4: 4:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9958F37B401; Wed, 25 Sep 2002 04:04:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E05243E3B; Wed, 25 Sep 2002 04:04:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PB4KCo099365; Wed, 25 Sep 2002 04:04:20 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PB4JEi099364; Wed, 25 Sep 2002 04:04:19 -0700 (PDT) Message-Id: <200209251104.g8PB4JEi099364@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 25 Sep 2002 04:04:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/kvirc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/25 04:04:19 PDT Modified files: irc/kvirc Makefile Log: Actually remove redundant autoconf/automake dependencies commented out in a previous delta. Revision Changes Path 1.27 +0 -2 ports/irc/kvirc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 4:22:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9F2237B401; Wed, 25 Sep 2002 04:22:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F0FF43E6A; Wed, 25 Sep 2002 04:22:37 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PBMbCo007970; Wed, 25 Sep 2002 04:22:37 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PBMb07007962; Wed, 25 Sep 2002 04:22:37 -0700 (PDT) Message-Id: <200209251122.g8PBMb07007962@freefall.freebsd.org> From: Maxim Konovalov Date: Wed, 25 Sep 2002 04:22:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/09/25 04:22:36 PDT Modified files: sbin/ipfw ipfw.c Log: Do not dump core on 'ipfw add unreach': handling null strings in fill_reject_code(). Please note ipfw/ipfw2.c is not affected. PR: bin/42304 Submitted by: Andy@wantpackets.com MFC after: 1 day Revision Changes Path 1.124 +2 -0 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 4:31: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B544937B401; Wed, 25 Sep 2002 04:30:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F0743E6E; Wed, 25 Sep 2002 04:30:59 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PBUxCo008619; Wed, 25 Sep 2002 04:30:59 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PBUx23008611; Wed, 25 Sep 2002 04:30:59 -0700 (PDT) Message-Id: <200209251130.g8PBUx23008611@freefall.freebsd.org> From: Michael Lucas Date: Wed, 25 Sep 2002 04:30:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/25 04:30:59 PDT Modified files: en/donations wantlist.sgml Log: Alphabetize. Revision Changes Path 1.23 +8 -8 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 4:55:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D09A237B401; Wed, 25 Sep 2002 04:55:36 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24FC643E65; Wed, 25 Sep 2002 04:55:36 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 053C94213; Wed, 25 Sep 2002 12:55:18 +0100 (BST) Date: Wed, 25 Sep 2002 12:55:18 +0100 From: Josef Karthauser To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh Message-ID: <20020925115518.GA87571@genius.tao.org.uk> References: <200209250446.g8P4kL19072271@freefall.freebsd.org> <200209250450.g8P4o6D1077675@intruder.bmah.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <200209250450.g8P4o6D1077675@intruder.bmah.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 24, 2002 at 09:50:05PM -0700, Bruce A. Mah wrote: > If memory serves me right, "Bruce A. Mah" wrote: > > bmah 2002/09/24 21:46:21 PDT > >=20 > > Modified files: (Branch: RELENG_4) > > release/scripts print-cdrom-packages.sh=20 > > Log: > > MFC: Track ports/Mk/bsd.ports.mk rev. 1.424. > > =20 > > print-cdrom-packages.sh 1.30->1.31 > > =20 > > Revision Changes Path > > 1.1.2.21 +2 -2 src/release/scripts/print-cdrom-packages.sh >=20 > Self-approved by: re (bmah) >=20 > I really wish I knew why, on most of my commits, I don't get the CVS > template I expect to see. :-p >=20 If you're committing remotely, us the -T flag to update and checkout to get the template. Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj2RpCUACgkQXVIcjOaxUBanmQCgxYCwMmjKF5x5VyTErRirVczv aW0An3dPw1g5N6sjJzb+PZlQJP6UHQuO =Rpye -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 5: 0:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CF8F37B401; Wed, 25 Sep 2002 05:00:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3368F43E6A; Wed, 25 Sep 2002 05:00:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PC0dCo015347; Wed, 25 Sep 2002 05:00:39 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PC0crn015343; Wed, 25 Sep 2002 05:00:38 -0700 (PDT) Message-Id: <200209251200.g8PC0crn015343@freefall.freebsd.org> From: Bruce Evans Date: Wed, 25 Sep 2002 05:00:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_time.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/25 05:00:38 PDT Modified files: sys/kern kern_time.c Log: Round up instead of towards 0 in clock_getres() so that a resolution of 0 is never returned. PR: 41781 MFC after: 3 days Revision Changes Path 1.85 +6 -1 src/sys/kern/kern_time.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 5:21:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0854837B401; Wed, 25 Sep 2002 05:21:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7460E43E86; Wed, 25 Sep 2002 05:21:20 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PCLKCo025256; Wed, 25 Sep 2002 05:21:20 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PCLKJC025254; Wed, 25 Sep 2002 05:21:20 -0700 (PDT) Message-Id: <200209251221.g8PCLKJC025254@freefall.freebsd.org> From: Sergey Skvortsov Date: Wed, 25 Sep 2002 05:21:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Spreadsheet-WriteExcel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/09/25 05:21:19 PDT Modified files: textproc/p5-Spreadsheet-WriteExcel Makefile distinfo Log: Updated to 0.39 Revision Changes Path 1.12 +1 -1 ports/textproc/p5-Spreadsheet-WriteExcel/Makefile 1.9 +1 -1 ports/textproc/p5-Spreadsheet-WriteExcel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 6:26:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D179237B404; Wed, 25 Sep 2002 06:26:38 -0700 (PDT) Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C59443E4A; Wed, 25 Sep 2002 06:26:38 -0700 (PDT) (envelope-from rizzo@iguana.icir.org) Received: from iguana.icir.org (localhost [127.0.0.1]) by iguana.icir.org (8.12.3/8.11.3) with ESMTP id g8PDQbIb046259; Wed, 25 Sep 2002 06:26:37 -0700 (PDT) (envelope-from rizzo@iguana.icir.org) Received: (from rizzo@localhost) by iguana.icir.org (8.12.3/8.12.3/Submit) id g8PDQbu1046258; Wed, 25 Sep 2002 06:26:37 -0700 (PDT) (envelope-from rizzo) Date: Wed, 25 Sep 2002 06:26:37 -0700 From: Luigi Rizzo To: Maxim Konovalov Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.c Message-ID: <20020925062637.A46225@iguana.icir.org> References: <200209251122.g8PBMb07007962@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209251122.g8PBMb07007962@freefall.freebsd.org>; from maxim@FreeBSD.ORG on Wed, Sep 25, 2002 at 04:22:36AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 25, 2002 at 04:22:36AM -0700, Maxim Konovalov wrote: > maxim 2002/09/25 04:22:36 PDT > > Modified files: > sbin/ipfw ipfw.c > Log: > Do not dump core on 'ipfw add unreach': handling null strings in > fill_reject_code(). Please note ipfw/ipfw2.c is not affected. this file is effectively dead in -current so changes to ipfw.c do not apply to -current and should be done in RELENG_4 directly. cheers luigi > PR: bin/42304 > Submitted by: Andy@wantpackets.com > MFC after: 1 day > > Revision Changes Path > 1.124 +2 -0 src/sbin/ipfw/ipfw.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 6:26:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 748A437B401; Wed, 25 Sep 2002 06:26:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2698D43E6E; Wed, 25 Sep 2002 06:26:51 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PDQpCo050690; Wed, 25 Sep 2002 06:26:51 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PDQojD050689; Wed, 25 Sep 2002 06:26:50 -0700 (PDT) Message-Id: <200209251326.g8PDQojD050689@freefall.freebsd.org> From: Oliver Braun Date: Wed, 25 Sep 2002 06:26:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/hs-popenhs Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/25 06:26:50 PDT Modified files: devel/hs-popenhs Makefile pkg-descr Log: Change MASTER_SITES to make it fetchable again. Old master site is no longer available. Approved by: portmgr Revision Changes Path 1.2 +1 -1 ports/devel/hs-popenhs/Makefile 1.2 +1 -1 ports/devel/hs-popenhs/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 6:46:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E6C837B401; Wed, 25 Sep 2002 06:46:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4375043E6A; Wed, 25 Sep 2002 06:46:24 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PDkOCo056908; Wed, 25 Sep 2002 06:46:24 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PDkN17056907; Wed, 25 Sep 2002 06:46:23 -0700 (PDT) Message-Id: <200209251346.g8PDkN17056907@freefall.freebsd.org> From: Mark Murray Date: Wed, 25 Sep 2002 06:46:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include profile.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/25 06:46:23 PDT Modified files: sys/i386/include profile.h Log: Fix a declaration that is actually supposed to be a macro definition. Submitted by: marius@alchemy.franken.de Revision Changes Path 1.30 +1 -0 src/sys/i386/include/profile.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 6:48:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B28AB37B401; Wed, 25 Sep 2002 06:48:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F1C43E6E; Wed, 25 Sep 2002 06:48:30 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PDmUCo057314; Wed, 25 Sep 2002 06:48:30 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PDmUIi057313; Wed, 25 Sep 2002 06:48:30 -0700 (PDT) Message-Id: <200209251348.g8PDmUIi057313@freefall.freebsd.org> From: John Baldwin Date: Wed, 25 Sep 2002 06:48:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R qa.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/25 06:48:29 PDT Modified files: en/releases/4.7R qa.sgml Log: Note that Kerberos5 has been updated and needs testing. Revision Changes Path 1.5 +4 -1 www/en/releases/4.7R/qa.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 6:48:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E07F037B4F1; Wed, 25 Sep 2002 06:48:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91DA643E4A; Wed, 25 Sep 2002 06:48:35 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from freefall.freebsd.org (sanpei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PDmZCo057362; Wed, 25 Sep 2002 06:48:35 -0700 (PDT) (envelope-from sanpei@freefall.freebsd.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PDmZCQ057357; Wed, 25 Sep 2002 06:48:35 -0700 (PDT) Message-Id: <200209251348.g8PDmZCQ057357@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 25 Sep 2002 06:48:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/iv Makefile ports/japanese/iv/files patch-cp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sanpei 2002/09/25 06:48:35 PDT Modified files: japanese/iv Makefile Added files: japanese/iv/files patch-cp Log: Fix values.h build problem Submitted by: bento Revision Changes Path 1.19 +2 -1 ports/japanese/iv/Makefile 1.1 +14 -0 ports/japanese/iv/files/patch-cp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 6:55: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E5837B401; Wed, 25 Sep 2002 06:55:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE58B43E4A; Wed, 25 Sep 2002 06:55:01 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PDt1Co059507; Wed, 25 Sep 2002 06:55:01 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PDt1Gv059506; Wed, 25 Sep 2002 06:55:01 -0700 (PDT) Message-Id: <200209251355.g8PDt1Gv059506@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 25 Sep 2002 06:55:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/matchbox Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/25 06:55:01 PDT Modified files: x11-wm/matchbox Makefile Log: Correct the packing list. Revision Changes Path 1.2 +9 -6 ports/x11-wm/matchbox/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 6:56:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6BC37B401; Wed, 25 Sep 2002 06:56:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CAB043E65; Wed, 25 Sep 2002 06:56:13 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PDuCCo059652; Wed, 25 Sep 2002 06:56:12 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PDuCII059651; Wed, 25 Sep 2002 06:56:12 -0700 (PDT) Message-Id: <200209251356.g8PDuCII059651@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 25 Sep 2002 06:56:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/matchbox/files patch-src_misc.h patch-src_toolbar_client.h patch-src_wm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/25 06:56:12 PDT Added files: x11-wm/matchbox/files patch-src_misc.h patch-src_toolbar_client.h patch-src_wm.h Log: Silence "extra tokens at end of #endif directive" warnings on -CURRENT. Revision Changes Path 1.1 +11 -0 ports/x11-wm/matchbox/files/patch-src_misc.h (new) 1.1 +10 -0 ports/x11-wm/matchbox/files/patch-src_toolbar_client.h (new) 1.1 +10 -0 ports/x11-wm/matchbox/files/patch-src_wm.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 7: 9:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A7A37B401; Wed, 25 Sep 2002 07:09:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 063BA43E7B; Wed, 25 Sep 2002 07:09:42 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PE9fCo066186; Wed, 25 Sep 2002 07:09:41 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PE9fdH066185; Wed, 25 Sep 2002 07:09:41 -0700 (PDT) Message-Id: <200209251409.g8PE9fdH066185@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 25 Sep 2002 07:09:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/aewm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/25 07:09:41 PDT Modified files: x11-wm/aewm Makefile Log: s/perl/sed/ Revision Changes Path 1.9 +6 -4 ports/x11-wm/aewm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 7:19:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EBCD37B401; Wed, 25 Sep 2002 07:19:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C752243E77; Wed, 25 Sep 2002 07:19:52 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PEJqCo074256; Wed, 25 Sep 2002 07:19:52 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PEJqbP074253; Wed, 25 Sep 2002 07:19:52 -0700 (PDT) Message-Id: <200209251419.g8PEJqbP074253@freefall.freebsd.org> From: Mark Murray Date: Wed, 25 Sep 2002 07:19:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/25 07:19:52 PDT Modified files: lib/libncurses Makefile Log: Try not to lint(1) contrib'ed sources. This Is Very Messy. Revision Changes Path 1.62 +2 -0 src/lib/libncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 7:21:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05C5E37B401 for ; Wed, 25 Sep 2002 07:21:34 -0700 (PDT) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490B743E6A for ; Wed, 25 Sep 2002 07:21:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 5825 invoked from network); 25 Sep 2002 14:23:40 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 25 Sep 2002 14:23:40 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8PELUBv088520; Wed, 25 Sep 2002 10:21:31 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209250158.g8P1wu7M023073@freefall.freebsd.org> Date: Wed, 25 Sep 2002 10:21:32 -0400 (EDT) From: John Baldwin To: Garrett Wollman Subject: RE: cvs commit: src/include unistd.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25-Sep-2002 Garrett Wollman wrote: > wollman 2002/09/24 18:58:56 PDT > > Modified files: > include unistd.h > Log: > Back down to 1003.2-1992 for the time being -- it is causing too many > headaches for common but deprecated uses of standard utilities. Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 7:21:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9B0A37B404 for ; Wed, 25 Sep 2002 07:21:52 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF66043E6E for ; Wed, 25 Sep 2002 07:21:51 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 32402 invoked from network); 25 Sep 2002 14:23:17 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 25 Sep 2002 14:23:17 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8PELmBv088545; Wed, 25 Sep 2002 10:21:49 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209250531.g8P5VOdw083783@white.dogwood.com> Date: Wed, 25 Sep 2002 10:21:50 -0400 (EDT) From: John Baldwin To: Dave Cornejo Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, grog@FreeBSD.ORG, "M. Warner Losh" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25-Sep-2002 Dave Cornejo wrote: > A stupid minor nit - Is there a better word than 'legacy' since it's > relative? One day ACPI will be a legacy also. Well, I chose legacy b/c that's what everyone else calls it. :) It doesn't really matter though. For the most part you won't ever know it is there unless you do a 'devinfo' and notice a legacy0 at the top of the tree. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 7:27:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C5537B401; Wed, 25 Sep 2002 07:27:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB2D243E42; Wed, 25 Sep 2002 07:27:39 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PERdCo076272; Wed, 25 Sep 2002 07:27:39 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PERdNm076271; Wed, 25 Sep 2002 07:27:39 -0700 (PDT) Message-Id: <200209251427.g8PERdNm076271@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 25 Sep 2002 07:27:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/clementine Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/25 07:27:39 PDT Modified files: x11-wm/clementine Makefile Log: s/perl/sed/ Revision Changes Path 1.4 +4 -2 ports/x11-wm/clementine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 7:42:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A662437B401; Wed, 25 Sep 2002 07:42:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A64443E6E; Wed, 25 Sep 2002 07:42:31 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PEgVCo079070; Wed, 25 Sep 2002 07:42:31 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PEgUQs079069; Wed, 25 Sep 2002 07:42:30 -0700 (PDT) Message-Id: <200209251442.g8PEgUQs079069@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 25 Sep 2002 07:42:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/alloywm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/25 07:42:30 PDT Modified files: x11-wm/alloywm Makefile Log: s/perl/sed/ Revision Changes Path 1.6 +5 -3 ports/x11-wm/alloywm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 7:45:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92D1737B401; Wed, 25 Sep 2002 07:45:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 464EA43E42; Wed, 25 Sep 2002 07:45:18 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PEjICo080784; Wed, 25 Sep 2002 07:45:18 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PEjIlP080783; Wed, 25 Sep 2002 07:45:18 -0700 (PDT) Message-Id: <200209251445.g8PEjIlP080783@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 25 Sep 2002 07:45:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/compat22 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/25 07:45:17 PDT Modified files: misc/compat22 Makefile distinfo Log: Update to 4.6.2 and unmark FORBIDDEN. Revision Changes Path 1.8 +1 -3 ports/misc/compat22/Makefile 1.3 +5 -5 ports/misc/compat22/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 7:50: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8628737B401; Wed, 25 Sep 2002 07:50:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5CA43E65; Wed, 25 Sep 2002 07:50:05 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PEo4Co081106; Wed, 25 Sep 2002 07:50:04 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PEo4kC081104; Wed, 25 Sep 2002 07:50:04 -0700 (PDT) Message-Id: <200209251450.g8PEo4kC081104@freefall.freebsd.org> From: Scott Long Date: Wed, 25 Sep 2002 07:50:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx_osm.c aic7xxx_osm.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/25 07:50:03 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx_osm.c aic7xxx_osm.h Log: MFC: Use one devclass for the ahc device rather than one per bus. Approved by: re (jhb) Revision Changes Path 1.15.2.8 +2 -4 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.11 +3 -5 src/sys/dev/aic7xxx/ahc_pci.c 1.27.2.3 +2 -0 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.14.2.3 +3 -0 src/sys/dev/aic7xxx/aic7xxx_osm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 7:58:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDEB337B401; Wed, 25 Sep 2002 07:58:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BDBE43E6E; Wed, 25 Sep 2002 07:58:57 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PEwvCo085075; Wed, 25 Sep 2002 07:58:57 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PEwv7R085074; Wed, 25 Sep 2002 07:58:57 -0700 (PDT) Message-Id: <200209251458.g8PEwv7R085074@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 25 Sep 2002 07:58:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/uwm Makefile ports/x11-wm/uwm/files patch-ab patch-ad patch-aj patch-lex.l X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/25 07:58:56 PDT Modified files: x11-wm/uwm Makefile x11-wm/uwm/files patch-ab patch-ad patch-aj Added files: x11-wm/uwm/files patch-lex.l Log: Fix build on -CURRENT. Revision Changes Path 1.6 +3 -1 ports/x11-wm/uwm/Makefile 1.2 +17 -8 ports/x11-wm/uwm/files/patch-ab 1.2 +31 -13 ports/x11-wm/uwm/files/patch-ad 1.2 +10 -1 ports/x11-wm/uwm/files/patch-aj 1.1 +12 -0 ports/x11-wm/uwm/files/patch-lex.l (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 8: 6:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE29137B401; Wed, 25 Sep 2002 08:06:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDEF43E6A; Wed, 25 Sep 2002 08:06:48 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PF6mCo091326; Wed, 25 Sep 2002 08:06:48 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PF6liP091325; Wed, 25 Sep 2002 08:06:47 -0700 (PDT) Message-Id: <200209251506.g8PF6liP091325@freefall.freebsd.org> From: John Polstra Date: Wed, 25 Sep 2002 08:06:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/09/25 08:06:47 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Correct the maintainer address for cvsup.tr.freebsd.org. Revision Changes Path 1.240 +1 -1 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 8:10:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FEAC37B401; Wed, 25 Sep 2002 08:10:09 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D33443E42; Wed, 25 Sep 2002 08:10:08 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g8PF9gOo041142; Wed, 25 Sep 2002 11:09:43 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 25 Sep 2002 11:09:42 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Scott Long Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/dev/aac aac.c aac_linux.c src/sys/modules/aac Makefile src/sys/modules/aac/aac_linux Makefile In-Reply-To: <200209250500.g8P50Q6H074740@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Great, thanks for doing that! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Tue, 24 Sep 2002, Scott Long wrote: > scottl 2002/09/24 22:00:25 PDT > > Modified files: > sys/conf files options > sys/dev/aac aac.c > sys/modules/aac Makefile > Added files: > sys/dev/aac aac_linux.c > sys/modules/aac/aac_linux Makefile > Log: > The AAC_COMPAT_LINUX option was really annoying, since it made the > aac driver dependent on the linux emulation module. This was > especially bad for the release engineers who tried to move the > aac driver from the kernel onto the drivers floppy. The linux > compat bits for this driver are now in their own driver, aac_linux. > It can be loaded as a module or compiled into the kernel. For > the latter case, the AAC_COMPAT_LINUX option is needed, along with > the COMPAT_LINUX option. > > I've tested this in every configuration I can think of. This is an > MFC candidate for 4.7. > > Idea from: rwatson > MFC after: 3 days > > Revision Changes Path > 1.705 +1 -0 src/sys/conf/files > 1.352 +1 -1 src/sys/conf/options > 1.42 +0 -52 src/sys/dev/aac/aac.c > 1.1 +84 -0 src/sys/dev/aac/aac_linux.c (new) > 1.5 +2 -2 src/sys/modules/aac/Makefile > 1.1 +8 -0 src/sys/modules/aac/aac_linux/Makefile (new) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 8:21:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF1A437B401; Wed, 25 Sep 2002 08:21:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A02B443E86; Wed, 25 Sep 2002 08:21:52 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PFLqCo094029; Wed, 25 Sep 2002 08:21:52 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PFLq5c094028; Wed, 25 Sep 2002 08:21:52 -0700 (PDT) Message-Id: <200209251521.g8PFLq5c094028@freefall.freebsd.org> From: Scott Long Date: Wed, 25 Sep 2002 08:21:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files options X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/25 08:21:51 PDT Modified files: sys/conf NOTES files options Log: Do away with AAC_COMPAT_LINUX option entirely. The functionality will automatically be enabled if the kernel is compiled with COMPAT_LINUX. Submitted by: jhb MFC after: 3 days Revision Changes Path 1.1084 +0 -5 src/sys/conf/NOTES 1.706 +1 -1 src/sys/conf/files 1.353 +0 -2 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 8:23: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4652837B401; Wed, 25 Sep 2002 08:23:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE76B43E81; Wed, 25 Sep 2002 08:23:05 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PFN5Co094344; Wed, 25 Sep 2002 08:23:05 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PFN5qb094340; Wed, 25 Sep 2002 08:23:05 -0700 (PDT) Message-Id: <200209251523.g8PFN5qb094340@freefall.freebsd.org> From: John Polstra Date: Wed, 25 Sep 2002 08:23:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/09/25 08:23:03 PDT Modified files: (Branch: RELENG_4) sys/dev/bge if_bge.c Log: MFC 1.20: Set up the DMA Read/Write Control register more correctly. (A fix for the transmit watchdog timeouts on Dell 2650 and possibly other PCI-X systems.) Approved by: re Revision Changes Path 1.3.2.15 +10 -2 src/sys/dev/bge/if_bge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 8:38: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABE3437B401; Wed, 25 Sep 2002 08:38:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A26043E6E; Wed, 25 Sep 2002 08:38:07 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PFc7Co032257; Wed, 25 Sep 2002 08:38:07 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PFc6w0032232; Wed, 25 Sep 2002 08:38:06 -0700 (PDT) Message-Id: <200209251538.g8PFc6w0032232@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 25 Sep 2002 08:38:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sapphire Makefile ports/x11-wm/sapphire/files patch-ac patch-src_linkedlist.hh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/25 08:38:06 PDT Modified files: x11-wm/sapphire Makefile x11-wm/sapphire/files patch-ac Added files: x11-wm/sapphire/files patch-src_linkedlist.hh Log: Fix build on -CURRENT. Revision Changes Path 1.9 +6 -4 ports/x11-wm/sapphire/Makefile 1.2 +71 -3 ports/x11-wm/sapphire/files/patch-ac 1.1 +13 -0 ports/x11-wm/sapphire/files/patch-src_linkedlist.hh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 8:39: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D362A37B401; Wed, 25 Sep 2002 08:39:00 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E9643E6E; Wed, 25 Sep 2002 08:38:56 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8PFcB9R014369; Wed, 25 Sep 2002 09:38:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 25 Sep 2002 09:38:07 -0600 (MDT) Message-Id: <20020925.093807.04037851.imp@bsdimp.com> To: dave@dogwood.com Cc: grog@FreeBSD.org, jhb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h From: "M. Warner Losh" In-Reply-To: <200209250531.g8P5VOdw083783@white.dogwood.com> References: <20020923.201300.80213923.imp@bsdimp.com> <200209250531.g8P5VOdw083783@white.dogwood.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200209250531.g8P5VOdw083783@white.dogwood.com> Dave Cornejo writes: : A stupid minor nit - Is there a better word than 'legacy' since it's : relative? One day ACPI will be a legacy also. well, it really means 'some ad-hoc cobbled together set of proceedures to enumerate devices that aren't in some plug and play table' which can apply to all architectures. :-) 'legacy' is just a way of saying 'the nexus has to have special knowledge of these things, and have a lot of hacks to keep the various methods from interferring.' Since there never was a name for this mess, and since the problem can exist on multiple architectures, I think legacy is about as good as we are going to get. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 8:40:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA0A237B401; Wed, 25 Sep 2002 08:40:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BD3443E4A; Wed, 25 Sep 2002 08:40:50 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PFeoCo033071; Wed, 25 Sep 2002 08:40:50 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PFeoih033070; Wed, 25 Sep 2002 08:40:50 -0700 (PDT) Message-Id: <200209251540.g8PFeoih033070@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 25 Sep 2002 08:40:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 drivers.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/25 08:40:49 PDT Modified files: (Branch: RELENG_4) release/i386 drivers.conf Log: Bring the aac driver back into the install kernel. Take out the amr and mly drivers and make them available as modules (which are automatically loaded by sysinstall). This fixes an error seen on 4.7-RC1/i386 when sysinstall tried to load the aac module, but failed because it couldn't fulfill a dependency on the linux module. Approved by: re (jhb) Revision Changes Path 1.3.2.6 +2 -1 src/release/i386/drivers.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 8:43: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA97937B401; Wed, 25 Sep 2002 08:42:58 -0700 (PDT) Received: from mailreg.NCTU.edu.tw (mailreg.nctu.edu.tw [140.113.27.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1843143E42; Wed, 25 Sep 2002 08:42:53 -0700 (PDT) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mailreg.NCTU.edu.tw (Postfix) with ESMTP id 319BE594279; Wed, 25 Sep 2002 23:42:23 +0800 (CST) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id AF6E93D46; Wed, 25 Sep 2002 23:42:25 +0800 (CST) Date: Wed, 25 Sep 2002 23:42:25 +0800 From: Ying-Chieh Liao To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/compat22 Makefile distinfo Message-ID: <20020925154225.GA20152@terry.dragon2.net> References: <200209251445.g8PEjIlP080783@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <200209251445.g8PEjIlP080783@freefall.freebsd.org> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Sep 25, 2002 at 07:45:17 -0700, Akinori MUSHA wrote: > Modified files: > misc/compat22 Makefile distinfo > Log: > Update to 4.6.2 and unmark FORBIDDEN. good !! how about compat3x and compat4x ? -- self-producing in python : l='l=%s;print l%%`l`';print l%`l` -- Frank Stajano --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9kdlhrMYBZRHAI4IRAh77AJwL0YqfWGgzG1rMS5tz/d/BmEf9CgCfSSMD kaA9VGBPiCExe279Arw/uBs= =bh0G -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 8:51:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD9137B401; Wed, 25 Sep 2002 08:51:08 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id C58A043E42; Wed, 25 Sep 2002 08:51:07 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020925155106.UOHM8451.sccrmhc01.attbi.com@bmah.dyndns.org>; Wed, 25 Sep 2002 15:51:06 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g8PFp33e081657; Wed, 25 Sep 2002 08:51:03 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g8PFp3m1081656; Wed, 25 Sep 2002 08:51:03 -0700 (PDT) Message-Id: <200209251551.g8PFp3m1081656@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020729 with nmh-1.0.4 To: Josef Karthauser Cc: "Bruce A. Mah" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh In-Reply-To: <20020925115518.GA87571@genius.tao.org.uk> References: <200209250446.g8P4kL19072271@freefall.freebsd.org> <200209250450.g8P4o6D1077675@intruder.bmah.org> <20020925115518.GA87571@genius.tao.org.uk> Comments: In-reply-to Josef Karthauser message dated "Wed, 25 Sep 2002 12:55:18 +0100." From: bmah@FreeBSD.org (Bruce A. Mah) Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_789429377P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 25 Sep 2002 08:51:03 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_789429377P Content-Type: text/plain; charset=us-ascii If memory serves me right, Josef Karthauser wrote: > On Tue, Sep 24, 2002 at 09:50:05PM -0700, Bruce A. Mah wrote: > > If memory serves me right, "Bruce A. Mah" wrote: > > > bmah 2002/09/24 21:46:21 PDT > > >=20 > > > Modified files: (Branch: RELENG_4) > > > release/scripts print-cdrom-packages.sh=20 > > > Log: > > > MFC: Track ports/Mk/bsd.ports.mk rev. 1.424. > > > =20 > > > print-cdrom-packages.sh 1.30->1.31 > > > =20 > > > Revision Changes Path > > > 1.1.2.21 +2 -2 src/release/scripts/print-cdrom-packages.sh > >=20 > > Self-approved by: re (bmah) > >=20 > > I really wish I knew why, on most of my commits, I don't get the CVS > > template I expect to see. :-p > >=20 > > If you're committing remotely, us the -T flag to update and checkout to > get the template. Yes, I'm committing remotely. I just did something like this for a different commit: % cvs update -T % cvs commit I got the same CVS default template (not the FreeBSD default). I seem to remember having tried this before, with no effect. :-p My CVS client is a two-day-old RELENG_4 build, the server is (of course) freefall. Do I need to have checked out my working sources with "cvs co -T" for this to work? Thanks! Bruce. --==_Exmh_789429377P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9kdtn2MoxcVugUsMRAopIAJ0abOqvo3SnuU6gdln7jd0nHL9PkgCg1GhC vVvV+7Miq6+3lUPWMGBFkdk= =6LG5 -----END PGP SIGNATURE----- --==_Exmh_789429377P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 8:53:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B34637B401; Wed, 25 Sep 2002 08:53:22 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DAE143E75; Wed, 25 Sep 2002 08:53:21 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 47F9A424F; Wed, 25 Sep 2002 16:53:05 +0100 (BST) Date: Wed, 25 Sep 2002 16:53:05 +0100 From: Josef Karthauser To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh Message-ID: <20020925155305.GA22330@genius.tao.org.uk> References: <200209250446.g8P4kL19072271@freefall.freebsd.org> <200209250450.g8P4o6D1077675@intruder.bmah.org> <20020925115518.GA87571@genius.tao.org.uk> <200209251551.g8PFp3m1081656@intruder.bmah.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <200209251551.g8PFp3m1081656@intruder.bmah.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 25, 2002 at 08:51:03AM -0700, Bruce A. Mah wrote: > >=20 > > If you're committing remotely, us the -T flag to update and checkout to > > get the template. >=20 > Yes, I'm committing remotely. I just did something like this for a > different commit: >=20 > % cvs update -T > % cvs commit >=20 > I got the same CVS default template (not the FreeBSD default). I seem=20 > to remember having tried this before, with no effect. :-p >=20 > My CVS client is a two-day-old RELENG_4 build, the server is (of course) > freefall. >=20 > Do I need to have checked out my working sources with "cvs co -T" for=20 > this to work? >=20 I'm not sure. I thought that Matt fixed it so that an update did the right thing too. (sound of scratching of head). Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj2R2+AACgkQXVIcjOaxUBaJzACgrl70Ng48mb/jvL5aLC3enK5r ZMMAn3pWIEumntDs+CtXJULg+SRJcAuv =o4it -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 9: 4:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C37937B401; Wed, 25 Sep 2002 09:04:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 518DF43E42; Wed, 25 Sep 2002 09:04:56 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PG4uCo039425; Wed, 25 Sep 2002 09:04:56 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PG4uEh039424; Wed, 25 Sep 2002 09:04:56 -0700 (PDT) Message-Id: <200209251604.g8PG4uEh039424@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 25 Sep 2002 09:04:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/autozen Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/25 09:04:55 PDT Modified files: audio/autozen Makefile Log: s/perl/sed/ Revision Changes Path 1.9 +6 -4 ports/audio/autozen/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 9:18:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9541437B404; Wed, 25 Sep 2002 09:18:55 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A0043E86; Wed, 25 Sep 2002 09:18:54 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g8PGHZ1P036299 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Wed, 25 Sep 2002 12:17:38 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="iso-8859-1" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Dave Cornejo , "M. Warner Losh" Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h Date: Wed, 25 Sep 2002 12:19:09 -0400 User-Agent: KMail/1.4.3 Cc: grog@FreeBSD.ORG, jhb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200209250531.g8P5VOdw083783@white.dogwood.com> In-Reply-To: <200209250531.g8P5VOdw083783@white.dogwood.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200209251219.09190.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 25 September 2002 01:31 am, Dave Cornejo wrote: = A stupid minor nit - Is there a better word than 'legacy' since it's = relative? One day ACPI will be a legacy also. 'nonacpi'? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 9:33:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B008C37B401 for ; Wed, 25 Sep 2002 09:33:26 -0700 (PDT) Received: from mail.wirex.com (mithra.wirex.com [65.102.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C98A43E77 for ; Wed, 25 Sep 2002 09:33:26 -0700 (PDT) (envelope-from po@wirex.com) Received: by mail.wirex.com (Postfix, from userid 5051) id 55E1F2F02D; Wed, 25 Sep 2002 09:33:21 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.wirex.com (Postfix) with ESMTP id 4F4C3FAFD for ; Wed, 25 Sep 2002 09:33:21 -0700 (PDT) Date: Wed, 25 Sep 2002 09:33:21 -0700 (PDT) From: po@wirex.com To: cvs-all@FreeBSD.ORG Subject: unsubscribe Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 9:40:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE6E37B401; Wed, 25 Sep 2002 09:40:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D0D43E3B; Wed, 25 Sep 2002 09:40:51 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PGeoCo050256; Wed, 25 Sep 2002 09:40:50 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PGeoRx050255; Wed, 25 Sep 2002 09:40:50 -0700 (PDT) Message-Id: <200209251640.g8PGeoRx050255@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 25 Sep 2002 09:40:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/patchutils Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/25 09:40:50 PDT Modified files: misc/patchutils Makefile pkg-descr Log: make pkg-descr up to date Revision Changes Path 1.8 +1 -0 ports/misc/patchutils/Makefile 1.3 +17 -9 ports/misc/patchutils/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 9:42:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB1C337B401; Wed, 25 Sep 2002 09:42:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE0243E42; Wed, 25 Sep 2002 09:42:24 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PGgOCo051061; Wed, 25 Sep 2002 09:42:24 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PGgOFO051060; Wed, 25 Sep 2002 09:42:24 -0700 (PDT) Message-Id: <200209251642.g8PGgOFO051060@freefall.freebsd.org> From: Hye-Shik Chang Date: Wed, 25 Sep 2002 09:42:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/25 09:42:24 PDT Modified files: www/apache2 Makefile distinfo pkg-plist Log: Update to 2.0.42 Approved by: will (portmgr) Revision Changes Path 1.132 +1 -2 ports/www/apache2/Makefile 1.52 +1 -1 ports/www/apache2/distinfo 1.47 +119 -22 ports/www/apache2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 9:42:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF5F37B401; Wed, 25 Sep 2002 09:42:39 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id A701843E75; Wed, 25 Sep 2002 09:42:38 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id g8PGgXV3089081; Wed, 25 Sep 2002 12:42:33 -0400 (EDT) (envelope-from trevor@FreeBSD.org) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id g8PGgXx2089078; Wed, 25 Sep 2002 12:42:33 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Wed, 25 Sep 2002 12:42:33 -0400 (EDT) From: Trevor Johnson X-X-Sender: trevor@blues.jpj.net To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, Subject: kvirc Message-ID: <20020925124032.N57781-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Please back out these changes. -- Trevor Johnson ---------- Forwarded message ---------- Date: Wed, 25 Sep 2002 03:43:27 -0700 (PDT) From: Maxim Sobolev To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/kvirc Makefile ports/irc/kvirc/files patch-configure patch-po::es.po patch-po::pt_br.po sobomax 2002/09/25 03:43:27 PDT Modified files: irc/kvirc Makefile Added files: irc/kvirc/files patch-configure patch-po::es.po patch-po::pt_br.po Log: - Drop gettext-old dependency; - make it respecting CFLAGS while I'm here. Revision Changes Path 1.26 +4 -6 ports/irc/kvirc/Makefile 1.1 +23 -0 ports/irc/kvirc/files/patch-configure (new) 1.1 +16 -0 ports/irc/kvirc/files/patch-po::es.po (new) 1.1 +40 -0 ports/irc/kvirc/files/patch-po::pt_br.po (new) http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/kvirc/Makefile.diff?&r1=1.25&r2=1.26&f=u http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/kvirc/files/patch-configure (new).diff?&r1=1.0&r2=1.1&f=u http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/kvirc/files/patch-po::es.po (new).diff?&r1=1.0&r2=1.1&f=u http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/kvirc/files/patch-po::pt_br.po (new).diff?&r1=1.0&r2=1.1&f=u ---------- Forwarded message ---------- Date: Wed, 25 Sep 2002 04:04:19 -0700 (PDT) From: Maxim Sobolev To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/kvirc Makefile sobomax 2002/09/25 04:04:19 PDT Modified files: irc/kvirc Makefile Log: Actually remove redundant autoconf/automake dependencies commented out in a previous delta. Revision Changes Path 1.27 +0 -2 ports/irc/kvirc/Makefile http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/kvirc/Makefile.diff?&r1=1.26&r2=1.27&f=u To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 9:49:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 355C737B408; Wed, 25 Sep 2002 09:49:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC82443E42; Wed, 25 Sep 2002 09:49:09 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PGn9Co052312; Wed, 25 Sep 2002 09:49:09 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PGn9Pr052311; Wed, 25 Sep 2002 09:49:09 -0700 (PDT) Message-Id: <200209251649.g8PGn9Pr052311@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 25 Sep 2002 09:49:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys minherit.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/25 09:49:09 PDT Modified files: lib/libc/sys minherit.2 Log: is no longer needed. Revision Changes Path 1.18 +1 -2 src/lib/libc/sys/minherit.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 10: 4:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AEFB37B401; Wed, 25 Sep 2002 10:04:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D8E43E75; Wed, 25 Sep 2002 10:04:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PH4bCo056205; Wed, 25 Sep 2002 10:04:37 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PH4b93056204; Wed, 25 Sep 2002 10:04:37 -0700 (PDT) Message-Id: <200209251704.g8PH4b93056204@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 25 Sep 2002 10:04:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/patchutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/25 10:04:37 PDT Modified files: misc/patchutils Makefile Log: add missing dependencies Revision Changes Path 1.9 +6 -0 ports/misc/patchutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 10:13:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44ADA37B401; Wed, 25 Sep 2002 10:13:34 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 631CF43E7B; Wed, 25 Sep 2002 10:13:33 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 70A7E519B2; Thu, 26 Sep 2002 02:13:32 +0900 (JST) Date: Thu, 26 Sep 2002 02:13:32 +0900 Message-ID: <86hegegfgj.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Ying-Chieh Liao Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/compat22 Makefile distinfo In-Reply-To: <20020925154225.GA20152@terry.dragon2.net> References: <200209251445.g8PEjIlP080783@freefall.freebsd.org> <20020925154225.GA20152@terry.dragon2.net> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Wed, 25 Sep 2002 23:42:25 +0800, Ying-Chieh Liao wrote: > > Update to 4.6.2 and unmark FORBIDDEN. > > good !! > > how about compat3x and compat4x ? Work in progress. Stay tuned. However, we can't really fix compat4x, because old OpenSSL libraries are known to be vulnerable and never fixed. I guess I'll just modify the BROKEN line to clarify that. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 10:24:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67C6D37B401; Wed, 25 Sep 2002 10:24:29 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A90743E42; Wed, 25 Sep 2002 10:24:28 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A285166B28; Wed, 25 Sep 2002 10:24:19 -0700 (PDT) Date: Wed, 25 Sep 2002 10:24:19 -0700 From: Kris Kennaway To: Sergey Skvortsov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/p5-Spreadsheet-WriteExcel Makefile distinfo Message-ID: <20020925172419.GA88033@xor.obsecurity.org> References: <200209251221.g8PCLKJC025254@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <200209251221.g8PCLKJC025254@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 25, 2002 at 05:21:19AM -0700, Sergey Skvortsov wrote: > skv 2002/09/25 05:21:19 PDT >=20 > Modified files: > textproc/p5-Spreadsheet-WriteExcel Makefile distinfo=20 > Log: > Updated to 0.39 We're in ports freeze, and this commit was not approved. Kris --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9kfFBWry0BWjoQKURAvkDAJ96K8dbr6xrSNPB3nkG00QC3c1omACg03PS sEMzX9PAMRXVdD63PbYoXvM= =ppT7 -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 10:35:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F38F937B401; Wed, 25 Sep 2002 10:35:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F7043E4A; Wed, 25 Sep 2002 10:35:35 -0700 (PDT) (envelope-from rpratt@FreeBSD.org) Received: from freefall.freebsd.org (rpratt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PHZZCo066882; Wed, 25 Sep 2002 10:35:35 -0700 (PDT) (envelope-from rpratt@freefall.freebsd.org) Received: (from rpratt@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PHZZ05066881; Wed, 25 Sep 2002 10:35:35 -0700 (PDT) Message-Id: <200209251735.g8PHZZ05066881@freefall.freebsd.org> From: Randy Pratt Date: Wed, 25 Sep 2002 10:35:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml edit-inetd-conf.scr fdisk-edit1.scr fdisk-edit2.scr options.scr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rpratt 2002/09/25 10:35:35 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml edit-inetd-conf.scr fdisk-edit1.scr fdisk-edit2.scr options.scr Log: Update for 4.7 Release and remove version information where possible to minimize revisions for future versions. Revision Changes Path 1.216 +16 -28 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/edit-inetd-conf.scr 1.3 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/fdisk-edit1.scr 1.3 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/fdisk-edit2.scr 1.5 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/options.scr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 10:39:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6731D37B401; Wed, 25 Sep 2002 10:39:12 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679ED43E6A; Wed, 25 Sep 2002 10:39:08 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g8PHd2441330; Wed, 25 Sep 2002 20:39:03 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g8PHd2uM032694; Wed, 25 Sep 2002 20:39:02 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g8PHcvD1032693; Wed, 25 Sep 2002 20:38:57 +0300 (EEST) Date: Wed, 25 Sep 2002 20:38:56 +0300 From: Maxim Sobolev To: Trevor Johnson Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: kvirc Message-ID: <20020925173856.GA32681@vega.vega.com> References: <20020925124032.N57781-100000@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20020925124032.N57781-100000@blues.jpj.net> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 25, 2002 at 12:42:33PM -0400, Trevor Johnson wrote: > Please back out these changes. What's up? -Maxim > -- > Trevor Johnson > > ---------- Forwarded message ---------- > Date: Wed, 25 Sep 2002 03:43:27 -0700 (PDT) > From: Maxim Sobolev > To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org > Subject: cvs commit: ports/irc/kvirc Makefile ports/irc/kvirc/files > patch-configure patch-po::es.po patch-po::pt_br.po > > sobomax 2002/09/25 03:43:27 PDT > > Modified files: > irc/kvirc Makefile > Added files: > irc/kvirc/files patch-configure patch-po::es.po > patch-po::pt_br.po > Log: > - Drop gettext-old dependency; > - make it respecting CFLAGS while I'm here. > > Revision Changes Path > 1.26 +4 -6 ports/irc/kvirc/Makefile > 1.1 +23 -0 ports/irc/kvirc/files/patch-configure (new) > 1.1 +16 -0 ports/irc/kvirc/files/patch-po::es.po (new) > 1.1 +40 -0 ports/irc/kvirc/files/patch-po::pt_br.po (new) > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/kvirc/Makefile.diff?&r1=1.25&r2=1.26&f=u > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/kvirc/files/patch-configure (new).diff?&r1=1.0&r2=1.1&f=u > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/kvirc/files/patch-po::es.po (new).diff?&r1=1.0&r2=1.1&f=u > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/kvirc/files/patch-po::pt_br.po (new).diff?&r1=1.0&r2=1.1&f=u > > > > ---------- Forwarded message ---------- > Date: Wed, 25 Sep 2002 04:04:19 -0700 (PDT) > From: Maxim Sobolev > To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org > Subject: cvs commit: ports/irc/kvirc Makefile > > sobomax 2002/09/25 04:04:19 PDT > > Modified files: > irc/kvirc Makefile > Log: > Actually remove redundant autoconf/automake dependencies commented out in a > previous delta. > > Revision Changes Path > 1.27 +0 -2 ports/irc/kvirc/Makefile > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/kvirc/Makefile.diff?&r1=1.26&r2=1.27&f=u To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 10:49: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A681837B401; Wed, 25 Sep 2002 10:49:03 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E5F43E3B; Wed, 25 Sep 2002 10:49:02 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8PHmp4v022305; Wed, 25 Sep 2002 19:48:51 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_time.c In-Reply-To: Your message of "Wed, 25 Sep 2002 05:00:38 PDT." <200209251200.g8PC0crn015343@freefall.freebsd.org> Date: Wed, 25 Sep 2002 19:48:51 +0200 Message-ID: <22304.1032976131@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200209251200.g8PC0crn015343@freefall.freebsd.org>, Bruce Evans writ es: >bde 2002/09/25 05:00:38 PDT > > Modified files: > sys/kern kern_time.c > Log: > Round up instead of towards 0 in clock_getres() so that a resolution of > 0 is never returned. So, did you get a multi-GHz CPU ? :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 10:50: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C13337B401; Wed, 25 Sep 2002 10:50:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 004AE43E81; Wed, 25 Sep 2002 10:50:01 -0700 (PDT) (envelope-from cy@FreeBSD.org) Received: from freefall.freebsd.org (cy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PHo0Co069374; Wed, 25 Sep 2002 10:50:00 -0700 (PDT) (envelope-from cy@freefall.freebsd.org) Received: (from cy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PHo0CH069359; Wed, 25 Sep 2002 10:50:00 -0700 (PDT) Message-Id: <200209251750.g8PHo0CH069359@freefall.freebsd.org> From: Cy Schubert Date: Wed, 25 Sep 2002 10:50:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/09/25 10:50:00 PDT Modified files: security/krb5 Makefile distinfo Log: Crypto-publish.org has finally put krb5-1.2.6 up on their site. The patch reimplements code to fetch MIT Kerberos from their site when USA_RESIDENT=NO. Approved by: kris Revision Changes Path 1.42 +2 -7 ports/security/krb5/Makefile 1.14 +1 -0 ports/security/krb5/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 10:50:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E076D37B422; Wed, 25 Sep 2002 10:50:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9208743E6A; Wed, 25 Sep 2002 10:50:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PHo6Co069428; Wed, 25 Sep 2002 10:50:06 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PHo6oF069427; Wed, 25 Sep 2002 10:50:06 -0700 (PDT) Message-Id: <200209251750.g8PHo6oF069427@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 25 Sep 2002 10:50:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/25 10:50:06 PDT Modified files: Mk bsd.port.mk Log: * Switch back to .tgz packages for 4.x (5.0 still uses .tbz packages) [1] * Fix some problems in previous revision relating to writability test of ${DISTDIR}, by moving the check a) after we have made the directory if it doesn't exist, and b) inside the loop that actually fetches files, so the check isn't performed with every port make operation that depends on the fetch target (this breaks non-fetch targets as a different user) [2] Submitted by: bmah [1] Reported by: ijliao [2] Tested on: bento Revision Changes Path 1.425 +9 -5 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 11: 7: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C184E37B401; Wed, 25 Sep 2002 11:06:58 -0700 (PDT) Received: from mailreg.NCTU.edu.tw (mailreg.nctu.edu.tw [140.113.27.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id B91CA43E9C; Wed, 25 Sep 2002 11:05:53 -0700 (PDT) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mailreg.NCTU.edu.tw (Postfix) with ESMTP id 55E3A5944B7; Thu, 26 Sep 2002 02:05:42 +0800 (CST) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id 8BDD73D37; Thu, 26 Sep 2002 02:05:45 +0800 (CST) Date: Thu, 26 Sep 2002 02:05:45 +0800 From: Ying-Chieh Liao To: Maxim Sobolev Cc: Trevor Johnson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: kvirc Message-ID: <20020925180545.GA35559@terry.dragon2.net> References: <20020925124032.N57781-100000@blues.jpj.net> <20020925173856.GA32681@vega.vega.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <20020925173856.GA32681@vega.vega.com> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Sep 25, 2002 at 20:38:56 +0300, Maxim Sobolev wrote: > On Wed, Sep 25, 2002 at 12:42:33PM -0400, Trevor Johnson wrote: > > Please back out these changes. > What's up? not respect maintainer ? -- int i;main(){for(;i["] From: Archie Cobbs Date: Wed, 25 Sep 2002 11:10:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia32 ia32_proto.h ia32_syscall.h ia32_sysent.c syscalls.master src/sys/kern init_sysent.c kern_proc.c kern_thread.c syscalls.c syscalls.master src/sys/sys kse.h proc.h syscall.h syscall.mk sysproto.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/09/25 11:10:42 PDT Modified files: sys/ia64/ia32 ia32_proto.h ia32_syscall.h ia32_sysent.c syscalls.master sys/kern init_sysent.c kern_proc.c kern_thread.c syscalls.c syscalls.master sys/sys kse.h proc.h syscall.h syscall.mk sysproto.h Log: Make the following name changes to KSE related functions, etc., to better represent their purpose and minimize namespace conflicts: kse_fn_t -> kse_func_t struct thread_mailbox -> struct kse_thr_mailbox thread_interrupt() -> kse_thr_interrupt() kse_yield() -> kse_release() kse_new() -> kse_create() Add missing declaration of kse_thr_interrupt() to . Regenerate the various generated syscall files. Minor style fixes. Reviewed by: julian Revision Changes Path 1.3 +1 -1 src/sys/ia64/ia32/ia32_proto.h 1.3 +3 -3 src/sys/ia64/ia32/ia32_syscall.h 1.3 +3 -3 src/sys/ia64/ia32/ia32_sysent.c 1.3 +4 -4 src/sys/ia64/ia32/syscalls.master 1.133 +3 -3 src/sys/kern/init_sysent.c 1.152 +10 -9 src/sys/kern/kern_proc.c 1.31 +3 -3 src/sys/kern/kern_thread.c 1.119 +3 -3 src/sys/kern/syscalls.c 1.123 +4 -4 src/sys/kern/syscalls.master 1.5 +14 -12 src/sys/sys/kse.h 1.255 +1 -1 src/sys/sys/proc.h 1.118 +3 -3 src/sys/sys/syscall.h 1.73 +3 -3 src/sys/sys/syscall.mk 1.110 +8 -8 src/sys/sys/sysproto.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 11:14:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F8237B401; Wed, 25 Sep 2002 11:14:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9782643E97; Wed, 25 Sep 2002 11:14:38 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PIEcCo080116; Wed, 25 Sep 2002 11:14:38 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PIEcsU080115; Wed, 25 Sep 2002 11:14:38 -0700 (PDT) Message-Id: <200209251814.g8PIEcsU080115@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 25 Sep 2002 11:14:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/KSE/ksetest kse_asm.S kse_threads_test.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/09/25 11:14:38 PDT Modified files: tools/KSE/ksetest kse_asm.S kse_threads_test.c Log: Adjust for KSE function name changes. Revision Changes Path 1.3 +4 -3 src/tools/KSE/ksetest/kse_asm.S 1.4 +23 -23 src/tools/KSE/ksetest/kse_threads_test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 11:17:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B3CF37B401; Wed, 25 Sep 2002 11:17:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C56AD43ED8; Wed, 25 Sep 2002 11:17:26 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PIHQCo080348; Wed, 25 Sep 2002 11:17:26 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PIHQia080347; Wed, 25 Sep 2002 11:17:26 -0700 (PDT) Message-Id: <200209251817.g8PIHQia080347@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 25 Sep 2002 11:17:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/compat3x Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/25 11:17:26 PDT Modified files: misc/compat3x Makefile distinfo pkg-plist Log: Update with the latest binaries and unmark FORBIDDEN. Properly include libperl.so.3 for CURRENT. Binaries built and contributed by: motoyuki Revision Changes Path 1.10 +24 -36 ports/misc/compat3x/Makefile 1.5 +1 -12 ports/misc/compat3x/distinfo 1.6 +5 -2 ports/misc/compat3x/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 11:31:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ED8737B401; Wed, 25 Sep 2002 11:31:36 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BD4E43E6E; Wed, 25 Sep 2002 11:31:35 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 4591D519B2; Thu, 26 Sep 2002 03:31:34 +0900 (JST) Date: Thu, 26 Sep 2002 03:31:35 +0900 Message-ID: <86fzvxhqew.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Ying-Chieh Liao Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/compat22 Makefile distinfo In-Reply-To: <86hegegfgj.wl@archon.local.idaemons.org> References: <200209251445.g8PEjIlP080783@freefall.freebsd.org> <20020925154225.GA20152@terry.dragon2.net> <86hegegfgj.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Thu, 26 Sep 2002 02:13:32 +0900, I wrote: > However, we can't really fix compat4x, because old OpenSSL libraries > are known to be vulnerable and never fixed. I guess I'll just modify > the BROKEN line to clarify that. On second thoughts, it is better to make it not install the OpenSSL libaries by default and unmark forbidden. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 12:13:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF9C637B404; Wed, 25 Sep 2002 12:13:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BBE143E86; Wed, 25 Sep 2002 12:13:41 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PJDfCo097568; Wed, 25 Sep 2002 12:13:41 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PJDfXP097567; Wed, 25 Sep 2002 12:13:41 -0700 (PDT) Message-Id: <200209251913.g8PJDfXP097567@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 25 Sep 2002 12:13:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/25 12:13:41 PDT Modified files: graphics/mplayer Makefile Log: o Add WITH_REALPLAYER support plus autodetection so that a correct port dependency is built [1] o Have WITH_LIBDVDREAD really work [2] PR: 43291 [1] Submitted by: alane [1], MAINTAINER [2] Approved by: maintainer Revision Changes Path 1.29 +17 -1 ports/graphics/mplayer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 12:21:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CDE737B401; Wed, 25 Sep 2002 12:21:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C31C843E65; Wed, 25 Sep 2002 12:21:09 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PJL9Co099476; Wed, 25 Sep 2002 12:21:09 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PJL9Nh099475; Wed, 25 Sep 2002 12:21:09 -0700 (PDT) Message-Id: <200209251921.g8PJL9Nh099475@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 25 Sep 2002 12:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/25 12:21:09 PDT Modified files: fr_FR.ISO8859-1/books/handbook/install chapter.sgml Log: MFen 1.215 --> 1.216 Revision Changes Path 1.6 +20 -30 doc/fr_FR.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 12:25:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C44FD37B401; Wed, 25 Sep 2002 12:25:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B33E43E75; Wed, 25 Sep 2002 12:25:14 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PJPECo000393; Wed, 25 Sep 2002 12:25:14 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PJPESq000392; Wed, 25 Sep 2002 12:25:14 -0700 (PDT) Message-Id: <200209251925.g8PJPESq000392@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 25 Sep 2002 12:25:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/compat4x Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/25 12:25:14 PDT Modified files: misc/compat4x Makefile distinfo pkg-plist Log: Update to the latest library set and unmark FORBIDDEN excpet: - On 5-CURRENT/alpha: still FORBIDDEN because no updated libc/libc_r is available yet. - By default, OpenSSL libraries are not installed because they are known to be vulnerable. (cf. FreeBSD-SA-02:33.openssl) They are installed only when FORCE_VULNERABLE_OPENSSL is defined, although in that case the port is marked FORBIDDEN. So, one must specify -DFORCE_VULNERABLE_OPENSSL -DNO_IGNORE to install this port with vulnerable OpenSSL libraries. Revision Changes Path 1.11 +34 -18 ports/misc/compat4x/Makefile 1.6 +17 -15 ports/misc/compat4x/distinfo 1.5 +21 -6 ports/misc/compat4x/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 12:47:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A60537B401; Wed, 25 Sep 2002 12:47:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE39543E77; Wed, 25 Sep 2002 12:47:55 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PJltCo005037; Wed, 25 Sep 2002 12:47:55 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PJltg2005036; Wed, 25 Sep 2002 12:47:55 -0700 (PDT) Message-Id: <200209251947.g8PJltg2005036@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 25 Sep 2002 12:47:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat3x.i386 libc.so.3.gz.uu libc_r.so.3.gz.uu libc_r.so.4.gz.uu X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/25 12:47:55 PDT Modified files: lib/compat/compat3x.i386 libc.so.3.gz.uu libc_r.so.3.gz.uu libc_r.so.4.gz.uu Log: Update compat3x libc and libc_r from RELENG_3. This fixes the buffer overflow in resolver described in FreeBSD-SA-02:28.resolv. Binaries built and contributed by; motoyuki Revision Changes Path 1.4 +5451 -5390 src/lib/compat/compat3x.i386/libc.so.3.gz.uu 1.2 +6026 -6004 src/lib/compat/compat3x.i386/libc_r.so.3.gz.uu 1.3 +6135 -6117 src/lib/compat/compat3x.i386/libc_r.so.4.gz.uu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 12:51:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA5E737B406 for ; Wed, 25 Sep 2002 12:51:16 -0700 (PDT) Received: from south.nanolink.com (south.nanolink.com [217.75.134.10]) by mx1.FreeBSD.org (Postfix) with SMTP id B20EB43E6E for ; Wed, 25 Sep 2002 12:51:14 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 36703 invoked by uid 85); 25 Sep 2002 20:00:33 -0000 Received: from office.sbnd.net (HELO straylight.ringlet.net) (217.75.140.130) by south.nanolink.com with SMTP; 25 Sep 2002 20:00:30 -0000 Received: (qmail 31218 invoked by uid 1000); 25 Sep 2002 19:51:20 -0000 Date: Wed, 25 Sep 2002 22:51:19 +0300 From: Peter Pentchev To: Josef Karthauser Cc: "Bruce A. Mah" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh Message-ID: <20020925195119.GB14194@straylight.oblivion.bg> Mail-Followup-To: Josef Karthauser , "Bruce A. Mah" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209250446.g8P4kL19072271@freefall.freebsd.org> <200209250450.g8P4o6D1077675@intruder.bmah.org> <20020925115518.GA87571@genius.tao.org.uk> <200209251551.g8PFp3m1081656@intruder.bmah.org> <20020925155305.GA22330@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <20020925155305.GA22330@genius.tao.org.uk> User-Agent: Mutt/1.5.1i X-Virus-Scanned: by Nik's Monitoring Daemon (AMaViS perl-11d ) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 25, 2002 at 04:53:05PM +0100, Josef Karthauser wrote: > On Wed, Sep 25, 2002 at 08:51:03AM -0700, Bruce A. Mah wrote: > > >=20 > > > If you're committing remotely, us the -T flag to update and checkout = to > > > get the template. > >=20 > > Yes, I'm committing remotely. I just did something like this for a > > different commit: > >=20 > > % cvs update -T > > % cvs commit > >=20 > > I got the same CVS default template (not the FreeBSD default). I seem= =20 > > to remember having tried this before, with no effect. :-p > >=20 > > My CVS client is a two-day-old RELENG_4 build, the server is (of course) > > freefall. > >=20 > > Do I need to have checked out my working sources with "cvs co -T" for= =20 > > this to work? > >=20 >=20 > I'm not sure. I thought that Matt fixed it so that an update did the > right thing too. (sound of scratching of head). FWIW, I have been seeing this for the past couple of months on -STABLE; don't know why I haven't mentioned it yet.. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 If the meanings of 'true' and 'false' were switched, then this sentence wou= ldn't be false. --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9khO37Ri2jRYZRVMRAhIUAJ4jzUadt69MO+xcS+0Z0mahd9XoawCfQW/0 WAPl/9GExONy2ogK8Oc/lyo= =/hLP -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 12:53:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD97E37B404; Wed, 25 Sep 2002 12:53:34 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06E643E81; Wed, 25 Sep 2002 12:53:33 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 0E07F519B2; Thu, 26 Sep 2002 04:53:33 +0900 (JST) Date: Thu, 26 Sep 2002 04:53:34 +0900 Message-ID: <86elbhhmm9.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: re@FreeBSD.org Cc: so@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/compat/compat3x.i386 libc.so.3.gz.uu libc_r.so.3.gz.uu libc_r.so.4.gz.uu In-Reply-To: <200209251947.g8PJltg2005036@freefall.freebsd.org> References: <200209251947.g8PJltg2005036@freefall.freebsd.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Wed, 25 Sep 2002 12:47:55 -0700 (PDT), I wrote: > knu 2002/09/25 12:47:55 PDT > > Modified files: > lib/compat/compat3x.i386 libc.so.3.gz.uu libc_r.so.3.gz.uu > libc_r.so.4.gz.uu > Log: > Update compat3x libc and libc_r from RELENG_3. This fixes the buffer > overflow in resolver described in FreeBSD-SA-02:28.resolv. > > Binaries built and contributed by; motoyuki > > Revision Changes Path > 1.4 +5451 -5390 src/lib/compat/compat3x.i386/libc.so.3.gz.uu > 1.2 +6026 -6004 src/lib/compat/compat3x.i386/libc_r.so.3.gz.uu Could I MFC these to RELENG_4? (I'd leave RELENG_4_[456] to so@) -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 12:59:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1076837B401; Wed, 25 Sep 2002 12:59:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E4643E81; Wed, 25 Sep 2002 12:59:27 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: from freefall.freebsd.org (alex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PJxRCo007307; Wed, 25 Sep 2002 12:59:27 -0700 (PDT) (envelope-from alex@freefall.freebsd.org) Received: (from alex@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PJxRQh007299; Wed, 25 Sep 2002 12:59:27 -0700 (PDT) Message-Id: <200209251959.g8PJxRQh007299@freefall.freebsd.org> From: Alexander Langer Date: Wed, 25 Sep 2002 12:59:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects libh.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2002/09/25 12:59:27 PDT Modified files: en/projects libh.sgml Log: We are now hosting the repository and the development status website on another machine. Revision Changes Path 1.9 +3 -3 www/en/projects/libh.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 13: 1:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 340B437B401; Wed, 25 Sep 2002 13:01:33 -0700 (PDT) Received: from cheer.mahoroba.org (flets20-060.kamome.or.jp [218.45.20.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFE4B43E75; Wed, 25 Sep 2002 13:01:31 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:77havPv/dm8oZfcjZyPDSVj7Lv1l3QO6KHxBlvSeVflqPmQGcoPi1JDKW1wyc0kX@lyrics.mahoroba.org [IPv6:2001:200:301:0:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.12.6/8.12.6) with ESMTP/inet6 id g8PJmU4S096367 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 26 Sep 2002 04:48:30 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 26 Sep 2002 04:48:30 +0900 Message-ID: From: Hajimu UMEMOTO To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_gif.c src/sys/netinet ip_mroute.c In-Reply-To: <200209090936.g899alTG039343@freefall.freebsd.org> References: <200209090936.g899alTG039343@freefall.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.9.15 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.0-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, >>>>> On Mon, 9 Sep 2002 02:36:47 -0700 (PDT) >>>>> Maxim Sobolev said: sobomax> sobomax 2002/09/09 02:36:47 PDT sobomax> Modified files: sobomax> sys/net if_gif.c sobomax> sys/netinet ip_mroute.c sobomax> Log: sobomax> Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GRE sobomax> packets in addition to IPPROTO_IPV4 and IPPROTO_IPV6, explicitly specify sobomax> IPPROTO_IPV4 or IPPROTO_IPV6 instead of -1 when calling encap_attach(). It seems broke IPv6 over IPv4 tunnel. I cannot use it at all. sobomax> 1.28 +2 -2 src/sys/net/if_gif.c I did backout it, then nomal behavior came back. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 13: 4:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C9F537B401; Wed, 25 Sep 2002 13:04:54 -0700 (PDT) Received: from cheer.mahoroba.org (flets20-060.kamome.or.jp [218.45.20.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id A45E643E65; Wed, 25 Sep 2002 13:04:53 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:ccRDCIxZ2KKNc1PbOdrVvPTw+sX/kgJdfVeeec89L4XJo1EldsezF35qv9tpE/U/@lyrics.mahoroba.org [IPv6:2001:200:301:0:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.12.6/8.12.6) with ESMTP/inet6 id g8PK4o4S040793 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 26 Sep 2002 05:04:51 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 26 Sep 2002 05:04:50 +0900 Message-ID: From: Hajimu UMEMOTO To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_gif.c src/sys/netinet ip_mroute.c In-Reply-To: <200209090936.g899alTG039343@freefall.freebsd.org> References: <200209090936.g899alTG039343@freefall.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.9.15 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.0-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, # It seems my message was rejected by unknown reason. My posting host # has PTR RR actually, but my maillog sayd `cannot find your # hostname'. So, I try to send it again. >>>>> On Mon, 9 Sep 2002 02:36:47 -0700 (PDT) >>>>> Maxim Sobolev said: sobomax> sobomax 2002/09/09 02:36:47 PDT sobomax> Modified files: sobomax> sys/net if_gif.c sobomax> sys/netinet ip_mroute.c sobomax> Log: sobomax> Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GRE sobomax> packets in addition to IPPROTO_IPV4 and IPPROTO_IPV6, explicitly specify sobomax> IPPROTO_IPV4 or IPPROTO_IPV6 instead of -1 when calling encap_attach(). It seems IPv6 over IPv4 tunnel. I cannot use it at all. sobomax> 1.28 +2 -2 src/sys/net/if_gif.c I did backout it, then normal behavior came back. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 13:20:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69A9737B401; Wed, 25 Sep 2002 13:20:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E5943E42; Wed, 25 Sep 2002 13:20:14 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PKKDCo016696; Wed, 25 Sep 2002 13:20:13 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PKKDOU016695; Wed, 25 Sep 2002 13:20:13 -0700 (PDT) Message-Id: <200209252020.g8PKKDOU016695@freefall.freebsd.org> From: Juli Mallett Date: Wed, 25 Sep 2002 13:20:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/openpam/lib openpam_ttyconv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/25 13:20:13 PDT Modified files: contrib/openpam/lib openpam_ttyconv.c Log: Because prompting is done in stdin, the message should go to stdout. This un-fixes a major user-interaction bogon in -CURRENT sysinstall of setting root's initial password. Add $FreeBSD$ for this commit. Approved by: des Sponsored by: Rachel Hestilow Revision Changes Path 1.2 +127 -49 src/contrib/openpam/lib/openpam_ttyconv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 13:22:20 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 7268837B401; Wed, 25 Sep 2002 13:22:19 -0700 (PDT) Date: Wed, 25 Sep 2002 13:22:19 -0700 From: Juli Mallett To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/lib openpam_ttyconv.c Message-ID: <20020925132219.B40592@FreeBSD.org> References: <200209252020.g8PKKDOU016695@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209252020.g8PKKDOU016695@freefall.freebsd.org>; from jmallett@FreeBSD.org on Wed, Sep 25, 2002 at 01:20:13PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Juli Mallett [ Data: 2002-09-25 ] [ Subjecte: cvs commit: src/contrib/openpam/lib openpam_ttyconv.c ] > jmallett 2002/09/25 13:20:13 PDT > > Modified files: > contrib/openpam/lib openpam_ttyconv.c > Log: > Because prompting is done in stdin, the message should go to stdout. This > un-fixes a major user-interaction bogon in -CURRENT sysinstall of setting > root's initial password. This is where the stderr terminal (ttyv1) prints the prompt, but reads it on the stdin terminal (ttyv0). Thus there is disconnect between the prompt and the read. I personally think OpenPAM provides us with the functionality to have our own dialog-based prompting, but I do not know if anyone will want to develop that :) -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 13:55:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A5737B401; Wed, 25 Sep 2002 13:55:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3FD43E6A; Wed, 25 Sep 2002 13:55:28 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PKtSCo024254; Wed, 25 Sep 2002 13:55:28 -0700 (PDT) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PKtSYX024253; Wed, 25 Sep 2002 13:55:28 -0700 (PDT) Message-Id: <200209252055.g8PKtSYX024253@freefall.freebsd.org> From: Bill Fenner Date: Wed, 25 Sep 2002 13:55:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/syncmal Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2002/09/25 13:55:28 PDT Modified files: palm/syncmal Makefile distinfo Log: Update to version 0.71, to go with the pilot-link upgrade. Submitted by: Matt Goward PR: ports/43365 Revision Changes Path 1.9 +1 -1 ports/palm/syncmal/Makefile 1.4 +1 -1 ports/palm/syncmal/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 13:56:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8BF037B401; Wed, 25 Sep 2002 13:56:50 -0700 (PDT) Received: from mail-green.research.att.com (mail-green.research.att.com [135.207.30.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C40743E3B; Wed, 25 Sep 2002 13:56:50 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 78DFB1E100; Wed, 25 Sep 2002 16:56:49 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id QAA08436; Wed, 25 Sep 2002 16:56:48 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id NAA11416; Wed, 25 Sep 2002 13:56:49 -0700 (PDT) Message-Id: <200209252056.NAA11416@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: fenner@FreeBSD.org Subject: Re: cvs commit: ports/palm/syncmal Makefile distinfo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Date: Wed, 25 Sep 2002 13:56:48 -0700 Versions: dmail (solaris) 2.5a/makemail 2.9d Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Forgot: Approved by: portmgr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 13:59: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B17F37B401; Wed, 25 Sep 2002 13:59:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F25943E88; Wed, 25 Sep 2002 13:59:08 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PKx8Co024479; Wed, 25 Sep 2002 13:59:08 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PKx8Uj024478; Wed, 25 Sep 2002 13:59:08 -0700 (PDT) Message-Id: <200209252059.g8PKx8Uj024478@freefall.freebsd.org> From: Christian Weisgerber Date: Wed, 25 Sep 2002 13:59:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gnat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/09/25 13:59:08 PDT Modified files: lang/gnat Makefile Log: * Match up distfiles and their respective master sites. * Mark the bootstrap as i386-only. Approved by: maintainer Revision Changes Path 1.32 +7 -4 ports/lang/gnat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 15:17:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7025337B401; Wed, 25 Sep 2002 15:17:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 218C043E75; Wed, 25 Sep 2002 15:17:19 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PMHICo049084; Wed, 25 Sep 2002 15:17:19 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PMHIeD049083; Wed, 25 Sep 2002 15:17:18 -0700 (PDT) Message-Id: <200209252217.g8PMHIeD049083@freefall.freebsd.org> From: Juli Mallett Date: Wed, 25 Sep 2002 15:17:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc sysctl.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/25 15:17:18 PDT Modified files: etc sysctl.conf Log: Document at least one meaningful RELENG_5 feature, the ability to hide from a user processes which run with an inequivalent class of UID credentials. Sponsored by: Rachel Hestilow Revision Changes Path 1.7 +4 -1 src/etc/sysctl.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 16:18:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50FC37B401; Wed, 25 Sep 2002 16:18:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D2F43E3B; Wed, 25 Sep 2002 16:18:52 -0700 (PDT) (envelope-from pst@FreeBSD.org) Received: from freefall.freebsd.org (pst@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PNIqCo065398; Wed, 25 Sep 2002 16:18:52 -0700 (PDT) (envelope-from pst@freefall.freebsd.org) Received: (from pst@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PNIq0x065397; Wed, 25 Sep 2002 16:18:52 -0700 (PDT) Message-Id: <200209252318.g8PNIq0x065397@freefall.freebsd.org> From: Paul Traina Date: Wed, 25 Sep 2002 16:18:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libtacplus Makefile libtacplus.3 taclib.c taclib.h taclib_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pst 2002/09/25 16:18:52 PDT Modified files: lib/libtacplus Makefile libtacplus.3 taclib.c taclib.h taclib_private.h Log: Enhance TACACS+ library to fully support authorization requests in addition to existing authentication. No change to the existing APIs to preseve both binary and API compatibility, so I am not inclined to bump the library version number unless someone thinks this is necessary. Submitted by: Paul Fraley MFC after: 2 weeks Revision Changes Path 1.4 +2 -2 src/lib/libtacplus/Makefile 1.10 +117 -12 src/lib/libtacplus/libtacplus.3 1.5 +314 -50 src/lib/libtacplus/taclib.c 1.2 +28 -1 src/lib/libtacplus/taclib.h 1.2 +26 -1 src/lib/libtacplus/taclib_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 16:22:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D6F37B412; Wed, 25 Sep 2002 16:22:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94DED43E4A; Wed, 25 Sep 2002 16:22:14 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PNMECo067068; Wed, 25 Sep 2002 16:22:14 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PNMElv067067; Wed, 25 Sep 2002 16:22:14 -0700 (PDT) Message-Id: <200209252322.g8PNMElv067067@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 25 Sep 2002 16:22:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add main.c perform.c src/usr.sbin/pkg_install/lib file.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/25 16:22:14 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/add main.c perform.c usr.sbin/pkg_install/lib file.c Log: Revert to gzip as the default compression scheme used by the pkg_* utilities. While the idea of bzip2 compression is a good one, our support for this feature isn't mature enough for the impending release. Reviewed by: obrien Approved by: re (bmah) Revision Changes Path 1.29.2.19 +1 -2 src/usr.sbin/pkg_install/add/main.c 1.57.2.15 +1 -1 src/usr.sbin/pkg_install/add/perform.c 1.40.2.14 +3 -6 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 16:55: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17E0537B401; Wed, 25 Sep 2002 16:55:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD07343E6A; Wed, 25 Sep 2002 16:55:06 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: from freefall.freebsd.org (semenu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PNt6Co073160; Wed, 25 Sep 2002 16:55:06 -0700 (PDT) (envelope-from semenu@freefall.freebsd.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PNt6OM073159; Wed, 25 Sep 2002 16:55:06 -0700 (PDT) Message-Id: <200209252355.g8PNt6OM073159@freefall.freebsd.org> From: Semen Ustimenko Date: Wed, 25 Sep 2002 16:55:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG semenu 2002/09/25 16:55:06 PDT Modified files: sys/fs/ntfs ntfs_vnops.c Log: Fix the problem introduced by vop_stdbmap() usage. The NTFS does not implement worthful VOP_BMAP() handler, so it expect the blkno not to be changed by VOP_BMAP(). Otherwise, it'll have to find some tricky way to determine if bp was VOP_BMAP()ed or not in VOP_STRATEGY(). PR: kern/42139 Revision Changes Path 1.34 +28 -1 src/sys/fs/ntfs/ntfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 17:31:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B899B37B401; Wed, 25 Sep 2002 17:31:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ADA743E4A; Wed, 25 Sep 2002 17:31:16 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q0VGCo085203; Wed, 25 Sep 2002 17:31:16 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q0VG7j085202; Wed, 25 Sep 2002 17:31:16 -0700 (PDT) Message-Id: <200209260031.g8Q0VG7j085202@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 25 Sep 2002 17:31:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vnode_if.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/25 17:31:16 PDT Modified files: sys/kern vnode_if.src Log: - We don't need any automated lock checking for vop_islocked. Revision Changes Path 1.58 +1 -1 src/sys/kern/vnode_if.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 18: 2:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A086B37B401; Wed, 25 Sep 2002 18:02:42 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36EF243E65; Wed, 25 Sep 2002 18:02:41 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id LAA19644; Thu, 26 Sep 2002 11:02:12 +1000 Date: Thu, 26 Sep 2002 11:11:17 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp Cc: Bruce Evans , , Subject: Re: cvs commit: src/sys/kern kern_time.c In-Reply-To: <22304.1032976131@critter.freebsd.dk> Message-ID: <20020926110937.N27991-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 25 Sep 2002, Poul-Henning Kamp wrote: > In message <200209251200.g8PC0crn015343@freefall.freebsd.org>, Bruce Evans writ > es: > >bde 2002/09/25 05:00:38 PDT > > > > Modified files: > > sys/kern kern_time.c > > Log: > > Round up instead of towards 0 in clock_getres() so that a resolution of > > 0 is never returned. > > So, did you get a multi-GHz CPU ? :-) Just an athlon. It's hard to buy one slower than 1GHz now. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 18:39:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43EAF37B401; Wed, 25 Sep 2002 18:39:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB0FB43E81; Wed, 25 Sep 2002 18:39:22 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q1dMCo004359; Wed, 25 Sep 2002 18:39:22 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q1dMYn004358; Wed, 25 Sep 2002 18:39:22 -0700 (PDT) Message-Id: <200209260139.g8Q1dMYn004358@freefall.freebsd.org> From: Juli Mallett Date: Wed, 25 Sep 2002 18:39:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/25 18:39:22 PDT Modified files: usr.bin/make job.h Log: Don't declare things as extern when they will be static. Sponsored by: Rachel Hestilow Revision Changes Path 1.18 +6 -1 src/usr.bin/make/job.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 19:31:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B10637B401; Wed, 25 Sep 2002 19:31:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B9A843E81; Wed, 25 Sep 2002 19:31:37 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q2VaCo020399; Wed, 25 Sep 2002 19:31:36 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q2VaZ7020398; Wed, 25 Sep 2002 19:31:36 -0700 (PDT) Message-Id: <200209260231.g8Q2VaZ7020398@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 25 Sep 2002 19:31:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/25 19:31:36 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Removed release note: bzip2 package default. Approved by: re (implicitly) Revision Changes Path 1.22.2.296 +0 -7 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 19:54:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3F7A37B401; Wed, 25 Sep 2002 19:54:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 882C043EC5; Wed, 25 Sep 2002 19:54:31 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q2sVCo024546; Wed, 25 Sep 2002 19:54:31 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q2sVpB024545; Wed, 25 Sep 2002 19:54:31 -0700 (PDT) Message-Id: <200209260254.g8Q2sVpB024545@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 25 Sep 2002 19:54:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/specfs spec_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/25 19:54:30 PDT Modified files: sys/fs/specfs spec_vnops.c Log: - Fix a botch in previous commit; oldvp should not be unconditionally assigned. Revision Changes Path 1.176 +3 -2 src/sys/fs/specfs/spec_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 20: 9:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DCA037B401; Wed, 25 Sep 2002 20:09:30 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F07E43E4A; Wed, 25 Sep 2002 20:09:29 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g8Q39Tl02439; Wed, 25 Sep 2002 23:09:29 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Wed, 25 Sep 2002 23:09:29 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/fs/specfs spec_vnops.c In-Reply-To: <200209260254.g8Q2sVpB024545@freefall.freebsd.org> Message-ID: <20020925230918.J97589-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 25 Sep 2002, Jeff Roberson wrote: > jeff 2002/09/25 19:54:30 PDT > > Modified files: > sys/fs/specfs spec_vnops.c > Log: > - Fix a botch in previous commit; oldvp should not be unconditionally > assigned. > Sorry about that. VFS is safe again. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 20:36: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF8937B401; Wed, 25 Sep 2002 20:36:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F41343E7B; Wed, 25 Sep 2002 20:36:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q3a3Co037185; Wed, 25 Sep 2002 20:36:03 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q3a3aZ037184; Wed, 25 Sep 2002 20:36:03 -0700 (PDT) Message-Id: <200209260336.g8Q3a3aZ037184@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 25 Sep 2002 20:36:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arts++ Makefile pkg-plist ports/net/arts++/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/25 20:36:02 PDT Modified files: net/arts++ Makefile pkg-plist Added files: net/arts++/files patch-aa Log: fix build with gcc3 PR: 42675 Submitted by: Craig Rodrigues Approved by: maintainer Revision Changes Path 1.9 +1 -0 ports/net/arts++/Makefile 1.1 +3243 -0 ports/net/arts++/files/patch-aa (new) 1.3 +0 -2 ports/net/arts++/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 20:38:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B22337B401; Wed, 25 Sep 2002 20:38:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4064B43E65; Wed, 25 Sep 2002 20:38:32 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q3cWCo037445; Wed, 25 Sep 2002 20:38:32 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q3cUCC037437; Wed, 25 Sep 2002 20:38:30 -0700 (PDT) Message-Id: <200209260338.g8Q3cUCC037437@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 25 Sep 2002 20:38:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add pkg_add.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/25 20:38:30 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/add pkg_add.1 Log: Partial revert of previous commit: tgz is once again the default suffix for 4-STABLE packages. Approved by: re (implicit) Revision Changes Path 1.35.2.13 +2 -2 src/usr.sbin/pkg_install/add/pkg_add.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 21:23:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2A9537B401 for ; Wed, 25 Sep 2002 21:23:36 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD2243E6E for ; Wed, 25 Sep 2002 21:23:36 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.2] (vpn-client-2.marcuscom.com [10.2.1.2]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g8Q4JKiv040086; Thu, 26 Sep 2002 00:19:21 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Subject: Re: cvs commit: ports/textproc/pspell Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/pspell/files patch-ac From: Joe Marcus Clarke To: Joseph Scott Cc: cvs-all@FreeBSD.org, Alex Dupre In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 26 Sep 2002 00:23:07 -0400 Message-Id: <1033014197.765.15.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.41 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-09-23 at 16:39, Joseph Scott wrote: > > On Fri, 20 Sep 2002, Joe Marcus Clarke wrote: > > # marcus 2002/09/20 14:00:33 PDT > # > # Removed files: > # textproc/pspell Makefile distinfo pkg-comment pkg-descr > # pkg-plist > # textproc/pspell/files patch-ac > # Log: > # Delete textproc/pspell. It's API has been consumed by textproc/aspell. All > # users of pspell should start using aspell immediately. > # > # Submitted by: Thierry Thomas > # Approved by: petef (before he went offline) > > PR ports/37319 ([Patch] textproc/pspell-ispell (Makefile cleanup & > use libtool)) can be closed then. I don't think so. This PR deals with pspell-ispell which is still a valid port (that needs some attention). I'll take a look at this PR when I get back from vacation. Thanks. Joe > > -Joseph > > -- Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 21:40:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F2DB37B401; Wed, 25 Sep 2002 21:40:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12E9F43E75; Wed, 25 Sep 2002 21:40:56 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q4etCo053468; Wed, 25 Sep 2002 21:40:55 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q4etnG053467; Wed, 25 Sep 2002 21:40:55 -0700 (PDT) Message-Id: <200209260440.g8Q4etnG053467@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 25 Sep 2002 21:40:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/25 21:40:55 PDT Modified files: . Makefile Log: Add "make universe" target which: for each arch i386 sparc64 alpha ia64 make buildworld TARGET_ARCH=$arch if NOTES found make LINT foreach kern ${arch}/conf/[A-Z0-9]* make buildkernel TARGET_ARCH=$arch KERNCONF=$kern Errors from the individual steps are ignored and the stdout+stderr are saved in distinct files in root of the source tree with names like: _.${arch}.${target} On my dual 1.6G Athlon it takes roughly four hours to run this target. Revision Changes Path 1.266 +38 -0 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 21:48:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02AB237B401; Wed, 25 Sep 2002 21:48:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E8843E42; Wed, 25 Sep 2002 21:48:44 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q4miCo055266; Wed, 25 Sep 2002 21:48:44 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q4mihw055265; Wed, 25 Sep 2002 21:48:44 -0700 (PDT) Message-Id: <200209260448.g8Q4mihw055265@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 25 Sep 2002 21:48:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/tools vnode_if.awk src/sys/sys vnode.h src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/25 21:48:44 PDT Modified files: sys/tools vnode_if.awk sys/sys vnode.h sys/kern vfs_subr.c Log: - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c - Make the VI asserts more orthogonal to the rest of the asserts by using a new, common vfs_badlock() function and adding a 'str' arg. - Adjust generated ASSERTS to match the new prototype. - Adjust explicit ASSERTS to match the new prototype. Revision Changes Path 1.407 +92 -29 src/sys/kern/vfs_subr.c 1.212 +27 -109 src/sys/sys/vnode.h 1.37 +1 -1 src/sys/tools/vnode_if.awk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 22: 7:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAB1D37B401; Wed, 25 Sep 2002 22:07:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7005A43E3B; Wed, 25 Sep 2002 22:07:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q57gCo063416; Wed, 25 Sep 2002 22:07:42 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q57g7S063415; Wed, 25 Sep 2002 22:07:42 -0700 (PDT) Message-Id: <200209260507.g8Q57g7S063415@freefall.freebsd.org> From: Peter Wemm Date: Wed, 25 Sep 2002 22:07:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include segments.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/25 22:07:42 PDT Modified files: sys/i386/include segments.h Log: ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() are not used anywhere anymore. Revision Changes Path 1.32 +0 -20 src/sys/i386/include/segments.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 22:54:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22D2A37B401; Wed, 25 Sep 2002 22:54:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE06F43E6E; Wed, 25 Sep 2002 22:54:24 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q5sOCo073825; Wed, 25 Sep 2002 22:54:24 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q5sOC4073824; Wed, 25 Sep 2002 22:54:24 -0700 (PDT) Message-Id: <200209260554.g8Q5sOC4073824@freefall.freebsd.org> From: Warner Losh Date: Wed, 25 Sep 2002 22:54:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/09/25 22:54:24 PDT Modified files: sys/modules Makefile Log: Add cardbus, cbb, ep and pccard. These can likely be moved to the MI section, but I've not had a chance to build them on other architectures recently enough to add them. Revision Changes Path 1.260 +5 -0 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 23:19: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DF7E37B401; Wed, 25 Sep 2002 23:19:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13AD743E6E; Wed, 25 Sep 2002 23:19:07 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q6J6Co082432; Wed, 25 Sep 2002 23:19:06 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q6J6FK082431; Wed, 25 Sep 2002 23:19:06 -0700 (PDT) Message-Id: <200209260619.g8Q6J6FK082431@freefall.freebsd.org> From: Kevin Lo Date: Wed, 25 Sep 2002 23:19:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/kxmleditor pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/25 23:19:06 PDT Modified files: editors/kxmleditor pkg-comment Log: Fix comment -- this port is for KDE3, not KDE2. Revision Changes Path 1.2 +1 -1 ports/editors/kxmleditor/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 23:19:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D72D37B401; Wed, 25 Sep 2002 23:19:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA4943E42; Wed, 25 Sep 2002 23:19:32 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from freefall.freebsd.org (njl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q6JWCo082510; Wed, 25 Sep 2002 23:19:32 -0700 (PDT) (envelope-from njl@freefall.freebsd.org) Received: (from njl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q6JWFL082509; Wed, 25 Sep 2002 23:19:32 -0700 (PDT) Message-Id: <200209260619.g8Q6JWFL082509@freefall.freebsd.org> From: Nate Lawson Date: Wed, 25 Sep 2002 23:19:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_venus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2002/09/25 23:19:32 PDT Modified files: sys/coda coda_venus.c Log: Fix these warns where sizeof(int) != sizeof(void *) /h/des/src/sys/coda/coda_venus.c: In function `venus_ioctl': /h/des/src/sys/coda/coda_venus.c:277: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_venus.c:292: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_venus.c: In function `venus_readlink': /h/des/src/sys/coda/coda_venus.c:380: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_venus.c: In function `venus_readdir': /h/des/src/sys/coda/coda_venus.c:637: warning: cast from pointer to integer of different size Submitted by: des-alpha-tinderbox Revision Changes Path 1.16 +4 -4 src/sys/coda/coda_venus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 23:40: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9E8B37B404; Wed, 25 Sep 2002 23:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CCCA43E86; Wed, 25 Sep 2002 23:40:05 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q6e5Co095270; Wed, 25 Sep 2002 23:40:05 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q6e5ih095269; Wed, 25 Sep 2002 23:40:05 -0700 (PDT) Message-Id: <200209260640.g8Q6e5ih095269@freefall.freebsd.org> From: Juli Mallett Date: Wed, 25 Sep 2002 23:40:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make targ.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/25 23:40:05 PDT Modified files: usr.bin/make targ.c Log: When formatting the time for a target, use %H instead of %k, which is mostly the same, but uses a non-extension option. Sponsored by: Rachel Hestilow Revision Changes Path 1.22 +1 -1 src/usr.bin/make/targ.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 25 23:44:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71BCA37B401; Wed, 25 Sep 2002 23:44:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F1043E77; Wed, 25 Sep 2002 23:44:32 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q6iUCo000200; Wed, 25 Sep 2002 23:44:30 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q6iUiv000195; Wed, 25 Sep 2002 23:44:30 -0700 (PDT) Message-Id: <200209260644.g8Q6iUiv000195@freefall.freebsd.org> From: Juli Mallett Date: Wed, 25 Sep 2002 23:44:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make parse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/25 23:44:30 PDT Modified files: usr.bin/make parse.c Log: Remove a semicolon that appears to be a lie. Spotted by: SPARC64 make WARNS=3 Sponsored by: Rachel Hestilow Revision Changes Path 1.43 +1 -1 src/usr.bin/make/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 0: 8:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3793B37B401; Thu, 26 Sep 2002 00:08:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1E9A43E88; Thu, 26 Sep 2002 00:08:48 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q78mCo011826; Thu, 26 Sep 2002 00:08:48 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q78mgq011825; Thu, 26 Sep 2002 00:08:48 -0700 (PDT) Message-Id: <200209260708.g8Q78mgq011825@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 26 Sep 2002 00:08:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 release.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/09/26 00:08:48 PDT Modified files: share/man/man7 release.7 Log: Document DOC_LANG. Reviewed by: murray Revision Changes Path 1.15 +4 -0 src/share/man/man7/release.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 0:19: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6478D37B401; Thu, 26 Sep 2002 00:19:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1590643E86; Thu, 26 Sep 2002 00:19:06 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q7J5Co016196; Thu, 26 Sep 2002 00:19:05 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q7J5sY016195; Thu, 26 Sep 2002 00:19:05 -0700 (PDT) Message-Id: <200209260719.g8Q7J5sY016195@freefall.freebsd.org> From: Maxim Konovalov Date: Thu, 26 Sep 2002 00:19:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/09/26 00:19:05 PDT Modified files: (Branch: RELENG_4) sbin/ipfw ipfw.c Log: MFC a part of rev. 1.122: do not miss 'not' in '... to not me'. PR: bin/43319 Approved by: re (jhb) MFC rev. 1.124: do not dump core on 'ipfw add unreach'. Approved by: re (jhb) Revision Changes Path 1.80.2.24 +8 -6 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 0:22:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 396DA37B401; Thu, 26 Sep 2002 00:22:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E209F43E42; Thu, 26 Sep 2002 00:22:29 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q7MTCo018641; Thu, 26 Sep 2002 00:22:29 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q7MTJC018640; Thu, 26 Sep 2002 00:22:29 -0700 (PDT) Message-Id: <200209260722.g8Q7MTJC018640@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 26 Sep 2002 00:22:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gif.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/26 00:22:29 PDT Modified files: sys/net if_gif.c Log: Revert 1.27, as it breaks IPv6 over IPv4 tunnels. Submitted by: Mark Huizer , ume Revision Changes Path 1.31 +2 -2 src/sys/net/if_gif.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 0:38:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0306537B401; Thu, 26 Sep 2002 00:38:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA8F43E86; Thu, 26 Sep 2002 00:38:57 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q7cvCo025744; Thu, 26 Sep 2002 00:38:57 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q7cvFk025743; Thu, 26 Sep 2002 00:38:57 -0700 (PDT) Message-Id: <200209260738.g8Q7cvFk025743@freefall.freebsd.org> From: Jeff Roberson Date: Thu, 26 Sep 2002 00:38:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys alq.h src/sys/kern kern_alq.c kern_ktr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/26 00:38:57 PDT Modified files: sys/sys alq.h sys/kern kern_alq.c kern_ktr.c Log: - Export the alq daemon thread pointer. - Don't log ktr events from the alq daemon. Revision Changes Path 1.3 +7 -4 src/sys/kern/kern_alq.c 1.33 +2 -1 src/sys/kern/kern_ktr.c 1.3 +3 -0 src/sys/sys/alq.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 0:55:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A70F37B401; Thu, 26 Sep 2002 00:55:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC8C43E6A; Thu, 26 Sep 2002 00:55:19 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q7tJCo033442; Thu, 26 Sep 2002 00:55:19 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q7tJJM033441; Thu, 26 Sep 2002 00:55:19 -0700 (PDT) Message-Id: <200209260755.g8Q7tJJM033441@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 26 Sep 2002 00:55:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio asprintf.c vasprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/26 00:55:18 PDT Modified files: lib/libc/stdio asprintf.c vasprintf.c Log: Sync with OpenBSD: avoid memory leak when __vfprintf() fails because it runs out of memory, always call va_end. Revision Changes Path 1.12 +20 -12 src/lib/libc/stdio/asprintf.c 1.17 +19 -12 src/lib/libc/stdio/vasprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 1: 8: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA7B37B404; Thu, 26 Sep 2002 01:08:03 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C346743E7B; Thu, 26 Sep 2002 01:06:06 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 53179519B2; Thu, 26 Sep 2002 17:05:44 +0900 (JST) Date: Thu, 26 Sep 2002 17:05:44 +0900 Message-ID: <86bs6lgopz.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: alpha@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/compat4x Makefile distinfo pkg-plist In-Reply-To: <200209251925.g8PJPESq000392@freefall.freebsd.org> References: <200209251925.g8PJPESq000392@freefall.freebsd.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Wed, 25 Sep 2002 12:25:14 -0700 (PDT), I wrote: > knu 2002/09/25 12:25:14 PDT > > Modified files: > misc/compat4x Makefile distinfo pkg-plist > Log: > Update to the latest library set and unmark FORBIDDEN excpet: > > - On 5-CURRENT/alpha: still FORBIDDEN because no updated libc/libc_r > is available yet. > > - By default, OpenSSL libraries are not installed because they are > known to be vulnerable. (cf. FreeBSD-SA-02:33.openssl) They are > installed only when FORCE_VULNERABLE_OPENSSL is defined, although > in that case the port is marked FORBIDDEN. So, one must specify > -DFORCE_VULNERABLE_OPENSSL -DNO_IGNORE to install this port with > vulnerable OpenSSL libraries. FreeBSD/alpha folks, feel free to do the following: - Extract the latest libraries (libc & libc_r at least) from 4.6.2-RELEASE or from a more recent snapshot. - Update src/lib/compat/compat4x.alpha/* with them after doing due tests on 5-CURRENT. - Wait until a snapshot including the above fixes appears in: ftp://current.freebsd.org/pub/FreeBSD/snapshots/alpha/ - Make ports/misc/compat4x use the snapshot and unmark FORBIDDEN for 5-CURRENT/alpha. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 1:26:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E1537B401; Thu, 26 Sep 2002 01:26:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E8C843E42; Thu, 26 Sep 2002 01:26:17 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q8QGCo051314; Thu, 26 Sep 2002 01:26:16 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q8QGrW051313; Thu, 26 Sep 2002 01:26:16 -0700 (PDT) Message-Id: <200209260826.g8Q8QGrW051313@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 26 Sep 2002 01:26:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vswprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/26 01:26:16 PDT Modified files: lib/libc/stdio vswprintf.c Log: Correctly handle the case where __vfwprintf() fails because it runs out of memory. Revision Changes Path 1.2 +7 -1 src/lib/libc/stdio/vswprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 1:51:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540F237B401; Thu, 26 Sep 2002 01:51:16 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEF243E4A; Thu, 26 Sep 2002 01:51:10 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g8Q8ocl16621; Thu, 26 Sep 2002 11:50:38 +0300 (EEST) (envelope-from ru) Date: Thu, 26 Sep 2002 11:50:38 +0300 From: Ruslan Ermilov To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make parse.c Message-ID: <20020926085038.GB9743@sunbay.com> References: <200209260644.g8Q6iUiv000195@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CdrF4e02JqNVZeln" Content-Disposition: inline In-Reply-To: <200209260644.g8Q6iUiv000195@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 25, 2002 at 11:44:30PM -0700, Juli Mallett wrote: > jmallett 2002/09/25 23:44:30 PDT >=20 > Modified files: > usr.bin/make parse.c=20 > Log: > Remove a semicolon that appears to be a lie. > =20 > Spotted by: SPARC64 make WARNS=3D3 > Sponsored by: Rachel Hestilow > =20 > Revision Changes Path > 1.43 +1 -1 src/usr.bin/make/parse.c >=20 As an aside. Our make(1) suffers from the parsing bug in parse.c:ParseReadLine(). When it sees a colon (`:') it marks the line as being a "dependency" line, and when it later sees a semicolon (`;') it replaces it by a newline. The net effect is that the following fragment blows up: %%% HDRS=3D foo.h bar.h SRCDIR=3D ${.CURDIR} barf: =2Efor h in ${HDRS:S;^;${SRCDIR}/;} @echo ${h} =2Eendfor %%% This, OTOH, works: %%% HDRS=3D foo.h bar.h SRCDIR=3D ${.CURDIR} swallow: =2Efor h in ${HDRS:S/^/${SRCDIR}\//} @echo ${h} =2Eendfor %%% In OpenBSD, this has been fixed yet in 2001 by the new parsing code (parse.c,v 1.59 and related changes). Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --CdrF4e02JqNVZeln Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9kspeUkv4P6juNwoRAokWAJ9GZaA3IwO1WTn7S5GMQyyG/fwxAQCcDv44 UpvlNfQTtvcbOww+Iz08jXI= =wg4P -----END PGP SIGNATURE----- --CdrF4e02JqNVZeln-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 2:23:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 322AA37B401; Thu, 26 Sep 2002 02:23:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 153C243E91; Thu, 26 Sep 2002 02:23:08 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q9N7Co068266; Thu, 26 Sep 2002 02:23:07 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q9N73g068265; Thu, 26 Sep 2002 02:23:07 -0700 (PDT) Message-Id: <200209260923.g8Q9N73g068265@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 26 Sep 2002 02:23:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcscpy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/26 02:23:07 PDT Modified files: lib/libc/string wcscpy.c Log: Simplify by removing useless local variables and explicit null termination. Revision Changes Path 1.8 +5 -9 src/lib/libc/string/wcscpy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 2:28:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B17837B401; Thu, 26 Sep 2002 02:28:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B39B243E6E; Thu, 26 Sep 2002 02:28:55 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q9StCo068497; Thu, 26 Sep 2002 02:28:55 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q9StEO068496; Thu, 26 Sep 2002 02:28:55 -0700 (PDT) Message-Id: <200209260928.g8Q9StEO068496@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 26 Sep 2002 02:28:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcscat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/26 02:28:55 PDT Modified files: lib/libc/string wcscat.c Log: Simplify by removing unneeded local variables and explicit null termination. Revision Changes Path 1.8 +8 -12 src/lib/libc/string/wcscat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 2:48:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 679FF37B401; Thu, 26 Sep 2002 02:48:33 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9558943E3B; Thu, 26 Sep 2002 02:48:32 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g8Q9mVg43108; Thu, 26 Sep 2002 05:48:31 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Thu, 26 Sep 2002 05:48:31 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/tools vnode_if.awk src/sys/sys vnode.h src/sys/kern vfs_subr.c In-Reply-To: <200209260448.g8Q4mihw055265@freefall.freebsd.org> Message-ID: <20020926054628.K97589-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 25 Sep 2002, Jeff Roberson wrote: > jeff 2002/09/25 21:48:44 PDT > > Modified files: > sys/tools vnode_if.awk > sys/sys vnode.h > sys/kern vfs_subr.c > Log: > - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c > - Make the VI asserts more orthogonal to the rest of the asserts by using a > new, common vfs_badlock() function and adding a 'str' arg. > - Adjust generated ASSERTS to match the new prototype. > - Adjust explicit ASSERTS to match the new prototype. I forgot to credit bde for pointing out the many style bugs in vnode.h, some of which were addressed in this patch. I think vnode.h has grown a bit too big. So has vfs_subr.c. I'm thinking about moving the syncer in to vfs_syncer.c and possibly moving the debugging stuff into vfs_debug.c. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 4:31: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71B9637B401; Thu, 26 Sep 2002 04:31:03 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565A743E42; Thu, 26 Sep 2002 04:30:27 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g8QBTja44111; Thu, 26 Sep 2002 14:29:45 +0300 (EEST) (envelope-from ru) Date: Thu, 26 Sep 2002 14:29:45 +0300 From: Ruslan Ermilov To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile Message-ID: <20020926112945.GB39655@sunbay.com> References: <200209260440.g8Q4etnG053467@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj" Content-Disposition: inline In-Reply-To: <200209260440.g8Q4etnG053467@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --O5XBE6gyVG5Rl6Rj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 25, 2002 at 09:40:55PM -0700, Poul-Henning Kamp wrote: > phk 2002/09/25 21:40:55 PDT >=20 > Modified files: > . Makefile=20 > Log: > Add "make universe" target which: > =20 > for each arch i386 sparc64 alpha ia64 > make buildworld TARGET_ARCH=3D$arch > if NOTES found > make LINT > foreach kern ${arch}/conf/[A-Z0-9]* > make buildkernel TARGET_ARCH=3D$arch KERNCONF= =3D$kern > =20 > Errors from the individual steps are ignored and the stdout+stderr > are saved in distinct files in root of the source tree with names > like: _.${arch}.${target} > =20 > On my dual 1.6G Athlon it takes roughly four hours to run this target. > =20 Redirections in makefiles are usually considered bogus, so I would rather suggest that either this be removed, or the whole thing be moved to src/tools/. Some notes. I would not hardcode the __MAKE_CONF=3D/dev/null thing; it sometimes makes sense to rebuild all worlds with the same set of /etc/make.conf options. The "universe" as it is now does not handle i386:pc98. Attempting to cross-build kernels without a working cross-tools chain is going nowhere, so ignoring "errors from the individual steps" does not work well. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --O5XBE6gyVG5Rl6Rj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ku+pUkv4P6juNwoRAoHHAJ9H6AsEpgYcb9fa09i3NPJGvnodpACdFtfK Rrx9P+DQJUzmO8PwUIxmddg= =wsCk -----END PGP SIGNATURE----- --O5XBE6gyVG5Rl6Rj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 5:11:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7917437B401; Thu, 26 Sep 2002 05:11:48 -0700 (PDT) Received: from critter.freebsd.dk (esplanaden.cybercity.dk [212.242.40.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49FC643E42; Thu, 26 Sep 2002 05:11:47 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8QCBBgk002534; Thu, 26 Sep 2002 14:11:12 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile In-Reply-To: Your message of "Thu, 26 Sep 2002 14:29:45 +0300." <20020926112945.GB39655@sunbay.com> Date: Thu, 26 Sep 2002 14:11:11 +0200 Message-ID: <2533.1033042271@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020926112945.GB39655@sunbay.com>, Ruslan Ermilov writes: >Redirections in makefiles are usually considered bogus, so I would >rather suggest that either this be removed, or the whole thing be >moved to src/tools/. Some notes. I agree, but this target isn't usual: it is meant for tinderboxing, not for release building. If you prefer the name can be changed to "tinderbox" or similar. The idea is that hopefully this target will result in our tree being more buildable more of the time. Being able to do a "make universe" before you go to bed, and know that your changes has at least not broken any compiles will be a significant step forward in this respect. >I would not hardcode the __MAKE_CONF=3D/dev/null thing; it sometimes >makes sense to rebuild all worlds with the same set of /etc/make.conf >options. See above. >The "universe" as it is now does not handle i386:pc98. I tried and you cannot make a buildworld in pc98, only kernels, I can add the pc98 kernels if there is concensus. >Attempting to cross-build kernels without a working cross-tools chain >is going nowhere, so ignoring "errors from the individual steps" does >not work well. For a tinderboxing target: yes, it makes sense. BTW: I thought about adding the "make release" step as well, but decided against it for now, we should add it later. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 5:23:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0BEA37B401; Thu, 26 Sep 2002 05:23:42 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D97843E77; Thu, 26 Sep 2002 05:23:40 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g8QCNR350768; Thu, 26 Sep 2002 21:23:27 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: ru@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <2533.1033042271@critter.freebsd.dk> References: <20020926112945.GB39655@sunbay.com> <2533.1033042271@critter.freebsd.dk> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 8 From: Makoto Matsushita To: phk@critter.freebsd.dk Subject: Re: cvs commit: src Makefile Date: Thu, 26 Sep 2002 21:23:25 +0900 Message-Id: <20020926212325T.matusita@jp.FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk> I tried and you cannot make a buildworld in pc98, only kernels, snapshots.pc98.jp.FreeBSD.org does build snapshots everyday. Nyan-san knows the details. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 5:32:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 188A737B401; Thu, 26 Sep 2002 05:32:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6CB43E4A; Thu, 26 Sep 2002 05:32:43 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QCWhCo024244; Thu, 26 Sep 2002 05:32:43 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QCWhmC024243; Thu, 26 Sep 2002 05:32:43 -0700 (PDT) Message-Id: <200209261232.g8QCWhmC024243@freefall.freebsd.org> From: Michael Lucas Date: Thu, 26 Sep 2002 05:32:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/26 05:32:43 PDT Modified files: en/donations wantlist.sgml Log: Add new wants. Revision Changes Path 1.24 +15 -1 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 5:34:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2860237B401; Thu, 26 Sep 2002 05:34:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EA843E3B; Thu, 26 Sep 2002 05:34:08 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QCY8Co024454; Thu, 26 Sep 2002 05:34:08 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QCY8Lq024453; Thu, 26 Sep 2002 05:34:08 -0700 (PDT) Message-Id: <200209261234.g8QCY8Lq024453@freefall.freebsd.org> From: Sergey Skvortsov Date: Thu, 26 Sep 2002 05:34:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Class-Inner Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/09/26 05:34:08 PDT Modified files: devel Makefile Added files: devel/p5-Class-Inner Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Class-Inner 0.1, a perlish implementation of Java like inner classes. Revision Changes Path 1.943 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Class-Inner/Makefile (new) 1.1 +1 -0 ports/devel/p5-Class-Inner/distinfo (new) 1.1 +1 -0 ports/devel/p5-Class-Inner/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-Class-Inner/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Class-Inner/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 5:34:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3A3C37B406; Thu, 26 Sep 2002 05:34:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5376343E8A; Thu, 26 Sep 2002 05:34:18 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QCYICo024492; Thu, 26 Sep 2002 05:34:18 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QCYIqn024491; Thu, 26 Sep 2002 05:34:18 -0700 (PDT) Message-Id: <200209261234.g8QCYIqn024491@freefall.freebsd.org> From: Sergey Skvortsov Date: Thu, 26 Sep 2002 05:34:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/09/26 05:34:18 PDT Modified files: . modules Log: p5-Class-Inner --> ports/devel/p5-Class-Inner Revision Changes Path 1.6000 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 5:47:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF1E137B401; Thu, 26 Sep 2002 05:47:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA2D43E42; Thu, 26 Sep 2002 05:47:40 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QCleCo027473; Thu, 26 Sep 2002 05:47:40 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QCleMY027472; Thu, 26 Sep 2002 05:47:40 -0700 (PDT) Message-Id: <200209261247.g8QCleMY027472@freefall.freebsd.org> From: Sergey Skvortsov Date: Thu, 26 Sep 2002 05:47:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Test-Unit Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/09/26 05:47:39 PDT Modified files: devel Makefile Added files: devel/p5-Test-Unit Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Test-Unit 0.24, PerlUnit testing framework. Revision Changes Path 1.944 +1 -0 ports/devel/Makefile 1.1 +42 -0 ports/devel/p5-Test-Unit/Makefile (new) 1.1 +1 -0 ports/devel/p5-Test-Unit/distinfo (new) 1.1 +1 -0 ports/devel/p5-Test-Unit/pkg-comment (new) 1.1 +9 -0 ports/devel/p5-Test-Unit/pkg-descr (new) 1.1 +38 -0 ports/devel/p5-Test-Unit/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 5:47:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0741F37B401; Thu, 26 Sep 2002 05:47:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE17643E6A; Thu, 26 Sep 2002 05:47:49 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QClnCo027507; Thu, 26 Sep 2002 05:47:49 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QCln8s027506; Thu, 26 Sep 2002 05:47:49 -0700 (PDT) Message-Id: <200209261247.g8QCln8s027506@freefall.freebsd.org> From: Sergey Skvortsov Date: Thu, 26 Sep 2002 05:47:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/09/26 05:47:49 PDT Modified files: . modules Log: p5-Test-Unit --> ports/devel/p5-Test-Unit Revision Changes Path 1.6001 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 5:51:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5660D37B401; Thu, 26 Sep 2002 05:51:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C8443E4A; Thu, 26 Sep 2002 05:51:28 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QCpRCo028994; Thu, 26 Sep 2002 05:51:27 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QCpR4b028986; Thu, 26 Sep 2002 05:51:27 -0700 (PDT) Message-Id: <200209261251.g8QCpR4b028986@freefall.freebsd.org> From: Michael Lucas Date: Thu, 26 Sep 2002 05:51:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/26 05:51:27 PDT Modified files: en/donations wantlist.sgml Log: sos has his Alpha. Revision Changes Path 1.25 +1 -8 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 6: 9:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF9637B401; Thu, 26 Sep 2002 06:09:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F13143E65; Thu, 26 Sep 2002 06:09:49 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QD9nCo042044; Thu, 26 Sep 2002 06:09:49 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QD9ncY042043; Thu, 26 Sep 2002 06:09:49 -0700 (PDT) Message-Id: <200209261309.g8QD9ncY042043@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 26 Sep 2002 06:09:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio asprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/26 06:09:48 PDT Modified files: lib/libc/stdio asprintf.c Log: Back out previous and solve the problems a different way: move va_start/ va_end closer to the __vfprintf() call, free the buffer when __vfprintf() fails and don't bother trying to shrink the buffer with realloc() before returning it. Submitted by: bde Revision Changes Path 1.13 +13 -20 src/lib/libc/stdio/asprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 6:11:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D9737B401; Thu, 26 Sep 2002 06:11:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D7343E42; Thu, 26 Sep 2002 06:11:24 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QDBOCo042465; Thu, 26 Sep 2002 06:11:24 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QDBOmx042464; Thu, 26 Sep 2002 06:11:24 -0700 (PDT) Message-Id: <200209261311.g8QDBOmx042464@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 26 Sep 2002 06:11:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vasprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/26 06:11:24 PDT Modified files: lib/libc/stdio vasprintf.c Log: Back out previous, free the buffer when __vfprintf() fails and don't bother trying to shrink the buffer with realloc() before returning it. Revision Changes Path 1.18 +13 -19 src/lib/libc/stdio/vasprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 7: 1:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A6F137B401; Thu, 26 Sep 2002 07:01:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAA243E77; Thu, 26 Sep 2002 07:01:53 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QE1pCo056717; Thu, 26 Sep 2002 07:01:51 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QE1pJt056716; Thu, 26 Sep 2002 07:01:51 -0700 (PDT) Message-Id: <200209261401.g8QE1pJt056716@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 07:01:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 07:01:51 PDT Modified files: sys/net if_ethersubr.c Log: Be a bit more technical: Technically junk may have low entropy. Revision Changes Path 1.123 +1 -1 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 7: 4:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03C137B401; Thu, 26 Sep 2002 07:04:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C2D543E3B; Thu, 26 Sep 2002 07:04:24 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QE4OCo058342; Thu, 26 Sep 2002 07:04:24 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QE4ODl058341; Thu, 26 Sep 2002 07:04:24 -0700 (PDT) Message-Id: <200209261404.g8QE4ODl058341@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 26 Sep 2002 07:04:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mjpegtools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/26 07:04:23 PDT Modified files: graphics/mjpegtools Makefile Log: Chase libdv -ldv.2 library bump. Forgotten in LIB_DEPENDS line. PR: 43378 Submitted by: adam@vectors.cx Revision Changes Path 1.10 +1 -1 ports/graphics/mjpegtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 7: 5:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEBDB37B401; Thu, 26 Sep 2002 07:05:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E88843E6A; Thu, 26 Sep 2002 07:05:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QE5aCo061866; Thu, 26 Sep 2002 07:05:36 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QE5aA1061865; Thu, 26 Sep 2002 07:05:36 -0700 (PDT) Message-Id: <200209261405.g8QE5aA1061865@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 07:05:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 07:05:36 PDT Modified files: sys/fs/hpfs hpfs_vnops.c Log: Return ENOTTY when we don't recognize an ioctl. Revision Changes Path 1.34 +1 -1 src/sys/fs/hpfs/hpfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 7: 7: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7593837B401; Thu, 26 Sep 2002 07:07:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2891643E6A; Thu, 26 Sep 2002 07:07:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QE71Co062862; Thu, 26 Sep 2002 07:07:01 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QE70v6062859; Thu, 26 Sep 2002 07:07:00 -0700 (PDT) Message-Id: <200209261407.g8QE70v6062859@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 07:07:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/nwfs nwfs_ioctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 07:07:00 PDT Modified files: sys/fs/nwfs nwfs_ioctl.c Log: Return ENOTTY on unrecognized ioctls. Revision Changes Path 1.7 +2 -2 src/sys/fs/nwfs/nwfs_ioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 7: 7:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59EA937B401; Thu, 26 Sep 2002 07:07:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E912F43EAC; Thu, 26 Sep 2002 07:07:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QE7hCo062919; Thu, 26 Sep 2002 07:07:43 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QE7h5m062918; Thu, 26 Sep 2002 07:07:43 -0700 (PDT) Message-Id: <200209261407.g8QE7h5m062918@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 07:07:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 07:07:43 PDT Modified files: sys/fs/smbfs smbfs_vnops.c Log: Return ENOTTY on incorrect ioctls. Revision Changes Path 1.24 +1 -1 src/sys/fs/smbfs/smbfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 7: 8:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAE6937B401; Thu, 26 Sep 2002 07:08:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF0F43E75; Thu, 26 Sep 2002 07:08:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QE8bCo063022; Thu, 26 Sep 2002 07:08:37 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QE8bbn063021; Thu, 26 Sep 2002 07:08:37 -0700 (PDT) Message-Id: <200209261408.g8QE8bbn063021@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 07:08:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/udf udf_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 07:08:37 PDT Modified files: sys/fs/udf udf_vnops.c Log: Return ENOTTY on unrecognized ioctls. Revision Changes Path 1.16 +1 -1 src/sys/fs/udf/udf_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 7:10:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9663B37B401; Thu, 26 Sep 2002 07:10:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A6DD43E75; Thu, 26 Sep 2002 07:10:22 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QEALCo063206; Thu, 26 Sep 2002 07:10:22 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QEALiZ063205; Thu, 26 Sep 2002 07:10:21 -0700 (PDT) Message-Id: <200209261410.g8QEALiZ063205@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 07:10:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 VOP_IOCTL.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 07:10:21 PDT Modified files: share/man/man9 VOP_IOCTL.9 Log: Document that ENOTTY is the correct "default" error return; Revision Changes Path 1.9 +4 -1 src/share/man/man9/VOP_IOCTL.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 7:11:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9E7E37B401; Thu, 26 Sep 2002 07:11:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C8C943E6A; Thu, 26 Sep 2002 07:11:50 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QEBoCo063372; Thu, 26 Sep 2002 07:11:50 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QEBnUA063371; Thu, 26 Sep 2002 07:11:49 -0700 (PDT) Message-Id: <200209261411.g8QEBnUA063371@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 07:11:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/specfs spec_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 07:11:49 PDT Modified files: sys/fs/specfs spec_vnops.c Log: Return ENOTTY on unhandled ioctls. Revision Changes Path 1.177 +5 -2 src/sys/fs/specfs/spec_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 7:57:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ABEA37B404; Thu, 26 Sep 2002 07:57:42 -0700 (PDT) Received: from mailreg.NCTU.edu.tw (mailreg.nctu.edu.tw [140.113.27.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8F0243E65; Thu, 26 Sep 2002 07:57:39 -0700 (PDT) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mailreg.NCTU.edu.tw (Postfix) with ESMTP id 0DFD35943E5; Thu, 26 Sep 2002 22:57:17 +0800 (CST) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id 758F23D37; Thu, 26 Sep 2002 22:57:20 +0800 (CST) Date: Thu, 26 Sep 2002 22:57:20 +0800 From: Ying-Chieh Liao To: Sergey Skvortsov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/p5-Test-Unit Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20020926145720.GA84547@terry.dragon2.net> References: <200209261247.g8QCleMY027472@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <200209261247.g8QCleMY027472@freefall.freebsd.org> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I think we are in ports-freeze ? -- Allocate four digits for the year part of a date : a new millennium is coming. --- David Huber --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9kyBQrMYBZRHAI4IRAjqVAJ4smlQOTimGn2X1vpwjsydE42hISQCgihlj fbnYDOPKL+Y5QaffKrWXPdA= =Wgmf -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 8: 8:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8226A37B404; Thu, 26 Sep 2002 08:08:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 361E043E6E; Thu, 26 Sep 2002 08:08:22 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QF8MCo087747; Thu, 26 Sep 2002 08:08:22 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QF8LHV087746; Thu, 26 Sep 2002 08:08:21 -0700 (PDT) Message-Id: <200209261508.g8QF8LHV087746@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 26 Sep 2002 08:08:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R qa.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/26 08:08:21 PDT Modified files: en/releases/4.7R qa.sgml Log: Update outstanding items from 4.7-RC1. Revision Changes Path 1.6 +13 -9 www/en/releases/4.7R/qa.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 8:18:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C874E37B401; Thu, 26 Sep 2002 08:18:48 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id D041243E65; Thu, 26 Sep 2002 08:18:47 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id g8QFIkV3055991; Thu, 26 Sep 2002 11:18:46 -0400 (EDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id g8QFIjOQ055987; Thu, 26 Sep 2002 11:18:46 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Thu, 26 Sep 2002 11:18:45 -0400 (EDT) From: Trevor Johnson To: Maxim Sobolev Cc: cvs-committers@FreeBSD.ORG, Subject: Re: kvirc In-Reply-To: <20020925173856.GA32681@vega.vega.com> Message-ID: <20020926111737.F51362-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Please back out these changes. > > What's up? Never mind--now I understand what you were doing. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 9:21:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D179F37B401; Thu, 26 Sep 2002 09:21:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60DF843E6A; Thu, 26 Sep 2002 09:21:33 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QGLXCo040993; Thu, 26 Sep 2002 09:21:33 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QGLWG1040992; Thu, 26 Sep 2002 09:21:32 -0700 (PDT) Message-Id: <200209261621.g8QGLWG1040992@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 26 Sep 2002 09:21:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base distinfo.alpha distinfo.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/26 09:21:32 PDT Modified files: emulators/linux_base distinfo.alpha distinfo.i386 Log: The redhat-release-7.1-1.noarch.rpm from Red Hat 7.1/Alpha has a different MD5 hash from the corresponding package from 7.1/i386. The contained etc/redhat-release files have the same contents but different time stamps. By having both hashes in both distinfo files, installation can proceed for users who share the same distfile cache for both architectures. Revision Changes Path 1.7 +1 -0 ports/emulators/linux_base/distinfo.alpha 1.5 +1 -0 ports/emulators/linux_base/distinfo.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 9:26:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B4A037B401; Thu, 26 Sep 2002 09:26:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B72D43E6A; Thu, 26 Sep 2002 09:26:20 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QGQKCo042697; Thu, 26 Sep 2002 09:26:20 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QGQKoX042696; Thu, 26 Sep 2002 09:26:20 -0700 (PDT) Message-Id: <200209261626.g8QGQKoX042696@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 26 Sep 2002 09:26:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/26 09:26:19 PDT Modified files: emulators/linux_base Makefile Log: On -CURRENT (i386), installation of the bash RPM failed because of a missing libtermcap.so.2. Revision Changes Path 1.67 +2 -1 ports/emulators/linux_base/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 9:32:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DC0837B401; Thu, 26 Sep 2002 09:32:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED5D43E77; Thu, 26 Sep 2002 09:32:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QGWFCo043373; Thu, 26 Sep 2002 09:32:15 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QGWFfg043372; Thu, 26 Sep 2002 09:32:15 -0700 (PDT) Message-Id: <200209261632.g8QGWFfg043372@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 09:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 09:32:15 PDT Modified files: sys/kern vfs_bio.c Log: Make biowait() check bio_error before the BIO_ERROR flag, to propery catch internal GEOM use of bio_error. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.335 +2 -2 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 9:34:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39FEE37B401; Thu, 26 Sep 2002 09:34:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FFE43E65; Thu, 26 Sep 2002 09:34:42 -0700 (PDT) (envelope-from pdeuskar@FreeBSD.org) Received: from freefall.freebsd.org (pdeuskar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QGYgCo044763; Thu, 26 Sep 2002 09:34:42 -0700 (PDT) (envelope-from pdeuskar@freefall.freebsd.org) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QGYgRp044761; Thu, 26 Sep 2002 09:34:42 -0700 (PDT) Message-Id: <200209261634.g8QGYgRp044761@freefall.freebsd.org> From: Prafulla Deuskar Date: Thu, 26 Sep 2002 09:34:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pdeuskar 2002/09/26 09:34:42 PDT Modified files: (Branch: RELENG_4) sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: MFC: Corrected license in the source files. It should say "MUST" instead of "MAY". Approved by: re (jhb) Revision Changes Path 1.2.2.9 +18 -20 src/sys/dev/em/if_em.c 1.1.2.9 +18 -20 src/sys/dev/em/if_em.h 1.1.2.4 +20 -22 src/sys/dev/em/if_em_hw.c 1.1.2.4 +20 -22 src/sys/dev/em/if_em_hw.h 1.1.2.7 +18 -20 src/sys/dev/em/if_em_osdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 9:50:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D8F37B401; Thu, 26 Sep 2002 09:50:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A4A43E77; Thu, 26 Sep 2002 09:50:52 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QGoqCo047171; Thu, 26 Sep 2002 09:50:52 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QGoq75047170; Thu, 26 Sep 2002 09:50:52 -0700 (PDT) Message-Id: <200209261650.g8QGoq75047170@freefall.freebsd.org> From: Mike Barcroft Date: Thu, 26 Sep 2002 09:50:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/26 09:50:52 PDT Modified files: sys/sys types.h Log: Remove NBBY and howmany() macros. Revision Changes Path 1.72 +0 -8 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 10:12: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79AF537B401; Thu, 26 Sep 2002 10:12:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABA043E77; Thu, 26 Sep 2002 10:12:06 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QHC6Co057201; Thu, 26 Sep 2002 10:12:06 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QHC6jw057200; Thu, 26 Sep 2002 10:12:06 -0700 (PDT) Message-Id: <200209261712.g8QHC6jw057200@freefall.freebsd.org> From: Ceri Davies Date: Thu, 26 Sep 2002 10:12:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/26 10:12:05 PDT Modified files: share/man/man7 hier.7 Log: Add a note explaining /var/empty. PR: docs/43364 Submitted by: Kim Scarborough MFC after: 14 days Revision Changes Path 1.76 +4 -0 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 10:25:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2FA237B401; Thu, 26 Sep 2002 10:25:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 722F443E75; Thu, 26 Sep 2002 10:25:22 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QHPMCo059470; Thu, 26 Sep 2002 10:25:22 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QHPMv2059469; Thu, 26 Sep 2002 10:25:22 -0700 (PDT) Message-Id: <200209261725.g8QHPMv2059469@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 10:25:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/specfs spec_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 10:25:22 PDT Modified files: sys/fs/specfs spec_vnops.c Log: I hate it when patch gives me .rej files. Can't we make the pre-commit check refuse if there are .rej files in the directory ? Revision Changes Path 1.178 +1 -0 src/sys/fs/specfs/spec_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 10:32: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB7EB37B404; Thu, 26 Sep 2002 10:32:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A43043E42; Thu, 26 Sep 2002 10:32:02 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QHW2Co061270; Thu, 26 Sep 2002 10:32:02 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QHW2jg061269; Thu, 26 Sep 2002 10:32:02 -0700 (PDT) Message-Id: <200209261732.g8QHW2jg061269@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 26 Sep 2002 10:32:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/09/26 10:32:02 PDT Modified files: (Branch: RELENG_4) sys/vm vm_map.c Log: MFC: 1.268 Modify vm_map_clean() (and thus the msync(2) system call) to support invalidation of cached pages for objects of type OBJT_DEVICE. Submitted by: Christian Zander Reviewed by: alc Approved by: re (jhb) Revision Changes Path 1.187.2.15 +10 -7 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 10:51:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35A8037B401; Thu, 26 Sep 2002 10:51:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DAB43E42; Thu, 26 Sep 2002 10:51:34 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QHpYCo065765; Thu, 26 Sep 2002 10:51:34 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QHpYua065764; Thu, 26 Sep 2002 10:51:34 -0700 (PDT) Message-Id: <200209261751.g8QHpYua065764@freefall.freebsd.org> From: Marc Fonvieille Date: Thu, 26 Sep 2002 10:51:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/pl_PL.ISO8859-2 Makefile doc/pl_PL.ISO8859-2/articles Makefile Makefile.inc doc/pl_PL.ISO8859-2/articles/dialup-firewall Makefile article.sgml doc/pl_PL.ISO8859-2/articles/filtering-bridges Makefile article.sgml doc/pl_PL.ISO8859-2/articles/new-users ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/26 10:51:34 PDT Added files: pl_PL.ISO8859-2 Makefile pl_PL.ISO8859-2/articles Makefile Makefile.inc pl_PL.ISO8859-2/articles/dialup-firewall Makefile article.sgml pl_PL.ISO8859-2/articles/filtering-bridges Makefile article.sgml pl_PL.ISO8859-2/articles/new-users Makefile article.sgml pl_PL.ISO8859-2/share/sgml authors.ent bookinfo.ent catalog freebsd.dsl legalnotice.sgml mailing-lists.ent newsgroups.ent teams.ent Log: Welcome to the Polish translation effort! PR: docs/42670 Submitted by: Lukasz Bojarski Revision Changes Path 1.1 +9 -0 doc/pl_PL.ISO8859-2/Makefile (new) 1.1 +9 -0 doc/pl_PL.ISO8859-2/articles/Makefile (new) 1.1 +3 -0 doc/pl_PL.ISO8859-2/articles/Makefile.inc (new) 1.1 +14 -0 doc/pl_PL.ISO8859-2/articles/dialup-firewall/Makefile (new) 1.1 +397 -0 doc/pl_PL.ISO8859-2/articles/dialup-firewall/article.sgml (new) 1.1 +14 -0 doc/pl_PL.ISO8859-2/articles/filtering-bridges/Makefile (new) 1.1 +418 -0 doc/pl_PL.ISO8859-2/articles/filtering-bridges/article.sgml (new) 1.1 +14 -0 doc/pl_PL.ISO8859-2/articles/new-users/Makefile (new) 1.1 +1145 -0 doc/pl_PL.ISO8859-2/articles/new-users/article.sgml (new) 1.1 +715 -0 doc/pl_PL.ISO8859-2/share/sgml/authors.ent (new) 1.1 +16 -0 doc/pl_PL.ISO8859-2/share/sgml/bookinfo.ent (new) 1.1 +11 -0 doc/pl_PL.ISO8859-2/share/sgml/catalog (new) 1.1 +274 -0 doc/pl_PL.ISO8859-2/share/sgml/freebsd.dsl (new) 1.1 +47 -0 doc/pl_PL.ISO8859-2/share/sgml/legalnotice.sgml (new) 1.1 +218 -0 doc/pl_PL.ISO8859-2/share/sgml/mailing-lists.ent (new) 1.1 +25 -0 doc/pl_PL.ISO8859-2/share/sgml/newsgroups.ent (new) 1.1 +76 -0 doc/pl_PL.ISO8859-2/share/sgml/teams.ent (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 11:16:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1C3D37B401; Thu, 26 Sep 2002 11:16:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F52D43E4A; Thu, 26 Sep 2002 11:16:29 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QIGTCo074742; Thu, 26 Sep 2002 11:16:29 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QIGTkS074741; Thu, 26 Sep 2002 11:16:29 -0700 (PDT) Message-Id: <200209261816.g8QIGTkS074741@freefall.freebsd.org> From: Scott Long Date: Thu, 26 Sep 2002 11:16:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/26 11:16:29 PDT Modified files: sys/conf NOTES sys/i386/conf NOTES Log: Move the aac driver from MI to MD NOTES. It is a long way from being 64-bit clean. Revision Changes Path 1.1085 +0 -6 src/sys/conf/NOTES 1.1045 +6 -0 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 11:20:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA99837B401; Thu, 26 Sep 2002 11:20:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88EB843E42; Thu, 26 Sep 2002 11:20:38 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QIKcCo075191; Thu, 26 Sep 2002 11:20:38 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QIKcdm075190; Thu, 26 Sep 2002 11:20:38 -0700 (PDT) Message-Id: <200209261820.g8QIKcdm075190@freefall.freebsd.org> From: Marc Fonvieille Date: Thu, 26 Sep 2002 11:20:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/26 11:20:38 PDT Modified files: . Makefile Log: Add pl_PL.ISO8859-2 to the build. Revision Changes Path 1.27 +1 -0 doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 11:30: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9012837B404; Thu, 26 Sep 2002 11:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E8BB43E65; Thu, 26 Sep 2002 11:30:05 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QIU5Co077478; Thu, 26 Sep 2002 11:30:05 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QIU5On077477; Thu, 26 Sep 2002 11:30:05 -0700 (PDT) Message-Id: <200209261830.g8QIU5On077477@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 26 Sep 2002 11:30:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-romp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/26 11:30:05 PDT Modified files: net/ruby-romp Makefile distinfo Log: Somehow ftp-master.freebsd.org still has the old tarball (before a repack), so list the checksum value of it also in distinfo. Revision Changes Path 1.6 +1 -1 ports/net/ruby-romp/Makefile 1.6 +1 -0 ports/net/ruby-romp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 11:40: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0946737B401; Thu, 26 Sep 2002 11:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A76EA43E42; Thu, 26 Sep 2002 11:40:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QIe7Co079606; Thu, 26 Sep 2002 11:40:07 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QIe7Un079605; Thu, 26 Sep 2002 11:40:07 -0700 (PDT) Message-Id: <200209261840.g8QIe7Un079605@freefall.freebsd.org> From: John Baldwin Date: Thu, 26 Sep 2002 11:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c src/sys/dev/eisa eisaconf.c src/sys/dev/mca mca_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/26 11:40:07 PDT Modified files: sys/isa isa_common.c sys/dev/eisa eisaconf.c sys/dev/mca mca_bus.c Log: Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of nexus(4) in the case of machines w/o equivalent bridges on a PCI bus. Reported by: winter Pointy hat to: jhb Revision Changes Path 1.62 +1 -1 src/sys/dev/eisa/eisaconf.c 1.11 +2 -2 src/sys/dev/mca/mca_bus.c 1.30 +2 -2 src/sys/isa/isa_common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 12:14: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE63437B401; Thu, 26 Sep 2002 12:14:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E49543E3B; Thu, 26 Sep 2002 12:14:02 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QJE2Co091695; Thu, 26 Sep 2002 12:14:02 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QJE2oR091694; Thu, 26 Sep 2002 12:14:02 -0700 (PDT) Message-Id: <200209261914.g8QJE2oR091694@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 26 Sep 2002 12:14:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mpg123.el Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/26 12:14:02 PDT Modified files: audio/mpg123.el Makefile distinfo Log: Chase a repack. (rev. 1.32) Revision Changes Path 1.17 +1 -1 ports/audio/mpg123.el/Makefile 1.15 +1 -1 ports/audio/mpg123.el/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 12:56:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7BB437B401; Thu, 26 Sep 2002 12:56:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B5243E77; Thu, 26 Sep 2002 12:56:44 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QJuiCo099539; Thu, 26 Sep 2002 12:56:44 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QJui3t099538; Thu, 26 Sep 2002 12:56:44 -0700 (PDT) Message-Id: <200209261956.g8QJui3t099538@freefall.freebsd.org> From: Robert Watson Date: Thu, 26 Sep 2002 12:56:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/09/26 12:56:43 PDT Modified files: sys/nfsclient nfs_vfsops.c Log: Apparently pxeboot passes in a mygateway of non-zero sin length from DHCP in the event that no gateway is returned from DHCP, breaking the assumption that we skip the routing insertion of the gateway if the sin length is zero. Check also for s_addr of 0 to avoid the "Oh no, adding my default route failed" panic, making it possible to pxeboot machines on segments without default routes. Arguably this could be a bug in pxeboot, or in the TUNABLE code, but this makes my boxes boot. Revision Changes Path 1.125 +6 -1 src/sys/nfsclient/nfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 13: 8:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF72B37B401; Thu, 26 Sep 2002 13:08:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F43843E3B; Thu, 26 Sep 2002 13:08:31 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QK8VCo006132; Thu, 26 Sep 2002 13:08:31 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QK8V76006131; Thu, 26 Sep 2002 13:08:31 -0700 (PDT) Message-Id: <200209262008.g8QK8V76006131@freefall.freebsd.org> From: Marc Fonvieille Date: Thu, 26 Sep 2002 13:08:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/man/man6 intro.6 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/26 13:08:30 PDT Added files: fr_FR.ISO8859-1/man/man6 intro.6 Log: New translation. Revision Changes Path 1.1 +70 -0 doc/fr_FR.ISO8859-1/man/man6/intro.6 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 13:13:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C2C37B401; Thu, 26 Sep 2002 13:13:29 -0700 (PDT) Received: from gvr.gvr.org (gvr.gvr.org [212.61.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE4AD43E9E; Thu, 26 Sep 2002 13:13:28 -0700 (PDT) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 2CB902B; Thu, 26 Sep 2002 22:13:27 +0200 (CEST) Date: Thu, 26 Sep 2002 22:13:27 +0200 From: Guido van Rooij To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c Message-ID: <20020926201326.GA17752@gvr.gvr.org> References: <200209261401.g8QE1pJt056716@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209261401.g8QE1pJt056716@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 26, 2002 at 07:01:51AM -0700, Poul-Henning Kamp wrote: > phk 2002/09/26 07:01:51 PDT > > Modified files: > sys/net if_ethersubr.c > Log: > Be a bit more technical: > Technically junk may have low entropy. It depends a bit on the junk. Especially good junk might contain quite some entropy ;-) -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 13:56: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 291D437B401; Thu, 26 Sep 2002 13:56:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC59143E6E; Thu, 26 Sep 2002 13:56:05 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QKu5Co016465; Thu, 26 Sep 2002 13:56:05 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QKu5wW016464; Thu, 26 Sep 2002 13:56:05 -0700 (PDT) Message-Id: <200209262056.g8QKu5wW016464@freefall.freebsd.org> From: Ville Skyttä Date: Thu, 26 Sep 2002 13:56:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb ChangeLog cvsweb.cgi X-FreeBSD-CVS-Branch: rel-2_0-branch Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/09/26 13:56:05 PDT Modified files: (Branch: rel-2_0-branch) cvsweb ChangeLog cvsweb.cgi Log: Release as FreeBSD-CVSweb 2.0.6. Approved by: knu (mentor) Revision Changes Path 1.55.2.7 +4 -0 projects/cvsweb/ChangeLog 1.119.2.6 +1 -1 projects/cvsweb/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 13:58:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C80537B401; Thu, 26 Sep 2002 13:58:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0B743E6E; Thu, 26 Sep 2002 13:58:27 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: from freefall.freebsd.org (max@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QKwRCo016580; Thu, 26 Sep 2002 13:58:27 -0700 (PDT) (envelope-from max@freefall.freebsd.org) Received: (from max@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QKwRNE016579; Thu, 26 Sep 2002 13:58:27 -0700 (PDT) Message-Id: <200209262058.g8QKwRNE016579@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Thu, 26 Sep 2002 13:58:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/okphone/files patch-client::defs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/09/26 13:58:27 PDT Added files: japanese/okphone/files patch-client::defs.h Log: Fix the build error caused by conflicting malloc() prototype declaration. Submitted by: Shingo WATANABE PR: 42944 Revision Changes Path 1.1 +12 -0 ports/japanese/okphone/files/patch-client::defs.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 14:13: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DE1E37B401; Thu, 26 Sep 2002 14:13:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E302B43E4A; Thu, 26 Sep 2002 14:12:59 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QLCxCo024846; Thu, 26 Sep 2002 14:12:59 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QLCxe2024845; Thu, 26 Sep 2002 14:12:59 -0700 (PDT) Message-Id: <200209262112.g8QLCxe2024845@freefall.freebsd.org> From: Ville Skyttä Date: Thu, 26 Sep 2002 14:12:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects cvsweb.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/09/26 14:12:59 PDT Modified files: en/projects cvsweb.sgml Log: Update to reflect the current version (2.0.6). Approved by: knu (mentor) Revision Changes Path 1.10 +4 -4 www/en/projects/cvsweb.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 14:16:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB87037B401; Thu, 26 Sep 2002 14:16:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D50943E3B; Thu, 26 Sep 2002 14:16:50 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QLGoCo025125; Thu, 26 Sep 2002 14:16:50 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QLGows025124; Thu, 26 Sep 2002 14:16:50 -0700 (PDT) Message-Id: <200209262116.g8QLGows025124@freefall.freebsd.org> From: Ville Skyttä Date: Thu, 26 Sep 2002 14:16:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/09/26 14:16:50 PDT Modified files: devel/cvsweb Makefile distinfo Log: Update to FreeBSD-CVSweb 2.0.6. Approved by: knu (mentor) Revision Changes Path 1.69 +1 -1 ports/devel/cvsweb/Makefile 1.50 +1 -1 ports/devel/cvsweb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 14:21:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D14E337B401; Thu, 26 Sep 2002 14:21:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD0743E75; Thu, 26 Sep 2002 14:21:14 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QLLECo026956; Thu, 26 Sep 2002 14:21:14 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QLLE49026955; Thu, 26 Sep 2002 14:21:14 -0700 (PDT) Message-Id: <200209262121.g8QLLE49026955@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 14:21:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 14:21:13 PDT Modified files: sys/kern vfs_vnops.c Log: Under DIAGNOSTIC, complain if ENOIOCTL leaks out through VOP_IOCTL(). Revision Changes Path 1.173 +6 -0 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 14:29:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F8B137B401; Thu, 26 Sep 2002 14:29:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1014343E7B; Thu, 26 Sep 2002 14:29:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QLTACo027435; Thu, 26 Sep 2002 14:29:10 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QLTARu027434; Thu, 26 Sep 2002 14:29:10 -0700 (PDT) Message-Id: <200209262129.g8QLTARu027434@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 14:29:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mdconfig mdconfig.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/26 14:29:10 PDT Modified files: sbin/mdconfig mdconfig.8 Log: Don't show disklabel in the examples, it is not necessary. Revision Changes Path 1.17 +2 -3 src/sbin/mdconfig/mdconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 14:46:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 929F137B404; Thu, 26 Sep 2002 14:46:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06CD343E81; Thu, 26 Sep 2002 14:46:20 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QLkJCo031835; Thu, 26 Sep 2002 14:46:19 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QLkJnQ031834; Thu, 26 Sep 2002 14:46:19 -0700 (PDT) Message-Id: <200209262146.g8QLkJnQ031834@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 26 Sep 2002 14:46:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm Makefile aicasm_gram.y aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/26 14:46:19 PDT Modified files: sys/dev/aic7xxx/aicasm Makefile aicasm_gram.y aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c Log: Use inttypes.h Upgrade assembler to allow a move immediate of 0. This is helpful in certain macros where we can't know the value of the immediate in advance. Revision Changes Path 1.16 +1 -1 src/sys/dev/aic7xxx/aicasm/Makefile 1.20 +19 -3 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.3 +2 -1 src/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l 1.20 +2 -1 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.19 +2 -1 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 14:48:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB0037B401; Thu, 26 Sep 2002 14:48:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E39B743E7B; Thu, 26 Sep 2002 14:48:17 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QLmHCo031955; Thu, 26 Sep 2002 14:48:17 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QLmH4K031954; Thu, 26 Sep 2002 14:48:17 -0700 (PDT) Message-Id: <200209262148.g8QLmH4K031954@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 26 Sep 2002 14:48:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx_osm.c aic7xxx_osm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/26 14:48:17 PDT Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx_osm.c aic7xxx_osm.h Log: Sync perforce IDs for changes first committed to FreeBSD and then to the Adaptec driver repository. Revision Changes Path 1.27 +1 -1 src/sys/dev/aic7xxx/ahc_eisa.c 1.50 +1 -1 src/sys/dev/aic7xxx/ahc_pci.c 1.30 +1 -1 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.18 +1 -1 src/sys/dev/aic7xxx/aic7xxx_osm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 14:50: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35A0137B401; Thu, 26 Sep 2002 14:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC20F43E75; Thu, 26 Sep 2002 14:50:03 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QLo3Co032110; Thu, 26 Sep 2002 14:50:03 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QLo3mo032109; Thu, 26 Sep 2002 14:50:03 -0700 (PDT) Message-Id: <200209262150.g8QLo3mo032109@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 26 Sep 2002 14:50:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/26 14:50:03 PDT Modified files: sys/dev/aic7xxx aic7xxx.c Log: Correct a spelling error. Revision Changes Path 1.83 +2 -2 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 14:50:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB9637B401; Thu, 26 Sep 2002 14:50:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9268743E65; Thu, 26 Sep 2002 14:50:27 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QLoRCo032402; Thu, 26 Sep 2002 14:50:27 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QLoRri032401; Thu, 26 Sep 2002 14:50:27 -0700 (PDT) Message-Id: <200209262150.g8QLoRri032401@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 26 Sep 2002 14:50:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahd_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/26 14:50:27 PDT Modified files: sys/dev/aic7xxx ahd_pci.c Log: Expand vendor ID. Revision Changes Path 1.3 +1 -1 src/sys/dev/aic7xxx/ahd_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 15: 9: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC7A337B401; Thu, 26 Sep 2002 15:09:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E15043E65; Thu, 26 Sep 2002 15:09:03 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QM93Co040662; Thu, 26 Sep 2002 15:09:03 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QM93w0040661; Thu, 26 Sep 2002 15:09:03 -0700 (PDT) Message-Id: <200209262209.g8QM93w0040661@freefall.freebsd.org> From: Ville Skyttä Date: Thu, 26 Sep 2002 15:09:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi - Imported sources X-FreeBSD-CVS-Branch: CVSWEB Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/09/26 15:09:03 PDT www/en/cgi - Imported sources Update of /home/ncvs/www/en/cgi In directory freefall.freebsd.org:/c/tmp/cvs-serv40644 Log Message: Import FreeBSD-CVSweb 2.0.6. Status: Vendor Tag: CVSWEB Release Tags: CVSWEB_v2_0_6 C www/en/cgi/cvsweb.cgi C www/en/cgi/cvsweb.conf C www/en/cgi/cvsweb.conf-freebsd C www/en/cgi/cvsweb.conf-netbsd C www/en/cgi/cvsweb.conf-openbsd 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCVSWEB:yesterday -jCVSWEB www/en/cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 15:18:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 385E637B401; Thu, 26 Sep 2002 15:18:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB51E43E4A; Thu, 26 Sep 2002 15:18:25 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QMIPCo042673; Thu, 26 Sep 2002 15:18:25 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QMIPlT042672; Thu, 26 Sep 2002 15:18:25 -0700 (PDT) Message-Id: <200209262218.g8QMIPlT042672@freefall.freebsd.org> From: Ville Skyttä Date: Thu, 26 Sep 2002 15:18:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi cvsweb.cgi cvsweb.conf cvsweb.conf-freebsd cvsweb.conf-netbsd cvsweb.conf-openbsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/09/26 15:18:25 PDT Modified files: en/cgi cvsweb.cgi cvsweb.conf cvsweb.conf-freebsd cvsweb.conf-netbsd cvsweb.conf-openbsd Log: Merge from FreeBSD-CVSweb 2.0.6. Revision Changes Path 1.86 +4 -3 www/en/cgi/cvsweb.cgi 1.32 +1 -1 www/en/cgi/cvsweb.conf 1.11 +1 -1 www/en/cgi/cvsweb.conf-freebsd 1.13 +1 -1 www/en/cgi/cvsweb.conf-netbsd 1.11 +1 -1 www/en/cgi/cvsweb.conf-openbsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 15:54: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBCBE37B401; Thu, 26 Sep 2002 15:54:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0D743E65; Thu, 26 Sep 2002 15:54:00 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QMs0Co050224; Thu, 26 Sep 2002 15:54:00 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QMs0re050223; Thu, 26 Sep 2002 15:54:00 -0700 (PDT) Message-Id: <200209262254.g8QMs0re050223@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 26 Sep 2002 15:54:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/26 15:54:00 PDT Modified files: sys/dev/aic7xxx aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_pci.c Log: Upgrade to version 1.1 of the aic79xx U320 driver. aic79xx.c: o Remove redundant ahd_update_modes() call. o Correct panic in diagnostic should state corruption cause the SCB Id to be invalid during a selection timeout. o Add workaround for missing BUSFREEREV feature in Rev A silicon. o Corect formatting nits. o Use register pretty printing in more places. o Save and restore our SCB pointer when updating the waiting queue list for an "expected" LQ-out busfree. o In ahd_clear_intstat, deal with the missing autoclear in the CLRLQO* registers. o BE fixup in a diagnostic printf. o Make sure that we are in the proper mode before disabling selections in ahd_update_pending_scbs. o Add more diagnostics. o task_attribute_nonpkt_tag -> task_attribute: we don't need a nonpkt_tag field anymore for allowing all 512 SCBs to be used in non-packetized connections. o Negotiate HOLD_MCS to U320 devices. o Add a few additional mode assertions. o Restore the chip mode after clearing out the qinfifo so that code using ahd_abort_scbs sees a consistent mode. o Simplify the DMA engine shutdown routine prior to performing a bus reset. o Perform the sequencer restart after a chip reset prior to setting up our timer to poll for the reset to be complete. On some OSes, the timer could actually pre-empt us and order is important here. o Have our "reset poller" set the expected mode since there is no guarantee of what mode will be in force when we are called from the OS timer. o Save and restore the SCB pointer in ahd_dump_card_state(). This routine must not modify card state. o Ditto for ahd_dump_scbs(). aic79xx.h: o Add a few more chip bug definitions. o Align our tag on a 32bit boundary. aic79xx.reg: aic79xx.seq: o Start work on removing workarounds for Rev B. o Use a special location in scratch from for stroring our SCBPTR during legacy FIFO allocations. This corrects problems in mixed packetized/non-packetized configurations where calling into a FIFO task corrupted our SCBPTR. o Don't rely on DMA priority to guarantee that all data in our FIFOs will flush prior to a command completion notification going out of the command channel. We've never seen this assumption fail, but better safe than sorry. o Deal with missing BUSFREEREV feature in H2A. o Simplify disconnect list code now that the list will always have only a single entry. o Implement the AHD_REG_SLOW_SETTLE_BUG workaround. o Swith to using "REG_ISR" for local mode scratch during our ISR. o Add a missing jmp to the data_group_dma_loop after our data pointers have been re-initialized by the kernel. o Correct test in the bitbucket code so that we actually wait for the bitbucket to complete before signaling the kernel of the overrun condition. o Reposition pkt_saveptrs to avoid a jmp instruction. o Update a comment to reflect that the code now waits for a FIFO to drain prior to issuing a CLRCHN. aic79xx_inline.h: o Remove unused untagged queue handling code. o Don't attempt to htole64 what could be a 32bit value. aic79xx_pci.c: o Set additional bug flags for rev A chips. Revision Changes Path 1.4 +151 -89 src/sys/dev/aic7xxx/aic79xx.c 1.5 +10 -6 src/sys/dev/aic7xxx/aic79xx.h 1.3 +30 -14 src/sys/dev/aic7xxx/aic79xx.reg 1.3 +138 -84 src/sys/dev/aic7xxx/aic79xx.seq 1.4 +3 -49 src/sys/dev/aic7xxx/aic79xx_inline.h 1.4 +4 -2 src/sys/dev/aic7xxx/aic79xx_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 15:59: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A35937B401; Thu, 26 Sep 2002 15:59:01 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 038B943E4A; Thu, 26 Sep 2002 15:59:01 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 336292A7D6; Thu, 26 Sep 2002 15:58:57 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES In-Reply-To: Date: Thu, 26 Sep 2002 15:58:57 -0700 From: Peter Wemm Message-Id: <20020926225857.336292A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 19-Sep-2002 Peter Wemm wrote: > > peter 2002/09/18 20:10:23 PDT > > > > Modified files: > > sys/conf NOTES > > sys/i386/conf NOTES > > Log: > > move wl (isa wavelan card, not "wi") to i386-only > > Alphas have ISA slots. The drivers should be fixed rather than > hiding their errors. wl uses the i386-specific old isa stuff: #ifndef COMPAT_OLDISA #error "The wl device requires the old isa compatibility shims" #endif It does not have any realistic hope of being able to be compiled on the alpha without serious work. This is not the newbusified wi driver. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 16:10:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5788537B401; Thu, 26 Sep 2002 16:10:10 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id B595743E6A; Thu, 26 Sep 2002 16:10:08 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 319178147C; Fri, 27 Sep 2002 08:40:05 +0930 (CST) Date: Fri, 27 Sep 2002 08:40:05 +0930 From: Greg 'groggy' Lehey To: Ruslan Ermilov Cc: Juli Mallett , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make parse.c Message-ID: <20020926231005.GS10532@wantadilla.lemis.com> References: <200209260644.g8Q6iUiv000195@freefall.freebsd.org> <20020926085038.GB9743@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020926085038.GB9743@sunbay.com> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 26 September 2002 at 11:50:38 +0300, Ruslan Ermilov wrote: > On Wed, Sep 25, 2002 at 11:44:30PM -0700, Juli Mallett wrote: >> jmallett 2002/09/25 23:44:30 PDT >> >> Modified files: >> usr.bin/make parse.c >> Log: >> Remove a semicolon that appears to be a lie. >> >> Spotted by: SPARC64 make WARNS=3 >> Sponsored by: Rachel Hestilow >> >> Revision Changes Path >> 1.43 +1 -1 src/usr.bin/make/parse.c >> > As an aside. Our make(1) suffers from the parsing bug in > parse.c:ParseReadLine(). When it sees a colon (`:') it > marks the line as being a "dependency" line, and when it > later sees a semicolon (`;') it replaces it by a newline. > The net effect is that the following fragment blows up: > > ... > > In OpenBSD, this has been fixed yet in 2001 by the new parsing code > (parse.c,v 1.59 and related changes). What's stopping you from importing the fix? Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 16:20:10 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id EC20837B401; Thu, 26 Sep 2002 16:20:08 -0700 (PDT) Date: Thu, 26 Sep 2002 16:20:08 -0700 From: Juli Mallett To: Greg 'groggy' Lehey Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make parse.c Message-ID: <20020926162008.A33566@FreeBSD.org> References: <200209260644.g8Q6iUiv000195@freefall.freebsd.org> <20020926085038.GB9743@sunbay.com> <20020926231005.GS10532@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020926231005.GS10532@wantadilla.lemis.com>; from grog@FreeBSD.org on Fri, Sep 27, 2002 at 08:40:05AM +0930 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Greg 'groggy' Lehey [ Data: 2002-09-26 ] [ Subjecte: Re: cvs commit: src/usr.bin/make parse.c ] > On Thursday, 26 September 2002 at 11:50:38 +0300, Ruslan Ermilov wrote: > > As an aside. Our make(1) suffers from the parsing bug in > > parse.c:ParseReadLine(). When it sees a colon (`:') it > > marks the line as being a "dependency" line, and when it > > later sees a semicolon (`;') it replaces it by a newline. > > The net effect is that the following fragment blows up: > > > > ... > > > > In OpenBSD, this has been fixed yet in 2001 by the new parsing code > > (parse.c,v 1.59 and related changes). > > What's stopping you from importing the fix? Greg, OpenBSD make(1) is largely rewritten and the parser is so very different, that this is addressed, but there are many other changes, and you know, it likely won't support one or two things we need. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 16:34:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C96A37B401; Thu, 26 Sep 2002 16:34:47 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B52643E4A; Thu, 26 Sep 2002 16:34:47 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 3E3102A7D6; Thu, 26 Sep 2002 16:34:47 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Greg 'groggy' Lehey Cc: Ruslan Ermilov , Juli Mallett , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make parse.c In-Reply-To: <20020926231005.GS10532@wantadilla.lemis.com> Date: Thu, 26 Sep 2002 16:34:47 -0700 From: Peter Wemm Message-Id: <20020926233447.3E3102A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greg 'groggy' Lehey wrote: > On Thursday, 26 September 2002 at 11:50:38 +0300, Ruslan Ermilov wrote: > > On Wed, Sep 25, 2002 at 11:44:30PM -0700, Juli Mallett wrote: > >> jmallett 2002/09/25 23:44:30 PDT > >> > >> Modified files: > >> usr.bin/make parse.c > >> Log: > >> Remove a semicolon that appears to be a lie. > >> > >> Spotted by: SPARC64 make WARNS=3 > >> Sponsored by: Rachel Hestilow > >> > >> Revision Changes Path > >> 1.43 +1 -1 src/usr.bin/make/parse.c > >> > > As an aside. Our make(1) suffers from the parsing bug in > > parse.c:ParseReadLine(). When it sees a colon (`:') it > > marks the line as being a "dependency" line, and when it > > later sees a semicolon (`;') it replaces it by a newline. > > The net effect is that the following fragment blows up: > > > > ... > > > > In OpenBSD, this has been fixed yet in 2001 by the new parsing code > > (parse.c,v 1.59 and related changes). > > What's stopping you from importing the fix? Well, given that it is fixed by 'the new parsing code', the clue should be that it is a pretty big change and not 'just a fix'. We've already learned the hard way that make(1) is hyper sensitive and anything more than low impact changes requires extensive testing which takes quite a bit of time. We are a volunteer project, and not everybody has the time to sit down and spend up to a week or so doing regression tests over the source trees, making sure that other platforms dont get broken, making sure that we can still cross build from various older releases, test 3rd party build structures etc etc. When somebody has the time and inclination to do it, it'll get done. For now we have a footnote that there is still an unresolved bug. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 17:25:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE2B37B401; Thu, 26 Sep 2002 17:25:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A2743E7B; Thu, 26 Sep 2002 17:25:54 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R0PsCo076415; Thu, 26 Sep 2002 17:25:54 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R0Psol076414; Thu, 26 Sep 2002 17:25:54 -0700 (PDT) Message-Id: <200209270025.g8R0Psol076414@freefall.freebsd.org> From: Robert Watson Date: Thu, 26 Sep 2002 17:25:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/09/26 17:25:54 PDT Modified files: sys/nfsclient nfs_vfsops.c Log: Remove an errant debugging printf that got left in during my last commit. Pointed out by: guido Revision Changes Path 1.126 +0 -1 src/sys/nfsclient/nfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 17:46: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 217F737B401; Thu, 26 Sep 2002 17:46:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8DF443E6A; Thu, 26 Sep 2002 17:46:00 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R0k0Co080332; Thu, 26 Sep 2002 17:46:00 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R0k08X080329; Thu, 26 Sep 2002 17:46:00 -0700 (PDT) Message-Id: <200209270046.g8R0k08X080329@freefall.freebsd.org> From: Alan Eldridge Date: Thu, 26 Sep 2002 17:46:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/quanta Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/26 17:46:00 PDT Modified files: www/quanta Makefile distinfo pkg-descr pkg-plist Log: The long awaited quanta-3.0 release is here! However, please wait until my local-distfiles/alane gets updated or else you won't be able to fetch. Approved by: Kris K. Revision Changes Path 1.18 +31 -18 ports/www/quanta/Makefile 1.6 +1 -1 ports/www/quanta/distinfo 1.3 +5 -1 ports/www/quanta/pkg-descr 1.6 +631 -3073 ports/www/quanta/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 17:57:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16CD037B401; Thu, 26 Sep 2002 17:57:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A3943E6A; Thu, 26 Sep 2002 17:57:52 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R0vqCo082486; Thu, 26 Sep 2002 17:57:52 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R0vqkf082485; Thu, 26 Sep 2002 17:57:52 -0700 (PDT) Message-Id: <200209270057.g8R0vqkf082485@freefall.freebsd.org> From: Alan Eldridge Date: Thu, 26 Sep 2002 17:57:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/quanta Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/26 17:57:52 PDT Modified files: www/quanta Makefile Log: add temp master site of my people.fbsd.org dir so people can fetch Revision Changes Path 1.19 +3 -2 ports/www/quanta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 18:40:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8452D37B401; Thu, 26 Sep 2002 18:40:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3823A43E75; Thu, 26 Sep 2002 18:40:31 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R1eVCo094841; Thu, 26 Sep 2002 18:40:31 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R1eUXD094838; Thu, 26 Sep 2002 18:40:30 -0700 (PDT) Message-Id: <200209270140.g8R1eUXD094838@freefall.freebsd.org> From: Juli Mallett Date: Thu, 26 Sep 2002 18:40:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/26 18:40:30 PDT Modified files: bin/ps keyword.c Log: Ala kill(1), tell people to type 'ps -L' for a list of format keywords. Sponsored by: Rachel Hestilow MFC after: 2 weeks Revision Changes Path 1.55 +1 -1 src/bin/ps/keyword.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 18:44:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 205EF37B401; Thu, 26 Sep 2002 18:44:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C997243E77; Thu, 26 Sep 2002 18:44:30 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R1iUCo096463; Thu, 26 Sep 2002 18:44:30 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R1iUK4096462; Thu, 26 Sep 2002 18:44:30 -0700 (PDT) Message-Id: <200209270144.g8R1iUK4096462@freefall.freebsd.org> From: Juli Mallett Date: Thu, 26 Sep 2002 18:44:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/26 18:44:30 PDT Modified files: bin/ps keyword.c Log: List valid keywords, ala kill(1), rather than the csh builtin kill, which tells people to type kill -l, when no valid ones are specified. Sponsored by: Bright Path Solutions MFC after: 4 days Revision Changes Path 1.56 +5 -2 src/bin/ps/keyword.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 19: 6:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E7F237B401; Thu, 26 Sep 2002 19:06:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1070343E6E; Thu, 26 Sep 2002 19:06:26 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R26PCo005015; Thu, 26 Sep 2002 19:06:25 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R26PQf005014; Thu, 26 Sep 2002 19:06:25 -0700 (PDT) Message-Id: <200209270206.g8R26PQf005014@freefall.freebsd.org> From: Mike Silbersack Date: Thu, 26 Sep 2002 19:06:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2002/09/26 19:06:25 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_input.c Log: MFC rev 1.175 Fix issue where shutdown(socket, SHUT_RD) was effectively ignored for TCP sockets. NetBSD PR: 18185 Submitted by: Sean Boudreau Approved by: re Revision Changes Path 1.107.2.32 +10 -3 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 20:23: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1871037B401; Thu, 26 Sep 2002 20:23:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA43043E65; Thu, 26 Sep 2002 20:23:02 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R3N2Co033224; Thu, 26 Sep 2002 20:23:02 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R3N22Q033223; Thu, 26 Sep 2002 20:23:02 -0700 (PDT) Message-Id: <200209270323.g8R3N22Q033223@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 26 Sep 2002 20:23:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm aicasm_gram.y aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/26 20:23:02 PDT Modified files: sys/dev/aic7xxx/aicasm aicasm_gram.y aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c Log: Remove redundant inclusion of inttypes.h in aicasm_gram.y and properly sort inttypes.h into list of includes. Noticed by: Mike Barcroft Revision Changes Path 1.21 +1 -2 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.4 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l 1.21 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.20 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 20:41:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5808F37B401; Thu, 26 Sep 2002 20:41:30 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E9B43E42; Thu, 26 Sep 2002 20:41:29 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8R3fOpk003112; Thu, 26 Sep 2002 21:41:26 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 26 Sep 2002 21:41:16 -0600 (MDT) Message-Id: <20020926.214116.109168047.imp@bsdimp.com> To: phk@critter.freebsd.dk Cc: ru@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile From: "M. Warner Losh" In-Reply-To: <2533.1033042271@critter.freebsd.dk> References: <20020926112945.GB39655@sunbay.com> <2533.1033042271@critter.freebsd.dk> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <2533.1033042271@critter.freebsd.dk> Poul-Henning Kamp writes: : >The "universe" as it is now does not handle i386:pc98. : : I tried and you cannot make a buildworld in pc98, only kernels, : I can add the pc98 kernels if there is concensus. This is new. I've done buildworlds for pc98 on my i386 box on and off for the past two years. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 21:52:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF8337B401; Thu, 26 Sep 2002 21:52:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B7E43E42; Thu, 26 Sep 2002 21:52:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R4qmCo057252; Thu, 26 Sep 2002 21:52:48 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R4qmVV057251; Thu, 26 Sep 2002 21:52:48 -0700 (PDT) Message-Id: <200209270452.g8R4qmVV057251@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 26 Sep 2002 21:52:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/kbiff Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/26 21:52:48 PDT Modified files: mail/kbiff Makefile Log: Assign maintainership to Tilman Linneweh Revision Changes Path 1.26 +1 -1 ports/mail/kbiff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 22:56:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E9EC37B401; Thu, 26 Sep 2002 22:56:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D430443E42; Thu, 26 Sep 2002 22:56:23 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R5uNCo074865; Thu, 26 Sep 2002 22:56:23 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R5uNe0074864; Thu, 26 Sep 2002 22:56:23 -0700 (PDT) Message-Id: <200209270556.g8R5uNe0074864@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 26 Sep 2002 22:56:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/26 22:56:23 PDT Modified files: www/mozilla Makefile Log: Disable Chatzilla by default. The old buffer overflow is still present in 1.0.1. Submitted by: trevor Revision Changes Path 1.115 +1 -1 ports/www/mozilla/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 22:57: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5EF737B401; Thu, 26 Sep 2002 22:56:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 888A643E42; Thu, 26 Sep 2002 22:56:59 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R5uxCo074940; Thu, 26 Sep 2002 22:56:59 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R5uxvZ074939; Thu, 26 Sep 2002 22:56:59 -0700 (PDT) Message-Id: <200209270556.g8R5uxvZ074939@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 26 Sep 2002 22:56:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/26 22:56:59 PDT Modified files: www/mozilla Makefile Log: Bump PORTREVISION after last commit. Revision Changes Path 1.116 +1 -0 ports/www/mozilla/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 23: 5:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AA3337B401; Thu, 26 Sep 2002 23:05:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C1FF43E8A; Thu, 26 Sep 2002 23:05:21 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R65LCo081371; Thu, 26 Sep 2002 23:05:21 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R65LRh081358; Thu, 26 Sep 2002 23:05:21 -0700 (PDT) Message-Id: <200209270605.g8R65LRh081358@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 26 Sep 2002 23:05:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gconf Makefile ports/devel/gconf/files patch-gconf::gconf-internals.c patch-gconf_Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/26 23:05:21 PDT Modified files: devel/gconf Makefile devel/gconf/files patch-gconf::gconf-internals.c Added files: devel/gconf/files patch-gconf_Makefile.in Log: Make gconf find gconfd-2 after its move to ${PREFIX}/libexec. This fixes some compatibility problems between GNOME 1 and GNOME 2. Reported by: Adam Weinberger Tested by: Adam Weinberger Approved by: portmgr (sobomax) Revision Changes Path 1.34 +1 -1 ports/devel/gconf/Makefile 1.2 +11 -5 ports/devel/gconf/files/patch-gconf::gconf-internals.c 1.1 +10 -0 ports/devel/gconf/files/patch-gconf_Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 23:14:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9022C37B401; Thu, 26 Sep 2002 23:14:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4176B43E6E; Thu, 26 Sep 2002 23:14:30 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R6EUCo088047; Thu, 26 Sep 2002 23:14:30 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R6EU3t088046; Thu, 26 Sep 2002 23:14:30 -0700 (PDT) Message-Id: <200209270614.g8R6EU3t088046@freefall.freebsd.org> From: Warner Losh Date: Thu, 26 Sep 2002 23:14:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/09/26 23:14:30 PDT Modified files: etc/defaults pccard.conf Log: Two fixes: 1) Add new card entry for nortel eMobility wi card (from email that I've lost the sender on :-( 2) put ata devices at config 0x1 rather than auto. This should be better for nearly all cases. MFC after: 3 days Revision Changes Path 1.243 +7 -1 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 26 23:54:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0950637B401; Thu, 26 Sep 2002 23:54:30 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3183C43E4A; Thu, 26 Sep 2002 23:54:29 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8R6rx0U009306; Fri, 27 Sep 2002 08:54:05 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" Cc: ru@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile In-Reply-To: Your message of "Thu, 26 Sep 2002 21:41:16 MDT." <20020926.214116.109168047.imp@bsdimp.com> Date: Fri, 27 Sep 2002 08:53:59 +0200 Message-ID: <9305.1033109639@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020926.214116.109168047.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: <2533.1033042271@critter.freebsd.dk> > Poul-Henning Kamp writes: >: >The "universe" as it is now does not handle i386:pc98. >: >: I tried and you cannot make a buildworld in pc98, only kernels, >: I can add the pc98 kernels if there is concensus. > >This is new. I've done buildworlds for pc98 on my i386 box on and off >for the past two years. Ok, I'll try again, it may have been temporary problems. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 0: 1:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE67637B401; Fri, 27 Sep 2002 00:01:51 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DF943E75; Fri, 27 Sep 2002 00:01:51 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8R71mpk003872; Fri, 27 Sep 2002 01:01:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 27 Sep 2002 01:01:34 -0600 (MDT) Message-Id: <20020927.010134.86683163.imp@bsdimp.com> To: phk@critter.freebsd.dk Cc: ru@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile From: "M. Warner Losh" In-Reply-To: <9305.1033109639@critter.freebsd.dk> References: <20020926.214116.109168047.imp@bsdimp.com> <9305.1033109639@critter.freebsd.dk> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <9305.1033109639@critter.freebsd.dk> Poul-Henning Kamp writes: : In message <20020926.214116.109168047.imp@bsdimp.com>, "M. Warner Losh" writes: : >In message: <2533.1033042271@critter.freebsd.dk> : > Poul-Henning Kamp writes: : >: >The "universe" as it is now does not handle i386:pc98. : >: : >: I tried and you cannot make a buildworld in pc98, only kernels, : >: I can add the pc98 kernels if there is concensus. : > : >This is new. I've done buildworlds for pc98 on my i386 box on and off : >for the past two years. : : Ok, I'll try again, it may have been temporary problems. It has been about a month since I tried last, however. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 0: 3:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BF6F37B401; Fri, 27 Sep 2002 00:03:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF79743E6A; Fri, 27 Sep 2002 00:03:50 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R73oCo011746; Fri, 27 Sep 2002 00:03:50 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R73oqp011745; Fri, 27 Sep 2002 00:03:50 -0700 (PDT) Message-Id: <200209270703.g8R73oqp011745@freefall.freebsd.org> From: Sebastien Gioria Date: Fri, 27 Sep 2002 00:03:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/27 00:03:50 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml Log: MFen 1.22.2.294->1.22.2.296 Approved by: re@(bmah) Revision Changes Path 1.1.2.16 +3 -10 src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 0:11:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 617C537B401; Fri, 27 Sep 2002 00:11:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 105D243E6A; Fri, 27 Sep 2002 00:11:12 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R7BBCo018190; Fri, 27 Sep 2002 00:11:11 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R7BB9V018189; Fri, 27 Sep 2002 00:11:11 -0700 (PDT) Message-Id: <200209270711.g8R7BB9V018189@freefall.freebsd.org> From: Julian Elischer Date: Fri, 27 Sep 2002 00:11:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/27 00:11:11 PDT Modified files: sys/kern kern_thread.c sys/sys proc.h Log: Redo how completing threads pass their state to userland if they are not going to cross over themselves. Also change how the list of completed user threads is tracked and passed to the KSE. This is not a change in design but rather the implementation of what was originally envisionned. Revision Changes Path 1.32 +122 -82 src/sys/kern/kern_thread.c 1.256 +3 -3 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 0:20: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5089637B404; Fri, 27 Sep 2002 00:20:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028CD43E65; Fri, 27 Sep 2002 00:20:00 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R7JxCo018907; Fri, 27 Sep 2002 00:19:59 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R7JxUN018902; Fri, 27 Sep 2002 00:19:59 -0700 (PDT) Message-Id: <200209270719.g8R7JxUN018902@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 27 Sep 2002 00:19:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/27 00:19:59 PDT Modified files: en/donations wantlist.sgml Log: I received copies of the specifications I was looking for. Revision Changes Path 1.26 +1 -9 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 1:58:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CF0337B401; Fri, 27 Sep 2002 01:58:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 317F243E65; Fri, 27 Sep 2002 01:58:20 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: from freefall.freebsd.org (wjv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R8wKCo056076; Fri, 27 Sep 2002 01:58:20 -0700 (PDT) (envelope-from wjv@freefall.freebsd.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R8wK87056075; Fri, 27 Sep 2002 01:58:20 -0700 (PDT) Message-Id: <200209270858.g8R8wK87056075@freefall.freebsd.org> From: Johann Visagie Date: Fri, 27 Sep 2002 01:58:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/emboss Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2002/09/27 01:58:19 PDT Modified files: biology/emboss Makefile distinfo Log: - Unbreak fetching of distfiles. (Needs update as soon as freeze is over.) Submitted by: kris, bento Approved by: Implicitly by first rule of ports freeze, I hope! Revision Changes Path 1.30 +1 -3 ports/biology/emboss/Makefile 1.22 +6 -6 ports/biology/emboss/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 2:21: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A55E37B401; Fri, 27 Sep 2002 02:21:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4196A43E65; Fri, 27 Sep 2002 02:21:08 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R9L8Co065861; Fri, 27 Sep 2002 02:21:08 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R9L7IH065860; Fri, 27 Sep 2002 02:21:07 -0700 (PDT) Message-Id: <200209270921.g8R9L7IH065860@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 27 Sep 2002 02:21:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make make.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/09/27 02:21:07 PDT Modified files: usr.bin/make make.1 Log: Document the parsing bug. Revision Changes Path 1.59 +13 -1 src/usr.bin/make/make.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 2:44:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF2F937B401; Fri, 27 Sep 2002 02:44:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9255E43E4A; Fri, 27 Sep 2002 02:44:48 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8R9imCo069883; Fri, 27 Sep 2002 02:44:48 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8R9imvH069882; Fri, 27 Sep 2002 02:44:48 -0700 (PDT) Message-Id: <200209270944.g8R9imvH069882@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 27 Sep 2002 02:44:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/databases Makefile ports/databases/interbase4 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/27 02:44:48 PDT Modified files: . modules databases Makefile Removed files: databases/interbase4 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Send this to the Attic (when it was marked FORBIDDEN, Mir was still in orbit). Approved by: Berend de Boer (maintainer) advisory: FreeBSD-SA-01:26.interbase Revision Changes Path 1.6002 +0 -1 CVSROOT/modules 1.205 +0 -1 ports/databases/Makefile 1.15 +0 -61 ports/databases/interbase4/Makefile (dead) 1.2 +0 -1 ports/databases/interbase4/distinfo (dead) 1.3 +0 -1 ports/databases/interbase4/pkg-comment (dead) 1.4 +0 -5 ports/databases/interbase4/pkg-descr (dead) 1.3 +0 -12 ports/databases/interbase4/pkg-message (dead) 1.2 +0 -174 ports/databases/interbase4/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 4: 5:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9480F37B404; Fri, 27 Sep 2002 04:05:27 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB8043E6E; Fri, 27 Sep 2002 04:05:25 -0700 (PDT) (envelope-from keramida@FreeBSD.ORG) Received: from hades.hell.gr (patr530-a152.otenet.gr [212.205.215.152]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g8RB57iO027637; Fri, 27 Sep 2002 14:05:24 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g8R46lDW004052; Fri, 27 Sep 2002 07:06:47 +0300 (EEST) (envelope-from keramida@FreeBSD.ORG) Received: (from keramida@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g8R46kZ4004051; Fri, 27 Sep 2002 07:06:46 +0300 (EEST) (envelope-from keramida@FreeBSD.ORG) Date: Fri, 27 Sep 2002 07:06:45 +0300 From: Giorgos Keramidas To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.8 Message-ID: <20020927040644.GB3602@hades.hell.gr> References: <200209262129.g8QLTARu027434@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209262129.g8QLTARu027434@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-09-26 14:29, Poul-Henning Kamp wrote: > Log: > Don't show disklabel in the examples, it is not necessary. > > Revision Changes Path > 1.17 +2 -3 src/sbin/mdconfig/mdconfig.8 Does this fact (that disklabel isn't necessary) depend on GEOM being enabled though? If yes, then shouldn't we keep the disklabel part in the examples until GEOM is the default and always enabled? Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 4:32:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B1037B401; Fri, 27 Sep 2002 04:32:56 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE13043E7B; Fri, 27 Sep 2002 04:32:55 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8RBWd0U013347; Fri, 27 Sep 2002 13:32:40 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Giorgos Keramidas Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.8 In-Reply-To: Your message of "Fri, 27 Sep 2002 07:06:45 +0300." <20020927040644.GB3602@hades.hell.gr> Date: Fri, 27 Sep 2002 13:32:39 +0200 Message-ID: <13346.1033126359@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020927040644.GB3602@hades.hell.gr>, Giorgos Keramidas writes: >On 2002-09-26 14:29, Poul-Henning Kamp wrote: >> Log: >> Don't show disklabel in the examples, it is not necessary. >> >> Revision Changes Path >> 1.17 +2 -3 src/sbin/mdconfig/mdconfig.8 > >Does this fact (that disklabel isn't necessary) depend on GEOM being >enabled though? If yes, then shouldn't we keep the disklabel part in >the examples until GEOM is the default and always enabled? No. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 5:46:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC55337B401; Fri, 27 Sep 2002 05:46:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC6443EB1; Fri, 27 Sep 2002 05:46:49 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RCkmCo047502; Fri, 27 Sep 2002 05:46:48 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RCkmnn047501; Fri, 27 Sep 2002 05:46:48 -0700 (PDT) Message-Id: <200209271246.g8RCkmnn047501@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 27 Sep 2002 05:46:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/27 05:46:48 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: fix Taiwan CTM mirror site Reviewed by: keramida Approved by: murray Revision Changes Path 1.241 +4 -4 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 5:59:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D10E37B401; Fri, 27 Sep 2002 05:59:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C5C43E77; Fri, 27 Sep 2002 05:59:40 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RCxeCo055639; Fri, 27 Sep 2002 05:59:40 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RCxegF055630; Fri, 27 Sep 2002 05:59:40 -0700 (PDT) Message-Id: <200209271259.g8RCxegF055630@freefall.freebsd.org> From: Alan Eldridge Date: Fri, 27 Sep 2002 05:59:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/quanta Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/27 05:59:40 PDT Modified files: www/quanta Makefile pkg-plist Log: Bump portrevision. Fix plist errors. Don't bother with NOPORTDOCS, since it is *needs* docs. Revision Changes Path 1.20 +1 -5 ports/www/quanta/Makefile 1.7 +28 -0 ports/www/quanta/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 6:55:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 050CA37B401; Fri, 27 Sep 2002 06:55:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD49E43E65; Fri, 27 Sep 2002 06:55:41 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RDtfCo075880; Fri, 27 Sep 2002 06:55:41 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RDtfLZ075879; Fri, 27 Sep 2002 06:55:41 -0700 (PDT) Message-Id: <200209271355.g8RDtfLZ075879@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 27 Sep 2002 06:55:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby-devel Makefile distinfo pkg-message ports/lang/ruby_static Makefile ports/lang/ruby_static-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/27 06:55:41 PDT Modified files: Mk bsd.ruby.mk lang/ruby-devel Makefile distinfo pkg-message lang/ruby_static Makefile lang/ruby_static-devel Makefile Log: Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which fixes several coredump bugs and fatal threading problems. Remove the autoconf dependency by including a pre-generated configure script in the distfile. It now also includes a pre-generated parse.c made by bison 1.35. Revision Changes Path 1.89 +4 -5 ports/Mk/bsd.ruby.mk 1.39 +1 -6 ports/lang/ruby-devel/Makefile 1.32 +1 -3 ports/lang/ruby-devel/distinfo 1.3 +2 -0 ports/lang/ruby-devel/pkg-message 1.6 +1 -1 ports/lang/ruby_static-devel/Makefile 1.21 +0 -14 ports/lang/ruby_static/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 7:31: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD5437B401; Fri, 27 Sep 2002 07:31:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCD743E3B; Fri, 27 Sep 2002 07:30:58 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8REUwCo092602; Fri, 27 Sep 2002 07:30:58 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8REUwYe092601; Fri, 27 Sep 2002 07:30:58 -0700 (PDT) Message-Id: <200209271430.g8REUwYe092601@freefall.freebsd.org> From: Alan Eldridge Date: Fri, 27 Sep 2002 07:30:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/quanta Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/27 07:30:57 PDT Modified files: www/quanta Makefile distinfo pkg-plist Log: Final sync up with official release. Fixed MD5 for official tarball. Put master sites back to sourceforge. Use PLIST_SUB tags in pkg-plist. Bump portrevision. That's all, folks. Approved by: Kris (approved fixing quanta, this is last step) Revision Changes Path 1.21 +5 -5 ports/www/quanta/Makefile 1.7 +1 -1 ports/www/quanta/distinfo 1.8 +1699 -1699 ports/www/quanta/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 8:44: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 527FE37B401; Fri, 27 Sep 2002 08:44:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07BD943E3B; Fri, 27 Sep 2002 08:44:02 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RFhxCo050569; Fri, 27 Sep 2002 08:43:59 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RFhxuN050568; Fri, 27 Sep 2002 08:43:59 -0700 (PDT) Message-Id: <200209271543.g8RFhxuN050568@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 27 Sep 2002 08:43:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/27 08:43:59 PDT Modified files: en/news press.xml Log: Add Michael Lucas's ITWorld.com interview to the press page. PR: 43424 Submitted by: Hiten Pandya Revision Changes Path 1.59 +11 -1 www/en/news/press.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 8:46:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D6B437B401; Fri, 27 Sep 2002 08:46:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 419E143E6A; Fri, 27 Sep 2002 08:46:29 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RFkTCo050842; Fri, 27 Sep 2002 08:46:29 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RFkTr3050841; Fri, 27 Sep 2002 08:46:29 -0700 (PDT) Message-Id: <200209271546.g8RFkTr3050841@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 27 Sep 2002 08:46:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm Makefile aicasm_gram.y aicasm_insformat.h aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/27 08:46:28 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx/aicasm Makefile aicasm_gram.y aicasm_insformat.h aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c Log: MFC: Add support for move with immediate of 0. Use inttypes.h. Approved by: RE (jhb) Revision Changes Path 1.8.2.5 +1 -1 src/sys/dev/aic7xxx/aicasm/Makefile 1.11.2.7 +18 -3 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.3.2.5 +0 -0 src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h 1.1.2.3 +2 -1 src/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l 1.13.2.6 +2 -1 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.11.2.6 +2 -1 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 9: 2:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD97C37B401; Fri, 27 Sep 2002 09:02:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83B7843E6E; Fri, 27 Sep 2002 09:02:29 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RG2TCo053457; Fri, 27 Sep 2002 09:02:29 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RG2TC8053450; Fri, 27 Sep 2002 09:02:29 -0700 (PDT) Message-Id: <200209271602.g8RG2TC8053450@freefall.freebsd.org> From: John Baldwin Date: Fri, 27 Sep 2002 09:02:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/init init.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/27 09:02:28 PDT Modified files: sbin/init init.c Log: Give up on a tty if opening it's special file returns ENOENT like we do for ENXIO. Glanced at by: imp, gallatin Revision Changes Path 1.52 +1 -1 src/sbin/init/init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 9:28:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EA5C37B401; Fri, 27 Sep 2002 09:28:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE12343E88; Fri, 27 Sep 2002 09:28:34 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RGSYCo063323; Fri, 27 Sep 2002 09:28:34 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RGSYxM063322; Fri, 27 Sep 2002 09:28:34 -0700 (PDT) Message-Id: <200209271628.g8RGSYxM063322@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 27 Sep 2002 09:28:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/27 09:28:34 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c Log: MFC: Sync Perforce Ids. Approved by: RE (jhb) Revision Changes Path 1.15.2.9 +1 -1 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.12 +1 -1 src/sys/dev/aic7xxx/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 9:29: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28EC537B401; Fri, 27 Sep 2002 09:29:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35FF643E81; Fri, 27 Sep 2002 09:29:07 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RGT7Co063385; Fri, 27 Sep 2002 09:29:07 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RGT6hU063384; Fri, 27 Sep 2002 09:29:06 -0700 (PDT) Message-Id: <200209271629.g8RGT6hU063384@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 27 Sep 2002 09:29:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx_osm.c aic7xxx_osm.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/27 09:29:06 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic7xxx.c aic7xxx_osm.c aic7xxx_osm.h Log: MFC: Sync Perforce IDs and correct a spelling error. Approved by: RE (jhb) Revision Changes Path 1.41.2.24 +2 -2 src/sys/dev/aic7xxx/aic7xxx.c 1.27.2.4 +1 -1 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.14.2.4 +1 -1 src/sys/dev/aic7xxx/aic7xxx_osm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 9:29:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 425AF37B401; Fri, 27 Sep 2002 09:29:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D9543E4A; Fri, 27 Sep 2002 09:29:36 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RGTZCo063444; Fri, 27 Sep 2002 09:29:35 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RGTZRA063443; Fri, 27 Sep 2002 09:29:35 -0700 (PDT) Message-Id: <200209271629.g8RGTZRA063443@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 27 Sep 2002 09:29:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/27 09:29:35 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_pci.c Log: MFC: Bring aic79xx driver up to the latest in -current. Approved by: RE (jhb) Revision Changes Path 1.2.2.2 +1 -1 src/sys/dev/aic7xxx/ahd_pci.c 1.3.2.2 +151 -89 src/sys/dev/aic7xxx/aic79xx.c 1.3.2.3 +10 -6 src/sys/dev/aic7xxx/aic79xx.h 1.2.2.2 +30 -14 src/sys/dev/aic7xxx/aic79xx.reg 1.2.2.2 +138 -84 src/sys/dev/aic7xxx/aic79xx.seq 1.3.2.2 +3 -49 src/sys/dev/aic7xxx/aic79xx_inline.h 1.3.2.2 +4 -2 src/sys/dev/aic7xxx/aic79xx_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 9:35:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5957137B401; Fri, 27 Sep 2002 09:35:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BEB243E75; Fri, 27 Sep 2002 09:35:22 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RGZLCo065214; Fri, 27 Sep 2002 09:35:21 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RGZLuE065213; Fri, 27 Sep 2002 09:35:21 -0700 (PDT) Message-Id: <200209271635.g8RGZLuE065213@freefall.freebsd.org> From: Robert Watson Date: Fri, 27 Sep 2002 09:35:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libugidfw ugidfw.c ugidfw.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/09/27 09:35:20 PDT Modified files: lib/libugidfw ugidfw.c ugidfw.h Log: Use size_t instead of int for len variables passed in/out of sysctl. Pointed out by: jake Revision Changes Path 1.3 +3 -2 src/lib/libugidfw/ugidfw.c 1.2 +1 -1 src/lib/libugidfw/ugidfw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 9:54:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C73137B404; Fri, 27 Sep 2002 09:54:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D479343E65; Fri, 27 Sep 2002 09:54:21 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RGsLCo069281; Fri, 27 Sep 2002 09:54:21 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RGsL9v069280; Fri, 27 Sep 2002 09:54:21 -0700 (PDT) Message-Id: <200209271654.g8RGsL9v069280@freefall.freebsd.org> From: Gordon Tetlow Date: Fri, 27 Sep 2002 09:54:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d moused X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/27 09:54:21 PDT Modified files: etc/rc.d moused Log: Fix moused so you can use the stop command Reported by: wa1ter@myrealbox.com Revision Changes Path 1.3 +1 -3 src/etc/rc.d/moused To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 10: 5:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFCFE37B404; Fri, 27 Sep 2002 10:05:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A1C43E7B; Fri, 27 Sep 2002 10:05:56 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RH5uCo075869; Fri, 27 Sep 2002 10:05:56 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RH5u3E075868; Fri, 27 Sep 2002 10:05:56 -0700 (PDT) Message-Id: <200209271705.g8RH5u3E075868@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 27 Sep 2002 10:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R schedule.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/27 10:05:56 PDT Modified files: en/releases/4.7R schedule.sgml Log: Take a duplicate and out-of-order item ("heads-up to hubs@") out of the release schedule. Submitted by: Stacey Roberts Revision Changes Path 1.7 +4 -12 www/en/releases/4.7R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 10: 6:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B49DE37B404; Fri, 27 Sep 2002 10:06:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ADDF43E42; Fri, 27 Sep 2002 10:06:57 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RH6vCo075947; Fri, 27 Sep 2002 10:06:57 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RH6vI9075946; Fri, 27 Sep 2002 10:06:57 -0700 (PDT) Message-Id: <200209271706.g8RH6vI9075946@freefall.freebsd.org> From: Scott Long Date: Fri, 27 Sep 2002 10:06:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/27 10:06:57 PDT Modified files: sys/conf majors Log: Prepare for the uncoming import of the ServeRAID driver Revision Changes Path 1.141 +2 -0 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 10: 7:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06DFD37B404; Fri, 27 Sep 2002 10:07:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED4F43E7B; Fri, 27 Sep 2002 10:07:17 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RH7HCo075992; Fri, 27 Sep 2002 10:07:17 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RH7HFq075991; Fri, 27 Sep 2002 10:07:17 -0700 (PDT) Message-Id: <200209271707.g8RH7HFq075991@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 27 Sep 2002 10:07:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R schedule.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/27 10:07:17 PDT Modified files: en/releases/4.7R schedule.sgml Log: Update schedule to note 4.7-RC2 (i386 anyways). Revision Changes Path 1.8 +2 -2 www/en/releases/4.7R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 10:44:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E8BC37B401; Fri, 27 Sep 2002 10:44:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 112BB43E3B; Fri, 27 Sep 2002 10:44:13 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RHiCCo084357; Fri, 27 Sep 2002 10:44:12 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RHiCqa084356; Fri, 27 Sep 2002 10:44:12 -0700 (PDT) Message-Id: <200209271744.g8RHiCqa084356@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 27 Sep 2002 10:44:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile pst.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/09/27 10:44:12 PDT Modified files: share/man/man4 Makefile Added files: share/man/man4 pst.4 Log: Add manpage for the pst driver (Promise SX6000) Revision Changes Path 1.164 +1 -0 src/share/man/man4/Makefile 1.1 +63 -0 src/share/man/man4/pst.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 11:10:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82CC37B401; Fri, 27 Sep 2002 11:10:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B20D43E65; Fri, 27 Sep 2002 11:10:40 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RIAeCo093352; Fri, 27 Sep 2002 11:10:40 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RIAexC093351; Fri, 27 Sep 2002 11:10:40 -0700 (PDT) Message-Id: <200209271810.g8RIAexC093351@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 27 Sep 2002 11:10:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ccrypt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/27 11:10:40 PDT Modified files: security/ccrypt Makefile Log: fix install-doc error Submitted by: bento log Revision Changes Path 1.4 +1 -1 ports/security/ccrypt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 11:20: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EB4D37B401; Fri, 27 Sep 2002 11:19:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D01DD43E3B; Fri, 27 Sep 2002 11:19:57 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RIJvCo095463; Fri, 27 Sep 2002 11:19:57 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RIJv3u095462; Fri, 27 Sep 2002 11:19:57 -0700 (PDT) Message-Id: <200209271819.g8RIJv3u095462@freefall.freebsd.org> From: Greg Lewis Date: Fri, 27 Sep 2002 11:19:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/clip Makefile pkg-plist ports/databases/clip/files patch-clip-gtk::configure patch-clip-gtkextra::configure patch-gd::configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/09/27 11:19:57 PDT Modified files: databases/clip Makefile pkg-plist Added files: databases/clip/files patch-clip-gtk::configure patch-clip-gtkextra::configure patch-gd::configure Log: Hopefully unbreak this port: . Add many missing dependencies. . Add patches to get some of the optional components compiling. . Update packing list to match files in fixed build. After the port freeze we need to: . Update to 0.99-4. . Add make knobs for the optional components. . Get the remaining optional components compiling. Approved by: bento Revision Changes Path 1.5 +15 -1 ports/databases/clip/Makefile 1.1 +78 -0 ports/databases/clip/files/patch-clip-gtk::configure (new) 1.1 +74 -0 ports/databases/clip/files/patch-clip-gtkextra::configure (new) 1.1 +83 -0 ports/databases/clip/files/patch-gd::configure (new) 1.4 +102 -0 ports/databases/clip/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 11:27:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF63737B401; Fri, 27 Sep 2002 11:27:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B01ED43E6E; Fri, 27 Sep 2002 11:27:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RIRACo097498; Fri, 27 Sep 2002 11:27:10 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RIRA2l097497; Fri, 27 Sep 2002 11:27:10 -0700 (PDT) Message-Id: <200209271827.g8RIRA2l097497@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 11:27:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_vfsops.c src/sys/kern kern_conf.c kern_mib.c src/sys/sys conf.h types.h vnode.h src/usr.bin/fstat fstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 11:27:10 PDT Modified files: sys/fs/ntfs ntfs_vfsops.c sys/kern kern_conf.c kern_mib.c sys/sys conf.h types.h vnode.h usr.bin/fstat fstat.c Log: Rename struct specinfo to the more appropriate struct cdev. Agreed on: jake, rwatson, jhb Revision Changes Path 1.47 +1 -1 src/sys/fs/ntfs/ntfs_vfsops.c 1.111 +6 -6 src/sys/kern/kern_conf.c 1.59 +2 -2 src/sys/kern/kern_mib.c 1.148 +4 -4 src/sys/sys/conf.h 1.73 +2 -2 src/sys/sys/types.h 1.213 +2 -2 src/sys/sys/vnode.h 1.46 +2 -2 src/usr.bin/fstat/fstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 11:30:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF8037B401; Fri, 27 Sep 2002 11:30:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC6943EF7; Fri, 27 Sep 2002 11:30:52 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RIUqCo098967; Fri, 27 Sep 2002 11:30:52 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RIUqlC098965; Fri, 27 Sep 2002 11:30:52 -0700 (PDT) Message-Id: <200209271830.g8RIUqlC098965@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 27 Sep 2002 11:30:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/botan Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/27 11:30:52 PDT Modified files: security/botan Makefile pkg-plist Log: fix plist by removing a recursively-linked file Submitted by: bento log Revision Changes Path 1.14 +4 -0 ports/security/botan/Makefile 1.13 +0 -1 ports/security/botan/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 11:53:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B755937B401; Fri, 27 Sep 2002 11:53:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A7343E77; Fri, 27 Sep 2002 11:53:12 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RIrCCo004010; Fri, 27 Sep 2002 11:53:12 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RIrCFV004009; Fri, 27 Sep 2002 11:53:12 -0700 (PDT) Message-Id: <200209271853.g8RIrCFV004009@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 27 Sep 2002 11:53:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/dlx Makefile pkg-plist ports/emulators/dlx/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/27 11:53:11 PDT Modified files: emulators/dlx Makefile pkg-plist emulators/dlx/files patch-ab Log: unbroken by fixing values.h bug Submitted by: bento log Revision Changes Path 1.14 +3 -5 ports/emulators/dlx/Makefile 1.2 +20 -2 ports/emulators/dlx/files/patch-ab 1.4 +6 -6 ports/emulators/dlx/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 11:57:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C84937B401; Fri, 27 Sep 2002 11:57:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE44543E4A; Fri, 27 Sep 2002 11:57:47 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RIvlCo004323; Fri, 27 Sep 2002 11:57:47 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RIvlam004322; Fri, 27 Sep 2002 11:57:47 -0700 (PDT) Message-Id: <200209271857.g8RIvlam004322@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 11:57:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c src/sys/net if.h if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 11:57:47 PDT Modified files: sbin/ifconfig ifconfig.8 ifconfig.c sys/net if.h if_ethersubr.c Log: Add the "Monitor" interface flag. Setting this flag on an ethernet interface blocks transmission of packets and discards incoming packets after BPF processing. This is useful if you want to monitor network trafic but not interact with the network in question. Sponsored by: http://www.babeltech.dk Revision Changes Path 1.62 +11 -0 src/sbin/ifconfig/ifconfig.8 1.80 +2 -0 src/sbin/ifconfig/ifconfig.c 1.78 +1 -0 src/sys/net/if.h 1.124 +7 -0 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 12: 0:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14B237B404; Fri, 27 Sep 2002 12:00:23 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5279F43E75; Fri, 27 Sep 2002 12:00:23 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.5) with ESMTP id g8RJ0M4m041863; Fri, 27 Sep 2002 12:00:23 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id g8RJ0MNu041862; Fri, 27 Sep 2002 12:00:22 -0700 (PDT) Date: Fri, 27 Sep 2002 12:00:22 -0700 From: Steve Kargl To: Ying-Chieh Liao Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/emulators/dlx Makefile pkg-plist ports/emulators/dlx/files patch-ab Message-ID: <20020927190022.GA41740@troutmask.apl.washington.edu> References: <200209271853.g8RIrCFV004009@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209271853.g8RIrCFV004009@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 27, 2002 at 11:53:12AM -0700, Ying-Chieh Liao wrote: > ijliao 2002/09/27 11:53:11 PDT > > Modified files: > emulators/dlx Makefile pkg-plist > emulators/dlx/files patch-ab > Log: > unbroken by fixing values.h bug > > Submitted by: bento log > > Revision Changes Path > 1.14 +3 -5 ports/emulators/dlx/Makefile > 1.2 +20 -2 ports/emulators/dlx/files/patch-ab > 1.4 +6 -6 ports/emulators/dlx/pkg-plist > PR 43258? -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 12: 9:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0322137B401; Fri, 27 Sep 2002 12:09:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A2843E3B; Fri, 27 Sep 2002 12:09:21 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RJ9LCo010780; Fri, 27 Sep 2002 12:09:21 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RJ9LIo010779; Fri, 27 Sep 2002 12:09:21 -0700 (PDT) Message-Id: <200209271909.g8RJ9LIo010779@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 27 Sep 2002 12:09:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/09/27 12:09:21 PDT Modified files: sys/i386/conf GENERIC Log: Add the pst (Promise SX6000) driver to GENERIC. Revision Changes Path 1.365 +1 -0 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 12:10:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6160837B404; Fri, 27 Sep 2002 12:10:10 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B1AC43E65; Fri, 27 Sep 2002 12:10:08 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g8RJ9gOo069296; Fri, 27 Sep 2002 15:09:42 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Fri, 27 Sep 2002 15:09:41 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c src/sys/net if.h if_ethersubr.c In-Reply-To: <200209271857.g8RIvlam004322@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I can't remember if it ever made it into the main tree, but we use the mac_ifoff policy module to silence network interface I/O when trying to sniff a network. This is particularly useful for "noisy" network stacks such as IPv6, which like to spontaneously send packets following link layer activity. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Fri, 27 Sep 2002, Poul-Henning Kamp wrote: > phk 2002/09/27 11:57:47 PDT > > Modified files: > sbin/ifconfig ifconfig.8 ifconfig.c > sys/net if.h if_ethersubr.c > Log: > Add the "Monitor" interface flag. > > Setting this flag on an ethernet interface blocks transmission of packets > and discards incoming packets after BPF processing. > > This is useful if you want to monitor network trafic but not interact > with the network in question. > > Sponsored by: http://www.babeltech.dk > > Revision Changes Path > 1.62 +11 -0 src/sbin/ifconfig/ifconfig.8 > 1.80 +2 -0 src/sbin/ifconfig/ifconfig.c > 1.78 +1 -0 src/sys/net/if.h > 1.124 +7 -0 src/sys/net/if_ethersubr.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 12:42:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0FD237B401; Fri, 27 Sep 2002 12:42:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95DCB43E65; Fri, 27 Sep 2002 12:42:30 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RJgUCo017150; Fri, 27 Sep 2002 12:42:30 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RJgTvL017149; Fri, 27 Sep 2002 12:42:29 -0700 (PDT) Message-Id: <200209271942.g8RJgTvL017149@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 27 Sep 2002 12:42:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/09/27 12:42:29 PDT Modified files: sys/dev/usb usb.h Log: MFNetBSD: revision 1.66 Get rid of trailing white space. Revision Changes Path 1.34 +6 -6 src/sys/dev/usb/usb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 12:45: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6952037B401; Fri, 27 Sep 2002 12:45:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1542043E77; Fri, 27 Sep 2002 12:45:03 -0700 (PDT) (envelope-from seanc@FreeBSD.org) Received: from freefall.freebsd.org (seanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RJj2Co018713; Fri, 27 Sep 2002 12:45:02 -0700 (PDT) (envelope-from seanc@freefall.freebsd.org) Received: (from seanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RJj28a018711; Fri, 27 Sep 2002 12:45:02 -0700 (PDT) Message-Id: <200209271945.g8RJj28a018711@freefall.freebsd.org> From: Sean Chittenden Date: Fri, 27 Sep 2002 12:45:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/GeoIP Makefile distinfo ports/misc/GeoIP/files patch-conf::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2002/09/27 12:45:02 PDT Modified files: misc/GeoIP Makefile distinfo misc/GeoIP/files patch-conf::Makefile.in Log: Fix misc/GeoIP's hanging install target by cat'ing a real file (not stdin). While I'm here, upgrade to 1.0.5. Approved By: portmgr/knu (mentor) Revision Changes Path 1.6 +2 -3 ports/misc/GeoIP/Makefile 1.4 +1 -1 ports/misc/GeoIP/distinfo 1.2 +10 -10 ports/misc/GeoIP/files/patch-conf::Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 12:45:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B3F237B404; Fri, 27 Sep 2002 12:45:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE4B43E77; Fri, 27 Sep 2002 12:45:37 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RJjbCo018825; Fri, 27 Sep 2002 12:45:37 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RJjbCc018824; Fri, 27 Sep 2002 12:45:37 -0700 (PDT) Message-Id: <200209271945.g8RJjbCc018824@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 27 Sep 2002 12:45:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/09/27 12:45:37 PDT Modified files: sys/dev/usb usb.h Log: MFNetBSD: Add Bluetooth related classes etc. (rev 1.67) Revision Changes Path 1.35 +12 -5 src/sys/dev/usb/usb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 12:48: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1009C37B421; Fri, 27 Sep 2002 12:48:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B264843E75; Fri, 27 Sep 2002 12:47:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RJlxCo019177; Fri, 27 Sep 2002 12:47:59 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RJlxAV019176; Fri, 27 Sep 2002 12:47:59 -0700 (PDT) Message-Id: <200209271947.g8RJlxAV019176@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 12:47:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys conf.h src/sys/fs/specfs spec_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 12:47:59 PDT Modified files: sys/sys conf.h sys/fs/specfs spec_vnops.c Log: Add a D_NOGIANT flag which can be set in a struct cdevsw to indicate that a particular device driver is not Giant-challenged. SPECFS will DROP_GIANT() ... PICKUP_GIANT() around calls to the driver in question. Notice that the interrupt path is not affected by this! This does _NOT_ work for drivers accessed through cdevsw->d_strategy() ie drivers for disk(-like), some tapes, maybe others. Revision Changes Path 1.179 +76 -13 src/sys/fs/specfs/spec_vnops.c 1.149 +1 -0 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 12:52:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6042B37B401; Fri, 27 Sep 2002 12:52:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1453943EAA; Fri, 27 Sep 2002 12:52:43 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RJqgCo021084; Fri, 27 Sep 2002 12:52:42 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RJqgoq021083; Fri, 27 Sep 2002 12:52:42 -0700 (PDT) Message-Id: <200209271952.g8RJqgoq021083@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 27 Sep 2002 12:52:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/09/27 12:52:42 PDT Modified files: sys/dev/usb usb.h Log: MFNetBSD: Update class codes. (rev 1.68) Revision Changes Path 1.36 +13 -5 src/sys/dev/usb/usb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 12:55:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A8037B401; Fri, 27 Sep 2002 12:55:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF84943E6A; Fri, 27 Sep 2002 12:55:37 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RJtbCo021294; Fri, 27 Sep 2002 12:55:37 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RJtb5I021293; Fri, 27 Sep 2002 12:55:37 -0700 (PDT) Message-Id: <200209271955.g8RJtb5I021293@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 27 Sep 2002 12:55:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/09/27 12:55:37 PDT Modified files: sys/dev/usb usb.h Log: MFNetBSD: Increasre the reset recovery time. (rev 1.69) Revision Changes Path 1.37 +3 -3 src/sys/dev/usb/usb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 13: 0: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5476D37B401; Fri, 27 Sep 2002 13:00:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066B943E6A; Fri, 27 Sep 2002 13:00:04 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RK03Co021542; Fri, 27 Sep 2002 13:00:03 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RK03eV021541; Fri, 27 Sep 2002 13:00:03 -0700 (PDT) Message-Id: <200209272000.g8RK03eV021541@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 13:00:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 13:00:03 PDT Modified files: sys/ufs/ffs ffs_vnops.c Log: Use our mount-credential if we get a NOCRED when we try to write out EA space back to disk. This is wrong in many ways, but not as wrong as a panic. Pancied on: rwatson & jmallet Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.96 +2 -0 src/sys/ufs/ffs/ffs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 13: 3: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5986A37B401; Fri, 27 Sep 2002 13:03:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C75443E65; Fri, 27 Sep 2002 13:03:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RK35Co023271; Fri, 27 Sep 2002 13:03:05 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RK35UZ023270; Fri, 27 Sep 2002 13:03:05 -0700 (PDT) Message-Id: <200209272003.g8RK35UZ023270@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 13:03:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs inode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 13:03:05 PDT Modified files: sys/ufs/ufs inode.h Log: Make it a tad easier to deal with struct inode in userland programs which fondle /dev/kmem by using "struct cdev *" instead of "dev_t". Requsted by: jake Revision Changes Path 1.40 +1 -1 src/sys/ufs/ufs/inode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 13:18:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8B6737B401; Fri, 27 Sep 2002 13:18:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADB443E3B; Fri, 27 Sep 2002 13:18:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RKIGCo029997; Fri, 27 Sep 2002 13:18:16 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RKIGpS029996; Fri, 27 Sep 2002 13:18:16 -0700 (PDT) Message-Id: <200209272018.g8RKIGpS029996@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 13:18:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_event.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 13:18:16 PDT Modified files: sys/geom geom_event.c Log: Rename the doorlock to eventlock, it gets to protect a bit more in the future. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.10 +6 -6 src/sys/geom/geom_event.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 13:23:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2CC637B401; Fri, 27 Sep 2002 13:23:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 554F943E65; Fri, 27 Sep 2002 13:23:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RKNaCo031865; Fri, 27 Sep 2002 13:23:36 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RKNaJY031864; Fri, 27 Sep 2002 13:23:36 -0700 (PDT) Message-Id: <200209272023.g8RKNaJY031864@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 13:23:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_event.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 13:23:36 PDT Modified files: sys/geom geom_event.c Log: Hook into the shutdown EVENTHANDLER and stop tasting things after we get notified to make things settle a bit faster. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.11 +16 -0 src/sys/geom/geom_event.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 13:30:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE8B137B401; Fri, 27 Sep 2002 13:30:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 715E743E42; Fri, 27 Sep 2002 13:30:27 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RKURCo032335; Fri, 27 Sep 2002 13:30:27 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RKURF8032334; Fri, 27 Sep 2002 13:30:27 -0700 (PDT) Message-Id: <200209272030.g8RKURF8032334@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 13:30:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_event.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 13:30:27 PDT Modified files: sys/geom geom_event.c Log: Ok, include also the two tests which actually does effect the claims of the last commit message. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.12 +4 -0 src/sys/geom/geom_event.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 13:38:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA7E137B401; Fri, 27 Sep 2002 13:38:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4253B43E7B; Fri, 27 Sep 2002 13:38:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RKcbCo034259; Fri, 27 Sep 2002 13:38:37 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RKcbDd034258; Fri, 27 Sep 2002 13:38:37 -0700 (PDT) Message-Id: <200209272038.g8RKcbDd034258@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 13:38:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_event.c geom_int.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 13:38:36 PDT Modified files: sys/geom geom.h geom_event.c geom_int.h Log: Implement g_call_me() as a way for geom methods to schedule operations to be performed in the event-thread. To do this, we need to lock the eventlist with g_eventlock (nee g_doorlock), since g_call_me() being called from the UP/DOWN paths will not be able to aquire g_topology_lock. This also means that for now these events are not referenced on any particular consumer/provider/geom. For UP/DOWN path use, this will not become a problem since the access() function will make sure we drain any bio's before we dismantle. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.22 +3 -1 src/sys/geom/geom.h 1.13 +30 -0 src/sys/geom/geom_event.c 1.3 +3 -0 src/sys/geom/geom_int.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 13:47:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE7737B401; Fri, 27 Sep 2002 13:47:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229A343E81; Fri, 27 Sep 2002 13:47:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RKlNCo036439; Fri, 27 Sep 2002 13:47:23 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RKlNaJ036438; Fri, 27 Sep 2002 13:47:23 -0700 (PDT) Message-Id: <200209272047.g8RKlNaJ036438@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 13:47:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_aes.c geom_slice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 13:47:23 PDT Modified files: sys/geom geom_aes.c geom_slice.c Log: Add checks for g_clone_bio() returning NULL, it will be possible RSN. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.4 +12 -0 src/sys/geom/geom_aes.c 1.16 +6 -1 src/sys/geom/geom_slice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 13:53:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 453EE37B401; Fri, 27 Sep 2002 13:53:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBAD343E42; Fri, 27 Sep 2002 13:53:47 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RKrlCo038350; Fri, 27 Sep 2002 13:53:47 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RKrlDT038349; Fri, 27 Sep 2002 13:53:47 -0700 (PDT) Message-Id: <200209272053.g8RKrlDT038349@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 13:53:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_io.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 13:53:47 PDT Modified files: sys/geom geom_io.c Log: Allocate bio's with M_NOWAIT and let the caller deal with the problems. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.9 +9 -7 src/sys/geom/geom_io.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 13:56:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A271737B401; Fri, 27 Sep 2002 13:56:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B5143E3B; Fri, 27 Sep 2002 13:56:22 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RKuMCo038569; Fri, 27 Sep 2002 13:56:22 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RKuMBX038568; Fri, 27 Sep 2002 13:56:22 -0700 (PDT) Message-Id: <200209272056.g8RKuMBX038568@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 13:56:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_pc98.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 13:56:21 PDT Modified files: sys/geom geom_pc98.c Log: Correctly calculate size of PC98 slices. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.8 +1 -1 src/sys/geom/geom_pc98.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 14: 5: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28ED037B406; Fri, 27 Sep 2002 14:05:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F3543E42; Fri, 27 Sep 2002 14:05:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RL55Co040704; Fri, 27 Sep 2002 14:05:05 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RL55mg040698; Fri, 27 Sep 2002 14:05:05 -0700 (PDT) Message-Id: <200209272105.g8RL55mg040698@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 14:05:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_dev.c geom_enc.c geom_kern.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 14:05:05 PDT Modified files: sys/geom geom.h geom_dev.c geom_enc.c geom_kern.c Log: Various no-ops: Add a __unused. Make the 2byte decoder functions return 16 bits for the benefits of picky lints. No need to grab giant around a tsleep() when we have a timeout. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.23 +2 -2 src/sys/geom/geom.h 1.20 +1 -1 src/sys/geom/geom_dev.c 1.5 +2 -2 src/sys/geom/geom_enc.c 1.5 +0 -6 src/sys/geom/geom_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 14: 9: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DE937B401; Fri, 27 Sep 2002 14:09:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB98F43E65; Fri, 27 Sep 2002 14:09:00 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RL90Co045130; Fri, 27 Sep 2002 14:09:00 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RL908R045129; Fri, 27 Sep 2002 14:09:00 -0700 (PDT) Message-Id: <200209272109.g8RL908R045129@freefall.freebsd.org> From: Alan Eldridge Date: Fri, 27 Sep 2002 14:09:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/quanta Makefile ports/www/quanta/files patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/27 14:09:00 PDT Modified files: www/quanta Makefile Added files: www/quanta/files patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c Log: 1. Fixed broken current build, and a warning on stable. 2. Changed a lib dep to a build dep only. 3. Bumped portrevision because of dependency change (sorry people, I know I'm thrashing you....) Submitted by: Mikhail Teterin Approved by: Kris (approved fixing quanta, tell me if you want to back out, kris) Revision Changes Path 1.22 +2 -2 ports/www/quanta/Makefile 1.1 +6 -0 ports/www/quanta/files/patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 14:12:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F0DB37B401; Fri, 27 Sep 2002 14:12:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D442D43E6E; Fri, 27 Sep 2002 14:12:47 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RLClCo045617; Fri, 27 Sep 2002 14:12:47 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RLCl1U045616; Fri, 27 Sep 2002 14:12:47 -0700 (PDT) Message-Id: <200209272112.g8RLCl1U045616@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 14:12:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_io.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 14:12:47 PDT Modified files: sys/geom geom_io.c Log: Setattr should not retry on EBUSY, we could get EBUSY back because a disklabel modification tries to change an open device, and no counter-examples exists. Be less facist about when we can do Setattr, the openmodes of devices are so loosely managed that the "exclusive" count is almost useless. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.10 +15 -14 src/sys/geom/geom_io.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 14:19:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7A4C37B401; Fri, 27 Sep 2002 14:19:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69ACA43E3B; Fri, 27 Sep 2002 14:19:47 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RLJlCo047366; Fri, 27 Sep 2002 14:19:47 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RLJlLg047365; Fri, 27 Sep 2002 14:19:47 -0700 (PDT) Message-Id: <200209272119.g8RLJlLg047365@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 14:19:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_bsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 14:19:47 PDT Modified files: sys/geom geom_bsd.c Log: Correctly en/decode MAXPARTITIONS partitions. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.20 +8 -16 src/sys/geom/geom_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 14:24:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72AA637B401; Fri, 27 Sep 2002 14:24:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1C8F43E75; Fri, 27 Sep 2002 14:24:41 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RLOfCo049184; Fri, 27 Sep 2002 14:24:41 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RLOfAo049183; Fri, 27 Sep 2002 14:24:41 -0700 (PDT) Message-Id: <200209272124.g8RLOfAo049183@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 14:24:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_kern.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 14:24:40 PDT Modified files: sys/geom geom_kern.c Log: Make the UP/DOWN threads hold on to their own private mutex while doing work. This prevents people from sleeping in the UP/DOWN I/O path by mistake or design (doing so almost invariably result in deadlocks since it stalls all I/O processing in the given direction. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.6 +26 -2 src/sys/geom/geom_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 14:37:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2391637B404; Fri, 27 Sep 2002 14:37:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C987243E6A; Fri, 27 Sep 2002 14:37:13 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RLbDCo051344; Fri, 27 Sep 2002 14:37:13 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RLbC7V051343; Fri, 27 Sep 2002 14:37:12 -0700 (PDT) Message-Id: <200209272137.g8RLbC7V051343@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 14:37:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_aes.c geom_bsd.c geom_gpt.c geom_mbr.c geom_pc98.c geom_slice.c geom_slice.h geom_sunlabel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 14:37:12 PDT Modified files: sys/geom geom_aes.c geom_bsd.c geom_gpt.c geom_mbr.c geom_pc98.c geom_slice.c geom_slice.h geom_sunlabel.c Log: Add the new g_slice_config() call, which can add/delete/change a slice, with support for trying, doing and forcing. This will eventually replace g_slice_addslice() which gets changed from grabbing topology to requing it in this commit as well. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.5 +4 -0 src/sys/geom/geom_aes.c 1.21 +4 -0 src/sys/geom/geom_bsd.c 1.7 +2 -0 src/sys/geom/geom_gpt.c 1.16 +4 -0 src/sys/geom/geom_mbr.c 1.9 +2 -3 src/sys/geom/geom_pc98.c 1.17 +57 -2 src/sys/geom/geom_slice.c 1.7 +9 -0 src/sys/geom/geom_slice.h 1.14 +2 -0 src/sys/geom/geom_sunlabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 14:54:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F32A837B407; Fri, 27 Sep 2002 14:54:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B50043E91; Fri, 27 Sep 2002 14:54:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RLsbCo055411; Fri, 27 Sep 2002 14:54:37 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RLsbv9055410; Fri, 27 Sep 2002 14:54:37 -0700 (PDT) Message-Id: <200209272154.g8RLsbv9055410@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 14:54:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_bsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 14:54:37 PDT Modified files: sys/geom geom_bsd.c Log: Extensively rework the geom_bsd method, put a lot of comments in, betting that this will make people use this for their future copy&paste operations. Rework the detection of raw-disk offsets in disklabels. This actually unearthed a number of bugs in the (now) previous version. Also accept labels which don't have a magic RAW_PART, provided they don't confuse us too much. Change the order of our sanity-checks on labels found on disks to be more robust. Check against MAXPARTITIONS in our sanity-check and reject disklabels we cannot cope with. Create new g_bsd_modify() function to implment disklabel modifying ioctls. Implement DIOCSDINFO and DIOCWDINFO with the provision that the latter still not writes your change back to disk. I didn't have the nerves for that yet. In the start routine, use g_call_me() for complex ioctls to prevent sleeping. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.22 +424 -104 src/sys/geom/geom_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 14:56:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5879137B401; Fri, 27 Sep 2002 14:56:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E687943E77; Fri, 27 Sep 2002 14:56:35 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RLuZCo055605; Fri, 27 Sep 2002 14:56:35 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RLuZT9055604; Fri, 27 Sep 2002 14:56:35 -0700 (PDT) Message-Id: <200209272156.g8RLuZT9055604@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 27 Sep 2002 14:56:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pst pst-raid.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/09/27 14:56:35 PDT Modified files: sys/dev/pst pst-raid.c Log: Fix so it compiles with the new disklabel stuff. Revision Changes Path 1.4 +5 -5 src/sys/dev/pst/pst-raid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 15: 0:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2377B37B401; Fri, 27 Sep 2002 15:00:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E8343E3B; Fri, 27 Sep 2002 15:00:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RM0NCo055785; Fri, 27 Sep 2002 15:00:23 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RM0NFA055784; Fri, 27 Sep 2002 15:00:23 -0700 (PDT) Message-Id: <200209272200.g8RM0NFA055784@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 15:00:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sio sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 15:00:23 PDT Modified files: sys/dev/sio sio.c Log: Add yet a quick flag to sio: 0x100000 "Scratch pad register missing". The advanced stage of computer assisted hardware design and verification is aptly illustrated by the fact that this is necessary because only the first ports in a single-chip, dual-port async PC-Card product lacks this register. Revision Changes Path 1.380 +5 -6 src/sys/dev/sio/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 15: 1:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B80F37B401; Fri, 27 Sep 2002 15:01:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F2E43E65; Fri, 27 Sep 2002 15:01:32 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RM1WCo057353; Fri, 27 Sep 2002 15:01:32 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RM1WjD057352; Fri, 27 Sep 2002 15:01:32 -0700 (PDT) Message-Id: <200209272201.g8RM1WjD057352@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 15:01:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc.c pucvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 15:01:32 PDT Modified files: sys/dev/puc puc.c pucvar.h Log: Add a field so we can specify flags per port to the underlying device driver. Revision Changes Path 1.17 +2 -0 src/sys/dev/puc/puc.c 1.6 +1 -0 src/sys/dev/puc/pucvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 15: 2:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68EB537B401; Fri, 27 Sep 2002 15:02:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1945743E65; Fri, 27 Sep 2002 15:02:47 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RM2kCo057455; Fri, 27 Sep 2002 15:02:46 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RM2kIg057454; Fri, 27 Sep 2002 15:02:46 -0700 (PDT) Message-Id: <200209272202.g8RM2kIg057454@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 15:02:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 15:02:46 PDT Modified files: sys/dev/puc puc_pccard.c Log: Add "missing scratch-pad register" to the first of the two ports on the Argosy SP-320 dual-port async PCcard. An amazing piece of hardware seen from an ISO9000 point of view. Revision Changes Path 1.5 +2 -2 src/sys/dev/puc/puc_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 15:20:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8126637B401; Fri, 27 Sep 2002 15:20:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF8443E4A; Fri, 27 Sep 2002 15:20:54 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RMKsCo065358; Fri, 27 Sep 2002 15:20:54 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RMKspm065357; Fri, 27 Sep 2002 15:20:54 -0700 (PDT) Message-Id: <200209272220.g8RMKspm065357@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 15:20:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/geom geom_sim.h src/tools/regression/geom/GLib Makefile src/tools/regression/geom/Test/T013 ref.conf testprg.c src/tools/regression/geom/Test/T014 ref.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 15:20:54 PDT Modified files: tools/regression/geom geom_sim.h tools/regression/geom/GLib Makefile tools/regression/geom/Test/T013 ref.conf testprg.c tools/regression/geom/Test/T014 ref.conf Log: Update to match current kernel code. Fix a couple of reference data which were found to be in error. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.6 +3 -1 src/tools/regression/geom/GLib/Makefile 1.8 +130 -130 src/tools/regression/geom/Test/T013/ref.conf 1.4 +0 -1 src/tools/regression/geom/Test/T013/testprg.c 1.6 +70 -70 src/tools/regression/geom/Test/T014/ref.conf 1.6 +4 -1 src/tools/regression/geom/geom_sim.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 15:43:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A190E37B401; Fri, 27 Sep 2002 15:43:26 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E3B43E77; Fri, 27 Sep 2002 15:43:25 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id PAA42387; Fri, 27 Sep 2002 15:45:30 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id PAA42380; Fri, 27 Sep 2002 15:45:28 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Fri, 27 Sep 2002 15:45:28 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: "David E. O'Brien" Cc: cvs-all@freebsd.org, Alan Eldridge Subject: Re: cvs commit: ports/sysutils/lsof Makefile distinfo In-Reply-To: <200209231919.g8NJJZVM088273@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 23 Sep 2002, David E. O'Brien wrote: # obrien 2002/09/23 12:19:35 PDT # # Modified files: # sysutils/lsof Makefile distinfo # Log: # * Update to reconize 4.7 release. # * Fix build on 5-CURRENT after This resolves PR ports/43278 (sysutils/lsof: claims 4.7 is unsupported in Configure) then? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 15:51:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A178F37B401; Fri, 27 Sep 2002 15:51:18 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C2543E42; Fri, 27 Sep 2002 15:51:17 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id PAA42535; Fri, 27 Sep 2002 15:52:24 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id PAA42528; Fri, 27 Sep 2002 15:52:03 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Fri, 27 Sep 2002 15:52:03 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Alexander Langer Cc: cvs-all@freebsd.org, Darren Henderson Subject: Re: cvs commit: ports/x11-clocks/tclock/files patch-aa In-Reply-To: <200209241104.g8OB4AlB016574@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 24 Sep 2002, Alexander Langer wrote: # alex 2002/09/24 04:04:09 PDT # # Modified files: # x11-clocks/tclock/files patch-aa # Log: # Don't declare malloc(), as it is already in stdio.h Any chance this fixes PR ports/40131 (tclock fails to compile)? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 15:58: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5296137B401; Fri, 27 Sep 2002 15:58:05 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36E0B43E7B; Fri, 27 Sep 2002 15:58:04 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id QAA42733; Fri, 27 Sep 2002 16:00:23 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id PAA42694; Fri, 27 Sep 2002 15:58:35 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Fri, 27 Sep 2002 15:58:32 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Ying-Chieh Liao Cc: cvs-all@freebsd.org, La Temperanza Subject: Re: cvs commit: ports/math/PDL Makefile distinfo pkg-plist ports/math/PDL/files patch-aa patch-ab patch-cpoly.c patch-gg In-Reply-To: <200209250403.g8P43kTm058417@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 24 Sep 2002, Ying-Chieh Liao wrote: # ijliao 2002/09/24 21:03:46 PDT # # Modified files: # math/PDL Makefile distinfo pkg-plist # math/PDL/files patch-aa patch-gg # Added files: # math/PDL/files patch-cpoly.c # Removed files: # math/PDL/files patch-ab # Log: # fix build problem by upgrading it to 2.3.4 # # Approved by: will Does this resolve PR ports/42268 (math/PDL port is broken)? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 16: 0:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D03E37B401; Fri, 27 Sep 2002 16:00:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 403D843E75; Fri, 27 Sep 2002 16:00:36 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RN0aCo072854; Fri, 27 Sep 2002 16:00:36 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RN0aNk072853; Fri, 27 Sep 2002 16:00:36 -0700 (PDT) Message-Id: <200209272300.g8RN0aNk072853@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 27 Sep 2002 16:00:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/27 16:00:36 PDT Modified files: sys/dev/aic7xxx aic7xxx.c Log: Add a missing pair of curly braces to a conditional debug statement. This ensures that debug code doesn't trigger if it isn't enabled. Revision Changes Path 1.84 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 16: 9:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C6C37B401; Fri, 27 Sep 2002 16:09:21 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B55843E7B; Fri, 27 Sep 2002 16:09:20 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g8RN9K125847; Fri, 27 Sep 2002 16:09:20 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 27 Sep 2002 16:09:20 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: "Justin T. Gibbs" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx aic7xxx.c In-Reply-To: <200209272300.g8RN0aNk072853@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG And the even more amusing thing about this was it was diecovered in Linux-2.5 testing.....:-) On Fri, 27 Sep 2002, Justin T. Gibbs wrote: > gibbs 2002/09/27 16:00:36 PDT > > Modified files: > sys/dev/aic7xxx aic7xxx.c > Log: > Add a missing pair of curly braces to a conditional debug > statement. This ensures that debug code doesn't trigger if > it isn't enabled. > > Revision Changes Path > 1.84 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 16:10:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4650937B401; Fri, 27 Sep 2002 16:10:30 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2939843E6A; Fri, 27 Sep 2002 16:10:29 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id QAA42988; Fri, 27 Sep 2002 16:12:46 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id QAA42965; Fri, 27 Sep 2002 16:10:59 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Fri, 27 Sep 2002 16:10:59 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Ying-Chieh Liao Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/security/ccrypt Makefile In-Reply-To: <200209271810.g8RIAexC093351@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 27 Sep 2002, Ying-Chieh Liao wrote: # ijliao 2002/09/27 11:10:40 PDT # # Modified files: # security/ccrypt Makefile # Log: # fix install-doc error # # Submitted by: bento log Does this fix PR ports/43308 ([patch] fix security/ccrypt install)? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 16:12:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB0737B401; Fri, 27 Sep 2002 16:12:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DFEC43E42; Fri, 27 Sep 2002 16:12:54 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RNCsCo080699; Fri, 27 Sep 2002 16:12:54 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RNCrkG080698; Fri, 27 Sep 2002 16:12:53 -0700 (PDT) Message-Id: <200209272312.g8RNCrkG080698@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 27 Sep 2002 16:12:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf.c src/sys/sparc64/sparc64 elf_machdep.c src/sys/sys linker.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/27 16:12:53 PDT Modified files: sys/kern link_elf.c sys/sparc64/sparc64 elf_machdep.c sys/sys linker.h Log: Add a workaround for what seems to be confusion between binutils and the sparc v9 ABI. The Elf_Rela records for local symbols appear to already have the symbol's value added in to the addend field, even though the ABI specifies we need to lookup the symbol and add its value too. This breaks text relocations in klds because the symbol's value is added twice, and the resulting address points off into nowhere land, so for now just use the addend. Tested by: rwatson Revision Changes Path 1.61 +10 -0 src/sys/kern/link_elf.c 1.10 +39 -8 src/sys/sparc64/sparc64/elf_machdep.c 1.32 +1 -0 src/sys/sys/linker.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 17:25:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A304F37B401; Fri, 27 Sep 2002 17:25:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E2AF43E4A; Fri, 27 Sep 2002 17:25:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S0PXCo001859; Fri, 27 Sep 2002 17:25:33 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S0PXQs001858; Fri, 27 Sep 2002 17:25:33 -0700 (PDT) Message-Id: <200209280025.g8S0PXQs001858@freefall.freebsd.org> From: Peter Wemm Date: Fri, 27 Sep 2002 17:25:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog Makefile src/gnu/lib/libg2c Makefile src/gnu/lib/libgcc Makefile src/gnu/lib/libreadline Makefile.inc src/gnu/lib/libregex Makefile src/gnu/lib/libstdc++ Makefile src/kerberos5/lib Makefile.inc src/kerberosIV/lib ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/27 17:25:33 PDT Modified files: gnu/lib/libdialog Makefile gnu/lib/libg2c Makefile gnu/lib/libgcc Makefile gnu/lib/libreadline Makefile.inc gnu/lib/libregex Makefile gnu/lib/libstdc++ Makefile kerberos5/lib Makefile.inc kerberosIV/lib Makefile.inc lib Makefile.inc lib/libalias Makefile lib/libbz2 Makefile lib/libc Makefile lib/libc_r Makefile lib/libdevstat Makefile lib/libedit Makefile lib/libfetch Makefile lib/libftpio Makefile lib/libipsec Makefile lib/libisc Makefile lib/libncp Makefile lib/libncurses Makefile lib/libnetgraph Makefile lib/libopie Makefile lib/libpam Makefile.inc lib/libpcap Makefile lib/libpthread Makefile lib/libradius Makefile lib/libsmb Makefile lib/libtacplus Makefile lib/libugidfw Makefile lib/libusbhid Makefile lib/libutil Makefile lib/libvgl Makefile lib/libwrap Makefile lib/libxpg4 Makefile lib/liby Makefile lib/libypclnt Makefile Log: Zap now-unused SHLIB_MINOR Revision Changes Path 1.38 +0 -1 src/gnu/lib/libdialog/Makefile 1.10 +0 -1 src/gnu/lib/libg2c/Makefile 1.47 +0 -1 src/gnu/lib/libgcc/Makefile 1.8 +0 -1 src/gnu/lib/libreadline/Makefile.inc 1.24 +0 -1 src/gnu/lib/libregex/Makefile 1.39 +0 -1 src/gnu/lib/libstdc++/Makefile 1.5 +0 -1 src/kerberos5/lib/Makefile.inc 1.3 +0 -1 src/kerberosIV/lib/Makefile.inc 1.2 +1 -1 src/lib/Makefile.inc 1.19 +1 -2 src/lib/libalias/Makefile 1.4 +0 -1 src/lib/libbz2/Makefile 1.35 +0 -1 src/lib/libc/Makefile 1.32 +0 -1 src/lib/libc_r/Makefile 1.9 +1 -2 src/lib/libdevstat/Makefile 1.26 +0 -1 src/lib/libedit/Makefile 1.32 +0 -1 src/lib/libfetch/Makefile 1.13 +1 -2 src/lib/libftpio/Makefile 1.12 +1 -2 src/lib/libipsec/Makefile 1.7 +0 -1 src/lib/libisc/Makefile 1.4 +0 -1 src/lib/libncp/Makefile 1.63 +0 -1 src/lib/libncurses/Makefile 1.8 +1 -2 src/lib/libnetgraph/Makefile 1.16 +1 -2 src/lib/libopie/Makefile 1.8 +0 -1 src/lib/libpam/Makefile.inc 1.31 +0 -1 src/lib/libpcap/Makefile 1.34 +0 -1 src/lib/libpthread/Makefile 1.6 +0 -1 src/lib/libradius/Makefile 1.3 +0 -1 src/lib/libsmb/Makefile 1.5 +0 -1 src/lib/libtacplus/Makefile 1.3 +0 -1 src/lib/libugidfw/Makefile 1.7 +0 -1 src/lib/libusbhid/Makefile 1.49 +0 -1 src/lib/libutil/Makefile 1.10 +0 -1 src/lib/libvgl/Makefile 1.11 +0 -1 src/lib/libwrap/Makefile 1.9 +1 -2 src/lib/libxpg4/Makefile 1.10 +0 -1 src/lib/liby/Makefile 1.10 +0 -1 src/lib/libypclnt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 18:14:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AADD137B401; Fri, 27 Sep 2002 18:14:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E18B43E6E; Fri, 27 Sep 2002 18:14:20 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S1EKCo016164; Fri, 27 Sep 2002 18:14:20 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S1EK5l016163; Fri, 27 Sep 2002 18:14:20 -0700 (PDT) Message-Id: <200209280114.g8S1EK5l016163@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 27 Sep 2002 18:14:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R schedule.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/27 18:14:19 PDT Modified files: en/releases/4.7R schedule.sgml Log: Note the date that the ports freeze started. While I'm here, fix a couple of unrelated typos. Revision Changes Path 1.9 +3 -3 www/en/releases/4.7R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 18:17:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 744C737B401; Fri, 27 Sep 2002 18:17:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26BF743E65; Fri, 27 Sep 2002 18:17:32 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S1HWCo016354; Fri, 27 Sep 2002 18:17:32 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S1HWLL016353; Fri, 27 Sep 2002 18:17:32 -0700 (PDT) Message-Id: <200209280117.g8S1HWLL016353@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 27 Sep 2002 18:17:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/codemedic Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/27 18:17:31 PDT Modified files: devel/codemedic Makefile Log: Mark it BROKEN for the time being. Clears it for 4.7-RELEASE Revision Changes Path 1.10 +2 -0 ports/devel/codemedic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 18:56:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B672337B401; Fri, 27 Sep 2002 18:56:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 649DB43E7B; Fri, 27 Sep 2002 18:56:24 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S1uOCo025616; Fri, 27 Sep 2002 18:56:24 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S1uO9o025615; Fri, 27 Sep 2002 18:56:24 -0700 (PDT) Message-Id: <200209280156.g8S1uO9o025615@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 27 Sep 2002 18:56:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.sparc64 files.sparc64 src/sys/sparc64/sparc64 exception.S interrupt.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/27 18:56:24 PDT Modified files: sys/conf Makefile.sparc64 files.sparc64 sys/sparc64/sparc64 exception.S Added files: sys/sparc64/sparc64 interrupt.S Log: Moved most interrupt related code to a new file, interrupt.S. Revision Changes Path 1.23 +6 -2 src/sys/conf/Makefile.sparc64 1.30 +1 -0 src/sys/conf/files.sparc64 1.47 +0 -149 src/sys/sparc64/sparc64/exception.S 1.1 +183 -0 src/sys/sparc64/sparc64/interrupt.S (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 19:42:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21F3737B401; Fri, 27 Sep 2002 19:42:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D773643E75; Fri, 27 Sep 2002 19:42:55 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from freefall.freebsd.org (kuriyama@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S2gtCo039666; Fri, 27 Sep 2002 19:42:55 -0700 (PDT) (envelope-from kuriyama@freefall.freebsd.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S2gtwT039651; Fri, 27 Sep 2002 19:42:55 -0700 (PDT) Message-Id: <200209280242.g8S2gtwT039651@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 27 Sep 2002 19:42:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/dsssl-docbook-modular Makefile ports/textproc/dsssl-docbook-modular/files patch-common::dbl1it.dsl patch-common::dbl1it.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/09/27 19:42:55 PDT Modified files: textproc/dsssl-docbook-modular Makefile Added files: textproc/dsssl-docbook-modular/files patch-common::dbl1it.dsl patch-common::dbl1it.ent Log: Fix Italian localization (this fix is already included in original repository). PR: ports/42925 Submitted by: Alex Dupre Approved by: portmgr (kris) Revision Changes Path 1.47 +1 -0 ports/textproc/dsssl-docbook-modular/Makefile 1.1 +71 -0 ports/textproc/dsssl-docbook-modular/files/patch-common::dbl1it.dsl (new) 1.1 +170 -0 ports/textproc/dsssl-docbook-modular/files/patch-common::dbl1it.ent (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 19:45:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF2237B401; Fri, 27 Sep 2002 19:45:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E0C43E42; Fri, 27 Sep 2002 19:45:13 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S2jDCo040155; Fri, 27 Sep 2002 19:45:13 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S2jDb9040154; Fri, 27 Sep 2002 19:45:13 -0700 (PDT) Message-Id: <200209280245.g8S2jDb9040154@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 27 Sep 2002 19:45:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/glife Makefile ports/games/glife/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/27 19:45:13 PDT Modified files: games/glife Makefile Removed files: games/glife/files patch-ab Log: Fix patch after recent GNOMENG conversion. PR: 43429 Submitted by: Tilman Linneweh Revision Changes Path 1.16 +0 -2 ports/games/glife/Makefile 1.2 +0 -11 ports/games/glife/files/patch-ab (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 20: 6:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D18E37B401; Fri, 27 Sep 2002 20:06:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD7CA43E42; Fri, 27 Sep 2002 20:06:35 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S36ZCo048441; Fri, 27 Sep 2002 20:06:35 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S36ZWc048440; Fri, 27 Sep 2002 20:06:35 -0700 (PDT) Message-Id: <200209280306.g8S36ZWc048440@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 27 Sep 2002 20:06:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include intr_machdep.h src/sys/sparc64/pci psycho.c src/sys/sparc64/sparc64 exception.S interrupt.S intr_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/27 20:06:35 PDT Modified files: sys/sparc64/include intr_machdep.h sys/sparc64/pci psycho.c sys/sparc64/sparc64 exception.S interrupt.S intr_machdep.c Log: Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, to better reflect how they are called. Revision Changes Path 1.12 +1 -1 src/sys/sparc64/include/intr_machdep.h 1.14 +1 -1 src/sys/sparc64/pci/psycho.c 1.48 +1 -1 src/sys/sparc64/sparc64/exception.S 1.2 +4 -4 src/sys/sparc64/sparc64/interrupt.S 1.14 +5 -5 src/sys/sparc64/sparc64/intr_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 20:40:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15FF837B401; Fri, 27 Sep 2002 20:40:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC5143E65; Fri, 27 Sep 2002 20:40:20 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S3eKCo054467; Fri, 27 Sep 2002 20:40:20 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S3eKoX054466; Fri, 27 Sep 2002 20:40:20 -0700 (PDT) Message-Id: <200209280340.g8S3eKoX054466@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 27 Sep 2002 20:40:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/27 20:40:20 PDT Modified files: share/termcap termcap.src Log: Remove more two-letters names, we don't use them in termcap already many years. Add "su" as alias to "dumb" to help login, with comment. Revision Changes Path 1.132 +9 -8 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 20:51:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67AC537B401; Fri, 27 Sep 2002 20:51:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE27543E6E; Fri, 27 Sep 2002 20:51:33 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S3pXCo057071; Fri, 27 Sep 2002 20:51:33 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S3pXj2057061; Fri, 27 Sep 2002 20:51:33 -0700 (PDT) Message-Id: <200209280351.g8S3pXj2057061@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 27 Sep 2002 20:51:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/27 20:51:33 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic7xxx.c Log: MFC: Add braces around debugging statement. Approved by: RE Revision Changes Path 1.41.2.25 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 22:14:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8433537B401; Fri, 27 Sep 2002 22:14:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3767843E91; Fri, 27 Sep 2002 22:14:54 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S5EsCo098941; Fri, 27 Sep 2002 22:14:54 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S5Erp1098939; Fri, 27 Sep 2002 22:14:53 -0700 (PDT) Message-Id: <200209280514.g8S5Erp1098939@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 27 Sep 2002 22:14:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/27 22:14:53 PDT Modified files: (Branch: RELENG_4) share/termcap termcap.src Log: MFC part of 1.132 - add "su" alias for "dumb" Approved by: re Revision Changes Path 1.89.2.23 +2 -1 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 27 22:51:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A9937B401; Fri, 27 Sep 2002 22:51:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED65D43E6A; Fri, 27 Sep 2002 22:51:32 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S5pWCo008875; Fri, 27 Sep 2002 22:51:32 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S5pW9t008874; Fri, 27 Sep 2002 22:51:32 -0700 (PDT) Message-Id: <200209280551.g8S5pW9t008874@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 27 Sep 2002 22:51:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/dlx/files patch-ab patch-bc patch-bd patch-cccp.c patch-gcc.c patch-glob.c patch-tclCmdAH.c patch-trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/27 22:51:32 PDT Modified files: emulators/dlx/files patch-ab Added files: emulators/dlx/files patch-cccp.c patch-gcc.c patch-glob.c patch-tclCmdAH.c patch-trap.c Removed files: emulators/dlx/files patch-bc patch-bd Log: fix build on -current PR: 43258 Submitted by: Steven G. Kargl Revision Changes Path 1.3 +17 -5 ports/emulators/dlx/files/patch-ab 1.2 +0 -32 ports/emulators/dlx/files/patch-bc (dead) 1.2 +0 -22 ports/emulators/dlx/files/patch-bd (dead) 1.1 +22 -0 ports/emulators/dlx/files/patch-cccp.c (new) 1.1 +32 -0 ports/emulators/dlx/files/patch-gcc.c (new) 1.1 +22 -0 ports/emulators/dlx/files/patch-glob.c (new) 1.1 +29 -0 ports/emulators/dlx/files/patch-tclCmdAH.c (new) 1.1 +10 -0 ports/emulators/dlx/files/patch-trap.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 0:27:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEA4837B401; Sat, 28 Sep 2002 00:27:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 633CA43E65; Sat, 28 Sep 2002 00:27:32 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S7RWCo035605; Sat, 28 Sep 2002 00:27:32 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S7RWPd035604; Sat, 28 Sep 2002 00:27:32 -0700 (PDT) Message-Id: <200209280727.g8S7RWPd035604@freefall.freebsd.org> From: Julian Elischer Date: Sat, 28 Sep 2002 00:27:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/28 00:27:32 PDT Modified files: sys/sys proc.h Log: Place 'completed thread anchor' in pre-zero'd secion of the KSEGRP structure, not the copied section. Revision Changes Path 1.257 +1 -1 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 0:45: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BA7637B401; Sat, 28 Sep 2002 00:45:05 -0700 (PDT) Received: from freefall.freebsd.org (unknown [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD09B43E42; Sat, 28 Sep 2002 00:45:04 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S7hiCo039354; Sat, 28 Sep 2002 00:43:44 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S7hiJ6039353; Sat, 28 Sep 2002 00:43:44 -0700 (PDT) Message-Id: <200209280743.g8S7hiJ6039353@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 28 Sep 2002 00:43:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h src/lib/libc/stdio getwc.c getwchar.c putwc.c putwchar.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/28 00:43:44 PDT Modified files: include wchar.h lib/libc/stdio getwc.c getwchar.c putwc.c putwchar.c Log: Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). Although there was nothing wrong with getwc() and putwc(), getwchar() and putwchar() assumed that had been included before , which is not allowed by the standard. Revision Changes Path 1.31 +0 -5 src/include/wchar.h 1.2 +1 -3 src/lib/libc/stdio/getwc.c 1.2 +1 -3 src/lib/libc/stdio/getwchar.c 1.2 +1 -3 src/lib/libc/stdio/putwc.c 1.2 +1 -3 src/lib/libc/stdio/putwchar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 1:16:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F25C37B401; Sat, 28 Sep 2002 01:16:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D9543E6A; Sat, 28 Sep 2002 01:16:50 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S8GoCo049714; Sat, 28 Sep 2002 01:16:50 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S8Gonl049713; Sat, 28 Sep 2002 01:16:50 -0700 (PDT) Message-Id: <200209280816.g8S8Gonl049713@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 01:16:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_slice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 01:16:50 PDT Modified files: sys/geom geom_slice.c Log: First confirmed kill from my Flexelint license: Check return value of g_clone_bio(). Detected by: http://www.gimpel.com/html/flex.htm Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.18 +4 -0 src/sys/geom/geom_slice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 1:44:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 141F337B401; Sat, 28 Sep 2002 01:44:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD2643E42; Sat, 28 Sep 2002 01:44:31 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S8iVCo055395; Sat, 28 Sep 2002 01:44:31 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S8iVnu055394; Sat, 28 Sep 2002 01:44:31 -0700 (PDT) Message-Id: <200209280844.g8S8iVnu055394@freefall.freebsd.org> From: Julian Elischer Date: Sat, 28 Sep 2002 01:44:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/28 01:44:31 PDT Modified files: sys/kern kern_proc.c Log: Rewrite the kse_create() function to better aproach the semantics we have specified in the design. Revision Changes Path 1.153 +71 -56 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 2: 5:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2325E37B401; Sat, 28 Sep 2002 02:05:21 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1F443E42; Sat, 28 Sep 2002 02:05:20 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F143D66B28; Sat, 28 Sep 2002 02:05:19 -0700 (PDT) Date: Sat, 28 Sep 2002 02:05:19 -0700 From: Kris Kennaway To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/termcap termcap.src Message-ID: <20020928090519.GA74591@xor.obsecurity.org> References: <200209280514.g8S5Erp1098939@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <200209280514.g8S5Erp1098939@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 27, 2002 at 10:14:53PM -0700, Andrey A. Chernov wrote: > ache 2002/09/27 22:14:53 PDT >=20 > Modified files: (Branch: RELENG_4) > share/termcap termcap.src=20 > Log: > MFC part of 1.132 - add "su" alias for "dumb" Thanks! Kris --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9lXDOWry0BWjoQKURAvyCAKC4IawpAD8wp5AH5WBVXZHHbhkomQCgjWkr WNaWuCDSxcutTj2s7ptNVAw= =s+xU -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 3:16:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F134B37B401; Sat, 28 Sep 2002 03:16:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A255943E6A; Sat, 28 Sep 2002 03:16:26 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SAGQCo081412; Sat, 28 Sep 2002 03:16:26 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SAGQHD081411; Sat, 28 Sep 2002 03:16:26 -0700 (PDT) Message-Id: <200209281016.g8SAGQHD081411@freefall.freebsd.org> From: Brian Somers Date: Sat, 28 Sep 2002 03:16:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ipcp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/09/28 03:16:25 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp ipcp.c Log: MFC: If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting it as being in range. set ifaddr 1.2.3.4/0 5.6.7.8/0 no longer allows 0.0.0.0 as a valid IP. Approved by: re (jhb) Revision Changes Path 1.90.2.12 +2 -1 src/usr.sbin/ppp/ipcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 3:36:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 731F937B401; Sat, 28 Sep 2002 03:36:58 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E950943E75; Sat, 28 Sep 2002 03:36:55 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 17vExs-0009h6-00; Sat, 28 Sep 2002 12:36:48 +0200 Date: Sat, 28 Sep 2002 12:36:48 +0200 From: Sheldon Hearn To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c src/sys/net if.h if_ethersubr.c Message-ID: <20020928103648.GC37001@starjuice.net> Mail-Followup-To: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209271857.g8RIvlam004322@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209271857.g8RIvlam004322@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On (2002/09/27 11:57), Poul-Henning Kamp wrote: > Modified files: > sbin/ifconfig ifconfig.8 ifconfig.c > sys/net if.h if_ethersubr.c > Log: > Add the "Monitor" interface flag. > > Setting this flag on an ethernet interface blocks transmission of packets > and discards incoming packets after BPF processing. > > This is useful if you want to monitor network trafic but not interact > with the network in question. Cool! This is great stuff for FreeBSD boxes replacing expensive proprietary routers with monitor ports. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 4:19: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A167437B401; Sat, 28 Sep 2002 04:19:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D9F43E4A; Sat, 28 Sep 2002 04:19:08 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SBJ8Co001560; Sat, 28 Sep 2002 04:19:08 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SBJ76E001559; Sat, 28 Sep 2002 04:19:07 -0700 (PDT) Message-Id: <200209281119.g8SBJ76E001559@freefall.freebsd.org> From: Søren Schmidt Date: Sat, 28 Sep 2002 04:19:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile pst.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/09/28 04:19:07 PDT Modified files: (Branch: RELENG_4) share/man/man4 Makefile Added files: (Branch: RELENG_4) share/man/man4 pst.4 Log: MFC: Add manpage for pst driver (Promise Supertrak SX6000) Approved by: re@ Revision Changes Path 1.83.2.48 +1 -0 src/share/man/man4/Makefile 1.1.2.1 +63 -0 src/share/man/man4/pst.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 4:21:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3FF137B401; Sat, 28 Sep 2002 04:21:09 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F7D43E6A; Sat, 28 Sep 2002 04:21:08 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id VAA30070; Sat, 28 Sep 2002 21:21:05 +1000 Date: Sat, 28 Sep 2002 21:30:22 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: =?X-UNKNOWN?Q?S=F8ren_Schmidt?= Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/dev/pst pst-raid.c In-Reply-To: <200209272156.g8RLuZT9055604@freefall.freebsd.org> Message-ID: <20020928212954.Q37050-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 27 Sep 2002, S=F8ren Schmidt wrote: > sos 2002/09/27 14:56:35 PDT > > Modified files: > sys/dev/pst pst-raid.c > Log: > Fix so it compiles with the new disklabel stuff. This might have been tested if it were in NOTES. Bryce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 4:28:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6A8837B401; Sat, 28 Sep 2002 04:28:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B26743E3B; Sat, 28 Sep 2002 04:28:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SBSjCo003398; Sat, 28 Sep 2002 04:28:45 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SBSj1T003396; Sat, 28 Sep 2002 04:28:45 -0700 (PDT) Message-Id: <200209281128.g8SBSj1T003396@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 04:28:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 04:28:45 PDT Modified files: sys/sys proc.h Log: Fix two style problems which made FlexeLint unhappy: Don't use zero-dimension array in struct pargs. Comma after the last element of an enum doesn't make sense. Revision Changes Path 1.258 +2 -2 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 4:43:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3EF237B401; Sat, 28 Sep 2002 04:43:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6BB443E42; Sat, 28 Sep 2002 04:43:21 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SBhLCo007058; Sat, 28 Sep 2002 04:43:21 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SBhLXR007057; Sat, 28 Sep 2002 04:43:21 -0700 (PDT) Message-Id: <200209281143.g8SBhLXR007057@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 04:43:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_io.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 04:43:20 PDT Modified files: sys/geom geom_io.c Log: Void functions cannot use return(foo) even if foo is also returning void. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.11 +28 -14 src/sys/geom/geom_io.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 4:57:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D68A37B401; Sat, 28 Sep 2002 04:57:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19FB43E65; Sat, 28 Sep 2002 04:57:21 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SBvLCo009249; Sat, 28 Sep 2002 04:57:21 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SBvLYg009248; Sat, 28 Sep 2002 04:57:21 -0700 (PDT) Message-Id: <200209281157.g8SBvLYg009248@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 04:57:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_aes.c geom_dev.c geom_disk.c geom_enc.c geom_gpt.c geom_int.h geom_kern.c geom_mbr.c geom_pc98.c geom_slice.c geom_sunlabel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 04:57:21 PDT Modified files: sys/geom geom_aes.c geom_dev.c geom_disk.c geom_enc.c geom_gpt.c geom_int.h geom_kern.c geom_mbr.c geom_pc98.c geom_slice.c geom_sunlabel.c Log: Style, whitespace and lint fixes. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.6 +4 -4 src/sys/geom/geom_aes.c 1.21 +15 -14 src/sys/geom/geom_dev.c 1.16 +0 -3 src/sys/geom/geom_disk.c 1.6 +0 -1 src/sys/geom/geom_enc.c 1.8 +47 -43 src/sys/geom/geom_gpt.c 1.4 +0 -1 src/sys/geom/geom_int.h 1.7 +5 -4 src/sys/geom/geom_kern.c 1.17 +2 -3 src/sys/geom/geom_mbr.c 1.10 +0 -1 src/sys/geom/geom_pc98.c 1.19 +1 -1 src/sys/geom/geom_slice.c 1.15 +0 -1 src/sys/geom/geom_sunlabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 5:15:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A3AA37B401; Sat, 28 Sep 2002 05:15:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E83443E65; Sat, 28 Sep 2002 05:15:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SCFjCo018372; Sat, 28 Sep 2002 05:15:45 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SCFj9G018371; Sat, 28 Sep 2002 05:15:45 -0700 (PDT) Message-Id: <200209281215.g8SCFj9G018371@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 05:15:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 05:15:44 PDT Modified files: sys/kern vfs_bio.c Log: Correctly order VI_UNLOCK(), local variables and block comment. Revision Changes Path 1.336 +4 -4 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 5:56:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAC2737B401; Sat, 28 Sep 2002 05:56:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D6C843E81; Sat, 28 Sep 2002 05:56:13 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SCuDCo029396; Sat, 28 Sep 2002 05:56:13 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SCuCAv029395; Sat, 28 Sep 2002 05:56:12 -0700 (PDT) Message-Id: <200209281256.g8SCuCAv029395@freefall.freebsd.org> From: Clive Lin Date: Sat, 28 Sep 2002 05:56:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mplayer-fonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/09/28 05:56:12 PDT Modified files: chinese/mplayer-fonts Makefile Log: Add a proper dependency. Revision Changes Path 1.2 +2 -0 ports/chinese/mplayer-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 6:17: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 516B437B401; Sat, 28 Sep 2002 06:17:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B6043E65; Sat, 28 Sep 2002 06:17:00 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SDGxCo043844; Sat, 28 Sep 2002 06:16:59 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SDGxp8043843; Sat, 28 Sep 2002 06:16:59 -0700 (PDT) Message-Id: <200209281316.g8SDGxp8043843@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 06:16:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/smarty Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 06:16:59 PDT Modified files: www/smarty Makefile Log: fix dependency PR: 43415 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/www/smarty/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 6:22:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A846F37B401; Sat, 28 Sep 2002 06:22:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A4FC43E4A; Sat, 28 Sep 2002 06:22:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SDMwCo045678; Sat, 28 Sep 2002 06:22:58 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SDMw6i045675; Sat, 28 Sep 2002 06:22:58 -0700 (PDT) Message-Id: <200209281322.g8SDMw6i045675@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 06:22:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cdrdao Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 06:22:58 PDT Modified files: audio/cdrdao Makefile pkg-descr Log: 1. Mark IGNORE because of License issues 2. fix WWW PR: 43419 (1) Submitted by: Tilman Linneweh Revision Changes Path 1.27 +1 -1 ports/audio/cdrdao/Makefile 1.4 +1 -1 ports/audio/cdrdao/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 6:31:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82EBA37B401; Sat, 28 Sep 2002 06:31:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 365F943E6A; Sat, 28 Sep 2002 06:31:21 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SDVKCo046348; Sat, 28 Sep 2002 06:31:20 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SDVKe5046347; Sat, 28 Sep 2002 06:31:20 -0700 (PDT) Message-Id: <200209281331.g8SDVKe5046347@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 06:31:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/oops pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 06:31:20 PDT Modified files: www/oops pkg-descr Log: update WWW PR: 43363 Submitted by: Sergey A. Osokin Revision Changes Path 1.3 +1 -1 ports/www/oops/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 6:34:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4304037B401; Sat, 28 Sep 2002 06:34:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2D943E65; Sat, 28 Sep 2002 06:34:20 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SDYKCo047974; Sat, 28 Sep 2002 06:34:20 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SDYKYI047973; Sat, 28 Sep 2002 06:34:20 -0700 (PDT) Message-Id: <200209281334.g8SDYKYI047973@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 28 Sep 2002 06:34:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/gnuserv Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/28 06:34:20 PDT Modified files: editors/gnuserv Makefile pkg-plist Log: - Install binaries with the "-emacs" program suffix to avoid conflict with the XEmacs ports. - The configure script is a GNU one, so define GNU_CONFIGURE instead of HAS_CONFIGURE + CONFIGURE_ARGS=--prefix=${PREFIX}. Revision Changes Path 1.5 +11 -7 ports/editors/gnuserv/Makefile 1.2 +4 -4 ports/editors/gnuserv/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 6:36:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4086D37B401; Sat, 28 Sep 2002 06:36:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8CCB43E6E; Sat, 28 Sep 2002 06:36:56 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SDauCo048166; Sat, 28 Sep 2002 06:36:56 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SDauGu048165; Sat, 28 Sep 2002 06:36:56 -0700 (PDT) Message-Id: <200209281336.g8SDauGu048165@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 28 Sep 2002 06:36:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/gnuserv Makefile pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/28 06:36:56 PDT Modified files: editors/gnuserv Makefile pkg-message Log: Bump PORTREVISION and update pkg-message properly. Revision Changes Path 1.6 +1 -0 ports/editors/gnuserv/Makefile 1.2 +2 -0 ports/editors/gnuserv/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 6:39:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB4EB37B401; Sat, 28 Sep 2002 06:39:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F12943E75; Sat, 28 Sep 2002 06:39:17 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SDdHCo049973; Sat, 28 Sep 2002 06:39:17 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SDdHOd049972; Sat, 28 Sep 2002 06:39:17 -0700 (PDT) Message-Id: <200209281339.g8SDdHOd049972@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 06:39:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/klone/files freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 06:39:17 PDT Modified files: lang/klone/files freebsd Log: fix bento build error : there is a *alloc() clash PR: 43311 Submitted by: adam@vectors.cx Revision Changes Path 1.3 +1 -1 ports/lang/klone/files/freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 6:42: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E50D637B401; Sat, 28 Sep 2002 06:42:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C9F43E75; Sat, 28 Sep 2002 06:42:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SDg5Co051448; Sat, 28 Sep 2002 06:42:05 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SDg5PO051446; Sat, 28 Sep 2002 06:42:05 -0700 (PDT) Message-Id: <200209281342.g8SDg5PO051446@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 06:42:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/specfs spec_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 06:42:05 PDT Modified files: sys/fs/specfs spec_vnops.c Log: I misplaced a local variable yesterday. Revision Changes Path 1.180 +1 -1 src/sys/fs/specfs/spec_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 6:56:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B99F37B401; Sat, 28 Sep 2002 06:56:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCAA43E7B; Sat, 28 Sep 2002 06:56:42 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SDugCo056707; Sat, 28 Sep 2002 06:56:42 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SDugWx056706; Sat, 28 Sep 2002 06:56:42 -0700 (PDT) Message-Id: <200209281356.g8SDugWx056706@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 06:56:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dc20ctrl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 06:56:42 PDT Modified files: graphics/dc20ctrl Makefile Log: fix installation unbreak PR: 43309 Submitted by: adam@vectors.cx Revision Changes Path 1.14 +4 -2 ports/graphics/dc20ctrl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 7: 0:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D43CD37B401; Sat, 28 Sep 2002 07:00:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 874EA43E4A; Sat, 28 Sep 2002 07:00:18 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SE0ICo056968; Sat, 28 Sep 2002 07:00:18 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SE0IT3056967; Sat, 28 Sep 2002 07:00:18 -0700 (PDT) Message-Id: <200209281400.g8SE0IT3056967@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 07:00:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/alienwah/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 07:00:18 PDT Modified files: audio/alienwah/files patch-Makefile Log: s/ /\t/ PR: 43294 Submitted by: maintainer Revision Changes Path 1.2 +25 -25 ports/audio/alienwah/files/patch-Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 7: 3:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08F5F37B401; Sat, 28 Sep 2002 07:03:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B25F843E6E; Sat, 28 Sep 2002 07:03:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SE3SCo058289; Sat, 28 Sep 2002 07:03:28 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SE3SF6058274; Sat, 28 Sep 2002 07:03:28 -0700 (PDT) Message-Id: <200209281403.g8SE3SF6058274@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 07:03:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 07:03:27 PDT Modified files: sys/net bpf.c Log: Don't return(foo(bla)) when foo returns void. Revision Changes Path 1.97 +4 -2 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 7: 6:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E7637B401; Sat, 28 Sep 2002 07:06:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C2F43E6E; Sat, 28 Sep 2002 07:06:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SE6cCo062812; Sat, 28 Sep 2002 07:06:38 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SE6cdw062787; Sat, 28 Sep 2002 07:06:38 -0700 (PDT) Message-Id: <200209281406.g8SE6cdw062787@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 07:06:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/steghide/files patch-src-jpegfile.cc patch-src-jpeghufftable.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 07:06:38 PDT Modified files: security/steghide/files patch-src-jpegfile.cc patch-src-jpeghufftable.cc Log: fix build on -stable PR: 43295 Submitted by: maintainer Revision Changes Path 1.2 +4 -3 ports/security/steghide/files/patch-src-jpegfile.cc 1.2 +7 -6 ports/security/steghide/files/patch-src-jpeghufftable.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 7: 8:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD83837B401; Sat, 28 Sep 2002 07:08:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF3543E77; Sat, 28 Sep 2002 07:08:54 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SE8sCo063602; Sat, 28 Sep 2002 07:08:54 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SE8sm4063601; Sat, 28 Sep 2002 07:08:54 -0700 (PDT) Message-Id: <200209281408.g8SE8sm4063601@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 28 Sep 2002 07:08:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/l10n chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/28 07:08:54 PDT Modified files: fr_FR.ISO8859-1/books/handbook/l10n chapter.sgml Log: MFen 1.79 --> 1.81 Revision Changes Path 1.5 +39 -23 doc/fr_FR.ISO8859-1/books/handbook/l10n/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 7:17:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4579337B401; Sat, 28 Sep 2002 07:17:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE8A343E3B; Sat, 28 Sep 2002 07:17:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SEHPCo065559; Sat, 28 Sep 2002 07:17:25 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SEHPVn065558; Sat, 28 Sep 2002 07:17:25 -0700 (PDT) Message-Id: <200209281417.g8SEHPVn065558@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 07:17:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 07:17:25 PDT Modified files: sys/dev/md md.c Log: Put the casts on the right hand side of =. Revision Changes Path 1.70 +1 -1 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 7:45: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D4B637B401; Sat, 28 Sep 2002 07:45:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBBB43E3B; Sat, 28 Sep 2002 07:45:02 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SEiiCo073498; Sat, 28 Sep 2002 07:44:44 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SEiiZR073497; Sat, 28 Sep 2002 07:44:44 -0700 (PDT) Message-Id: <200209281444.g8SEiiZR073497@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 28 Sep 2002 07:44:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj translations.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/28 07:44:44 PDT Modified files: en/docproj translations.sgml Log: Add an entry for the FreeBSD Polish translation project. PR: docs/43407 Submitted by: Lukasz Bojarski Revision Changes Path 1.48 +16 -1 www/en/docproj/translations.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 7:57: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAA837B401; Sat, 28 Sep 2002 07:57:02 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66EFD43E81; Sat, 28 Sep 2002 07:57:01 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from hades.hell.gr (patr364-a21.otenet.gr [195.167.109.53]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g8SEunbx006707; Sat, 28 Sep 2002 17:56:57 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g8SEun0l012262; Sat, 28 Sep 2002 17:56:49 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g8SEumNu012261; Sat, 28 Sep 2002 17:56:48 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Sat, 28 Sep 2002 17:56:48 +0300 From: Giorgos Keramidas To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_slice.c Message-ID: <20020928145648.GB9824@hades.hell.gr> References: <200209280816.g8S8Gonl049713@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209280816.g8S8Gonl049713@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-09-28 01:16, Poul-Henning Kamp wrote: > phk 2002/09/28 01:16:50 PDT > > Modified files: > sys/geom geom_slice.c > Log: > First confirmed kill from my Flexelint license: Check return value > of g_clone_bio(). So, now you're going to changeyous signature to something like: Licensed to lint? Giorgos (grinning) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 8: 1:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4688237B401; Sat, 28 Sep 2002 08:01:32 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B3E743E3B; Sat, 28 Sep 2002 08:01:31 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8SF1B0U031562; Sat, 28 Sep 2002 17:01:11 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Giorgos Keramidas Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_slice.c In-Reply-To: Your message of "Sat, 28 Sep 2002 17:56:48 +0300." <20020928145648.GB9824@hades.hell.gr> Date: Sat, 28 Sep 2002 17:01:11 +0200 Message-ID: <31561.1033225271@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020928145648.GB9824@hades.hell.gr>, Giorgos Keramidas writes: >On 2002-09-28 01:16, Poul-Henning Kamp wrote: >> phk 2002/09/28 01:16:50 PDT >> >> Modified files: >> sys/geom geom_slice.c >> Log: >> First confirmed kill from my Flexelint license: Check return value >> of g_clone_bio(). > >So, now you're going to changeyous signature to something like: > > Licensed to lint? The name is "BEL", "ASCII BEL", (with a license to ring). -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 9:31:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07E4637B401; Sat, 28 Sep 2002 09:31:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B060C43E65; Sat, 28 Sep 2002 09:31:46 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SGVkCo045413; Sat, 28 Sep 2002 09:31:46 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SGVkbF045405; Sat, 28 Sep 2002 09:31:46 -0700 (PDT) Message-Id: <200209281631.g8SGVkbF045405@freefall.freebsd.org> From: Mark Murray Date: Sat, 28 Sep 2002 09:31:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd exports.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/28 09:31:45 PDT Modified files: (Branch: RELENG_4) sbin/mountd exports.5 Log: MFC: don't document the totally bitrotted kerberos support. Approved by: re (murray) Revision Changes Path 1.10.2.8 +2 -12 src/sbin/mountd/exports.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 9:38:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A892337B401; Sat, 28 Sep 2002 09:38:16 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3341943E86; Sat, 28 Sep 2002 09:38:16 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 2B174519B2; Sun, 29 Sep 2002 01:38:15 +0900 (JST) Date: Sun, 29 Sep 2002 01:38:16 +0900 Message-ID: <86bs6if4sn.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: re@FreeBSD.org Cc: so@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/compat/compat3x.i386 libc.so.3.gz.uu libc_r.so.3.gz.uu libc_r.so.4.gz.uu In-Reply-To: <86elbhhmm9.wl@archon.local.idaemons.org> References: <200209251947.g8PJltg2005036@freefall.freebsd.org> <86elbhhmm9.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello? Please decide whether we update compat3x or document somewhere that compat3x is vulnerable. At Thu, 26 Sep 2002 04:53:34 +0900, I wrote: > At Wed, 25 Sep 2002 12:47:55 -0700 (PDT), > I wrote: > > knu 2002/09/25 12:47:55 PDT > > > > Modified files: > > lib/compat/compat3x.i386 libc.so.3.gz.uu libc_r.so.3.gz.uu > > libc_r.so.4.gz.uu > > Log: > > Update compat3x libc and libc_r from RELENG_3. This fixes the buffer > > overflow in resolver described in FreeBSD-SA-02:28.resolv. > > > > Binaries built and contributed by; motoyuki > > > > Revision Changes Path > > 1.4 +5451 -5390 src/lib/compat/compat3x.i386/libc.so.3.gz.uu > > 1.2 +6026 -6004 src/lib/compat/compat3x.i386/libc_r.so.3.gz.uu > > Could I MFC these to RELENG_4? (I'd leave RELENG_4_[456] to so@) -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 10: 6: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D50AE37B401; Sat, 28 Sep 2002 10:06:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 853FB43E75; Sat, 28 Sep 2002 10:06:08 -0700 (PDT) (envelope-from matusita@FreeBSD.org) Received: from freefall.freebsd.org (matusita@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SH68Co057505; Sat, 28 Sep 2002 10:06:08 -0700 (PDT) (envelope-from matusita@freefall.freebsd.org) Received: (from matusita@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SH67et057497; Sat, 28 Sep 2002 10:06:08 -0700 (PDT) Message-Id: <200209281706.g8SH67et057497@freefall.freebsd.org> From: Makoto Matsushita Date: Sat, 28 Sep 2002 10:06:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG matusita 2002/09/28 10:06:07 PDT Modified files: usr.sbin/sysinstall install.c Log: Create symlink for /etc/group. MAKEDEV file will use this file (group name to gid conversion). PR: 43455 Submitted by: n-kogane@syd.odn.ad.jp X-MFC after: immediately if re@ permits, or after 4.7-RELEASE is out Revision Changes Path 1.322 +1 -0 src/usr.sbin/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 10:15:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A2B237B401; Sat, 28 Sep 2002 10:15:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D192943E42; Sat, 28 Sep 2002 10:15:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SHFdCo060298; Sat, 28 Sep 2002 10:15:39 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SHFdHm060297; Sat, 28 Sep 2002 10:15:39 -0700 (PDT) Message-Id: <200209281715.g8SHFdHm060297@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 10:15:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_ch.c scsi_low.c scsi_ses.c src/sys/ddb db_input.c db_watch.c src/sys/dev/advansys advansys.c src/sys/dev/aic aic.c src/sys/dev/aic7xxx aic7xxx.c src/sys/dev/amr amr.c src/sys/dev/an if_an.c src/sys/dev/ata ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 10:15:39 PDT Modified files: sys/cam/scsi scsi_cd.c scsi_ch.c scsi_low.c scsi_ses.c sys/ddb db_input.c db_watch.c sys/dev/advansys advansys.c sys/dev/aic aic.c sys/dev/aic7xxx aic7xxx.c sys/dev/amr amr.c sys/dev/an if_an.c sys/dev/ata atapi-cam.c sys/dev/bktr bktr_core.c bktr_os.c sys/dev/ciss ciss.c sys/dev/dgb dgb.c sys/dev/digi digi.c sys/dev/ed if_ed.c sys/dev/fe if_fe.c sys/dev/ie if_ie.c sys/dev/iir iir.c sys/dev/lge if_lge.c sys/dev/mii pnaphy.c rlphy.c sys/dev/sio sio.c sys/dev/syscons syscons.c sys/fs/deadfs dead_vnops.c sys/fs/fifofs fifo_vnops.c sys/fs/specfs spec_vnops.c sys/i386/i386 initcpu.c pmap.c trap.c sys/i386/isa npx.c sys/isa fd.c sys/isofs/cd9660 cd9660_vfsops.c cd9660_vnops.c sys/kern kern_intr.c kern_sig.c kern_sysctl.c link_elf.c subr_diskmbr.c subr_mbuf.c subr_witness.c sys_generic.c sys_pipe.c vfs_bio.c vfs_subr.c sys/net bpf.c if_ethersubr.c rtsock.c sys/netinet ip_input.c sys/nfsclient nfs_vfsops.c sys/ufs/ffs ffs_softdep.c ffs_vnops.c sys/ufs/ufs ufs_vnops.c sys/vm swap_pager.c uma_core.c vm_glue.c vnode_pager.c Log: Be consistent about "static" functions: if the function is marked static in its prototype, mark it static at the definition too. Inspired by: FlexeLint warning #512 Revision Changes Path 1.61 +1 -1 src/sys/cam/scsi/scsi_cd.c 1.31 +1 -1 src/sys/cam/scsi/scsi_ch.c 1.15 +4 -4 src/sys/cam/scsi/scsi_low.c 1.22 +7 -7 src/sys/cam/scsi/scsi_ses.c 1.32 +5 -5 src/sys/ddb/db_input.c 1.24 +2 -2 src/sys/ddb/db_watch.c 1.21 +2 -2 src/sys/dev/advansys/advansys.c 1.18 +1 -1 src/sys/dev/aic/aic.c 1.85 +1 -1 src/sys/dev/aic7xxx/aic7xxx.c 1.32 +5 -5 src/sys/dev/amr/amr.c 1.37 +1 -1 src/sys/dev/an/if_an.c 1.9 +1 -1 src/sys/dev/ata/atapi-cam.c 1.122 +3 -3 src/sys/dev/bktr/bktr_core.c 1.30 +8 -7 src/sys/dev/bktr/bktr_os.c 1.7 +1 -1 src/sys/dev/ciss/ciss.c 1.71 +1 -1 src/sys/dev/dgb/dgb.c 1.29 +4 -4 src/sys/dev/digi/digi.c 1.209 +2 -2 src/sys/dev/ed/if_ed.c 1.72 +2 -2 src/sys/dev/fe/if_fe.c 1.84 +15 -15 src/sys/dev/ie/if_ie.c 1.4 +2 -2 src/sys/dev/iir/iir.c 1.14 +1 -1 src/sys/dev/lge/if_lge.c 1.8 +1 -1 src/sys/dev/mii/pnaphy.c 1.13 +1 -1 src/sys/dev/mii/rlphy.c 1.381 +3 -3 src/sys/dev/sio/sio.c 1.389 +5 -5 src/sys/dev/syscons/syscons.c 1.37 +1 -1 src/sys/fs/deadfs/dead_vnops.c 1.77 +1 -1 src/sys/fs/fifofs/fifo_vnops.c 1.181 +1 -1 src/sys/fs/specfs/spec_vnops.c 1.37 +1 -1 src/sys/i386/i386/initcpu.c 1.365 +1 -1 src/sys/i386/i386/pmap.c 1.234 +1 -1 src/sys/i386/i386/trap.c 1.132 +1 -1 src/sys/i386/isa/npx.c 1.238 +4 -4 src/sys/isa/fd.c 1.104 +4 -4 src/sys/isofs/cd9660/cd9660_vfsops.c 1.80 +3 -3 src/sys/isofs/cd9660/cd9660_vnops.c 1.82 +1 -1 src/sys/kern/kern_intr.c 1.190 +1 -1 src/sys/kern/kern_sig.c 1.132 +1 -1 src/sys/kern/kern_sysctl.c 1.62 +2 -2 src/sys/kern/link_elf.c 1.57 +1 -1 src/sys/kern/subr_diskmbr.c 1.31 +1 -1 src/sys/kern/subr_mbuf.c 1.126 +1 -1 src/sys/kern/subr_witness.c 1.115 +1 -1 src/sys/kern/sys_generic.c 1.119 +2 -2 src/sys/kern/sys_pipe.c 1.337 +1 -1 src/sys/kern/vfs_bio.c 1.408 +1 -1 src/sys/kern/vfs_subr.c 1.98 +1 -1 src/sys/net/bpf.c 1.125 +1 -1 src/sys/net/if_ethersubr.c 1.78 +2 -2 src/sys/net/rtsock.c 1.210 +1 -1 src/sys/netinet/ip_input.c 1.127 +1 -1 src/sys/nfsclient/nfs_vfsops.c 1.124 +2 -2 src/sys/ufs/ffs/ffs_softdep.c 1.97 +7 -7 src/sys/ufs/ffs/ffs_vnops.c 1.210 +27 -27 src/sys/ufs/ufs/ufs_vnops.c 1.180 +2 -2 src/sys/vm/swap_pager.c 1.38 +1 -1 src/sys/vm/uma_core.c 1.157 +2 -2 src/sys/vm/vm_glue.c 1.157 +1 -1 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 10:33:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 448F637B401; Sat, 28 Sep 2002 10:33:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD7143E8A; Sat, 28 Sep 2002 10:33:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SHXVCo064656; Sat, 28 Sep 2002 10:33:31 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SHXVXn064655; Sat, 28 Sep 2002 10:33:31 -0700 (PDT) Message-Id: <200209281733.g8SHXVXn064655@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 10:33:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 10:33:31 PDT Modified files: sys/sys vnode.h Log: Don't use unnamed anonymous structs: give it a name. Revision Changes Path 1.214 +3 -3 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 10:34:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0429037B423; Sat, 28 Sep 2002 10:34:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E7EC43E3B; Sat, 28 Sep 2002 10:34:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SHYVCo064723; Sat, 28 Sep 2002 10:34:31 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SHYV2g064722; Sat, 28 Sep 2002 10:34:31 -0700 (PDT) Message-Id: <200209281734.g8SHYV2g064722@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 10:34:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 10:34:31 PDT Modified files: sys/dev/ata atapi-all.c Log: Fix an indentation problem. Revision Changes Path 1.95 +1 -1 src/sys/dev/ata/atapi-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 10:36:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D4FD37B401; Sat, 28 Sep 2002 10:36:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40F1D43E3B; Sat, 28 Sep 2002 10:36:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SHaUCo064947; Sat, 28 Sep 2002 10:36:30 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SHaUXx064946; Sat, 28 Sep 2002 10:36:30 -0700 (PDT) Message-Id: <200209281736.g8SHaUXx064946@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 10:36:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 10:36:30 PDT Modified files: sys/i386/pci pci_cfgreg.c Log: Don't call function in return() for a void function. Revision Changes Path 1.96 +5 -3 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 10:36:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B51E37B401; Sat, 28 Sep 2002 10:36:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B7043E42; Sat, 28 Sep 2002 10:36:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SHaqCo065027; Sat, 28 Sep 2002 10:36:52 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SHaque065026; Sat, 28 Sep 2002 10:36:52 -0700 (PDT) Message-Id: <200209281736.g8SHaque065026@freefall.freebsd.org> From: Warner Losh Date: Sat, 28 Sep 2002 10:36:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/09/28 10:36:52 PDT Modified files: etc/defaults pccard.conf Log: Newer Netgear MA401RA entry. Submitted by: Michael Ranner Revision Changes Path 1.244 +6 -0 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 10:37:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B15437B401; Sat, 28 Sep 2002 10:37:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FFE743E75; Sat, 28 Sep 2002 10:37:56 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SHbtCo065081; Sat, 28 Sep 2002 10:37:55 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SHbtEr065080; Sat, 28 Sep 2002 10:37:55 -0700 (PDT) Message-Id: <200209281737.g8SHbtEr065080@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 10:37:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 10:37:55 PDT Modified files: sys/fs/devfs devfs_vnops.c Log: Fix mis-indent. Revision Changes Path 1.48 +1 -1 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 10:46:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00FC537B401; Sat, 28 Sep 2002 10:46:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7640743E81; Sat, 28 Sep 2002 10:46:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SHkVCo067161; Sat, 28 Sep 2002 10:46:31 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SHkVBI067160; Sat, 28 Sep 2002 10:46:31 -0700 (PDT) Message-Id: <200209281746.g8SHkVBI067160@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 10:46:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 10:46:31 PDT Modified files: sys/kern vfs_bio.c Log: Remove unused includes. Clarify the intention of a while(); Move a local variable to avoid potential name-confusion. Revision Changes Path 1.338 +4 -4 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 10:47:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C43837B401; Sat, 28 Sep 2002 10:47:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B531843E77; Sat, 28 Sep 2002 10:47:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SHlpCo067267; Sat, 28 Sep 2002 10:47:51 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SHlpEq067266; Sat, 28 Sep 2002 10:47:51 -0700 (PDT) Message-Id: <200209281747.g8SHlpEq067266@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 10:47:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 10:47:51 PDT Modified files: sys/dev/pci pci.c Log: Don't use GCC shorthand for ?: unless it really matters. Revision Changes Path 1.201 +3 -2 src/sys/dev/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 10:57: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 265B237B401; Sat, 28 Sep 2002 10:57:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C4843E65; Sat, 28 Sep 2002 10:57:00 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SHv0Co069286; Sat, 28 Sep 2002 10:57:00 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SHv0BO069285; Sat, 28 Sep 2002 10:57:00 -0700 (PDT) Message-Id: <200209281757.g8SHv0BO069285@freefall.freebsd.org> From: Christian Weisgerber Date: Sat, 28 Sep 2002 10:57:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/cftp Makefile pkg-plist ports/ftp/cftp/files patch-ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/09/28 10:57:00 PDT Modified files: ftp/cftp Makefile pkg-plist Added files: ftp/cftp/files patch-ftp.c Log: * Handle unexpected "125" reply as seen e.g. from ftp.compaq.com. Obtained from: Dieter Baron * Remove unnecessary gnugetopt dependency. * Remove useless documentation. Approved by: knu (portmgr) Revision Changes Path 1.18 +1 -12 ports/ftp/cftp/Makefile 1.1 +41 -0 ports/ftp/cftp/files/patch-ftp.c (new) 1.5 +1 -7 ports/ftp/cftp/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 11: 4:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EFFC37B401; Sat, 28 Sep 2002 11:04:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5CF743E65; Sat, 28 Sep 2002 11:04:12 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SI4CCo071180; Sat, 28 Sep 2002 11:04:12 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SI4C98071179; Sat, 28 Sep 2002 11:04:12 -0700 (PDT) Message-Id: <200209281804.g8SI4C98071179@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sat, 28 Sep 2002 11:04:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2002/09/28 11:04:12 PDT Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Add support for the BCM5702x chips. Reviewed by: jdp MFC after: 1 week Revision Changes Path 1.23 +2 -0 src/sys/dev/bge/if_bge.c 1.8 +1 -0 src/sys/dev/bge/if_bgereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 11:19:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3CB837B401; Sat, 28 Sep 2002 11:19:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9676943E97; Sat, 28 Sep 2002 11:19:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SIJdCo077773; Sat, 28 Sep 2002 11:19:39 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SIJdBB077772; Sat, 28 Sep 2002 11:19:39 -0700 (PDT) Message-Id: <200209281819.g8SIJdBB077772@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 11:19:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gman Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 11:19:39 PDT Modified files: misc/gman Makefile Log: distfile fetch again ; unbroken Revision Changes Path 1.7 +0 -2 ports/misc/gman/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 11:44:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F2E37B401; Sat, 28 Sep 2002 11:44:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C098343E88; Sat, 28 Sep 2002 11:44:36 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SIiaCo083521; Sat, 28 Sep 2002 11:44:36 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SIiadt083520; Sat, 28 Sep 2002 11:44:36 -0700 (PDT) Message-Id: <200209281844.g8SIiadt083520@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 28 Sep 2002 11:44:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/man/man1 echo.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/28 11:44:36 PDT Added files: fr_FR.ISO8859-1/man/man1 echo.1 Log: New Translation Revision Changes Path 1.1 +88 -0 doc/fr_FR.ISO8859-1/man/man1/echo.1 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 11:48:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B600E37B401; Sat, 28 Sep 2002 11:48:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE4143E6E; Sat, 28 Sep 2002 11:48:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SImNCo083731; Sat, 28 Sep 2002 11:48:23 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SImNSi083730; Sat, 28 Sep 2002 11:48:23 -0700 (PDT) Message-Id: <200209281848.g8SImNSi083730@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 11:48:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 11:48:23 PDT Modified files: sys/sys proc.h Log: Make P_MAGIC fit in p_magic. Revision Changes Path 1.259 +1 -1 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12: 0:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 807E837B401 for ; Sat, 28 Sep 2002 12:00:37 -0700 (PDT) Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 799B443E3B for ; Sat, 28 Sep 2002 12:00:36 -0700 (PDT) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (localhost [127.0.0.1]) by fump.kawo2.rwth-aachen.de (8.12.5/8.12.5) with ESMTP id g8SJ0gu6065197; Sat, 28 Sep 2002 21:00:42 +0200 (CEST) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.12.5/8.12.5/Submit) id g8SJ0fu2065196; Sat, 28 Sep 2002 21:00:41 +0200 (CEST) Date: Sat, 28 Sep 2002 21:00:41 +0200 From: Alexander Langer To: Joseph Scott Cc: cvs-all@freebsd.org, Darren Henderson Subject: Re: cvs commit: ports/x11-clocks/tclock/files patch-aa Message-ID: <20020928190041.GA63760@fump.kawo2.rwth-aachen.de> References: <200209241104.g8OB4AlB016574@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Fingerprint: 7EC1 5B98 4554 2A63 9079 2B2F 9A94 CD6F 7F14 EFA4 X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Joseph Scott (joseph@randomnetworks.com): > # Don't declare malloc(), as it is already in stdio.h > Any chance this fixes PR ports/40131 (tclock fails to compile)? Yes, I'm closing it. Thanks for the pointer :) Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12: 4:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6268737B401; Sat, 28 Sep 2002 12:04:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144C743E4A; Sat, 28 Sep 2002 12:04:50 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SJ4nCo088123; Sat, 28 Sep 2002 12:04:49 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SJ4nLN088122; Sat, 28 Sep 2002 12:04:49 -0700 (PDT) Message-Id: <200209281904.g8SJ4nLN088122@freefall.freebsd.org> From: Juli Mallett Date: Sat, 28 Sep 2002 12:04:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/28 12:04:49 PDT Modified files: sys/ufs/ffs ffs_softdep.c Log: When spamming me with a printf(9), under DIAGNOSTIC, at least be nice enough to include a newline. MFC after: 4 days Sponsored by: Bright Path Solutions Revision Changes Path 1.125 +1 -1 src/sys/ufs/ffs/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12: 5:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BDA737B401; Sat, 28 Sep 2002 12:05:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF0743E3B; Sat, 28 Sep 2002 12:05:35 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SJ5YCo092513; Sat, 28 Sep 2002 12:05:35 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SJ5YAP092512; Sat, 28 Sep 2002 12:05:34 -0700 (PDT) Message-Id: <200209281905.g8SJ5YAP092512@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 28 Sep 2002 12:05:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/28 12:05:34 PDT Modified files: release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml Log: We go more on MFen 1.423 Revision Changes Path 1.23 +115 -64 src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12:12:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA98637B401; Sat, 28 Sep 2002 12:12:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C52543E6A; Sat, 28 Sep 2002 12:12:38 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SJCcCo094529; Sat, 28 Sep 2002 12:12:38 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SJCckc094528; Sat, 28 Sep 2002 12:12:38 -0700 (PDT) Message-Id: <200209281912.g8SJCckc094528@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 28 Sep 2002 12:12:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/man/man1 intro.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/28 12:12:38 PDT Added files: fr_FR.ISO8859-1/man/man1 intro.1 Log: New translation. Revision Changes Path 1.1 +86 -0 doc/fr_FR.ISO8859-1/man/man1/intro.1 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12:37:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD9437B401; Sat, 28 Sep 2002 12:37:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3EF843E65; Sat, 28 Sep 2002 12:37:14 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SJbECo098961; Sat, 28 Sep 2002 12:37:14 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SJbEZO098960; Sat, 28 Sep 2002 12:37:14 -0700 (PDT) Message-Id: <200209281937.g8SJbEZO098960@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 28 Sep 2002 12:37:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/man/man1 intro.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/28 12:37:14 PDT Modified files: fr_FR.ISO8859-1/man/man1 intro.1 Log: s/NOM/NAME to match future localized fr mdoc definition. Revision Changes Path 1.2 +2 -2 doc/fr_FR.ISO8859-1/man/man1/intro.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12:37:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B06D37B401; Sat, 28 Sep 2002 12:37:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DED43E4A; Sat, 28 Sep 2002 12:37:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SJbsCo098996; Sat, 28 Sep 2002 12:37:54 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SJbsXH098995; Sat, 28 Sep 2002 12:37:54 -0700 (PDT) Message-Id: <200209281937.g8SJbsXH098995@freefall.freebsd.org> From: Peter Wemm Date: Sat, 28 Sep 2002 12:37:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 sys_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/28 12:37:54 PDT Modified files: sys/i386/i386 sys_machdep.c Log: Repair range checking for reading the ldt list. PR: 38016 Submitted by: davidx Revision Changes Path 1.72 +1 -1 src/sys/i386/i386/sys_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12:38:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F181137B401; Sat, 28 Sep 2002 12:38:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F52843E4A; Sat, 28 Sep 2002 12:38:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SJcUCo099025; Sat, 28 Sep 2002 12:38:30 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SJcUd6099024; Sat, 28 Sep 2002 12:38:30 -0700 (PDT) Message-Id: <200209281938.g8SJcUd6099024@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 12:38:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_kern.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 12:38:30 PDT Modified files: sys/geom geom_kern.c Log: Zero the local-variable mutexes before we call mtx_init() on them, failing to do this may lead mtx_init() to belive they have already been initialized. Detected by: Marc Recht Revision Changes Path 1.8 +2 -0 src/sys/geom/geom_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12:39:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 180AE37B401; Sat, 28 Sep 2002 12:39:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD2E243E65; Sat, 28 Sep 2002 12:39:40 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SJdeCo099125; Sat, 28 Sep 2002 12:39:40 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SJdea4099124; Sat, 28 Sep 2002 12:39:40 -0700 (PDT) Message-Id: <200209281939.g8SJdea4099124@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 28 Sep 2002 12:39:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/man/man1 builtin.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/28 12:39:40 PDT Added files: fr_FR.ISO8859-1/man/man1 builtin.1 Log: New translation. Revision Changes Path 1.1 +300 -0 doc/fr_FR.ISO8859-1/man/man1/builtin.1 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12:48:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD90D37B401; Sat, 28 Sep 2002 12:48:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CC543E77; Sat, 28 Sep 2002 12:48:55 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SJmtCo001129; Sat, 28 Sep 2002 12:48:55 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SJmtsw001128; Sat, 28 Sep 2002 12:48:55 -0700 (PDT) Message-Id: <200209281948.g8SJmtsw001128@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 28 Sep 2002 12:48:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/man/man1 cat.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/28 12:48:55 PDT Modified files: fr_FR.ISO8859-1/man/man1 cat.1 Log: Some cleaning to match future localized fr mdoc definition. Revision Changes Path 1.2 +4 -7 doc/fr_FR.ISO8859-1/man/man1/cat.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12:53:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CA7937B401; Sat, 28 Sep 2002 12:53:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FAC443E81; Sat, 28 Sep 2002 12:53:42 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SJrfCo002963; Sat, 28 Sep 2002 12:53:42 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SJrfSJ002962; Sat, 28 Sep 2002 12:53:41 -0700 (PDT) Message-Id: <200209281953.g8SJrfSJ002962@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 28 Sep 2002 12:53:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/man/man1 head.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/28 12:53:41 PDT Modified files: fr_FR.ISO8859-1/man/man1 head.1 Log: Some cleaning to match future localized fr mdoc definition. Revision Changes Path 1.2 +8 -11 doc/fr_FR.ISO8859-1/man/man1/head.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 12:55:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B80437B404; Sat, 28 Sep 2002 12:55:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F40D543E7B; Sat, 28 Sep 2002 12:55:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SJtYCo003080; Sat, 28 Sep 2002 12:55:34 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SJtYWc003079; Sat, 28 Sep 2002 12:55:34 -0700 (PDT) Message-Id: <200209281955.g8SJtYWc003079@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 28 Sep 2002 12:55:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/28 12:55:34 PDT Modified files: Mk bsd.sites.mk Log: Remove non-working mirror sites from MASTER_SITE_RUBY. Revision Changes Path 1.103 +1 -4 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 13: 3:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D60F637B401; Sat, 28 Sep 2002 13:03:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9790343E6E; Sat, 28 Sep 2002 13:03:27 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SK3RCo004960; Sat, 28 Sep 2002 13:03:27 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SK3RS9004959; Sat, 28 Sep 2002 13:03:27 -0700 (PDT) Message-Id: <200209282003.g8SK3RS9004959@freefall.freebsd.org> From: Juli Mallett Date: Sat, 28 Sep 2002 13:03:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make compat.c cond.c dir.c job.c parse.c str.c suff.c targ.c var.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/28 13:03:27 PDT Modified files: usr.bin/make compat.c cond.c dir.c job.c parse.c str.c suff.c targ.c var.c Log: Add empty default cases where they should be, remove non-local execution stuff in compat.c which doesn't even have preprocessor-conditional-hidden support code, and add a debugging statement where we might end up with a nil list somehow, but where I doubt it. First confirmed userland kill for Flexelint. Sponsored by: Bright Path Solutions Revision Changes Path 1.32 +5 -13 src/usr.bin/make/compat.c 1.23 +2 -0 src/usr.bin/make/cond.c 1.28 +2 -0 src/usr.bin/make/dir.c 1.42 +2 -0 src/usr.bin/make/job.c 1.44 +6 -1 src/usr.bin/make/parse.c 1.24 +4 -0 src/usr.bin/make/str.c 1.24 +5 -0 src/usr.bin/make/suff.c 1.23 +2 -0 src/usr.bin/make/targ.c 1.33 +8 -0 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 13: 4:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B98D537B401; Sat, 28 Sep 2002 13:04:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C54B43E42; Sat, 28 Sep 2002 13:04:17 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SK4HCo005096; Sat, 28 Sep 2002 13:04:17 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SK4Hbb005095; Sat, 28 Sep 2002 13:04:17 -0700 (PDT) Message-Id: <200209282004.g8SK4Hbb005095@freefall.freebsd.org> From: Juli Mallett Date: Sat, 28 Sep 2002 13:04:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make dir.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/28 13:04:17 PDT Modified files: usr.bin/make dir.c Log: Fix merge error in previous commit. Sponsored by: Bright Path Solutions Revision Changes Path 1.29 +1 -1 src/usr.bin/make/dir.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 13:42: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 364F337B401; Sat, 28 Sep 2002 13:42:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF98743E3B; Sat, 28 Sep 2002 13:42:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SKg4Co016943; Sat, 28 Sep 2002 13:42:04 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SKg4pn016938; Sat, 28 Sep 2002 13:42:04 -0700 (PDT) Message-Id: <200209282042.g8SKg4pn016938@freefall.freebsd.org> From: Peter Wemm Date: Sat, 28 Sep 2002 13:42:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include sysarch.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/28 13:42:04 PDT Modified files: sys/i386/include sysarch.h Log: There is no need for start/num to be signed in i386_ldt_args. Revision Changes Path 1.17 +2 -2 src/sys/i386/include/sysarch.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 13:46:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 935F437B401; Sat, 28 Sep 2002 13:46:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446F443E42; Sat, 28 Sep 2002 13:46:52 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SKkqCo017357; Sat, 28 Sep 2002 13:46:52 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SKkqDp017356; Sat, 28 Sep 2002 13:46:52 -0700 (PDT) Message-Id: <200209282046.g8SKkqDp017356@freefall.freebsd.org> From: Clive Lin Date: Sat, 28 Sep 2002 13:46:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/qe Makefile ports/chinese/qe/files post-patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/09/28 13:46:51 PDT Modified files: chinese/qe Makefile Removed files: chinese/qe/files post-patch-Makefile Log: o Fix build on -CURRENT. o Use REINPLACE_CMD instead of a hard wired patch, which breaks this port on -CURRENT. o Use tab instead of space, BTW. Submitted by: bento Revision Changes Path 1.5 +4 -4 ports/chinese/qe/Makefile 1.2 +0 -11 ports/chinese/qe/files/post-patch-Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 13:47:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE8FC37B406; Sat, 28 Sep 2002 13:47:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E060C43E88; Sat, 28 Sep 2002 13:47:41 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SKlfCo017470; Sat, 28 Sep 2002 13:47:41 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SKlfcJ017469; Sat, 28 Sep 2002 13:47:41 -0700 (PDT) Message-Id: <200209282047.g8SKlfcJ017469@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 28 Sep 2002 13:47:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/28 13:47:41 PDT Modified files: Mk bsd.sites.mk Log: Add three mirror sites to MASTER_SITE_RUBY to fill vacancies. (ftp.iDaemons.org, mirrors.sunsite.dk and ftp.ntua.gr) Revision Changes Path 1.104 +4 -1 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 13:56:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D7F37B404; Sat, 28 Sep 2002 13:56:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB3043E4A; Sat, 28 Sep 2002 13:56:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SKuXCo019297; Sat, 28 Sep 2002 13:56:33 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SKuXgm019296; Sat, 28 Sep 2002 13:56:33 -0700 (PDT) Message-Id: <200209282056.g8SKuXgm019296@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 13:56:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/tdfx tdfx_pci.c tdfx_vars.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 13:56:33 PDT Modified files: sys/dev/tdfx tdfx_pci.c tdfx_vars.h Log: Disabuse this driver of the notion that it needs to include to find the unit from a device_t. Spotted by: FlexeLint Revision Changes Path 1.20 +2 -3 src/sys/dev/tdfx/tdfx_pci.c 1.7 +1 -2 src/sys/dev/tdfx/tdfx_vars.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 14: 0: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98F2437B401; Sat, 28 Sep 2002 14:00:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD0543E4A; Sat, 28 Sep 2002 14:00:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SL00Co019468; Sat, 28 Sep 2002 14:00:00 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SL001C019467; Sat, 28 Sep 2002 14:00:00 -0700 (PDT) Message-Id: <200209282100.g8SL001C019467@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 14:00:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sbni if_sbni_isa.c if_sbni_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 13:59:59 PDT Modified files: sys/dev/sbni if_sbni_isa.c if_sbni_pci.c Log: This driver doesn't need to include either. Spotted by: FlexeLint Revision Changes Path 1.8 +0 -1 src/sys/dev/sbni/if_sbni_isa.c 1.6 +0 -1 src/sys/dev/sbni/if_sbni_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 14: 0: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF58837B401; Sat, 28 Sep 2002 14:00:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E1443E42; Sat, 28 Sep 2002 14:00:01 -0700 (PDT) (envelope-from patrick@FreeBSD.org) Received: from freefall.freebsd.org (patrick@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SL01Co019503; Sat, 28 Sep 2002 14:00:01 -0700 (PDT) (envelope-from patrick@freefall.freebsd.org) Received: (from patrick@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SL01og019502; Sat, 28 Sep 2002 14:00:01 -0700 (PDT) Message-Id: <200209282100.g8SL01og019502@freefall.freebsd.org> From: "Patrick S. Gardella" Date: Sat, 28 Sep 2002 14:00:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tinycobol Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG patrick 2002/09/28 14:00:01 PDT Modified files: lang/tinycobol Makefile distinfo pkg-plist Log: PR: 43446 Submitted by: Tilman Linneweh Revision Changes Path 1.14 +3 -3 ports/lang/tinycobol/Makefile 1.10 +1 -1 ports/lang/tinycobol/distinfo 1.7 +2 -4 ports/lang/tinycobol/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 14:21:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3AF337B401; Sat, 28 Sep 2002 14:21:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4002543EDE; Sat, 28 Sep 2002 14:21:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SLL1Co028038; Sat, 28 Sep 2002 14:21:01 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SLL1om028037; Sat, 28 Sep 2002 14:21:01 -0700 (PDT) Message-Id: <200209282121.g8SLL1om028037@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 14:21:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_devs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 14:21:01 PDT Modified files: sys/fs/devfs devfs_devs.c Log: s/struct dev_t */dev_t */ Revision Changes Path 1.22 +1 -1 src/sys/fs/devfs/devfs_devs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 14:34:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30B3C37B401; Sat, 28 Sep 2002 14:34:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D897343E7B; Sat, 28 Sep 2002 14:34:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SLYVCo031521; Sat, 28 Sep 2002 14:34:31 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SLYVwF031520; Sat, 28 Sep 2002 14:34:31 -0700 (PDT) Message-Id: <200209282134.g8SLYVwF031520@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 14:34:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 14:34:31 PDT Modified files: sys/kern subr_prf.c Log: Change a return to a break so the local buffers get properly freeed. Spotte by: FlexeLint Reviewed by: rwatson Revision Changes Path 1.88 +1 -1 src/sys/kern/subr_prf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 14:38:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B06837B401; Sat, 28 Sep 2002 14:38:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CA0943E6E; Sat, 28 Sep 2002 14:38:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SLcZCo031765; Sat, 28 Sep 2002 14:38:35 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SLcZKl031764; Sat, 28 Sep 2002 14:38:35 -0700 (PDT) Message-Id: <200209282138.g8SLcZKl031764@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 14:38:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 14:38:35 PDT Modified files: sys/kern subr_bus.c Log: Move includ of later to get semantic identity of device_t the same throughout kernel. This is a very fine point of C which fortunatly does not make any difference in normal circumstances but which due to the pervasiveness of device_t in the kernel can make a lint barf a lot. Revision Changes Path 1.108 +1 -1 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 15: 0: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1552637B401; Sat, 28 Sep 2002 15:00:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC7AD43E9E; Sat, 28 Sep 2002 14:59:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SLxxCo036590; Sat, 28 Sep 2002 14:59:59 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SLxx0c036589; Sat, 28 Sep 2002 14:59:59 -0700 (PDT) Message-Id: <200209282159.g8SLxx0c036589@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Sep 2002 14:59:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/en midway.c midwayvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/28 14:59:59 PDT Modified files: sys/dev/en midway.c midwayvar.h Log: Rename "struct device" to "struct midway_device" to avoid clashing with newbus. Revision Changes Path 1.30 +1 -1 src/sys/dev/en/midway.c 1.6 +2 -2 src/sys/dev/en/midwayvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 15: 3: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C0537B401; Sat, 28 Sep 2002 15:03:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BD3D43E3B; Sat, 28 Sep 2002 15:03:08 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SM38Co038458; Sat, 28 Sep 2002 15:03:08 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SM38tJ038457; Sat, 28 Sep 2002 15:03:08 -0700 (PDT) Message-Id: <200209282203.g8SM38tJ038457@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 28 Sep 2002 15:03:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/man/man4 ncr.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/28 15:03:07 PDT Added files: fr_FR.ISO8859-1/man/man4 ncr.4 Log: New translation. Revision Changes Path 1.1 +50 -0 doc/fr_FR.ISO8859-1/man/man4/ncr.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 15: 3:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C6DB37B404; Sat, 28 Sep 2002 15:03:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B405D43E75; Sat, 28 Sep 2002 15:03:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SM3oCo038560; Sat, 28 Sep 2002 15:03:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SM3omk038559; Sat, 28 Sep 2002 15:03:50 -0700 (PDT) Message-Id: <200209282203.g8SM3omk038559@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 15:03:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/starlogo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 15:03:50 PDT Modified files: lang/starlogo Makefile Log: Correct syntax error in do-install (&& && -> &&) Revision Changes Path 1.7 +2 -2 ports/lang/starlogo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 15: 9:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FFEC37B401; Sat, 28 Sep 2002 15:09:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4372343E75; Sat, 28 Sep 2002 15:09:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SM9GCo043255; Sat, 28 Sep 2002 15:09:16 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SM9Gsa043254; Sat, 28 Sep 2002 15:09:16 -0700 (PDT) Message-Id: <200209282209.g8SM9Gsa043254@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 15:09:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/nqc Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 15:09:16 PDT Modified files: lang/nqc Makefile pkg-descr Log: Make fetchable again (MASTER_SITE moved) Revision Changes Path 1.10 +1 -1 ports/lang/nqc/Makefile 1.3 +1 -1 ports/lang/nqc/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 15:14:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F1FB37B401; Sat, 28 Sep 2002 15:14:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E4E43E6A; Sat, 28 Sep 2002 15:14:56 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SMEuCo045225; Sat, 28 Sep 2002 15:14:56 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SMEusY045224; Sat, 28 Sep 2002 15:14:56 -0700 (PDT) Message-Id: <200209282214.g8SMEusY045224@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 15:14:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/spar pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 15:14:56 PDT Modified files: math/spar pkg-plist Log: Correct pkg-plist Revision Changes Path 1.8 +0 -9 ports/math/spar/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 15:28: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55D8437B401; Sat, 28 Sep 2002 15:28:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092F043E75; Sat, 28 Sep 2002 15:28:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SMS4Co047484; Sat, 28 Sep 2002 15:28:04 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SMS4uk047483; Sat, 28 Sep 2002 15:28:04 -0700 (PDT) Message-Id: <200209282228.g8SMS4uk047483@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 15:28:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tac_plus-libradius pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 15:28:04 PDT Modified files: net/tac_plus-libradius pkg-plist Log: Correct plist Revision Changes Path 1.2 +1 -1 ports/net/tac_plus-libradius/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 15:30:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F5837B401; Sat, 28 Sep 2002 15:30:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D925243E4A; Sat, 28 Sep 2002 15:30:47 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SMUlCo048509; Sat, 28 Sep 2002 15:30:47 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SMUlJx048508; Sat, 28 Sep 2002 15:30:47 -0700 (PDT) Message-Id: <200209282230.g8SMUlJx048508@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 28 Sep 2002 15:30:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/28 15:30:47 PDT Modified files: release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml Log: Continuing MFen 1.423 Revision Changes Path 1.24 +1063 -804 src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 15:44:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D6C537B401; Sat, 28 Sep 2002 15:44:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0052B43E65; Sat, 28 Sep 2002 15:44:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SMijCo051688; Sat, 28 Sep 2002 15:44:45 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SMijxt051687; Sat, 28 Sep 2002 15:44:45 -0700 (PDT) Message-Id: <200209282244.g8SMijxt051687@freefall.freebsd.org> From: Peter Wemm Date: Sat, 28 Sep 2002 15:44:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 sys_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/28 15:44:45 PDT Modified files: sys/i386/i386 sys_machdep.c Log: Deal with some SMP races by doing the entire copyin at once rather than doing the checks piecemeal and then doing a second copyin later. PR: 38021 Submitted by: davidx (I've tweaked the patch a bit) Revision Changes Path 1.73 +28 -15 src/sys/i386/i386/sys_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 16: 5:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D9737B401; Sat, 28 Sep 2002 16:05:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C68143E7B; Sat, 28 Sep 2002 16:05:58 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SN5wCo059925; Sat, 28 Sep 2002 16:05:58 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SN5w4G059924; Sat, 28 Sep 2002 16:05:58 -0700 (PDT) Message-Id: <200209282305.g8SN5w4G059924@freefall.freebsd.org> From: Tom Rhodes Date: Sat, 28 Sep 2002 16:05:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chmod chmod.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/09/28 16:05:58 PDT Modified files: bin/chmod chmod.1 Log: s/behaviour/behavior/ in the chmod(1) manual Revision Changes Path 1.32 +1 -1 src/bin/chmod/chmod.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 16:15:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0680337B401; Sat, 28 Sep 2002 16:15:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA7C743E4A; Sat, 28 Sep 2002 16:15:58 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SNFwCo062761; Sat, 28 Sep 2002 16:15:58 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SNFwDW062760; Sat, 28 Sep 2002 16:15:58 -0700 (PDT) Message-Id: <200209282315.g8SNFwDW062760@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 28 Sep 2002 16:15:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/hardware/sparc64 dev-sparc64.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/28 16:15:58 PDT Modified files: release/doc/fr_FR.ISO8859-1/hardware/sparc64 dev-sparc64.sgml Log: New translation Revision Changes Path 1.2 +95 -75 src/release/doc/fr_FR.ISO8859-1/hardware/sparc64/dev-sparc64.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 16:23:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 743D737B401; Sat, 28 Sep 2002 16:23:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2718643E86; Sat, 28 Sep 2002 16:23:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SNNdCo064630; Sat, 28 Sep 2002 16:23:39 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SNNdVo064629; Sat, 28 Sep 2002 16:23:39 -0700 (PDT) Message-Id: <200209282323.g8SNNdVo064629@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 16:23:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/zziplib/files patch-zzip.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 16:23:38 PDT Added files: devel/zziplib/files patch-zzip.h Log: Fix build on -stable Submitted by: Adam Weinberger PR: ports/41092 Revision Changes Path 1.1 +12 -0 ports/devel/zziplib/files/patch-zzip.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 16:35: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A3CE37B401; Sat, 28 Sep 2002 16:35:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00BE43E42; Sat, 28 Sep 2002 16:35:07 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SNZ7Co067083; Sat, 28 Sep 2002 16:35:07 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SNZ7Fs067082; Sat, 28 Sep 2002 16:35:07 -0700 (PDT) Message-Id: <200209282335.g8SNZ7Fs067082@freefall.freebsd.org> From: Juli Mallett Date: Sat, 28 Sep 2002 16:35:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make compat.c main.c make.c parse.c suff.c targ.c var.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/28 16:35:07 PDT Modified files: usr.bin/make compat.c main.c make.c parse.c suff.c targ.c var.c Log: Make make(1) WARNS=6 clean except for const issues. This mostly involves renaming variables to not shadow libc functions or greater scope locals. Kinda makes one wonder if the extern ones weren't meant in some of these places :) The only thing I'd still like to do WRT this is possibly combine rstat and status in compat.c -- that should be fine, as I do not think the codepaths will want both around at once. Sponsored by: Bright Path Solutions Revision Changes Path 1.33 +5 -5 src/usr.bin/make/compat.c 1.72 +16 -16 src/usr.bin/make/main.c 1.21 +3 -3 src/usr.bin/make/make.c 1.45 +11 -11 src/usr.bin/make/parse.c 1.25 +15 -15 src/usr.bin/make/suff.c 1.24 +3 -3 src/usr.bin/make/targ.c 1.34 +16 -16 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 16:35:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A2437B401; Sat, 28 Sep 2002 16:35:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185A943E65; Sat, 28 Sep 2002 16:35:55 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SNZsCo067155; Sat, 28 Sep 2002 16:35:54 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SNZsiN067154; Sat, 28 Sep 2002 16:35:54 -0700 (PDT) Message-Id: <200209282335.g8SNZsiN067154@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 28 Sep 2002 16:35:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/hardware/i386 proc-i386.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/28 16:35:54 PDT Modified files: release/doc/fr_FR.ISO8859-1/hardware/i386 proc-i386.sgml Log: New translation Revision Changes Path 1.2 +39 -34 src/release/doc/fr_FR.ISO8859-1/hardware/i386/proc-i386.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 17: 2: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A93E437B401; Sat, 28 Sep 2002 17:02:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE1543E6A; Sat, 28 Sep 2002 17:02:05 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T025Co072695; Sat, 28 Sep 2002 17:02:05 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T025P0072694; Sat, 28 Sep 2002 17:02:05 -0700 (PDT) Message-Id: <200209290002.g8T025P0072694@freefall.freebsd.org> From: Juli Mallett Date: Sat, 28 Sep 2002 17:02:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/28 17:02:05 PDT Modified files: usr.bin/make main.c Log: Fix ability to use csh(1) as the make(1) shell. Sponsored by: Bright Path Solutions Revision Changes Path 1.73 +3 -1 src/usr.bin/make/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 17: 6:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ECF937B401; Sat, 28 Sep 2002 17:06:41 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8C243E65; Sat, 28 Sep 2002 17:06:40 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA22662; Sun, 29 Sep 2002 10:06:38 +1000 Date: Sun, 29 Sep 2002 10:15:56 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_ch.c scsi_low.c scsi_ses.c src/sys/ddb db_input.c db_watch.c src/sys/dev/advansys advansys.c src/sys/dev/aic aic.c src/sys/dev/aic7xxx aic7x In-Reply-To: <200209281715.g8SHFdHm060297@freefall.freebsd.org> Message-ID: <20020929101051.Q39375-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 28 Sep 2002, Poul-Henning Kamp wrote: > phk 2002/09/28 10:15:39 PDT > > Modified files: > sys/cam/scsi scsi_cd.c scsi_ch.c scsi_low.c scsi_ses.c > sys/ddb db_input.c db_watch.c > .... > sys/vm swap_pager.c uma_core.c vm_glue.c > vnode_pager.c > Log: > Be consistent about "static" functions: if the function is marked > static in its prototype, mark it static at the definition too. > > Inspired by: FlexeLint warning #512 This just fixes style bugs. It is a "feature" of C that storage and linkage declarators can sometimes be left out and/or added to in new declarations (usually in cases where this is least useful, especially when combined with gcc's -Wredundant-decls which tends to warn about all the cases which might be useful because they aren't actually redundant). Lots of these style bugs were created by sloppy staticization. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 17: 9:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FA9F37B404; Sat, 28 Sep 2002 17:09:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C199B43E6A; Sat, 28 Sep 2002 17:09:22 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T09MCo077323; Sat, 28 Sep 2002 17:09:22 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T09MRw077322; Sat, 28 Sep 2002 17:09:22 -0700 (PDT) Message-Id: <200209290009.g8T09MRw077322@freefall.freebsd.org> From: Juli Mallett Date: Sat, 28 Sep 2002 17:09:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/etc make.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/28 17:09:22 PDT Modified files: share/examples/etc make.conf Log: Allow the shell preference for make(1) to be set in make.conf(5), and hopefully trick a few people into setting MAKE_SHELL to csh, although that can still rebuild itself to allow them to heal the wound in their foot. Revision Changes Path 1.202 +7 -0 src/share/examples/etc/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 17:20:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A5437B404; Sat, 28 Sep 2002 17:20:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4558E43E6E; Sat, 28 Sep 2002 17:20:29 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T0KTCo079770; Sat, 28 Sep 2002 17:20:29 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T0KTXp079769; Sat, 28 Sep 2002 17:20:29 -0700 (PDT) Message-Id: <200209290020.g8T0KTXp079769@freefall.freebsd.org> From: Juli Mallett Date: Sat, 28 Sep 2002 17:20:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/28 17:20:29 PDT Modified files: usr.bin/make job.c Log: Fix spurious three-space indentation in a four-space indentation file. Revision Changes Path 1.43 +2 -2 src/usr.bin/make/job.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 18:28:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC95337B401; Sat, 28 Sep 2002 18:28:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB5A43E65; Sat, 28 Sep 2002 18:28:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T1SFCo096815; Sat, 28 Sep 2002 18:28:15 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T1SFUI096814; Sat, 28 Sep 2002 18:28:15 -0700 (PDT) Message-Id: <200209290128.g8T1SFUI096814@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 18:28:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ssldump Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 18:28:15 PDT Modified files: net/ssldump Makefile distinfo Log: Update to ssldump 0.9.b3, which includes some security-related cleanups and bug fixes. Submitted by: Thomas Vogt Approved by: myself (portmgr hat on) Revision Changes Path 1.6 +4 -2 ports/net/ssldump/Makefile 1.3 +1 -1 ports/net/ssldump/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 18:28:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C157D37B401; Sat, 28 Sep 2002 18:28:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7408843E3B; Sat, 28 Sep 2002 18:28:41 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T1SfCo096875; Sat, 28 Sep 2002 18:28:41 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T1SfYO096874; Sat, 28 Sep 2002 18:28:41 -0700 (PDT) Message-Id: <200209290128.g8T1SfYO096874@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 28 Sep 2002 18:28:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/guile/files patch-qt_md_axp.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/28 18:28:41 PDT Added files: lang/guile/files patch-qt_md_axp.s Log: Fix build on Alpha. Reported by: bento Tested by: kris on bento Revision Changes Path 1.1 +20 -0 ports/lang/guile/files/patch-qt_md_axp.s (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 18:30:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2993F37B401; Sat, 28 Sep 2002 18:30:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF9E043E65; Sat, 28 Sep 2002 18:30:37 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T1UbCo097500; Sat, 28 Sep 2002 18:30:37 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T1UbJk097496; Sat, 28 Sep 2002 18:30:37 -0700 (PDT) Message-Id: <200209290130.g8T1UbJk097496@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 28 Sep 2002 18:30:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/28 18:30:37 PDT Modified files: www/mozilla-devel Makefile Log: Disable Chatzilla by default. The irc buffer overflow is still present. Submitted by: trevor Revision Changes Path 1.116 +2 -1 ports/www/mozilla-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 18:36:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6C4037B401; Sat, 28 Sep 2002 18:36:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8989143E65; Sat, 28 Sep 2002 18:36:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T1aoCo098830; Sat, 28 Sep 2002 18:36:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T1aobS098829; Sat, 28 Sep 2002 18:36:50 -0700 (PDT) Message-Id: <200209290136.g8T1aobS098829@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 18:36:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/net-http Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 18:36:50 PDT Modified files: net/net-http Makefile pkg-plist Log: Unbreak by installing into the right directory (chases guile update and unbreaks installation command) Revision Changes Path 1.3 +2 -2 ports/net/net-http/Makefile 1.3 +7 -7 ports/net/net-http/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 18:42: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7C9737B401; Sat, 28 Sep 2002 18:42:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9404143E42; Sat, 28 Sep 2002 18:42:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T1g8Co000838; Sat, 28 Sep 2002 18:42:08 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T1g8io000837; Sat, 28 Sep 2002 18:42:08 -0700 (PDT) Message-Id: <200209290142.g8T1g8io000837@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 18:42:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/nologinmsg Makefile ports/shells/nologinmsg/files Makefile nologinmsg.8 nologinmsg.c pathnames.h ports/shells/nologinmsg/src Makefile nologinmsg.8 nologinmsg.c pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 18:42:08 PDT Modified files: shells/nologinmsg Makefile Added files: shells/nologinmsg/files Makefile nologinmsg.8 nologinmsg.c pathnames.h Removed files: shells/nologinmsg/src Makefile nologinmsg.8 nologinmsg.c pathnames.h Log: Move files from illegal subdirectory src/ to files/ and fix extract procedure. Revision Changes Path 1.2 +3 -1 ports/shells/nologinmsg/Makefile 1.1 +10 -0 ports/shells/nologinmsg/files/Makefile (new) 1.1 +73 -0 ports/shells/nologinmsg/files/nologinmsg.8 (new) 1.1 +120 -0 ports/shells/nologinmsg/files/nologinmsg.c (new) 1.1 +7 -0 ports/shells/nologinmsg/files/pathnames.h (new) 1.2 +0 -10 ports/shells/nologinmsg/src/Makefile (dead) 1.2 +0 -73 ports/shells/nologinmsg/src/nologinmsg.8 (dead) 1.2 +0 -120 ports/shells/nologinmsg/src/nologinmsg.c (dead) 1.2 +0 -7 ports/shells/nologinmsg/src/pathnames.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 18:44:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8979437B401; Sat, 28 Sep 2002 18:44:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE3143E6A; Sat, 28 Sep 2002 18:44:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T1iDCo001116; Sat, 28 Sep 2002 18:44:13 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T1iDw5001115; Sat, 28 Sep 2002 18:44:13 -0700 (PDT) Message-Id: <200209290144.g8T1iDw5001115@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 28 Sep 2002 18:44:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/bash2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/28 18:44:13 PDT Modified files: shells/bash2 Makefile Log: Fix logic error when NOPORTDOCS is set. Submitted by: Peter Avalos PR: 43459 Revision Changes Path 1.60 +2 -2 ports/shells/bash2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 18:56:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF2A537B401; Sat, 28 Sep 2002 18:56:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D9143E3B; Sat, 28 Sep 2002 18:56:26 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T1uQCo003220; Sat, 28 Sep 2002 18:56:26 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T1uQmH003219; Sat, 28 Sep 2002 18:56:26 -0700 (PDT) Message-Id: <200209290156.g8T1uQmH003219@freefall.freebsd.org> From: Alan Eldridge Date: Sat, 28 Sep 2002 18:56:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/kdeaddons3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/28 18:56:26 PDT Modified files: misc/kdeaddons3 Makefile Log: Remove unneeded dependency on kdenetwork. Approved by: Kris K Revision Changes Path 1.26 +0 -1 ports/misc/kdeaddons3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 18:59:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C56FA37B401; Sat, 28 Sep 2002 18:59:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7882A43E75; Sat, 28 Sep 2002 18:59:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T1xKCo003406; Sat, 28 Sep 2002 18:59:20 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T1xKBF003405; Sat, 28 Sep 2002 18:59:20 -0700 (PDT) Message-Id: <200209290159.g8T1xKBF003405@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 18:59:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/pwm/files patch-system.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 18:59:20 PDT Added files: x11-wm/pwm/files patch-system.mk Log: Unbreak on -stable by removing -pedantic-errors from CFLAGS, which exposes new (fatal) warnings on recent compilers. Revision Changes Path 1.1 +11 -0 ports/x11-wm/pwm/files/patch-system.mk (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 19:30:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B17A37B401; Sat, 28 Sep 2002 19:30:50 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35AF943E65; Sat, 28 Sep 2002 19:30:49 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id MAA03767; Sun, 29 Sep 2002 12:30:47 +1000 Date: Sun, 29 Sep 2002 12:40:05 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Juli Mallett Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/usr.bin/make main.c In-Reply-To: <200209290002.g8T025P0072694@freefall.freebsd.org> Message-ID: <20020929122637.P39746-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 28 Sep 2002, Juli Mallett wrote: > jmallett 2002/09/28 17:02:05 PDT > > Modified files: > usr.bin/make main.c > Log: > Fix ability to use csh(1) as the make(1) shell. > > Sponsored by: Bright Path Solutions > > Revision Changes Path > 1.73 +3 -1 src/usr.bin/make/main.c Shouldn't this be -1 +3 to remove any such ability, since such ability is a bug? :-) The most interesting aspects of using wrong shells for make(1) don't seem to have been addressed: - POSIX requires the shell to be the standard one and doesn't permit the environment variable SHELL to affect this; it requires unusual handlng of SHELL which isn't implemented. - make(1)'s .SHELL variable provides much more powerful foot-shooting than the MAKE_SHELL hack, except at least the documented example of using it doesn't actually work (see the tutorial for the documentation). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 19:36:59 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 73C3E37B401; Sat, 28 Sep 2002 19:36:58 -0700 (PDT) Date: Sat, 28 Sep 2002 19:36:58 -0700 From: Juli Mallett To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make main.c Message-ID: <20020928193658.A90200@FreeBSD.org> References: <200209290002.g8T025P0072694@freefall.freebsd.org> <20020929122637.P39746-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020929122637.P39746-100000@gamplex.bde.org>; from bde@zeta.org.au on Sun, Sep 29, 2002 at 12:40:05PM +1000 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Bruce Evans [ Data: 2002-09-28 ] [ Subjecte: Re: cvs commit: src/usr.bin/make main.c ] > On Sat, 28 Sep 2002, Juli Mallett wrote: > > > jmallett 2002/09/28 17:02:05 PDT > > > > Modified files: > > usr.bin/make main.c > > Log: > > Fix ability to use csh(1) as the make(1) shell. > > > > Sponsored by: Bright Path Solutions > > > > Revision Changes Path > > 1.73 +3 -1 src/usr.bin/make/main.c > > Shouldn't this be -1 +3 to remove any such ability, since such ability is > a bug? :-) > > The most interesting aspects of using wrong shells for make(1) don't seem > to have been addressed: > - POSIX requires the shell to be the standard one and doesn't permit the > environment variable SHELL to affect this; it requires unusual handlng > of SHELL which isn't implemented. > - make(1)'s .SHELL variable provides much more powerful foot-shooting than > the MAKE_SHELL hack, except at least the documented example of using it > doesn't actually work (see the tutorial for the documentation). job.c allowed MAKE_SHELL to imply csh, the Makefile does, but main.c didn't. Call it fixing consistency for this existing bug :) -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 19:48:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB10237B401; Sat, 28 Sep 2002 19:48:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D68443E6E; Sat, 28 Sep 2002 19:48:38 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T2mcCo017378; Sat, 28 Sep 2002 19:48:38 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T2mcEa017377; Sat, 28 Sep 2002 19:48:38 -0700 (PDT) Message-Id: <200209290248.g8T2mcEa017377@freefall.freebsd.org> From: Julian Elischer Date: Sat, 28 Sep 2002 19:48:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/28 19:48:37 PDT Modified files: sys/kern kern_thread.c Log: lock proc while calling psignal (plus related cleanups) Submitted by: davidxu Revision Changes Path 1.33 +17 -9 src/sys/kern/kern_thread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 19:49:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90D1F37B401; Sat, 28 Sep 2002 19:49:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4358B43E65; Sat, 28 Sep 2002 19:49:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T2nrCo017440; Sat, 28 Sep 2002 19:49:53 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T2nr84017439; Sat, 28 Sep 2002 19:49:53 -0700 (PDT) Message-Id: <200209290249.g8T2nr84017439@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 19:49:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.x11-4.dist X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 19:49:53 PDT Modified files: (Branch: RELENG_4) etc/mtree BSD.x11-4.dist Log: MFC: Add some extra directories created by recent versions of XFree86-4 Approved by: re (several times) Revision Changes Path 1.13.2.7 +10 -0 src/etc/mtree/BSD.x11-4.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 19:55:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EB4837B401; Sat, 28 Sep 2002 19:55:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C8643E42; Sat, 28 Sep 2002 19:55:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T2tOCo019395; Sat, 28 Sep 2002 19:55:24 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T2tOs4019394; Sat, 28 Sep 2002 19:55:24 -0700 (PDT) Message-Id: <200209290255.g8T2tOs4019394@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 19:55:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/pxtools Makefile ports/databases/pxtools/files patch-src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 19:55:24 PDT Modified files: databases/pxtools Makefile databases/pxtools/files patch-src::Makefile.in Log: Add dependency on gettext, since there appears to no longer be an included gettext in this port. Revision Changes Path 1.9 +2 -2 ports/databases/pxtools/Makefile 1.2 +11 -2 ports/databases/pxtools/files/patch-src::Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 20: 8:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA93D37B404; Sat, 28 Sep 2002 20:08:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E32043E88; Sat, 28 Sep 2002 20:08:34 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T38YCo025644; Sat, 28 Sep 2002 20:08:34 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T38Y63025643; Sat, 28 Sep 2002 20:08:34 -0700 (PDT) Message-Id: <200209290308.g8T38Y63025643@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 28 Sep 2002 20:08:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/guile/files patch-qt_md_axp.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/28 20:08:34 PDT Modified files: lang/guile/files patch-qt_md_axp.s Log: Forced commit. The last commit should have read that kris tested this on beta. bento is x86. Revision Changes Path 1.2 +0 -0 ports/lang/guile/files/patch-qt_md_axp.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 20:41:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A4C37B401; Sat, 28 Sep 2002 20:41:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A2543E6E; Sat, 28 Sep 2002 20:41:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T3fbCo032509; Sat, 28 Sep 2002 20:41:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T3fbMF032501; Sat, 28 Sep 2002 20:41:37 -0700 (PDT) Message-Id: <200209290341.g8T3fbMF032501@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 20:41:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/snes9x Makefile ports/emulators/snes9x/files patch-aa patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 20:41:37 PDT Modified files: emulators/snes9x Makefile emulators/snes9x/files patch-aa patch-af Log: Fix build (chase libusb to libusbhid) Revision Changes Path 1.30 +2 -2 ports/emulators/snes9x/Makefile 1.14 +3 -3 ports/emulators/snes9x/files/patch-aa 1.8 +3 -3 ports/emulators/snes9x/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:14:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 884C937B401; Sat, 28 Sep 2002 21:14:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3650043E65; Sat, 28 Sep 2002 21:14:38 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: from freefall.freebsd.org (eric@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T4EbCo043464; Sat, 28 Sep 2002 21:14:38 -0700 (PDT) (envelope-from eric@freefall.freebsd.org) Received: (from eric@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T4EbCp043463; Sat, 28 Sep 2002 21:14:37 -0700 (PDT) Message-Id: <200209290414.g8T4EbCp043463@freefall.freebsd.org> From: Eric Melville Date: Sat, 28 Sep 2002 21:14:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG eric 2002/09/28 21:14:37 PDT Modified files: include Makefile lib/libc/stdlib Makefile.inc Added files: include getopt.h lib/libc/stdlib getopt_long.3 getopt_long.c Log: Add getopt_long(3). Obtained from: NetBSD Sponsored by: Apple Revision Changes Path 1.178 +1 -1 src/include/Makefile 1.1 +74 -0 src/include/getopt.h (new) 1.38 +2 -2 src/lib/libc/stdlib/Makefile.inc 1.1 +275 -0 src/lib/libc/stdlib/getopt_long.3 (new) 1.1 +494 -0 src/lib/libc/stdlib/getopt_long.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:15:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8837937B401; Sat, 28 Sep 2002 21:15:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7BA43E65; Sat, 28 Sep 2002 21:15:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T4FmCo043569; Sat, 28 Sep 2002 21:15:48 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T4Fmch043566; Sat, 28 Sep 2002 21:15:48 -0700 (PDT) Message-Id: <200209290415.g8T4Fmch043566@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 21:15:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/crystal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 21:15:48 PDT Modified files: devel/crystal Makefile Log: Add USE_XLIB=yes Revision Changes Path 1.8 +1 -0 ports/devel/crystal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:21:19 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 0979137B401; Sat, 28 Sep 2002 21:21:18 -0700 (PDT) Date: Sat, 28 Sep 2002 21:21:18 -0700 From: Juli Mallett To: Eric Melville Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020928212117.A95047@FreeBSD.org> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209290414.g8T4EbCp043463@freefall.freebsd.org>; from eric@FreeBSD.org on Sat, Sep 28, 2002 at 09:14:37PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Eric Melville [ Data: 2002-09-28 ] [ Subjecte: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c ] > eric 2002/09/28 21:14:37 PDT > > Modified files: > include Makefile > lib/libc/stdlib Makefile.inc > Added files: > include getopt.h > lib/libc/stdlib getopt_long.3 getopt_long.c > Log: > Add getopt_long(3). > > Obtained from: NetBSD > Sponsored by: Apple Thanks for finally volunteering the one to bear the brunt of the -chat peanut gallery for doing this. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:24: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5096D37B401; Sat, 28 Sep 2002 21:24:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B5D43E65; Sat, 28 Sep 2002 21:24:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T4O1Co045386; Sat, 28 Sep 2002 21:24:01 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T4O1aY045385; Sat, 28 Sep 2002 21:24:01 -0700 (PDT) Message-Id: <200209290424.g8T4O1aY045385@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 21:24:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/wmmixer/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 21:24:01 PDT Modified files: audio/wmmixer/files patch-aa Log: Fix install by adding an appropriate imake macro Revision Changes Path 1.5 +4 -2 ports/audio/wmmixer/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:33:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7B8C37B401; Sat, 28 Sep 2002 21:33:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B94643E6A; Sat, 28 Sep 2002 21:33:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T4XwCo047289; Sat, 28 Sep 2002 21:33:58 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T4XwHN047288; Sat, 28 Sep 2002 21:33:58 -0700 (PDT) Message-Id: <200209290433.g8T4XwHN047288@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 21:33:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/axel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 21:33:58 PDT Modified files: ftp/axel Makefile Log: PERL -> REINPLACE_CMD PR: 43353 Submitted by: maintainer Revision Changes Path 1.13 +2 -1 ports/ftp/axel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:34:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B4D837B401; Sat, 28 Sep 2002 21:34:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C52DB43E4A; Sat, 28 Sep 2002 21:34:55 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T4YtCo047411; Sat, 28 Sep 2002 21:34:55 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T4YtMd047410; Sat, 28 Sep 2002 21:34:55 -0700 (PDT) Message-Id: <200209290434.g8T4YtMd047410@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 21:34:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/linux_glide pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 21:34:55 PDT Modified files: graphics/linux_glide pkg-plist Log: Fix plist Revision Changes Path 1.2 +11 -11 ports/graphics/linux_glide/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:40:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69ED137B401; Sat, 28 Sep 2002 21:40:36 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F2A43E3B; Sat, 28 Sep 2002 21:40:35 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8T4eUJF025375; Sat, 28 Sep 2002 21:40:30 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8T4eTqd025374; Sat, 28 Sep 2002 21:40:29 -0700 (PDT) Date: Sat, 28 Sep 2002 21:40:29 -0700 From: "David O'Brien" To: Eric Melville Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020929044029.GA25349@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Eric Melville , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209290414.g8T4EbCp043463@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 28, 2002 at 09:14:37PM -0700, Eric Melville wrote: > eric 2002/09/28 21:14:37 PDT > > Modified files: > include Makefile > lib/libc/stdlib Makefile.inc > Added files: > include getopt.h > lib/libc/stdlib getopt_long.3 getopt_long.c > Log: > Add getopt_long(3). Why? > Sponsored by: Apple Apple actually tasked you with doing this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:41:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC8237B401; Sat, 28 Sep 2002 21:41:39 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0C243E6A; Sat, 28 Sep 2002 21:41:38 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 06EE566BE5; Sat, 28 Sep 2002 21:41:37 -0700 (PDT) Date: Sat, 28 Sep 2002 21:41:37 -0700 From: Kris Kennaway To: David O'Brien , Eric Melville , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020929044137.GB14475@xor.obsecurity.org> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> <20020929044029.GA25349@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oLBj+sq0vYjzfsbl" Content-Disposition: inline In-Reply-To: <20020929044029.GA25349@dragon.nuxi.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --oLBj+sq0vYjzfsbl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 28, 2002 at 09:40:29PM -0700, David O'Brien wrote: > On Sat, Sep 28, 2002 at 09:14:37PM -0700, Eric Melville wrote: > > eric 2002/09/28 21:14:37 PDT > >=20 > > Modified files: > > include Makefile=20 > > lib/libc/stdlib Makefile.inc=20 > > Added files: > > include getopt.h=20 > > lib/libc/stdlib getopt_long.3 getopt_long.c=20 > > Log: > > Add getopt_long(3). >=20 > Why? NetBSD's pax uses this for longopt support in tar compatibility mode. Kris --oLBj+sq0vYjzfsbl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9loSBWry0BWjoQKURApS5AJ9vILvVOvxKaeCtjBBjBOo0nFE98gCfQ7Yk OxG4C81E/j7v/Fl3eQARLN8= =Lx04 -----END PGP SIGNATURE----- --oLBj+sq0vYjzfsbl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:47:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9289037B401; Sat, 28 Sep 2002 21:47:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 467F943E3B; Sat, 28 Sep 2002 21:47:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T4lgCo049841; Sat, 28 Sep 2002 21:47:42 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T4lgsi049839; Sat, 28 Sep 2002 21:47:42 -0700 (PDT) Message-Id: <200209290447.g8T4lgsi049839@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 28 Sep 2002 21:47:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/28 21:47:42 PDT Modified files: sys/kern kern_sig.c Log: Fix style nit where conditionally compiled code was unconditionalized, but style(9) was consulted. Submitted by: bde Revision Changes Path 1.191 +1 -2 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:54:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F098537B401; Sat, 28 Sep 2002 21:54:08 -0700 (PDT) Received: from mailreg.NCTU.edu.tw (mailreg.NCTU.edu.tw [140.113.27.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F2B743E42; Sat, 28 Sep 2002 21:54:06 -0700 (PDT) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mailreg.NCTU.edu.tw (Postfix) with ESMTP id 859BB594255; Sun, 29 Sep 2002 12:53:54 +0800 (CST) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id 124583D37; Sun, 29 Sep 2002 12:53:56 +0800 (CST) Date: Sun, 29 Sep 2002 12:53:56 +0800 From: Ying-Chieh Liao To: Eric Melville Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020929045356.GA7164@terry.dragon2.net> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: <200209290414.g8T4EbCp043463@freefall.freebsd.org> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Sep 28, 2002 at 21:14:37 -0700, Eric Melville wrote: > Log: > Add getopt_long(3). so we no longer need ports/devel/libgnugetopt ? or maybe we have to add another swith in bsd.port.mk ? :Q -- KISS : Keep It Simple, Stupid. --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9lodjrMYBZRHAI4IRAptVAJ9kAN/ieYT83+g4auBrBR8ff2jw8wCffOxw LYqZZ7D7yhJ/satfrfsbWG8= =y492 -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 21:55: 3 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 885) id 6AFD937B401; Sat, 28 Sep 2002 21:55:01 -0700 (PDT) Date: Sat, 28 Sep 2002 21:55:01 -0700 From: Eric Melville To: David O'Brien , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020928215501.A96407@FreeBSD.org> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> <20020929044029.GA25349@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020929044029.GA25349@dragon.nuxi.com>; from obrien@FreeBSD.org on Sat, Sep 28, 2002 at 09:40:29PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Log: > > Add getopt_long(3). > > Why? > > > Sponsored by: Apple > > Apple actually tasked you with doing this? Absolutely. Having a well-tested and established code base is definitely within Apple's best interests, as is minimizing divergence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22: 3:50 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 885) id 6004837B401; Sat, 28 Sep 2002 22:03:49 -0700 (PDT) Date: Sat, 28 Sep 2002 22:03:49 -0700 From: Eric Melville To: Ying-Chieh Liao Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020928220349.B96407@FreeBSD.org> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> <20020929045356.GA7164@terry.dragon2.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020929045356.GA7164@terry.dragon2.net>; from ijliao@FreeBSD.org on Sun, Sep 29, 2002 at 12:53:56PM +0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Log: > > Add getopt_long(3). > > so we no longer need ports/devel/libgnugetopt ? > > or maybe we have to add another swith in bsd.port.mk ? :Q The thought has certainly crossed my mind, however, I have yet to look into the issue in detail. There is a compatibility section in the man page that is surely worth a read. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22: 4:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4669D37B401; Sat, 28 Sep 2002 22:04:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF4543E81; Sat, 28 Sep 2002 22:04:08 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T548Co053827; Sat, 28 Sep 2002 22:04:08 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T548Xi053826; Sat, 28 Sep 2002 22:04:08 -0700 (PDT) Message-Id: <200209290504.g8T548Xi053826@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 28 Sep 2002 22:04:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 ssh-keygen.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/09/28 22:04:08 PDT Modified files: ja_JP.eucJP/man/man1 ssh-keygen.1 Log: Fix typo in description for $HOME/.ssh/id_dsa.pub in FILES section. Submitted by: daichi Revision Changes Path 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/ssh-keygen.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22: 8:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD7537B401; Sat, 28 Sep 2002 22:08:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907BF43E75; Sat, 28 Sep 2002 22:08:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T58ECo058362; Sat, 28 Sep 2002 22:08:14 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T58Ekv058361; Sat, 28 Sep 2002 22:08:14 -0700 (PDT) Message-Id: <200209290508.g8T58Ekv058361@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 22:08:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/anubis Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 22:08:14 PDT Modified files: mail/anubis Makefile Log: Remove reference to pkg-message, which is not present in the repo (accidentally not committed?) Revision Changes Path 1.6 +0 -3 ports/mail/anubis/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:10:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA05637B401; Sat, 28 Sep 2002 22:10:56 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC7643E42; Sat, 28 Sep 2002 22:10:56 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 59FA59E5C; Sun, 29 Sep 2002 01:03:54 -0400 (EDT) Date: Sun, 29 Sep 2002 01:03:54 -0400 From: Mike Barcroft To: Kris Kennaway Cc: David O'Brien , Eric Melville , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020929010354.B622@espresso.q9media.com> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> <20020929044029.GA25349@dragon.nuxi.com> <20020929044137.GB14475@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020929044137.GB14475@xor.obsecurity.org>; from kris@obsecurity.org on Sat, Sep 28, 2002 at 09:41:37PM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kris Kennaway writes: > On Sat, Sep 28, 2002 at 09:40:29PM -0700, David O'Brien wrote: > > On Sat, Sep 28, 2002 at 09:14:37PM -0700, Eric Melville wrote: > > > eric 2002/09/28 21:14:37 PDT > > > > > > Modified files: > > > include Makefile > > > lib/libc/stdlib Makefile.inc > > > Added files: > > > include getopt.h > > > lib/libc/stdlib getopt_long.3 getopt_long.c > > > Log: > > > Add getopt_long(3). > > > > Why? > > NetBSD's pax uses this for longopt support in tar compatibility mode. Is this the extent to which it will be used in the base system? Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:14:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17EE337B401; Sat, 28 Sep 2002 22:14:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C174D43E4A; Sat, 28 Sep 2002 22:14:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T5EUCo060127; Sat, 28 Sep 2002 22:14:30 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T5EUAI060126; Sat, 28 Sep 2002 22:14:30 -0700 (PDT) Message-Id: <200209290514.g8T5EUAI060126@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 22:14:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/manpages Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 22:14:30 PDT Modified files: german/manpages Makefile Log: Catch up to locale renaming (de_DE.ISO_8859-1 -> de.ISO8859-1) Approved by: wosch (in principle) Revision Changes Path 1.16 +1 -3 ports/german/manpages/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:15:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA8E37B401; Sat, 28 Sep 2002 22:15:41 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1486943E75; Sat, 28 Sep 2002 22:15:41 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3043D66BE5; Sat, 28 Sep 2002 22:15:37 -0700 (PDT) Date: Sat, 28 Sep 2002 22:15:36 -0700 From: Kris Kennaway To: Mike Barcroft Cc: Kris Kennaway , David O'Brien , Eric Melville , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020929051536.GA33717@xor.obsecurity.org> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> <20020929044029.GA25349@dragon.nuxi.com> <20020929044137.GB14475@xor.obsecurity.org> <20020929010354.B622@espresso.q9media.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline In-Reply-To: <20020929010354.B622@espresso.q9media.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 29, 2002 at 01:03:54AM -0400, Mike Barcroft wrote: > > > Why? > >=20 > > NetBSD's pax uses this for longopt support in tar compatibility mode. >=20 > Is this the extent to which it will be used in the base system? Well, I hope no-one has ideas about making it pervasive except for compatibility purposes. Kris --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9lox3Wry0BWjoQKURAuWAAJ9Dn5jHF1Uo4cauIIlFN0oJo8Z95gCgsJ1y i7pOyJPRy/RmX9E51xUmmng= =B42T -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:16:19 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id C881137B401; Sat, 28 Sep 2002 22:16:18 -0700 (PDT) Date: Sat, 28 Sep 2002 22:16:18 -0700 From: Juli Mallett To: Mike Barcroft Cc: Kris Kennaway , David O'Brien , Eric Melville , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020928221618.A98310@FreeBSD.org> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> <20020929044029.GA25349@dragon.nuxi.com> <20020929044137.GB14475@xor.obsecurity.org> <20020929010354.B622@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020929010354.B622@espresso.q9media.com>; from mike@FreeBSD.org on Sun, Sep 29, 2002 at 01:03:54AM -0400 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Mike Barcroft [ Data: 2002-09-28 ] [ Subjecte: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c ] > > > > NetBSD's pax uses this for longopt support in tar compatibility mode. > > Is this the extent to which it will be used in the base system? Hopefully, and we need to get something into style(9) setting the precedent ASAP. "The getopt_long(3) facility is included only for third-party programs and may not be used by the base system except in third-party code." -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:16:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A010C37B407; Sat, 28 Sep 2002 22:16:28 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4087543E3B; Sat, 28 Sep 2002 22:16:28 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A3DBD66BE5; Sat, 28 Sep 2002 22:16:24 -0700 (PDT) Date: Sat, 28 Sep 2002 22:16:24 -0700 From: Kris Kennaway To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/german/manpages Makefile Message-ID: <20020929051623.GA34892@xor.obsecurity.org> References: <200209290514.g8T5EUAI060126@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <200209290514.g8T5EUAI060126@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 28, 2002 at 10:14:30PM -0700, Kris Kennaway wrote: > kris 2002/09/28 22:14:30 PDT >=20 > Modified files: > german/manpages Makefile=20 > Log: > Catch up to locale renaming (de_DE.ISO_8859-1 -> de.ISO8859-1) > =20 > Approved by: wosch (in principle) s/Approved/Reviewed/ Kris --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9loynWry0BWjoQKURAsX3AJ9jB4zeiPn3eQe2lXrdv/WH1to3+wCdEoZR 0saOMZvGgfr69Eqy4krZoPk= =pwNe -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:18:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C9D137B401; Sat, 28 Sep 2002 22:18:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ACAA43E4A; Sat, 28 Sep 2002 22:18:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T5IWCo060333; Sat, 28 Sep 2002 22:18:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T5IWn0060332; Sat, 28 Sep 2002 22:18:32 -0700 (PDT) Message-Id: <200209290518.g8T5IWn0060332@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 22:18:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/bulk_mailer/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 22:18:32 PDT Modified files: mail/bulk_mailer/files patch-ab Log: Fix build (remove dup declarations of functions from system headers) Revision Changes Path 1.5 +23 -13 ports/mail/bulk_mailer/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:19:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6018D37B401; Sat, 28 Sep 2002 22:19:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15ACC43E4A; Sat, 28 Sep 2002 22:19:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T5JrCo060451; Sat, 28 Sep 2002 22:19:53 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T5JrmN060450; Sat, 28 Sep 2002 22:19:53 -0700 (PDT) Message-Id: <200209290519.g8T5JrmN060450@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 22:19:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/driftnet/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 22:19:53 PDT Modified files: net/driftnet/files patch-Makefile Log: Fix build (4.x doesn't have ) Revision Changes Path 1.2 +11 -2 ports/net/driftnet/files/patch-Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:29:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 441F637B401; Sat, 28 Sep 2002 22:29:14 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC88743E4A; Sat, 28 Sep 2002 22:29:13 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id EB4AE9E57; Sun, 29 Sep 2002 01:22:11 -0400 (EDT) Date: Sun, 29 Sep 2002 01:22:11 -0400 From: Mike Barcroft To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020929012211.C622@espresso.q9media.com> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> <20020929044029.GA25349@dragon.nuxi.com> <20020929044137.GB14475@xor.obsecurity.org> <20020929010354.B622@espresso.q9media.com> <20020929051536.GA33717@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020929051536.GA33717@xor.obsecurity.org>; from kris@obsecurity.org on Sat, Sep 28, 2002 at 10:15:36PM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kris Kennaway writes: > On Sun, Sep 29, 2002 at 01:03:54AM -0400, Mike Barcroft wrote: > > > > > Why? > > > > > > NetBSD's pax uses this for longopt support in tar compatibility mode. > > > > Is this the extent to which it will be used in the base system? > > Well, I hope no-one has ideas about making it pervasive except for > compatibility purposes. That's the answer I was looking for. :) Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:32:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2D937B401; Sat, 28 Sep 2002 22:32:50 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A0C43E75; Sat, 28 Sep 2002 22:32:50 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id CF597AE1D7; Sat, 28 Sep 2002 22:32:49 -0700 (PDT) Date: Sat, 28 Sep 2002 22:32:49 -0700 From: Alfred Perlstein To: Mike Barcroft Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020929053249.GO95327@elvis.mu.org> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> <20020929044029.GA25349@dragon.nuxi.com> <20020929044137.GB14475@xor.obsecurity.org> <20020929010354.B622@espresso.q9media.com> <20020929051536.GA33717@xor.obsecurity.org> <20020929012211.C622@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020929012211.C622@espresso.q9media.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Mike Barcroft [020928 22:29] wrote: > Kris Kennaway writes: > > On Sun, Sep 29, 2002 at 01:03:54AM -0400, Mike Barcroft wrote: > > > > > > > Why? > > > > > > > > NetBSD's pax uses this for longopt support in tar compatibility mode. > > > > > > Is this the extent to which it will be used in the base system? > > > > Well, I hope no-one has ideas about making it pervasive except for > > compatibility purposes. > > That's the answer I was looking for. :) I was actually hoping for alternate long opts for ls and ps at least. :( I AM KIDDING!!! -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:33: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D457637B401; Sat, 28 Sep 2002 22:33:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8472343E7B; Sat, 28 Sep 2002 22:33:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T5X1Co064060; Sat, 28 Sep 2002 22:33:01 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T5X1aU064059; Sat, 28 Sep 2002 22:33:01 -0700 (PDT) Message-Id: <200209290533.g8T5X1aU064059@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 22:33:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/bulk_mailer Makefile pkg-plist ports/mail/bulk_mailer/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 22:33:01 PDT Modified files: mail/bulk_mailer Makefile pkg-plist mail/bulk_mailer/files patch-ab Log: - Install PostScript documentation, too - Respect NOPORTDOCS - Use INSTALL_DATA instead of INSTALL_MAN when installing docs - Use DOCSDIR shortcut - Make installation a little bit more vebose - Redo patch a bit better than my last commit Submitted by: Sergei Kolobov PR: ports/42693 Revision Changes Path 1.13 +8 -6 ports/mail/bulk_mailer/Makefile 1.6 +19 -17 ports/mail/bulk_mailer/files/patch-ab 1.5 +3 -2 ports/mail/bulk_mailer/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:37:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BA5F37B401; Sat, 28 Sep 2002 22:37:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E287D43E65; Sat, 28 Sep 2002 22:37:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T5bpCo064400; Sat, 28 Sep 2002 22:37:51 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T5bp0V064399; Sat, 28 Sep 2002 22:37:51 -0700 (PDT) Message-Id: <200209290537.g8T5bp0V064399@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 22:37:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/qdraw/files patch-unix_gcc.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 22:37:51 PDT Modified files: graphics/qdraw/files patch-unix_gcc.mk Log: Fix build on -stable and respect CXX and CXXFLAGS Revision Changes Path 1.6 +78 -24 ports/graphics/qdraw/files/patch-unix_gcc.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:46:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2F1937B401; Sat, 28 Sep 2002 22:46:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9707343E6E; Sat, 28 Sep 2002 22:46:40 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T5keCo066261; Sat, 28 Sep 2002 22:46:40 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T5kei5066260; Sat, 28 Sep 2002 22:46:40 -0700 (PDT) Message-Id: <200209290546.g8T5kei5066260@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 22:46:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/anubis Makefile pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 22:46:40 PDT Modified files: mail/anubis Makefile Added files: mail/anubis pkg-message Log: forgot to add pkg-message last commit Revision Changes Path 1.7 +3 -0 ports/mail/anubis/Makefile 1.1 +11 -0 ports/mail/anubis/pkg-message (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:47:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D9F37B401; Sat, 28 Sep 2002 22:47:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE5343E6A; Sat, 28 Sep 2002 22:47:33 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T5lXCo066349; Sat, 28 Sep 2002 22:47:33 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T5lXRZ066348; Sat, 28 Sep 2002 22:47:33 -0700 (PDT) Message-Id: <200209290547.g8T5lXRZ066348@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 28 Sep 2002 22:47:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/anubis Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/28 22:47:33 PDT Modified files: mail/anubis Makefile Log: forgot bump port revision last commit... Revision Changes Path 1.8 +1 -0 ports/mail/anubis/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 22:50:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637BF37B401; Sat, 28 Sep 2002 22:50:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16FB343E4A; Sat, 28 Sep 2002 22:50:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T5obCo067094; Sat, 28 Sep 2002 22:50:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T5obxK067093; Sat, 28 Sep 2002 22:50:37 -0700 (PDT) Message-Id: <200209290550.g8T5obxK067093@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 22:50:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/libhelp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 22:50:37 PDT Modified files: x11/libhelp Makefile Log: This no longer compiles after the open-motif upgrade HTML.c:62: Xm/ManagerI.h: No such file or directory HTML.c:63: Xm/TravActI.h: No such file or directory These two open-motif headers appear to have been removed. Revision Changes Path 1.8 +3 -1 ports/x11/libhelp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 23: 8:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBFC137B401; Sat, 28 Sep 2002 23:08:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F62943E3B; Sat, 28 Sep 2002 23:08:09 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T689Co074817; Sat, 28 Sep 2002 23:08:09 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T689Da074816; Sat, 28 Sep 2002 23:08:09 -0700 (PDT) Message-Id: <200209290608.g8T689Da074816@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 23:08:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/magic/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 23:08:09 PDT Added files: cad/magic/files patch-ae Log: Fix build (removal of ) Revision Changes Path 1.1 +29 -0 ports/cad/magic/files/patch-ae (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 23:17:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (unknown [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E71C237B401; Sat, 28 Sep 2002 23:17:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A57F43E6A; Sat, 28 Sep 2002 23:17:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T6HeCo076835; Sat, 28 Sep 2002 23:17:40 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T6He6r076834; Sat, 28 Sep 2002 23:17:40 -0700 (PDT) Message-Id: <200209290617.g8T6He6r076834@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 23:17:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/xquote/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 23:17:40 PDT Added files: misc/xquote/files patch-ae Log: Fix build (removal of ) Revision Changes Path 1.1 +11 -0 ports/misc/xquote/files/patch-ae (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 23:26:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (unknown [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E4E37B401; Sat, 28 Sep 2002 23:26:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB7BD43E4A; Sat, 28 Sep 2002 23:26:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T6QJCo078804; Sat, 28 Sep 2002 23:26:19 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T6QJGH078803; Sat, 28 Sep 2002 23:26:19 -0700 (PDT) Message-Id: <200209290626.g8T6QJGH078803@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 23:26:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gsl pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 23:26:19 PDT Modified files: math/gsl pkg-plist Log: Fix plist Revision Changes Path 1.14 +0 -1 ports/math/gsl/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 23:27:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (unknown [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0661037B401; Sat, 28 Sep 2002 23:27:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD40943E6E; Sat, 28 Sep 2002 23:27:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T6RDCo078881; Sat, 28 Sep 2002 23:27:13 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T6RDg3078880; Sat, 28 Sep 2002 23:27:13 -0700 (PDT) Message-Id: <200209290627.g8T6RDg3078880@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 23:27:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/pgplot/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 23:27:13 PDT Added files: graphics/pgplot/files patch-ab Log: Fix build (removal of ) Revision Changes Path 1.1 +11 -0 ports/graphics/pgplot/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 23:37:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (unknown [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9845A37B401; Sat, 28 Sep 2002 23:37:44 -0700 (PDT) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0394743E4A; Sat, 28 Sep 2002 23:37:41 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 17vXhP-00014v-00; Sun, 29 Sep 2002 13:37:03 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 17vXhP-00014l-00; Sun, 29 Sep 2002 13:37:03 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.4/8.12.4) with ESMTP id g8T6bp9M020082; Sun, 29 Sep 2002 13:37:51 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.4/8.12.4/Submit) id g8T6bp23019996; Sun, 29 Sep 2002 13:37:51 +0700 (NOVST) Date: Sun, 29 Sep 2002 13:37:51 +0700 From: Alexey Dokuchaev To: Eric Melville Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c Message-ID: <20020929133751.B15906@regency.nsu.ru> References: <200209290414.g8T4EbCp043463@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209290414.g8T4EbCp043463@freefall.freebsd.org>; from eric@freebsd.org on Sat, Sep 28, 2002 at 09:14:37PM -0700 X-Envelope-To: eric@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 28, 2002 at 09:14:37PM -0700, Eric Melville wrote: > eric 2002/09/28 21:14:37 PDT > > Modified files: > include Makefile > lib/libc/stdlib Makefile.inc > Added files: > include getopt.h > lib/libc/stdlib getopt_long.3 getopt_long.c > Log: > Add getopt_long(3). > > Obtained from: NetBSD > Sponsored by: Apple That's nice; sounds like quite a few apps can abandon dependency on devel/libgnugetopt now? ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 23:38: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (unknown [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20B137B401; Sat, 28 Sep 2002 23:37:59 -0700 (PDT) Received: from freefall.freebsd.org (unknown [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BEB43E4A; Sat, 28 Sep 2002 23:37:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T6bxCo080775; Sat, 28 Sep 2002 23:37:59 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T6bwZB080772; Sat, 28 Sep 2002 23:37:58 -0700 (PDT) Message-Id: <200209290637.g8T6bwZB080772@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 23:37:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/magiccube4d/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 23:37:58 PDT Added files: games/magiccube4d/files patch-ac Log: Remove -Werror from CFLAGS to fix build Revision Changes Path 1.1 +11 -0 ports/games/magiccube4d/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 28 23:45:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (unknown [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9C5C37B401; Sat, 28 Sep 2002 23:45:34 -0700 (PDT) Received: from freefall.freebsd.org (unknown [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C03043E4A; Sat, 28 Sep 2002 23:45:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T6jYCo082650; Sat, 28 Sep 2002 23:45:34 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T6jYxU082649; Sat, 28 Sep 2002 23:45:34 -0700 (PDT) Message-Id: <200209290645.g8T6jYxU082649@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 28 Sep 2002 23:45:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/mlan/files patch-ad patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/28 23:45:34 PDT Added files: comms/mlan/files patch-ad patch-ae patch-af Log: Fix build on -current (don't shadow typedef ushort) Revision Changes Path 1.1 +11 -0 ports/comms/mlan/files/patch-ad (new) 1.1 +10 -0 ports/comms/mlan/files/patch-ae (new) 1.1 +10 -0 ports/comms/mlan/files/patch-af (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message