From owner-cvs-all Sun Dec 9 0:12: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 478DB37B405; Sun, 9 Dec 2001 00:12:06 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB98C6J14338; Sun, 9 Dec 2001 00:12:06 -0800 (PST) (envelope-from arr) Message-Id: <200112090812.fB98C6J14338@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Sun, 9 Dec 2001 00:12:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 sbuf.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 arr 2001/12/09 00:12:06 PST Modified files: share/man/man9 sbuf.9 Log: - Cross reference the section 9 printf man page since it contains information with regards to in-kernel format directives that are not in printf.3 Revision Changes Path 1.16 +3 -2 src/share/man/man9/sbuf.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 0:16:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0192337B41C; Sun, 9 Dec 2001 00:16:37 -0800 (PST) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB98Gae14725; Sun, 9 Dec 2001 00:16:36 -0800 (PST) (envelope-from alc) Message-Id: <200112090816.fB98Gae14725@freefall.freebsd.org> From: Alan Cox Date: Sun, 9 Dec 2001 00:16:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 00:16:36 PST Modified files: sys/kern vfs_aio.c Log: o Eliminate unnecessary synchronization from filt_aiodetach(). o The manual page for kevent says that EVFILT_AIO returns under the same conditions as aio_error(). With that in mind, set the data field of the returned struct kevent to the value that would be returned by aio_error(). o Fix two compilation warnings. Revision Changes Path 1.101 +4 -6 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 1: 0:28 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id B691137B419; Sun, 9 Dec 2001 01:00:24 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id fB98xiq50898; Sun, 9 Dec 2001 00:59:47 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: Mark Murray Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet sys_bsd.c In-Reply-To: Message from Mark Murray of "Sat, 08 Dec 2001 22:53:55 GMT." <200112082253.fB8MrtU09867@grimreaper.grondar.org> Date: Sun, 09 Dec 2001 00:59:44 -0800 Message-ID: <50894.1007888384@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry, I know you announced something about this, but it's still really weird trying to get used to your new scheme. Telnet's master sources have always lived in /usr/src/usr.bin/telnet and that's just where I think to go when I want to modify it. When will the weirdness end and we can go back to having ONE copy of the telnet sources? - Jordan > > Modified files: > > usr.bin/telnet sys_bsd.c > > Log: > > Don't assume that the number of fds to select on is known quantity (in > > this case 16). Use dynamic FD_SETs and calculated high-water marks > > throughout. > > Obtained from: OpenBSD and Apple's Radar database > > MFC after: 2 days > > Hi > > I don't remember seeing this go into src/crypto/telnet ? > > M > -- > o Mark Murray > \_ FreeBSD Services Limited > O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 1: 5:55 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 53A3A37B405; Sun, 9 Dec 2001 01:05:47 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id fB9955q50955; Sun, 9 Dec 2001 01:05:25 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: Peter Wemm Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet sys_bsd.c In-Reply-To: Message from Peter Wemm of "Sat, 08 Dec 2001 16:44:55 PST." <20011209004455.33E553808@overcee.netplex.com.au> Date: Sun, 09 Dec 2001 01:05:05 -0800 Message-ID: <50951.1007888705@winston.freebsd.org> From: Jordan Hubbard Sender: owner-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 read it, but I promptly punted it out of my brain cells again because I have a lot of things to remember these days and I didn't expect to ever be hacking on telnet, it's just pure random chance that I did. Now that I have swapped in Mark's instructions again, I have to wonder why nobody squealed at the time. What the hell? The idea behind this may make some sense, but the implementation does not. This is ugly as f**k! Has Mark lost his mind? - Jordan > "Jordan K. Hubbard" wrote: > > jkh 2001/12/08 13:51:34 PST > > > > Modified files: > > usr.bin/telnet sys_bsd.c > > Log: > > Don't assume that the number of fds to select on is known quantity (in > > this case 16). Use dynamic FD_SETs and calculated high-water marks > > throughout. > > Obtained from: OpenBSD and Apple's Radar database > > MFC after: 2 days > > Did you read the HEADS UP about telnet a few days ago? You've just > committed to machine-generated files, and this will get removed next time > they are regenerated.. > > Cheers, > -Peter > -- > Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au > "All of this is for nothing if we don't go to the stars" - JMS/B5 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 1: 6:32 2001 Delivered-To: cvs-all@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id B1D1A37B405; Sun, 9 Dec 2001 01:06:27 -0800 (PST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.6/8.11.4) id fB9953j39406; Sun, 9 Dec 2001 10:05:03 +0100 (CET) (envelope-from stijn) Date: Sun, 9 Dec 2001 10:05:03 +0100 From: Stijn Hoop To: Matt Dillon Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/config mkoptions.c src/sys/alpha/alpha machdep.c src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD src/sys/i386/i386 machdep.c src/sys/ia64/conf GENERIC src/sys/ia64/ia64 machdep.c src/sys/kern subr_param.c ... Message-ID: <20011209100503.A39330@pcwin002.win.tue.nl> References: <200112090157.fB91v9i60677@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: <200112090157.fB91v9i60677@freefall.freebsd.org>; from dillon@freebsd.org on Sat, Dec 08, 2001 at 05:57:09PM -0800 X-Bright-Idea: Let's abolish HTML mail! Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Dec 08, 2001 at 05:57:09PM -0800, Matt Dillon wrote: > Log: > Allow maxusers to be specified as 0 in the kernel config, which will > cause the system to auto-size to between 32 and 512 depending on the > amount of memory. > > MFC after: 1 week Woohoo! Less tuning to do! :) --Stijn -- The rain it raineth on the just And also on the unjust fella, But chiefly on the just, because The unjust steals the just's umbrella. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 1:25:29 2001 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 0939737B405; Sun, 9 Dec 2001 01:25:26 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fB99PCu96851; Sun, 9 Dec 2001 01:25:12 -0800 (PST) (envelope-from obrien) Date: Sun, 9 Dec 2001 01:25:12 -0800 From: "David O'Brien" To: Jordan Hubbard Cc: Peter Wemm , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet sys_bsd.c Message-ID: <20011209012512.A96804@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <50951.1007888705@winston.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: <50951.1007888705@winston.freebsd.org>; from jkh@winston.freebsd.org on Sun, Dec 09, 2001 at 01:05:05AM -0800 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, Dec 09, 2001 at 01:05:05AM -0800, Jordan Hubbard wrote: > > Now that I have swapped in Mark's instructions again, I have to wonder > why nobody squealed at the time. What the hell? The idea behind this > may make some sense, but the implementation does not. This is ugly as > f**k! Has Mark lost his mind? He just followed what Peter did for NFS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 1:28:34 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id DEC9F37B405; Sun, 9 Dec 2001 01:28:30 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id fB99SCq51130; Sun, 9 Dec 2001 01:28:12 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: obrien@FreeBSD.org Cc: Peter Wemm , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet sys_bsd.c In-Reply-To: Message from "David O'Brien" of "Sun, 09 Dec 2001 01:25:12 PST." <20011209012512.A96804@dragon.nuxi.com> Date: Sun, 09 Dec 2001 01:28:12 -0800 Message-ID: <51125.1007890092@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hurm? Peter auto-generates the NFS sources nightly from a script? Whatever happened to the idea of having single copies of stuff? Are people cutting corners on implementation at the cost of sewing land-mines in our source tree? Sheesh, I leave you kids alone for a moment and you go and violate all the principles of good software engineering! :) - Jordan > On Sun, Dec 09, 2001 at 01:05:05AM -0800, Jordan Hubbard wrote: > > > > Now that I have swapped in Mark's instructions again, I have to wonder > > why nobody squealed at the time. What the hell? The idea behind this > > may make some sense, but the implementation does not. This is ugly as > > f**k! Has Mark lost his mind? > > He just followed what Peter did for NFS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 1:35:14 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id 7E56037B405; Sun, 9 Dec 2001 01:35:11 -0800 (PST) Date: Sun, 9 Dec 2001 01:35:11 -0800 From: David O'Brien To: Jordan Hubbard Cc: Mark Murray , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet sys_bsd.c Message-ID: <20011209013511.A87828@hub.freebsd.org> Reply-To: obrien@freebsd.org References: <50894.1007888384@winston.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: <50894.1007888384@winston.freebsd.org>; from jkh@winston.freebsd.org on Sun, Dec 09, 2001 at 12:59:44AM -0800 X-Operating-System: FreeBSD 4.4-STABLE Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-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, Dec 09, 2001 at 12:59:44AM -0800, Jordan Hubbard wrote: > really weird trying to get used to your new scheme. Telnet's master > sources have always lived in /usr/src/usr.bin/telnet and that's just Uh, actually no. For almost a decade every commit to usr.bin/telnet was suppose to be mirrored in the crypto telnet sources. So if you had followed that rule it wouldn't have mattered. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 1:42:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C0D037B419; Sun, 9 Dec 2001 01:42:12 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB99gCX23843; Sun, 9 Dec 2001 01:42:12 -0800 (PST) (envelope-from clive) Message-Id: <200112090942.fB99gCX23843@freefall.freebsd.org> From: Clive Lin Date: Sun, 9 Dec 2001 01:42:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/bbsnet 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 clive 2001/12/09 01:42:11 PST Modified files: chinese Makefile Added files: chinese/bbsnet Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: BBSnet BBSnet is a front-end of telnet client, and it can be used for multiple users or in private. PR: ports/32487 Submitted by: statue@freebsd.sinica.edu.tw Revision Changes Path 1.108 +1 -0 ports/chinese/Makefile 1.1 +18 -0 ports/chinese/bbsnet/Makefile (new) 1.1 +1 -0 ports/chinese/bbsnet/distinfo (new) 1.1 +1 -0 ports/chinese/bbsnet/pkg-comment (new) 1.1 +4 -0 ports/chinese/bbsnet/pkg-descr (new) 1.1 +5 -0 ports/chinese/bbsnet/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 Dec 9 1:42:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91AEB37B41B; Sun, 9 Dec 2001 01:42:14 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB99gEU23874; Sun, 9 Dec 2001 01:42:14 -0800 (PST) (envelope-from clive) Message-Id: <200112090942.fB99gEU23874@freefall.freebsd.org> From: Clive Lin Date: Sun, 9 Dec 2001 01:42:14 -0800 (PST) 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 clive 2001/12/09 01:42:14 PST Modified files: . modules Log: zh-bbsnet --> ports/chinese/bbsnet Revision Changes Path 1.4277 +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 Dec 9 1:44:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C57B37B417; Sun, 9 Dec 2001 01:44:09 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB99i9424191; Sun, 9 Dec 2001 01:44:09 -0800 (PST) (envelope-from clive) Message-Id: <200112090944.fB99i9424191@freefall.freebsd.org> From: Clive Lin Date: Sun, 9 Dec 2001 01:44:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/rxvt-gb 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 2001/12/09 01:44:09 PST Modified files: chinese/rxvt-gb Makefile Log: Update to 2.6.4 PR: ports/32396 Submitted by: Statue Revision Changes Path 1.5 +2 -2 ports/chinese/rxvt-gb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 1:47:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EF9C37B417; Sun, 9 Dec 2001 01:47:10 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB99lAt24446; Sun, 9 Dec 2001 01:47:10 -0800 (PST) (envelope-from dillon) Message-Id: <200112090947.fB99lAt24446@freefall.freebsd.org> From: Matt Dillon Date: Sun, 9 Dec 2001 01:47:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.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 dillon 2001/12/09 01:47:10 PST Modified files: usr.sbin/sysinstall install.c label.c sysinstall.h Log: Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonable defaults both in regards to the size of the partitions that are created and in regards to safety and functional separation. Still TODO: extend the previous partition to cover a deleted partition if the previous partiton was auto-created, and supply some sort of solution for /tmp. Reviewed by: Just about everyone Approved by: Nobody except maybe my pet mouse fred Obtained from: God, so complain to HIM MFC after: 1 week Revision Changes Path 1.312 +53 -9 src/usr.sbin/sysinstall/install.c 1.111 +245 -114 src/usr.sbin/sysinstall/label.c 1.220 +5 -1 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 1:50:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05C2A37B41C; Sun, 9 Dec 2001 01:50:08 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB99o7n25214; Sun, 9 Dec 2001 01:50:07 -0800 (PST) (envelope-from clive) Message-Id: <200112090950.fB99o7n25214@freefall.freebsd.org> From: Clive Lin Date: Sun, 9 Dec 2001 01:50:07 -0800 (PST) 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 clive 2001/12/09 01:50:07 PST Modified files: . modules Log: zh-gb2jis --> ports/chinese/gb2jis Revision Changes Path 1.4278 +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 Dec 9 1:50:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B55F37B417; Sun, 9 Dec 2001 01:50:05 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB99o5R25181; Sun, 9 Dec 2001 01:50:05 -0800 (PST) (envelope-from clive) Message-Id: <200112090950.fB99o5R25181@freefall.freebsd.org> From: Clive Lin Date: Sun, 9 Dec 2001 01:50:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/gb2jis Makefile distinfo pkg-comment pkg-descr pkg-plist ports/chinese/gb2jis/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 clive 2001/12/09 01:50:05 PST Modified files: chinese Makefile Added files: chinese/gb2jis Makefile distinfo pkg-comment pkg-descr pkg-plist chinese/gb2jis/files patch-aa Log: New port: gb2jis GB2JIS converts GB2312-80 and GB8565-88 characters to JISX0208-1983 and JISX0212-1990 characters. GB2312-80 (^[$A), GB2312-80 + GB8565-88 (^[$(E), and Chinese-EUC (8-bit GuoBiao) are available for Hanzi code. PR: ports/31849 Submitted by: Zhang Shu Revision Changes Path 1.109 +1 -0 ports/chinese/Makefile 1.1 +26 -0 ports/chinese/gb2jis/Makefile (new) 1.1 +1 -0 ports/chinese/gb2jis/distinfo (new) 1.1 +12 -0 ports/chinese/gb2jis/files/patch-aa (new) 1.1 +1 -0 ports/chinese/gb2jis/pkg-comment (new) 1.1 +7 -0 ports/chinese/gb2jis/pkg-descr (new) 1.1 +2 -0 ports/chinese/gb2jis/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 Dec 9 1:53:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53E3137B405; Sun, 9 Dec 2001 01:53:27 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB99rRL26233; Sun, 9 Dec 2001 01:53:27 -0800 (PST) (envelope-from jkh) Message-Id: <200112090953.fB99rRL26233@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 9 Dec 2001 01:53:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet sys_bsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkh 2001/12/09 01:53:27 PST Modified files: crypto/telnet/telnet sys_bsd.c Log: Don't assume that the number of fds to select on is known quantity (in this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. There are also too many versions of telnet in the tree. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days Revision Changes Path 1.9 +56 -32 src/crypto/telnet/telnet/sys_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 1:54: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AB8837B416; Sun, 9 Dec 2001 01:54:01 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB99s1I26318; Sun, 9 Dec 2001 01:54:01 -0800 (PST) (envelope-from clive) Message-Id: <200112090954.fB99s1I26318@freefall.freebsd.org> From: Clive Lin Date: Sun, 9 Dec 2001 01:54:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/jis2gb Makefile distinfo pkg-comment pkg-descr pkg-plist ports/chinese/jis2gb/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 clive 2001/12/09 01:54:01 PST Modified files: chinese Makefile Added files: chinese/jis2gb Makefile distinfo pkg-comment pkg-descr pkg-plist chinese/jis2gb/files patch-aa Log: New port: jis2gb jis2gb converts JISX0208-1983 and JISX0212-1990 characters to GB2312-80 and GB8565-88 characters. JISX0208-1983 (^[$B), JISX0208-1990 (^[&@^[$B), JISX0212-1990 (^[$(D), JISC6226-1978 (^[$@), and Japanese-EUC are available for Kanji code. PR: ports/31868 Submitted by: Zhang Shu Revision Changes Path 1.110 +1 -0 ports/chinese/Makefile 1.1 +26 -0 ports/chinese/jis2gb/Makefile (new) 1.1 +1 -0 ports/chinese/jis2gb/distinfo (new) 1.1 +12 -0 ports/chinese/jis2gb/files/patch-aa (new) 1.1 +1 -0 ports/chinese/jis2gb/pkg-comment (new) 1.1 +8 -0 ports/chinese/jis2gb/pkg-descr (new) 1.1 +2 -0 ports/chinese/jis2gb/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 Dec 9 1:54:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E92B137B417; Sun, 9 Dec 2001 01:54:03 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB99s3L26349; Sun, 9 Dec 2001 01:54:03 -0800 (PST) (envelope-from clive) Message-Id: <200112090954.fB99s3L26349@freefall.freebsd.org> From: Clive Lin Date: Sun, 9 Dec 2001 01:54:03 -0800 (PST) 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 clive 2001/12/09 01:54:03 PST Modified files: . modules Log: zh-jis2gb --> ports/chinese/jis2gb Revision Changes Path 1.4279 +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 Dec 9 2: 0:10 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 5B02C37B419; Sun, 9 Dec 2001 02:00:03 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fB9A02474946; Sun, 9 Dec 2001 10:00:02 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fB99xFU14255; Sun, 9 Dec 2001 09:59:15 GMT (envelope-from mark@grondar.za) Message-Id: <200112090959.fB99xFU14255@grimreaper.grondar.org> To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/telnet/telnet sys_bsd.c References: <200112090953.fB99rRL26233@freefall.freebsd.org> In-Reply-To: <200112090953.fB99rRL26233@freefall.freebsd.org> ; from "Jordan K. Hubbard" "Sun, 09 Dec 2001 01:53:27 PST." Date: Sun, 09 Dec 2001 09:59:15 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > There are also too many versions of telnet in the tree. Dang right! I'm working on this. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 2:10:12 2001 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id B0F0237B417; Sun, 9 Dec 2001 02:09:57 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011209100951.MSYI4213.rwcrmhc52.attbi.com@peter3.wemm.org>; Sun, 9 Dec 2001 10:09:51 +0000 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fB9A9ps29868; Sun, 9 Dec 2001 02:09:51 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 36F963808; Sun, 9 Dec 2001 02:09:51 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Jordan Hubbard Cc: Mark Murray , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet sys_bsd.c In-Reply-To: <50894.1007888384@winston.freebsd.org> Date: Sun, 09 Dec 2001 02:09:51 -0800 From: Peter Wemm Message-Id: <20011209100951.36F963808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jordan Hubbard wrote: > Sorry, I know you announced something about this, but it's still > really weird trying to get used to your new scheme. Telnet's master > sources have always lived in /usr/src/usr.bin/telnet and that's just > where I think to go when I want to modify it. When will the weirdness > end and we can go back to having ONE copy of the telnet sources? This was always messy. There were several telnets from early on. eBones had one, and so did secure/usr.bin/telnet and also usr.bin/telnet. I dont remember if we had src/crypto at the same time as the one in eBones^H^H^H^HkerberosIV/usr.bin/telnet, but it is still in the Attic. Right now we have four (!!!!) copies of telnet: src/crypto/heimdal/appl/telnet/telnet/sys_bsd.c (krb5, no krb4 or SRA) src/crypto/kerberosIV/appl/telnet/telnet/sys_bsd.c (krb4, no krb5 or SRA) src/crypto/telnet/telnet/sys_bsd.c (SRA only) src/usr.bin/telnet/sys_bsd.c (no SRA, krb4 or krb5) At least one of those has just dropped off the radar since its generated from another one. I long for the day when we have one true telnet. :-) > - Jordan > > > > Modified files: > > > usr.bin/telnet sys_bsd.c > > > Log: > > > Don't assume that the number of fds to select on is known quantity (in > > > this case 16). Use dynamic FD_SETs and calculated high-water marks > > > throughout. > > > Obtained from: OpenBSD and Apple's Radar database > > > MFC after: 2 days > > > > Hi > > > > I don't remember seeing this go into src/crypto/telnet ? > > > > M > > -- > > o Mark Murray > > \_ FreeBSD Services Limited > > O.\_ Warning: this .sig is umop ap!sdn > > > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 2:31:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 956AB37B405; Sun, 9 Dec 2001 02:31:32 -0800 (PST) Received: (from gj@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9AVW732551; Sun, 9 Dec 2001 02:31:32 -0800 (PST) (envelope-from gj) Message-Id: <200112091031.fB9AVW732551@freefall.freebsd.org> From: Gary Jennejohn Date: Sun, 9 Dec 2001 02:31:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-devel/files patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gj 2001/12/09 02:31:32 PST Removed files: editors/xemacs-devel/files patch-aj Log: Since obrien deleted patch-aj from xemacs21, I guess it isn't needed here either. Revision Changes Path 1.3 +0 -18 ports/editors/xemacs-devel/files/patch-aj (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 4:49:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A78637B416; Sun, 9 Dec 2001 04:49:16 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9CnGg57587; Sun, 9 Dec 2001 04:49:16 -0800 (PST) (envelope-from wilko) Message-Id: <200112091249.fB9CnGg57587@freefall.freebsd.org> From: Wilko Bulte Date: Sun, 9 Dec 2001 04:49:16 -0800 (PST) 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 wilko 2001/12/09 04:49:16 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Note improved/corrected support for Alphaserver 2100* with EV5 CPUs. Revision Changes Path 1.22.2.134 +6 -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 Sun Dec 9 5:10:15 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id BCE6A37B417; Sun, 9 Dec 2001 05:10:07 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fB9DA1s64326; Sun, 9 Dec 2001 13:10:01 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fB9D61U15439; Sun, 9 Dec 2001 13:06:01 GMT (envelope-from mark@grondar.za) Message-Id: <200112091306.fB9D61U15439@grimreaper.grondar.org> To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet sys_bsd.c References: <20011209100951.36F963808@overcee.netplex.com.au> In-Reply-To: <20011209100951.36F963808@overcee.netplex.com.au> ; from Peter Wemm "Sun, 09 Dec 2001 02:09:51 PST." Date: Sun, 09 Dec 2001 13:06:01 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Right now we have four (!!!!) copies of telnet: > src/crypto/heimdal/appl/telnet/telnet/sys_bsd.c (krb5, no krb4 or SRA) > src/crypto/kerberosIV/appl/telnet/telnet/sys_bsd.c (krb4, no krb5 or SRA) These two aren't used and [cs]hould be punted to the attic. > src/crypto/telnet/telnet/sys_bsd.c (SRA only) Actually, this is the OneTrueTelnet. It does SRA, KRB4 and KRB5. When unifdef(1)ed, it is... > src/usr.bin/telnet/sys_bsd.c (no SRA, krb4 or krb5) ...this one. :-) > At least one of those has just dropped off the radar since its generated > from another one. I long for the day when we have one true telnet. :-) There are two solutions to this problem: META) cvs rm all the "base" telnet stuff AND 1) create "base" telnet for (build)world with unifdef(1) on-the-fly. OR 2) create "base" telnet with .PATH: and not defining ENCRYPTION and AUTHENTICATION. Both of these require the presence of crypto source. This is not a problem in places that prohibit crypto, as the laws that govern this regulate crypto _use_, not _posession_. (If this is untrue in your country, please shout!) M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 5:39:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 201F237B405; Sun, 9 Dec 2001 05:39:07 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9Dd7C66369; Sun, 9 Dec 2001 05:39:07 -0800 (PST) (envelope-from ijliao) Message-Id: <200112091339.fB9Dd7C66369@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 9 Dec 2001 05:39:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/pine4 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 2001/12/09 05:39:07 PST Modified files: chinese/pine4 Makefile distinfo Log: upgrade to 4.43 PR: 32644 Submitted by: maintainer Revision Changes Path 1.23 +2 -2 ports/chinese/pine4/Makefile 1.15 +2 -2 ports/chinese/pine4/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 5:41:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1265737B405; Sun, 9 Dec 2001 05:41:41 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9Dff066786; Sun, 9 Dec 2001 05:41:41 -0800 (PST) (envelope-from ijliao) Message-Id: <200112091341.fB9Dff066786@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 9 Dec 2001 05:41:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/lame 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 2001/12/09 05:41:41 PST Modified files: audio/lame Makefile Log: update master site subdir PR: 32642 Submitted by: maintainer Revision Changes Path 1.19 +2 -2 ports/audio/lame/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 6:40:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77A2937B416; Sun, 9 Dec 2001 06:40:13 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9EeD726698; Sun, 9 Dec 2001 06:40:13 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112091440.fB9EeD726698@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 9 Dec 2001 06:40:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms Makefile ports/comms/conserver-com Makefile distinfo pkg-comment pkg-descr pkg-plist ports/comms/conserver-com/files patch-conserver.rc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 06:40:13 PST Modified files: comms Makefile Added files: comms/conserver-com Makefile distinfo pkg-comment pkg-descr pkg-plist comms/conserver-com/files patch-conserver.rc Log: Yet another conserver which is forked from comms/conserver long ago. Revision Changes Path 1.57 +1 -0 ports/comms/Makefile 1.1 +35 -0 ports/comms/conserver-com/Makefile (new) 1.1 +1 -0 ports/comms/conserver-com/distinfo (new) 1.1 +20 -0 ports/comms/conserver-com/files/patch-conserver.rc (new) 1.1 +1 -0 ports/comms/conserver-com/pkg-comment (new) 1.1 +14 -0 ports/comms/conserver-com/pkg-descr (new) 1.1 +5 -0 ports/comms/conserver-com/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 Dec 9 6:40:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E8A737B448; Sun, 9 Dec 2001 06:40:27 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9EeR227759; Sun, 9 Dec 2001 06:40:27 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112091440.fB9EeR227759@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 9 Dec 2001 06:40:27 -0800 (PST) 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 2001/12/09 06:40:27 PST Modified files: . modules Log: conserver-com --> ports/comms/conserver-com Revision Changes Path 1.4280 +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 Dec 9 7: 5:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33E9837B405; Sun, 9 Dec 2001 07:05:21 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9F5Lq04662; Sun, 9 Dec 2001 07:05:21 -0800 (PST) (envelope-from des) Message-Id: <200112091505.fB9F5Lq04662@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 9 Dec 2001 07:05:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.h fetch.c fetch.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 2001/12/09 07:05:21 PST Modified files: lib/libfetch common.h fetch.c fetch.h Log: Introduce a fetchDebug global. Change the DEBUG macro so it only runs the debugging code if fetchDebug is set. PR: bin/32615 MFC after: 1 week Revision Changes Path 1.18 +1 -1 src/lib/libfetch/common.h 1.31 +1 -0 src/lib/libfetch/fetch.c 1.23 +4 -1 src/lib/libfetch/fetch.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 7: 6: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AD3137B405; Sun, 9 Dec 2001 07:05:58 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9F5wI07055; Sun, 9 Dec 2001 07:05:58 -0800 (PST) (envelope-from des) Message-Id: <200112091505.fB9F5wI07055@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 9 Dec 2001 07:05:58 -0800 (PST) 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 2001/12/09 07:05:58 PST Modified files: lib/libfetch http.c Log: Conditionalize some debugging code that didn't use the DEBUG macro. MFC after: 1 week Revision Changes Path 1.47 +10 -8 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 Sun Dec 9 7: 6:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 740D337B422; Sun, 9 Dec 2001 07:06:38 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9F6c807180; Sun, 9 Dec 2001 07:06:38 -0800 (PST) (envelope-from des) Message-Id: <200112091506.fB9F6c807180@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 9 Dec 2001 07:06:38 -0800 (PST) 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 2001/12/09 07:06:38 PST Modified files: lib/libfetch Makefile Log: Don't build with NDEBUG. PR: bin/32615 MFC after: 1 week Revision Changes Path 1.25 +0 -3 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 Sun Dec 9 7: 7:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6902937B417; Sun, 9 Dec 2001 07:07:26 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9F7Qq07319; Sun, 9 Dec 2001 07:07:26 -0800 (PST) (envelope-from des) Message-Id: <200112091507.fB9F7Qq07319@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 9 Dec 2001 07:07:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 07:07:26 PST Modified files: usr.bin/fetch fetch.c Log: Set fetchDebug if v_level is 3 or more. PR: bin/32615 MFC after: 1 week Revision Changes Path 1.43 +2 -0 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 7:12: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ADE237B419; Sun, 9 Dec 2001 07:11:56 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9FBu307800; Sun, 9 Dec 2001 07:11:56 -0800 (PST) (envelope-from des) Message-Id: <200112091511.fB9FBu307800@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 9 Dec 2001 07:11:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_ssh pam_ssh.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 07:11:56 PST Modified files: lib/libpam/modules/pam_ssh pam_ssh.c Log: Back out previous commit. Requested by: ru Revision Changes Path 1.21 +1 -2 src/lib/libpam/modules/pam_ssh/pam_ssh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 8:41:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42F5237B405; Sun, 9 Dec 2001 08:41:40 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9Gfev18491; Sun, 9 Dec 2001 08:41:40 -0800 (PST) (envelope-from ijliao) Message-Id: <200112091641.fB9Gfev18491@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 9 Dec 2001 08:41:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/gnuboy 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 2001/12/09 08:41:40 PST Modified files: emulators/gnuboy Makefile distinfo Log: upgrade to 1.0.3 Revision Changes Path 1.7 +2 -2 ports/emulators/gnuboy/Makefile 1.6 +1 -1 ports/emulators/gnuboy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 9:46:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17BF437B416; Sun, 9 Dec 2001 09:46:18 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9HkIq26827; Sun, 9 Dec 2001 09:46:18 -0800 (PST) (envelope-from clive) Message-Id: <200112091746.fB9HkIq26827@freefall.freebsd.org> From: Clive Lin Date: Sun, 9 Dec 2001 09:46:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/bbsnet Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net Makefile ports/net/bbsnet 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 clive 2001/12/09 09:46:17 PST Modified files: chinese Makefile net Makefile Added files: net/bbsnet Makefile distinfo pkg-comment pkg-descr pkg-plist Removed files: chinese/bbsnet Makefile distinfo pkg-comment pkg-descr pkg-plist Log: It's better to put bbsnet into net/. New port: BBSnet BBSnet is a front-end of telnet client, and it can be used for multiple users or in private. Reminded by: will Revision Changes Path 1.111 +0 -1 ports/chinese/Makefile 1.2 +0 -18 ports/chinese/bbsnet/Makefile (dead) 1.2 +0 -1 ports/chinese/bbsnet/distinfo (dead) 1.2 +0 -1 ports/chinese/bbsnet/pkg-comment (dead) 1.2 +0 -4 ports/chinese/bbsnet/pkg-descr (dead) 1.2 +0 -5 ports/chinese/bbsnet/pkg-plist (dead) 1.665 +1 -0 ports/net/Makefile 1.1 +18 -0 ports/net/bbsnet/Makefile (new) 1.1 +1 -0 ports/net/bbsnet/distinfo (new) 1.1 +1 -0 ports/net/bbsnet/pkg-comment (new) 1.1 +4 -0 ports/net/bbsnet/pkg-descr (new) 1.1 +5 -0 ports/net/bbsnet/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 Dec 9 9:48:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A379237B405; Sun, 9 Dec 2001 09:48:08 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9Hm8a27202; Sun, 9 Dec 2001 09:48:08 -0800 (PST) (envelope-from arr) Message-Id: <200112091748.fB9Hm8a27202@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Sun, 9 Dec 2001 09:48:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_output.c src/sys/netsmb smb_iod.c smb_rq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 09:48:08 PST Modified files: sys/netinet6 ip6_output.c sys/netsmb smb_iod.c smb_rq.c Log: - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated. Spotted by: bde Revision Changes Path 1.33 +2 -2 src/sys/netinet6/ip6_output.c 1.4 +1 -1 src/sys/netsmb/smb_iod.c 1.4 +1 -1 src/sys/netsmb/smb_rq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 9:49:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD8C437B417; Sun, 9 Dec 2001 09:49:09 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9Hn9T27263; Sun, 9 Dec 2001 09:49:09 -0800 (PST) (envelope-from clive) Message-Id: <200112091749.fB9Hn9T27263@freefall.freebsd.org> From: Clive Lin Date: Sun, 9 Dec 2001 09:49:09 -0800 (PST) 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 clive 2001/12/09 09:49:09 PST Modified files: . modules Log: bbsnet moved from chinese/ to net/. Revision Changes Path 1.4281 +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 Dec 9 10: 2:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 587BB37B416; Sun, 9 Dec 2001 10:02:36 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9I2ag28216; Sun, 9 Dec 2001 10:02:36 -0800 (PST) (envelope-from iwasaki) Message-Id: <200112091802.fB9I2ag28216@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sun, 9 Dec 2001 10:02:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2001/12/09 10:02:36 PST Modified files: sys/dev/acpica acpi.c acpivar.h Log: Disable sleep requests for 5 sec after wakeup. This is needed for some Toshiba and Thinkpad laptops. Wakeup event is generated by power button or sleep button on some laptops but this also generates SCI interrupt, and shutdown the system as result. So this is introduced so that acpi driver ignore given requests for certain period. Revision Changes Path 1.53 +16 -0 src/sys/dev/acpica/acpi.c 1.24 +1 -0 src/sys/dev/acpica/acpivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 10:21: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 6B3EC37B41B; Sun, 9 Dec 2001 10:20:50 -0800 (PST) Received: from caddis.yogotech.com (caddis.yogotech.com [206.127.123.130]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id LAA12055; Sun, 9 Dec 2001 11:20:48 -0700 (MST) (envelope-from nate@yogotech.com) Received: (from nate@localhost) by caddis.yogotech.com (8.11.6/8.11.6) id fB9IKmd83804; Sun, 9 Dec 2001 11:20:48 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15379.43904.457424.706280@caddis.yogotech.com> Date: Sun, 9 Dec 2001 11:20:48 -0700 To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.h In-Reply-To: <200112090947.fB99lAt24446@freefall.freebsd.org> References: <200112090947.fB99lAt24446@freefall.freebsd.org> X-Mailer: VM 6.96 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-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 2001/12/09 01:47:10 PST > > Modified files: > usr.sbin/sysinstall install.c label.c sysinstall.h > Log: > Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonable > defaults both in regards to the size of the partitions that are created > and in regards to safety and functional separation. > > Still TODO: extend the previous partition to cover a deleted partition > if the previous partiton was auto-created, and supply some sort of > solution for /tmp. > > Reviewed by: Just about everyone > Approved by: Nobody except maybe my pet mouse fred > Obtained from: God, so complain to HIM > MFC after: 1 week I think this should be backed out, simply because I think the number of developers who agree with this change is minimal. Committing something at this stage is obviously the wrong thing, and is covered by the handbook, and shouldn't be done. This is the case where just because a patch exists, doesn't mean the patch should be committed, because IMHO it's a step backwards, and not forwards. (Let the flame-wars continue...) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 10:30:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DE5E37B420; Sun, 9 Dec 2001 10:30:04 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9IU4V33420; Sun, 9 Dec 2001 10:30:04 -0800 (PST) (envelope-from obrien) Message-Id: <200112091830.fB9IU4V33420@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 10:30:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/include limits.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 2001/12/09 10:30:04 PST Added files: sys/arm/include limits.h Log: machine/limits.h (taken from i386/include/limits.h rev 1.19) Revision Changes Path 1.1 +215 -0 src/sys/arm/include/limits.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 Dec 9 10:41: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECDF037B417; Sun, 9 Dec 2001 10:40:56 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9IeuD34204; Sun, 9 Dec 2001 10:40:56 -0800 (PST) (envelope-from mikeh) Message-Id: <200112091840.fB9IeuD34204@freefall.freebsd.org> From: Mike Heffner Date: Sun, 9 Dec 2001 10:40:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cdcontrol Makefile cdcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/09 10:40:56 PST Modified files: usr.sbin/cdcontrol Makefile cdcontrol.c Log: WARNS=2 cleanup. PR: bin/32646 MFC after: 2 weeks Revision Changes Path 1.8 +3 -1 src/usr.sbin/cdcontrol/Makefile 1.35 +19 -11 src/usr.sbin/cdcontrol/cdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 10:47: 0 2001 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 8962237B405; Sun, 9 Dec 2001 10:46:54 -0800 (PST) Received: by squall.waterspout.com (Postfix, from userid 1050) id B081D9B08; Sun, 9 Dec 2001 13:44:57 -0500 (EST) Date: Sun, 9 Dec 2001 13:44:57 -0500 From: Will Andrews To: Jun Kuriyama Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/comms Makefile ports/comms/conserver-com Makefile distinfo pkg-comment pkg-descr pkg-plist ports/comms/conserver-com/files patch-conserver.rc Message-ID: <20011209134457.A23826@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Jun Kuriyama , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200112091440.fB9EeD726698@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112091440.fB9EeD726698@freefall.freebsd.org> User-Agent: Mutt/1.3.22.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, Dec 09, 2001 at 06:40:13AM -0800, Jun Kuriyama wrote: > Log: > Yet another conserver which is forked from comms/conserver long ago. This should have been repo-copied, then. :< -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 10:58: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B073C37B417; Sun, 9 Dec 2001 10:57:54 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9IvsY35424; Sun, 9 Dec 2001 10:57:54 -0800 (PST) (envelope-from andreas) Message-Id: <200112091857.fB9IvsY35424@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 9 Dec 2001 10:57:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG andreas 2001/12/09 10:57:54 PST Modified files: print/apsfilter Makefile distinfo pkg-descr pkg-plist Log: update apsfilter to new version 7.0, here a short summary, see ANNOUNCE and ChangeLog for a complete list: - supports fully ghostscript7 - enhanced driver support, hpijs, pips, latest gimp-print, etc ... - per driver scripts, where printer manufacturer *could* place their driver/scripts, the case structure wasn't scaleable anymore an led to incomplete support or to large apsfilter script - unified command-line options, see handbook - support for HARDWARE_COPIES if your printer can print multiple copies himself - option settings can be restricted by the administrator for all printer or print queues (maybe to save print costs on color printers ...) - support for many new filetypes - print contens of archives: tar, cpio, ar, zip, zoo ... - security: update for duplex print keys - separate faq has gone, everything is in the handbook - error messages can be sent to user now via Cc: - no bugs so far ;-) Revision Changes Path 1.89 +2 -2 ports/print/apsfilter/Makefile 1.49 +2 -2 ports/print/apsfilter/distinfo 1.18 +1 -2 ports/print/apsfilter/pkg-descr 1.15 +237 -3 ports/print/apsfilter/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 Dec 9 10:59:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49ACC37B419; Sun, 9 Dec 2001 10:59:08 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9Ix8Q35659; Sun, 9 Dec 2001 10:59:08 -0800 (PST) (envelope-from obrien) Message-Id: <200112091859.fB9Ix8Q35659@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 10:59:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.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 obrien 2001/12/09 10:59:08 PST Modified files: share/man/man9 style.9 Log: Per the CSRG's type.h, 'typedef' has a after it. Also add two simpler examples of typedefs to show their formatting. Revision Changes Path 1.74 +3 -1 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 11: 2:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58CAD37B416; Sun, 9 Dec 2001 11:02:55 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9J2tI36351; Sun, 9 Dec 2001 11:02:55 -0800 (PST) (envelope-from dd) Message-Id: <200112091902.fB9J2tI36351@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 9 Dec 2001 11:02:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.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 dd 2001/12/09 11:02:55 PST Modified files: (Branch: RELENG_4) sys/netinet ip_fw.c Log: MFC 1.175: nuke debugging printfs. Revision Changes Path 1.131.2.29 +0 -2 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 11:11:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91E2337B405; Sun, 9 Dec 2001 11:11:45 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9JBjO40485; Sun, 9 Dec 2001 11:11:45 -0800 (PST) (envelope-from obrien) Message-Id: <200112091911.fB9JBjO40485@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 11:11:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/include types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/12/09 11:11:45 PST Added files: sys/arm/include types.h Log: We need machine/types.h to build a cross GCC compiler. (copied from src/sys/i386/include/types.h rev 1.23, except for the label_t size, which is '10' everywhere BUT on i386) Revision Changes Path 1.1 +72 -0 src/sys/arm/include/types.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 Dec 9 11:12:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5311037B405; Sun, 9 Dec 2001 11:12:07 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9JC7040622; Sun, 9 Dec 2001 11:12:07 -0800 (PST) (envelope-from obrien) Message-Id: <200112091912.fB9JC7040622@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 11:12:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include types.h src/sys/i386/include types.h src/sys/ia64/include types.h src/sys/powerpc/include types.h src/sys/sparc64/include types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/12/09 11:12:07 PST Modified files: sys/alpha/include types.h sys/i386/include types.h sys/ia64/include types.h sys/powerpc/include types.h sys/sparc64/include types.h Log: style(9) Revision Changes Path 1.16 +8 -9 src/sys/alpha/include/types.h 1.23 +8 -8 src/sys/i386/include/types.h 1.4 +9 -10 src/sys/ia64/include/types.h 1.4 +15 -14 src/sys/powerpc/include/types.h 1.3 +12 -5 src/sys/sparc64/include/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 11:26:50 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id D23C837B41B; Sun, 9 Dec 2001 11:26:40 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fB9JPLU21481; Sun, 9 Dec 2001 14:25:21 -0500 (EST) (envelope-from mike) Date: Sun, 9 Dec 2001 14:25:21 -0500 From: Mike Barcroft To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.h Message-ID: <20011209142521.H1956@espresso.q9media.com> References: <200112090947.fB99lAt24446@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112090947.fB99lAt24446@freefall.freebsd.org>; from dillon@FreeBSD.org on Sun, Dec 09, 2001 at 01:47:10AM -0800 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Dillon writes: > dillon 2001/12/09 01:47:10 PST > > Modified files: > usr.sbin/sysinstall install.c label.c sysinstall.h > Log: > Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonable > defaults both in regards to the size of the partitions that are created > and in regards to safety and functional separation. > > Still TODO: extend the previous partition to cover a deleted partition > if the previous partiton was auto-created, and supply some sort of > solution for /tmp. > > Reviewed by: Just about everyone > Approved by: Nobody except maybe my pet mouse fred > Obtained from: God, so complain to HIM > MFC after: 1 week > > Revision Changes Path > 1.312 +53 -9 src/usr.sbin/sysinstall/install.c > 1.111 +245 -114 src/usr.sbin/sysinstall/label.c > 1.220 +5 -1 src/usr.sbin/sysinstall/sysinstall.h Thanks! I think this is definitely a step up from where we were. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 11:34:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F77E37B416; Sun, 9 Dec 2001 11:34:12 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9JYCe44142; Sun, 9 Dec 2001 11:34:12 -0800 (PST) (envelope-from mikeh) Message-Id: <200112091934.fB9JYCe44142@freefall.freebsd.org> From: Mike Heffner Date: Sun, 9 Dec 2001 11:34:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/09 11:34:12 PST Modified files: usr.sbin/cdcontrol cdcontrol.c Log: style(9) cleanup: spaces -> tabs. MFC after: 2 weeks Revision Changes Path 1.36 +94 -93 src/usr.sbin/cdcontrol/cdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 11:38:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 835CF37B405; Sun, 9 Dec 2001 11:38:21 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9JcLH44519; Sun, 9 Dec 2001 11:38:21 -0800 (PST) (envelope-from obrien) Message-Id: <200112091938.fB9JcLH44519@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 11:38:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/include ansi.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 2001/12/09 11:38:21 PST Modified files: sys/arm/include ansi.h Log: Following sys/i386/include/ansi.h rev 1.33, add additional integer types in and that are required by . Revision Changes Path 1.15 +57 -9 src/sys/arm/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 11:40: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 622AD37B41D; Sun, 9 Dec 2001 11:39:49 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9Jdns44697; Sun, 9 Dec 2001 11:39:49 -0800 (PST) (envelope-from obrien) Message-Id: <200112091939.fB9Jdns44697@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 11:39:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/include signal.h ucontext.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 2001/12/09 11:39:49 PST Added files: sys/arm/include signal.h ucontext.h Log: We need machine/{signal,ucontext}.h to build a cross GCC compiler. So craft the proper versions of these and commit em. Revision Changes Path 1.1 +58 -0 src/sys/arm/include/signal.h (new) 1.1 +80 -0 src/sys/arm/include/ucontext.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 Dec 9 11:56:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBAE037B417; Sun, 9 Dec 2001 11:56:13 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9JuD446525; Sun, 9 Dec 2001 11:56:13 -0800 (PST) (envelope-from clive) Message-Id: <200112091956.fB9JuD446525@freefall.freebsd.org> From: Clive Lin Date: Sun, 9 Dec 2001 11:56:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xphotohunter 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 2001/12/09 11:56:13 PST Modified files: games/xphotohunter Makefile Log: Update master site. Revision Changes Path 1.9 +2 -2 ports/games/xphotohunter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 12: 1: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.tgd.net (pop3-ssl.tgd.net [209.81.25.10]) by hub.freebsd.org (Postfix) with ESMTP id 8257637B41B; Sun, 9 Dec 2001 12:00:53 -0800 (PST) Received: by mail.tgd.net (Postfix, from userid 1001) id 0477120F0D; Sun, 9 Dec 2001 11:58:34 -0800 (PST) Date: Sun, 9 Dec 2001 11:58:34 -0800 From: Sean Chittenden To: Stijn Hoop Cc: Matt Dillon , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/config mkoptions.c src/sys/alpha/alpha machdep.c src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD src/sys/i386/i386 machdep.c src/sys/ia64/conf GENERIC src/sys/ia64/ia64 machdep.c src/sys/kern subr_param.c ... Message-ID: <20011209115834.E39240@ninja1.internal> References: <200112090157.fB91v9i60677@freefall.freebsd.org> <20011209100503.A39330@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011209100503.A39330@pcwin002.win.tue.nl>; from "stijn@win.tue.nl" on Sun, Dec 09, 2001 at = 10:05:03AM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.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 > > Log: > > Allow maxusers to be specified as 0 in the kernel config, which will > > cause the system to auto-size to between 32 and 512 depending on the > > amount of memory. > > > > MFC after: 1 week > > Woohoo! Less tuning to do! :) Agreed! This is very cool! Is there a way to tweak the ratio of users/MB RAM or some such? If I want to be agressive with the ammount of resources I make available, I need to tweak that someplace. This goes a long way towards a single kernel for different systems. Thank you!!! -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 12:15:59 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 9BBE237B405; Sun, 9 Dec 2001 12:15:53 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id fB9KFMq38858; Sun, 9 Dec 2001 12:15:22 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: nate@yogotech.com (Nate Williams) Cc: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.h In-Reply-To: Message from Nate Williams of "Sun, 09 Dec 2001 11:20:48 MST." <15379.43904.457424.706280@caddis.yogotech.com> Date: Sun, 09 Dec 2001 12:15:22 -0800 Message-ID: <38854.1007928922@winston.freebsd.org> From: Jordan Hubbard Sender: owner-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 think this should be backed out, simply because I think the number of > developers who agree with this change is minimal. Committing something > at this stage is obviously the wrong thing, and is covered by the > handbook, and shouldn't be done. Matt obviously doesn't feel that having people agree with him is a prerequisite to committing something, but that's all by the by. What I will _seriously_ object to is him MFC'ing this right away and have already expressed that to various parties involved with making such decisions for 4.5. Sorry Matt, but you're just riding roughshod over people at this point and while we've all been guilty of that from time to time, sometimes we need to admit it and step back again, as I did with Luigi's polling changes. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 12:16:56 2001 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 BD53337B405 for ; Sun, 9 Dec 2001 12:16:53 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fB9KGqW38725; Sun, 9 Dec 2001 12:16:52 -0800 (PST) (envelope-from dillon) Date: Sun, 9 Dec 2001 12:16:52 -0800 (PST) From: Matthew Dillon Message-Id: <200112092016.fB9KGqW38725@apollo.backplane.com> To: Sean Chittenden Cc: Stijn Hoop , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config mkoptions.c src/sys/alpha/alpha machdep.c src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD src/sys/i386/i386 machdep.c src/sys/ia64/conf GENERIC src/sys/ia64/ia64 machdep.c src/sys/kern subr_param.c ... References: <200112090157.fB91v9i60677@freefall.freebsd.org> <20011209100503.A39330@pcwin002.win.tue.nl> <20011209115834.E39240@ninja1.internal> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> > amount of memory. :> > :> > MFC after: 1 week :> :> Woohoo! Less tuning to do! :) : :Agreed! This is very cool! Is there a way to tweak the ratio of :users/MB RAM or some such? If I want to be agressive with the ammount :of resources I make available, I need to tweak that someplace. This :goes a long way towards a single kernel for different systems. Thank :you!!! -sc : :-- :Sean Chittenden Kirk, Mike Silbersack, and I have been discussing it. My general feeling that the best thing to do is for us to come up with a good hardwired scaling factor rather then making it programmable. You as a user can still override individual elements in the kernel config or boot defaults, and of course you can still hardware 'maxusers' as well. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 12:18:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE78437B405; Sun, 9 Dec 2001 12:18:36 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9KIa251331; Sun, 9 Dec 2001 12:18:36 -0800 (PST) (envelope-from iedowse) Message-Id: <200112092018.fB9KIa251331@freefall.freebsd.org> From: Ian Dowse Date: Sun, 9 Dec 2001 12:18:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.umntall rpc.umntall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 12:18:36 PST Modified files: usr.sbin/rpc.umntall rpc.umntall.c Log: Don't ignore SIGINT and SIGQUIT. The comment said "Ignore SIGINT and SIGQUIT during shutdown", but rpc.umntall is also run at boot time, so ignoring these signals is a really bad idea: it makes it impossible to ^C the process as it waits for a server response. I can't see any reason to block these signals during shutdown either. MFC after: 3 days Revision Changes Path 1.9 +1 -5 src/usr.sbin/rpc.umntall/rpc.umntall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 12:21:25 2001 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 39EC937B405; Sun, 9 Dec 2001 12:21:19 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fB9KLIO38761; Sun, 9 Dec 2001 12:21:18 -0800 (PST) (envelope-from dillon) Date: Sun, 9 Dec 2001 12:21:18 -0800 (PST) From: Matthew Dillon Message-Id: <200112092021.fB9KLIO38761@apollo.backplane.com> To: Jordan Hubbard Cc: nate@yogotech.com (Nate Williams), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.h References: <38854.1007928922@winston.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 : :> I think this should be backed out, simply because I think the number of :> developers who agree with this change is minimal. Committing something :> at this stage is obviously the wrong thing, and is covered by the :> handbook, and shouldn't be done. : :Matt obviously doesn't feel that having people agree with him is a :prerequisite to committing something, but that's all by the by. What :I will _seriously_ object to is him MFC'ing this right away and have :already expressed that to various parties involved with making such :decisions for 4.5. Sorry Matt, but you're just riding roughshod over :people at this point and while we've all been guilty of that from time :to time, sometimes we need to admit it and step back again, as I did :with Luigi's polling changes. : :- Jordan I've come up with a nifty way of handling just about everyone's needs. *You* are arguing over a big piece of nothing because *you* apparently can't be bothered to lift a finger and do the four keystrokes that would be necessary to turn 'A'uto back into the minimalist setup you had before. I am not interfering with your use of 'A'uto at all, Jordan. What I am doing is making it far easier and safer for the layperson to use, at virtually no cost (and often a benefit) to developers who also use it. You don't have to like it, but if you want to bring it to core that is the line of argument I am going to take and frankly I don't see any defense you can make against it. These changes are no skin off your nose, or Nate's, or anyone else really. -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 Sun Dec 9 12:26:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A99B437B417; Sun, 9 Dec 2001 12:26:31 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9KQVo51638; Sun, 9 Dec 2001 12:26:31 -0800 (PST) (envelope-from murray) Message-Id: <200112092026.fB9KQVo51638@freefall.freebsd.org> From: Murray Stokely Date: Sun, 9 Dec 2001 12:26:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nasm/files patch-a X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/12/09 12:26:31 PST Removed files: devel/nasm/files patch-a Log: Doh! This patch was already included. Submitted by: ijliao Revision Changes Path 1.2 +0 -10 ports/devel/nasm/files/patch-a (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 12:31:58 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id BB81C37B416; Sun, 9 Dec 2001 12:31:55 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id fB9KVYq38983; Sun, 9 Dec 2001 12:31:34 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: Matthew Dillon Cc: nate@yogotech.com (Nate Williams), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.h In-Reply-To: Message from Matthew Dillon of "Sun, 09 Dec 2001 12:21:18 PST." <200112092021.fB9KLIO38761@apollo.backplane.com> Date: Sun, 09 Dec 2001 12:31:34 -0800 Message-ID: <38978.1007929894@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I've come up with a nifty way of handling just about everyone's needs. That's merely your assertion, Matt, and I think it's bogus. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 12:52: 4 2001 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 E559837B417; Sun, 9 Dec 2001 12:52:00 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fB9Kq0Z38961; Sun, 9 Dec 2001 12:52:00 -0800 (PST) (envelope-from dillon) Date: Sun, 9 Dec 2001 12:52:00 -0800 (PST) From: Matthew Dillon Message-Id: <200112092052.fB9Kq0Z38961@apollo.backplane.com> To: Jordan Hubbard Cc: nate@yogotech.com (Nate Williams), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.h References: <38978.1007929894@winston.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 : :> I've come up with a nifty way of handling just about everyone's needs. : :That's merely your assertion, Matt, and I think it's bogus. : :- Jordan You haven't even tried it. -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 Sun Dec 9 13: 9:57 2001 Delivered-To: cvs-all@freebsd.org Received: from w250.z064001178.sjc-ca.dsl.cnc.net (w250.z064001178.sjc-ca.dsl.cnc.net [64.1.178.250]) by hub.freebsd.org (Postfix) with SMTP id C587F37B417 for ; Sun, 9 Dec 2001 13:09:55 -0800 (PST) Received: (qmail 67817 invoked by uid 1000); 9 Dec 2001 21:10:17 -0000 Date: Sun, 9 Dec 2001 13:09:55 -0801 From: Jos Backus To: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.h Message-ID: <20011209211017.GA73205@lizzy.bugworks.com> Reply-To: Jos Backus Mail-Followup-To: cvs-all@FreeBSD.org References: <200112090947.fB99lAt24446@freefall.freebsd.org> <20011209142521.H1956@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011209142521.H1956@espresso.q9media.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 > dillon 2001/12/09 01:47:10 PST > > Modified files: > usr.sbin/sysinstall install.c label.c sysinstall.h I like this too. -- Jos Backus _/ _/_/_/ Santa Clara, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ josb@cncdsl.com _/_/ _/_/_/ use Std::Disclaimer; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 13:26:27 2001 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 E3F9B37B416; Sun, 9 Dec 2001 13:26:18 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fB9LPwi91929; Sun, 9 Dec 2001 16:25:59 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 9 Dec 2001 16:25:58 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_timer.c In-Reply-To: <20011208202742.8B7D83808@overcee.netplex.com.au> 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, 8 Dec 2001, Peter Wemm wrote: > Robert Watson wrote: > > rwatson 2001/12/07 09:01:28 PST > > > > Modified files: > > sys/netinet tcp_timer.c > > Log: > > o Our currenty userland boot code (due to rc.conf and rc.network) always > > enables TCP keepalives using the net.inet.tcp.always_keepalive by default > . > > Synchronize the kernel default with the userland default. > > It was done this way to minimize POLA. If you build/install a kernel on > its own (fairly common) then the idle connection probe (keepalive) would > not be turned on. It was something that the sysadmin had to activate > via a config file update (mergemaster, or doing it manually). > > Anyway, the change above is fine for -current, but I wanted to make sure > that the reason for the difference was known. I tried to maintain compatibility for the rc.conf entry via my follow-up commit, which relied on the fact that we already define that rc.conf variable in defaults/rc.conf. If it has been locally turned off in /etc/rc.conf, then the new rc.network script will turn off the variable and maintain compatibility. I don't currently have plans to MFC this change, but might do closer to 4.5 after some inspection of 4-STABLE's code. BTW, could whoever made kern.nmbclusters a tunable in -CURRENT consider looking at doing the same in -STABLE? It's one of the few "we recommend this tweak" entries that does require a recompile of GENERIC right now... Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 13:33:17 2001 Delivered-To: cvs-all@freebsd.org Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by hub.freebsd.org (Postfix) with SMTP id 5830237B41B for ; Sun, 9 Dec 2001 13:33:14 -0800 (PST) Received: (qmail 38084 invoked by uid 3193); 9 Dec 2001 21:33:13 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 9 Dec 2001 21:33:13 -0000 Date: Sun, 9 Dec 2001 16:33:13 -0500 (EST) From: Mike Silbersack X-Sender: To: Robert Watson Cc: Peter Wemm , , Subject: Re: cvs commit: src/sys/netinet tcp_timer.c In-Reply-To: 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, 9 Dec 2001, Robert Watson wrote: > BTW, could whoever made kern.nmbclusters a tunable in -CURRENT consider > looking at doing the same in -STABLE? It's one of the few "we recommend > this tweak" entries that does require a recompile of GENERIC right now... > > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > robert@fledge.watson.org NAI Labs, Safeport Network Services kern.ipc.nmbclusters looks tuneable in -stable to me already. 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 Sun Dec 9 13:37:46 2001 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 52F6237B417; Sun, 9 Dec 2001 13:37:40 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fB9La4i92114; Sun, 9 Dec 2001 16:36:04 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 9 Dec 2001 16:36:03 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Mike Silbersack Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_timer.c In-Reply-To: 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, 9 Dec 2001, Mike Silbersack wrote: > On Sun, 9 Dec 2001, Robert Watson wrote: > > > BTW, could whoever made kern.nmbclusters a tunable in -CURRENT consider > > looking at doing the same in -STABLE? It's one of the few "we recommend > > this tweak" entries that does require a recompile of GENERIC right now... > kern.ipc.nmbclusters looks tuneable in -stable to me already. Er, oops. I must have missed that. Sorry for the false alarm! I guess that section of tuning(7) also needs to be MFC'd, then. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 13:38:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B7B637B405; Sun, 9 Dec 2001 13:38:33 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9LcXe61874; Sun, 9 Dec 2001 13:38:33 -0800 (PST) (envelope-from iedowse) Message-Id: <200112092138.fB9LcXe61874@freefall.freebsd.org> From: Ian Dowse Date: Sun, 9 Dec 2001 13:38:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 13:38:33 PST Modified files: sys/cam/scsi scsi_da.c Log: Add a NO_6_BYTE quirk for the D-series olympus digital cameras. PR: kern/31250 Submitted by: Bryan Liesner Revision Changes Path 1.91 +7 -0 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 13:48:41 2001 Delivered-To: cvs-all@freebsd.org Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by hub.freebsd.org (Postfix) with SMTP id AC49937B41D for ; Sun, 9 Dec 2001 13:48:24 -0800 (PST) Received: (qmail 39399 invoked by uid 3193); 9 Dec 2001 21:48:23 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 9 Dec 2001 21:48:23 -0000 Date: Sun, 9 Dec 2001 16:48:23 -0500 (EST) From: Mike Silbersack X-Sender: To: Robert Watson Cc: Peter Wemm , , Subject: Re: cvs commit: src/sys/netinet tcp_timer.c In-Reply-To: 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, 9 Dec 2001, Robert Watson wrote: > On Sun, 9 Dec 2001, Mike Silbersack wrote: > > > On Sun, 9 Dec 2001, Robert Watson wrote: > > > > > BTW, could whoever made kern.nmbclusters a tunable in -CURRENT consider > > > looking at doing the same in -STABLE? It's one of the few "we recommend > > > this tweak" entries that does require a recompile of GENERIC right now... > > > kern.ipc.nmbclusters looks tuneable in -stable to me already. > > Er, oops. I must have missed that. Sorry for the false alarm! I guess > that section of tuning(7) also needs to be MFC'd, then. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > robert@fledge.watson.org NAI Labs, Safeport Network Services Just MFC the file in its entirety, it barely differs now. 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 Sun Dec 9 13:52:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B57337B405; Sun, 9 Dec 2001 13:52:23 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9LqNE63463; Sun, 9 Dec 2001 13:52:23 -0800 (PST) (envelope-from mikeh) Message-Id: <200112092152.fB9LqNE63463@freefall.freebsd.org> From: Mike Heffner Date: Sun, 9 Dec 2001 13:52:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/digictl 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 mikeh 2001/12/09 13:52:22 PST Modified files: usr.sbin/digictl Makefile Log: Turn on WARNS=2, no code fixes needed. Submitted by: Maxime Henrion MFC after: 2 weeks Revision Changes Path 1.4 +3 -1 src/usr.sbin/digictl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 13:56:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86A9537B405; Sun, 9 Dec 2001 13:56:31 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9LuVq63758; Sun, 9 Dec 2001 13:56:31 -0800 (PST) (envelope-from mikeh) Message-Id: <200112092156.fB9LuVq63758@freefall.freebsd.org> From: Mike Heffner Date: Sun, 9 Dec 2001 13:56:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/chroot Makefile chroot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/09 13:56:31 PST Modified files: usr.sbin/chroot Makefile chroot.c Log: WARNS=2 cleanup. Submitted by: Maxime Henrion MFC after: 2 weeks Revision Changes Path 1.5 +3 -1 src/usr.sbin/chroot/Makefile 1.6 +2 -2 src/usr.sbin/chroot/chroot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 14: 1:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF8D637B416; Sun, 9 Dec 2001 14:01:18 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9M1I564273; Sun, 9 Dec 2001 14:01:18 -0800 (PST) (envelope-from olgeni) Message-Id: <200112092201.fB9M1I564273@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 9 Dec 2001 14:01:18 -0800 (PST) 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 2001/12/09 14:01:18 PST Modified files: sysutils/webmin Makefile distinfo Log: Update modules: man, quota. Revision Changes Path 1.77 +3 -2 ports/sysutils/webmin/Makefile 1.51 +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 Dec 9 14:20: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id B38C537B416; Sun, 9 Dec 2001 14:20:00 -0800 (PST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2:290:27ff:fe98:c0b7]) by white.imgsrc.co.jp (Postfix) with ESMTP id 9DC1024D29; Mon, 10 Dec 2001 07:19:59 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2:230:48ff:fe41:161b]) by black.imgsrc.co.jp (Postfix) with ESMTP id 0F196D1401; Mon, 10 Dec 2001 07:19:59 +0900 (JST) Date: Mon, 10 Dec 2001 07:19:33 +0900 Message-ID: <7melm4doju.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/comms Makefile ports/comms/conserver-com Makefile distinfo pkg-comment pkg-descr pkg-plist ports/comms/conserver-com/files patch-conserver.rc In-Reply-To: <20011209134457.A23826@squall.waterspout.com> References: <200112091440.fB9EeD726698@freefall.freebsd.org> <20011209134457.A23826@squall.waterspout.com> User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.1 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Sun, 9 Dec 2001 13:44:57 -0500, Will Andrews wrote: > > Yet another conserver which is forked from comms/conserver long ago. > > This should have been repo-copied, then. :< Hmm, this conserver is forked from 5.21-Beta version of conserver. Our comms/conserver is imported at 5.21-Beta so I think comms/conserver and comms/conserver-com are very different program. -- Jun Kuriyama // IMG SRC, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 15:37:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47F8337B419; Sun, 9 Dec 2001 15:37:54 -0800 (PST) Received: (from ken@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9Nbsh80638; Sun, 9 Dec 2001 15:37:54 -0800 (PST) (envelope-from ken) Message-Id: <200112092337.fB9Nbsh80638@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Sun, 9 Dec 2001 15:37:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.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 ken 2001/12/09 15:37:54 PST Modified files: (Branch: RELENG_4) sys/isofs/cd9660 cd9660_vfsops.c Log: MFC, rev 1.93: Fix mounting root from a ISO9660 filesystem on a SCSI CDROM. The problem was that the ISO9660 code wasn't opening the device prior to issuing ioctl calls. In particular, the device must be open before iso_get_ssector() is called in iso_mountroot(). If the device isn't opened first, the disk layer blows up due to an uninitialized variable. The solution was to open the device, call iso_get_ssector() and then close it again. The ATAPI CDROM driver doesn't have this problem because it doesn't use the disk layer, and evidently doesn't mind if someone issues an ioctl without first issuing an open call. Thanks to phk for pointing me at the source of this problem. Tested by: dirk Revision Changes Path 1.74.2.6 +11 -1 src/sys/isofs/cd9660/cd9660_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 15:40: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D84437B416; Sun, 9 Dec 2001 15:40:02 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9Ne2280826; Sun, 9 Dec 2001 15:40:02 -0800 (PST) (envelope-from dillon) Message-Id: <200112092340.fB9Ne2280826@freefall.freebsd.org> From: Matt Dillon Date: Sun, 9 Dec 2001 15:40:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk chunk.c libdisk.h src/usr.sbin/sysinstall install.c label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 15:40:02 PST Modified files: lib/libdisk chunk.c libdisk.h usr.sbin/sysinstall install.c label.c Log: Add auto-fill-on-delete. When deleting an 'A'uto created partition sysinstall will automatically expand the previous partition to take up the freed up space. So you can 'D'elete /home and /usr will get the combined space, or you can 'D'elete /tmp and /var will get the combined space. This gives the user, developer, or lay person a huge amount of flexibility in constructing partitions from an 'A'uto base. It takes only 3 or 4 keystrokes to achieve virtually any combination of having or not having a /tmp and/or /home after doing an 'A'uto create. Change 'A'uto creation of /var/tmp to 'A'uto creation /tmp, which should be less controversial. MFC after: 6 days Revision Changes Path 1.29 +13 -2 src/lib/libdisk/chunk.c 1.40 +26 -16 src/lib/libdisk/libdisk.h 1.313 +12 -12 src/usr.sbin/sysinstall/install.c 1.112 +35 -21 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 15:55: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from monorchid.lemis.com (monorchid.lemis.com [192.109.197.75]) by hub.freebsd.org (Postfix) with ESMTP id 7C94237B419; Sun, 9 Dec 2001 15:55:02 -0800 (PST) Received: by monorchid.lemis.com (Postfix, from userid 1004) id ED5FF786E6; Mon, 10 Dec 2001 10:24:59 +1030 (CST) Date: Mon, 10 Dec 2001 10:24:59 +1030 From: Greg Lehey To: Matthew Dillon Cc: Jordan Hubbard , Nate Williams , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.h Message-ID: <20011210102459.G83634@monorchid.lemis.com> References: <38978.1007929894@winston.freebsd.org> <200112092052.fB9Kq0Z38961@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112092052.fB9Kq0Z38961@apollo.backplane.com> User-Agent: Mutt/1.3.23i 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: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-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, 9 December 2001 at 12:52:00 -0800, Matthew Dillon wrote: > >> >>> I've come up with a nifty way of handling just about everyone's needs. >> >> That's merely your assertion, Matt, and I think it's bogus. >> >> - Jordan > > You haven't even tried it. Neither have I, but I still object. From the diff: + * We autolabel the following partitions: /, swap, /var, /var/tmp, /usr, + * and /home. /home receives any extra left over disk space. This is adding Yet Another file system. I've already said I object to this: People who use Auto don't understand sizing. How can Auto decide for them? We've had a discussion showing that you represent a minority view, and in fact that there are many minority views. In particular, there has been very little support for /var/tmp. I agree with jkh: to claim that this handles just about everyone's needs is bogus. Please back this out. What we should discuss is whether we can come up with a small number of alternatives which will handle just about everyone's needs. Suggestions? I note that nobody slammed my suggestion, which went strongly in the opposite direction. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 16:22:35 2001 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 D197337B416; Sun, 9 Dec 2001 16:22:26 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBA0MQf41428; Sun, 9 Dec 2001 16:22:26 -0800 (PST) (envelope-from dillon) Date: Sun, 9 Dec 2001 16:22:26 -0800 (PST) From: Matthew Dillon Message-Id: <200112100022.fBA0MQf41428@apollo.backplane.com> To: Greg Lehey Cc: Jordan Hubbard , Nate Williams , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.h References: <38978.1007929894@winston.freebsd.org> <200112092052.fB9Kq0Z38961@apollo.backplane.com> <20011210102459.G83634@monorchid.lemis.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 :This is adding Yet Another file system. I've already said I object to :this: People who use Auto don't understand sizing. How can Auto :decide for them? You appear to be asking us to remove 'A'uto entirely, because what 'A'uto did before my patches is even *worse*. We have a fairly good idea what the middle-of-the-road requirements are. We know /usr needs to be between 2 and 3GB, if possible. We know /var was too small, that /tmp was too small, and that / was a bit too small. We know what sorts of problems laypeople commonly have when installing a system (reference to those USENET questions, for example). We may not be able to completely solve these issues but we can get fairly close and *THAT* my dear sir is what the goal of 'A'uto is. :We've had a discussion showing that you represent a minority view, and :in fact that there are many minority views. In particular, there has :been very little support for /var/tmp. I agree with jkh: to claim :that this handles just about everyone's needs is bogus. Please back :this out. It handles a far larger cross section then the other code did. It is, after all, a superset. Four keystrokes gets you the original code (though with auto sizing). Again, these changes aren't being made for your benefit, they are being made for the layperson's benefit and for ours --- to reduce lay-user questions and lay-user problems. And if the power developer doesn't like them the power developer can 'D'elete them trivially. I'm not tromping on your or JKH's toes even if you guys think I am. :What we should discuss is whether we can come up with a small number :of alternatives which will handle just about everyone's needs. :Suggestions? I note that nobody slammed my suggestion, which went :strongly in the opposite direction. : :Greg You are welcome to submit your ideas, complete with code. But I am certainly not going to code up your ideas. I really doubt there is any 'small number of alternatives' that handles everyone's needs, and I am not particularly interested in adding new complex features to sysinstall that will only further confuse half the people that use it. At that point the power developer might as well simply manually construct the partition set he wants. -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 Sun Dec 9 17:50:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F67137B417; Sun, 9 Dec 2001 17:50:43 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA1ohD98919; Sun, 9 Dec 2001 17:50:43 -0800 (PST) (envelope-from lioux) Message-Id: <200112100150.fBA1ohD98919@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 9 Dec 2001 17:50:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/fpc Makefile 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 lioux 2001/12/09 17:50:42 PST Modified files: lang/fpc Makefile pkg-install pkg-plist Log: o Uphold port style tradition: handle post extraction duties in post-extract instead of pre-install o Handle per installation transient files in PKG{,DE}INSTALL instead of PLIST o Do not install corrupted binary o Do not @ prefix inside PKG{,DE}INSTALL PR: 32645 Submitted by: Kuang-che Wu (PR), maintainer (most of the fix) Revision Changes Path 1.2 +3 -3 ports/lang/fpc/Makefile 1.2 +15 -3 ports/lang/fpc/pkg-install 1.2 +0 -3 ports/lang/fpc/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 Dec 9 17:51:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01A8237B405; Sun, 9 Dec 2001 17:51:25 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA1pO899246; Sun, 9 Dec 2001 17:51:24 -0800 (PST) (envelope-from horikawa) Message-Id: <200112100151.fBA1pO899246@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 9 Dec 2001 17:51:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 at.1 fold.1 from.1 grep.1 indent.1 killall.1 netstat.1 send-pr.1 doc/ja_JP.eucJP/man/man2 mmap.2 rename.2 doc/ja_JP.eucJP/man/man5 periodic.conf.5 doc/ja_JP.eucJP/man/man7 hier.7 doc/ja_JP.eucJP/man/man8 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/12/09 17:51:24 PST Modified files: ja_JP.eucJP/man/man1 at.1 fold.1 from.1 grep.1 indent.1 killall.1 netstat.1 send-pr.1 ja_JP.eucJP/man/man2 mmap.2 rename.2 ja_JP.eucJP/man/man5 periodic.conf.5 ja_JP.eucJP/man/man7 hier.7 ja_JP.eucJP/man/man8 dev_mkdb.8 edquota.8 ip6fw.8 ipfw.8 loader.8 mount_ntfs.8 newfs.8 newsyslog.8 pciconf.8 periodic.8 pppoed.8 quotaon.8 ja_JP.eucJP/man/man9 style.9 Log: Catch up with 4.4-20011208-STABLE rc.conf.5 and tuning.7 will be delivered later Revision Changes Path 1.18 +5 -3 doc/ja_JP.eucJP/man/man1/at.1 1.6 +2 -2 doc/ja_JP.eucJP/man/man1/fold.1 1.9 +8 -8 doc/ja_JP.eucJP/man/man1/from.1 1.12 +1 -26 doc/ja_JP.eucJP/man/man1/grep.1 1.9 +2 -2 doc/ja_JP.eucJP/man/man1/indent.1 1.16 +3 -3 doc/ja_JP.eucJP/man/man1/killall.1 1.19 +1 -1 doc/ja_JP.eucJP/man/man1/netstat.1 1.10 +14 -3 doc/ja_JP.eucJP/man/man1/send-pr.1 1.9 +2 -4 doc/ja_JP.eucJP/man/man2/mmap.2 1.9 +5 -3 doc/ja_JP.eucJP/man/man2/rename.2 1.13 +3 -3 doc/ja_JP.eucJP/man/man5/periodic.conf.5 1.19 +5 -1 doc/ja_JP.eucJP/man/man7/hier.7 1.8 +27 -13 doc/ja_JP.eucJP/man/man8/dev_mkdb.8 1.10 +18 -3 doc/ja_JP.eucJP/man/man8/edquota.8 1.8 +12 -7 doc/ja_JP.eucJP/man/man8/ip6fw.8 1.36 +1 -1 doc/ja_JP.eucJP/man/man8/ipfw.8 1.17 +10 -1 doc/ja_JP.eucJP/man/man8/loader.8 1.10 +4 -4 doc/ja_JP.eucJP/man/man8/mount_ntfs.8 1.21 +14 -4 doc/ja_JP.eucJP/man/man8/newfs.8 1.21 +7 -2 doc/ja_JP.eucJP/man/man8/newsyslog.8 1.14 +17 -3 doc/ja_JP.eucJP/man/man8/pciconf.8 1.14 +53 -34 doc/ja_JP.eucJP/man/man8/periodic.8 1.11 +21 -16 doc/ja_JP.eucJP/man/man8/pppoed.8 1.9 +7 -9 doc/ja_JP.eucJP/man/man8/quotaon.8 1.14 +35 -29 doc/ja_JP.eucJP/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 18: 7:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82F0837B417; Sun, 9 Dec 2001 18:07:34 -0800 (PST) Received: (from non@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA27Yl07427; Sun, 9 Dec 2001 18:07:34 -0800 (PST) (envelope-from non) Message-Id: <200112100207.fBA27Yl07427@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Sun, 9 Dec 2001 18:07:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_low.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG non 2001/12/09 18:07:34 PST Modified files: sys/cam/scsi scsi_low.c Log: Remove PAO3 dependent part where I missed to remove at last commit. Revision Changes Path 1.12 +0 -4 src/sys/cam/scsi/scsi_low.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 18:18: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07A5537B419; Sun, 9 Dec 2001 18:18:06 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA2I6v08581; Sun, 9 Dec 2001 18:18:06 -0800 (PST) (envelope-from dillon) Message-Id: <200112100218.fBA2I6v08581@freefall.freebsd.org> From: Matt Dillon Date: Sun, 9 Dec 2001 18:18:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall label.c sysinstall.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 dillon 2001/12/09 18:18:05 PST Modified files: usr.sbin/sysinstall label.c sysinstall.h Log: cleanup Revision Changes Path 1.113 +7 -7 src/usr.sbin/sysinstall/label.c 1.221 +2 -2 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 18:35:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7B7137B405; Sun, 9 Dec 2001 18:35:54 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA2ZsB09943; Sun, 9 Dec 2001 18:35:54 -0800 (PST) (envelope-from obrien) Message-Id: <200112100235.fBA2ZsB09943@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 18:35:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 18:35:54 PST Modified files: usr.sbin/sysinstall menus.c Log: Update the list of public NTP servers from http://www.eecis.udel.edu/~mills/ntp/clock2.htm Also remove any Stratum 1 servers and only include Stratum 2 and higher servers. PR: 32586 Submitted by: Arnaud Launay Revision Changes Path 1.330 +426 -48 src/usr.sbin/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 18:37: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65E3E37B41B; Sun, 9 Dec 2001 18:36:58 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA2awq10051; Sun, 9 Dec 2001 18:36:58 -0800 (PST) (envelope-from obrien) Message-Id: <200112100236.fBA2awq10051@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 18:36:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.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 2001/12/09 18:36:58 PST Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: MFC: Update the list of public NTP servers from http://www.eecis.udel.edu/~mills/ntp/clock2.htm Also remove any Stratum 1 servers and only include Stratum 2 and higher servers. PR: 32586 Submitted by: Arnaud Launay Revision Changes Path 1.252.2.53 +411 -33 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 18:38:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A0FC37B416; Sun, 9 Dec 2001 18:38:06 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA2c6o10150; Sun, 9 Dec 2001 18:38:06 -0800 (PST) (envelope-from obrien) Message-Id: <200112100238.fBA2c6o10150@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 18:38:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.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 2001/12/09 18:38:06 PST Modified files: (Branch: RELENG_4) release/sysinstall dist.c Log: Our XFree86 3.3.x bits no longer depend on the compat3x or compat4x libs. Reviewed by: jkh Revision Changes Path 1.175.2.25 +1 -7 src/release/sysinstall/dist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 18:40:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2672837B430; Sun, 9 Dec 2001 18:40:42 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA2efb10390; Sun, 9 Dec 2001 18:40:41 -0800 (PST) (envelope-from obrien) Message-Id: <200112100240.fBA2efb10390@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 18:40:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 18:40:41 PST Modified files: usr.sbin/sysinstall dist.c Log: We do have a compat4x dist for Alpha. Revision Changes Path 1.198 +2 -2 src/usr.sbin/sysinstall/dist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 18:43: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65F2B37B432; Sun, 9 Dec 2001 18:42:42 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA2ggc10615; Sun, 9 Dec 2001 18:42:42 -0800 (PST) (envelope-from obrien) Message-Id: <200112100242.fBA2ggc10615@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 18:42:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 18:42:42 PST Modified files: usr.sbin/sysinstall dist.c Log: An XFree86 install should not depend on any compat libs any longer. (1) We don't need compat3x and compat4x as we build the bits on the proper release now (vs. getting them from the XFree people). (2) We handle the compat2x needs thru proper port dependancies now. Revision Changes Path 1.199 +0 -9 src/usr.sbin/sysinstall/dist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 18:44: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A109337B416; Sun, 9 Dec 2001 18:43:52 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA2hq810766; Sun, 9 Dec 2001 18:43:52 -0800 (PST) (envelope-from knu) Message-Id: <200112100243.fBA2hq810766@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 9 Dec 2001 18:43:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/12/09 18:43:52 PST Modified files: sysutils/portupgrade Makefile distinfo pkg-plist Log: Update to 20011210 which brings several usability improvements. pkgtools.conf(5): - Turn HOLD_PORTS into HOLD_PKGS. - List `bsdpan-*' in HOLD_PKGS by default. Requested by: Anton Berezin pkgdb(1): - Support HOLD_PKGS and make -f/--force overrite the setting. pkg_fetch(1): - Dig the temporary directory and the packages directory before fetching. Requested by: Chris Dillon - Properly quote the fetch command line arguments. portupgrade(1): - Fix a bug that -Pf did not properly work. Reported by: The Anarcat - Make -p/--package build packages for the ports that are installed as dependency as well. Suggested by: Vivek Khera - Make -p/--package build packages for those which requisite packages are upgraded as well, when they are given from the command line or -r is specified. Suggested by: Vivek Khera , Lev Serebryakov - Do not regard a packaging error as an installation error. - Make -Nf override HOLD_PKGS. - Suggest specifying -f when skipping a package. - Detect a checksum mismatch error properly from a build log. portinstall(1): (portupgrade -N) - Only upgrade required packages of a newly installed port when -R is specified. portversion(1): - Support HOLD_PKGS. overall/miscellaneous: - Introduce lazy initialization for config variables and make the initialization process a little bit quicker. - Fix some typos in the manpages. Submitted by: Dan Langille , kuriyama@FreeBSD.org - Add shell completion definitions for pkg_tarup(1). - Provide a replacement of the weekly status-pkg report script (/etc/periodic/weekly/400.status-pkg), which is installed as $PREFIX/etc/pkgtools.status-pkg.sh. port: - Add a missing entry of pkg_which to pkg_plist. - Do not remove the zsh site-functions directory on deinstallation when zsh is installed. Revision Changes Path 1.104 +1 -1 ports/sysutils/portupgrade/Makefile 1.96 +1 -1 ports/sysutils/portupgrade/distinfo 1.25 +4 -1 ports/sysutils/portupgrade/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 Dec 9 19:34:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E559D37B416; Sun, 9 Dec 2001 19:34:06 -0800 (PST) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA3Y6m17980; Sun, 9 Dec 2001 19:34:06 -0800 (PST) (envelope-from alc) Message-Id: <200112100334.fBA3Y6m17980@freefall.freebsd.org> From: Alan Cox Date: Sun, 9 Dec 2001 19:34:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 19:34:06 PST Modified files: sys/kern vfs_aio.c Log: o Eliminate compilation warnings on 64-bit architectures. Revision Changes Path 1.102 +3 -3 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 19:45: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 321F937B417; Sun, 9 Dec 2001 19:44:57 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA3iv818980; Sun, 9 Dec 2001 19:44:57 -0800 (PST) (envelope-from deischen) Message-Id: <200112100344.fBA3iv818980@freefall.freebsd.org> From: Daniel Eischen Date: Sun, 9 Dec 2001 19:44:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/gen setjmp.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 deischen 2001/12/09 19:44:57 PST Modified files: (Branch: RELENG_4) lib/libc/alpha/gen setjmp.S Log: Change sigreturn from a protected syscall to a normal syscall. When the wrapping for sigreturn in libc_r was removed, the alpha bits for libc were overlooked and still had a reference to the wrapped version of sigreturn (_thread_sys_sigreturn). libc_r has been totally broken for alpha since then. This change does not apply to -current. Reported by: Bernd Walter Revision Changes Path 1.11.2.1 +2 -2 src/lib/libc/alpha/gen/setjmp.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 20: 4:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C98F837B405; Sun, 9 Dec 2001 20:04:33 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA44XH20679; Sun, 9 Dec 2001 20:04:33 -0800 (PST) (envelope-from jmz) Message-Id: <200112100404.fBA44XH20679@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 9 Dec 2001 20:04:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xsnow Makefile ports/x11/xsnow/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 jmz 2001/12/09 20:04:33 PST Modified files: x11/xsnow Makefile Removed files: x11/xsnow/scripts configure Log: Move the configuration bits from scripts/ into Makefile, using a pre-build target to patch ${WRKSRC}/Makefile. This should fix an install problem with XFree86-4. Revision Changes Path 1.13 +8 -1 ports/x11/xsnow/Makefile 1.2 +0 -11 ports/x11/xsnow/scripts/configure (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 20:41:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED8D337B405; Sun, 9 Dec 2001 20:41:18 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA4fIX27093; Sun, 9 Dec 2001 20:41:18 -0800 (PST) (envelope-from obrien) Message-Id: <200112100441.fBA4fIX27093@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 20:41:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bison Makefile distinfo ports/devel/bison/files patch-getargs.c patch-reader.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 20:41:18 PST Modified files: devel/bison Makefile distinfo devel/bison/files patch-getargs.c patch-reader.c Log: Back this down to version 1.28 until the Bison developers can acutally do some regression tests on their later releases. Versions 1.29 and 1.30 seg fault where 1.28 did not. Revision Changes Path 1.19 +2 -2 ports/devel/bison/Makefile 1.7 +1 -1 ports/devel/bison/distinfo 1.3 +14 -14 ports/devel/bison/files/patch-getargs.c 1.3 +16 -17 ports/devel/bison/files/patch-reader.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 21:18:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 498E637B416; Sun, 9 Dec 2001 21:18:40 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA5Ie433803; Sun, 9 Dec 2001 21:18:40 -0800 (PST) (envelope-from ijliao) Message-Id: <200112100518.fBA5Ie433803@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 9 Dec 2001 21:18:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/qmls 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 2001/12/09 21:18:40 PST Modified files: cad Makefile Added files: cad/qmls Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add qmls Quine-McCluskey Logic Simplifier Revision Changes Path 1.28 +1 -0 ports/cad/Makefile 1.1 +20 -0 ports/cad/qmls/Makefile (new) 1.1 +1 -0 ports/cad/qmls/distinfo (new) 1.1 +1 -0 ports/cad/qmls/pkg-comment (new) 1.1 +2 -0 ports/cad/qmls/pkg-descr (new) 1.1 +1 -0 ports/cad/qmls/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 Dec 9 21:19: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01BBC37B419; Sun, 9 Dec 2001 21:18:44 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA5IhG33840; Sun, 9 Dec 2001 21:18:43 -0800 (PST) (envelope-from ijliao) Message-Id: <200112100518.fBA5IhG33840@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 9 Dec 2001 21:18:43 -0800 (PST) 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 2001/12/09 21:18:43 PST Modified files: . modules Log: qmls --> ports/cad/qmls Revision Changes Path 1.4282 +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 Dec 9 21:38:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E57E737B405; Sun, 9 Dec 2001 21:38:23 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA5cNk35269; Sun, 9 Dec 2001 21:38:23 -0800 (PST) (envelope-from obrien) Message-Id: <200112100538.fBA5cNk35269@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 21:38:23 -0800 (PST) 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 obrien 2001/12/09 21:38:23 PST Modified files: sys/sys ktr.h Log: Add a CTR6, we need it now. Revision Changes Path 1.13 +8 -0 src/sys/sys/ktr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 21:40:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D20937B416; Sun, 9 Dec 2001 21:40:12 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA5eCl35471; Sun, 9 Dec 2001 21:40:12 -0800 (PST) (envelope-from obrien) Message-Id: <200112100540.fBA5eCl35471@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 21:40:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c kern_intr.c kern_sema.c subr_witness.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/12/09 21:40:12 PST Modified files: sys/kern kern_exec.c kern_intr.c kern_sema.c subr_witness.c Log: Repeat after me -- "Use of ANSI string concatenation can be bad." In this case, C99's __func__ is properly defined as: static const char __func__[] = "function-name"; and GCC 3.1 will not allow it to be used in bogus string concatenation. Revision Changes Path 1.146 +1 -1 src/sys/kern/kern_exec.c 1.64 +17 -17 src/sys/kern/kern_intr.c 1.2 +8 -8 src/sys/kern/kern_sema.c 1.91 +13 -13 src/sys/kern/subr_witness.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 21:51:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79DAE37B417; Sun, 9 Dec 2001 21:51:45 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA5pjf36398; Sun, 9 Dec 2001 21:51:45 -0800 (PST) (envelope-from obrien) Message-Id: <200112100551.fBA5pjf36398@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 21:51:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_condvar.c kern_sx.c subr_bus.c subr_mchain.c subr_sbuf.c uipc_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/09 21:51:45 PST Modified files: sys/kern kern_condvar.c kern_sx.c subr_bus.c subr_mchain.c subr_sbuf.c uipc_mbuf.c Log: Update to C99, s/__FUNCTION__/__func__/. Revision Changes Path 1.16 +12 -12 src/sys/kern/kern_condvar.c 1.15 +3 -3 src/sys/kern/kern_sx.c 1.96 +1 -1 src/sys/kern/subr_bus.c 1.3 +3 -3 src/sys/kern/subr_mchain.c 1.13 +7 -7 src/sys/kern/subr_sbuf.c 1.89 +3 -3 src/sys/kern/uipc_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 21:52:43 2001 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 6133237B405; Sun, 9 Dec 2001 21:52:38 -0800 (PST) Received: by squall.waterspout.com (Postfix, from userid 1050) id 6E0B69B19; Mon, 10 Dec 2001 00:50:40 -0500 (EST) Date: Mon, 10 Dec 2001 00:50:40 -0500 From: Will Andrews To: Jun Kuriyama Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/comms Makefile ports/comms/conserver-com Makefile distinfo pkg-comment pkg-descr pkg-plist ports/comms/conserver-com/files patch-conserver.rc Message-ID: <20011210005040.Q23826@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Jun Kuriyama , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200112091440.fB9EeD726698@freefall.freebsd.org> <20011209134457.A23826@squall.waterspout.com> <7melm4doju.wl@waterblue.imgsrc.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7melm4doju.wl@waterblue.imgsrc.co.jp> User-Agent: Mutt/1.3.22.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 Mon, Dec 10, 2001 at 07:19:33AM +0900, Jun Kuriyama wrote: > Hmm, this conserver is forked from 5.21-Beta version of conserver. > Our comms/conserver is imported at 5.21-Beta so I think > comms/conserver and comms/conserver-com are very different program. Doesn't matter if they were forked a long time ago. If they are even mildly related, the port must be repocopied. Does this need to be made clear in the Committers' Handbook? -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 21:58:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 884E137B405; Sun, 9 Dec 2001 21:58:28 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA5wSp36960; Sun, 9 Dec 2001 21:58:28 -0800 (PST) (envelope-from obrien) Message-Id: <200112100558.fBA5wSp36960@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 Dec 2001 21:58:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys iconv.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 2001/12/09 21:58:28 PST Modified files: sys/sys iconv.h Log: Update to C99, s/__FUNCTION__/__func__/. Revision Changes Path 1.2 +1 -1 src/sys/sys/iconv.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 22: 5:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E727937B417; Sun, 9 Dec 2001 22:05:28 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA65Sv41117; Sun, 9 Dec 2001 22:05:28 -0800 (PST) (envelope-from mikeh) Message-Id: <200112100605.fBA65Sv41117@freefall.freebsd.org> From: Mike Heffner Date: Sun, 9 Dec 2001 22:05:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/edquota Makefile edquota.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/09 22:05:28 PST Modified files: usr.sbin/edquota Makefile edquota.c Log: WARNS=2 cleanup. Submitted by: Maxime Henrion MFC after: 2 weeks Revision Changes Path 1.5 +3 -1 src/usr.sbin/edquota/Makefile 1.14 +34 -34 src/usr.sbin/edquota/edquota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 22:25:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4381D37B419; Sun, 9 Dec 2001 22:25:35 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA6PZb42481; Sun, 9 Dec 2001 22:25:35 -0800 (PST) (envelope-from mikeh) Message-Id: <200112100625.fBA6PZb42481@freefall.freebsd.org> From: Mike Heffner Date: Sun, 9 Dec 2001 22:25:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/repquota Makefile repquota.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/09 22:25:35 PST Modified files: usr.sbin/repquota Makefile repquota.c Log: WARNS=2 cleanup. Submitted by: Maxime Henrion MFC after: 2 weeks Revision Changes Path 1.5 +3 -1 src/usr.sbin/repquota/Makefile 1.11 +16 -13 src/usr.sbin/repquota/repquota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 22:32:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8FD237B41B; Sun, 9 Dec 2001 22:32:08 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA6W8d42830; Sun, 9 Dec 2001 22:32:08 -0800 (PST) (envelope-from murray) Message-Id: <200112100632.fBA6W8d42830@freefall.freebsd.org> From: Murray Stokely Date: Sun, 9 Dec 2001 22:32:08 -0800 (PST) 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 murray 2001/12/09 22:32:08 PST Modified files: en_US.ISO8859-1/books/handbook/sound chapter.sgml Log: Reorganize this chapter a bit. * Remove a near-empty and completely useless . * Combine a "troubleshooting" Q/A section into a small list of error message and accompanying solutions to the previous section. * Improve the wording in one or two places. Revision Changes Path 1.24 +59 -71 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 Sun Dec 9 22:36:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A92B37B416; Sun, 9 Dec 2001 22:36:10 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA6aAC43101; Sun, 9 Dec 2001 22:36:10 -0800 (PST) (envelope-from murray) Message-Id: <200112100636.fBA6aAC43101@freefall.freebsd.org> From: Murray Stokely Date: Sun, 9 Dec 2001 22:36:10 -0800 (PST) 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 murray 2001/12/09 22:36:10 PST Modified files: en_US.ISO8859-1/books/handbook/sound chapter.sgml Log: Whitespace change only. Wrap paragraphs. Revision Changes Path 1.25 +66 -55 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 Sun Dec 9 22:42:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E66D737B417; Sun, 9 Dec 2001 22:42:56 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA6gui43874; Sun, 9 Dec 2001 22:42:56 -0800 (PST) (envelope-from mikeh) Message-Id: <200112100642.fBA6gui43874@freefall.freebsd.org> From: Mike Heffner Date: Sun, 9 Dec 2001 22:42:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp Makefile arp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/09 22:42:56 PST Modified files: usr.sbin/arp Makefile arp.c Log: WARNS=2 cleanup. Submitted by: Maxime Henrion MFC after: 2 weeks Revision Changes Path 1.7 +3 -1 src/usr.sbin/arp/Makefile 1.34 +68 -58 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 Sun Dec 9 23:19: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9041C37B405; Sun, 9 Dec 2001 23:19:05 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA7J5250668; Sun, 9 Dec 2001 23:19:05 -0800 (PST) (envelope-from murray) Message-Id: <200112100719.fBA7J5250668@freefall.freebsd.org> From: Murray Stokely Date: Sun, 9 Dec 2001 23:19:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal releng45.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 murray 2001/12/09 23:19:05 PST Modified files: en/internal releng45.sgml Log: * Add information about the release engineering team for FreeBSD 4.5. * Describe the role of freebsd-qa@ and re@FreeBSD.org. * Add another item to our schedule. Revision Changes Path 1.3 +40 -11 www/en/internal/releng45.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 9 23:48: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 0068337B416; Sun, 9 Dec 2001 23:48:06 -0800 (PST) Received: from gateway.posi.net ([12.236.90.177]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011210074805.OPYN4213.rwcrmhc52.attbi.com@gateway.posi.net>; Mon, 10 Dec 2001 07:48:05 +0000 Received: from localhost (kbyanc@localhost) by gateway.posi.net (8.11.6/8.11.6) with ESMTP id fBA7m4224903; Sun, 9 Dec 2001 23:48:05 -0800 (PST) (envelope-from kbyanc@posi.net) X-Authentication-Warning: gateway.posi.net: kbyanc owned process doing -bs Date: Sun, 9 Dec 2001 23:48:04 -0800 (PST) From: Kelly Yancey To: Ian Dowse Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c 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, 9 Dec 2001, Ian Dowse wrote: > iedowse 2001/12/09 13:38:33 PST > > Modified files: > sys/cam/scsi scsi_da.c > Log: > Add a NO_6_BYTE quirk for the D-series olympus digital cameras. > > PR: kern/31250 > Submitted by: Bryan Liesner > > Revision Changes Path > 1.91 +7 -0 src/sys/cam/scsi/scsi_da.c > Combined with the existing quirk entries for the Olympus C- and E-series, I believe this covers every model Olympus camera that exists. Perhaps it is time to consolidate the quirks into a single entry. Kelly -- Kelly Yancey - kbyanc@{posi.net,FreeBSD.org} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 0: 5: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C9BA37B419; Mon, 10 Dec 2001 00:04:57 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA84vP58162; Mon, 10 Dec 2001 00:04:57 -0800 (PST) (envelope-from murray) Message-Id: <200112100804.fBA84vP58162@freefall.freebsd.org> From: Murray Stokely Date: Mon, 10 Dec 2001 00:04:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases 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 murray 2001/12/10 00:04:57 PST Modified files: en/releases index.sgml Log: * FreeBSD 4.5 is scheduled for January 20th, not the 15th. * Also, add an 'alt' attribute and update this page to HTML 4.0 Transitional Revision Changes Path 1.65 +5 -5 www/en/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 0:10: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABB9F37B405; Mon, 10 Dec 2001 00:09:49 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA89nK62757; Mon, 10 Dec 2001 00:09:49 -0800 (PST) (envelope-from obrien) Message-Id: <200112100809.fBA89nK62757@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 Dec 2001 00:09:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common bcache.c interp_forth.c src/sys/boot/i386/libi386 bioscd.c biosdisk.c src/sys/boot/pc98/libpc98 biosdisk.c src/sys/coda coda_psdev.c coda_vfsops.c coda_vnops.c src/sys/compat/linux linux_ioctl.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/12/10 00:09:49 PST Modified files: sys/boot/common bcache.c interp_forth.c sys/boot/i386/libi386 bioscd.c biosdisk.c sys/boot/pc98/libpc98 biosdisk.c sys/coda coda_psdev.c coda_vfsops.c coda_vnops.c sys/compat/linux linux_ioctl.c sys/dev/aac aacvar.h sys/dev/amr amrvar.h sys/dev/ciss cissvar.h sys/dev/fb s3_pci.c sys/dev/ichsmb ichsmb.c sys/dev/iicbus if_ic.c iic.c iicbus.c iicsmb.c sys/dev/mlx mlx.c mlxvar.h sys/dev/mly mlyvar.h sys/dev/ppbus ppb_1284.c ppb_msq.c vpoio.c sys/dev/ray if_raydbg.h if_rayvar.h sys/dev/sound/pcm buffer.c channel.c sys/dev/twe twevar.h sys/dev/wi if_wi.c sys/fs/nwfs nwfs_io.c nwfs_subr.c sys/fs/pseudofs pseudofs.c sys/fs/smbfs smbfs_smb.c smbfs_subr.h sys/gnu/ext2fs ext2_fs.h sys/i386/ibcs2 imgact_coff.c sys/i386/include i4b_debug.h sys/i386/isa pcf.c sys/ia64/conf GENERIC sys/isa ppc.c sys/net if_ef.c if_ethersubr.c sys/netgraph ng_UI.c ng_async.c ng_base.c ng_bpf.c ng_bridge.c ng_eiface.c ng_ether.c ng_frame_relay.c ng_gif.c ng_gif_demux.c ng_iface.c ng_ksocket.c ng_mppc.c ng_one2many.c ng_parse.c ng_ppp.c ng_pppoe.c ng_pptpgre.c ng_rfc1490.c ng_socket.c ng_split.c ng_tee.c ng_tty.c ng_vjc.c sys/netinet ip_divert.c tcp_output.c sys/netinet6 ip6_fw.c sys/netncp ncp_conn.c ncp_ncp.c ncp_rq.c ncp_subr.h sys/netsmb smb_smb.c smb_subr.h smb_trantcp.h sys/pc98/pc98 ppc.c sys/pci agp_intel.c alpm.c amdpm.c sys/powerpc/include globals.h openpicreg.h Log: Update to C99, s/__FUNCTION__/__func__/, also don't use ANSI string concatenation. Revision Changes Path 1.9 +2 -2 src/sys/boot/common/bcache.c 1.21 +1 -1 src/sys/boot/common/interp_forth.c 1.2 +1 -1 src/sys/boot/i386/libi386/bioscd.c 1.34 +2 -2 src/sys/boot/i386/libi386/biosdisk.c 1.17 +2 -2 src/sys/boot/pc98/libpc98/biosdisk.c 1.21 +1 -1 src/sys/coda/coda_psdev.c 1.37 +1 -1 src/sys/coda/coda_vfsops.c 1.37 +1 -1 src/sys/coda/coda_vnops.c 1.78 +5 -5 src/sys/compat/linux/linux_ioctl.c 1.13 +3 -3 src/sys/dev/aac/aacvar.h 1.9 +4 -4 src/sys/dev/amr/amrvar.h 1.3 +2 -2 src/sys/dev/ciss/cissvar.h 1.3 +6 -6 src/sys/dev/fb/s3_pci.c 1.6 +13 -13 src/sys/dev/ichsmb/ichsmb.c 1.11 +2 -2 src/sys/dev/iicbus/if_ic.c 1.24 +3 -3 src/sys/dev/iicbus/iic.c 1.15 +3 -3 src/sys/dev/iicbus/iicbus.c 1.10 +4 -4 src/sys/dev/iicbus/iicsmb.c 1.31 +2 -2 src/sys/dev/mlx/mlx.c 1.16 +3 -3 src/sys/dev/mlx/mlxvar.h 1.4 +3 -3 src/sys/dev/mly/mlyvar.h 1.13 +4 -4 src/sys/dev/ppbus/ppb_1284.c 1.12 +8 -8 src/sys/dev/ppbus/ppb_msq.c 1.16 +3 -3 src/sys/dev/ppbus/vpoio.c 1.12 +6 -6 src/sys/dev/ray/if_raydbg.h 1.17 +5 -5 src/sys/dev/ray/if_rayvar.h 1.8 +13 -13 src/sys/dev/sound/pcm/buffer.c 1.72 +5 -5 src/sys/dev/sound/pcm/channel.c 1.5 +3 -3 src/sys/dev/twe/twevar.h 1.69 +2 -2 src/sys/dev/wi/if_wi.c 1.19 +3 -3 src/sys/fs/nwfs/nwfs_io.c 1.9 +2 -2 src/sys/fs/nwfs/nwfs_subr.c 1.12 +8 -8 src/sys/fs/pseudofs/pseudofs.c 1.3 +2 -2 src/sys/fs/smbfs/smbfs_smb.c 1.2 +2 -2 src/sys/fs/smbfs/smbfs_subr.h 1.11 +2 -2 src/sys/gnu/ext2fs/ext2_fs.h 1.47 +2 -2 src/sys/i386/ibcs2/imgact_coff.c 1.10 +5 -5 src/sys/i386/include/i4b_debug.h 1.17 +2 -2 src/sys/i386/isa/pcf.c 1.23 +4 -1 src/sys/ia64/conf/GENERIC 1.36 +12 -12 src/sys/isa/ppc.c 1.16 +3 -3 src/sys/net/if_ef.c 1.103 +1 -1 src/sys/net/if_ethersubr.c 1.15 +3 -3 src/sys/netgraph/ng_UI.c 1.17 +4 -4 src/sys/netgraph/ng_async.c 1.58 +6 -6 src/sys/netgraph/ng_base.c 1.15 +2 -2 src/sys/netgraph/ng_bpf.c 1.11 +11 -11 src/sys/netgraph/ng_bridge.c 1.4 +4 -4 src/sys/netgraph/ng_eiface.c 1.21 +7 -7 src/sys/netgraph/ng_ether.c 1.19 +2 -2 src/sys/netgraph/ng_frame_relay.c 1.5 +7 -7 src/sys/netgraph/ng_gif.c 1.4 +2 -2 src/sys/netgraph/ng_gif_demux.c 1.19 +9 -9 src/sys/netgraph/ng_iface.c 1.24 +2 -2 src/sys/netgraph/ng_ksocket.c 1.15 +9 -9 src/sys/netgraph/ng_mppc.c 1.8 +8 -8 src/sys/netgraph/ng_one2many.c 1.13 +8 -8 src/sys/netgraph/ng_parse.c 1.35 +12 -12 src/sys/netgraph/ng_ppp.c 1.48 +2 -2 src/sys/netgraph/ng_pppoe.c 1.22 +7 -7 src/sys/netgraph/ng_pptpgre.c 1.16 +3 -3 src/sys/netgraph/ng_rfc1490.c 1.30 +2 -2 src/sys/netgraph/ng_socket.c 1.3 +2 -2 src/sys/netgraph/ng_split.c 1.19 +3 -3 src/sys/netgraph/ng_tee.c 1.21 +5 -5 src/sys/netgraph/ng_tty.c 1.20 +4 -4 src/sys/netgraph/ng_vjc.c 1.54 +2 -2 src/sys/netinet/ip_divert.c 1.57 +1 -1 src/sys/netinet/tcp_output.c 1.15 +1 -1 src/sys/netinet6/ip6_fw.c 1.18 +3 -3 src/sys/netncp/ncp_conn.c 1.9 +2 -2 src/sys/netncp/ncp_ncp.c 1.8 +3 -3 src/sys/netncp/ncp_rq.c 1.6 +6 -6 src/sys/netncp/ncp_subr.h 1.3 +3 -3 src/sys/netsmb/smb_smb.c 1.4 +4 -4 src/sys/netsmb/smb_subr.h 1.2 +1 -1 src/sys/netsmb/smb_trantcp.h 1.12 +12 -12 src/sys/pc98/pc98/ppc.c 1.6 +4 -4 src/sys/pci/agp_intel.c 1.16 +2 -2 src/sys/pci/alpm.c 1.2 +1 -1 src/sys/pci/amdpm.c 1.13 +2 -2 src/sys/powerpc/include/globals.h 1.2 +1 -1 src/sys/powerpc/include/openpicreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 0:11:26 2001 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 E409937B416; Mon, 10 Dec 2001 00:11:01 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBA8AkE81173; Mon, 10 Dec 2001 10:10:46 +0200 (EET) (envelope-from ru) Date: Mon, 10 Dec 2001 10:10:46 +0200 From: Ruslan Ermilov To: Greg Lehey , Will Andrews , Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 em.4 Message-ID: <20011210101046.C79785@sunbay.com> References: <200112081807.fB8I7TS40864@freefall.freebsd.org> <20011208151839.T56385@squall.waterspout.com> <20011209104832.B72402@monorchid.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011209104832.B72402@monorchid.lemis.com> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 09, 2001 at 10:48:32AM +1030, Greg Lehey wrote: > On Saturday, 8 December 2001 at 15:18:39 -0500, Will Andrews wrote: > > On Sat, Dec 08, 2001 at 10:07:29AM -0800, Ruslan Ermilov wrote: > >> - first appeared in 5.0, not 4.4 > > > > I thought it was going to be MFC'd? :) > > MFC comes later. First comes first. > If it's going to be MFC'ed, it will be at best in 4.5-RELEASE, but there's definitely no chance for it to appear in (already released) 4.4. If it gets to 4.5, then both RELENG_4 and HEAD manpages should be changed to "first appeared in 4.5-RELEASE". Greg, 4.5-RELEASE comes before 5.0-RELEASE. :-) Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 0:36:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9167937B417; Mon, 10 Dec 2001 00:36:48 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA8am165725; Mon, 10 Dec 2001 00:36:48 -0800 (PST) (envelope-from murray) Message-Id: <200112100836.fBA8am165725@freefall.freebsd.org> From: Murray Stokely Date: Mon, 10 Dec 2001 00:36:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml 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 murray 2001/12/10 00:36:48 PST Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml en_US.ISO8859-1/share/sgml authors.ent Log: * Remove Satoshi as Ports Wraith * Remove jkh as RE * Add steve, murray, rwatson, jhb as RE team. Submitted by: jkh (commit_prep.pl is still being temperamental) Revision Changes Path 1.92 +16 -26 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml 1.201 +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 Dec 10 0:37:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0091637B417; Mon, 10 Dec 2001 00:37:52 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA8bpx65864; Mon, 10 Dec 2001 00:37:51 -0800 (PST) (envelope-from roam) Message-Id: <200112100837.fBA8bpx65864@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 10 Dec 2001 00:37:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall Makefile menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/12/10 00:37:51 PST Modified files: usr.sbin/sysinstall Makefile menus.c Log: Add the Bulgarian BDS and Phonetic keymaps. Reviewed by: jhb Approved by: jhb, silence on -qa MFC after: 1 week Revision Changes Path 1.119 +2 -1 src/usr.sbin/sysinstall/Makefile 1.331 +2 -0 src/usr.sbin/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 1: 5:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC99B37B419; Mon, 10 Dec 2001 01:05:07 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA957m69156; Mon, 10 Dec 2001 01:05:07 -0800 (PST) (envelope-from roam) Message-Id: <200112100905.fBA957m69156@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 10 Dec 2001 01:05:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist src/share/mklocale Makefile bg_BG.CP1251.src src/share/colldef Makefile bg_BG.CP1251.src map.CP1251 src/share/timedef Makefile bg_BG.CP1251.src X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/12/10 01:05:07 PST Modified files: (Branch: RELENG_4) etc/mtree BSD.local.dist BSD.usr.dist share/mklocale Makefile share/colldef Makefile share/timedef Makefile Added files: (Branch: RELENG_4) share/mklocale bg_BG.CP1251.src share/colldef bg_BG.CP1251.src map.CP1251 share/timedef bg_BG.CP1251.src Log: MFC the RELENG_4-relevant parts of the bg_BG.CP1251 locale support. Approved by: ache Revision Changes Path 1.55.2.6 +3 -1 src/etc/mtree/BSD.local.dist 1.188.2.19 +5 -1 src/etc/mtree/BSD.usr.dist 1.32.2.1 +3 -2 src/share/colldef/Makefile 1.1.2.1 +40 -0 src/share/colldef/bg_BG.CP1251.src (new) 1.1.2.1 +257 -0 src/share/colldef/map.CP1251 (new) 1.28.2.1 +3 -2 src/share/mklocale/Makefile 1.3.2.1 +84 -0 src/share/mklocale/bg_BG.CP1251.src (new) 1.11.2.2 +3 -2 src/share/timedef/Makefile 1.1.2.1 +101 -0 src/share/timedef/bg_BG.CP1251.src (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 1:11:12 2001 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 4B71937B405; Mon, 10 Dec 2001 01:11:05 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16DMUT-000Dno-00; Mon, 10 Dec 2001 11:12:49 +0200 From: Sheldon Hearn To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.8 In-reply-to: Your message of "Fri, 07 Dec 2001 18:42:25 +0200." <3C10F171.FEE996EB@FreeBSD.org> Date: Mon, 10 Dec 2001 11:12:49 +0200 Message-ID: <53059.1007975569@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 Fri, 07 Dec 2001 18:42:25 +0200, Maxim Sobolev wrote: > I would suggest to extend this para explaining that 16:2 could result > in a huge space wastage when there are large number of small files on > the fs (such as /usr/ports or /usr/src) and 8:1 is better suited for > such cases. Thanks for the input. I'll include this in my upcoming change to make 16:2 the default as discussed with mckusick and dillon on -arch. 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 Dec 10 1:26:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAA4337B416; Mon, 10 Dec 2001 01:26:30 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA9QUK74784; Mon, 10 Dec 2001 01:26:30 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112100926.fBA9QUK74784@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 10 Dec 2001 01:26:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 tuning.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/12/10 01:26:30 PST Modified files: share/man/man7 tuning.7 Log: Remove the advice relating to the number of cylinders per cylinder group. The highest possible value is calculated automatically since rev 1.41 of src/sbin/newfs.c . Revision Changes Path 1.30 +0 -13 src/share/man/man7/tuning.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 1:27: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B93D37B41B; Mon, 10 Dec 2001 01:27:00 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA9R0774843; Mon, 10 Dec 2001 01:27:00 -0800 (PST) (envelope-from murray) Message-Id: <200112100927.fBA9R0774843@freefall.freebsd.org> From: Murray Stokely Date: Mon, 10 Dec 2001 01:27:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/12/10 01:27:00 PST Modified files: sys/i386/pci pci_bus.c Log: Add identification string for AMD-761 host to PCI bridge. PR: kern/32255 Revision Changes Path 1.77 +4 -1 src/sys/i386/pci/pci_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 1:34:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8652E37B416; Mon, 10 Dec 2001 01:34:39 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA9YdU75962; Mon, 10 Dec 2001 01:34:39 -0800 (PST) (envelope-from hm) Message-Id: <200112100934.fBA9YdU75962@freefall.freebsd.org> From: Hellmuth Michaelis Date: Mon, 10 Dec 2001 01:34:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdntrace q931.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 hm 2001/12/10 01:34:39 PST Modified files: (Branch: RELENG_4) usr.sbin/i4b/isdntrace q931.c Log: MFC: keypad facility information element: add keypad facility information decoding. Revision Changes Path 1.6.2.2 +12 -4 src/usr.sbin/i4b/isdntrace/q931.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 1:35: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0D6937B444; Mon, 10 Dec 2001 01:34:47 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA9YlK75996; Mon, 10 Dec 2001 01:34:47 -0800 (PST) (envelope-from obrien) Message-Id: <200112100934.fBA9YlK75996@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 Dec 2001 01:34:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aacvar.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 2001/12/10 01:34:47 PST Modified files: sys/dev/aac aacvar.h Log: I missed a string concatenation. Revision Changes Path 1.14 +1 -1 src/sys/dev/aac/aacvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 1:42:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21AD137B416; Mon, 10 Dec 2001 01:42:53 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBA9grB76980; Mon, 10 Dec 2001 01:42:53 -0800 (PST) (envelope-from hm) Message-Id: <200112100942.fBA9grB76980@freefall.freebsd.org> From: Hellmuth Michaelis Date: Mon, 10 Dec 2001 01:42:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd exec.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 hm 2001/12/10 01:42:53 PST Modified files: (Branch: RELENG_4) usr.sbin/i4b/isdnd exec.c Log: MFC: Close files only if the fp is != NULL. PR: bin/31913 Submitted by: Harald Hanche-Olsen Reviewed by: hm Revision Changes Path 1.6.2.4 +6 -7 src/usr.sbin/i4b/isdnd/exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 1:50:15 2001 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 8F54437B405; Mon, 10 Dec 2001 01:50:12 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16DN6N-000EAV-00; Mon, 10 Dec 2001 11:51:59 +0200 From: Sheldon Hearn To: obrien@FreeBSD.org Cc: "Daniel C. Sobral" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common panic.c In-reply-to: Your message of "Sat, 08 Dec 2001 19:13:21 PST." <20011208191321.A30565@dragon.nuxi.com> Date: Mon, 10 Dec 2001 11:51:59 +0200 Message-ID: <54466.1007977919@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, 08 Dec 2001 19:13:21 PST, "David O'Brien" wrote: > > Modified files: > > sys/boot/common panic.c > > Log: > > Waits for a keypress before rebooting on panic. > > This sounds scary for unattended machines. Perhaps this should be > wrapped with DDB_UNATTENDED. As was pointed out when dcs first made this change, the panic in question happens so early that an automatic reboot isn't going to achieve anything. 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 Dec 10 1:58:15 2001 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 392E237B405; Mon, 10 Dec 2001 01:58:06 -0800 (PST) Received: from ark.cris.net (ns2.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id LAA28799; Mon, 10 Dec 2001 11:58:00 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id fBA9vSe16773; Mon, 10 Dec 2001 11:57:28 +0200 (EET) Date: Mon, 10 Dec 2001 11:57:28 +0200 From: Alexey Zelkin To: Bill Fenner Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtod.c Message-ID: <20011210115728.A11494@ark.cris.net> References: <200111301248.fAUCmV345233@freefall.freebsd.org> <20011130145450.B68788@ark.cris.net> <200112021729.JAA08989@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200112021729.JAA08989@windsor.research.att.com>; from fenner@research.att.com on Sun, Dec 02, 2001 at 09:29:57AM -0800 X-Operating-System: FreeBSD 3.5-STABLE 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 hi, On Sun, Dec 02, 2001 at 09:29:57AM -0800, Bill Fenner wrote: > > If you're interested, there's a significantly updated version of this > code in netlib; http://netlib.bell-labs.com/netlib/fp/ . It looks like > there's even a generalized version that can handle long double; we'd > need that if we wanted to support %Lf or strtold(). Thanks for link! I've found some interesting stuff there and will bring it in after some time. BTW, there's difference between old and this versions of NetLib in license. Should I update (change AT&T -> Lucent) ? Or something other ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 2: 3:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0867437B416; Mon, 10 Dec 2001 02:03:33 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAA3Xo79377; Mon, 10 Dec 2001 02:03:33 -0800 (PST) (envelope-from sobomax) Message-Id: <200112101003.fBAA3Xo79377@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 10 Dec 2001 02:03:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/libelysium Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/libelysium/files patch-Makefile.in 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 sobomax 2001/12/10 02:03:32 PST Modified files: misc Makefile Added files: misc/libelysium Makefile distinfo pkg-comment pkg-descr pkg-plist misc/libelysium/files patch-Makefile.in patch-configure patch-ltmain.sh Log: Add libelysium 0.2.6, a library of utility functions used by several Elysium (yet another GNU/Linux distro) projects. Revision Changes Path 1.390 +1 -0 ports/misc/Makefile 1.1 +28 -0 ports/misc/libelysium/Makefile (new) 1.1 +1 -0 ports/misc/libelysium/distinfo (new) 1.1 +14 -0 ports/misc/libelysium/files/patch-Makefile.in (new) 1.1 +25 -0 ports/misc/libelysium/files/patch-configure (new) 1.1 +28 -0 ports/misc/libelysium/files/patch-ltmain.sh (new) 1.1 +1 -0 ports/misc/libelysium/pkg-comment (new) 1.1 +3 -0 ports/misc/libelysium/pkg-descr (new) 1.1 +7 -0 ports/misc/libelysium/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 Dec 10 2: 3:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F71137B419; Mon, 10 Dec 2001 02:03:53 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAA3r479440; Mon, 10 Dec 2001 02:03:53 -0800 (PST) (envelope-from sobomax) Message-Id: <200112101003.fBAA3r479440@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 10 Dec 2001 02:03:53 -0800 (PST) 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 2001/12/10 02:03:53 PST Modified files: . modules Log: libelysium --> ports/misc/libelysium Revision Changes Path 1.4283 +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 Dec 10 2:25:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7461437B417; Mon, 10 Dec 2001 02:25:54 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAAPsu87181; Mon, 10 Dec 2001 02:25:54 -0800 (PST) (envelope-from sobomax) Message-Id: <200112101025.fBAAPsu87181@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 10 Dec 2001 02:25:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bison 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 2001/12/10 02:25:54 PST Modified files: devel/bison Makefile Log: Bump PORTEPOCH because PORTVERSION was recently lowered. Revision Changes Path 1.20 +1 -0 ports/devel/bison/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 2:28:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF54F37B417; Mon, 10 Dec 2001 02:28:25 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAASPc87514; Mon, 10 Dec 2001 02:28:25 -0800 (PST) (envelope-from hm) Message-Id: <200112101028.fBAASPc87514@freefall.freebsd.org> From: Hellmuth Michaelis Date: Mon, 10 Dec 2001 02:28:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/capi capi_msgs.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 hm 2001/12/10 02:28:25 PST Modified files: (Branch: RELENG_4) sys/i4b/capi capi_msgs.c Log: MFC: It seems that I slipped a nasty bug into the CAPI support. The message lengths for CONNECT_REQ and CONNECT_IND are incorrect, which causes dialouts to fail after certain error situations (an invalid -- not wrong! -- number has been dialed). Since these messages are tagged as too short, the device reads trailing garbage as the B protocol parameters; this is OK as long as the garbage consists of zero bytes, which it usually does, except after the said error. Another change we have taken into use is to send an explicit Q.850 "normal call clearing" code when a call is ignored using PRI equipment (specifically AVM T1); the CAPI pseudo-code for ignore, 1, translates into something at least Ericsson exchanges interpret oddly (message "this area is not reachable from your number"). NCCLR makes the exchange give a busy signal, which is the behaviour at least we prefer (conceivably, the ignore code could be made a sysctl variable). The attached patch corrects the message length issue. It also includes a somewhat unpretty solution for the PRI ignore code (if device's number of channels equals 30, assume PRI and send NCCLR, otherwise send CAPI ignore). Tested using AVM B1 PCI and T1 PCI. Submitted by: Juha-Matti Liukkonen Reviewed by: hm Revision Changes Path 1.1.2.2 +9 -4 src/sys/i4b/capi/capi_msgs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 2:28:34 2001 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 48C0537B41B; Mon, 10 Dec 2001 02:28:27 -0800 (PST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id fBAASQQ46384; Mon, 10 Dec 2001 11:28:26 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Mon, 10 Dec 2001 11:31:59 +0100 (CET) From: Martin Blapp To: Ian Dowse Cc: Subject: Re: cvs commit: src/usr.sbin/rpc.umntall rpc.umntall.c Message-ID: <20011210112900.J16571-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 Ian, < Log: Don't ignore SIGINT and SIGQUIT This is definitly a must if we run it at startup. Thank you for discovering this. Martin Martin Blapp, mb@imp.ch ------------------------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: 57E 7CCD 2769 E7AC C5FA DF2C 19C6 DCD1 1B3A EC9C ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 2:31:49 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 4632C37B417; Mon, 10 Dec 2001 02:31:32 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id MAA05222; Mon, 10 Dec 2001 12:31:24 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h25.228.dialup.iptcom.net [212.9.228.25]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id MAA98831; Mon, 10 Dec 2001 12:31:19 +0200 (EET) (envelope-from sobomax@FreeBSD.org) 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 fBAAU7W71725; Mon, 10 Dec 2001 12:30:07 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C148F66.395B8A8C@FreeBSD.org> Date: Mon, 10 Dec 2001 12:33:10 +0200 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: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.8 References: <53059.1007975569@axl.seasidesoftware.co.za> 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 Sheldon Hearn wrote: > > On Fri, 07 Dec 2001 18:42:25 +0200, Maxim Sobolev wrote: > > > I would suggest to extend this para explaining that 16:2 could result > > in a huge space wastage when there are large number of small files on > > the fs (such as /usr/ports or /usr/src) and 8:1 is better suited for > > such cases. > > Thanks for the input. I'll include this in my upcoming change to make > 16:2 the default as discussed with mckusick and dillon on -arch. Please do, because I was really surprised to find out that some 300MB out of 1.15GB (~ 30%!!!) was just a wasted space, which I've reclaimed by switching back to the good old 8K/1K. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 2:34: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75AB937B416; Mon, 10 Dec 2001 02:33:56 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAAXuD88108; Mon, 10 Dec 2001 02:33:56 -0800 (PST) (envelope-from hm) Message-Id: <200112101033.fBAAXuD88108@freefall.freebsd.org> From: Hellmuth Michaelis Date: Mon, 10 Dec 2001 02:33:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd controller.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 hm 2001/12/10 02:33:56 PST Modified files: (Branch: RELENG_4) usr.sbin/i4b/isdnd controller.c Log: MFC: Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP card. Submitted by: Steve Looman Reviewed by: hm Revision Changes Path 1.6.2.3 +2 -1 src/usr.sbin/i4b/isdnd/controller.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 2:34:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A3EF37B405; Mon, 10 Dec 2001 02:34:48 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAAYmN88188; Mon, 10 Dec 2001 02:34:48 -0800 (PST) (envelope-from murray) Message-Id: <200112101034.fBAAYmN88188@freefall.freebsd.org> From: Murray Stokely Date: Mon, 10 Dec 2001 02:34:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall tcpip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/12/10 02:34:48 PST Modified files: usr.sbin/sysinstall tcpip.c Log: Provide a more specific help line for PLIP installs, reminding the user that they must provide the peer's IP address in the 'extra options to ifconfig' box. PR: misc/21273 Revision Changes Path 1.122 +6 -1 src/usr.sbin/sysinstall/tcpip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 2:47:29 2001 Delivered-To: cvs-all@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 7FA2837B41B; Mon, 10 Dec 2001 02:47:25 -0800 (PST) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.11.6/8.11.6) id fBAAlOo17417; Mon, 10 Dec 2001 11:47:24 +0100 (CET) (envelope-from ibex) Date: Mon, 10 Dec 2001 11:47:24 +0100 From: Dirk Froemberg To: "Kenneth D. Merry" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c Message-ID: <20011210114724.A16748@physik.TU-Berlin.DE> References: <200112092337.fB9Nbsh80638@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: <200112092337.fB9Nbsh80638@freefall.freebsd.org>; from ken@freebsd.org on Sun, Dec 09, 2001 at 03:37:54PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Ken! Thanks a lot! Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 3: 1: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from newsguy.com (smtp.newsguy.com [209.155.56.71]) by hub.freebsd.org (Postfix) with ESMTP id D1A4837B417; Mon, 10 Dec 2001 03:01:00 -0800 (PST) Received: from newsguy.com (ppp225-bsace7003.telebrasilia.net.br [200.181.82.225]) by newsguy.com (8.9.1a/8.9.1) with ESMTP id DAA50557; Mon, 10 Dec 2001 03:00:03 -0800 (PST) Message-ID: <3C149761.AAB205B@newsguy.com> Date: Mon, 10 Dec 2001 09:07:13 -0200 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: en,pt-BR,pt,en-GB,en-US,ja MIME-Version: 1.0 To: Sheldon Hearn Cc: obrien@FreeBSD.org, "Daniel C. Sobral" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common panic.c References: <54466.1007977919@axl.seasidesoftware.co.za> 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 Sheldon Hearn wrote: > > On Sat, 08 Dec 2001 19:13:21 PST, "David O'Brien" wrote: > > > > Modified files: > > > sys/boot/common panic.c > > > Log: > > > Waits for a keypress before rebooting on panic. > > > > This sounds scary for unattended machines. Perhaps this should be > > wrapped with DDB_UNATTENDED. > > As was pointed out when dcs first made this change, the panic in > question happens so early that an automatic reboot isn't going to > achieve anything. Not entirely true. That is the case of unattended machines, but it is conceivable to try a loader/loader.conf on a remote machine through PXE boot and have it go wrong. In that case, the key press effectively prevents one from going back to a known working version of these files. I was told the fix was already in, though. Perhaps I should have checked... -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.secret.bsdconspiracy.net wow regex humor... I'm a geek To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 3:39:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9189637B417; Mon, 10 Dec 2001 03:39:40 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBABde100701; Mon, 10 Dec 2001 03:39:40 -0800 (PST) (envelope-from sobomax) Message-Id: <200112101139.fBABde100701@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 10 Dec 2001 03:39:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/teg 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 2001/12/10 03:39:40 PST Modified files: games/teg Makefile distinfo pkg-plist Log: Update to 0.9.0. Revision Changes Path 1.8 +2 -2 ports/games/teg/Makefile 1.6 +1 -1 ports/games/teg/distinfo 1.4 +137 -63 ports/games/teg/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 Dec 10 3:40:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05ABB37B41D; Mon, 10 Dec 2001 03:40:39 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBABecc00891; Mon, 10 Dec 2001 03:40:39 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112101140.fBABecc00891@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 10 Dec 2001 03:40:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/10 03:40:38 PST Modified files: sys/dev/usb usbdevs Log: Add some AGFA scanners: SnapScan 1236U SnapScan e20 SnapScan e25 SnapScan e26 SnapScan e40 SnapScan e50 SnapScan e52 PR: kern/32649 Submitted by: "Erik H. Bakke" Revision Changes Path 1.70 +7 -0 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 3:46:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9FCE37B419; Mon, 10 Dec 2001 03:46:12 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBABkCL01355; Mon, 10 Dec 2001 03:46:12 -0800 (PST) (envelope-from roger) Message-Id: <200112101146.fBABkCL01355@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 10 Dec 2001 03:46:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomemeeting/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 roger 2001/12/10 03:46:12 PST Modified files: net/gnomemeeting/files patch-aa Log: Use $GTK_CONFIG instead of hard coded gtk-config which is needed as FreeBSD calls its binary gtk12-config Revision Changes Path 1.5 +19 -2 ports/net/gnomemeeting/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 Dec 10 3:46:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 993A237B445; Mon, 10 Dec 2001 03:46:24 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBABkOD01402; Mon, 10 Dec 2001 03:46:24 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112101146.fBABkOD01402@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 10 Dec 2001 03:46:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.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 sheldonh 2001/12/10 03:46:24 PST Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen from usbdevs rev 1.70: added some AGFA scanners Revision Changes Path 1.86 +8 -1 src/sys/dev/usb/usbdevs.h 1.86 +43 -1 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 Dec 10 3:47:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9927537B50C; Mon, 10 Dec 2001 03:47:27 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBABlRU01533; Mon, 10 Dec 2001 03:47:27 -0800 (PST) (envelope-from guido) Message-Id: <200112101147.fBABlRU01533@freefall.freebsd.org> From: Guido van Rooij Date: Mon, 10 Dec 2001 03:47:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_nat.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 guido 2001/12/10 03:47:26 PST Modified files: (Branch: RELENG_4) sys/contrib/ipfilter/netinet ip_nat.c Log: MFC 1.24: Fix initialisation of struct nat entry, to solve a panic that occurs when reloading a nat table after reboot Submitted by: Arjan de Vet Reviewed by: IP Filter mailing list Revision Changes Path 1.22.2.3 +2 -1 src/sys/contrib/ipfilter/netinet/ip_nat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 3:47:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11E7537B419; Mon, 10 Dec 2001 03:47:21 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBABlKo01516; Mon, 10 Dec 2001 03:47:20 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112101147.fBABlKo01516@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 10 Dec 2001 03:47:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs 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 sheldonh 2001/12/10 03:47:20 PST Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs Log: MFC rev 1.70: add some AGFA scanners Revision Changes Path 1.11.2.14 +7 -0 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 3:50:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AE4337B416; Mon, 10 Dec 2001 03:50:28 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBABoSf01860; Mon, 10 Dec 2001 03:50:28 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112101150.fBABoSf01860@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 10 Dec 2001 03:50:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb 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 sheldonh 2001/12/10 03:50:25 PST Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen from usbdevs rev 1.11.2.14: added some AGFA scanners Revision Changes Path 1.32.2.14 +8 -1 src/sys/dev/usb/usbdevs.h 1.32.2.14 +43 -1 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 Dec 10 3:54: 5 2001 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 A6D0337B419; Mon, 10 Dec 2001 03:53:58 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16DP29-000F05-00; Mon, 10 Dec 2001 13:55:45 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h In-reply-to: Your message of "Mon, 10 Dec 2001 03:46:24 PST." <200112101146.fBABkOD01402@freefall.freebsd.org> Date: Mon, 10 Dec 2001 13:55:45 +0200 Message-ID: <57664.1007985345@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 Mon, 10 Dec 2001 03:46:24 PST, Sheldon Hearn wrote: > Modified files: > sys/dev/usb usbdevs.h usbdevs_data.h > Log: > Regen from usbdevs rev 1.70: added some AGFA scanners This is the first time I've handled changes to usbdevs, and I must say it's a real PITA. 4 commits to apply a single patch to HEAD and then merge onto RELENG_4. Is it really worth it, just to show the version of usbdevs from which the generated files were derived? Can't people just get that information from the CVS logs? 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 Dec 10 3:56:55 2001 Delivered-To: cvs-all@freebsd.org Received: from lupinella.troll.no (lupinella.troll.no [213.203.59.59]) by hub.freebsd.org (Postfix) with ESMTP id 42B1737B416; Mon, 10 Dec 2001 03:56:50 -0800 (PST) Received: from breiflabb.troll.no ([213.203.59.91]:9734 "HELO breiflabb" ident: "NO-IDENT-SERVICE[2]") by trolltech.com with SMTP id ; Mon, 10 Dec 2001 12:56:31 +0100 Message-ID: <009801c18172$173f6510$5b3bcbd5@breiflabb> From: "Erik H. Bakke" To: "Sheldon Hearn" , Cc: References: <57664.1007985345@axl.seasidesoftware.co.za> Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Date: Mon, 10 Dec 2001 12:59:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Modified files: > > sys/dev/usb usbdevs.h usbdevs_data.h > > Log: > > Regen from usbdevs rev 1.70: added some AGFA scanners > > This is the first time I've handled changes to usbdevs, and I must say > it's a real PITA. 4 commits to apply a single patch to HEAD and then > merge onto RELENG_4. > > Is it really worth it, just to show the version of usbdevs from which > the generated files were derived? Can't people just get that > information from the CVS logs? > Maybe I'm showing my ignorance here, but I'll still ask. Is there any reason why usbdevs.h and usbdevs_data.h are not generated automatically by the build? Regards. --- Erik H. Bakke Don't ask "Who invented time?", the real question is "When was time invented?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 4: 2:50 2001 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 505DD37B417; Mon, 10 Dec 2001 04:02:47 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16DPAN-000F31-00; Mon, 10 Dec 2001 14:04:15 +0200 From: Sheldon Hearn To: "Erik H. Bakke" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h In-reply-to: Your message of "Mon, 10 Dec 2001 12:59:15 +0100." <009801c18172$173f6510$5b3bcbd5@breiflabb> Date: Mon, 10 Dec 2001 14:04:15 +0200 Message-ID: <57846.1007985855@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 Mon, 10 Dec 2001 12:59:15 +0100, "Erik H. Bakke" wrote: > Maybe I'm showing my ignorance here, but I'll still ask. > Is there any reason why usbdevs.h and usbdevs_data.h are not generated > automatically by the build? I've been asked this message by someone else in private mail as well. Maybe it's just difficult ensuring that the generated header files are in place before dependents are built? Try your hand at a patch and see what Nick Hibma thinks. :-) 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 Dec 10 4: 9:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40E1B37B42A; Mon, 10 Dec 2001 04:09:33 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAC9Xm13608; Mon, 10 Dec 2001 04:09:33 -0800 (PST) (envelope-from murray) Message-Id: <200112101209.fBAC9Xm13608@freefall.freebsd.org> From: Murray Stokely Date: Mon, 10 Dec 2001 04:09:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/bibliography 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 murray 2001/12/10 04:09:32 PST Modified files: en_US.ISO8859-1/books/handbook/bibliography chapter.sgml Log: Add a highly recommended PC Hardware book to the bibliography. PR: docs/32656 Revision Changes Path 1.38 +7 -0 doc/en_US.ISO8859-1/books/handbook/bibliography/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 4:13:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 898CF37B416; Mon, 10 Dec 2001 04:13:33 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBACDX914273; Mon, 10 Dec 2001 04:13:33 -0800 (PST) (envelope-from hm) Message-Id: <200112101213.fBACDX914273@freefall.freebsd.org> From: Hellmuth Michaelis Date: Mon, 10 Dec 2001 04:13:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include i4b_ioctl.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 hm 2001/12/10 04:13:33 PST Modified files: (Branch: RELENG_4) sys/i386/include i4b_ioctl.h Log: MFC: Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP card. Submitted by: Steve Looman Reviewed by: hm Revision Changes Path 1.6.2.3 +4 -4 src/sys/i386/include/i4b_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 4:17: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EA3637B41B; Mon, 10 Dec 2001 04:17:04 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBACH4Z14721; Mon, 10 Dec 2001 04:17:04 -0800 (PST) (envelope-from hm) Message-Id: <200112101217.fBACH4Z14721@freefall.freebsd.org> From: Hellmuth Michaelis Date: Mon, 10 Dec 2001 04:17:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.i386 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 hm 2001/12/10 04:17:04 PST Modified files: (Branch: RELENG_4) sys/conf options.i386 Log: MFC: Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP card. Submitted by: Steve Looman Reviewed by: hm Revision Changes Path 1.132.2.11 +1 -0 src/sys/conf/options.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 4:18:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B98EE37B41E; Mon, 10 Dec 2001 04:18:11 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBACIBB14863; Mon, 10 Dec 2001 04:18:11 -0800 (PST) (envelope-from hm) Message-Id: <200112101218.fBACIBB14863@freefall.freebsd.org> From: Hellmuth Michaelis Date: Mon, 10 Dec 2001 04:18:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1/isic i4b_ctx_s0P.c i4b_isic_pnp.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 hm 2001/12/10 04:18:11 PST Modified files: (Branch: RELENG_4) sys/i4b/layer1/isic i4b_ctx_s0P.c i4b_isic_pnp.c Log: MFC: Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP card. Submitted by: Steve Looman Reviewed by: hm Revision Changes Path 1.5.2.2 +91 -24 src/sys/i4b/layer1/isic/i4b_ctx_s0P.c 1.5.2.2 +9 -2 src/sys/i4b/layer1/isic/i4b_isic_pnp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 4:27:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D633237B41B; Mon, 10 Dec 2001 04:27:51 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBACRpG15898; Mon, 10 Dec 2001 04:27:51 -0800 (PST) (envelope-from hm) Message-Id: <200112101227.fBACRpG15898@freefall.freebsd.org> From: Hellmuth Michaelis Date: Mon, 10 Dec 2001 04:27:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/isdn KERNEL ReleaseNotes SupportedCards ThankYou 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 hm 2001/12/10 04:27:51 PST Modified files: (Branch: RELENG_4) share/examples/isdn KERNEL ReleaseNotes SupportedCards ThankYou Log: MFC: Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP card. Revision Changes Path 1.1.2.3 +3 -2 src/share/examples/isdn/KERNEL 1.3.2.3 +4 -1 src/share/examples/isdn/ReleaseNotes 1.3.2.2 +3 -1 src/share/examples/isdn/SupportedCards 1.4.2.2 +2 -0 src/share/examples/isdn/ThankYou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 4:53:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B60B937B41D; Mon, 10 Dec 2001 04:53:24 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBACrOB18867; Mon, 10 Dec 2001 04:53:24 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112101253.fBACrOB18867@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 10 Dec 2001 04:53:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-LibXML Makefile distinfo ports/textproc/p5-XML-LibXSLT Makefile distinfo ports/textproc/p5-XML-LibXSLT/files patch-Makefile.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 sheldonh 2001/12/10 04:53:24 PST Modified files: textproc/p5-XML-LibXML Makefile distinfo textproc/p5-XML-LibXSLT Makefile distinfo textproc/p5-XML-LibXSLT/files patch-Makefile.PL Log: Update p5-XML-LibXML and p5-XML-LibXSLT to matching version 1.31. Using mismatched versions leads to odd breakage in dependent software, notably PageKit. Revision Changes Path 1.4 +4 -2 ports/textproc/p5-XML-LibXML/Makefile 1.4 +1 -1 ports/textproc/p5-XML-LibXML/distinfo 1.2 +1 -1 ports/textproc/p5-XML-LibXSLT/Makefile 1.2 +1 -1 ports/textproc/p5-XML-LibXSLT/distinfo 1.2 +5 -29 ports/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 4:58:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC9CE37B41D; Mon, 10 Dec 2001 04:58:44 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBACwiS19711; Mon, 10 Dec 2001 04:58:44 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112101258.fBACwiS19711@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 10 Dec 2001 04:58:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-LibXML 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 sheldonh 2001/12/10 04:58:44 PST Modified files: textproc/p5-XML-LibXML Makefile Log: When RUN_DEPENDS is a superset of BUILD_DEPENDS, include ${BUILD_DEPENDS} instead of duplicating the dependency definitions. Revision Changes Path 1.5 +1 -1 ports/textproc/p5-XML-LibXML/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 5:43:53 2001 Delivered-To: cvs-all@freebsd.org Received: from lupinella.troll.no (lupinella.troll.no [213.203.59.59]) by hub.freebsd.org (Postfix) with ESMTP id C26C737B416; Mon, 10 Dec 2001 05:43:46 -0800 (PST) Received: from breiflabb.troll.no ([213.203.59.91]:19719 "HELO breiflabb" ident: "NO-IDENT-SERVICE[2]") by trolltech.com with SMTP id ; Mon, 10 Dec 2001 14:43:32 +0100 Message-ID: <010b01c18181$0ac4f9d0$5b3bcbd5@breiflabb> From: "Erik H. Bakke" To: "Sheldon Hearn" Cc: , References: <57846.1007985855@axl.seasidesoftware.co.za> Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Date: Mon, 10 Dec 2001 14:46:17 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Mon, 10 Dec 2001 12:59:15 +0100, "Erik H. Bakke" wrote: > > > Maybe I'm showing my ignorance here, but I'll still ask. > > Is there any reason why usbdevs.h and usbdevs_data.h are not generated > > automatically by the build? > > I've been asked this message by someone else in private mail as well. > > Maybe it's just difficult ensuring that the generated header files are > in place before dependents are built? > > Try your hand at a patch and see what Nick Hibma > thinks. :-) > I just submitted pr kern/32671 which works fine on my system. --- Erik H. Bakke Don't ask "Who invented time?", the real question is "When was time invented?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 6:38:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45B6737B417; Mon, 10 Dec 2001 06:38:20 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAEcKB73455; Mon, 10 Dec 2001 06:38:20 -0800 (PST) (envelope-from iwasaki) Message-Id: <200112101438.fBAEcKB73455@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Mon, 10 Dec 2001 06:38:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.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 iwasaki 2001/12/10 06:38:20 PST Modified files: (Branch: RELENG_4) usr.sbin/pccard/pccardd cardd.c Log: MFC: Fix a bug about CIS string comparison (1.75). Revision Changes Path 1.46.2.16 +5 -1 src/usr.sbin/pccard/pccardd/cardd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 6:48:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33F0337B417; Mon, 10 Dec 2001 06:48:26 -0800 (PST) Received: (from hanai@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAEmQj39708; Mon, 10 Dec 2001 06:48:26 -0800 (PST) (envelope-from hanai) Message-Id: <200112101448.fBAEmQj39708@freefall.freebsd.org> From: Hanai Hiroyuki Date: Mon, 10 Dec 2001 06:48:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/ppp-primer 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 hanai 2001/12/10 06:48:26 PST Modified files: ja_JP.eucJP/books/ppp-primer book.sgml Log: merge changes in english version between 1.6 and 1.16. Revision Changes Path 1.4 +20 -16 doc/ja_JP.eucJP/books/ppp-primer/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 7: 9:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55CF337B416; Mon, 10 Dec 2001 07:09:51 -0800 (PST) Received: (from hanai@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAF9pv71252; Mon, 10 Dec 2001 07:09:51 -0800 (PST) (envelope-from hanai) Message-Id: <200112101509.fBAF9pv71252@freefall.freebsd.org> From: Hanai Hiroyuki Date: Mon, 10 Dec 2001 07:09:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/ppp-primer 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 hanai 2001/12/10 07:09:51 PST Modified files: ja_JP.eucJP/books/ppp-primer book.sgml Log: add missing ;. Revision Changes Path 1.5 +1 -1 doc/ja_JP.eucJP/books/ppp-primer/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 7:12:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B6E837B41B; Mon, 10 Dec 2001 07:12:23 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAFCNY71568; Mon, 10 Dec 2001 07:12:23 -0800 (PST) (envelope-from dwcjr) Message-Id: <200112101512.fBAFCNY71568@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 10 Dec 2001 07:12:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/vnc-tight Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/vnc-tight/files patch-Imakefile patch-Xvnc::config::cf::vnclibs.def patch-Xvnc::config::imake::imakemdep.h patch-vncviewer::Imakefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/10 07:12:22 PST Modified files: net Makefile Removed files: net/vnc-tight Makefile distinfo pkg-comment pkg-descr pkg-plist net/vnc-tight/files patch-Imakefile patch-Xvnc::config::cf::vnclibs.def patch-Xvnc::config::imake::imakemdep.h patch-vncviewer::Imakefile Log: Rename vnc-tight to its correct name Submitted by: dominic_marks@btinternet.com Revision Changes Path 1.666 +1 -1 ports/net/Makefile 1.3 +0 -41 ports/net/vnc-tight/Makefile (dead) 1.3 +0 -1 ports/net/vnc-tight/distinfo (dead) 1.2 +0 -12 ports/net/vnc-tight/files/patch-Imakefile (dead) 1.2 +0 -10 ports/net/vnc-tight/files/patch-Xvnc::config::cf::vnclibs.def (dead) 1.2 +0 -21 ports/net/vnc-tight/files/patch-Xvnc::config::imake::imakemdep.h (dead) 1.3 +0 -21 ports/net/vnc-tight/files/patch-vncviewer::Imakefile (dead) 1.2 +0 -1 ports/net/vnc-tight/pkg-comment (dead) 1.2 +0 -10 ports/net/vnc-tight/pkg-descr (dead) 1.2 +0 -22 ports/net/vnc-tight/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 Dec 10 7:14:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09E8237B416; Mon, 10 Dec 2001 07:14:44 -0800 (PST) Received: (from hanai@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAFEiI71955; Mon, 10 Dec 2001 07:14:44 -0800 (PST) (envelope-from hanai) Message-Id: <200112101514.fBAFEiI71955@freefall.freebsd.org> From: Hanai Hiroyuki Date: Mon, 10 Dec 2001 07:14:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/ppp-primer 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 hanai 2001/12/10 07:14:43 PST Modified files: ja_JP.eucJP/books/ppp-primer book.sgml Log: hmm. let doctype declaration be correct one. Revision Changes Path 1.6 +5 -1 doc/ja_JP.eucJP/books/ppp-primer/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 7:15: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 872EA37B43A; Mon, 10 Dec 2001 07:14:47 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAFEl571981; Mon, 10 Dec 2001 07:14:47 -0800 (PST) (envelope-from dwcjr) Message-Id: <200112101514.fBAFEl571981@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 10 Dec 2001 07:14:47 -0800 (PST) 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 dwcjr 2001/12/10 07:14:47 PST Modified files: . modules Log: Rename vnc-tight to tightvnc Submitted by: dominic_marks@btinternet.com Revision Changes Path 1.4284 +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 Dec 10 7:45:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10B3037B417; Mon, 10 Dec 2001 07:45:08 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAFj8575889; Mon, 10 Dec 2001 07:45:08 -0800 (PST) (envelope-from lioux) Message-Id: <200112101545.fBAFj8575889@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 10 Dec 2001 07:45:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/fpc/files fix-samplecfg X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/10 07:45:08 PST Modified files: lang/fpc/files fix-samplecfg Log: Missing patch. Part of Makefile revision 1.2 fix PR: 32645 Submitted by: Kuang-che Wu (PR), maintainer (fix) Revision Changes Path 1.2 +10 -1 ports/lang/fpc/files/fix-samplecfg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 7:56:48 2001 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 4EA9E37B419; Mon, 10 Dec 2001 07:56:42 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16DSp4-000FgE-00; Mon, 10 Dec 2001 17:58:30 +0200 From: Sheldon Hearn To: Mario Sergio Fujikawa Ferreira Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/fpc/files fix-samplecfg In-reply-to: Your message of "Mon, 10 Dec 2001 07:45:08 PST." <200112101545.fBAFj8575889@freefall.freebsd.org> Date: Mon, 10 Dec 2001 17:58:30 +0200 Message-ID: <60277.1007999910@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 Mon, 10 Dec 2001 07:45:08 PST, Mario Sergio Fujikawa Ferreira wrote: > Modified files: > lang/fpc/files fix-samplecfg > Log: > Missing patch. Part of Makefile revision 1.2 fix > > PR: 32645 > Submitted by: Kuang-che Wu (PR), > maintainer (fix) For the newer committers watching closely, I'd do these attributions as follows: PR: 32645 Reported by: Kuang-che Wu Submitted by: maintainer 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 Dec 10 7:59:21 2001 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 B2E9237B416; Mon, 10 Dec 2001 07:59:14 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fBAFwpi04143; Mon, 10 Dec 2001 10:58:51 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 10 Dec 2001 10:58:51 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common panic.c In-Reply-To: <54466.1007977919@axl.seasidesoftware.co.za> 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, 10 Dec 2001, Sheldon Hearn wrote: > On Sat, 08 Dec 2001 19:13:21 PST, "David O'Brien" wrote: > > > > Modified files: > > > sys/boot/common panic.c > > > Log: > > > Waits for a keypress before rebooting on panic. > > > > This sounds scary for unattended machines. Perhaps this should be > > wrapped with DDB_UNATTENDED. > > As was pointed out when dcs first made this change, the panic in > question happens so early that an automatic reboot isn't going to > achieve anything. And my follow-up point was that with pxeboot, it will make a difference--I can swap out the loader and its various configuration files at run-time on the NFS server. I prefered solution might be to detect the netboot case, and sleep 30 seconds or something before rebooting, but pause on a non-netboot? Or, simply take the same approach as DDB_UNATTENDED -- allow some sort of configuration (maybe at compile-time) to select the behavior. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 8:13:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AAAD37B405; Mon, 10 Dec 2001 08:13:10 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAGDAB82813; Mon, 10 Dec 2001 08:13:10 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112101613.fBAGDAB82813@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 10 Dec 2001 08:13:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 tuning.7 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 sheldonh 2001/12/10 08:13:09 PST Modified files: (Branch: RELENG_4) share/man/man7 tuning.7 Log: MFC rev 1.30: remove obsolete advice Revision Changes Path 1.1.2.19 +0 -13 src/share/man/man7/tuning.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 8:55:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E85D237B405; Mon, 10 Dec 2001 08:55:14 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAGtEc88798; Mon, 10 Dec 2001 08:55:14 -0800 (PST) (envelope-from phantom) Message-Id: <200112101655.fBAGtEc88798@freefall.freebsd.org> From: Alexey Zelkin Date: Mon, 10 Dec 2001 08:55:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/man 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 phantom 2001/12/10 08:55:14 PST Modified files: usr.sbin/i4b/man Makefile Log: Install i4bing.4. It lives for more than year in the tree, but never was installed. MFC After: 3 days Revision Changes Path 1.8 +4 -5 src/usr.sbin/i4b/man/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 9:53:43 2001 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 8497437B416; Mon, 10 Dec 2001 09:53:37 -0800 (PST) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.6/8.11.6) with ESMTP id fBAHraE31894; Mon, 10 Dec 2001 12:53:36 -0500 (EST) (envelope-from green@green.bikeshed.org) Message-Id: <200112101753.fBAHraE31894@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall menus.c In-Reply-To: Message from "David E. O'Brien" of "Sun, 09 Dec 2001 18:35:54 PST." <200112100235.fBA2ZsB09943@freefall.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Dec 2001 12:53:36 -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 "David E. O'Brien" wrote: > obrien 2001/12/09 18:35:54 PST > > Modified files: > usr.sbin/sysinstall menus.c > Log: > Update the list of public NTP servers from > http://www.eecis.udel.edu/~mills/ntp/clock2.htm > Also remove any Stratum 1 servers and only include Stratum 2 and higher > servers. > > PR: 32586 > Submitted by: Arnaud Launay I'm curious, what do you think of the possibility of making sysinstall use these to generate ntp.conf as well and fully support a functional ntpdate _and_ ntpd both being set up totally from sysinstall? That would be worthwhile to have and an excuse for all the bloat of containing all these servers ;) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 10:38:38 2001 Delivered-To: cvs-all@freebsd.org Received: from albator.hlfl.org (albator.hlfl.org [213.41.91.230]) by hub.freebsd.org (Postfix) with ESMTP id 8A4CB37B416; Mon, 10 Dec 2001 10:38:32 -0800 (PST) Received: by albator.hlfl.org (Postfix, from userid 2005) id 6E177B88FB; Mon, 10 Dec 2001 19:38:29 +0100 (CET) Date: Mon, 10 Dec 2001 19:38:29 +0100 From: Arnaud Launay To: "Brian F. Feldman" Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, roberto@freebsd.org Subject: Re: cvs commit: src/usr.sbin/sysinstall menus.c Message-ID: <20011210193829.A6349@profile4u.com> References: <200112101753.fBAHraE31894@green.bikeshed.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: <200112101753.fBAHraE31894@green.bikeshed.org>; from green@FreeBSD.org on Mon, Dec 10, 2001 at 12:53:36PM -0500 X-PGP-Key: http://launay.org/pgpkey.asc Sender: owner-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 Mon, Dec 10, 2001 at 12:53:36PM -0500, Brian F. Feldman a écrit: > I'm curious, what do you think of the possibility of making sysinstall use > these to generate ntp.conf as well and fully support a functional ntpdate > _and_ ntpd both being set up totally from sysinstall? That would be > worthwhile to have and an excuse for all the bloat of containing all these > servers ;) I like the idea. I'll look into sysinstall to see how this can be done, and will discuss with roberto about implementation details. Arnaud. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 10:46:48 2001 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 7F71E37B417; Mon, 10 Dec 2001 10:46:40 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBAIkee47815; Mon, 10 Dec 2001 10:46:40 -0800 (PST) (envelope-from dillon) Date: Mon, 10 Dec 2001 10:46:40 -0800 (PST) From: Matthew Dillon Message-Id: <200112101846.fBAIkee47815@apollo.backplane.com> To: Maxim Sobolev Cc: Sheldon Hearn , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/newfs newfs.8 References: <200111271953.fARJrFc88452@freefall.freebsd.org> <3C10F171.FEE996EB@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 :This is very questionable topic, at least from the space efficience :POV. For example, I found that on my development system using 16:2 :(5-CURRENT, /usr/ports + /usr/src) some 300MB are wasted in fragments :compared with the same partition formatted with 8:1. I would suggest :to extend this para explaining that 16:2 could result in a huge space :wastage when there are large number of small files on the fs (such as :/usr/ports or /usr/src) and 8:1 is better suited for such cases. : : :-Maxim Interesting. I just ran a test using VN for /usr/ports: Filesystem 1K-blocks Used Avail Capacity Mounted on (512/4K) /dev/vn0c 3943361 114700 3513193 3% /mnt Filesystem 1K-blocks Used Avail Capacity Mounted on (1K/8K) /dev/vn0c 4065694 154837 3585602 4% /mnt Filesystem 1K-blocks Used Avail Capacity Mounted on (2K/16K) /dev/vn0c 4129310 251300 3547666 7% /mnt So /usr/ports alone will eat 100MB of additional disk space on a 2K/16K filesystem, which is quite significant. /usr/src has these characteristics: Filesystem 1K-blocks Used Avail Capacity Mounted on (1K/8K) /dev/vn0c 4065694 1002597 2737842 27% /mnt Filesystem 1K-blocks Used Avail Capacity Mounted on (2K/16K) /dev/vn0c 4129310 1046374 2752592 28% /mnt /usr/src isn't so bad in my test, only 44 MBytes larger, which makes sense because the average file size is larger then 1K anyway (so 2K/16K wins over 1K/8K for files > 1K and < 2K in size). I didn't think /usr/ports would lose so badly. It is definitely food for thought. But I also think that /usr/src validates our prior discussion for 'general purpose' filesystems. -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 Mon Dec 10 10:50:27 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id B9E1A37B416; Mon, 10 Dec 2001 10:50:20 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBAIoKL12238; Mon, 10 Dec 2001 10:50:20 -0800 (PST) (envelope-from rizzo) Date: Mon, 10 Dec 2001 10:50:20 -0800 From: Luigi Rizzo To: Matthew Dillon Cc: Maxim Sobolev , Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.8 Message-ID: <20011210105019.A12150@iguana.aciri.org> References: <200111271953.fARJrFc88452@freefall.freebsd.org> <3C10F171.FEE996EB@FreeBSD.org> <200112101846.fBAIkee47815@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112101846.fBAIkee47815@apollo.backplane.com> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 10, 2001 at 10:46:40AM -0800, Matthew Dillon wrote: > :This is very questionable topic, at least from the space efficience > :POV. For example, I found that on my development system using 16:2 ... is it compulsory that fragments are 1/8 of a block, or you could have a different ratio ? cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 10:53:41 2001 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 7687637B416; Mon, 10 Dec 2001 10:53:37 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBAIraq47919; Mon, 10 Dec 2001 10:53:36 -0800 (PST) (envelope-from dillon) Date: Mon, 10 Dec 2001 10:53:36 -0800 (PST) From: Matthew Dillon Message-Id: <200112101853.fBAIraq47919@apollo.backplane.com> To: Luigi Rizzo Cc: Maxim Sobolev , Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.8 References: <200111271953.fARJrFc88452@freefall.freebsd.org> <3C10F171.FEE996EB@FreeBSD.org> <200112101846.fBAIkee47815@apollo.backplane.com> <20011210105019.A12150@iguana.aciri.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :On Mon, Dec 10, 2001 at 10:46:40AM -0800, Matthew Dillon wrote: :> :This is very questionable topic, at least from the space efficience :> :POV. For example, I found that on my development system using 16:2 :... : :is it compulsory that fragments are 1/8 of a block, or you could :have a different ratio ? : : cheers : luigi You can theoretically use other ratios but only 8:1 is well-known and well-tested. Other ratios (4:1) have been reported to be unstable.. i.e. there are probably bugs in the filesystem (or buffer cache) code related to those ratios. -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 Mon Dec 10 11: 8: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E87B37B417; Mon, 10 Dec 2001 11:07:52 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAJ7qh13488; Mon, 10 Dec 2001 11:07:52 -0800 (PST) (envelope-from yoichi) Message-Id: <200112101907.fBAJ7qh13488@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Mon, 10 Dec 2001 11:07:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kpcal Makefile ports/japanese/marumoji-fonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2001/12/10 11:07:52 PST Modified files: japanese/kpcal Makefile japanese/marumoji-fonts Makefile Log: Change master site to MASTER_SITE_LOCAL. Reviewed by: knu(mentor) Revision Changes Path 1.4 +2 -1 ports/japanese/kpcal/Makefile 1.2 +3 -2 ports/japanese/marumoji-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 11: 9:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E887537B42C; Mon, 10 Dec 2001 11:08:51 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAJ8pJ13754; Mon, 10 Dec 2001 11:08:51 -0800 (PST) (envelope-from jmz) Message-Id: <200112101908.fBAJ8pJ13754@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 10 Dec 2001 11:08:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xsnow 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 jmz 2001/12/10 11:08:50 PST Modified files: x11/xsnow Makefile distinfo pkg-descr Log: Upgrade to version 1.41. Revision Changes Path 1.14 +3 -5 ports/x11/xsnow/Makefile 1.4 +1 -1 ports/x11/xsnow/distinfo 1.2 +2 -0 ports/x11/xsnow/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 Dec 10 12: 2:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75BBD37B416; Mon, 10 Dec 2001 12:02:22 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAK2Mh21219; Mon, 10 Dec 2001 12:02:22 -0800 (PST) (envelope-from guido) Message-Id: <200112102002.fBAK2Mh21219@freefall.freebsd.org> From: Guido van Rooij Date: Mon, 10 Dec 2001 12:02:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/libi386 bootinfo.c src/sys/i386/i386 autoconf.c src/sys/kern tty_cons.c src/sys/sys cons.h reboot.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 guido 2001/12/10 12:02:22 PST Modified files: sbin/reboot boot_i386.8 sys/boot/i386/libi386 bootinfo.c sys/i386/i386 autoconf.c sys/kern tty_cons.c sys/sys cons.h reboot.h Log: Add new boot flag to i386 boot: -p. This flag adds a pausing utility. When ran with -p, during the kernel probing phase, the kernel will pause after each line of output. This pausing can be ended with the '.' key, and is automatically suspended when entering ddb. This flag comes in handy at systems without a serial port that either hang during booting or reser. Reviewed by: (partly by jlemon) MFC after: 1 week Revision Changes Path 1.32 +3 -1 src/sbin/reboot/boot_i386.8 1.31 +3 -0 src/sys/boot/i386/libi386/bootinfo.c 1.160 +1 -1 src/sys/i386/i386/autoconf.c 1.97 +24 -0 src/sys/kern/tty_cons.c 1.27 +1 -0 src/sys/sys/cons.h 1.20 +1 -0 src/sys/sys/reboot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 12: 9:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CD6D37B416; Mon, 10 Dec 2001 12:09:49 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAK9nd25296; Mon, 10 Dec 2001 12:09:49 -0800 (PST) (envelope-from obrien) Message-Id: <200112102009.fBAK9nd25296@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 Dec 2001 12:09:49 -0800 (PST) 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 obrien 2001/12/10 12:09:49 PST Modified files: sys/sys ktr.h Log: Complete the CTR6 addition (and TR6 and ITR6...) Revision Changes Path 1.14 +11 -11 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 Mon Dec 10 12:18:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A18937B417; Mon, 10 Dec 2001 12:18:18 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAKIIr26291; Mon, 10 Dec 2001 12:18:18 -0800 (PST) (envelope-from obrien) Message-Id: <200112102018.fBAKIIr26291@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 Dec 2001 12:18:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/12/10 12:18:17 PST Modified files: sys/kern kern_ktr.c Log: Adjust for the addition of CTR6. Revision Changes Path 1.22 +2 -2 src/sys/kern/kern_ktr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 12:27:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C6F137B419; Mon, 10 Dec 2001 12:27:18 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAKRIl27350; Mon, 10 Dec 2001 12:27:18 -0800 (PST) (envelope-from guido) Message-Id: <200112102027.fBAKRIl27350@freefall.freebsd.org> From: Guido van Rooij Date: Mon, 10 Dec 2001 12:27:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm ac97.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG guido 2001/12/10 12:27:18 PST Modified files: sys/dev/sound/pcm ac97.c Log: Get rid of irritating (bogus) message: pcm0: ac97 codec failed to reset extended mode (0, got 80) This was due to not masking off the correct extended function bits in the read value from the extended status reg. MFC after: 2 days Revision Changes Path 1.24 +5 -2 src/sys/dev/sound/pcm/ac97.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 12:34: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4466C37B405; Mon, 10 Dec 2001 12:33:59 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAKXxU28189; Mon, 10 Dec 2001 12:33:59 -0800 (PST) (envelope-from dwmalone) Message-Id: <200112102033.fBAKXxU28189@freefall.freebsd.org> From: David Malone Date: Mon, 10 Dec 2001 12:33:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys timeb.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 dwmalone 2001/12/10 12:33:59 PST Modified files: (Branch: RELENG_4) sys/sys timeb.h Log: MFC: Declare ftime. Revision Changes Path 1.6.2.1 +8 -0 src/sys/sys/timeb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 12:44:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEF8137B416; Mon, 10 Dec 2001 12:44:31 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAKiVf29430; Mon, 10 Dec 2001 12:44:31 -0800 (PST) (envelope-from peter) Message-Id: <200112102044.fBAKiVf29430@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 Dec 2001 12:44:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/rcs/ident ident.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/10 12:44:31 PST Modified files: gnu/usr.bin/rcs/ident ident.c Log: Recognize numeric digits inside $id$ tags, eg: $XFree86$ PR: 30666 Submitted by: Tony Finch Revision Changes Path 1.8 +1 -1 src/gnu/usr.bin/rcs/ident/ident.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 12:49:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35EDE37B416; Mon, 10 Dec 2001 12:49:37 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAKnbd30671; Mon, 10 Dec 2001 12:49:37 -0800 (PST) (envelope-from peter) Message-Id: <200112102049.fBAKnbd30671@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 Dec 2001 12:49:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/rcs/ident ident.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/12/10 12:49:37 PST Modified files: (Branch: RELENG_4) gnu/usr.bin/rcs/ident ident.c Log: MFC: 1.8: recognize numeric $Id$ tags such as $XFree86$ (trivial tweak) Revision Changes Path 1.7.2.1 +1 -1 src/gnu/usr.bin/rcs/ident/ident.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 12:58:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A35C37B419; Mon, 10 Dec 2001 12:58:39 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAKwdu31890; Mon, 10 Dec 2001 12:58:39 -0800 (PST) (envelope-from obrien) Message-Id: <200112102058.fBAKwdu31890@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 Dec 2001 12:58:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/12/10 12:58:39 PST Modified files: sys/kern kern_ktr.c Log: Missed an assignment of arg6 in previous commit. Revision Changes Path 1.23 +1 -0 src/sys/kern/kern_ktr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 13:13:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAD4937B416; Mon, 10 Dec 2001 13:13:08 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBALD8r38032; Mon, 10 Dec 2001 13:13:08 -0800 (PST) (envelope-from dwmalone) Message-Id: <200112102113.fBALD8r38032@freefall.freebsd.org> From: David Malone Date: Mon, 10 Dec 2001 13:13:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/apply Makefile apply.c src/usr.bin/ar append.c ar.c archive.c contents.c delete.c extract.c misc.c move.c print.c replace.c src/usr.bin/at at.c panic.c parsetime.c perm.c src/usr.bin/banner banner.c src/usr.bin/basename basename.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2001/12/10 13:13:08 PST Modified files: usr.bin/apply Makefile apply.c usr.bin/ar append.c ar.c archive.c contents.c delete.c extract.c misc.c move.c print.c replace.c usr.bin/at at.c panic.c parsetime.c perm.c usr.bin/banner banner.c usr.bin/basename basename.c usr.bin/biff biff.c usr.bin/brandelf brandelf.c usr.bin/c89 c89.c usr.bin/calendar calendar.c day.c io.c ostern.c paskha.c usr.bin/cap_mkdb cap_mkdb.c usr.bin/chflags chflags.c usr.bin/chkey chkey.c usr.bin/cmp Makefile cmp.c misc.c regular.c special.c usr.bin/col col.c usr.bin/colcrt colcrt.c usr.bin/colrm colrm.c usr.bin/column column.c usr.bin/comm comm.c usr.bin/compress compress.c zopen.c usr.bin/ctags C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c usr.bin/finger finger.c lprint.c net.c sprint.c util.c usr.bin/login login.c login_access.c login_fbtab.c usr.bin/logname Makefile usr.bin/mkstr Makefile usr.bin/netstat Makefile usr.bin/nfsstat Makefile usr.bin/nice Makefile nice.c usr.bin/nohup Makefile usr.bin/printenv Makefile printenv.c usr.bin/printf Makefile usr.bin/rev Makefile rev.c usr.bin/sasc Makefile usr.bin/script Makefile usr.bin/soelim Makefile usr.bin/tee Makefile usr.bin/tsort Makefile usr.bin/tty Makefile usr.bin/ul Makefile usr.bin/uniq Makefile usr.bin/unvis Makefile usr.bin/uudecode Makefile usr.bin/yacc closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c usr.bin/yes Makefile Log: Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. Revision Changes Path 1.5 +1 -1 src/usr.bin/apply/Makefile 1.21 +6 -5 src/usr.bin/apply/apply.c 1.6 +6 -5 src/usr.bin/ar/append.c 1.12 +6 -5 src/usr.bin/ar/ar.c 1.14 +6 -5 src/usr.bin/ar/archive.c 1.8 +6 -5 src/usr.bin/ar/contents.c 1.5 +6 -5 src/usr.bin/ar/delete.c 1.5 +6 -5 src/usr.bin/ar/extract.c 1.11 +6 -5 src/usr.bin/ar/misc.c 1.5 +6 -5 src/usr.bin/ar/move.c 1.4 +6 -5 src/usr.bin/ar/print.c 1.7 +6 -5 src/usr.bin/ar/replace.c 1.23 +0 -1 src/usr.bin/at/at.c 1.14 +0 -1 src/usr.bin/at/panic.c 1.25 +0 -1 src/usr.bin/at/parsetime.c 1.13 +0 -1 src/usr.bin/at/perm.c 1.14 +6 -5 src/usr.bin/banner/banner.c 1.10 +6 -5 src/usr.bin/basename/basename.c 1.10 +6 -5 src/usr.bin/biff/biff.c 1.22 +0 -1 src/usr.bin/brandelf/brandelf.c 1.4 +0 -1 src/usr.bin/c89/c89.c 1.16 +6 -5 src/usr.bin/calendar/calendar.c 1.18 +0 -1 src/usr.bin/calendar/day.c 1.18 +6 -5 src/usr.bin/calendar/io.c 1.11 +0 -1 src/usr.bin/calendar/ostern.c 1.7 +0 -1 src/usr.bin/calendar/paskha.c 1.10 +6 -5 src/usr.bin/cap_mkdb/cap_mkdb.c 1.13 +6 -5 src/usr.bin/chflags/chflags.c 1.3 +6 -5 src/usr.bin/chkey/chkey.c 1.5 +1 -1 src/usr.bin/cmp/Makefile 1.12 +6 -5 src/usr.bin/cmp/cmp.c 1.6 +6 -5 src/usr.bin/cmp/misc.c 1.15 +6 -5 src/usr.bin/cmp/regular.c 1.8 +6 -5 src/usr.bin/cmp/special.c 1.14 +6 -5 src/usr.bin/col/col.c 1.11 +6 -5 src/usr.bin/colcrt/colcrt.c 1.9 +6 -5 src/usr.bin/colrm/colrm.c 1.9 +6 -5 src/usr.bin/column/column.c 1.16 +6 -5 src/usr.bin/comm/comm.c 1.14 +6 -5 src/usr.bin/compress/compress.c 1.8 +3 -4 src/usr.bin/compress/zopen.c 1.5 +5 -4 src/usr.bin/ctags/C.c 1.11 +6 -5 src/usr.bin/ctags/ctags.c 1.7 +6 -5 src/usr.bin/ctags/fortran.c 1.5 +6 -5 src/usr.bin/ctags/lisp.c 1.7 +6 -5 src/usr.bin/ctags/print.c 1.6 +6 -5 src/usr.bin/ctags/tree.c 1.6 +6 -5 src/usr.bin/ctags/yacc.c 1.26 +6 -5 src/usr.bin/finger/finger.c 1.18 +6 -5 src/usr.bin/finger/lprint.c 1.19 +6 -5 src/usr.bin/finger/net.c 1.18 +6 -5 src/usr.bin/finger/sprint.c 1.17 +6 -5 src/usr.bin/finger/util.c 1.75 +6 -5 src/usr.bin/login/login.c 1.8 +6 -5 src/usr.bin/login/login_access.c 1.15 +0 -1 src/usr.bin/login/login_fbtab.c 1.3 +1 -1 src/usr.bin/logname/Makefile 1.3 +1 -1 src/usr.bin/mkstr/Makefile 1.18 +1 -1 src/usr.bin/netstat/Makefile 1.3 +1 -1 src/usr.bin/nfsstat/Makefile 1.3 +1 -1 src/usr.bin/nice/Makefile 1.6 +6 -5 src/usr.bin/nice/nice.c 1.3 +1 -1 src/usr.bin/nohup/Makefile 1.3 +1 -1 src/usr.bin/printenv/Makefile 1.4 +6 -5 src/usr.bin/printenv/printenv.c 1.3 +1 -1 src/usr.bin/printf/Makefile 1.3 +1 -1 src/usr.bin/rev/Makefile 1.4 +6 -5 src/usr.bin/rev/rev.c 1.3 +1 -1 src/usr.bin/sasc/Makefile 1.3 +1 -1 src/usr.bin/script/Makefile 1.3 +1 -1 src/usr.bin/soelim/Makefile 1.3 +1 -1 src/usr.bin/tee/Makefile 1.3 +1 -1 src/usr.bin/tsort/Makefile 1.3 +1 -1 src/usr.bin/tty/Makefile 1.3 +1 -1 src/usr.bin/ul/Makefile 1.3 +1 -1 src/usr.bin/uniq/Makefile 1.3 +1 -1 src/usr.bin/unvis/Makefile 1.3 +1 -1 src/usr.bin/uudecode/Makefile 1.10 +6 -5 src/usr.bin/yacc/closure.c 1.11 +6 -5 src/usr.bin/yacc/error.c 1.11 +6 -5 src/usr.bin/yacc/lalr.c 1.10 +6 -5 src/usr.bin/yacc/lr0.c 1.16 +6 -5 src/usr.bin/yacc/main.c 1.14 +6 -5 src/usr.bin/yacc/mkpar.c 1.22 +6 -5 src/usr.bin/yacc/output.c 1.13 +6 -5 src/usr.bin/yacc/reader.c 1.33 +6 -5 src/usr.bin/yacc/skeleton.c 1.10 +6 -5 src/usr.bin/yacc/symtab.c 1.10 +6 -5 src/usr.bin/yacc/verbose.c 1.10 +6 -5 src/usr.bin/yacc/warshall.c 1.3 +1 -1 src/usr.bin/yes/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 13:13:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC00437B503; Mon, 10 Dec 2001 13:13:36 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBALDaq38218; Mon, 10 Dec 2001 13:13:36 -0800 (PST) (envelope-from mikeh) Message-Id: <200112102113.fBALDaq38218@freefall.freebsd.org> From: Mike Heffner Date: Mon, 10 Dec 2001 13:13:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/devinfo Makefile src/usr.sbin/kldxref Makefile src/usr.sbin/quot Makefile src/usr.sbin/cdcontrol Makefile src/usr.sbin/digictl Makefile src/usr.sbin/chroot Makefile src/usr.sbin/edquota Makefile src/usr.sbin/repquota ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/10 13:13:36 PST Modified files: usr.sbin/devinfo Makefile usr.sbin/kldxref Makefile usr.sbin/quot Makefile usr.sbin/cdcontrol Makefile usr.sbin/digictl Makefile usr.sbin/chroot Makefile usr.sbin/edquota Makefile usr.sbin/repquota Makefile usr.sbin/arp Makefile Log: Reorder WARNS line for style. Pointed out by: bde Revision Changes Path 1.8 +1 -2 src/usr.sbin/arp/Makefile 1.9 +1 -2 src/usr.sbin/cdcontrol/Makefile 1.6 +1 -2 src/usr.sbin/chroot/Makefile 1.5 +1 -2 src/usr.sbin/devinfo/Makefile 1.5 +1 -2 src/usr.sbin/digictl/Makefile 1.6 +1 -2 src/usr.sbin/edquota/Makefile 1.4 +1 -2 src/usr.sbin/kldxref/Makefile 1.9 +1 -2 src/usr.sbin/quot/Makefile 1.6 +1 -2 src/usr.sbin/repquota/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 13:22:36 2001 Delivered-To: cvs-all@freebsd.org Received: from noos.fr (r178m112.cybercable.tm.fr [195.132.178.112]) by hub.freebsd.org (Postfix) with ESMTP id AD78D37B405; Mon, 10 Dec 2001 13:22:32 -0800 (PST) Received: (from mux@localhost) by noos.fr (8.11.6/8.11.4) id fBALMUo05235; Mon, 10 Dec 2001 22:22:30 +0100 (CET) (envelope-from mux) Date: Mon, 10 Dec 2001 22:22:30 +0100 From: Maxime Henrion To: cvs-all@FreeBSD.org Cc: Mike Heffner Subject: Re: cvs commit: src/usr.sbin/devinfo Makefile src/usr.sbin/kldxref Makefile src/usr.sbin/quot Makefile src/usr.sbin/cdcontrol Makefile src/usr.sbin/digictl Makefile src/usr.sbin/chroot Makefile src/usr.sbin/edquota Makefile src/usr.sbin/repquota ... Message-ID: <20011210222230.A311@nebula.noos.fr> References: <200112102113.fBALDaq38218@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112102113.fBALDaq38218@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-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 Heffner wrote: > mikeh 2001/12/10 13:13:36 PST > > Modified files: > usr.sbin/devinfo Makefile > usr.sbin/kldxref Makefile > usr.sbin/quot Makefile > usr.sbin/cdcontrol Makefile > usr.sbin/digictl Makefile > usr.sbin/chroot Makefile > usr.sbin/edquota Makefile > usr.sbin/repquota Makefile > usr.sbin/arp Makefile > Log: > Reorder WARNS line for style. > > Pointed out by: bde [...] Oops ! Sorry for those, I'll make sure to put WARNS at the good place now ;-) Maxime -- Don't be fooled by cheap finnish imitations ; BSD is the One True Code To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 13:23:38 2001 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id E351F37B405; Mon, 10 Dec 2001 13:23:33 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011210212327.EPZL4213.rwcrmhc52.attbi.com@InterJet.elischer.org>; Mon, 10 Dec 2001 21:23:27 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA31056; Mon, 10 Dec 2001 13:03:45 -0800 (PST) Date: Mon, 10 Dec 2001 13:03:44 -0800 (PST) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/rcs/ident ident.c In-Reply-To: <200112102049.fBAKnbd30671@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 Peter, We mirror the FreeBSD tree here, but when I check anything out, it seems to have the previous $FreeBSD:$ line and not the one that represents the level the file is checked out at. Obviously this totallyu screwn up "mergemaster" and a few other utilities, and makes it really hard to difff stuff.. So, What is the scheme here? is the line updated on checkin or checkout? Should we be running some hacked version of cvs to be able to have $FreeBSD$ lines expanded correctly? (the cvs server and client are both on 4.4) Julian On Mon, 10 Dec 2001, Peter Wemm wrote: > peter 2001/12/10 12:49:37 PST > > Modified files: (Branch: RELENG_4) > gnu/usr.bin/rcs/ident ident.c > Log: > MFC: 1.8: recognize numeric $Id$ tags such as $XFree86$ (trivial tweak) > > Revision Changes Path > 1.7.2.1 +1 -1 src/gnu/usr.bin/rcs/ident/ident.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 13:37:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D56637B419; Mon, 10 Dec 2001 13:37:22 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBALbMZ41040; Mon, 10 Dec 2001 13:37:22 -0800 (PST) (envelope-from jeh) Message-Id: <200112102137.fBALbMZ41040@freefall.freebsd.org> From: "James E. Housley" Date: Mon, 10 Dec 2001 13:37:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/neoupdate Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/neoupdate/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 jeh 2001/12/10 13:37:22 PST Removed files: net/neoupdate Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist net/neoupdate/files patch-aa Log: Remove this port. The source of the files are gone. Centralinfo on longer is supporting free DNS. The port has no use. Revision Changes Path 1.2 +0 -42 ports/net/neoupdate/Makefile (dead) 1.2 +0 -1 ports/net/neoupdate/distinfo (dead) 1.2 +0 -16 ports/net/neoupdate/files/patch-aa (dead) 1.2 +0 -1 ports/net/neoupdate/pkg-comment (dead) 1.2 +0 -12 ports/net/neoupdate/pkg-descr (dead) 1.2 +0 -13 ports/net/neoupdate/pkg-message (dead) 1.2 +0 -7 ports/net/neoupdate/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 Dec 10 13:37:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73F5737B405; Mon, 10 Dec 2001 13:37:50 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBALbol41126; Mon, 10 Dec 2001 13:37:50 -0800 (PST) (envelope-from jeh) Message-Id: <200112102137.fBALbol41126@freefall.freebsd.org> From: "James E. Housley" Date: Mon, 10 Dec 2001 13:37:50 -0800 (PST) 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 jeh 2001/12/10 13:37:50 PST Modified files: net Makefile Log: Remove neoupdate Revision Changes Path 1.667 +0 -1 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 Mon Dec 10 13:39:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7596C37B416; Mon, 10 Dec 2001 13:38:52 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBALcqE41236; Mon, 10 Dec 2001 13:38:52 -0800 (PST) (envelope-from jeh) Message-Id: <200112102138.fBALcqE41236@freefall.freebsd.org> From: "James E. Housley" Date: Mon, 10 Dec 2001 13:38:52 -0800 (PST) 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 jeh 2001/12/10 13:38:52 PST Modified files: . modules Log: Remove ports/net/neoupdate Revision Changes Path 1.4285 +0 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 13:39:30 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 2762737B438 for ; Mon, 10 Dec 2001 13:38:47 -0800 (PST) Received: (qmail 8990 invoked from network); 10 Dec 2001 21:38:44 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Dec 2001 21:38:44 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200112090602.fB962lP92954@freefall.freebsd.org> Date: Mon, 10 Dec 2001 13:38:41 -0800 (PST) From: John Baldwin To: Mike Smith Subject: RE: cvs commit: src/sys/dev/usb umass.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 09-Dec-01 Mike Smith wrote: > msmith 2001/12/08 22:02:47 PST > > Modified files: > sys/dev/usb umass.c > Log: > The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requires > the UFI command set. Even with this patch, it's incredibly slow on my > laptop, but at least now it works. > > Note that the drive is reported to CAM with the vendor and device IDs from > the device itself, forcing the user to patch the da(4) quirk table > manually. Yay! Thanks! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 13:40:40 2001 Delivered-To: cvs-all@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id D61D637B426 for ; Mon, 10 Dec 2001 13:38:48 -0800 (PST) Received: (qmail 3043 invoked from network); 10 Dec 2001 21:38:45 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Dec 2001 21:38:45 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200112081807.fB8I7TS40864@freefall.freebsd.org> Date: Mon, 10 Dec 2001 13:38:41 -0800 (PST) From: John Baldwin To: Ruslan Ermilov Subject: RE: cvs commit: src/share/man/man4 em.4 Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 08-Dec-01 Ruslan Ermilov wrote: > ru 2001/12/08 10:07:29 PST > > Modified files: > share/man/man4 em.4 > Log: > mdoc(7) police: > > - kill empty lines > - kill whitespace at EOL > - kill hard sentence breaks > - fix document date > - fix markup > - sort xrefs > - first appeared in 5.0, not 4.4 s/5.0/4.5/ if it has been MFC'd. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 13:41:16 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id A6C9137B41C for ; Mon, 10 Dec 2001 13:38:49 -0800 (PST) Received: (qmail 9011 invoked from network); 10 Dec 2001 21:38:46 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Dec 2001 21:38:46 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <57846.1007985855@axl.seasidesoftware.co.za> Date: Mon, 10 Dec 2001 13:38:42 -0800 (PST) From: John Baldwin To: Sheldon Hearn Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Erik H. Bakke" Sender: owner-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 10-Dec-01 Sheldon Hearn wrote: > > > On Mon, 10 Dec 2001 12:59:15 +0100, "Erik H. Bakke" wrote: > >> Maybe I'm showing my ignorance here, but I'll still ask. >> Is there any reason why usbdevs.h and usbdevs_data.h are not generated >> automatically by the build? > > I've been asked this message by someone else in private mail as well. > > Maybe it's just difficult ensuring that the generated header files are > in place before dependents are built? > > Try your hand at a patch and see what Nick Hibma > thinks. :-) Anyone feel brave enough to do the same for syscalls.h and friends? :-P I think the idea there is that syscalls aren't added very often. Perhaps usbdevs changes often enough that this argument doesn't work for them. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 14: 9: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 16B7137B405; Mon, 10 Dec 2001 14:08:47 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id AAA53591; Tue, 11 Dec 2001 00:08:45 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from notebook.vega.com (h195.229.dialup.iptcom.net [212.9.229.195]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id AAA18580; Tue, 11 Dec 2001 00:08:42 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-Id: <200112102208.AAA18580@ipcard.iptcom.net> To: dillon@apollo.backplane.com Cc: sheldonh@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Maxim Sobolev Subject: Re: cvs commit: src/sbin/newfs newfs.8 X-Mailer: Pygmy (v0.5.13) Date: Tue, 11 Dec 2001 00:08:39 EET In-Reply-To: <200112101846.fBAIkee47815@apollo.backplane.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 Mon, 10 Dec 2001 10:46:40 -0800 (PST), Matthew Dillon wrote: > :This is very questionable topic, at least from the space efficience > :POV. For example, I found that on my development system using 16:2 > :(5-CURRENT, /usr/ports + /usr/src) some 300MB are wasted in fragments > :compared with the same partition formatted with 8:1. I would suggest > :to extend this para explaining that 16:2 could result in a huge space > :wastage when there are large number of small files on the fs (such as > :/usr/ports or /usr/src) and 8:1 is better suited for such cases. > : > : > :-Maxim > > Interesting. I just ran a test using VN for /usr/ports: > > Filesystem 1K-blocks Used Avail Capacity Mounted on (512/4K) > /dev/vn0c 3943361 114700 3513193 3% /mnt > > Filesystem 1K-blocks Used Avail Capacity Mounted on (1K/8K) > /dev/vn0c 4065694 154837 3585602 4% /mnt > > Filesystem 1K-blocks Used Avail Capacity Mounted on (2K/16K) > /dev/vn0c 4129310 251300 3547666 7% /mnt > > So /usr/ports alone will eat 100MB of additional disk space on a > 2K/16K filesystem, which is quite significant. > > > /usr/src has these characteristics: > > Filesystem 1K-blocks Used Avail Capacity Mounted on (1K/8K) > /dev/vn0c 4065694 1002597 2737842 27% /mnt > Filesystem 1K-blocks Used Avail Capacity Mounted on (2K/16K) > /dev/vn0c 4129310 1046374 2752592 28% /mnt > > /usr/src isn't so bad in my test, only 44 MBytes larger, which makes > sense because the average file size is larger then 1K anyway (so > 2K/16K wins over 1K/8K for files > 1K and < 2K in size). > > I didn't think /usr/ports would lose so badly. It is definitely food > for thought. But I also think that /usr/src validates our prior > discussion for 'general purpose' filesystems. Heh, now imagine that you have checkouted from our repo version of /usr/ports - due to cvs metadata it has twice as much small files as normal one, so amount of space wasted in 2K/16K case is also doubles, resulting in some 200M wasted in fragments. This was exactly the case here. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 14:12:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5276237B405; Mon, 10 Dec 2001 14:12:25 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBAMCNn47958; Mon, 10 Dec 2001 14:12:23 -0800 (PST) (envelope-from jhb) Message-Id: <200112102212.fBAMCNn47958@freefall.freebsd.org> From: John Baldwin Date: Mon, 10 Dec 2001 14:12:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/10 14:12:23 PST Modified files: usr.sbin/sysinstall install.c Log: Fix the mouse question again to only run the mouse menu if a user doesn't have a USB mouse. Here's the deal on how this works: USB mouse have moused run for them automatically by usbd so we don't need to setup moused for them. We do need to setup moused for other mice though, so if the user has a USB mouse, we don't need to do anything. Hence the wording "Do you have a non-USB mouse installed?" for the question. The question can be reworded as "Do you have a PS/2 or Serial mouse installed?" instead if that is preferred. Revision Changes Path 1.314 +1 -1 src/usr.sbin/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 14:16:55 2001 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 4D88137B405; Mon, 10 Dec 2001 14:16:49 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBAMGmX48849; Mon, 10 Dec 2001 14:16:48 -0800 (PST) (envelope-from dillon) Date: Mon, 10 Dec 2001 14:16:48 -0800 (PST) From: Matthew Dillon Message-Id: <200112102216.fBAMGmX48849@apollo.backplane.com> To: Maxim Sobolev Cc: sheldonh@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.8 References: <200112102208.AAA18580@ipcard.iptcom.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 :Heh, now imagine that you have checkouted from our repo version of :/usr/ports - due to cvs metadata it has twice as much small files as :normal one, so amount of space wasted in 2K/16K case is also doubles, :resulting in some 200M wasted in fragments. This was exactly the case :here. : :-Maxim That *WAS* the checked out version. Are you sure you don't have extra cruft from the big ports layout change lying around? Oh, wait, I know what it probably is... I'll bet you left the work directory default in place, so all your work directories are sitting in /usr/ports. I have a WRKDIRPREFIX set in /etc/make.conf so work directories sit elsewhere, which allows me to NFS-export /usr/ports read-only. -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 Mon Dec 10 14:23:47 2001 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 08D9F37B417; Mon, 10 Dec 2001 14:23:31 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011210222330.OIDC24045.rwcrmhc53.attbi.com@peter3.wemm.org>; Mon, 10 Dec 2001 22:23:30 +0000 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fBAMNTs35916; Mon, 10 Dec 2001 14:23:29 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id DA5EB38CC; Mon, 10 Dec 2001 14:23:29 -0800 (PST) (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/gnu/usr.bin/rcs/ident ident.c In-Reply-To: Date: Mon, 10 Dec 2001 14:23:29 -0800 From: Peter Wemm Message-Id: <20011210222329.DA5EB38CC@overcee.netplex.com.au> Sender: owner-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: > Peter, > > We mirror the FreeBSD tree here, but when I check anything out, > it seems to have the previous $FreeBSD:$ line > and not the one that represents the level the file is checked out at. > > Obviously this totallyu screwn up "mergemaster" and a few other utilities, > and makes it really hard to difff stuff.. > > So, What is the scheme here? is the line updated on checkin or checkout? > Should we be running some hacked version of cvs to be able to have > $FreeBSD$ lines expanded correctly? The line is updated on checkout. Make sure you have got a valid CVSROOT/options file which specifies that $FreeBSD$ is to be expanded correctly. Note that we disable $Id$ etc as well. Recently we have been collapsing the tags to plain $FreeBSD$ with nothing else in there at all so that we dont get an extra +1/-1 in the deltas. > (the cvs server and client are both on 4.4) > > Julian > > On Mon, 10 Dec 2001, Peter Wemm wrote: > > > peter 2001/12/10 12:49:37 PST > > > > Modified files: (Branch: RELENG_4) > > gnu/usr.bin/rcs/ident ident.c > > Log: > > MFC: 1.8: recognize numeric $Id$ tags such as $XFree86$ (trivial tweak) > > > > Revision Changes Path > > 1.7.2.1 +1 -1 src/gnu/usr.bin/rcs/ident/ident.c > > > > > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 14:40:48 2001 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 EC29537B420; Mon, 10 Dec 2001 14:40:18 -0800 (PST) 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 <20011210224018.QMFY5859.rwcrmhc51.attbi.com@InterJet.elischer.org>; Mon, 10 Dec 2001 22:40:18 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA01065; Mon, 10 Dec 2001 14:38:47 -0800 (PST) Date: Mon, 10 Dec 2001 14:38:47 -0800 (PST) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/rcs/ident ident.c In-Reply-To: <20011210222329.DA5EB38CC@overcee.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG this seems completely wrong to me. I think it should be expanded on input so that the version in the repository has teh new string on it already.. other wise I get diffs when I compare the same file from different mirrors. e.g. $FreeBSD: mirrored/freebsd/src/etc/csh.cshrc,v 1.3 1999/08/27 23:23:40 peter Exp $ now we put the mirror into mirrored/freebsd in out tree but I guarantee that anything I compare it with will not have that.. in addition it says YUO checked it in there which is misleading as you didn't have a 'mirrored/freebsd' directory I'm sure.. On Mon, 10 Dec 2001, Peter Wemm wrote: > Julian Elischer wrote: > > Peter, > > > > We mirror the FreeBSD tree here, but when I check anything out, > > it seems to have the previous $FreeBSD:$ line > > and not the one that represents the level the file is checked out at. > > > > Obviously this totallyu screwn up "mergemaster" and a few other utilities, > > and makes it really hard to difff stuff.. > > > > So, What is the scheme here? is the line updated on checkin or checkout? > > Should we be running some hacked version of cvs to be able to have > > $FreeBSD$ lines expanded correctly? > > The line is updated on checkout. Make sure you have got a valid > CVSROOT/options file which specifies that $FreeBSD$ is to be expanded > correctly. Note that we disable $Id$ etc as well. > > Recently we have been collapsing the tags to plain $FreeBSD$ with nothing > else in there at all so that we dont get an extra +1/-1 in the deltas. > > > (the cvs server and client are both on 4.4) > > > > Julian > > > > On Mon, 10 Dec 2001, Peter Wemm wrote: > > > > > peter 2001/12/10 12:49:37 PST > > > > > > Modified files: (Branch: RELENG_4) > > > gnu/usr.bin/rcs/ident ident.c > > > Log: > > > MFC: 1.8: recognize numeric $Id$ tags such as $XFree86$ (trivial tweak) > > > > > > Revision Changes Path > > > 1.7.2.1 +1 -1 src/gnu/usr.bin/rcs/ident/ident.c > > > > > > > > > > > Cheers, > -Peter > -- > Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au > "All of this is for nothing if we don't go to the stars" - JMS/B5 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 14:40:36 2001 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 C0B3937B41B; Mon, 10 Dec 2001 14:40:17 -0800 (PST) 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 <20011210224017.QMFJ5859.rwcrmhc51.attbi.com@InterJet.elischer.org>; Mon, 10 Dec 2001 22:40:17 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA01035; Mon, 10 Dec 2001 14:27:32 -0800 (PST) Date: Mon, 10 Dec 2001 14:27:31 -0800 (PST) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/rcs/ident ident.c In-Reply-To: <20011210222329.DA5EB38CC@overcee.netplex.com.au> 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, 10 Dec 2001, Peter Wemm wrote: > Julian Elischer wrote: > > Peter, > > > > We mirror the FreeBSD tree here, but when I check anything out, > > it seems to have the previous $FreeBSD:$ line > > and not the one that represents the level the file is checked out at. > > > > Obviously this totallyu screwn up "mergemaster" and a few other utilities, > > and makes it really hard to difff stuff.. > > > > So, What is the scheme here? is the line updated on checkin or checkout? > > Should we be running some hacked version of cvs to be able to have > > $FreeBSD$ lines expanded correctly? > > The line is updated on checkout. Make sure you have got a valid > CVSROOT/options file which specifies that $FreeBSD$ is to be expanded > correctly. Note that we disable $Id$ etc as well. Ah that's what I was looking for. > > Recently we have been collapsing the tags to plain $FreeBSD$ with nothing > else in there at all so that we dont get an extra +1/-1 in the deltas. > > > (the cvs server and client are both on 4.4) > > > > Julian > > > > On Mon, 10 Dec 2001, Peter Wemm wrote: > > > > > peter 2001/12/10 12:49:37 PST > > > > > > Modified files: (Branch: RELENG_4) > > > gnu/usr.bin/rcs/ident ident.c > > > Log: > > > MFC: 1.8: recognize numeric $Id$ tags such as $XFree86$ (trivial tweak) > > > > > > Revision Changes Path > > > 1.7.2.1 +1 -1 src/gnu/usr.bin/rcs/ident/ident.c > > > > > > > > > > > Cheers, > -Peter > -- > Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au > "All of this is for nothing if we don't go to the stars" - JMS/B5 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 14:45:38 2001 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 62B4337B416; Mon, 10 Dec 2001 14:45:34 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 6ADB8485; Mon, 10 Dec 2001 22:45:25 +0000 (GMT) Date: Mon, 10 Dec 2001 22:45:25 +0000 From: Josef Karthauser To: Julian Elischer Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/rcs/ident ident.c Message-ID: <20011210224525.G28634@tao.org.uk> References: <20011210222329.DA5EB38CC@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="df+09Je9rNq3P+GE" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from julian@elischer.org on Mon, Dec 10, 2001 at 02:38:47PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --df+09Je9rNq3P+GE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 10, 2001 at 02:38:47PM -0800, Julian Elischer wrote: > this seems completely wrong to me. > I think it should be expanded on input so that the version > in the repository has teh new string on it already.. > other wise I get diffs when I compare the same file from different=20 > mirrors. Maybe, but previously before we contracted back to $FreeBSD$ on checkin the _previous_ revision string was being committed to the repo, which is worse IMO. Joe --df+09Je9rNq3P+GE 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 iEYEARECAAYFAjwVOwQACgkQXVIcjOaxUBaKNgCfe3jI4AF8l8WoUy0s493QQ2u1 QfYAnjBEWQQJpW/tSDtAwJTifMvuwXR7 =KSW9 -----END PGP SIGNATURE----- --df+09Je9rNq3P+GE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 14:57: 8 2001 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 15CCC37B416; Mon, 10 Dec 2001 14:56:51 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011210225650.RAMG5859.rwcrmhc51.attbi.com@peter3.wemm.org>; Mon, 10 Dec 2001 22:56:50 +0000 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fBAMuos36072; Mon, 10 Dec 2001 14:56:50 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 4265B39F0; Mon, 10 Dec 2001 14:56:50 -0800 (PST) (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/gnu/usr.bin/rcs/ident ident.c In-Reply-To: Date: Mon, 10 Dec 2001 14:56:50 -0800 From: Peter Wemm Message-Id: <20011210225650.4265B39F0@overcee.netplex.com.au> Sender: owner-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: > this seems completely wrong to me. But that's the way that RCS works, and cvs is a layer on top of the rcs file format. > I think it should be expanded on input so that the version > in the repository has teh new string on it already.. That's the way that perforce does it FWIW. It saves a lot of heartache. > other wise I get diffs when I compare the same file from different > mirrors. > > e.g. > $FreeBSD: mirrored/freebsd/src/etc/csh.cshrc,v 1.3 1999/08/27 23:23:40 > peter Exp $ > > now we put the mirror into mirrored/freebsd > in out tree but I guarantee that anything I compare it with will > not have that.. in addition it says YUO checked it in there > which is misleading as you didn't have a 'mirrored/freebsd' > directory I'm sure.. Sorry, but it isn't going to work. If you want it to be expanded correctly, then use a seperate CVSROOT. If you are using pserver, that is still easy as you can add extra --allow-root=/home/ncvs or wherever you keep it. But sucking freebsd src/* into a subdirectory of mirror/freebsd/src in another CVS repo is going to get you exactly what you see above. We would have to regenerate each and every file in every revision right back to 1.1 if we wanted to change this, and then we have a custom cvs that doesn't match the rest of the world. Not to mention cvsup... Sorry, but cvs sucks. > On Mon, 10 Dec 2001, Peter Wemm wrote: > > > Julian Elischer wrote: > > > Peter, > > > > > > We mirror the FreeBSD tree here, but when I check anything out, > > > it seems to have the previous $FreeBSD:$ line > > > and not the one that represents the level the file is checked out at. > > > > > > Obviously this totallyu screwn up "mergemaster" and a few other utilities , > > > and makes it really hard to difff stuff.. > > > > > > So, What is the scheme here? is the line updated on checkin or checkout? > > > Should we be running some hacked version of cvs to be able to have > > > $FreeBSD$ lines expanded correctly? > > > > The line is updated on checkout. Make sure you have got a valid > > CVSROOT/options file which specifies that $FreeBSD$ is to be expanded > > correctly. Note that we disable $Id$ etc as well. > > > > Recently we have been collapsing the tags to plain $FreeBSD$ with nothing > > else in there at all so that we dont get an extra +1/-1 in the deltas. > > > > > (the cvs server and client are both on 4.4) > > > > > > Julian > > > > > > On Mon, 10 Dec 2001, Peter Wemm wrote: > > > > > > > peter 2001/12/10 12:49:37 PST > > > > > > > > Modified files: (Branch: RELENG_4) > > > > gnu/usr.bin/rcs/ident ident.c > > > > Log: > > > > MFC: 1.8: recognize numeric $Id$ tags such as $XFree86$ (trivial twea k) > > > > > > > > Revision Changes Path > > > > 1.7.2.1 +1 -1 src/gnu/usr.bin/rcs/ident/ident.c > > > > > > > > > > > > > > > > > Cheers, > > -Peter > > -- > > Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au > > "All of this is for nothing if we don't go to the stars" - JMS/B5 > > > > > > > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 15: 0:35 2001 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 B1C8037B419; Mon, 10 Dec 2001 15:00:28 -0800 (PST) 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 <20011210230028.RDNZ5859.rwcrmhc51.attbi.com@InterJet.elischer.org>; Mon, 10 Dec 2001 23:00:28 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA01103; Mon, 10 Dec 2001 14:40:24 -0800 (PST) Date: Mon, 10 Dec 2001 14:40:24 -0800 (PST) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/rcs/ident ident.c In-Reply-To: <20011210222329.DA5EB38CC@overcee.netplex.com.au> 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, 10 Dec 2001, Peter Wemm wrote: > The line is updated on checkout. Make sure you have got a valid > CVSROOT/options file which specifies that $FreeBSD$ is to be expanded > correctly. Note that we disable $Id$ etc as well. How do you disable Id:? I see: tag=FreeBSD=CVSHeader tagexpand=iFreeBSD how can I keep both enabled? > > Recently we have been collapsing the tags to plain $FreeBSD$ with nothing > else in there at all so that we dont get an extra +1/-1 in the deltas. > > > (the cvs server and client are both on 4.4) > > > > Julian > > > > On Mon, 10 Dec 2001, Peter Wemm wrote: > > > > > peter 2001/12/10 12:49:37 PST > > > > > > Modified files: (Branch: RELENG_4) > > > gnu/usr.bin/rcs/ident ident.c > > > Log: > > > MFC: 1.8: recognize numeric $Id$ tags such as $XFree86$ (trivial tweak) > > > > > > Revision Changes Path > > > 1.7.2.1 +1 -1 src/gnu/usr.bin/rcs/ident/ident.c > > > > > > > > > > > Cheers, > -Peter > -- > Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au > "All of this is for nothing if we don't go to the stars" - JMS/B5 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 16: 3:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD15F37B417; Mon, 10 Dec 2001 16:03:10 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB03Aa63406; Mon, 10 Dec 2001 16:03:10 -0800 (PST) (envelope-from jhb) Message-Id: <200112110003.fBB03Aa63406@freefall.freebsd.org> From: John Baldwin Date: Mon, 10 Dec 2001 16:03:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand ufs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/10 16:03:10 PST Modified files: lib/libstand ufs.c Log: Add support for overwriting the existing contents of a file to the UFS driver in libstand. This specifically does not expand or truncate files since the filesystem may be dirty or inconsistent. PR: kern/32389 Submitted by: Jonathan Mini Sponsored by: ClickArray, Inc. Revision Changes Path 1.8 +119 -4 src/lib/libstand/ufs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 16: 4:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7476737B417; Mon, 10 Dec 2001 16:04:28 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB04SC63599; Mon, 10 Dec 2001 16:04:28 -0800 (PST) (envelope-from jhb) Message-Id: <200112110004.fBB04SC63599@freefall.freebsd.org> From: John Baldwin Date: Mon, 10 Dec 2001 16:04:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand stand.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/10 16:04:28 PST Modified files: lib/libstand stand.h Log: We support writing to at least one filesystem now. PR: kern/32389 Submitted by: Jonathan Mini Sponsored by: ClickArray, Inc. Revision Changes Path 1.27 +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 Dec 10 16: 8:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 651F637B416; Mon, 10 Dec 2001 16:08:10 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB08AH67414; Mon, 10 Dec 2001 16:08:10 -0800 (PST) (envelope-from jhb) Message-Id: <200112110008.fBB08AH67414@freefall.freebsd.org> From: John Baldwin Date: Mon, 10 Dec 2001 16:08:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 biosdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/10 16:08:10 PST Modified files: sys/boot/i386/libi386 biosdisk.c Log: Add support for writing to BIOS disks. PR: kern/32389 Submitted by: Jonathan Mini Sponsored by: ClickArray, Inc. Revision Changes Path 1.35 +169 -3 src/sys/boot/i386/libi386/biosdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 16:10:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C49137B416; Mon, 10 Dec 2001 16:10:01 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB0A1H67811; Mon, 10 Dec 2001 16:10:01 -0800 (PST) (envelope-from jhb) Message-Id: <200112110010.fBB0A1H67811@freefall.freebsd.org> From: John Baldwin Date: Mon, 10 Dec 2001 16:10:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common bcache.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/10 16:10:01 PST Modified files: sys/boot/common bcache.c Log: Add support for writing blocks to the loader's disk cache. PR: kern/32389 Submitted by: Jonathan Mini Sponsored by: ClickArray, Inc. Revision Changes Path 1.10 +92 -21 src/sys/boot/common/bcache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 16:18:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB13D37B416; Mon, 10 Dec 2001 16:18:45 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB0Ijf68663; Mon, 10 Dec 2001 16:18:45 -0800 (PST) (envelope-from mjacob) Message-Id: <200112110018.fBB0Ijf68663@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 Dec 2001 16:18:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_pci.c isp_target.c isp_target.h ispmbox.h ispvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/12/10 16:18:45 PST Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_pci.c isp_target.c isp_target.h ispmbox.h ispvar.h Log: Major restructuring for swizzling to the request queue and unswizzling from the response queue. Instead of the ad hoc ISP_SWIZZLE_REQUEST, we now have a complete set of inline functions in isp_inline.h. Each platform is responsible for providing just one of a set of ISP_IOX_{GET,PUT}{8,16,32} macros. The reason this needs to be done is that we need to have a single set of functions that will work correctly on multiple architectures for both little and big endian machines. It also needs to work correctly in the case that we have the request or response queues in memory that has to be treated specially (e.g., have ddi_dma_sync called on it for Solaris after we update it or before we read from it). It also has to handle the SBus cards (for platforms that have them) which, while on a Big Endian machine, do *not* require *most* of the request/response queue entry fields to be swizzled or unswizzled. One thing that falls out of this is that we no longer build requests in the request queue itself. Instead, we build the request locally (e.g., on the stack) and then as part of the swizzling operation, copy it to the request queue entry we've allocated. I thought long and hard about whether this was too expensive a change to make as it in a lot of cases requires an extra copy. On balance, the flexbility is worth it. With any luck, the entry that we build locally stays in a processor writeback cache (after all, it's only 64 bytes) so that the cost of actually flushing it to the memory area that is the shared queue with the PCI device is not all that expensive. We may examine this again and try to get clever in the future to try and avoid copies. Another change that falls out of this is that MEMORYBARRIER should be taken a lot more seriously. The macro ISP_ADD_REQUEST does a MEMORYBARRIER on the entry being added. But there had been many other places this had been missing. It's now very important that it be done. Additional changes: Fix a longstanding buglet of sorts. When we get an entry via isp_getrqentry, the iptr value that gets returned is the value we intend to eventually plug into the ISP registers as the entry *one past* the last one we've written- *not* the current entry we're updating. All along we've been calling sync functions on the wrong index value. Argh. The 'fix' here is to rename all 'iptr' variables as 'nxti' to remember that this is the 'next' pointer- not the current pointer. Devote a single bit to mboxbsy- and set aside bits for output mbox registers that we need to pick up- we can have at least one command which does not have any defined output registers (MBOX_EXECUTE_FIRMWARE). MFC after: 2 weeks Revision Changes Path 1.82 +135 -124 src/sys/dev/isp/isp.c 1.74 +23 -20 src/sys/dev/isp/isp_freebsd.c 1.57 +42 -9 src/sys/dev/isp/isp_freebsd.h 1.17 +1049 -1 src/sys/dev/isp/isp_inline.h 1.75 +149 -157 src/sys/dev/isp/isp_pci.c 1.19 +46 -32 src/sys/dev/isp/isp_target.c 1.17 +22 -195 src/sys/dev/isp/isp_target.h 1.36 +11 -28 src/sys/dev/isp/ispmbox.h 1.51 +32 -22 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 16:49:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7669F37B416; Mon, 10 Dec 2001 16:49:34 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB0nYW71109; Mon, 10 Dec 2001 16:49:34 -0800 (PST) (envelope-from jhb) Message-Id: <200112110049.fBB0nYW71109@freefall.freebsd.org> From: John Baldwin Date: Mon, 10 Dec 2001 16:49:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader version src/share/examples/bootforth boot.4th loader.rc src/sys/boot/alpha/cdboot version src/sys/boot/alpha/loader version src/sys/boot/common loader.8 src/sys/boot/ficl loader.c src/sys/boot/forth loader.4th pnp.4th ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/10 16:49:34 PST Modified files: sys/boot/i386/loader version share/examples/bootforth boot.4th loader.rc sys/boot/alpha/cdboot version sys/boot/alpha/loader version sys/boot/common loader.8 sys/boot/ficl loader.c sys/boot/forth loader.4th pnp.4th support.4th Log: - Add 'fwrite' and 'fseek' words for writing to and seeking on files. - Change the 'fopen' keyword to accept a mode parameter. Note that this will break existing 4th scripts that use fopen. Thus, the loader version has been bumped and loader.4th has been changed to check for a sufficient version on i386 and alpha. Be sure that you either do a full world build or install or full build and install of sys/boot after this since loader.old won't work with the new 4th files and vice versa. PR: kern/32389 Submitted by: Jonathan Mini Sponsored by: ClickArray, Inc. Revision Changes Path 1.3 +3 -3 src/share/examples/bootforth/boot.4th 1.4 +3 -3 src/share/examples/bootforth/loader.rc 1.5 +1 -0 src/sys/boot/alpha/cdboot/version 1.6 +2 -1 src/sys/boot/alpha/loader/version 1.36 +12 -2 src/sys/boot/common/loader.8 1.6 +66 -9 src/sys/boot/ficl/loader.c 1.23 +4 -4 src/sys/boot/forth/loader.4th 1.2 +1 -1 src/sys/boot/forth/pnp.4th 1.14 +12 -13 src/sys/boot/forth/support.4th 1.8 +2 -1 src/sys/boot/i386/loader/version To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 16:50:36 2001 Delivered-To: cvs-all@freebsd.org Received: from monorchid.lemis.com (monorchid.lemis.com [192.109.197.75]) by hub.freebsd.org (Postfix) with ESMTP id 90F6E37B419; Mon, 10 Dec 2001 16:50:27 -0800 (PST) Received: by monorchid.lemis.com (Postfix, from userid 1004) id E4C8C786E7; Tue, 11 Dec 2001 11:20:25 +1030 (CST) Date: Tue, 11 Dec 2001 11:20:25 +1030 From: Greg Lehey To: Ruslan Ermilov Cc: Will Andrews , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 em.4 Message-ID: <20011211112025.P63585@monorchid.lemis.com> References: <200112081807.fB8I7TS40864@freefall.freebsd.org> <20011208151839.T56385@squall.waterspout.com> <20011209104832.B72402@monorchid.lemis.com> <20011210101046.C79785@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011210101046.C79785@sunbay.com> User-Agent: Mutt/1.3.23i 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: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday, 10 December 2001 at 10:10:46 +0200, Ruslan Ermilov wrote: > On Sun, Dec 09, 2001 at 10:48:32AM +1030, Greg Lehey wrote: >> On Saturday, 8 December 2001 at 15:18:39 -0500, Will Andrews wrote: >>> On Sat, Dec 08, 2001 at 10:07:29AM -0800, Ruslan Ermilov wrote: >>>> - first appeared in 5.0, not 4.4 >>> >>> I thought it was going to be MFC'd? :) >> >> MFC comes later. First comes first. >> > If it's going to be MFC'ed, it will be at best in 4.5-RELEASE, but > there's definitely no chance for it to appear in (already released) > 4.4. If it gets to 4.5, then both RELENG_4 and HEAD manpages should > be changed to "first appeared in 4.5-RELEASE". > > Greg, 4.5-RELEASE comes before 5.0-RELEASE. :-) The reference wasn't to releases. It first appeared in 5.0, and we can't change that. But if we're looking for the -RELEASE dates, then yes. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 16:52:39 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 1896737B41E for ; Mon, 10 Dec 2001 16:52:28 -0800 (PST) Received: (qmail 17187 invoked from network); 11 Dec 2001 00:52:27 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Dec 2001 00:52:27 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200112110049.fBB0nYW71109@freefall.freebsd.org> Date: Mon, 10 Dec 2001 16:52:24 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/boot/i386/loader version src/share/examp Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 11-Dec-01 John Baldwin wrote: > jhb 2001/12/10 16:49:34 PST > > Modified files: > sys/boot/i386/loader version > share/examples/bootforth boot.4th loader.rc > sys/boot/alpha/cdboot version > sys/boot/alpha/loader version > sys/boot/common loader.8 > sys/boot/ficl loader.c > sys/boot/forth loader.4th pnp.4th support.4th > Log: > - Add 'fwrite' and 'fseek' words for writing to and seeking on files. > - Change the 'fopen' keyword to accept a mode parameter. Note that this > will break existing 4th scripts that use fopen. Thus, the loader > version has been bumped and loader.4th has been changed to check for a > sufficient version on i386 and alpha. Be sure that you either do a full > world build or install or full build and install of sys/boot after this > since loader.old won't work with the new 4th files and vice versa. > > PR: kern/32389 > Submitted by: Jonathan Mini > Sponsored by: ClickArray, Inc. All these loader commits make it possible to overwrite the existing contents of a file on a UFS filesystem. This allows us to finally implement nextboot for example. It currently only works on x86, but all that is needed on other archs is for their disk drivers to support write operations. If more filesystems are desired, then the filesystems in libstand can grow write support as well. As a side note, I would like to have a single loader version that we check against versus one for each arch. The per-arch check doesn't scale well since we have to duplicate the check for each arch in loader.4th. Also, most (all?) of the changes in the loader version are things like FICL upgrades which aren't MD anyways. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 17:17:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F09CC37B405; Mon, 10 Dec 2001 17:17:40 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB1Hef76788; Mon, 10 Dec 2001 17:17:40 -0800 (PST) (envelope-from peter) Message-Id: <200112110117.fBB1Hef76788@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 Dec 2001 17:17:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 peter 2001/12/10 17:17:40 PST Modified files: sys/i386/i386 pmap.c Log: Delete some leftover code from a bygone age. We dont have an array of IdlePTDS anymore and dont to the PTD[MPPTDI] swapping etc. Revision Changes Path 1.298 +1 -11 src/sys/i386/i386/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 Dec 10 17:58:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7431B37B405; Mon, 10 Dec 2001 17:58:33 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB1wXA84599; Mon, 10 Dec 2001 17:58:33 -0800 (PST) (envelope-from obrien) Message-Id: <200112110158.fBB1wXA84599@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 Dec 2001 17:58:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bison Makefile distinfo ports/devel/bison/files patch-getargs.c patch-reader.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/10 17:58:33 PST Modified files: devel/bison Makefile distinfo devel/bison/files patch-getargs.c patch-reader.c Log: This PORTEPOCH for life crap is stupid. Back out the downgrade, I would have never agreed to it if I had know... This leaves a window of downgradededness 18 hours -- people can just live with that. Revision Changes Path 1.21 +2 -3 ports/devel/bison/Makefile 1.8 +1 -1 ports/devel/bison/distinfo 1.4 +14 -14 ports/devel/bison/files/patch-getargs.c 1.4 +17 -16 ports/devel/bison/files/patch-reader.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 18:19:21 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 78D4E37B417; Mon, 10 Dec 2001 18:19:15 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id F20E181D01; Mon, 10 Dec 2001 20:19:09 -0600 (CST) Date: Mon, 10 Dec 2001 20:19:09 -0600 From: Alfred Perlstein To: John Baldwin Cc: mini@haikugeek.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <20011210201909.O92148@elvis.mu.org> References: <200112110049.fBB0nYW71109@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 jhb@FreeBSD.org on Mon, Dec 10, 2001 at 04:52:24PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * John Baldwin [011210 18:52] wrote: > > On 11-Dec-01 John Baldwin wrote: > > jhb 2001/12/10 16:49:34 PST > > > > Modified files: > > sys/boot/i386/loader version > > share/examples/bootforth boot.4th loader.rc > > sys/boot/alpha/cdboot version > > sys/boot/alpha/loader version > > sys/boot/common loader.8 > > sys/boot/ficl loader.c > > sys/boot/forth loader.4th pnp.4th support.4th > > Log: > > - Add 'fwrite' and 'fseek' words for writing to and seeking on files. > > - Change the 'fopen' keyword to accept a mode parameter. Note that this > > will break existing 4th scripts that use fopen. Thus, the loader > > version has been bumped and loader.4th has been changed to check for a > > sufficient version on i386 and alpha. Be sure that you either do a full > > world build or install or full build and install of sys/boot after this > > since loader.old won't work with the new 4th files and vice versa. > > > > PR: kern/32389 > > Submitted by: Jonathan Mini > > Sponsored by: ClickArray, Inc. > > All these loader commits make it possible to overwrite the existing contents of > a file on a UFS filesystem. Yay! One "cool" feaure at least from a security standpoint would be adding a write once variable to turn this off so that one can't use loader to smash /etc/passwd. John, or Jonathan... ? any plans on giving this a shot? -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 18:23:34 2001 Delivered-To: cvs-all@freebsd.org Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by hub.freebsd.org (Postfix) with SMTP id EC6AA37B417 for ; Mon, 10 Dec 2001 18:23:27 -0800 (PST) Received: (qmail 28278 invoked by uid 3193); 11 Dec 2001 02:23:27 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 11 Dec 2001 02:23:27 -0000 Date: Mon, 10 Dec 2001 21:23:27 -0500 (EST) From: Mike Silbersack X-Sender: To: Alfred Perlstein Cc: John Baldwin , , , Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: <20011210201909.O92148@elvis.mu.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, 10 Dec 2001, Alfred Perlstein wrote: > > All these loader commits make it possible to overwrite the existing > contents of > a file on a UFS filesystem. > > Yay! One "cool" feaure at least from a security standpoint would > be adding a write once variable to turn this off so that one can't > use loader to smash /etc/passwd. > > John, or Jonathan... ? any plans on giving this a shot? > > -Alfred Hm, I wonder if write enabling should even be compiled into the loader by default - I think you're correct in suspecting that changing /etc/passwd will be the primary use of this feature. :| 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 Mon Dec 10 18:47:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95C3337B417; Mon, 10 Dec 2001 18:47:53 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB2lrw91963; Mon, 10 Dec 2001 18:47:53 -0800 (PST) (envelope-from luigi) Message-Id: <200112110247.fBB2lrw91963@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 10 Dec 2001 18:47:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.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 2001/12/10 18:47:53 PST Modified files: sys/pci if_dc.c if_dcreg.h Log: Avoid an unnecessary copy of a packet if it is already in a single mbuf. Introduce an additional device flag for those NICs which require the transmit buffers to be aligned to 32-bit boundaries. (the equivalen fix for STABLE is slightly simpler because there are no supported chips which require this alignment there.) Revision Changes Path 1.63 +6 -2 src/sys/pci/if_dc.c 1.22 +1 -0 src/sys/pci/if_dcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 18:58:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EACA37B417; Mon, 10 Dec 2001 18:58:20 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB2wKx93037; Mon, 10 Dec 2001 18:58:20 -0800 (PST) (envelope-from sf) Message-Id: <200112110258.fBB2wKx93037@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 10 Dec 2001 18:58:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xsane 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 sf 2001/12/10 18:58:20 PST Modified files: graphics/xsane Makefile pkg-plist Log: update pkg-plist for 0.81. Revision Changes Path 1.29 +1 -0 ports/graphics/xsane/Makefile 1.16 +36 -16 ports/graphics/xsane/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 Dec 10 19: 2:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B474C37B405; Mon, 10 Dec 2001 19:02:48 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB32mU93520; Mon, 10 Dec 2001 19:02:48 -0800 (PST) (envelope-from luigi) Message-Id: <200112110302.fBB32mU93520@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 10 Dec 2001 19:02:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.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 luigi 2001/12/10 19:02:48 PST Modified files: (Branch: RELENG_4) sys/pci if_dc.c Log: MFC (done now because the code is slightly different from the one in -current): avoid an unnecessary copy when the packet is already in a single buffer. With this one-line patch, a 750MHz box goes from 128kpps to 148kpps (full wire speed) even with NICs that require packets in a single mbuf. Trivia: the 21143, which can handle multiple buffers, seems to introduce extra delay between packets when they are split over multiple tx descriptors. So if you are in this situation and have CPU cycles to burn, doing the copy is the only way to achieve wire speed (short of arranging tx descriptors as an array instead of a linked list). Revision Changes Path 1.9.2.30 +3 -1 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 19:20:40 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 6096737B417; Mon, 10 Dec 2001 19:20:35 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fBB3Iax29150; Mon, 10 Dec 2001 22:18:36 -0500 (EST) (envelope-from mike) Date: Mon, 10 Dec 2001 22:18:36 -0500 From: Mike Barcroft To: Mike Silbersack Cc: Alfred Perlstein , John Baldwin , mini@haikugeek.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <20011210221836.N1956@espresso.q9media.com> References: <20011210201909.O92148@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from silby@silby.com on Mon, Dec 10, 2001 at 09:23:27PM -0500 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Silbersack writes: > On Mon, 10 Dec 2001, Alfred Perlstein wrote: > > > > All these loader commits make it possible to overwrite the existing > > contents of > a file on a UFS filesystem. > > > > Yay! One "cool" feaure at least from a security standpoint would > > be adding a write once variable to turn this off so that one can't > > use loader to smash /etc/passwd. > > > > John, or Jonathan... ? any plans on giving this a shot? > > > > -Alfred > > Hm, I wonder if write enabling should even be compiled into the loader by > default - I think you're correct in suspecting that changing /etc/passwd > will be the primary use of this feature. :| Why would someone use this feature to write to the password file, when they can just boot into single user mode and use their favourite editor? Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 19:28: 1 2001 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 6DDC337B405; Mon, 10 Dec 2001 19:27:58 -0800 (PST) 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 fBB3Rva78166; Mon, 10 Dec 2001 20:27:57 -0700 (MST) (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 fBB3RuM24201; Mon, 10 Dec 2001 20:27:56 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112110327.fBB3RuM24201@harmony.village.org> To: "David E. O'Brien" Subject: Re: cvs commit: src/sys/kern kern_exec.c kern_intr.c kern_sema.c subr_witness.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 09 Dec 2001 21:40:12 PST." <200112100540.fBA5eCl35471@freefall.freebsd.org> References: <200112100540.fBA5eCl35471@freefall.freebsd.org> Date: Mon, 10 Dec 2001 20:27:56 -0700 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 <200112100540.fBA5eCl35471@freefall.freebsd.org> "David E. O'Brien" writes: : Repeat after me -- "Use of ANSI string concatenation can be bad." is the usual use for long printf lines OK? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 19:41:53 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 008B337B405; Mon, 10 Dec 2001 19:41:50 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fBB3eDk29228; Mon, 10 Dec 2001 22:40:13 -0500 (EST) (envelope-from mike) Date: Mon, 10 Dec 2001 22:40:13 -0500 From: Mike Barcroft To: Warner Losh Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exec.c kern_intr.c kern_sema.c subr_witness.c Message-ID: <20011210224013.O1956@espresso.q9media.com> References: <200112100540.fBA5eCl35471@freefall.freebsd.org> <200112110327.fBB3RuM24201@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112110327.fBB3RuM24201@harmony.village.org>; from imp@harmony.village.org on Mon, Dec 10, 2001 at 08:27:56PM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Warner Losh writes: > In message <200112100540.fBA5eCl35471@freefall.freebsd.org> "David E. O'Brien" writes: > : Repeat after me -- "Use of ANSI string concatenation can be bad." > > is the usual use for long printf lines OK? Yes. In this case, some people were exploiting GCC (2.95)'s misimplementation of __func__ as a constant, when in reality it must be defined as a static constant automatic. It appears they have corrected this in newer releases. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 19:42:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5EDC37B41C; Mon, 10 Dec 2001 19:41:58 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB3fwZ00407; Mon, 10 Dec 2001 19:41:58 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110341.fBB3fwZ00407@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 10 Dec 2001 19:41:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news Makefile ports/news/pyne 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 2001/12/10 19:41:58 PST Modified files: news Makefile Added files: news/pyne Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add pyne An X11 offline Newsreader/Emailer Revision Changes Path 1.70 +2 -1 ports/news/Makefile 1.1 +24 -0 ports/news/pyne/Makefile (new) 1.1 +1 -0 ports/news/pyne/distinfo (new) 1.1 +1 -0 ports/news/pyne/pkg-comment (new) 1.1 +3 -0 ports/news/pyne/pkg-descr (new) 1.1 +119 -0 ports/news/pyne/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 Dec 10 19:42:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 911BB37B41D; Mon, 10 Dec 2001 19:42:01 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB3g1d00444; Mon, 10 Dec 2001 19:42:01 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110342.fBB3g1d00444@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 10 Dec 2001 19:42:01 -0800 (PST) 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 2001/12/10 19:42:01 PST Modified files: . modules Log: pyne --> ports/news/pyne Revision Changes Path 1.4286 +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 Dec 10 19:43:35 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-95.dsl.lsan03.pacbell.net [63.207.60.95]) by hub.freebsd.org (Postfix) with ESMTP id 87D9D37B405; Mon, 10 Dec 2001 19:43:28 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EF6D366BCE; Mon, 10 Dec 2001 19:43:27 -0800 (PST) Date: Mon, 10 Dec 2001 19:43:27 -0800 From: Kris Kennaway To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/bison Makefile distinfo ports/devel/bison/files patch-getargs.c patch-reader.c Message-ID: <20011210194327.A51369@xor.obsecurity.org> References: <200112110158.fBB1wXA84599@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112110158.fBB1wXA84599@freefall.freebsd.org>; from obrien@FreeBSD.org on Mon, Dec 10, 2001 at 05:58:33PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 10, 2001 at 05:58:33PM -0800, David E. O'Brien wrote: > obrien 2001/12/10 17:58:33 PST >=20 > Modified files: > devel/bison Makefile distinfo=20 > devel/bison/files patch-getargs.c patch-reader.c=20 > Log: > This PORTEPOCH for life crap is stupid. David, please keep the abuse out of the commit logs. It's unprofessional and insulting to your fellow ports committers. > Back out the downgrade, I would have never agreed to it if I had know... It's right there in the porter's handbook. You shouldn't be committing to the ports tree if you haven't read it. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/x385.html Kris --LZvS9be/3tNcYl/X 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 iD8DBQE8FYDdWry0BWjoQKURAhaZAJoCEqSU0yi9BArXOhJ1tXHIVap2rACfeD4L U5F2cFZUaaDgK/l/nfTRFh0= =CHBH -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 19:47:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3E1E37B416; Mon, 10 Dec 2001 19:47:19 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB3lJ701043; Mon, 10 Dec 2001 19:47:19 -0800 (PST) (envelope-from horikawa) Message-Id: <200112110347.fBB3lJ701043@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 10 Dec 2001 19:47:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 vacation.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/12/10 19:47:19 PST Modified files: ja_JP.eucJP/man/man1 vacation.1 Log: Fix typo for Japanese translated word for the word "automatically". Submitted by: Satoru Koizumi Revision Changes Path 1.14 +2 -2 doc/ja_JP.eucJP/man/man1/vacation.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 19:48:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D3E837B405; Mon, 10 Dec 2001 19:48:37 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB3mb901228; Mon, 10 Dec 2001 19:48:37 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112110348.fBB3mb901228@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 10 Dec 2001 19:48:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja docs.sgml index.xsl www/ja/docproj current.sgml submitting.sgml translations.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/12/10 19:48:37 PST Modified files: ja docs.sgml index.xsl ja/docproj current.sgml submitting.sgml translations.sgml Log: Merge the changes in the English version. Revision Changes Path 1.24 +13 -12 www/ja/docproj/current.sgml 1.11 +3 -3 www/ja/docproj/submitting.sgml 1.33 +13 -2 www/ja/docproj/translations.sgml 1.48 +6 -2 www/ja/docs.sgml 1.6 +45 -32 www/ja/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 19:49:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C60037B405; Mon, 10 Dec 2001 19:49:42 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB3ngm01372; Mon, 10 Dec 2001 19:49:42 -0800 (PST) (envelope-from horikawa) Message-Id: <200112110349.fBB3ngm01372@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 10 Dec 2001 19:49:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 install.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/12/10 19:49:41 PST Modified files: ja_JP.eucJP/man/man1 install.1 Log: Remove unintentionaly remained English text. Submitted by: Satoru Koizumi Revision Changes Path 1.18 +1 -2 doc/ja_JP.eucJP/man/man1/install.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 20: 8: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id B832537B419; Mon, 10 Dec 2001 20:07:58 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id fBB47aq45373; Mon, 10 Dec 2001 20:07:36 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: Message from John Baldwin of "Mon, 10 Dec 2001 16:52:24 PST." Date: Mon, 10 Dec 2001 20:07:36 -0800 Message-ID: <45370.1008043656@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > All these loader commits make it possible to overwrite the existing contents of > a file on a UFS filesystem. This allows us to finally implement nextboot for > example. It currently only works on x86, but all that is needed on other arc Woohoo, cool! It also lets one finally write the kernel hints editor fully in forth, too! :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 20:12:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A02837B405; Mon, 10 Dec 2001 20:12:45 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB4Cj306947; Mon, 10 Dec 2001 20:12:45 -0800 (PST) (envelope-from knu) Message-Id: <200112110412.fBB4Cj306947@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 10 Dec 2001 20:12:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/SWIG-devel Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/12/10 20:12:45 PST Modified files: devel/SWIG-devel Makefile distinfo pkg-plist Log: Update to 1.3.9. PR: ports/32482 Submitted by: Chia-liang Kao Revision Changes Path 1.42 +2 -2 ports/devel/SWIG-devel/Makefile 1.17 +1 -1 ports/devel/SWIG-devel/distinfo 1.19 +2 -0 ports/devel/SWIG-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 Mon Dec 10 20:21:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F5C137B405; Mon, 10 Dec 2001 20:21:06 -0800 (PST) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB4L6P07858; Mon, 10 Dec 2001 20:21:06 -0800 (PST) (envelope-from gad) Message-Id: <200112110421.fBB4L6P07858@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 10 Dec 2001 20:21:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source ctlinfo.c src/usr.sbin/lpr/lpc cmds.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 2001/12/10 20:21:06 PST Modified files: (Branch: RELENG_4) usr.sbin/lpr/common_source ctlinfo.c usr.sbin/lpr/lpc cmds.c Log: MFC *: My recent changes to add the ctl_renametf routine assumed that print job control-files will always start with 'cfA*'. It turned out that some implementations may send a control file which starts with 'cf*'. This changes ctl_renametf to work correctly with them, and fixes up 'lpc clean' to match. [* = 1.4 ctlinfo.c, 1.22 cmds.c] PR: bin/32183 Revision Changes Path 1.1.2.3 +17 -9 src/usr.sbin/lpr/common_source/ctlinfo.c 1.14.2.7 +22 -13 src/usr.sbin/lpr/lpc/cmds.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 20:27:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8A7337B419; Mon, 10 Dec 2001 20:27:27 -0800 (PST) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB4RRH08575; Mon, 10 Dec 2001 20:27:27 -0800 (PST) (envelope-from gad) Message-Id: <200112110427.fBB4RRH08575@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 10 Dec 2001 20:27:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd 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 2001/12/10 20:27:27 PST Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd recvjob.c Log: MFC 1.26: Move the checks for '/' a little sooner in the code which receives files for a remote print job. In FreeBSD's lpr, the effect of this is a more accurate error message in some situations. Revision Changes Path 1.14.2.12 +9 -9 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 Mon Dec 10 20:29:40 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 00C0E37B41E; Mon, 10 Dec 2001 20:29:32 -0800 (PST) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id CC3371D169; Tue, 11 Dec 2001 04:29:29 +0000 (GMT) Date: Tue, 11 Dec 2001 04:29:29 -0000 From: Paul Richards To: Mike Barcroft , Mike Silbersack Cc: Alfred Perlstein , John Baldwin , mini@haikugeek.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <616630000.1008044969@lobster.originative.co.uk> In-Reply-To: <20011210221836.N1956@espresso.q9media.com> References: <20011210201909.O92148@elvis.mu.org> <20011210221836.N1956@espresso.q9media.com> X-Mailer: Mulberry/2.1.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --On Monday, December 10, 2001 22:18:36 -0500 Mike Barcroft wrote: > Mike Silbersack writes: >> On Mon, 10 Dec 2001, Alfred Perlstein wrote: >> >> > > All these loader commits make it possible to overwrite the existing >> > contents of > a file on a UFS filesystem. >> > >> > Yay! One "cool" feaure at least from a security standpoint would >> > be adding a write once variable to turn this off so that one can't >> > use loader to smash /etc/passwd. >> > >> > John, or Jonathan... ? any plans on giving this a shot? >> > >> > -Alfred >> >> Hm, I wonder if write enabling should even be compiled into the loader by >> default - I think you're correct in suspecting that changing /etc/passwd >> will be the primary use of this feature. :| > > Why would someone use this feature to write to the password file, when > they can just boot into single user mode and use their favourite > editor? You need the superuser password to get to single user if the console is secure. The loader can be used to circumvent that now. Paul Richards FreeBSD Services Ltd http://www.freebsd-services.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 20:56:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4DF337B419; Mon, 10 Dec 2001 20:56:08 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB4u8Q11069; Mon, 10 Dec 2001 20:56:08 -0800 (PST) (envelope-from murray) Message-Id: <200112110456.fBB4u8Q11069@freefall.freebsd.org> From: Murray Stokely Date: Mon, 10 Dec 2001 20:56:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.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 murray 2001/12/10 20:56:08 PST Modified files: en docs.sgml Log: * Fix broken links to dmoz.org and computerbits.com. * Remove dead link to freebsdzine.org. I hope this is just temporary. PR: docs/32654 Submitted by: Michael Wardle , and Hiten Pandya Revision Changes Path 1.131 +10 -13 www/en/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 21:35:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C667237B41B; Mon, 10 Dec 2001 21:35:43 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB5ZhU18152; Mon, 10 Dec 2001 21:35:43 -0800 (PST) (envelope-from peter) Message-Id: <200112110535.fBB5ZhU18152@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 Dec 2001 21:35:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_diskmbr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/10 21:35:43 PST Modified files: sys/kern subr_diskmbr.c Log: Wrap Dangerously Dedicated printf under if (bootverbose) Revision Changes Path 1.54 +4 -2 src/sys/kern/subr_diskmbr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 22: 0:11 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id E7DBE37B417; Mon, 10 Dec 2001 22:00:07 -0800 (PST) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id VAA83760; Mon, 10 Dec 2001 21:47:17 -0800 (PST) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.6/8.11.6) id fBB5lGZ10772; Mon, 10 Dec 2001 21:47:16 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200112110547.fBB5lGZ10772@arch20m.dellroad.org> Subject: Re: cvs commit: src/sys/pci if_dc.c In-Reply-To: <200112110302.fBB32mU93520@freefall.freebsd.org> "from Luigi Rizzo at Dec 10, 2001 07:02:48 pm" To: Luigi Rizzo Date: Mon, 10 Dec 2001 21:47:16 -0800 (PST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Luigi Rizzo writes: > Modified files: (Branch: RELENG_4) > sys/pci if_dc.c > Log: > MFC (done now because the code is slightly different from the one > in -current): avoid an unnecessary copy when the packet is already > in a single buffer. Cool! On an unrelated note, looking at the diff shown by the cvsweb thing... http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pci/if_dc.c.diff?r1=1.9.2.29&r2=1.9.2.30&only_with_tag=RELENG_4 isn't this diff corrupted? Why does it contain this line: @@ -2827,7 +2827,9 @@ static void dc_start(ifp) I thought the '@@' lines were not supposed to contain source text. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 22: 1:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0925237B405; Mon, 10 Dec 2001 22:01:16 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB61Fr20879; Mon, 10 Dec 2001 22:01:15 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110601.fBB61Fr20879@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 10 Dec 2001 22:01:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/pspell-ispell Makefile distinfo pkg-plist ports/textproc/pspell-ispell/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 2001/12/10 22:01:15 PST Modified files: textproc/pspell-ispell Makefile distinfo pkg-plist textproc/pspell-ispell/files patch-aa Log: upgrade to 0.12 PR: 32683 Submitted by: "Alexander N. Kabaev" Revision Changes Path 1.6 +4 -4 ports/textproc/pspell-ispell/Makefile 1.3 +1 -1 ports/textproc/pspell-ispell/distinfo 1.3 +23 -5 ports/textproc/pspell-ispell/files/patch-aa 1.2 +1 -1 ports/textproc/pspell-ispell/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 Dec 10 22: 2:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A995637B417; Mon, 10 Dec 2001 22:02:54 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB62s821206; Mon, 10 Dec 2001 22:02:54 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110602.fBB62s821206@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 10 Dec 2001 22:02:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/integrit 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 2001/12/10 22:02:54 PST Modified files: security/integrit Makefile distinfo Log: upgrade to 2.03.02 PR: 32685 Submitted by: Jos Backus Revision Changes Path 1.5 +3 -2 ports/security/integrit/Makefile 1.4 +1 -1 ports/security/integrit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 22: 5:20 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 954BF37B416; Mon, 10 Dec 2001 22:05:17 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fBB63aT29653; Tue, 11 Dec 2001 01:03:36 -0500 (EST) (envelope-from mike) Date: Tue, 11 Dec 2001 01:03:36 -0500 From: Mike Barcroft To: Paul Richards Cc: Mike Silbersack , Alfred Perlstein , John Baldwin , mini@haikugeek.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <20011211010336.Q1956@espresso.q9media.com> References: <20011210201909.O92148@elvis.mu.org> <20011210221836.N1956@espresso.q9media.com> <616630000.1008044969@lobster.originative.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <616630000.1008044969@lobster.originative.co.uk>; from paul@freebsd-services.com on Tue, Dec 11, 2001 at 04:29:29AM -0000 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Paul Richards writes: > You need the superuser password to get to single user if the console is > secure. The loader can be used to circumvent that now. Interesting, I hadn't seen that before. This is probably only useful at preventing people that don't have an account on the system, and don't have physical access to the harddisk, CD-ROM/DVD-ROM, or floppy drives from gaining root. To gain root from an account and console access, one need only craft an init(8) and change the loader init_path. Perhaps a secure loader would be useful, such that it doesn't allow interrupting. Similar things could be done with the pre-loader boot, but this write from loader feature seems so useful to me that I can't imagine why we would want to turn it off by default, particularly given the intrinsic insecurities of our current loader. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 22: 9:31 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id E840A37B417; Mon, 10 Dec 2001 22:09:25 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBB69Pv16716; Mon, 10 Dec 2001 22:09:25 -0800 (PST) (envelope-from rizzo) Date: Mon, 10 Dec 2001 22:09:25 -0800 From: Luigi Rizzo To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_dc.c Message-ID: <20011210220924.C16280@iguana.aciri.org> References: <200112110302.fBB32mU93520@freefall.freebsd.org> <200112110547.fBB5lGZ10772@arch20m.dellroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112110547.fBB5lGZ10772@arch20m.dellroad.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 10, 2001 at 09:47:16PM -0800, Archie Cobbs wrote: > > On an unrelated note, looking at the diff shown by the cvsweb thing... > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pci/if_dc.c.diff?r1=1.9.2.29&r2=1.9.2.30&only_with_tag=RELENG_4 > > isn't this diff corrupted? Why does it contain this line: > > @@ -2827,7 +2827,9 @@ static void dc_start(ifp) > > I thought the '@@' lines were not supposed to contain source text. it is the output of "diff -u --show-c-function", very convenient... cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 22:17:34 2001 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 7607137B41B; Mon, 10 Dec 2001 22:17:30 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011211061730.FNEU24045.rwcrmhc53.attbi.com@peter3.wemm.org>; Tue, 11 Dec 2001 06:17:30 +0000 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fBB6HTs37227; Mon, 10 Dec 2001 22:17:29 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 90BF038CC; Mon, 10 Dec 2001 22:17:29 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libstand stand.h In-Reply-To: <200112110004.fBB04SC63599@freefall.freebsd.org> Date: Mon, 10 Dec 2001 22:17:29 -0800 From: Peter Wemm Message-Id: <20011211061729.90BF038CC@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > jhb 2001/12/10 16:04:28 PST > > Modified files: > lib/libstand stand.h > Log: > We support writing to at least one filesystem now. We can write to (and even expand / create) files on EFI systems as well. I dont think the glue to do it is present though. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 22:18:14 2001 Delivered-To: cvs-all@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 28B7A37B419; Mon, 10 Dec 2001 22:17:35 -0800 (PST) Received: from cain.gsoft.com.au (root@localhost [127.0.0.1]) by cain.gsoft.com.au (8.11.6/8.11.6) with ESMTP id fBB6HTZ65072; Tue, 11 Dec 2001 16:47:29 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011211010336.Q1956@espresso.q9media.com> Date: Tue, 11 Dec 2001 16:47:29 +1030 (CST) From: "Daniel O'Connor" To: Mike Barcroft Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, mini@haikugeek.com, John Baldwin , Alfred Perlstein , Mike Silbersack , Paul Richards Sender: owner-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 11-Dec-2001 Mike Barcroft wrote: > Perhaps a secure loader would be useful, such that it doesn't allow > interrupting. Similar things could be done with the pre-loader boot, > but this write from loader feature seems so useful to me that I can't > imagine why we would want to turn it off by default, particularly > given the intrinsic insecurities of our current loader. From loader.4th... \ ***** check-password \ \ If a password was defined, execute autoboot and ask for \ password if autoboot returns. : check-password password .addr @ if [ .... ] I believe you could get the thing that loads the loader (boot1? boot2? I forget) to load another loader. It would be reasonably difficult to place one on the machine as a normal user. The only case I can see it being possible is if /tmp is writable by a normal user, and isn't a symlink somewhere else, or on another file system. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 22:40:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6BB837B405; Mon, 10 Dec 2001 22:40:47 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB6elp28314; Mon, 10 Dec 2001 22:40:47 -0800 (PST) (envelope-from alfred) Message-Id: <200112110640.fBB6elp28314@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 10 Dec 2001 22:40:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/kdemultimedia2/files patch-wm_helpers.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/10 22:40:47 PST Added files: audio/kdemultimedia2/files patch-wm_helpers.c Log: remove include of malloc.h to unbreak on -current Revision Changes Path 1.1 +10 -0 ports/audio/kdemultimedia2/files/patch-wm_helpers.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 Dec 10 22:41: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A4F337B61F; Mon, 10 Dec 2001 22:40:59 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB6exT28353; Mon, 10 Dec 2001 22:40:59 -0800 (PST) (envelope-from murray) Message-Id: <200112110640.fBB6exT28353@freefall.freebsd.org> From: Murray Stokely Date: Mon, 10 Dec 2001 22:40:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/12/10 22:40:59 PST Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: Minor addition to the content and some grammar fixes. PR: docs/32679 Revision Changes Path 1.70 +11 -3 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 22:44:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F119F37B417; Mon, 10 Dec 2001 22:44:29 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB6iTJ28814; Mon, 10 Dec 2001 22:44:29 -0800 (PST) (envelope-from mikeh) Message-Id: <200112110644.fBB6iTJ28814@freefall.freebsd.org> From: Mike Heffner Date: Mon, 10 Dec 2001 22:44:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/boot0cfg Makefile boot0cfg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/10 22:44:29 PST Modified files: usr.sbin/boot0cfg Makefile boot0cfg.c Log: WARNS=2 cleanup. Submitted by: Maxime Henrion MFC after: 2 weeks Revision Changes Path 1.7 +2 -1 src/usr.sbin/boot0cfg/Makefile 1.12 +12 -8 src/usr.sbin/boot0cfg/boot0cfg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 22:52:17 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id E325237B405; Mon, 10 Dec 2001 22:52:11 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 8EAB981D03; Tue, 11 Dec 2001 00:52:11 -0600 (CST) Date: Tue, 11 Dec 2001 00:52:11 -0600 From: Alfred Perlstein To: Mike Barcroft Cc: Paul Richards , Mike Silbersack , John Baldwin , mini@haikugeek.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <20011211005211.V92148@elvis.mu.org> References: <20011210201909.O92148@elvis.mu.org> <20011210221836.N1956@espresso.q9media.com> <616630000.1008044969@lobster.originative.co.uk> <20011211010336.Q1956@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011211010336.Q1956@espresso.q9media.com>; from mike@FreeBSD.org on Tue, Dec 11, 2001 at 01:03:36AM -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 * Mike Barcroft [011211 00:05] wrote: > Paul Richards writes: > > You need the superuser password to get to single user if the console is > > secure. The loader can be used to circumvent that now. > > Interesting, I hadn't seen that before. This is probably only useful > at preventing people that don't have an account on the system, and > don't have physical access to the harddisk, CD-ROM/DVD-ROM, or floppy > drives from gaining root. To gain root from an account and console > access, one need only craft an init(8) and change the loader > init_path. > > Perhaps a secure loader would be useful, such that it doesn't allow > interrupting. Similar things could be done with the pre-loader boot, > but this write from loader feature seems so useful to me that I can't > imagine why we would want to turn it off by default, particularly > given the intrinsic insecurities of our current loader. Honestly I feel that the requirement to learn Forth as a prerequisite to hacking a FreeBSD box this way makes it highly unlikely that one would do so. :) -- -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.' http://www.morons.org/rants/gpl-harmful.php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 23: 4:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0498F37B417; Mon, 10 Dec 2001 23:04:49 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB74mk31239; Mon, 10 Dec 2001 23:04:48 -0800 (PST) (envelope-from peter) Message-Id: <200112110704.fBB74mk31239@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 Dec 2001 23:04:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/10 23:04:48 PST Modified files: gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Log: (null) Revision Changes Path 1.31 +23 -5 src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 23: 8:24 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id C23E937B405; Mon, 10 Dec 2001 23:08:21 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id fBB77sq45810; Mon, 10 Dec 2001 23:07:54 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: Alfred Perlstein Cc: Mike Barcroft , Paul Richards , Mike Silbersack , John Baldwin , mini@haikugeek.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: Message from Alfred Perlstein of "Tue, 11 Dec 2001 00:52:11 CST." <20011211005211.V92148@elvis.mu.org> Date: Mon, 10 Dec 2001 23:07:54 -0800 Message-ID: <45805.1008054474@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Honestly I feel that the requirement to learn Forth as a prerequisite > to hacking a FreeBSD box this way makes it highly unlikely that one > would do so. :) Hmmm. I can think of a lot of Sun and Mac users who, combined, have already more cut their forth teeth on OpenBoot. You might want to reconsider that notion. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 23: 8:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 510CE37B405; Mon, 10 Dec 2001 23:08:43 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB78hP35273; Mon, 10 Dec 2001 23:08:43 -0800 (PST) (envelope-from peter) Message-Id: <200112110708.fBB78hP35273@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 Dec 2001 23:08:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/10 23:08:43 PST Modified files: gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Log: (repeat after me, do not do cvs commit | more. Previous commit was:) Do not compile in VM_MAXUSER_ADDRESS into gdb. This causes problems if kvm extends into the user address space. Also, print IdlePTD and initial pcb value clearly in hex instead of one in decimal and the other hex (without 0x, so an all-numeric hex number could easily be decimal) (This isn't used on alpha/kvm-fbsd.c) Revision Changes Path 1.32 +0 -0 src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 23:18:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C86137B405; Mon, 10 Dec 2001 23:18:38 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB7IcW36368; Mon, 10 Dec 2001 23:18:38 -0800 (PST) (envelope-from alfred) Message-Id: <200112110718.fBB7IcW36368@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 10 Dec 2001 23:18:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/kdegraphics2/files patch-font.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 alfred 2001/12/10 23:18:38 PST Added files: graphics/kdegraphics2/files patch-font.cpp Log: Remove malloc.h to make workee on -current. Revision Changes Path 1.1 +10 -0 ports/graphics/kdegraphics2/files/patch-font.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 23:21:32 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 0166D37B419; Mon, 10 Dec 2001 23:21:30 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 96C3D81D03; Tue, 11 Dec 2001 01:21:29 -0600 (CST) Date: Tue, 11 Dec 2001 01:21:29 -0600 From: Alfred Perlstein To: Jordan Hubbard Cc: Mike Barcroft , Paul Richards , Mike Silbersack , John Baldwin , mini@haikugeek.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <20011211012129.Y92148@elvis.mu.org> References: <45805.1008054474@winston.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: <45805.1008054474@winston.freebsd.org>; from jkh@winston.freebsd.org on Mon, Dec 10, 2001 at 11:07:54PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Jordan Hubbard [011211 01:08] wrote: > > Honestly I feel that the requirement to learn Forth as a prerequisite > > to hacking a FreeBSD box this way makes it highly unlikely that one > > would do so. :) > > Hmmm. I can think of a lot of Sun and Mac users who, combined, have > already more cut their forth teeth on OpenBoot. You might want to > reconsider that notion. :) I being facetious. :) -- -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.' http://www.morons.org/rants/gpl-harmful.php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 23:51:44 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id F0B2C37B417 for ; Mon, 10 Dec 2001 23:51:33 -0800 (PST) Received: (qmail 18754 invoked from network); 11 Dec 2001 07:51:32 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Dec 2001 07:51:32 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <45370.1008043656@winston.freebsd.org> Date: Mon, 10 Dec 2001 23:51:29 -0800 (PST) From: John Baldwin To: Jordan Hubbard Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 11-Dec-01 Jordan Hubbard wrote: >> All these loader commits make it possible to overwrite the existing contents > of >> a file on a UFS filesystem. This allows us to finally implement nextboot >> for >> example. It currently only works on x86, but all that is needed on other >> arc > > Woohoo, cool! It also lets one finally write the kernel hints editor > fully in forth, too! :) You could already do that. The rc scripts (or sysinstall) merely need do: kenv | grep ^hint > /boot/device.hints to save the results of editing the environment strings in the loader. :) > - Jordan -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 23:51:47 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 524C637B41B for ; Mon, 10 Dec 2001 23:51:35 -0800 (PST) Received: (qmail 18787 invoked from network); 11 Dec 2001 07:51:34 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Dec 2001 07:51:34 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011211061729.90BF038CC@overcee.netplex.com.au> Date: Mon, 10 Dec 2001 23:51:31 -0800 (PST) From: John Baldwin To: Peter Wemm Subject: Re: cvs commit: src/lib/libstand stand.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 11-Dec-01 Peter Wemm wrote: > John Baldwin wrote: >> jhb 2001/12/10 16:04:28 PST >> >> Modified files: >> lib/libstand stand.h >> Log: >> We support writing to at least one filesystem now. > > We can write to (and even expand / create) files on EFI systems as well. > I dont think the glue to do it is present though. You don't need much glue to do it. libefi just needs to support writing to the low-level driver and the fs in libstand needs write support. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 23:52:22 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 3D1F737B405 for ; Mon, 10 Dec 2001 23:51:37 -0800 (PST) Received: (qmail 20415 invoked from network); 11 Dec 2001 07:51:35 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Dec 2001 07:51:35 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <616630000.1008044969@lobster.originative.co.uk> Date: Mon, 10 Dec 2001 23:51:32 -0800 (PST) From: John Baldwin To: Paul Richards Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, mini@haikugeek.com, Alfred Perlstein , Mike Silbersack , Mike Barcroft Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 11-Dec-01 Paul Richards wrote: > --On Monday, December 10, 2001 22:18:36 -0500 Mike Barcroft > wrote: > >> Mike Silbersack writes: >>> On Mon, 10 Dec 2001, Alfred Perlstein wrote: >>> >>> > > All these loader commits make it possible to overwrite the existing >>> > contents of > a file on a UFS filesystem. >>> > >>> > Yay! One "cool" feaure at least from a security standpoint would >>> > be adding a write once variable to turn this off so that one can't >>> > use loader to smash /etc/passwd. >>> > >>> > John, or Jonathan... ? any plans on giving this a shot? >>> > >>> > -Alfred >>> >>> Hm, I wonder if write enabling should even be compiled into the loader by >>> default - I think you're correct in suspecting that changing /etc/passwd >>> will be the primary use of this feature. :| >> >> Why would someone use this feature to write to the password file, when >> they can just boot into single user mode and use their favourite >> editor? > > You need the superuser password to get to single user if the console is > secure. The loader can be used to circumvent that now. As someone else has noted, setting your init path to /tmp/mybinary opens your machine up to root rather trivially, and that doesn't require write access. Note that we don't prevent doing 'more /etc/master.passwd' with which one can then run crack against the root password or some other utility. The assumption has always been that you can't really prevent root if the user has console access to the loader. If you want a secure box, hack boot2 to not accept input (so alternate loaders can't be loaded), change it to load a kernel instead of the loader, and compile your hints statically into your kernel. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 10 23:53:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BF7037B419; Mon, 10 Dec 2001 23:53:26 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB7rQd40982; Mon, 10 Dec 2001 23:53:26 -0800 (PST) (envelope-from iwasaki) Message-Id: <200112110753.fBB7rQd40982@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Mon, 10 Dec 2001 23:53:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/acpicatools 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 iwasaki 2001/12/10 23:53:26 PST Modified files: devel/acpicatools Makefile distinfo Log: Update for acpica-unix-20011205. Revision Changes Path 1.10 +2 -2 ports/devel/acpicatools/Makefile 1.8 +2 -2 ports/devel/acpicatools/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 0: 5:37 2001 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 C2DDE37B405; Tue, 11 Dec 2001 00:04:57 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBB84s648560; Tue, 11 Dec 2001 10:04:54 +0200 (EET) (envelope-from ru) Date: Tue, 11 Dec 2001 10:04:54 +0200 From: Ruslan Ermilov To: Greg Lehey Cc: Will Andrews , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 em.4 Message-ID: <20011211100454.C46177@sunbay.com> References: <200112081807.fB8I7TS40864@freefall.freebsd.org> <20011208151839.T56385@squall.waterspout.com> <20011209104832.B72402@monorchid.lemis.com> <20011210101046.C79785@sunbay.com> <20011211112025.P63585@monorchid.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011211112025.P63585@monorchid.lemis.com> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 11, 2001 at 11:20:25AM +1030, Greg Lehey wrote: > On Monday, 10 December 2001 at 10:10:46 +0200, Ruslan Ermilov wrote: > > On Sun, Dec 09, 2001 at 10:48:32AM +1030, Greg Lehey wrote: > >> On Saturday, 8 December 2001 at 15:18:39 -0500, Will Andrews wrote: > >>> On Sat, Dec 08, 2001 at 10:07:29AM -0800, Ruslan Ermilov wrote: > >>>> - first appeared in 5.0, not 4.4 > >>> > >>> I thought it was going to be MFC'd? :) > >> > >> MFC comes later. First comes first. > >> > > If it's going to be MFC'ed, it will be at best in 4.5-RELEASE, but > > there's definitely no chance for it to appear in (already released) > > 4.4. If it gets to 4.5, then both RELENG_4 and HEAD manpages should > > be changed to "first appeared in 4.5-RELEASE". > > > > Greg, 4.5-RELEASE comes before 5.0-RELEASE. :-) > > The reference wasn't to releases. It first appeared in 5.0, and we > can't change that. But if we're looking for the -RELEASE dates, then > yes. > Greg, in our manpages we (usually) refer to official releases, even not yet released. :-) The "first appearence" should list the lowest release number this particular feature has appeared in. So unless this is MFC'ed, it states 5.0-RELEASE (no "-RELEASE" is visible, but this is implied). After this is MFC'ed, this should be changed to whatever release this appeared in. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 0:16:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0083337B417; Tue, 11 Dec 2001 00:16:39 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB8Gce46917; Tue, 11 Dec 2001 00:16:38 -0800 (PST) (envelope-from alfred) Message-Id: <200112110816.fBB8Gce46917@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 11 Dec 2001 00:16:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/htdig/files patch-DB2_db.cc.new X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 00:16:38 PST Added files: textproc/htdig/files patch-DB2_db.cc.new Log: remove malloc.h Revision Changes Path 1.1 +10 -0 ports/textproc/htdig/files/patch-DB2_db.cc.new (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 0:21:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5630C37B405; Tue, 11 Dec 2001 00:21:46 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB8Lke47422; Tue, 11 Dec 2001 00:21:46 -0800 (PST) (envelope-from ru) Message-Id: <200112110821.fBB8Lke47422@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 11 Dec 2001 00:21:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc rc.network rc.network6 src/etc/etc.alpha rc.alpha src/etc/etc.ia64 rc.ia64 src/etc/rc.d network securelevel sysctl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 00:21:46 PST Modified files: etc rc rc.network rc.network6 etc/etc.alpha rc.alpha etc/etc.ia64 rc.ia64 etc/rc.d network securelevel sysctl Log: s/sysctl -w/sysctl/ Revision Changes Path 1.13 +2 -2 src/etc/etc.alpha/rc.alpha 1.2 +2 -2 src/etc/etc.ia64/rc.ia64 1.287 +5 -5 src/etc/rc 1.2 +4 -4 src/etc/rc.d/network 1.2 +2 -2 src/etc/rc.d/securelevel 1.2 +1 -1 src/etc/rc.d/sysctl 1.118 +20 -20 src/etc/rc.network 1.27 +10 -10 src/etc/rc.network6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 0:28: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D60D137B41C; Tue, 11 Dec 2001 00:28:06 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB8S6948052; Tue, 11 Dec 2001 00:28:06 -0800 (PST) (envelope-from sobomax) Message-Id: <200112110828.fBB8S6948052@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 00:28:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/httpgrabber 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 2001/12/11 00:28:06 PST Modified files: www/httpgrabber Makefile Log: Fix CATEGORIES net --> www. Revision Changes Path 1.2 +1 -1 ports/www/httpgrabber/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 0:29:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D90F937B405; Tue, 11 Dec 2001 00:29:10 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB8TAn48335; Tue, 11 Dec 2001 00:29:10 -0800 (PST) (envelope-from ru) Message-Id: <200112110829.fBB8TAn48335@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 11 Dec 2001 00:29:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.8 src/share/man/man4 bridge.4 ng_pppoe.4 src/share/man/man4/man4.i386 longrun.4 src/share/man/man5 core.5 src/usr.sbin/faithd faithd.8 src/usr.sbin/prefix prefix.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 ru 2001/12/11 00:29:10 PST Modified files: sbin/natd natd.8 share/man/man4 bridge.4 ng_pppoe.4 share/man/man4/man4.i386 longrun.4 share/man/man5 core.5 usr.sbin/faithd faithd.8 usr.sbin/prefix prefix.8 Log: s/sysctl -w/sysctl/ Revision Changes Path 1.51 +1 -1 src/sbin/natd/natd.8 1.16 +2 -2 src/share/man/man4/bridge.4 1.5 +2 -2 src/share/man/man4/man4.i386/longrun.4 1.18 +2 -2 src/share/man/man4/ng_pppoe.4 1.14 +2 -2 src/share/man/man5/core.5 1.13 +4 -4 src/usr.sbin/faithd/faithd.8 1.10 +2 -2 src/usr.sbin/prefix/prefix.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 0:47:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A22DA37B416; Tue, 11 Dec 2001 00:47:10 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB8lAt50181; Tue, 11 Dec 2001 00:47:10 -0800 (PST) (envelope-from jkh) Message-Id: <200112110847.fBB8lAt50181@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 Dec 2001 00:47:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet sys_bsd.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 jkh 2001/12/11 00:47:10 PST Modified files: (Branch: RELENG_4) crypto/telnet/telnet sys_bsd.c Log: MFC: Don't assume number of fds to select on Obtained from: OpenBSD Revision Changes Path 1.2.8.3 +58 -49 src/crypto/telnet/telnet/sys_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 0:49:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E940337B405; Tue, 11 Dec 2001 00:49:12 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB8nBI50454; Tue, 11 Dec 2001 00:49:11 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110849.fBB8nBI50454@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 00:49:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/integrit 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 2001/12/11 00:49:11 PST Modified files: security/integrit pkg-plist Log: add info file to plist PR: 32691 Submitted by: Jos Backus Revision Changes Path 1.3 +3 -0 ports/security/integrit/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 Dec 11 0:58:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDDF937B419; Tue, 11 Dec 2001 00:58:11 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB8wBo51650; Tue, 11 Dec 2001 00:58:11 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110858.fBB8wBo51650@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 00:58:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Digest-HMAC 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 2001/12/11 00:58:11 PST Modified files: security Makefile Added files: security/p5-Digest-HMAC Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-Digest-HMAC Perl5 interface to HMAC Message-Digest Algorithms PR: 30997 Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura) Revision Changes Path 1.257 +1 -0 ports/security/Makefile 1.1 +28 -0 ports/security/p5-Digest-HMAC/Makefile (new) 1.1 +1 -0 ports/security/p5-Digest-HMAC/distinfo (new) 1.1 +1 -0 ports/security/p5-Digest-HMAC/pkg-comment (new) 1.1 +20 -0 ports/security/p5-Digest-HMAC/pkg-descr (new) 1.1 +6 -0 ports/security/p5-Digest-HMAC/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 Dec 11 0:58:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 118E137B41C; Tue, 11 Dec 2001 00:58:15 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB8wF151681; Tue, 11 Dec 2001 00:58:15 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110858.fBB8wF151681@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 00:58:15 -0800 (PST) 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 2001/12/11 00:58:14 PST Modified files: . modules Log: p5-Digest-HMAC --> ports/security/p5-Digest-HMAC Revision Changes Path 1.4287 +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 Dec 11 1:14:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25A6537B41F; Tue, 11 Dec 2001 01:14:11 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9EA956828; Tue, 11 Dec 2001 01:14:10 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110914.fBB9EA956828@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 01:14:10 -0800 (PST) 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 2001/12/11 01:14:10 PST Modified files: . modules Log: pycodec --> ports/chinese/pycodec Revision Changes Path 1.4288 +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 Dec 11 1:14:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C08937B416; Tue, 11 Dec 2001 01:14:08 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9E8o56795; Tue, 11 Dec 2001 01:14:08 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110914.fBB9E8o56795@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 01:14:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/pycodec 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 2001/12/11 01:14:08 PST Modified files: chinese Makefile Added files: chinese/pycodec Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add zh-pycodec Python Unicode codecs for Chinese charsets PR: 28375 Submitted by: Hye-Shik Chang Revision Changes Path 1.112 +1 -0 ports/chinese/Makefile 1.1 +29 -0 ports/chinese/pycodec/Makefile (new) 1.1 +1 -0 ports/chinese/pycodec/distinfo (new) 1.1 +1 -0 ports/chinese/pycodec/pkg-comment (new) 1.1 +6 -0 ports/chinese/pycodec/pkg-descr (new) 1.1 +22 -0 ports/chinese/pycodec/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 Dec 11 1:17:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38FE237B426; Tue, 11 Dec 2001 01:17:18 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9HIX57297; Tue, 11 Dec 2001 01:17:18 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110917.fBB9HIX57297@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 01:17:18 -0800 (PST) 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 2001/12/11 01:17:18 PST Modified files: . modules Log: add missing prefix "zh-" for chinese/ ports Revision Changes Path 1.4289 +4 -4 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 Dec 11 1:20:52 2001 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 832CC37B416; Tue, 11 Dec 2001 01:20:48 -0800 (PST) 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 fBB9Kla79238; Tue, 11 Dec 2001 02:20:47 -0700 (MST) (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 fBB9KlM25819; Tue, 11 Dec 2001 02:20:47 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112110920.fBB9KlM25819@harmony.village.org> To: Sheldon Hearn Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 10 Dec 2001 13:55:45 +0200." <57664.1007985345@axl.seasidesoftware.co.za> References: <57664.1007985345@axl.seasidesoftware.co.za> Date: Tue, 11 Dec 2001 02:20:47 -0700 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 <57664.1007985345@axl.seasidesoftware.co.za> Sheldon Hearn writes: : > Modified files: : > sys/dev/usb usbdevs.h usbdevs_data.h : > Log: : > Regen from usbdevs rev 1.70: added some AGFA scanners : : This is the first time I've handled changes to usbdevs, and I must say : it's a real PITA. 4 commits to apply a single patch to HEAD and then : merge onto RELENG_4. : : Is it really worth it, just to show the version of usbdevs from which : the generated files were derived? Can't people just get that : information from the CVS logs? I do the same thing with the pccarddevs, and it isn't that big of a pain. It is useful to have, and often points out mistakes people have made. Someone threatened to rewrite all this stuff a long time ago, but that never appeared. It is too painful from my experimentation with pccarddevs to generate on the fly all the time. I also tend to commit both pccarddevs and pccardevs*.h on one commit on MFC, but there haven't been too many of them. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 1:22:33 2001 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 0B0EA37B419; Tue, 11 Dec 2001 01:22:26 -0800 (PST) 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 fBB9MOa79247; Tue, 11 Dec 2001 02:22:25 -0700 (MST) (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 fBB9MOM25839; Tue, 11 Dec 2001 02:22:24 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112110922.fBB9MOM25839@harmony.village.org> To: "Erik H. Bakke" Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Cc: "Sheldon Hearn" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 10 Dec 2001 12:59:15 +0100." <009801c18172$173f6510$5b3bcbd5@breiflabb> References: <009801c18172$173f6510$5b3bcbd5@breiflabb> <57664.1007985345@axl.seasidesoftware.co.za> Date: Tue, 11 Dec 2001 02:22:24 -0700 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 <009801c18172$173f6510$5b3bcbd5@breiflabb> "Erik H. Bakke" writes: : Maybe I'm showing my ignorance here, but I'll still ask. : Is there any reason why usbdevs.h and usbdevs_data.h are not generated : automatically by the build? I found when I tried to do it with pccarddevs that it made the depends even more ugly than they are today with foo_if.m. There were also issues with building modules that are what I finally gave up on. I didn't want to change all the drivers to use "pccarddevs.h" rather than the full path. There may have been others, this was some time ago. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 1:23:47 2001 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 D604437B416; Tue, 11 Dec 2001 01:23:35 -0800 (PST) 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 fBB9NYa79261; Tue, 11 Dec 2001 02:23:34 -0700 (MST) (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 fBB9NYM25866; Tue, 11 Dec 2001 02:23:34 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112110923.fBB9NYM25866@harmony.village.org> To: "Erik H. Bakke" Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Cc: "Sheldon Hearn" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 10 Dec 2001 14:46:17 +0100." <010b01c18181$0ac4f9d0$5b3bcbd5@breiflabb> References: <010b01c18181$0ac4f9d0$5b3bcbd5@breiflabb> <57846.1007985855@axl.seasidesoftware.co.za> Date: Tue, 11 Dec 2001 02:23:34 -0700 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 <010b01c18181$0ac4f9d0$5b3bcbd5@breiflabb> "Erik H. Bakke" writes: : I just submitted pr kern/32671 which works fine on my system. Including modules? And in read only kernel sources? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 1:36:33 2001 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 B834B37B41B; Tue, 11 Dec 2001 01:36:24 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16DjMQ-0008YN-00; Tue, 11 Dec 2001 11:38:02 +0200 From: Sheldon Hearn To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h In-reply-to: Your message of "Tue, 11 Dec 2001 02:20:47 MST." <200112110920.fBB9KlM25819@harmony.village.org> Date: Tue, 11 Dec 2001 11:38:02 +0200 Message-ID: <32882.1008063482@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 Tue, 11 Dec 2001 02:20:47 MST, Warner Losh wrote: > Someone threatened to rewrite all this stuff a long time ago, but that > never appeared. It is too painful from my experimentation with > pccarddevs to generate on the fly all the time. I'm not sure we need to go the whole hog and rewrite stuff. I'm just suggesting we drop the reference to the exact revision of the master file so we can commit master file deltas and regenerated files at once. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 1:36:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64FF537B4CF; Tue, 11 Dec 2001 01:36:37 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9ab859542; Tue, 11 Dec 2001 01:36:37 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110936.fBB9ab859542@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 01:36:37 -0800 (PST) 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 2001/12/11 01:36:37 PST Modified files: . modules Log: sword --> ports/misc/sword Revision Changes Path 1.4290 +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 Dec 11 1:37: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9890037B41D; Tue, 11 Dec 2001 01:36:33 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9aXU59501; Tue, 11 Dec 2001 01:36:33 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110936.fBB9aXU59501@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 01:36:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/sword Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/misc/sword/files patch-Makefile.cfg patch-src::mgr::swmgr.cpp sword.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 ijliao 2001/12/11 01:36:33 PST Modified files: misc Makefile Added files: misc/sword Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist misc/sword/files patch-Makefile.cfg patch-src::mgr::swmgr.cpp sword.conf Log: add sword A project framework for manipulating Bible texts PR: 28450 Submitted by: Willem van Engen Revision Changes Path 1.391 +1 -0 ports/misc/Makefile 1.1 +63 -0 ports/misc/sword/Makefile (new) 1.1 +1 -0 ports/misc/sword/distinfo (new) 1.1 +80 -0 ports/misc/sword/files/patch-Makefile.cfg (new) 1.1 +33 -0 ports/misc/sword/files/patch-src::mgr::swmgr.cpp (new) 1.1 +2 -0 ports/misc/sword/files/sword.conf (new) 1.1 +1 -0 ports/misc/sword/pkg-comment (new) 1.1 +9 -0 ports/misc/sword/pkg-descr (new) 1.1 +4 -0 ports/misc/sword/pkg-message (new) 1.1 +70 -0 ports/misc/sword/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 Dec 11 1:37:20 2001 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 7980037B41F; Tue, 11 Dec 2001 01:36:42 -0800 (PST) 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 fBB9afa79314; Tue, 11 Dec 2001 02:36:41 -0700 (MST) (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 fBB9aeM25966; Tue, 11 Dec 2001 02:36:40 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112110936.fBB9aeM25966@harmony.village.org> Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Cc: "Erik H. Bakke" , "Sheldon Hearn" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 11 Dec 2001 02:23:34 MST." <200112110923.fBB9NYM25866@harmony.village.org> References: <200112110923.fBB9NYM25866@harmony.village.org> <010b01c18181$0ac4f9d0$5b3bcbd5@breiflabb> <57846.1007985855@axl.seasidesoftware.co.za> Date: Tue, 11 Dec 2001 02:36:40 -0700 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 <200112110923.fBB9NYM25866@harmony.village.org> Warner Losh writes: : In message <010b01c18181$0ac4f9d0$5b3bcbd5@breiflabb> "Erik H. Bakke" writes: : : I just submitted pr kern/32671 which works fine on my system. : : Including modules? And in read only kernel sources? I just took ownership of this problem, since I have the same problem with pccarddevs. It is ugly. Your patches I don't think will work for building modules w/o first building the kernel, for modules outside the kernel source tree, a read only kernel source tree, plus suffers from the dependency issues that I alluded to in my last email and that Bruce explicitly referred to in his followup to the bug. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 1:38: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF11537B50C; Tue, 11 Dec 2001 01:37:47 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9bl959904; Tue, 11 Dec 2001 01:37:47 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110937.fBB9bl959904@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 01:37:47 -0800 (PST) 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 2001/12/11 01:37:47 PST Modified files: . modules Log: sword-modules --> ports/misc/sword-modules Revision Changes Path 1.4291 +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 Dec 11 1:38: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8952737B439; Tue, 11 Dec 2001 01:37:44 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9bip59873; Tue, 11 Dec 2001 01:37:44 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110937.fBB9bip59873@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 01:37:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/sword-modules Makefile pkg-comment pkg-descr pkg-plist ports/misc/sword-modules/scripts bibles.list comments.list configure.swmods cults.list lexicons.list X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 01:37:44 PST Modified files: misc Makefile Added files: misc/sword-modules Makefile pkg-comment pkg-descr pkg-plist misc/sword-modules/scripts bibles.list comments.list configure.swmods cults.list lexicons.list Log: add sword-modules Bible, lexicon and commentary modules for SWORD PR: 28450 Submitted by: Willem van Engen Revision Changes Path 1.392 +1 -0 ports/misc/Makefile 1.1 +92 -0 ports/misc/sword-modules/Makefile (new) 1.1 +1 -0 ports/misc/sword-modules/pkg-comment (new) 1.1 +9 -0 ports/misc/sword-modules/pkg-descr (new) 1.1 +0 -0 ports/misc/sword-modules/pkg-plist (new) 1.1 +83 -0 ports/misc/sword-modules/scripts/bibles.list (new) 1.1 +12 -0 ports/misc/sword-modules/scripts/comments.list (new) 1.1 +136 -0 ports/misc/sword-modules/scripts/configure.swmods (new) 1.1 +2 -0 ports/misc/sword-modules/scripts/cults.list (new) 1.1 +27 -0 ports/misc/sword-modules/scripts/lexicons.list (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 1:38:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1788737B405; Tue, 11 Dec 2001 01:38:40 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9ce860282; Tue, 11 Dec 2001 01:38:40 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110938.fBB9ce860282@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 01:38:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/cheatah Makefile 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 2001/12/11 01:38:40 PST Modified files: misc Makefile Added files: misc/cheatah Makefile pkg-comment pkg-descr pkg-plist Log: add cheatah Temporary gtk GUI to the SWORD project PR: 28450 Submitted by: Willem van Engen Revision Changes Path 1.393 +1 -0 ports/misc/Makefile 1.1 +31 -0 ports/misc/cheatah/Makefile (new) 1.1 +1 -0 ports/misc/cheatah/pkg-comment (new) 1.1 +8 -0 ports/misc/cheatah/pkg-descr (new) 1.1 +1 -0 ports/misc/cheatah/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 Dec 11 1:38:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D4C037B417; Tue, 11 Dec 2001 01:38:42 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9cgq60320; Tue, 11 Dec 2001 01:38:42 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110938.fBB9cgq60320@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 01:38:42 -0800 (PST) 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 2001/12/11 01:38:42 PST Modified files: . modules Log: cheatah --> ports/misc/cheatah Revision Changes Path 1.4292 +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 Dec 11 1:40:12 2001 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 D918537B416; Tue, 11 Dec 2001 01:40:07 -0800 (PST) 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 fBB9e6a79373; Tue, 11 Dec 2001 02:40:07 -0700 (MST) (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 fBB9e6M26069; Tue, 11 Dec 2001 02:40:06 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112110940.fBB9e6M26069@harmony.village.org> To: Sheldon Hearn Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 11 Dec 2001 11:38:02 +0200." <32882.1008063482@axl.seasidesoftware.co.za> References: <32882.1008063482@axl.seasidesoftware.co.za> Date: Tue, 11 Dec 2001 02:40:06 -0700 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 <32882.1008063482@axl.seasidesoftware.co.za> Sheldon Hearn writes: : I'm not sure we need to go the whole hog and rewrite stuff. I'm just : suggesting we drop the reference to the exact revision of the master : file so we can commit master file deltas and regenerated files at once. I'm not sure that's a good idea. This has found problems quickly in NetBSD and also in my pccarddevs stuff when I broke things w/o doing the followup commit. There have been instances in NetBSD where failure to follow this proceedure caused the old file to be committed, with the new entries not in the generated file. However, I now have some motivation to look into this problem in the form of an open PR owned by me :-) The issues that bruce and I raise are easy enough to fix, but it will take a little bit of grunt to make sure that all the ways the kernel build process happens work. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 1:43:18 2001 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 4A37537B417; Tue, 11 Dec 2001 01:43:14 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16DjSj-0008aZ-00; Tue, 11 Dec 2001 11:44:33 +0200 From: Sheldon Hearn To: Warner Losh Cc: "Erik H. Bakke" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h In-reply-to: Your message of "Tue, 11 Dec 2001 02:36:40 MST." <200112110936.fBB9aeM25966@harmony.village.org> Date: Tue, 11 Dec 2001 11:44:33 +0200 Message-ID: <33018.1008063873@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 Tue, 11 Dec 2001 02:36:40 MST, Warner Losh wrote: > : Including modules? And in read only kernel sources? > > I just took ownership of this problem, since I have the same problem > with pccarddevs. It is ugly. I've copied your message to GNATS as followup to Erik's PR. Ciaol, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 1:46: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC57537B419; Tue, 11 Dec 2001 01:45:55 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9jt961402; Tue, 11 Dec 2001 01:45:55 -0800 (PST) (envelope-from jim) Message-Id: <200112110945.fBB9jt961402@freefall.freebsd.org> From: Jim Mock Date: Tue, 11 Dec 2001 01:45:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/bluefish Makefile distinfo pkg-plist ports/www/bluefish/files patch-aa patch-man::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 jim 2001/12/11 01:45:55 PST Modified files: www/bluefish Makefile distinfo pkg-plist Removed files: www/bluefish/files patch-aa patch-man::Makefile.in Log: Update to version 0.7. Revision Changes Path 1.20 +13 -5 ports/www/bluefish/Makefile 1.8 +1 -1 ports/www/bluefish/distinfo 1.6 +0 -92 ports/www/bluefish/files/patch-aa (dead) 1.2 +0 -11 ports/www/bluefish/files/patch-man::Makefile.in (dead) 1.6 +24 -2 ports/www/bluefish/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 Dec 11 1:48:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11DF837B416; Tue, 11 Dec 2001 01:48:20 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9mKD61911; Tue, 11 Dec 2001 01:48:20 -0800 (PST) (envelope-from sobomax) Message-Id: <200112110948.fBB9mKD61911@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 01:48:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/x11amp Makefile distinfo pkg-plist ports/audio/x11amp/files main.xpm patch-Effect::test::Makefile.in patch-Effect::voice::Makefile.in patch-General::ir::Makefile.in patch-Input::cdaudio::Makefile.in patch-Input::mikmod::Makefile.in patch-Input::mpg123::Makefile.in patch-Input::wav::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 2001/12/11 01:48:20 PST Modified files: audio/x11amp Makefile distinfo pkg-plist Added files: audio/x11amp/files main.xpm patch-Effect::test::Makefile.in patch-Effect::voice::Makefile.in patch-General::ir::Makefile.in patch-Input::cdaudio::Makefile.in patch-Input::mikmod::Makefile.in patch-Input::mpg123::Makefile.in patch-Input::wav::Makefile.in patch-Output::OSS::Makefile.in patch-Output::esd::Makefile.in patch-configure patch-libx11amp::Makefile.in patch-wmx11amp::Makefile.in patch-x11amp::Makefile.in Log: Update to 0.9.b1.1 (maintainer timeout). Submitted by: Harald Schmalzbauer Revision Changes Path 1.10 +15 -19 ports/audio/x11amp/Makefile 1.3 +1 -2 ports/audio/x11amp/distinfo 1.1 +379 -0 ports/audio/x11amp/files/main.xpm (new) 1.1 +14 -0 ports/audio/x11amp/files/patch-Effect::test::Makefile.in (new) 1.1 +14 -0 ports/audio/x11amp/files/patch-Effect::voice::Makefile.in (new) 1.1 +14 -0 ports/audio/x11amp/files/patch-General::ir::Makefile.in (new) 1.1 +14 -0 ports/audio/x11amp/files/patch-Input::cdaudio::Makefile.in (new) 1.1 +14 -0 ports/audio/x11amp/files/patch-Input::mikmod::Makefile.in (new) 1.1 +23 -0 ports/audio/x11amp/files/patch-Input::mpg123::Makefile.in (new) 1.1 +14 -0 ports/audio/x11amp/files/patch-Input::wav::Makefile.in (new) 1.1 +14 -0 ports/audio/x11amp/files/patch-Output::OSS::Makefile.in (new) 1.1 +14 -0 ports/audio/x11amp/files/patch-Output::esd::Makefile.in (new) 1.1 +41 -0 ports/audio/x11amp/files/patch-configure (new) 1.1 +23 -0 ports/audio/x11amp/files/patch-libx11amp::Makefile.in (new) 1.1 +14 -0 ports/audio/x11amp/files/patch-wmx11amp::Makefile.in (new) 1.1 +16 -0 ports/audio/x11amp/files/patch-x11amp::Makefile.in (new) 1.3 +22 -11 ports/audio/x11amp/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 Dec 11 1:50:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6756437B416; Tue, 11 Dec 2001 01:50:16 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB9oGK62364; Tue, 11 Dec 2001 01:50:16 -0800 (PST) (envelope-from ijliao) Message-Id: <200112110950.fBB9oGK62364@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 01:50:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_backhand Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/12/11 01:50:16 PST Modified files: www/mod_backhand Makefile pkg-comment pkg-descr Log: upgrade to 1.2.1 PR: 32692 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/www/mod_backhand/Makefile 1.2 +1 -1 ports/www/mod_backhand/pkg-comment 1.2 +5 -5 ports/www/mod_backhand/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 Dec 11 2:21:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D590E37B405; Tue, 11 Dec 2001 02:21:26 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBALQm68599; Tue, 11 Dec 2001 02:21:26 -0800 (PST) (envelope-from guido) Message-Id: <200112111021.fBBALQm68599@freefall.freebsd.org> From: Guido van Rooij Date: Tue, 11 Dec 2001 02:21:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_cons.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG guido 2001/12/11 02:21:26 PST Modified files: sys/kern tty_cons.c Log: Fix boot -p for DDBless kernels Pointed out by: John Hay Revision Changes Path 1.98 +6 -0 src/sys/kern/tty_cons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 2:28:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F09337B419; Tue, 11 Dec 2001 02:28:43 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBAShm69321; Tue, 11 Dec 2001 02:28:43 -0800 (PST) (envelope-from sobomax) Message-Id: <200112111028.fBBAShm69321@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 02:28:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/bind8 Makefile ports/net/bind8 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 2001/12/11 02:28:43 PST Modified files: chinese/bind8 Makefile net/bind8 Makefile Log: Allow category of net/bind8 to be overriden in slaves and adjust chinese/bind8 accordingly. Revision Changes Path 1.2 +1 -1 ports/chinese/bind8/Makefile 1.29 +2 -2 ports/net/bind8/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 2:33:27 2001 Delivered-To: cvs-all@freebsd.org Received: from lupinella.troll.no (lupinella.troll.no [213.203.59.59]) by hub.freebsd.org (Postfix) with ESMTP id 06FF237B405; Tue, 11 Dec 2001 02:33:23 -0800 (PST) Received: from breiflabb.troll.no ([213.203.59.91]:18694 "HELO breiflabb" ident: "NO-IDENT-SERVICE[2]") by trolltech.com with SMTP id ; Tue, 11 Dec 2001 11:33:06 +0100 Message-ID: <001d01c1822f$9aec5d60$5b3bcbd5@breiflabb> From: "Erik H. Bakke" To: "Warner Losh" Cc: "Sheldon Hearn" , , References: <010b01c18181$0ac4f9d0$5b3bcbd5@breiflabb> <57846.1007985855@axl.seasidesoftware.co.za> <200112110923.fBB9NYM25866@harmony.village.org> Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Date: Tue, 11 Dec 2001 11:35:51 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > In message <010b01c18181$0ac4f9d0$5b3bcbd5@breiflabb> "Erik H. Bakke" writes: > : I just submitted pr kern/32671 which works fine on my system. > > Including modules? And in read only kernel sources? > Yes, it also worked for the modules, but there were other issues with it that Bruce Evans pointed out for me that made it a not too good approach. I think the only "real" way to solve this kind of problem would be to create the usbdevs.h and co. on install of the includes, and to also create local copies in the kernel build directory, probably at config time. The drawback to this would be, as you mentioned that kernel modules wouldh have to be changed to use only "usbdevs.h" and not the full path. Also, userland code and kernel code would use two different paths to the same information, which would be confusing. I think the best thing is to just leave it for now until someone gets the urge to rewrite the stuff. --- Erik H. Bakke Don't ask "Who invented time?", the real question is "When was time invented?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 2:49:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A75C637B405; Tue, 11 Dec 2001 02:49:52 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBAnqw72086; Tue, 11 Dec 2001 02:49:52 -0800 (PST) (envelope-from sobomax) Message-Id: <200112111049.fBBAnqw72086@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 02:49:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts README checkcats.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 sobomax 2001/12/11 02:49:52 PST Modified files: Tools/scripts README Added files: Tools/scripts checkcats.py Log: Add checkcats.py - a script that verifyes that master categories in all ports are correct and reports any problems. Revision Changes Path 1.10 +10 -2 ports/Tools/scripts/README 1.1 +42 -0 ports/Tools/scripts/checkcats.py (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 2:53: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B022637B405; Tue, 11 Dec 2001 02:52:57 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBAqvj72571; Tue, 11 Dec 2001 02:52:57 -0800 (PST) (envelope-from sos) Message-Id: <200112111052.fBBAqvj72571@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 11 Dec 2001 02:52:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-dma.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 2001/12/11 02:52:57 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c ata-all.h ata-dma.c Log: MFC: Fix support for the Promise Tx2 line of controllers. Add support for Promises new ATA133 controllers. Revision Changes Path 1.50.2.24 +9 -2 src/sys/dev/ata/ata-all.c 1.26.2.8 +1 -0 src/sys/dev/ata/ata-all.h 1.35.2.16 +42 -2 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 3: 8:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54C5337B416; Tue, 11 Dec 2001 03:08:11 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBB8Bp78228; Tue, 11 Dec 2001 03:08:11 -0800 (PST) (envelope-from des) Message-Id: <200112111108.fBBB8Bp78228@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 11 Dec 2001 03:08:10 -0800 (PST) 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 2001/12/11 03:08:10 PST Modified files: en_US.ISO8859-1/articles/pam article.sgml Log: Checkpoint commit. Revision Changes Path 1.2 +249 -24 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 Tue Dec 11 3: 9:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0C8737B405; Tue, 11 Dec 2001 03:09:19 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBB9Jv78403; Tue, 11 Dec 2001 03:09:19 -0800 (PST) (envelope-from jim) Message-Id: <200112111109.fBBB9Jv78403@freefall.freebsd.org> From: Jim Mock Date: Tue, 11 Dec 2001 03:09:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel/files patch-14 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 03:09:19 PST Added files: mail/mutt-devel/files patch-14 Log: Patch to fix a bug in the pager where \012 is displayed after the PGP info on signed messages. Approved by: maintainer Revision Changes Path 1.1 +11 -0 ports/mail/mutt-devel/files/patch-14 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 3:36:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4AE937B416; Tue, 11 Dec 2001 03:36:27 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBBaRO81366; Tue, 11 Dec 2001 03:36:27 -0800 (PST) (envelope-from sobomax) Message-Id: <200112111136.fBBBaRO81366@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 03:36:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/asc Makefile distinfo pkg-plist ports/games/asc/files patch-configure patch-source::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 2001/12/11 03:36:27 PST Modified files: games/asc Makefile distinfo pkg-plist games/asc/files patch-configure patch-source::Makefile.in Log: Update to 1.9.5.4. Revision Changes Path 1.13 +1 -1 ports/games/asc/Makefile 1.9 +1 -1 ports/games/asc/distinfo 1.4 +9 -38 ports/games/asc/files/patch-configure 1.4 +6 -6 ports/games/asc/files/patch-source::Makefile.in 1.8 +1 -0 ports/games/asc/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 Dec 11 3:50: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E10B37B419; Tue, 11 Dec 2001 03:49:59 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBBnxt83038; Tue, 11 Dec 2001 03:49:59 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112111149.fBBBnxt83038@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 11 Dec 2001 03:49:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys queue.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 sheldonh 2001/12/11 03:49:59 PST Modified files: sys/sys queue.h Log: Correct a comment that should have been updated in rev 1.43, when CIRCLEQ was removed. PR: kern/32688 Submitted by: Jordan DeLong Revision Changes Path 1.45 +3 -3 src/sys/sys/queue.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 3:53:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 881B337B419; Tue, 11 Dec 2001 03:53:47 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBBrlP83569; Tue, 11 Dec 2001 03:53:47 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112111153.fBBBrlP83569@freefall.freebsd.org> From: Michael Lucas Date: Tue, 11 Dec 2001 03:53:47 -0800 (PST) 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 mwlucas 2001/12/11 03:53:47 PST Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Reviewed by: -doc Approved by: bmah Obligatory first commit: add myself. Revision Changes Path 1.202 +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 Tue Dec 11 3:59:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 721BB37B417; Tue, 11 Dec 2001 03:59:43 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBBxhn84514; Tue, 11 Dec 2001 03:59:43 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112111159.fBBBxhn84514@freefall.freebsd.org> From: Michael Lucas Date: Tue, 11 Dec 2001 03:59:43 -0800 (PST) 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 mwlucas 2001/12/11 03:59:43 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Reviewed by: -doc Approved by: bmah Obligatory second commit: pull myself from contributors, add to committers. Now to wait 66 minutes and see what sort of damage I've done to the -doc repo. Revision Changes Path 1.66 +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 Tue Dec 11 4:34:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5333D37B405; Tue, 11 Dec 2001 04:34:54 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBCYsn98591; Tue, 11 Dec 2001 04:34:54 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112111234.fBBCYsn98591@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 11 Dec 2001 04:34:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim pkg-install ports/mail/exim/files patch-src::EDITME patch-src::configure.default X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 04:34:54 PST Modified files: mail/exim pkg-install mail/exim/files patch-src::EDITME patch-src::configure.default Log: Build Exim with compile-time defaults for exim_user and exim_group. Use the newly added mailnull user, and the now well-established group mail. The use of compile-time defaults for these values is not required for many sites, but are important for more exotic applications. This ensures that the packages are useful to the widest audience possible. Revision Changes Path 1.5 +11 -0 ports/mail/exim/files/patch-src::EDITME 1.5 +8 -6 ports/mail/exim/files/patch-src::configure.default 1.3 +12 -9 ports/mail/exim/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 4:42:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6377B37B417; Tue, 11 Dec 2001 04:42:34 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBCgTt99566; Tue, 11 Dec 2001 04:42:29 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112111242.fBBCgTt99566@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 11 Dec 2001 04:42:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim 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 sheldonh 2001/12/11 04:42:29 PST Modified files: mail/exim Makefile Log: Bump PORTREVISION for this recent change: Build Exim with compile-time defaults for exim_user and exim_group. Use the newly added mailnull user, and the now well-established group mail. The use of compile-time defaults for these values is not required for many sites, but are important for more exotic applications. This ensures that the packages are useful to the widest audience possible. Revision Changes Path 1.104 +1 -1 ports/mail/exim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 5:14:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3532837B43A; Tue, 11 Dec 2001 05:14:15 -0800 (PST) Received: (from mckay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBDEFt06970; Tue, 11 Dec 2001 05:14:15 -0800 (PST) (envelope-from mckay) Message-Id: <200112111314.fBBDEFt06970@freefall.freebsd.org> From: Stephen McKay Date: Tue, 11 Dec 2001 05:14:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp 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 mckay 2001/12/11 05:14:15 PST Modified files: bin/cp utils.c Log: Typo in warning message (chown should be chmod). Revision Changes Path 1.32 +2 -2 src/bin/cp/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 Dec 11 5:14:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4A0F37B41B; Tue, 11 Dec 2001 05:14:48 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBDEmd07067; Tue, 11 Dec 2001 05:14:48 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112111314.fBBDEmd07067@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 11 Dec 2001 05:14:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.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 sheldonh 2001/12/11 05:14:48 PST Modified files: usr.sbin/inetd inetd.8 Log: Fix a typo. Reported by: Jurrien Koopmans Revision Changes Path 1.70 +2 -2 src/usr.sbin/inetd/inetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 5:18: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B469637B416; Tue, 11 Dec 2001 05:17:59 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBDHxq07389; Tue, 11 Dec 2001 05:17:59 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112111317.fBBDHxq07389@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 11 Dec 2001 05:17:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/12/11 05:17:59 PST Modified files: (Branch: RELENG_4) usr.sbin/inetd inetd.8 Log: MFC rev 1.70: fix typo Revision Changes Path 1.46.2.10 +2 -2 src/usr.sbin/inetd/inetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 5:18:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4328337B428; Tue, 11 Dec 2001 05:18:10 -0800 (PST) Received: (from mckay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBDIA607423; Tue, 11 Dec 2001 05:18:10 -0800 (PST) (envelope-from mckay) Message-Id: <200112111318.fBBDIA607423@freefall.freebsd.org> From: Stephen McKay Date: Tue, 11 Dec 2001 05:18:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckay 2001/12/11 05:18:10 PST Modified files: bin/cp cp.c Log: Preserve directory timestamps with -p. Allow non-empty read-only directories to be copied. Apply umask to newly created directories when -p is not specified. PR: 27970 PR: 31633 MFC after: 4 days Revision Changes Path 1.28 +40 -12 src/bin/cp/cp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 5:24:24 2001 Delivered-To: cvs-all@freebsd.org Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by hub.freebsd.org (Postfix) with ESMTP id CF1C337B419; Tue, 11 Dec 2001 05:24:15 -0800 (PST) Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout0.freenet.de with esmtp (Exim 3.33 #3) id 16DmtK-00038r-00; Tue, 11 Dec 2001 14:24:14 +0100 Received: from a354f.pppool.de ([213.6.53.79] helo=Magelan.Leidinger.net) by mx2.freenet.de with esmtp (Exim 3.33 #3) id 16DmtK-0002Sc-00; Tue, 11 Dec 2001 14:24:14 +0100 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.11.6/8.11.6) with ESMTP id fBBBpf902466; Tue, 11 Dec 2001 12:51:42 +0100 (CET) (envelope-from netchild@Leidinger.net) Message-Id: <200112111151.fBBBpf902466@Magelan.Leidinger.net> Date: Tue, 11 Dec 2001 12:51:40 +0100 (CET) From: Alexander Leidinger Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c To: jhb@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <200112102212.fBAMCNn47958@freefall.freebsd.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 10 Dez, John Baldwin wrote: > have a USB mouse. Here's the deal on how this works: USB mouse have > moused run for them automatically by usbd so we don't need to setup moused > for them. We do need to setup moused for other mice though, so if the Argh! And I searched a bug in moused because I wondered why moused_flags="-z 4" didn't worked at boot time. It should be documented in the rc.conf man page (btw. usbd_enable and usbd_flags is missing there). Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 5:35:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8C2D37B405; Tue, 11 Dec 2001 05:35:05 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBDZ5T10232; Tue, 11 Dec 2001 05:35:05 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112111335.fBBDZ5T10232@freefall.freebsd.org> From: Michael Lucas Date: Tue, 11 Dec 2001 05:35:05 -0800 (PST) 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 mwlucas 2001/12/11 05:35:05 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Reviewed by: -doc Approved by: bmah Clarify "what are goals" question. Since this is the closest thing FreeBSD has to a mission statement, it has been extensively reviewed on -doc and revised a few times before commit, so I'm making quite an extensive commit message. -only one goal is listed, so don't use plural "goals." That goal does have several sub-components, but it's one primary goal. -use URLs instead of file links, so people who are browsing docs locally can use the link. -add an extra question on BSD license here, since we're discussing it anyway. bmah said (paraphrased): he would have probably split it into a separate commit, but approved as submitted. Will do so in the future. Revision Changes Path 1.313 +31 -5 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 Tue Dec 11 5:37:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 143E737B405; Tue, 11 Dec 2001 05:37:30 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBDbUl13271; Tue, 11 Dec 2001 05:37:30 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112111337.fBBDbUl13271@freefall.freebsd.org> From: Michael Lucas Date: Tue, 11 Dec 2001 05:37:30 -0800 (PST) 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 mwlucas 2001/12/11 05:37:30 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Approved by: bmah Whitespace cleanup after last commit. No content changes. Revision Changes Path 1.314 +12 -11 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 Tue Dec 11 5:39: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-103.dsl.lsan03.pacbell.net [63.207.60.103]) by hub.freebsd.org (Postfix) with ESMTP id F134437B417; Tue, 11 Dec 2001 05:39:03 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8381A66BCE; Tue, 11 Dec 2001 05:39:03 -0800 (PST) Date: Tue, 11 Dec 2001 05:39:03 -0800 From: Kris Kennaway To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/telnet/telnet sys_bsd.c Message-ID: <20011211053903.A57407@xor.obsecurity.org> References: <200112110847.fBB8lAt50181@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112110847.fBB8lAt50181@freefall.freebsd.org>; from jkh@FreeBSD.org on Tue, Dec 11, 2001 at 12:47:10AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 11, 2001 at 12:47:10AM -0800, Jordan K. Hubbard wrote: > jkh 2001/12/11 00:47:10 PST >=20 > Modified files: (Branch: RELENG_4) > crypto/telnet/telnet sys_bsd.c=20 > Log: > MFC: Don't assume number of fds to select on > Obtained from: OpenBSD How about the other telnet? :) Kris --nFreZHaLTZJo0R7j 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 iD8DBQE8Fgx2Wry0BWjoQKURAqk5AJ9yKMmGlbDV6pX/RDOMB9b+StzhrACaA/bE askdfFxL+DwabIhAjaYrzCM= =igvq -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 5:42:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10AC937B416; Tue, 11 Dec 2001 05:42:10 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBDgAC17662; Tue, 11 Dec 2001 05:42:10 -0800 (PST) (envelope-from shige) Message-Id: <200112111342.fBBDgAC17662@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Tue, 11 Dec 2001 05:42:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/bitmap Makefile distinfo pkg-comment.emacs21 pkg-descr.emacs20 pkg-descr.emacs21 pkg-descr.mule pkg-plist.emacs20 pkg-plist.emacs21 pkg-plist.mule ports/editors/bitmap/scripts configure ports/editors/bitmap-emacs20 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shige 2001/12/11 05:42:10 PST Modified files: editors/bitmap Makefile distinfo pkg-descr.emacs20 pkg-descr.mule pkg-plist.emacs20 pkg-plist.mule editors/bitmap-emacs20 Makefile editors/bitmap-mule Makefile Added files: editors/bitmap pkg-comment.emacs21 pkg-descr.emacs21 pkg-plist.emacs21 editors/bitmap/scripts configure Removed files: editors/bitmap-emacs20 distinfo pkg-comment pkg-descr pkg-plist editors/bitmap-mule distinfo pkg-comment pkg-descr pkg-plist editors/bitmap-mule/files bitmap-setupel.el.in patch-ab editors/bitmap-mule/scripts configure Log: Update to 8.4.p200109201221. Apply new master/slave scheme. Update master port (editors/bitmap) for emacs21. Update slave ports (editors/bitmap-mule and editors/bitmap-emacs20) to stub ports. Install el/elc files to version specific site-lisp directory. Change some style. Revision Changes Path 1.19 +6 -51 ports/editors/bitmap-emacs20/Makefile 1.10 +0 -1 ports/editors/bitmap-emacs20/distinfo (dead) 1.2 +0 -1 ports/editors/bitmap-emacs20/pkg-comment (dead) 1.5 +0 -18 ports/editors/bitmap-emacs20/pkg-descr (dead) 1.5 +0 -21 ports/editors/bitmap-emacs20/pkg-plist (dead) 1.16 +6 -60 ports/editors/bitmap-mule/Makefile 1.9 +0 -1 ports/editors/bitmap-mule/distinfo (dead) 1.2 +0 -8 ports/editors/bitmap-mule/files/bitmap-setupel.el.in (dead) 1.5 +0 -14 ports/editors/bitmap-mule/files/patch-ab (dead) 1.3 +0 -1 ports/editors/bitmap-mule/pkg-comment (dead) 1.6 +0 -23 ports/editors/bitmap-mule/pkg-descr (dead) 1.6 +0 -22 ports/editors/bitmap-mule/pkg-plist (dead) 1.2 +0 -13 ports/editors/bitmap-mule/scripts/configure (dead) 1.19 +38 -9 ports/editors/bitmap/Makefile 1.10 +1 -1 ports/editors/bitmap/distinfo 1.1 +1 -0 ports/editors/bitmap/pkg-comment.emacs21 (new) 1.5 +2 -2 ports/editors/bitmap/pkg-descr.emacs20 1.1 +18 -0 ports/editors/bitmap/pkg-descr.emacs21 (new) 1.6 +2 -2 ports/editors/bitmap/pkg-descr.mule 1.5 +17 -17 ports/editors/bitmap/pkg-plist.emacs20 1.1 +21 -0 ports/editors/bitmap/pkg-plist.emacs21 (new) 1.6 +18 -18 ports/editors/bitmap/pkg-plist.mule 1.1 +15 -0 ports/editors/bitmap/scripts/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 Dec 11 5:43:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 480DC37B419; Tue, 11 Dec 2001 05:43:32 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBDhW518052; Tue, 11 Dec 2001 05:43:32 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112111343.fBBDhW518052@freefall.freebsd.org> From: Michael Lucas Date: Tue, 11 Dec 2001 05:43:32 -0800 (PST) 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 mwlucas 2001/12/11 05:43:32 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Reviewed by: -doc Approved by: bmah --grammar tightening --add explanation on release dates --get rid of ellipses (...), this is mostly-formal documentation Revision Changes Path 1.315 +10 -7 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 Tue Dec 11 5:46: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 603D337B417; Tue, 11 Dec 2001 05:46:00 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBDk0Z18424; Tue, 11 Dec 2001 05:46:00 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112111346.fBBDk0Z18424@freefall.freebsd.org> From: Michael Lucas Date: Tue, 11 Dec 2001 05:46:00 -0800 (PST) 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 mwlucas 2001/12/11 05:46:00 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Reviewed by: -doc Approved by: bmah Don't answer a "How do I..." question with "Certainly!" Revision Changes Path 1.316 +1 -1 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 Tue Dec 11 5:55:24 2001 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 28A9837B417; Tue, 11 Dec 2001 05:55:16 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fBBDswi23774; Tue, 11 Dec 2001 08:54:58 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 11 Dec 2001 08:54:57 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Mike Barcroft Cc: Paul Richards , Mike Silbersack , mini@haikugeek.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: <20011211010336.Q1956@espresso.q9media.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 Tue, 11 Dec 2001, Mike Barcroft wrote: > Paul Richards writes: > > You need the superuser password to get to single user if the console is > > secure. The loader can be used to circumvent that now. > > Interesting, I hadn't seen that before. This is probably only useful at > preventing people that don't have an account on the system, and don't > have physical access to the harddisk, CD-ROM/DVD-ROM, or floppy drives > from gaining root. To gain root from an account and console access, one > need only craft an init(8) and change the loader init_path. > > Perhaps a secure loader would be useful, such that it doesn't allow > interrupting. Similar things could be done with the pre-loader boot, > but this write from loader feature seems so useful to me that I can't > imagine why we would want to turn it off by default, particularly given > the intrinsic insecurities of our current loader. I think the primary call for such a "userless loader" would be in the so-called "kiosk" environment: the user is provided with access to the keyboard, mouse, and monitor, but expected not to interfere with the operation of the system. Using UNIX in such an environment is not unusual -- it certainly happens in university libraries, booths at tradeshows, etc. This doesn't mean it has to be a whole seperate loader, just that somewhere it would be nice to have a twiddle to prevent undo interference with the boot process. I recognize that we're pretty far from that now, of course, due to having each phase of the multi-phase boot process allow interruption, selection of the next phase, etc. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 5:58:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA26637B419; Tue, 11 Dec 2001 05:58:32 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBDwWR20276; Tue, 11 Dec 2001 05:58:32 -0800 (PST) (envelope-from sobomax) Message-Id: <200112111358.fBBDwWR20276@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 05:58:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: bsdfam - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/12/11 05:58:32 PST bsdfam - Imported sources Update of /home/ncvs/bsdfam In directory freefall.freebsd.org:/c/tmp/cvs-serv20227 Log Message: Create top-level dir. Status: Vendor Tag: SOBOMAX Release Tags: start cvs: ERROR: cannot mkdir /home/ncvs/bsdfam/CVSROOT -- 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 Tue Dec 11 6: 3:44 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 9B37937B405; Tue, 11 Dec 2001 06:03:35 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id QAA69498; Tue, 11 Dec 2001 16:03:28 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h65.229.dialup.iptcom.net [212.9.229.65]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id QAA80680; Tue, 11 Dec 2001 16:03:26 +0200 (EET) (envelope-from sobomax@FreeBSD.org) 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 fBBE2tF02828; Tue, 11 Dec 2001 16:02:55 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C1612BA.D1313337@FreeBSD.org> Date: Tue, 11 Dec 2001 16:05:46 +0200 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: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: bsdfam - Imported sources References: <200112111358.fBBDwWR20276@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 Maxim Sobolev wrote: > > sobomax 2001/12/11 05:58:32 PST > > bsdfam - Imported sources > Update of /home/ncvs/bsdfam > In directory freefall.freebsd.org:/c/tmp/cvs-serv20227 > > Log Message: > Create top-level dir. > > Status: > > Vendor Tag: SOBOMAX > Release Tags: start > > cvs: ERROR: cannot mkdir /home/ncvs/bsdfam/CVSROOT -- not added: No such file or directory OOPS, sorry, I've typed in a wrong terminal with a wrong CVSROOT :(((( I hope no damage was made. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 6: 9: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id AF08E37B41B; Tue, 11 Dec 2001 06:08:37 -0800 (PST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id fBBE8YX69701; Tue, 11 Dec 2001 15:08:34 +0100 (CET) (envelope-from wkb) Date: Tue, 11 Dec 2001 15:08:33 +0100 From: Wilko Bulte To: John Baldwin Cc: Paul Richards , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, mini@haikugeek.com, Alfred Perlstein , Mike Silbersack , Mike Barcroft Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <20011211150833.B69619@freebie.xs4all.nl> References: <616630000.1008044969@lobster.originative.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.ORG on Mon, Dec 10, 2001 at 11:51:32PM -0800 X-OS: FreeBSD 4.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Dec 10, 2001 at 11:51:32PM -0800, John Baldwin wrote: > > On 11-Dec-01 Paul Richards wrote: > > --On Monday, December 10, 2001 22:18:36 -0500 Mike Barcroft > > wrote: > > > >> Mike Silbersack writes: > >>> On Mon, 10 Dec 2001, Alfred Perlstein wrote: > >>> > >>> > > All these loader commits make it possible to overwrite the existing > >>> > contents of > a file on a UFS filesystem. > >>> > > >>> > Yay! One "cool" feaure at least from a security standpoint would > >>> > be adding a write once variable to turn this off so that one can't > >>> > use loader to smash /etc/passwd. > >>> > > >>> > John, or Jonathan... ? any plans on giving this a shot? > >>> > > >>> > -Alfred > >>> > >>> Hm, I wonder if write enabling should even be compiled into the loader by > >>> default - I think you're correct in suspecting that changing /etc/passwd > >>> will be the primary use of this feature. :| > >> > >> Why would someone use this feature to write to the password file, when > >> they can just boot into single user mode and use their favourite > >> editor? > > > > You need the superuser password to get to single user if the console is > > secure. The loader can be used to circumvent that now. > > As someone else has noted, setting your init path to /tmp/mybinary opens your > machine up to root rather trivially, and that doesn't require write access. > Note that we don't prevent doing 'more /etc/master.passwd' with which one can > then run crack against the root password or some other utility. The assumption Consoles and/or systems not kept under lock and key (physically I mean) are doomed anyway. Clear the CMOS passowrd (if set in the first place) and then boot from CD or floppy. Off you go.. -- | / o / /_ _ email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 6:24:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1451137B416; Tue, 11 Dec 2001 06:24:38 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBEOcG26574; Tue, 11 Dec 2001 06:24:38 -0800 (PST) (envelope-from ijliao) Message-Id: <200112111424.fBBEOcG26574@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 06:24:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xbl Makefile distinfo ports/games/xbl/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 2001/12/11 06:24:38 PST Modified files: games/xbl Makefile distinfo games/xbl/files patch-aa Log: upgrade to 1.0k Revision Changes Path 1.12 +3 -4 ports/games/xbl/Makefile 1.5 +1 -1 ports/games/xbl/distinfo 1.8 +14 -23 ports/games/xbl/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 6:30:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1E6137B41F; Tue, 11 Dec 2001 06:30:18 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBEUIX27362; Tue, 11 Dec 2001 06:30:18 -0800 (PST) (envelope-from ijliao) Message-Id: <200112111430.fBBEUIX27362@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 06:30:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gigabase 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 2001/12/11 06:30:18 PST Modified files: databases/gigabase Makefile distinfo Log: upgrade to 2.54 PR: 32693 Submitted by: maintainer Revision Changes Path 1.28 +1 -1 ports/databases/gigabase/Makefile 1.32 +1 -1 ports/databases/gigabase/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 6:51: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 875D537B41B; Tue, 11 Dec 2001 06:50:58 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBEow047077; Tue, 11 Dec 2001 06:50:58 -0800 (PST) (envelope-from sobomax) Message-Id: <200112111450.fBBEow047077@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 06:50:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/imlib 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 2001/12/11 06:50:58 PST Modified files: graphics/imlib Makefile Log: Explicitly pass --x-{includes,libraries} to the configure script, so that the port works even for the non-standard X11BASE's (like /opt or such). Prompted by: mi Revision Changes Path 1.78 +4 -2 ports/graphics/imlib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 6:57: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2257637B417; Tue, 11 Dec 2001 06:57:05 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBEv5747924; Tue, 11 Dec 2001 06:57:05 -0800 (PST) (envelope-from sumikawa) Message-Id: <200112111457.fBBEv5747924@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 11 Dec 2001 06:57:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c if_auereg.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 sumikawa 2001/12/11 06:57:05 PST Modified files: (Branch: RELENG_4) sys/dev/usb if_aue.c if_auereg.h Log: MFC: Support MELCO LUA2-TX USB ethernet adaptor. Revision Changes Path 1.19.2.10 +40 -31 src/sys/dev/usb/if_aue.c 1.5.2.1 +8 -1 src/sys/dev/usb/if_auereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 7: 0:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FB9B37B41B; Tue, 11 Dec 2001 07:00:53 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBF0rO48501; Tue, 11 Dec 2001 07:00:53 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112111500.fBBF0rO48501@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 11 Dec 2001 07:00:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnupg Makefile pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/12/11 07:00:53 PST Modified files: security/gnupg Makefile Added files: security/gnupg pkg-message Log: Display TIPS (use rndcontrol(8)) message at post-install. Revision Changes Path 1.32 +3 -2 ports/security/gnupg/Makefile 1.1 +4 -0 ports/security/gnupg/pkg-message (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 7: 6:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B8C037B41B; Tue, 11 Dec 2001 07:06:42 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBF6fE52537; Tue, 11 Dec 2001 07:06:41 -0800 (PST) (envelope-from ijliao) Message-Id: <200112111506.fBBF6fE52537@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 07:06:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gtk-gnutella Makefile ports/net/gtk-gnutella/files patch-search.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 07:06:41 PST Modified files: net/gtk-gnutella Makefile Added files: net/gtk-gnutella/files patch-search.c Log: ignore private network hits PR: 32695 Submitted by: maintainer Revision Changes Path 1.5 +1 -0 ports/net/gtk-gnutella/Makefile 1.1 +20 -0 ports/net/gtk-gnutella/files/patch-search.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 Dec 11 7:13:34 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 5217337B422; Tue, 11 Dec 2001 07:12:40 -0800 (PST) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id B35AF1D16B; Tue, 11 Dec 2001 15:12:37 +0000 (GMT) Date: Tue, 11 Dec 2001 15:12:37 -0000 From: Paul Richards To: Wilko Bulte , John Baldwin Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, mini@haikugeek.com, Alfred Perlstein , Mike Silbersack , Mike Barcroft Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <806020000.1008083557@lobster.originative.co.uk> In-Reply-To: <20011211150833.B69619@freebie.xs4all.nl> References: <616630000.1008044969@lobster.originative.co.uk> <20011211150833.B69619@freebie.xs4all.nl> X-Mailer: Mulberry/2.1.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-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 Tuesday, December 11, 2001 15:08:33 +0100 Wilko Bulte wrote: > On Mon, Dec 10, 2001 at 11:51:32PM -0800, John Baldwin wrote: >> >> On 11-Dec-01 Paul Richards wrote: >> > --On Monday, December 10, 2001 22:18:36 -0500 Mike Barcroft >> > wrote: >> > >> >> Mike Silbersack writes: >> >>> On Mon, 10 Dec 2001, Alfred Perlstein wrote: >> >>> >> >>> > > All these loader commits make it possible to overwrite the >> >>> > > existing >> >>> > contents of > a file on a UFS filesystem. >> >>> > >> >>> > Yay! One "cool" feaure at least from a security standpoint would >> >>> > be adding a write once variable to turn this off so that one can't >> >>> > use loader to smash /etc/passwd. >> >>> > >> >>> > John, or Jonathan... ? any plans on giving this a shot? >> >>> > >> >>> > -Alfred >> >>> >> >>> Hm, I wonder if write enabling should even be compiled into the >> >>> loader by default - I think you're correct in suspecting that >> >>> changing /etc/passwd will be the primary use of this feature. :| >> >> >> >> Why would someone use this feature to write to the password file, when >> >> they can just boot into single user mode and use their favourite >> >> editor? >> > >> > You need the superuser password to get to single user if the console is >> > secure. The loader can be used to circumvent that now. >> >> As someone else has noted, setting your init path to /tmp/mybinary opens >> your machine up to root rather trivially, and that doesn't require write >> access. Note that we don't prevent doing 'more /etc/master.passwd' with >> which one can then run crack against the root password or some other >> utility. The assumption > > Consoles and/or systems not kept under lock and key (physically I mean) > are doomed anyway. Clear the CMOS passowrd (if set in the first place) and > then boot from CD or floppy. Off you go.. I only mentioned the secure console issue because I guessed that Mike wasn't aware of it so I'm not advocating that the loader change has opened up a big security hole. However, it has made some difference. A box where the BIOS is passwd protected, and has been set to only allow booting from the hard disk and where FreeBSD is configured to have a secure console is pretty secure from a casual attack. You'd have to open up the box and clear the CMOS and that sort of activity would be difficult in most situations and certainly something that would be noticed (we're not talking about sneaking into the server room late at night here, we're talking about office/classroom/lab environments where the admin is trying to protect the desktop systems from abuse). The loader change means that all that's necessary now is to power cycle the box and stop in the boot loader and clear the root passwd. That's something that can be done while sitting quite innocuously at the console and not drawing any attention to oneself. Paul Richards FreeBSD Services Ltd http://www.freebsd-services.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 7:26:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3269437B405; Tue, 11 Dec 2001 07:26:37 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBFQbm55245; Tue, 11 Dec 2001 07:26:37 -0800 (PST) (envelope-from phantom) Message-Id: <200112111526.fBBFQbm55245@freefall.freebsd.org> From: Alexey Zelkin Date: Tue, 11 Dec 2001 07:26:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale fix_grouping.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/12/11 07:26:37 PST Modified files: lib/libc/locale fix_grouping.c Log: Fix grouping string handling Revision Changes Path 1.5 +5 -2 src/lib/libc/locale/fix_grouping.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 7:32:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04DF437B42C; Tue, 11 Dec 2001 07:32:18 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBFWHs56340; Tue, 11 Dec 2001 07:32:17 -0800 (PST) (envelope-from petef) Message-Id: <200112111532.fBBFWHs56340@freefall.freebsd.org> From: Pete Fritchman Date: Tue, 11 Dec 2001 07:32:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/proxy-suite 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 petef 2001/12/11 07:32:17 PST Modified files: net/proxy-suite pkg-descr Log: Update WWW tag. Submitted by: Frank Sundermeyer Revision Changes Path 1.3 +1 -1 ports/net/proxy-suite/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 Dec 11 7:42:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF08D37B416; Tue, 11 Dec 2001 07:42:24 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBFgOs57712; Tue, 11 Dec 2001 07:42:24 -0800 (PST) (envelope-from sobomax) Message-Id: <200112111542.fBBFgOs57712@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 07:42:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/screem/files patch-plugins::mailWizard::mailWizard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 07:42:24 PST Added files: www/screem/files patch-plugins::mailWizard::mailWizard.c Log: Move upward to prevent breakage on a very recent -current. Revision Changes Path 1.1 +15 -0 ports/www/screem/files/patch-plugins::mailWizard::mailWizard.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 Dec 11 7:46:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A044637B41E; Tue, 11 Dec 2001 07:46:31 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBFkVV58167; Tue, 11 Dec 2001 07:46:31 -0800 (PST) (envelope-from sobomax) Message-Id: <200112111546.fBBFkVV58167@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 07:46:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome 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 2001/12/11 07:46:31 PST Modified files: x11/gnome Makefile Log: Pull the trigger - make Nautilus a default filemanager for a GNOME desktop instead of good old gnomemc. This should give more testing to it, and let us ship 4.5 with Nautilus installed by default. Revision Changes Path 1.36 +2 -1 ports/x11/gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 7:52: 7 2001 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 B379E37B416; Tue, 11 Dec 2001 07:52:01 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fBBFpci26338; Tue, 11 Dec 2001 10:51:39 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 11 Dec 2001 10:51:37 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Paul Richards Cc: Wilko Bulte , John Baldwin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, mini@haikugeek.com, Alfred Perlstein , Mike Silbersack , Mike Barcroft Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: <806020000.1008083557@lobster.originative.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 11 Dec 2001, Paul Richards wrote: > > Consoles and/or systems not kept under lock and key (physically I mean) > > are doomed anyway. Clear the CMOS passowrd (if set in the first place) and > > then boot from CD or floppy. Off you go.. > > > A box where the BIOS is passwd protected, and has been set to only allow > booting from the hard disk and where FreeBSD is configured to have a > secure console is pretty secure from a casual attack. You'd have to open > up the box and clear the CMOS and that sort of activity would be > difficult in most situations and certainly something that would be > noticed (we're not talking about sneaking into the server room late at > night here, we're talking about office/classroom/lab environments where > the admin is trying to protect the desktop systems from abuse). > > The loader change means that all that's necessary now is to power cycle > the box and stop in the boot loader and clear the root passwd. That's > something that can be done while sitting quite innocuously at the > console and not drawing any attention to oneself. One thing that might actually help, BTW, is if we had a "kiosk" section in the handbook, or in the FAQ. Document stuff like disabling ctrl-alt-delete, preventing the loader from listening to the human, locking the CPU in a box somewhere, ... There is, I think, a need to support that type of environment, but it's definitely not the standard server environment :-). Documenting these requirements and procedures would make it easier for developers not working in that environment to understand its limitations, and adapt their work to survive that environment better. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 7:55:23 2001 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 5418D37B405; Tue, 11 Dec 2001 07:55:15 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id B1FFE4BE; Tue, 11 Dec 2001 15:55:06 +0000 (GMT) Date: Tue, 11 Dec 2001 15:55:06 +0000 From: Josef Karthauser To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs@freebsd.org Subject: Re: cvs commit: bsdfam - Imported sources Message-ID: <20011211155506.A24946@tao.org.uk> References: <200112111358.fBBDwWR20276@freefall.freebsd.org> <3C1612BA.D1313337@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C1612BA.D1313337@FreeBSD.org>; from sobomax@FreeBSD.org on Tue, Dec 11, 2001 at 04:05:46PM +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 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 11, 2001 at 04:05:46PM +0200, Maxim Sobolev wrote: > Maxim Sobolev wrote: > >=20 > > sobomax 2001/12/11 05:58:32 PST > >=20 > > bsdfam - Imported sources > > Update of /home/ncvs/bsdfam > > In directory freefall.freebsd.org:/c/tmp/cvs-serv20227 > >=20 > > Log Message: > > Create top-level dir. > >=20 > > Status: > >=20 > > Vendor Tag: SOBOMAX > > Release Tags: start > >=20 > > cvs: ERROR: cannot mkdir /home/ncvs/bsdfam/CVSROOT -- not added: No s= uch file or directory >=20 > OOPS, sorry, I've typed in a wrong terminal with a wrong CVSROOT :(((( >=20 > I hope no damage was made. Doesn't look like it. But I wonder why the CVSROOT scripts went so far. Ideally you should have had a failure earlier because of the permissions in avail. I'll take a look. =20 Joe --uAKRQypu60I7Lcqm 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 iEYEARECAAYFAjwWLFoACgkQXVIcjOaxUBagvQCfRJKq2ZLOd4qk865yX5vJB320 VgMAoN3/XT5WgsrYsxNIZo4wF91F81+S =gV6I -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 7:55:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 695BF37B41C; Tue, 11 Dec 2001 07:55:43 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBFtha59268; Tue, 11 Dec 2001 07:55:43 -0800 (PST) (envelope-from phantom) Message-Id: <200112111555.fBBFtha59268@freefall.freebsd.org> From: Alexey Zelkin Date: Tue, 11 Dec 2001 07:55:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale ldpart.c ldpart.h lmessages.c lmessages.h lmonetary.c lmonetary.h lnumeric.c lnumeric.h nl_langinfo.3 nl_langinfo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/12/11 07:55:43 PST Modified files: lib/libc/locale ldpart.c ldpart.h lmessages.c lmessages.h lmonetary.c lmonetary.h lnumeric.c lnumeric.h nl_langinfo.3 nl_langinfo.c Log: * Add my e-mail to copyrights * style(9)'ify Revision Changes Path 1.6 +9 -8 src/lib/libc/locale/ldpart.c 1.3 +2 -2 src/lib/libc/locale/ldpart.h 1.7 +9 -7 src/lib/libc/locale/lmessages.c 1.2 +6 -6 src/lib/libc/locale/lmessages.h 1.11 +19 -19 src/lib/libc/locale/lmonetary.c 1.2 +1 -1 src/lib/libc/locale/lmonetary.h 1.10 +10 -10 src/lib/libc/locale/lnumeric.c 1.2 +1 -1 src/lib/libc/locale/lnumeric.h 1.3 +2 -2 src/lib/libc/locale/nl_langinfo.3 1.14 +5 -3 src/lib/libc/locale/nl_langinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 7:58:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF1A937B41E; Tue, 11 Dec 2001 07:58:33 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBFwX659674; Tue, 11 Dec 2001 07:58:33 -0800 (PST) (envelope-from phantom) Message-Id: <200112111558.fBBFwX659674@freefall.freebsd.org> From: Alexey Zelkin Date: Tue, 11 Dec 2001 07:58:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strfmon.c src/lib/libc/stdtime timelocal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/12/11 07:58:33 PST Modified files: lib/libc/stdlib strfmon.c lib/libc/stdtime timelocal.c Log: Add my e-mail to copyrights Revision Changes Path 1.4 +2 -2 src/lib/libc/stdlib/strfmon.c 1.21 +2 -2 src/lib/libc/stdtime/timelocal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 8: 0:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D302F37B417; Tue, 11 Dec 2001 08:00:47 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBG0lR60019; Tue, 11 Dec 2001 08:00:47 -0800 (PST) (envelope-from phantom) Message-Id: <200112111600.fBBG0lR60019@freefall.freebsd.org> From: Alexey Zelkin Date: Tue, 11 Dec 2001 08:00:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include langinfo.h monetary.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 phantom 2001/12/11 08:00:47 PST Modified files: include langinfo.h monetary.h Log: Add my e-mail to copyrights Revision Changes Path 1.3 +2 -2 src/include/langinfo.h 1.4 +2 -2 src/include/monetary.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 8: 6:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB53A37B416; Tue, 11 Dec 2001 08:06:48 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBG6m664307; Tue, 11 Dec 2001 08:06:48 -0800 (PST) (envelope-from joe) Message-Id: <200112111606.fBBG6m664307@freefall.freebsd.org> From: Josef Karthauser Date: Tue, 11 Dec 2001 08:06:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/12/11 08:06:48 PST Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add cvsup5.uk.FreeBSD.org, a new cvsup mirror curtesy of Teleglobe. Revision Changes Path 1.178 +5 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 8:10:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4257937B405; Tue, 11 Dec 2001 08:10:27 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBGARP64719; Tue, 11 Dec 2001 08:10:27 -0800 (PST) (envelope-from phantom) Message-Id: <200112111610.fBBGARP64719@freefall.freebsd.org> From: Alexey Zelkin Date: Tue, 11 Dec 2001 08:10:27 -0800 (PST) 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 phantom 2001/12/11 08:10:27 PST Modified files: . Makefile.inc1 Log: Get rid of unsed since rev 1.109 of lib/Makefile WANT_CSRG_LIBM define. Also replace internal make variable _libm with hardcoded path to lib/msun Reviewed by: bde Revision Changes Path 1.230 +4 -12 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 Tue Dec 11 8:17:19 2001 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 3291E37B405; Tue, 11 Dec 2001 08:17:02 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBBGGsE21877; Tue, 11 Dec 2001 18:16:54 +0200 (EET) (envelope-from ru) Date: Tue, 11 Dec 2001 18:16:54 +0200 From: Ruslan Ermilov To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20011211181654.B15943@sunbay.com> References: <200112111610.fBBGARP64719@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112111610.fBBGARP64719@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Cool! On Tue, Dec 11, 2001 at 08:10:27AM -0800, Alexey Zelkin wrote: > phantom 2001/12/11 08:10:27 PST > > Modified files: > . Makefile.inc1 > Log: > Get rid of unsed since rev 1.109 of lib/Makefile WANT_CSRG_LIBM define. > Also replace internal make variable _libm with hardcoded path to lib/msun > > Reviewed by: bde > > Revision Changes Path > 1.230 +4 -12 src/Makefile.inc1 -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 8:21:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE2C137B416; Tue, 11 Dec 2001 08:21:40 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBGLel66685; Tue, 11 Dec 2001 08:21:40 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112111621.fBBGLel66685@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 11 Dec 2001 08:21:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 tuning.7 src/sbin/newfs newfs.8 newfs.c src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/12/11 08:21:40 PST Modified files: share/man/man7 tuning.7 sbin/newfs newfs.8 newfs.c usr.sbin/sysinstall install.c Log: Update the default newfs block and fragment sizes from 8192/1024 to 16384/2048. Following recent discussions on the -arch mailing list, involving dillon and mckusick, this change parallels the one made over a decade ago when the default was bumped up from 4096/512. This should provide significant performance improvements for most folks, less significant performance losses for a few folks and wasted space lost to large fragments for many folks. For discussion, please see the following thread in the -arch archive: Subject: Using a larger block size on large filesystems The discussion ceases to be relevant when the issue of partitioning schemes is raised. Revision Changes Path 1.48 +9 -5 src/sbin/newfs/newfs.8 1.46 +2 -2 src/sbin/newfs/newfs.c 1.31 +17 -7 src/share/man/man7/tuning.7 1.315 +1 -1 src/usr.sbin/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 8:24:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D28A37B41B; Tue, 11 Dec 2001 08:24:55 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBGOtQ67026; Tue, 11 Dec 2001 08:24:55 -0800 (PST) (envelope-from sobomax) Message-Id: <200112111624.fBBGOtQ67026@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 08:24:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_kevent.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 sobomax 2001/12/11 08:24:55 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_kevent.c Log: MFC: prevent infinite loop when kevent(2) is invoked wihout eventlist. Revision Changes Path 1.2.2.3 +2 -2 src/lib/libc_r/uthread/uthread_kevent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 8:38:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E074D37B417; Tue, 11 Dec 2001 08:38:33 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBGcXU68848; Tue, 11 Dec 2001 08:38:33 -0800 (PST) (envelope-from phantom) Message-Id: <200112111638.fBBGcXU68848@freefall.freebsd.org> From: Alexey Zelkin Date: Tue, 11 Dec 2001 08:38:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include 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 phantom 2001/12/11 08:38:33 PST Modified files: include Makefile Log: Get rid of unsed since rev 1.109 of lib/Makefile WANT_CSRG_LIBM define. We'll never install math.h wrapped by this define since msun's math.h is using, so it should be removed from the source tree at some point (after merge of useful stuff to msun's math.h which is installing now to /usr/include) Reviewed by: bde Revision Changes Path 1.159 +0 -3 src/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 8:41:34 2001 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 3A46237B416; Tue, 11 Dec 2001 08:41:27 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 9A07B393; Tue, 11 Dec 2001 16:41:18 +0000 (GMT) Date: Tue, 11 Dec 2001 16:41:18 +0000 From: Josef Karthauser To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Message-ID: <20011211164118.B27214@tao.org.uk> References: <200112110704.fBB74mk31239@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="TakKZr9L6Hm6aLOc" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112110704.fBB74mk31239@freefall.freebsd.org>; from peter@FreeBSD.org on Mon, Dec 10, 2001 at 11:04:48PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --TakKZr9L6Hm6aLOc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 10, 2001 at 11:04:48PM -0800, Peter Wemm wrote: > peter 2001/12/10 23:04:48 PST >=20 > Modified files: > gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c=20 > Log: > (null) Is it worth having the commit fail if there's a null log message? Joe --TakKZr9L6Hm6aLOc 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 iEYEARECAAYFAjwWNy4ACgkQXVIcjOaxUBbBZQCeNx/baFtuUOed6hQWswn0Ltkx NgIAoOJn3t1UynSi6NE5dM4k0eQlpU62 =n4D1 -----END PGP SIGNATURE----- --TakKZr9L6Hm6aLOc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 8:42:26 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 9201137B41B; Tue, 11 Dec 2001 08:42:19 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fBBGeHX33301; Tue, 11 Dec 2001 11:40:17 -0500 (EST) (envelope-from mike) Date: Tue, 11 Dec 2001 11:40:17 -0500 From: Mike Barcroft To: Alfred Perlstein Cc: Paul Richards , Mike Silbersack , John Baldwin , mini@haikugeek.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <20011211114017.S1956@espresso.q9media.com> References: <20011210201909.O92148@elvis.mu.org> <20011210221836.N1956@espresso.q9media.com> <616630000.1008044969@lobster.originative.co.uk> <20011211010336.Q1956@espresso.q9media.com> <20011211005211.V92148@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011211005211.V92148@elvis.mu.org>; from bright@mu.org on Tue, Dec 11, 2001 at 12:52:11AM -0600 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alfred Perlstein writes: > * Mike Barcroft [011211 00:05] wrote: > > Perhaps a secure loader would be useful, such that it doesn't allow > > interrupting. Similar things could be done with the pre-loader boot, > > but this write from loader feature seems so useful to me that I can't > > imagine why we would want to turn it off by default, particularly > > given the intrinsic insecurities of our current loader. > > Honestly I feel that the requirement to learn Forth as a prerequisite > to hacking a FreeBSD box this way makes it highly unlikely that one > would do so. :) I don't follow. Obviously the kiosk/secure version would be a compile-time tuneable, probably controlled by /etc/make.conf. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 8:51:20 2001 Delivered-To: cvs-all@freebsd.org Received: from vega.dmnshq.net (vega.dmnshq.net [194.19.34.94]) by hub.freebsd.org (Postfix) with SMTP id D827637B417; Tue, 11 Dec 2001 08:51:14 -0800 (PST) Received: (from eivind@localhost) by vega.dmnshq.net (8.11.6/8.9.3) id fBBGoxD18320; Tue, 11 Dec 2001 17:50:59 +0100 (CET) (envelope-from eivind) Date: Tue, 11 Dec 2001 17:50:59 +0100 From: Eivind Eklund To: Josef Karthauser Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Message-ID: <20011211175059.B18187@FreeBSD.org> References: <200112110704.fBB74mk31239@freefall.freebsd.org> <20011211164118.B27214@tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011211164118.B27214@tao.org.uk>; from joe@tao.org.uk on Tue, Dec 11, 2001 at 04:41:18PM +0000 Sender: owner-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, Dec 11, 2001 at 04:41:18PM +0000, Josef Karthauser wrote: > On Mon, Dec 10, 2001 at 11:04:48PM -0800, Peter Wemm wrote: > > peter 2001/12/10 23:04:48 PST > > > > Modified files: > > gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c > > Log: > > (null) > > Is it worth having the commit fail if there's a null log message? IMO: Yes. We do not want null log messages, and it is an error that happens from time to time. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 8:59:47 2001 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 59FBD37B405; Tue, 11 Dec 2001 08:59:29 -0800 (PST) Received: from ark.cris.net (ns2.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id SAA04901; Tue, 11 Dec 2001 18:59:20 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id fBBGwl702193; Tue, 11 Dec 2001 18:58:47 +0200 (EET) Date: Tue, 11 Dec 2001 18:58:47 +0200 From: Alexey Zelkin To: Josef Karthauser Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Message-ID: <20011211185847.A99187@ark.cris.net> References: <200112110704.fBB74mk31239@freefall.freebsd.org> <20011211164118.B27214@tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20011211164118.B27214@tao.org.uk>; from joe@tao.org.uk on Tue, Dec 11, 2001 at 04:41:18PM +0000 X-Operating-System: FreeBSD 3.5-STABLE 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 hi, On Tue, Dec 11, 2001 at 04:41:18PM +0000, Josef Karthauser wrote: > > peter 2001/12/10 23:04:48 PST > > > > Modified files: > > gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c > > Log: > > (null) > > Is it worth having the commit fail if there's a null log message? It could be useful as for me. But make sure that it should work correctly in both pserver and local modes. In pserver mode it's not a problem to check for null commit log and fail since all files are comiting at once, but in local mode following scenario may exists: . hack files in few directories . do cvs commit . write correct log for first directory files . emptify log for second directory in this case scripts will fail to continue and don't send email with "(null)" content, but patches for first directory are already applied. As result we have complete commit (at least part) and no notification sent. PS: What about fix with current "$FreeBSD$ line mungled" CVSROOT problem ? Bunch of patches from my tree awaiting to be commited! :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 9:26:34 2001 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 7F04837BD33; Tue, 11 Dec 2001 09:15:24 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 4817A33C; Tue, 11 Dec 2001 17:14:06 +0000 (GMT) Date: Tue, 11 Dec 2001 17:14:06 +0000 From: Josef Karthauser To: Alexey Zelkin Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Message-ID: <20011211171406.C27214@tao.org.uk> References: <200112110704.fBB74mk31239@freefall.freebsd.org> <20011211164118.B27214@tao.org.uk> <20011211185847.A99187@ark.cris.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="raC6veAxrt5nqIoY" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011211185847.A99187@ark.cris.net>; from phantom@FreeBSD.org on Tue, Dec 11, 2001 at 06:58:47PM +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 --raC6veAxrt5nqIoY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 11, 2001 at 06:58:47PM +0200, Alexey Zelkin wrote: >=20 > > Is it worth having the commit fail if there's a null log message? >=20 > It could be useful as for me. But make sure that it should work correctly > in both pserver and local modes. In pserver mode it's not a problem to > check for null commit log and fail since all files are comiting at once, > but in local mode following scenario may exists: >=20 > . hack files in few directories > . do cvs commit > . write correct log for first directory files > . emptify log for second directory >=20 > in this case scripts will fail to continue and don't send email with > "(null)" content, but patches for first directory are already applied. > As result we have complete commit (at least part) and no notification > sent. No, I don't think that this is the case. By the time the CVSROOT scripts get the commit message cvs has already replaced the (null) log with the original message. =20 > PS: What about fix with current "$FreeBSD$ line mungled" CVSROOT problem ? > Bunch of patches from my tree awaiting to be commited! :) Tonight. I've got a patch, but haven't tested it yet. I only got back from Austria yesterday. Joe --raC6veAxrt5nqIoY 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 iEUEARECAAYFAjwWPt0ACgkQXVIcjOaxUBYtNgCYpHPV/ukqEjMA1W4sKP7MTE2D kwCfUgsSsPiGFIu+AqnHBE55RXddXcQ= =IZyj -----END PGP SIGNATURE----- --raC6veAxrt5nqIoY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 9:30:12 2001 Delivered-To: cvs-all@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id BFFB537B89A; Tue, 11 Dec 2001 09:25:44 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id fBBHFk568097; Wed, 12 Dec 2001 06:15:46 +1300 (NZDT) (envelope-from dan@langille.org) Date: Wed, 12 Dec 2001 06:15:46 +1300 (NZDT) From: Dan Langille X-Sender: dan@lists.unixathome.org To: Josef Karthauser Cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c In-Reply-To: <20011211164118.B27214@tao.org.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 11 Dec 2001, Josef Karthauser wrote: > On Mon, Dec 10, 2001 at 11:04:48PM -0800, Peter Wemm wrote: > > peter 2001/12/10 23:04:48 PST > > > > Modified files: > > gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c > > Log: > > (null) > > Is it worth having the commit fail if there's a null log message? I think so. FreshPorts can handle and empty log message but it's not very helpful to our users. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 9:32:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3729A37B7C2; Tue, 11 Dec 2001 09:29:57 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBHTvn78562; Tue, 11 Dec 2001 09:29:57 -0800 (PST) (envelope-from gshapiro) Message-Id: <200112111729.fBBHTvn78562@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 11 Dec 2001 09:29:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail aliases X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 09:29:57 PST Modified files: etc/mail aliases Log: Add aliases pointing to postmaster for the two new mail related accounts. Reminded by: sheldonh MFC after: 3 days Revision Changes Path 1.12 +3 -1 src/etc/mail/aliases To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 9:34:47 2001 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 9CBA937B9C1; Tue, 11 Dec 2001 09:32:27 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 3DEE14BE; Tue, 11 Dec 2001 17:14:32 +0000 (GMT) Date: Tue, 11 Dec 2001 17:14:32 +0000 From: Josef Karthauser To: Eivind Eklund Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Message-ID: <20011211171432.D27214@tao.org.uk> References: <200112110704.fBB74mk31239@freefall.freebsd.org> <20011211164118.B27214@tao.org.uk> <20011211175059.B18187@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="q9KOos5vDmpwPx9o" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011211175059.B18187@FreeBSD.org>; from eivind@FreeBSD.org on Tue, Dec 11, 2001 at 05:50:59PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --q9KOos5vDmpwPx9o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 11, 2001 at 05:50:59PM +0100, Eivind Eklund wrote: > On Tue, Dec 11, 2001 at 04:41:18PM +0000, Josef Karthauser wrote: > > On Mon, Dec 10, 2001 at 11:04:48PM -0800, Peter Wemm wrote: > > > peter 2001/12/10 23:04:48 PST > > >=20 > > > Modified files: > > > gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c=20 > > > Log: > > > (null) > >=20 > > Is it worth having the commit fail if there's a null log message? >=20 > IMO: Yes. We do not want null log messages, and it is an error that happ= ens > from time to time. It mostly happens to Peter it seems '). Joe --q9KOos5vDmpwPx9o 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 iEYEARECAAYFAjwWPvcACgkQXVIcjOaxUBZtsgCg6mOcu6ZDCPLpm9KTj/HJOzLw AZQAn0N4XIRYYxcJ3TIJpyomnqAVeYRE =CTC1 -----END PGP SIGNATURE----- --q9KOos5vDmpwPx9o-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 9:49:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 200CE37B41F; Tue, 11 Dec 2001 09:49:34 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBHnYn80499; Tue, 11 Dec 2001 09:49:34 -0800 (PST) (envelope-from ijliao) Message-Id: <200112111749.fBBHnYn80499@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 09:49:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/integrit 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 2001/12/11 09:49:34 PST Modified files: security/integrit Makefile Log: pass maintainership to Jos Backus Submitted by: Jos Backus Revision Changes Path 1.6 +1 -1 ports/security/integrit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 9:50:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 371BA37B416; Tue, 11 Dec 2001 09:50:10 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBHoAx80579; Tue, 11 Dec 2001 09:50:10 -0800 (PST) (envelope-from bmah) Message-Id: <200112111750.fBBHoAx80579@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 11 Dec 2001 09:50:10 -0800 (PST) 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 2001/12/11 09:50:10 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: The device polling code was backed out, so back out the release note describing it too. Reminded by: Alexandr Listopad Revision Changes Path 1.22.2.135 +1 -13 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 Tue Dec 11 10: 6:40 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id D502D37B421; Tue, 11 Dec 2001 10:06:34 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id fBBI6Bg68564; Tue, 11 Dec 2001 11:06:11 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200112111806.fBBI6Bg68564@aslan.scsiguy.com> To: "Erik H. Bakke" Cc: "Warner Losh" , "Sheldon Hearn" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h In-Reply-To: Your message of "Tue, 11 Dec 2001 11:35:51 +0100." <001d01c1822f$9aec5d60$5b3bcbd5@breiflabb> Date: Tue, 11 Dec 2001 11:06:11 -0700 From: "Justin T. Gibbs" Sender: owner-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 think the only "real" way to solve this kind of problem would be to >create the usbdevs.h and co. on install of the includes, and to also >create local copies in the kernel build directory, probably at config >time. USB and pccard id information should be embedded in the drivers that support a given device just like PCI and EISA. Just because NetBSD uses a generated external file and we inherited this code from them doesn't mean we have to follow their paradigm. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 10:12:13 2001 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 9A87337B41B; Tue, 11 Dec 2001 10:12:08 -0800 (PST) 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 fBBIC7a81478; Tue, 11 Dec 2001 11:12:07 -0700 (MST) (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 fBBIC6M29085; Tue, 11 Dec 2001 11:12:06 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112111812.fBBIC6M29085@harmony.village.org> To: "Justin T. Gibbs" Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Cc: "Erik H. Bakke" , "Sheldon Hearn" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 11 Dec 2001 11:06:11 MST." <200112111806.fBBI6Bg68564@aslan.scsiguy.com> References: <200112111806.fBBI6Bg68564@aslan.scsiguy.com> Date: Tue, 11 Dec 2001 11:12:06 -0700 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 <200112111806.fBBI6Bg68564@aslan.scsiguy.com> "Justin T. Gibbs" writes: : >I think the only "real" way to solve this kind of problem would be to : >create the usbdevs.h and co. on install of the includes, and to also : >create local copies in the kernel build directory, probably at config : >time. : : USB and pccard id information should be embedded in the drivers : that support a given device just like PCI and EISA. Just because : NetBSD uses a generated external file and we inherited this code : from them doesn't mean we have to follow their paradigm. But it is embedded in the device drivers. The devs stuff does is give a nice, convenient, uniform way to do that. Matching pccard and usb devices is more complex than pci. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 10:22: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B23F37B41B; Tue, 11 Dec 2001 10:22:01 -0800 (PST) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBIM1o97309; Tue, 11 Dec 2001 10:22:01 -0800 (PST) (envelope-from charnier) Message-Id: <200112111822.fBBIM1o97309@freefall.freebsd.org> From: Philippe Charnier Date: Tue, 11 Dec 2001 10:22:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/df df.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 10:22:01 PST Modified files: bin/df df.c Log: Do not dot terminate errx() strings Revision Changes Path 1.33 +2 -2 src/bin/df/df.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 10:23:18 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 7FBEC37B416; Tue, 11 Dec 2001 10:23:08 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id fBBIMxg69086; Tue, 11 Dec 2001 11:22:59 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200112111822.fBBIMxg69086@aslan.scsiguy.com> To: Warner Losh Cc: "Erik H. Bakke" , "Sheldon Hearn" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h In-Reply-To: Your message of "Tue, 11 Dec 2001 11:12:06 MST." <200112111812.fBBIC6M29085@harmony.village.org> Date: Tue, 11 Dec 2001 11:22:59 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >But it is embedded in the device drivers. The devs stuff does is >give a nice, convenient, uniform way to do that. Matching pccard and >usb devices is more complex than pci. All that this central database does is prevent you from shipping a binary module for a new device and have it be properly announced unless you have a new usb core module too. Just put these entries into the individual drivers and have them call a common routine in the USB code to export the entry on attach. Matchin usb devices certainly looks to be as simple as PCI. From if_aue.c: /* * Probe for a Pegasus chip. */ USB_MATCH(aue) { USB_MATCH_START(aue, uaa); struct aue_type *t; if (!uaa->iface) return(UMATCH_NONE); t = aue_devs; while(t->aue_vid) { if (uaa->vendor == t->aue_vid && uaa->product == t->aue_did) { return(UMATCH_VENDOR_PRODUCT); } t++; } return(UMATCH_NONE); } -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 10:23:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1452237B419; Tue, 11 Dec 2001 10:23:43 -0800 (PST) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBINhA97562; Tue, 11 Dec 2001 10:23:43 -0800 (PST) (envelope-from charnier) Message-Id: <200112111823.fBBINhA97562@freefall.freebsd.org> From: Philippe Charnier Date: Tue, 11 Dec 2001 10:23:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs preen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 10:23:43 PST Modified files: sbin/fsck_ffs preen.c Log: Spelling Revision Changes Path 1.19 +2 -2 src/sbin/fsck_ffs/preen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 10:25:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17F8837B41E; Tue, 11 Dec 2001 10:25:00 -0800 (PST) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBIP0a97696; Tue, 11 Dec 2001 10:25:00 -0800 (PST) (envelope-from charnier) Message-Id: <200112111825.fBBIP0a97696@freefall.freebsd.org> From: Philippe Charnier Date: Tue, 11 Dec 2001 10:25:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ifs preen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 10:25:00 PST Modified files: sbin/fsck_ifs preen.c Log: Spelling Revision Changes Path 1.18 +2 -2 src/sbin/fsck_ifs/preen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 10:32:22 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id D9FD737B41D for ; Tue, 11 Dec 2001 10:32:03 -0800 (PST) Received: (qmail 32487 invoked from network); 11 Dec 2001 18:32:03 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Dec 2001 18:32:03 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <806020000.1008083557@lobster.originative.co.uk> Date: Tue, 11 Dec 2001 10:31:57 -0800 (PST) From: John Baldwin To: Paul Richards Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Cc: Mike Barcroft , Mike Silbersack , Alfred Perlstein , mini@haikugeek.com, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Wilko Bulte Sender: owner-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 11-Dec-01 Paul Richards wrote: > A box where the BIOS is passwd protected, and has been set to only allow > booting from the hard disk and where FreeBSD is configured to have a secure > console is pretty secure from a casual attack. You'd have to open up the > box and clear the CMOS and that sort of activity would be difficult in most > situations and certainly something that would be noticed (we're not talking > about sneaking into the server room late at night here, we're talking about > office/classroom/lab environments where the admin is trying to protect the > desktop systems from abuse). > > The loader change means that all that's necessary now is to power cycle the > box and stop in the boot loader and clear the root passwd. That's something > that can be done while sitting quite innocuously at the console and not > drawing any attention to oneself. You mean one couldn't compile a custom kernel module to allow root access, stick it in /tmp, reboot, break into the loader prompt and load /tmp/mymodule.ko and then boot the system before? :) It's no more vulnerable than it was before. Also, writing to the file itself isn't that easy unless you are a Forth hacker. This wouldn't apply in the lab of machines I admin'd at college for CS undergrads for example since no one knew forth. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 10:36:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0144E37B416; Tue, 11 Dec 2001 10:36:30 -0800 (PST) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBIaTS99358; Tue, 11 Dec 2001 10:36:29 -0800 (PST) (envelope-from charnier) Message-Id: <200112111836.fBBIaTS99358@freefall.freebsd.org> From: Philippe Charnier Date: Tue, 11 Dec 2001 10:36:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping6 ping6.8 ping6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 10:36:29 PST Modified files: sbin/ping6 ping6.8 ping6.c Log: spelling move some err() calls to errx() when message explains the pb enough do not set errno just before exiting the program lowercase errx() strings Revision Changes Path 1.15 +2 -2 src/sbin/ping6/ping6.8 1.14 +15 -21 src/sbin/ping6/ping6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11: 3:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F8DC37B416; Tue, 11 Dec 2001 11:03:24 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBJ3OD03050; Tue, 11 Dec 2001 11:03:24 -0800 (PST) (envelope-from des) Message-Id: <200112111903.fBBJ3OD03050@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 11 Dec 2001 11:03:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gnats Makefile ports/databases/gnats/files gnats-edit-pr.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 11:03:24 PST Modified files: databases/gnats Makefile databases/gnats/files gnats-edit-pr.patch Log: Since nobody else seems to care about this port, grab maintainership and change the edit-pr patch to use $VISUAL for all change messages, not just for state changes. Revision Changes Path 1.37 +3 -2 ports/databases/gnats/Makefile 1.3 +41 -14 ports/databases/gnats/files/gnats-edit-pr.patch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11: 7:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 026CB37B405; Tue, 11 Dec 2001 11:07:11 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBJ7AM06758; Tue, 11 Dec 2001 11:07:10 -0800 (PST) (envelope-from des) Message-Id: <200112111907.fBBJ7AM06758@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 11 Dec 2001 11:07:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs.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 2001/12/11 11:07:10 PST Modified files: sys/fs/procfs procfs.h Log: Remove an obsolete prototype for procfs_kmemaccess(). Submitted by: rwatson Revision Changes Path 1.42 +0 -3 src/sys/fs/procfs/procfs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:15:21 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 4DDD637B417; Tue, 11 Dec 2001 11:15:15 -0800 (PST) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 326701D169; Tue, 11 Dec 2001 19:15:13 +0000 (GMT) Date: Tue, 11 Dec 2001 19:15:13 -0000 From: Paul Richards To: John Baldwin Cc: Mike Barcroft , Mike Silbersack , Alfred Perlstein , mini@haikugeek.com, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Wilko Bulte Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <868210000.1008098113@lobster.originative.co.uk> In-Reply-To: References: X-Mailer: Mulberry/2.1.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-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 Tuesday, December 11, 2001 10:31:57 -0800 John Baldwin wrote: > > On 11-Dec-01 Paul Richards wrote: >> A box where the BIOS is passwd protected, and has been set to only allow >> booting from the hard disk and where FreeBSD is configured to have a >> secure console is pretty secure from a casual attack. You'd have to open >> up the box and clear the CMOS and that sort of activity would be >> difficult in most situations and certainly something that would be >> noticed (we're not talking about sneaking into the server room late at >> night here, we're talking about office/classroom/lab environments where >> the admin is trying to protect the desktop systems from abuse). >> >> The loader change means that all that's necessary now is to power cycle >> the box and stop in the boot loader and clear the root passwd. That's >> something that can be done while sitting quite innocuously at the >> console and not drawing any attention to oneself. > > You mean one couldn't compile a custom kernel module to allow root access, > stick it in /tmp, reboot, break into the loader prompt and load > /tmp/mymodule.ko and then boot the system before? :) It's no more > vulnerable than it was before. Also, writing to the file itself isn't > that easy unless you are a Forth hacker. This wouldn't apply in the lab > of machines I admin'd at college for CS undergrads for example since no > one knew forth. Well, I think your argument is a flawed one since you're trying to argue that because you can think of one hole it's not a problem that you've added another one. However, that's not a constructive direction to go in, and I can think of at least one other way of circumventing the secure console once you're in the loader, by changing the boot device for the third stage. So the issue is really whether we can secure the loader, because now that I'm aware of that loophole it concerns me that it's so easy to compromise a FreeBSD box. Can we add a password feature to the loader so that we have a secure loader? Paul Richards FreeBSD Services Ltd http://www.freebsd-services.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:21:37 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 87A1D37B42A for ; Tue, 11 Dec 2001 11:21:25 -0800 (PST) Received: (qmail 16670 invoked from network); 11 Dec 2001 19:21:24 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Dec 2001 19:21:24 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <868210000.1008098113@lobster.originative.co.uk> Date: Tue, 11 Dec 2001 11:21:19 -0800 (PST) From: John Baldwin To: Paul Richards Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Cc: Wilko Bulte , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, mini@haikugeek.com, Alfred Perlstein , Mike Silbersack , Mike Barcroft Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 11-Dec-01 Paul Richards wrote: > Well, I think your argument is a flawed one since you're trying to argue > that because you can think of one hole it's not a problem that you've added > another one. If you have a piece of Swiss cheese, who is going to notice one more hole? It's not like there was 1 hole before and now there are 2. There are several holes and now there are several + 1 holes. > So the issue is really whether we can secure the loader, because now that > I'm aware of that loophole it concerns me that it's so easy to compromise a > FreeBSD box. > > Can we add a password feature to the loader so that we have a secure loader? It has that, but it's simple. You didn't read my earlier message though where I detailed what we _did_ do for my lab at school. We didn't use the loader at all, instead we hacked (it was a small hack, and an #ifdef for it could be made) boot2 to not accept user input and to boot the kernel directly. This means using a static kernel, and in -current compiling your hints statically into the kernel. This way you bypass the loader completely and don't have to worry about user input. Granted, if you hose your kernel, you have to pull out a boot floppy to do recovery, but that is the price you pay. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:25: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from westhost36.westhost.net (westhost36.westhost.net [216.71.84.209]) by hub.freebsd.org (Postfix) with ESMTP id 6FF0537B405 for ; Tue, 11 Dec 2001 11:25:02 -0800 (PST) Received: from localhost (haikugeek@localhost) by westhost36.westhost.net (8.11.6/8.11.6) with ESMTP id fBBJNgt31036 for ; Tue, 11 Dec 2001 13:23:42 -0600 Date: Mon, 10 Dec 2001 21:37:03 -0600 (CST) From: Jon Mini X-X-Sender: To: Mike Barcroft Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: <20011210221836.N1956@espresso.q9media.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 Mon, 10 Dec 2001, Mike Barcroft wrote: > Mike Silbersack writes: > > > > Hm, I wonder if write enabling should even be compiled into the loader by > > default - I think you're correct in suspecting that changing /etc/passwd > > will be the primary use of this feature. :| > > Why would someone use this feature to write to the password file, when > they can just boot into single user mode and use their favourite > editor? The question that comes into my mind is this: Why would a process be able to write to /boot/*, but not /etc/*? Is it often that they gain this type of access? I'm not really sure any doors are being made any wider. However, for the paranoid, I could easily add an option that would only allow you to open files for writing that start with a certain path prefix or match an access list or something similar. -- Dizzy Cow (Jon Mini) dizzycow@haikugeek.com ... Desolation ... Despair ... Plastic Forks ... ~ ~ ~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:27:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED13737B417; Tue, 11 Dec 2001 11:27:37 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBJRb408997; Tue, 11 Dec 2001 11:27:37 -0800 (PST) (envelope-from ijliao) Message-Id: <200112111927.fBBJRb408997@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 11:27:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/cybervrml97 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/cybervrml97/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 2001/12/11 11:27:37 PST Modified files: graphics Makefile Added files: graphics/cybervrml97 Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/cybervrml97/files patch-Makefile Log: add cybervrml97 A development library of VRML97/2.0 applications Revision Changes Path 1.388 +1 -0 ports/graphics/Makefile 1.1 +30 -0 ports/graphics/cybervrml97/Makefile (new) 1.1 +2 -0 ports/graphics/cybervrml97/distinfo (new) 1.1 +26 -0 ports/graphics/cybervrml97/files/patch-Makefile (new) 1.1 +1 -0 ports/graphics/cybervrml97/pkg-comment (new) 1.1 +5 -0 ports/graphics/cybervrml97/pkg-descr (new) 1.1 +120 -0 ports/graphics/cybervrml97/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 Dec 11 11:27:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02A4437B41B; Tue, 11 Dec 2001 11:27:41 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBJReG09028; Tue, 11 Dec 2001 11:27:40 -0800 (PST) (envelope-from ijliao) Message-Id: <200112111927.fBBJReG09028@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 11:27:40 -0800 (PST) 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 2001/12/11 11:27:40 PST Modified files: . modules Log: cybervrml97 --> ports/graphics/cybervrml97 Revision Changes Path 1.4293 +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 Dec 11 11:28:14 2001 Delivered-To: cvs-all@freebsd.org Received: from westhost36.westhost.net (westhost36.westhost.net [216.71.84.209]) by hub.freebsd.org (Postfix) with ESMTP id C1EE037B509; Tue, 11 Dec 2001 11:27:43 -0800 (PST) Received: from localhost (haikugeek@localhost) by westhost36.westhost.net (8.11.6/8.11.6) with ESMTP id fBBJQMQ32025; Tue, 11 Dec 2001 13:26:22 -0600 Date: Tue, 11 Dec 2001 13:26:22 -0600 (CST) From: Jon Mini X-X-Sender: To: Jordan Hubbard Cc: John Baldwin , , Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: <45370.1008043656@winston.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, 10 Dec 2001, Jordan Hubbard wrote: > > All these loader commits make it possible to overwrite the existing contents > of > > a file on a UFS filesystem. This allows us to finally implement nextboot for > > example. It currently only works on x86, but all that is needed on other arc > > Woohoo, cool! It also lets one finally write the kernel hints editor > fully in forth, too! :) > Writing the forth to do that is on my todo list for this christmas vacation. -- Dizzy Cow (Jon Mini) dizzycow@haikugeek.com ... Desolation ... Despair ... Plastic Forks ... ~ ~ ~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:39:27 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id D5A7237B405; Tue, 11 Dec 2001 11:39:13 -0800 (PST) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 547ED1D169; Tue, 11 Dec 2001 19:39:12 +0000 (GMT) Date: Tue, 11 Dec 2001 19:39:12 -0000 From: Paul Richards To: John Baldwin Cc: Wilko Bulte , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, mini@haikugeek.com, Alfred Perlstein , Mike Silbersack , Mike Barcroft Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <880100000.1008099552@lobster.originative.co.uk> In-Reply-To: References: X-Mailer: Mulberry/2.1.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-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 Tuesday, December 11, 2001 11:21:19 -0800 John Baldwin wrote: > > On 11-Dec-01 Paul Richards wrote: >> Well, I think your argument is a flawed one since you're trying to argue >> that because you can think of one hole it's not a problem that you've >> added another one. > > If you have a piece of Swiss cheese, who is going to notice one more > hole? It's not like there was 1 hole before and now there are 2. There > are several holes and now there are several + 1 holes. > >> So the issue is really whether we can secure the loader, because now that >> I'm aware of that loophole it concerns me that it's so easy to >> compromise a FreeBSD box. >> >> Can we add a password feature to the loader so that we have a secure >> loader? > > It has that, but it's simple. You didn't read my earlier message though > where I detailed what we _did_ do for my lab at school. We didn't use > the loader at all, instead we hacked (it was a small hack, and an #ifdef > for it could be made) boot2 to not accept user input and to boot the > kernel directly. This means using a static kernel, and in -current > compiling your hints statically into the kernel. This way you bypass the > loader completely and don't have to worry about user input. Granted, if > you hose your kernel, you have to pull out a boot floppy to do recovery, > but that is the price you pay. but that's not very standard. If I was implementing a kiosk then hacking on the boot loader is fine for my specific application, but I think we should strengthen the security of the generic loader. Would it be difficult to add some crypt functions to the loader so that the root passwd can be checked against /etc/master.passwd? The secure console protection can then be pulled forward to earlier in the boot process. Paul Richards FreeBSD Services Ltd http://www.freebsd-services.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:40: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from westhost36.westhost.net (westhost36.westhost.net [216.71.84.209]) by hub.freebsd.org (Postfix) with ESMTP id 8729937B506; Tue, 11 Dec 2001 11:39:37 -0800 (PST) Received: from localhost (haikugeek@localhost) by westhost36.westhost.net (8.11.6/8.11.6) with ESMTP id fBBJcDL03416; Tue, 11 Dec 2001 13:38:13 -0600 Date: Tue, 11 Dec 2001 13:38:13 -0600 (CST) From: Jon Mini X-X-Sender: To: Mike Barcroft Cc: Paul Richards , Mike Silbersack , Alfred Perlstein , John Baldwin , , , Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: <20011211010336.Q1956@espresso.q9media.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 Tue, 11 Dec 2001, Mike Barcroft wrote: > Paul Richards writes: > > Perhaps a secure loader would be useful, such that it doesn't allow > interrupting. Similar things could be done with the pre-loader boot, > but this write from loader feature seems so useful to me that I can't > imagine why we would want to turn it off by default, particularly > given the intrinsic insecurities of our current loader. > A "secure loader" is already present on the system. Don't use autoboot, and reboot if the boot script fails. Or, more specifically, add this to loader.rc: boot bye ... should the boot word return (i.e. no kernel was found during the automatic load process), the bye word will reboot the system. No chance is given for anyone at the console to interrupt this process. -- Dizzy Cow (Jon Mini) dizzycow@haikugeek.com ... Desolation ... Despair ... Plastic Forks ... ~ ~ ~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:43:55 2001 Delivered-To: cvs-all@freebsd.org Received: from westhost36.westhost.net (westhost36.westhost.net [216.71.84.209]) by hub.freebsd.org (Postfix) with ESMTP id DC87237B405; Tue, 11 Dec 2001 11:43:45 -0800 (PST) Received: from localhost (haikugeek@localhost) by westhost36.westhost.net (8.11.6/8.11.6) with ESMTP id fBBJgPH04534; Tue, 11 Dec 2001 13:42:25 -0600 Date: Tue, 11 Dec 2001 13:42:25 -0600 (CST) From: Jon Mini X-X-Sender: To: John Baldwin Cc: Peter Wemm , , Subject: Re: cvs commit: src/lib/libstand stand.h In-Reply-To: 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, 10 Dec 2001, John Baldwin wrote: > On 11-Dec-01 Peter Wemm wrote: > > John Baldwin wrote: > > > > We can write to (and even expand / create) files on EFI systems as well. > > I dont think the glue to do it is present though. > > You don't need much glue to do it. libefi just needs to support writing to the > low-level driver and the fs in libstand needs write support. > The framework can deal with writing to or expanding files. The functionality to create new files or delete existing files doesn't exist in the fs abstraction code (fsil? vfs? whatever..). However, appending to files is entirely handled within the FS code. The reason why only overwriting existing files is supported in UFS is because none of the fsck(8) code is present in the loader, so the filesystem may be dirty when written to. In that case, it is significantly dangerous to change the allocation mappings of the filesystem. Filesystems like FAT that don't have a formal mount/unmount process, or any journaled filesystem wouldn't be the same. I'm planning on writing FAT write support to loader, and when I do that, I'll add the functionality to the glue code to create new files and delete existing files. -- Dizzy Cow (Jon Mini) dizzycow@haikugeek.com ... Desolation ... Despair ... Plastic Forks ... ~ ~ ~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:44:32 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id ADBF737B421 for ; Tue, 11 Dec 2001 11:44:17 -0800 (PST) Received: (qmail 2359 invoked from network); 11 Dec 2001 19:44:16 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Dec 2001 19:44:16 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <880100000.1008099552@lobster.originative.co.uk> Date: Tue, 11 Dec 2001 11:44:11 -0800 (PST) From: John Baldwin To: Paul Richards Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Cc: Mike Barcroft , Mike Silbersack , Alfred Perlstein , mini@haikugeek.com, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Wilko Bulte Sender: owner-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 11-Dec-01 Paul Richards wrote: > --On Tuesday, December 11, 2001 11:21:19 -0800 John Baldwin > wrote: > >> >> On 11-Dec-01 Paul Richards wrote: >>> Well, I think your argument is a flawed one since you're trying to argue >>> that because you can think of one hole it's not a problem that you've >>> added another one. >> >> If you have a piece of Swiss cheese, who is going to notice one more >> hole? It's not like there was 1 hole before and now there are 2. There >> are several holes and now there are several + 1 holes. >> >>> So the issue is really whether we can secure the loader, because now that >>> I'm aware of that loophole it concerns me that it's so easy to >>> compromise a FreeBSD box. >>> >>> Can we add a password feature to the loader so that we have a secure >>> loader? >> >> It has that, but it's simple. You didn't read my earlier message though >> where I detailed what we _did_ do for my lab at school. We didn't use >> the loader at all, instead we hacked (it was a small hack, and an #ifdef >> for it could be made) boot2 to not accept user input and to boot the >> kernel directly. This means using a static kernel, and in -current >> compiling your hints statically into the kernel. This way you bypass the >> loader completely and don't have to worry about user input. Granted, if >> you hose your kernel, you have to pull out a boot floppy to do recovery, >> but that is the price you pay. > > but that's not very standard. If I was implementing a kiosk then hacking on > the boot loader is fine for my specific application, but I think we should > strengthen the security of the generic loader. I think that the loader is not intended for secure sites, there are too many things you would have to do to plug holes, so IMO, just bypassing it is your best bet. You dont' want to have to enter the root password to boot the machine every time I wouldn't think. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:45:14 2001 Delivered-To: cvs-all@freebsd.org Received: from westhost36.westhost.net (westhost36.westhost.net [216.71.84.209]) by hub.freebsd.org (Postfix) with ESMTP id 7F3DA37B417; Tue, 11 Dec 2001 11:45:07 -0800 (PST) Received: from localhost (haikugeek@localhost) by westhost36.westhost.net (8.11.6/8.11.6) with ESMTP id fBBJhkh04883; Tue, 11 Dec 2001 13:43:46 -0600 Date: Tue, 11 Dec 2001 13:43:46 -0600 (CST) From: Jon Mini X-X-Sender: To: Paul Richards Cc: John Baldwin , Wilko Bulte , , , , Alfred Perlstein , Mike Silbersack , Mike Barcroft Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: <880100000.1008099552@lobster.originative.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 11 Dec 2001, Paul Richards wrote: > Would it be difficult to add some crypt functions to the loader so that the > root passwd can be checked against /etc/master.passwd? The secure console > protection can then be pulled forward to earlier in the boot process. No, that would be trivial. Writing the forth to parse /etc/passwd.master would be a little more annoying, but not much. -- Dizzy Cow (Jon Mini) dizzycow@haikugeek.com ... Desolation ... Despair ... Plastic Forks ... ~ ~ ~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:48: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from westhost36.westhost.net (westhost36.westhost.net [216.71.84.209]) by hub.freebsd.org (Postfix) with ESMTP id D152E37B41C; Tue, 11 Dec 2001 11:47:56 -0800 (PST) Received: from localhost (haikugeek@localhost) by westhost36.westhost.net (8.11.6/8.11.6) with ESMTP id fBBJkZ305989; Tue, 11 Dec 2001 13:46:35 -0600 Date: Tue, 11 Dec 2001 13:46:35 -0600 (CST) From: Jon Mini X-X-Sender: To: Paul Richards Cc: John Baldwin , Wilko Bulte , , , , Alfred Perlstein , Mike Silbersack , Mike Barcroft Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 11 Dec 2001, Jon Mini wrote: > On Tue, 11 Dec 2001, Paul Richards wrote: > > > Would it be difficult to add some crypt functions to the loader so that the > > root passwd can be checked against /etc/master.passwd? The secure console > > protection can then be pulled forward to earlier in the boot process. > > No, that would be trivial. Writing the forth to parse /etc/passwd.master > would be a little more annoying, but not much. > Though, it should be noted that if you're going to be totally secure, even interrupting the boot process and leaving the system sitting a password prompt is a valid DOS attack on the system. Also, putting a rock on the spacebar would probably do the trick as well. The boot loader isn't even vaguely secure.. if we want a secure console, then we should really just come up with a different method of booting. I've never really believed in a secure console anyways. -- Dizzy Cow (Jon Mini) dizzycow@haikugeek.com ... Desolation ... Despair ... Plastic Forks ... ~ ~ ~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 11:57:18 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 69FB637B416; Tue, 11 Dec 2001 11:57:11 -0800 (PST) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 67BCA1D169; Tue, 11 Dec 2001 19:57:09 +0000 (GMT) Date: Tue, 11 Dec 2001 19:57:09 -0000 From: Paul Richards To: John Baldwin Cc: Mike Barcroft , Mike Silbersack , Alfred Perlstein , mini@haikugeek.com, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Wilko Bulte Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Message-ID: <889160000.1008100629@lobster.originative.co.uk> In-Reply-To: References: X-Mailer: Mulberry/2.1.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-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 Tuesday, December 11, 2001 11:44:11 -0800 John Baldwin wrote: > > I think that the loader is not intended for secure sites, there are too > many things you would have to do to plug holes, so IMO, just bypassing it > is your best bet. You dont' want to have to enter the root password to > boot the machine every time I wouldn't think. That wasn't what I was thinking. You've have to enter the root password to make any changes, the loader would happily boot straight through without the password otherwise. It'd behave just like a secure console. If I was trying to prevent people booting the machine in the first place I'd use a BIOS passwd but the loader provides an opportunity for someone to grab root just by power cycling the box and that seems like a hole that needs to be plugged. Paul Richards FreeBSD Services Ltd http://www.freebsd-services.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 12: 2:48 2001 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id E9F2F37B416; Tue, 11 Dec 2001 12:02:37 -0800 (PST) Received: from caddis.yogotech.com (yogotech.nokia.com [4.22.66.156]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id NAA09307; Tue, 11 Dec 2001 13:02:21 -0700 (MST) (envelope-from nate@yogotech.com) Received: (from nate@localhost) by caddis.yogotech.com (8.11.6/8.11.6) id fBBK2JZ01367; Tue, 11 Dec 2001 13:02:19 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15382.26187.453320.35053@caddis.yogotech.com> Date: Tue, 11 Dec 2001 13:02:19 -0700 To: John Baldwin Cc: Paul Richards , Wilko Bulte , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, mini@haikugeek.com, Alfred Perlstein , Mike Silbersack , Mike Barcroft Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-Reply-To: References: <868210000.1008098113@lobster.originative.co.uk> X-Mailer: VM 6.96 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > It has that, but it's simple. You didn't read my earlier message though where > I detailed what we _did_ do for my lab at school. We didn't use the loader at > all, instead we hacked (it was a small hack, and an #ifdef for it could be > made) boot2 to not accept user input and to boot the kernel directly. FWIW, this is what I did when I setup a lab full of insecure PC's. I simply created a custom boot loader that ignored user input. This was the best way I could think of to make the boxes secure. (That and forcing the box to boot from hard-disk first.) Since I knew the password, I could change the boot order, then stick in a floppy to do recovery. Yes, it was a pain, but security doesn't come w/out costs. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 12: 5:50 2001 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 67B1037B417; Tue, 11 Dec 2001 12:05:45 -0800 (PST) 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 fBBK5ia81901; Tue, 11 Dec 2001 13:05:44 -0700 (MST) (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 fBBK5hM29790; Tue, 11 Dec 2001 13:05:43 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112112005.fBBK5hM29790@harmony.village.org> To: "Justin T. Gibbs" Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Cc: "Erik H. Bakke" , "Sheldon Hearn" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 11 Dec 2001 11:22:59 MST." <200112111822.fBBIMxg69086@aslan.scsiguy.com> References: <200112111822.fBBIMxg69086@aslan.scsiguy.com> Date: Tue, 11 Dec 2001 13:05:43 -0700 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 <200112111822.fBBIMxg69086@aslan.scsiguy.com> "Justin T. Gibbs" writes: : All that this central database does is prevent you from shipping a : binary module for a new device and have it be properly announced : unless you have a new usb core module too. Just put these entries into : the individual drivers and have them call a common routine in the USB : code to export the entry on attach. Yes. That's true. You don't have to have them in the central database. I'm not sure why we have the central database array in the kernel, since we did eliminate it for the pccard side of things. The generated .h files provide a common and convenient way to do the USB device stuff. It also makes sharing with NetBSD easier. We do a fair amount of device list sharing with NetBSD on the pccard side of things. : Matchin usb devices certainly looks to be as simple as PCI. From : if_aue.c: For aue it is. There are some devices I'm told that you need to look at the vendor strings themselves. I know that's true for pccard because vendor's CIS have varied wildly over time. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 12:12:46 2001 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id E84F537B419 for ; Tue, 11 Dec 2001 12:12:34 -0800 (PST) Received: (qmail 15587 invoked from network); 11 Dec 2001 20:12:33 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Dec 2001 20:12:33 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <15382.26187.453320.35053@caddis.yogotech.com> Date: Tue, 11 Dec 2001 12:12:27 -0800 (PST) From: John Baldwin To: Nate Williams Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Cc: Mike Barcroft , Mike Silbersack , Alfred Perlstein , mini@haikugeek.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Wilko Bulte , Paul Richards Sender: owner-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 11-Dec-01 Nate Williams wrote: >> It has that, but it's simple. You didn't read my earlier message though >> where >> I detailed what we _did_ do for my lab at school. We didn't use the loader >> at >> all, instead we hacked (it was a small hack, and an #ifdef for it could be >> made) boot2 to not accept user input and to boot the kernel directly. > > FWIW, this is what I did when I setup a lab full of insecure PC's. I > simply created a custom boot loader that ignored user input. > > This was the best way I could think of to make the boxes secure. (That > and forcing the box to boot from hard-disk first.) > > Since I knew the password, I could change the boot order, then stick in > a floppy to do recovery. Yes, it was a pain, but security doesn't come > w/out costs. Yep, exactly what we did. It's a very simple change to boot2 and I could make it configurable so that one did 'make -DBOOT_BOOT2_SECURE BOOT_BOOT2_KERNEL="/boot/kernel/kernel"' to make boot2 not accept user input and load /boot/kernel/kernel instead of /boot/loader if desired. > Nate -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 12:15:15 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 42CCF37B417; Tue, 11 Dec 2001 12:15:07 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id fBBKEsg72815; Tue, 11 Dec 2001 13:14:54 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200112112014.fBBKEsg72815@aslan.scsiguy.com> To: Warner Losh Cc: "Erik H. Bakke" , "Sheldon Hearn" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h In-Reply-To: Your message of "Tue, 11 Dec 2001 13:05:43 MST." <200112112005.fBBK5hM29790@harmony.village.org> Date: Tue, 11 Dec 2001 13:14:54 -0700 From: "Justin T. Gibbs" Sender: owner-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 <200112111822.fBBIMxg69086@aslan.scsiguy.com> "Justin T. Gibbs" wri >tes: >: All that this central database does is prevent you from shipping a >: binary module for a new device and have it be properly announced >: unless you have a new usb core module too. Just put these entries into >: the individual drivers and have them call a common routine in the USB >: code to export the entry on attach. > >Yes. That's true. You don't have to have them in the central >database. I'm not sure why we have the central database array in the >kernel, since we did eliminate it for the pccard side of things. The >generated .h files provide a common and convenient way to do the USB >device stuff. It also makes sharing with NetBSD easier. We do a fair >amount of device list sharing with NetBSD on the pccard side of >things. I guess I don't see a large benefit to sharing IDs with NetBSD so long as they insist on a clunky global list generation of IDs. If I'm a third party creating a binary only module, my IDs and table entries are not going to be in that list. I have to be able to do everything from within my module and perhaps self contained source tree I use to build that module. >: Matchin usb devices certainly looks to be as simple as PCI. From >: if_aue.c: > >For aue it is. There are some devices I'm told that you need to look >at the vendor strings themselves. I know that's true for pccard >because vendor's CIS have varied wildly over time. Which just goes to show you that generic code cannot handle every device, so we should export the tools to the modules and let them figure out the best way to probe for their device. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 12:18:19 2001 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 EC42137B416; Tue, 11 Dec 2001 12:18:08 -0800 (PST) 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 fBBKI7a81983; Tue, 11 Dec 2001 13:18:08 -0700 (MST) (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 fBBKI7M29965; Tue, 11 Dec 2001 13:18:07 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112112018.fBBKI7M29965@harmony.village.org> To: "Justin T. Gibbs" Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Cc: "Erik H. Bakke" , "Sheldon Hearn" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 11 Dec 2001 13:14:54 MST." <200112112014.fBBKEsg72815@aslan.scsiguy.com> References: <200112112014.fBBKEsg72815@aslan.scsiguy.com> Date: Tue, 11 Dec 2001 13:18:07 -0700 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 <200112112014.fBBKEsg72815@aslan.scsiguy.com> "Justin T. Gibbs" writes: : >In message <200112111822.fBBIMxg69086@aslan.scsiguy.com> "Justin T. Gibbs" wri : >tes: : >: All that this central database does is prevent you from shipping a : >: binary module for a new device and have it be properly announced : >: unless you have a new usb core module too. Just put these entries into : >: the individual drivers and have them call a common routine in the USB : >: code to export the entry on attach. : > : >Yes. That's true. You don't have to have them in the central : >database. I'm not sure why we have the central database array in the : >kernel, since we did eliminate it for the pccard side of things. The : >generated .h files provide a common and convenient way to do the USB : >device stuff. It also makes sharing with NetBSD easier. We do a fair : >amount of device list sharing with NetBSD on the pccard side of : >things. : : I guess I don't see a large benefit to sharing IDs with NetBSD so long : as they insist on a clunky global list generation of IDs. If I'm a : third party creating a binary only module, my IDs and table entries : are not going to be in that list. I have to be able to do everything : from within my module and perhaps self contained source tree I use : to build that module. Sigh. You've not looked at the ed driver's list of devices then. It is quite large. The global list is useful. Since it is optional, third party vendors are free to use their own stuff, or even to have their own small files they can then use the scripts we have to create the lists. The central database means we don't have to repeat vendor IDs in all the different driver's config files. : >: Matchin usb devices certainly looks to be as simple as PCI. From : >: if_aue.c: : > : >For aue it is. There are some devices I'm told that you need to look : >at the vendor strings themselves. I know that's true for pccard : >because vendor's CIS have varied wildly over time. : : Which just goes to show you that generic code cannot handle every : device, so we should export the tools to the modules and let them : figure out the best way to probe for their device. But the pccard code already handles all the cases I'm aware of in the tree. These thigns are useful. Let's not move away from them. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 12:26:23 2001 Delivered-To: cvs-all@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 91DDE37B419; Tue, 11 Dec 2001 12:26:17 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id HAA04615; Wed, 12 Dec 2001 07:25:40 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37640) with ESMTP id <01KBRTN4RAW0VLQAVA@cim.alcatel.com.au>; Wed, 12 Dec 2001 07:25:39 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.6/8.11.6) id fBBKPbm87892; Wed, 12 Dec 2001 07:25:37 +1100 Content-return: prohibited Date: Wed, 12 Dec 2001 07:25:37 +1100 From: Peter Jeremy Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp In-reply-to: ; from haikugeek@haikugeek.com on Tue, Dec 11, 2001 at 01:38:13PM -0600 To: Jon Mini Cc: Mike Barcroft , Paul Richards , Mike Silbersack , Alfred Perlstein , John Baldwin , mini@haikugeek.com, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Mail-Followup-To: Jon Mini , Mike Barcroft , Paul Richards , Mike Silbersack , Alfred Perlstein , John Baldwin , mini@haikugeek.com, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Message-id: <20011212072536.G73243@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <20011211010336.Q1956@espresso.q9media.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 2001-Dec-11 13:38:13 -0600, Jon Mini wrote: >A "secure loader" is already present on the system. Don't use autoboot, >and reboot if the boot script fails. Or, more specifically, add this to >loader.rc: > >boot >bye > >... should the boot word return (i.e. no kernel was found during the >automatic load process), the bye word will reboot the system. No chance is >given for anyone at the console to interrupt this process. Last time I checked, boot0 still included a 1-second pause to allow you to specify an alternative boot path. I'm not sure how easy it is to disable this. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 12:37:18 2001 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id AD1D237B41B for ; Tue, 11 Dec 2001 12:37:12 -0800 (PST) Received: (qmail 765 invoked from network); 11 Dec 2001 20:37:12 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Dec 2001 20:37:12 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011212072536.G73243@gsmx07.alcatel.com.au> Date: Tue, 11 Dec 2001 12:37:06 -0800 (PST) From: John Baldwin To: Peter Jeremy Subject: Re: cvs commit: src/sys/boot/i386/loader version src/share/examp Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, mini@haikugeek.com, Alfred Perlstein , Mike Silbersack , Paul Richards , Mike Barcroft , Jon Mini Sender: owner-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 11-Dec-01 Peter Jeremy wrote: > On 2001-Dec-11 13:38:13 -0600, Jon Mini wrote: >>A "secure loader" is already present on the system. Don't use autoboot, >>and reboot if the boot script fails. Or, more specifically, add this to >>loader.rc: >> >>boot >>bye >> >>... should the boot word return (i.e. no kernel was found during the >>automatic load process), the bye word will reboot the system. No chance is >>given for anyone at the console to interrupt this process. > > Last time I checked, boot0 still included a 1-second pause to allow > you to specify an alternative boot path. I'm not sure how easy it is > to disable this. boot0 doen't do this, boot2 does, and that's why I used a patched boot2 in my lab. > Peter -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 12:40:27 2001 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 BC81C37B417; Tue, 11 Dec 2001 12:40:20 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fBBKeKN53802; Tue, 11 Dec 2001 15:40:20 -0500 (EST) (envelope-from wollman) Date: Tue, 11 Dec 2001 15:40:20 -0500 (EST) From: Garrett Wollman Message-Id: <200112112040.fBBKeKN53802@khavrinen.lcs.mit.edu> To: Wes Peters Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strerror.3 strerror.c In-Reply-To: <200112070628.fB76SwI71436@freefall.freebsd.org> References: <200112070628.fB76SwI71436@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: > Set errno to EINVAL for "unknown" errnum in strerror as required > by P1003.1-200x Draft June 14, 2001. According to Nick Stoughton, the contents of draft 7 are identical (modulo page numbering) to the text approved by IEEE as 1003.1-2001. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 12:48:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF80D37B41B; Tue, 11 Dec 2001 12:48:20 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBKmKF21401; Tue, 11 Dec 2001 12:48:20 -0800 (PST) (envelope-from green) Message-Id: <200112112048.fBBKmKF21401@freefall.freebsd.org> From: Brian Feldman Date: Tue, 11 Dec 2001 12:48:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs.h pseudofs_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 green 2001/12/11 12:48:20 PST Modified files: sys/fs/pseudofs pseudofs.h pseudofs_vnops.c Log: Add VOP_GETEXTATTR(9) passthrough support to pseudofs. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.16 +13 -0 src/sys/fs/pseudofs/pseudofs.h 1.20 +42 -0 src/sys/fs/pseudofs/pseudofs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 13:37:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C819E37B405; Tue, 11 Dec 2001 13:37:30 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBLbUS32200; Tue, 11 Dec 2001 13:37:30 -0800 (PST) (envelope-from wosch) Message-Id: <200112112137.fBBLbUS32200@freefall.freebsd.org> From: Wolfram Schneider Date: Tue, 11 Dec 2001 13:37:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi url.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wosch 2001/12/11 13:37:30 PST Modified files: en/cgi url.cgi Log: Print better warnings to users if the port does not exists. Print the HTTP_REFERER if available. Revision Changes Path 1.30 +18 -4 www/en/cgi/url.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 13:58: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A3F637B405; Tue, 11 Dec 2001 13:58:04 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBLw4k34019; Tue, 11 Dec 2001 13:58:04 -0800 (PST) (envelope-from mjacob) Message-Id: <200112112158.fBBLw4k34019@freefall.freebsd.org> From: Matt Jacob Date: Tue, 11 Dec 2001 13:58:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_inline.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/12/11 13:58:04 PST Modified files: sys/dev/isp isp.c isp_inline.h Log: Explicitly decode GetAllNext SNS Response back *as* a GetAllNext response. Otherwise, we won't unswizzle it correctly. This was found on linux/PPC. This mandated creating another inline: isp_get_gan_response. Revision Changes Path 1.83 +4 -4 src/sys/dev/isp/isp.c 1.18 +55 -0 src/sys/dev/isp/isp_inline.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14: 9: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E16A437B419; Tue, 11 Dec 2001 14:08:58 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBM8wd38122; Tue, 11 Dec 2001 14:08:58 -0800 (PST) (envelope-from markm) Message-Id: <200112112208.fBBM8wd38122@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:08:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ypcat Makefile ypcat.c src/usr.bin/ypmatch Makefile ypmatch.c src/usr.bin/ypwhich Makefile ypwhich.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:08:58 PST Modified files: usr.bin/ypcat Makefile ypcat.c usr.bin/ypmatch Makefile ypmatch.c usr.bin/ypwhich Makefile ypwhich.c Log: WARNS=2 fixes __FBSDID() additions some include file sorting. Some Makefile sorting. WARNS?=2 is not added to the Makefile, because it is going to be default for usr.bin/ NO_WERROR is set because there are rpc*.h file issues. Revision Changes Path 1.5 +1 -0 src/usr.bin/ypcat/Makefile 1.6 +16 -22 src/usr.bin/ypcat/ypcat.c 1.5 +1 -0 src/usr.bin/ypmatch/Makefile 1.9 +14 -14 src/usr.bin/ypmatch/ypmatch.c 1.6 +1 -0 src/usr.bin/ypwhich/Makefile 1.12 +35 -33 src/usr.bin/ypwhich/ypwhich.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:13: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E41D737B41C; Tue, 11 Dec 2001 14:13:02 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMD2w38568; Tue, 11 Dec 2001 14:13:02 -0800 (PST) (envelope-from markm) Message-Id: <200112112213.fBBMD2w38568@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:13:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/yacc Makefile output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/12/11 14:13:02 PST Modified files: usr.bin/yacc Makefile output.c Log: WARNS=2 fix, but do not set this im Makefile, because this ill be the default for src/usr.bin/ Revision Changes Path 1.12 +0 -1 src/usr.bin/yacc/Makefile 1.23 +1 -1 src/usr.bin/yacc/output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:18:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9CA637B41E; Tue, 11 Dec 2001 14:18:47 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMIlr39176; Tue, 11 Dec 2001 14:18:47 -0800 (PST) (envelope-from markm) Message-Id: <200112112218.fBBMIlr39176@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:18:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/w pr_time.c proc_compare.c w.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:18:47 PST Modified files: usr.bin/w pr_time.c proc_compare.c w.c Log: WARNS=2 fix, use __FBSDID() and sort includes. WARNS=2 not added to Makefile as it is to become default. Revision Changes Path 1.18 +5 -5 src/usr.bin/w/pr_time.c 1.7 +10 -6 src/usr.bin/w/proc_compare.c 1.51 +31 -33 src/usr.bin/w/w.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:22:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B8BE37B416; Tue, 11 Dec 2001 14:22:15 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMMFf41590; Tue, 11 Dec 2001 14:22:15 -0800 (PST) (envelope-from markm) Message-Id: <200112112222.fBBMMFf41590@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:22:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/wall ttymsg.c wall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:22:15 PST Modified files: usr.bin/wall ttymsg.c wall.c Log: WARNS=2 fix, use __FBSDID(). Not added to Makefile as WARNS=2 will be made default. Revision Changes Path 1.10 +5 -5 src/usr.bin/wall/ttymsg.c 1.22 +10 -9 src/usr.bin/wall/wall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:23:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 806D837B416; Tue, 11 Dec 2001 14:23:53 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMNrR42949; Tue, 11 Dec 2001 14:23:53 -0800 (PST) (envelope-from markm) Message-Id: <200112112223.fBBMNrR42949@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:23:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/wc wc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:23:53 PST Modified files: usr.bin/wc wc.c Log: WARNS=2 fix, use __FBSDID(). Not added to Makefgile as WARNS=2 will be made default. Revision Changes Path 1.12 +7 -8 src/usr.bin/wc/wc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:25:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08D7637B419; Tue, 11 Dec 2001 14:25:44 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMPhW44293; Tue, 11 Dec 2001 14:25:43 -0800 (PST) (envelope-from markm) Message-Id: <200112112225.fBBMPhW44293@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:25:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/what Makefile what.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:25:43 PST Modified files: usr.bin/what Makefile what.c Log: Use __FBSDID(). remove WARNS=2 as this is going to be default. Revision Changes Path 1.3 +0 -1 src/usr.bin/what/Makefile 1.7 +6 -6 src/usr.bin/what/what.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:27:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CB8237B419; Tue, 11 Dec 2001 14:27:26 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMRQ045876; Tue, 11 Dec 2001 14:27:26 -0800 (PST) (envelope-from markm) Message-Id: <200112112227.fBBMRQ045876@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:27:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/which which.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:27:26 PST Modified files: usr.bin/which which.c Log: Use FBSDID(), WARNS=2 fix. Mkaefile does not use WARNS=2 beacuse this will be made default. Revision Changes Path 1.2 +5 -3 src/usr.bin/which/which.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:30: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D0C037B405; Tue, 11 Dec 2001 14:29:54 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMTsu48054; Tue, 11 Dec 2001 14:29:54 -0800 (PST) (envelope-from markm) Message-Id: <200112112229.fBBMTsu48054@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:29:54 -0800 (PST) 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 markm 2001/12/11 14:29:54 PST Modified files: usr.bin/who who.c Log: WARNS=2 fix, use __FBSDID(). WARNS=2 is not in Makefile, as this will be the default. Revision Changes Path 1.12 +13 -11 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 Tue Dec 11 14:31:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67DE537B41D; Tue, 11 Dec 2001 14:31:01 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMV1U48959; Tue, 11 Dec 2001 14:31:01 -0800 (PST) (envelope-from markm) Message-Id: <200112112231.fBBMV1U48959@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:31:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois 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 2001/12/11 14:31:01 PST Modified files: usr.bin/whois Makefile Log: Remove WARNS=2 as this is to be the default. Revision Changes Path 1.6 +1 -2 src/usr.bin/whois/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:31:28 2001 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 3512C37B419; Tue, 11 Dec 2001 14:30:43 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011211223041.VMFB4213.rwcrmhc52.attbi.com@peter3.wemm.org>; Tue, 11 Dec 2001 22:30:41 +0000 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fBBMUfs40426; Tue, 11 Dec 2001 14:30:41 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 4EA013808; Tue, 11 Dec 2001 14:30:41 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Josef Karthauser Cc: Alexey Zelkin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c In-Reply-To: <20011211171406.C27214@tao.org.uk> Date: Tue, 11 Dec 2001 14:30:41 -0800 From: Peter Wemm Message-Id: <20011211223041.4EA013808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Josef Karthauser wrote: > > --raC6veAxrt5nqIoY > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Tue, Dec 11, 2001 at 06:58:47PM +0200, Alexey Zelkin wrote: > >=20 > > > Is it worth having the commit fail if there's a null log message? > >=20 > > It could be useful as for me. But make sure that it should work correctly > > in both pserver and local modes. In pserver mode it's not a problem to > > check for null commit log and fail since all files are comiting at once, > > but in local mode following scenario may exists: > >=20 > > . hack files in few directories > > . do cvs commit > > . write correct log for first directory files > > . emptify log for second directory > >=20 > > in this case scripts will fail to continue and don't send email with > > "(null)" content, but patches for first directory are already applied. > > As result we have complete commit (at least part) and no notification > > sent. > > No, I don't think that this is the case. By the time the CVSROOT > scripts get the commit message cvs has already replaced the (null) log > with the original message. FWIW: there was a "reference to uninitialized variable" at (I think) line 51 of log_accum.pl (I think) when this happened. I'd almost be inclined to tweak cvs itself to reject empty log messages. > =20 > > PS: What about fix with current "$FreeBSD$ line mungled" CVSROOT problem ? > > Bunch of patches from my tree awaiting to be commited! :) > > Tonight. I've got a patch, but haven't tested it yet. I only got back > from Austria yesterday. > > Joe > > --raC6veAxrt5nqIoY > 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 > > iEUEARECAAYFAjwWPt0ACgkQXVIcjOaxUBYtNgCYpHPV/ukqEjMA1W4sKP7MTE2D > kwCfUgsSsPiGFIu+AqnHBE55RXddXcQ= > =IZyj > -----END PGP SIGNATURE----- > > --raC6veAxrt5nqIoY-- > > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:33:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 993F037B405; Tue, 11 Dec 2001 14:33:11 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMXBU50634; Tue, 11 Dec 2001 14:33:11 -0800 (PST) (envelope-from markm) Message-Id: <200112112233.fBBMXBU50634@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:33:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/window 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 2001/12/11 14:33:11 PST Modified files: usr.bin/window Makefile Log: Temporarily "protect" this against the coming WARNS=2 default as it is "hard to fix" (meaning I will come back to fix it if nobody gets there first). Revision Changes Path 1.9 +2 -1 src/usr.bin/window/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:34:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4A1D37B416; Tue, 11 Dec 2001 14:34:38 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMYcT51897; Tue, 11 Dec 2001 14:34:38 -0800 (PST) (envelope-from markm) Message-Id: <200112112234.fBBMYcT51897@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:34:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/write write.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:34:38 PST Modified files: usr.bin/write write.c Log: WARNS=2 fixes, use __FBSDID(), kill register keyword. Revision Changes Path 1.13 +11 -10 src/usr.bin/write/write.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:36:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF7EB37B419; Tue, 11 Dec 2001 14:36:10 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMaAl53182; Tue, 11 Dec 2001 14:36:10 -0800 (PST) (envelope-from rwatson) Message-Id: <200112112236.fBBMaAl53182@freefall.freebsd.org> From: Robert Watson Date: Tue, 11 Dec 2001 14:36:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc hosts X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:36:10 PST Modified files: etc hosts Log: - Improve line-wrapping and spacing so as to improve readability. - Add instructions regarding replacing 'my.domain', as this has come up on freebsd-questions. - Remove reference to rs.internic.net/templates, as that directory no longer exists. Instead, encourage them gently to talk to their network provider. MFC after: 1 week Revision Changes Path 1.15 +8 -7 src/etc/hosts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:36:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEFD137B42A; Tue, 11 Dec 2001 14:36:26 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMaQC53978; Tue, 11 Dec 2001 14:36:26 -0800 (PST) (envelope-from markm) Message-Id: <200112112236.fBBMaQC53978@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:36:26 -0800 (PST) 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 markm 2001/12/11 14:36:26 PST Modified files: usr.bin/xargs xargs.c Log: WARNS=2 fixes, remove register keyword, use __FBSDID() Revision Changes Path 1.11 +14 -10 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 Tue Dec 11 14:46:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15C2F37B419; Tue, 11 Dec 2001 14:46:43 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMkgZ65104; Tue, 11 Dec 2001 14:46:42 -0800 (PST) (envelope-from markm) Message-Id: <200112112246.fBBMkgZ65104@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:46:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xinstall Makefile xinstall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:46:42 PST Modified files: usr.bin/xinstall Makefile xinstall.c Log: WARNS=2, use __FBSDID(), set NO_WERROR, as there are "dirty" files used during the bootstrap phase. Revision Changes Path 1.17 +2 -1 src/usr.bin/xinstall/Makefile 1.45 +18 -16 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 Tue Dec 11 14:49:42 2001 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 B6EB637B416; Tue, 11 Dec 2001 14:49:38 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fBBMncw24504; Tue, 11 Dec 2001 14:49:38 -0800 (PST) (envelope-from obrien) Date: Tue, 11 Dec 2001 14:49:37 -0800 From: "David O'Brien" To: John Baldwin Cc: Sheldon Hearn , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Erik H. Bakke" Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Message-ID: <20011211144937.A24239@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <57846.1007985855@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Mon, Dec 10, 2001 at 01:38:42PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Dec 10, 2001 at 01:38:42PM -0800, John Baldwin wrote: > Anyone feel brave enough to do the same for syscalls.h and friends? :-P I did this for linux syscalls and it was backed out. I don't remember now what the problems were. But it wasn't a 2-sec fix or I would have done that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:52:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7604737B419; Tue, 11 Dec 2001 14:52:36 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMqa971027; Tue, 11 Dec 2001 14:52:36 -0800 (PST) (envelope-from markm) Message-Id: <200112112252.fBBMqa971027@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:52:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xlint/xlint xlint.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:52:36 PST Modified files: usr.bin/xlint/xlint xlint.c Log: WARNS=2 fixes. Revision Changes Path 1.14 +2 -2 src/usr.bin/xlint/xlint/xlint.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:54:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7429437B416; Tue, 11 Dec 2001 14:54:37 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMsbP73398; Tue, 11 Dec 2001 14:54:37 -0800 (PST) (envelope-from markm) Message-Id: <200112112254.fBBMsbP73398@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:54:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xstr xstr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:54:37 PST Modified files: usr.bin/xstr xstr.c Log: WARNS=2 fixes, use __FBSDID(), kill register keyword. Revision Changes Path 1.5 +57 -49 src/usr.bin/xstr/xstr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:55:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4698637B41E; Tue, 11 Dec 2001 14:54:45 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMsjp73572; Tue, 11 Dec 2001 14:54:45 -0800 (PST) (envelope-from mike) Message-Id: <200112112254.fBBMsjp73572@freefall.freebsd.org> From: Mike Barcroft Date: Tue, 11 Dec 2001 14:54:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include string.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 mike 2001/12/11 14:54:45 PST Modified files: (Branch: RELENG_4) include string.h Log: MFC: Add prototype for strnstr(). Forgotten by: mike Revision Changes Path 1.6.2.1 +2 -0 src/include/string.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:56: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78A5D37B417; Tue, 11 Dec 2001 14:56:05 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMu5574972; Tue, 11 Dec 2001 14:56:05 -0800 (PST) (envelope-from markm) Message-Id: <200112112256.fBBMu5574972@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:56:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/yes 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 2001/12/11 14:56:05 PST Modified files: usr.bin/yes Makefile Log: Remove WARNS=2 as this is to become default. Revision Changes Path 1.4 +0 -1 src/usr.bin/yes/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 14:59:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28E7D37B419; Tue, 11 Dec 2001 14:59:37 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBMxbK79162; Tue, 11 Dec 2001 14:59:37 -0800 (PST) (envelope-from markm) Message-Id: <200112112259.fBBMxbK79162@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 14:59:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat Makefile vmstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 14:59:37 PST Modified files: usr.bin/vmstat Makefile vmstat.c Log: WARNS=2 fixes, but set NO_WERROR, as there are some HardToFix(tm) warnings originating in system headers. Revision Changes Path 1.8 +2 -1 src/usr.bin/vmstat/Makefile 1.52 +62 -55 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15: 2:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1F1E37B41B; Tue, 11 Dec 2001 15:02:44 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBN2i582939; Tue, 11 Dec 2001 15:02:44 -0800 (PST) (envelope-from markm) Message-Id: <200112112302.fBBN2i582939@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:02:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vis extern.h foldit.c vis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 15:02:44 PST Modified files: usr.bin/vis foldit.c vis.c Added files: usr.bin/vis extern.h Log: WARNS=2 fix, add externs.h to centralise external prototypes, use __FBSDID(), kill register keyword. Revision Changes Path 1.1 +36 -0 src/usr.bin/vis/extern.h (new) 1.6 +8 -6 src/usr.bin/vis/foldit.c 1.8 +8 -7 src/usr.bin/vis/vis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15: 5:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2159637B405; Tue, 11 Dec 2001 15:05:07 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBN57k86613; Tue, 11 Dec 2001 15:05:07 -0800 (PST) (envelope-from markm) Message-Id: <200112112305.fBBN57k86613@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:05:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vi 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 2001/12/11 15:05:07 PST Modified files: usr.bin/vi Makefile Log: Protect this against the to-come WARNS=2 default. Revision Changes Path 1.34 +2 -1 src/usr.bin/vi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:10:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 249BF37B41B; Tue, 11 Dec 2001 15:10:27 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNARB96261; Tue, 11 Dec 2001 15:10:27 -0800 (PST) (envelope-from markm) Message-Id: <200112112310.fBBNARB96261@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:10:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vgrind Makefile extern.h regexp.c vfontedpr.c vgrindefs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 15:10:27 PST Modified files: usr.bin/vgrind Makefile extern.h regexp.c vfontedpr.c vgrindefs.c Log: WARNS=2 fix, kill register keyword, use __FBSDID(). NO_WERROR set because of hard-to-fix warnings originating in system headers. Revision Changes Path 1.10 +2 -1 src/usr.bin/vgrind/Makefile 1.3 +2 -1 src/usr.bin/vgrind/extern.h 1.6 +9 -4 src/usr.bin/vgrind/regexp.c 1.13 +12 -12 src/usr.bin/vgrind/vfontedpr.c 1.3 +3 -4 src/usr.bin/vgrind/vgrindefs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:12:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1757C37B419; Tue, 11 Dec 2001 15:12:45 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNCjb99040; Tue, 11 Dec 2001 15:12:45 -0800 (PST) (envelope-from markm) Message-Id: <200112112312.fBBNCjb99040@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:12:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vacation 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 2001/12/11 15:12:45 PST Modified files: usr.bin/vacation Makefile Log: Protect this from the coming WARNS=2 default. Revision Changes Path 1.10 +2 -1 src/usr.bin/vacation/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:14:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A376637B416; Tue, 11 Dec 2001 15:14:43 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNEh701961; Tue, 11 Dec 2001 15:14:43 -0800 (PST) (envelope-from markm) Message-Id: <200112112314.fBBNEh701961@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:14:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uudecode Makefile src/usr.bin/uuencode 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 2001/12/11 15:14:43 PST Modified files: usr.bin/uudecode Makefile usr.bin/uuencode Makefile Log: WARNS=2 is to become the default, so remove it from here. Revision Changes Path 1.4 +0 -1 src/usr.bin/uudecode/Makefile 1.5 +1 -2 src/usr.bin/uuencode/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:16:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA2ED37B416; Tue, 11 Dec 2001 15:16:25 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNGPD04330; Tue, 11 Dec 2001 15:16:25 -0800 (PST) (envelope-from markm) Message-Id: <200112112316.fBBNGPD04330@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:16:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uname uname.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/12/11 15:16:25 PST Modified files: usr.bin/uname uname.c Log: WARNS=2 fixes, use __FBSDID(). Revision Changes Path 1.5 +10 -5 src/usr.bin/uname/uname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:18:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4651637B416; Tue, 11 Dec 2001 15:18:26 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNIPx07086; Tue, 11 Dec 2001 15:18:25 -0800 (PST) (envelope-from markm) Message-Id: <200112112318.fBBNIPx07086@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:18:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unexpand Makefile unexpand.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 15:18:25 PST Modified files: usr.bin/unexpand Makefile unexpand.c Log: WARNS=2 is to become the default, so remove. Use __FBSDID(). Revision Changes Path 1.3 +0 -1 src/usr.bin/unexpand/Makefile 1.7 +6 -6 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 Tue Dec 11 15:20:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 425E537B420; Tue, 11 Dec 2001 15:20:23 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNKNU09168; Tue, 11 Dec 2001 15:20:23 -0800 (PST) (envelope-from markm) Message-Id: <200112112320.fBBNKNU09168@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:20:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unifdef unifdef.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/12/11 15:20:23 PST Modified files: usr.bin/unifdef unifdef.c Log: WARNS=2 fixes, use __FBSDID(), kill register keyword. Revision Changes Path 1.6 +46 -46 src/usr.bin/unifdef/unifdef.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:25:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67A0B37B41D; Tue, 11 Dec 2001 15:25:14 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNPDC14948; Tue, 11 Dec 2001 15:25:13 -0800 (PST) (envelope-from markm) Message-Id: <200112112325.fBBNPDC14948@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:25:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/usbhidctl usbhid.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 15:25:13 PST Modified files: usr.bin/usbhidctl usbhid.c Log: WARNS=2 fixes. Revision Changes Path 1.5 +7 -7 src/usr.bin/usbhidctl/usbhid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:27:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2DF037B41E; Tue, 11 Dec 2001 15:27:23 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNRNv17485; Tue, 11 Dec 2001 15:27:23 -0800 (PST) (envelope-from markm) Message-Id: <200112112327.fBBNRNv17485@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:27:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ul Makefile src/usr.bin/uniq Makefile src/usr.bin/units Makefile src/usr.bin/unvis Makefile src/usr.bin/users 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 2001/12/11 15:27:23 PST Modified files: usr.bin/ul Makefile usr.bin/uniq Makefile usr.bin/units Makefile usr.bin/unvis Makefile usr.bin/users Makefile Log: WARNS=2 is going to become the default, so remove it from here. Revision Changes Path 1.4 +1 -1 src/usr.bin/ul/Makefile 1.4 +0 -1 src/usr.bin/uniq/Makefile 1.7 +1 -2 src/usr.bin/units/Makefile 1.4 +0 -1 src/usr.bin/unvis/Makefile 1.3 +0 -1 src/usr.bin/users/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:29:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D42437B405; Tue, 11 Dec 2001 15:29:45 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNTjp20943; Tue, 11 Dec 2001 15:29:45 -0800 (PST) (envelope-from markm) Message-Id: <200112112329.fBBNTjp20943@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:29:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tset extern.h map.c misc.c set.c term.c tset.c wrterm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 15:29:45 PST Modified files: usr.bin/tset extern.h map.c misc.c set.c term.c tset.c wrterm.c Log: WARNS=2 fixes, use __FBSDID(). Revision Changes Path 1.8 +3 -3 src/usr.bin/tset/extern.h 1.8 +18 -15 src/usr.bin/tset/map.c 1.5 +8 -7 src/usr.bin/tset/misc.c 1.9 +9 -7 src/usr.bin/tset/set.c 1.5 +11 -10 src/usr.bin/tset/term.c 1.17 +16 -13 src/usr.bin/tset/tset.c 1.4 +9 -7 src/usr.bin/tset/wrterm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:34: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F41CE37B419; Tue, 11 Dec 2001 15:33:44 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNXim25833; Tue, 11 Dec 2001 15:33:44 -0800 (PST) (envelope-from jhb) Message-Id: <200112112333.fBBNXim25833@freefall.freebsd.org> From: John Baldwin Date: Tue, 11 Dec 2001 15:33:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha db_interface.c exception.s genassym.c interrupt.c locore.s machdep.c mp_machdep.c support.s swtch.s trap.c src/sys/alpha/include asm.h globaldata.h globals.h mutex.h pcb.h pcpu.h proc.h src/sys/i386/i386 bios.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/11 15:33:44 PST Modified files: sys/alpha/alpha db_interface.c exception.s genassym.c interrupt.c locore.s machdep.c mp_machdep.c support.s swtch.s trap.c sys/alpha/include asm.h mutex.h pcb.h pcpu.h proc.h sys/i386/i386 bios.c db_interface.c genassym.c machdep.c mp_machdep.c mpapic.c pmap.c support.s swtch.s vm86bios.s vm_machdep.c sys/i386/include asmacros.h cpu.h pcpu.h privatespace.h proc.h sys/i386/isa npx.c sys/ia64/ia64 db_interface.c exception.s genassym.c machdep.c mp_machdep.c support.s swtch.s sys/ia64/include mutex.h pcpu.h proc.h sys/kern init_main.c kern_idle.c kern_ktr.c subr_pcpu.c subr_smp.c sys/pc98/i386 machdep.c sys/powerpc/include cpufunc.h mutex.h pcpu.h proc.h sys/powerpc/powerpc genassym.c locore.s machdep.c swtch.s sys/sparc64/include asmacros.h pcpu.h proc.h sys/sparc64/sparc64 db_interface.c exception.s genassym.c intr_machdep.c machdep.c sys/sys mutex.h pcpu.h proc.h Removed files: sys/alpha/include globaldata.h globals.h sys/i386/include globaldata.h globals.h sys/ia64/include globaldata.h globals.h sys/powerpc/include globaldata.h globals.h sys/sparc64/include globaldata.h globals.h Log: Overhaul the per-CPU support a bit: - The MI portions of struct globaldata have been consolidated into a MI struct pcpu. The MD per-CPU data are specified via a macro defined in machine/pcpu.h. A macro was chosen over a struct mdpcpu so that the interface would be cleaner (PCPU_GET(my_md_field) vs. PCPU_GET(md.md_my_md_field)). - All references to globaldata are changed to pcpu instead. In a UP kernel, this data was stored as global variables which is where the original name came from. In an SMP world this data is per-CPU and ideally private to each CPU outside of the context of debuggers. This also included combining machine/globaldata.h and machine/globals.h into machine/pcpu.h. - The pointer to the thread using the FPU on i386 was renamed from npxthread to fpcurthread to be identical with other architectures. - Make the show pcpu ddb command MI with a MD callout to display MD fields. - The globaldata_register() function was renamed to pcpu_init() and now init's MI fields of a struct pcpu in addition to registering it with the internal array and list. - A pcpu_destroy() function was added to remove a struct pcpu from the internal array and list. Tested on: alpha, i386 Reviewed by: peter, jake Revision Changes Path 1.23 +5 -47 src/sys/alpha/alpha/db_interface.c 1.14 +4 -4 src/sys/alpha/alpha/exception.s 1.34 +6 -7 src/sys/alpha/alpha/genassym.c 1.58 +2 -2 src/sys/alpha/alpha/interrupt.c 1.20 +7 -7 src/sys/alpha/alpha/locore.s 1.154 +12 -21 src/sys/alpha/alpha/machdep.c 1.29 +24 -21 src/sys/alpha/alpha/mp_machdep.c 1.9 +15 -15 src/sys/alpha/alpha/support.s 1.31 +4 -4 src/sys/alpha/alpha/swtch.s 1.80 +2 -2 src/sys/alpha/alpha/trap.c 1.12 +2 -2 src/sys/alpha/include/asm.h 1.14 +0 -74 src/sys/alpha/include/globaldata.h (dead) 1.11 +0 -51 src/sys/alpha/include/globals.h (dead) 1.26 +2 -2 src/sys/alpha/include/mutex.h 1.7 +1 -2 src/sys/alpha/include/pcb.h 1.14 +18 -40 src/sys/alpha/include/pcpu.h 1.13 +1 -4 src/sys/alpha/include/proc.h 1.45 +1 -1 src/sys/i386/i386/bios.c 1.62 +4 -43 src/sys/i386/i386/db_interface.c 1.118 +13 -26 src/sys/i386/i386/genassym.c 1.485 +15 -14 src/sys/i386/i386/machdep.c 1.167 +7 -9 src/sys/i386/i386/mp_machdep.c 1.50 +1 -2 src/sys/i386/i386/mpapic.c 1.299 +0 -1 src/sys/i386/i386/pmap.c 1.86 +16 -16 src/sys/i386/i386/support.s 1.125 +5 -5 src/sys/i386/i386/swtch.s 1.28 +2 -2 src/sys/i386/i386/vm86bios.s 1.177 +1 -1 src/sys/i386/i386/vm_machdep.c 1.23 +4 -4 src/sys/i386/include/asmacros.h 1.65 +1 -2 src/sys/i386/include/cpu.h 1.32 +0 -79 src/sys/i386/include/globaldata.h (dead) 1.20 +0 -141 src/sys/i386/include/globals.h (dead) 1.32 +104 -36 src/sys/i386/include/pcpu.h 1.3 +3 -3 src/sys/i386/include/privatespace.h 1.14 +0 -1 src/sys/i386/include/proc.h 1.120 +17 -17 src/sys/i386/isa/npx.c 1.14 +5 -0 src/sys/ia64/ia64/db_interface.c 1.29 +1 -1 src/sys/ia64/ia64/exception.s 1.22 +5 -5 src/sys/ia64/ia64/genassym.c 1.71 +8 -15 src/sys/ia64/ia64/machdep.c 1.26 +0 -1 src/sys/ia64/ia64/mp_machdep.c 1.11 +9 -9 src/sys/ia64/ia64/support.s 1.14 +3 -3 src/sys/ia64/ia64/swtch.s 1.13 +0 -73 src/sys/ia64/include/globaldata.h (dead) 1.10 +0 -51 src/sys/ia64/include/globals.h (dead) 1.15 +2 -2 src/sys/ia64/include/mutex.h 1.13 +17 -39 src/sys/ia64/include/pcpu.h 1.8 +0 -3 src/sys/ia64/include/proc.h 1.179 +0 -1 src/sys/kern/init_main.c 1.20 +7 -7 src/sys/kern/kern_idle.c 1.24 +1 -1 src/sys/kern/kern_ktr.c 1.3 +79 -11 src/sys/kern/subr_pcpu.c 1.161 +5 -5 src/sys/kern/subr_smp.c 1.249 +8 -9 src/sys/pc98/i386/machdep.c 1.5 +4 -4 src/sys/powerpc/include/cpufunc.h 1.18 +0 -72 src/sys/powerpc/include/globaldata.h (dead) 1.14 +0 -50 src/sys/powerpc/include/globals.h (dead) 1.27 +2 -2 src/sys/powerpc/include/mutex.h 1.18 +14 -37 src/sys/powerpc/include/pcpu.h 1.5 +0 -2 src/sys/powerpc/include/proc.h 1.39 +3 -3 src/sys/powerpc/powerpc/genassym.c 1.6 +6 -6 src/sys/powerpc/powerpc/locore.s 1.17 +9 -15 src/sys/powerpc/powerpc/machdep.c 1.8 +4 -4 src/sys/powerpc/powerpc/swtch.s 1.6 +2 -2 src/sys/sparc64/include/asmacros.h 1.12 +0 -78 src/sys/sparc64/include/globaldata.h (dead) 1.6 +0 -51 src/sys/sparc64/include/globals.h (dead) 1.12 +18 -34 src/sys/sparc64/include/pcpu.h 1.7 +1 -2 src/sys/sparc64/include/proc.h 1.7 +5 -0 src/sys/sparc64/sparc64/db_interface.c 1.13 +2 -2 src/sys/sparc64/sparc64/exception.s 1.13 +3 -4 src/sys/sparc64/sparc64/genassym.c 1.6 +0 -1 src/sys/sparc64/sparc64/intr_machdep.c 1.24 +14 -11 src/sys/sparc64/sparc64/machdep.c 1.46 +1 -1 src/sys/sys/mutex.h 1.2 +47 -4 src/sys/sys/pcpu.h 1.194 +2 -0 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:34:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37C8137B41F; Tue, 11 Dec 2001 15:34:03 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNY3j26333; Tue, 11 Dec 2001 15:34:03 -0800 (PST) (envelope-from markm) Message-Id: <200112112334.fBBNY3j26333@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:34:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss Makefile extern.h i386-linux.c main.c setup.c syscall.h 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 markm 2001/12/11 15:34:03 PST Modified files: usr.bin/truss Makefile i386-linux.c main.c setup.c syscall.h syscalls.c Added files: usr.bin/truss extern.h Log: Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage. Use __FBSDID(). Revision Changes Path 1.14 +4 -1 src/usr.bin/truss/Makefile 1.1 +47 -0 src/usr.bin/truss/extern.h (new) 1.11 +2 -1 src/usr.bin/truss/i386-linux.c 1.19 +9 -22 src/usr.bin/truss/main.c 1.13 +3 -1 src/usr.bin/truss/setup.c 1.8 +1 -1 src/usr.bin/truss/syscall.h 1.15 +11 -12 src/usr.bin/truss/syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:36:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20AC637B416; Tue, 11 Dec 2001 15:36:26 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNaQT29318; Tue, 11 Dec 2001 15:36:26 -0800 (PST) (envelope-from markm) Message-Id: <200112112336.fBBNaQT29318@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:36:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tr str.c tr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 15:36:26 PST Modified files: usr.bin/tr str.c tr.c Log: WARNS=2 fixes, use __FBSDID(), kill register keyword. Revision Changes Path 1.11 +28 -26 src/usr.bin/tr/str.c 1.9 +9 -9 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 Tue Dec 11 15:38:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 360B137B405; Tue, 11 Dec 2001 15:38:25 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNcPO31838; Tue, 11 Dec 2001 15:38:25 -0800 (PST) (envelope-from markm) Message-Id: <200112112338.fBBNcPO31838@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:38:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/touch Makefile touch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 15:38:25 PST Modified files: usr.bin/touch Makefile touch.c Log: WARNS=2 is going to be the default, so don't specify it. Use __FBSDID(). Revision Changes Path 1.3 +0 -1 src/usr.bin/touch/Makefile 1.15 +5 -5 src/usr.bin/touch/touch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:39:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C751C37B41E; Tue, 11 Dec 2001 15:39:38 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNdcf33068; Tue, 11 Dec 2001 15:39:38 -0800 (PST) (envelope-from markm) Message-Id: <200112112339.fBBNdcf33068@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:39:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tput tput.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 15:39:38 PST Modified files: usr.bin/tput tput.c Log: WARNS=2 fixes, use __FBSDID(). Revision Changes Path 1.10 +12 -10 src/usr.bin/tput/tput.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:43:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D2D337B419; Tue, 11 Dec 2001 15:43:16 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNhG737408; Tue, 11 Dec 2001 15:43:16 -0800 (PST) (envelope-from markm) Message-Id: <200112112343.fBBNhG737408@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:43:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tftp Makefile main.c tftp.c tftpsubs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 15:43:16 PST Modified files: usr.bin/tftp Makefile main.c tftp.c tftpsubs.c Log: WARNS=2 fixes. NO_WERROR set as there are some hard-to-fix signed/unsigned comparisons. Use __FBSDID(). Revision Changes Path 1.4 +1 -0 src/usr.bin/tftp/Makefile 1.11 +59 -58 src/usr.bin/tftp/main.c 1.7 +19 -21 src/usr.bin/tftp/tftp.c 1.4 +8 -8 src/usr.bin/tftp/tftpsubs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:44:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B526837B417; Tue, 11 Dec 2001 15:44:53 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNira39084; Tue, 11 Dec 2001 15:44:53 -0800 (PST) (envelope-from markm) Message-Id: <200112112344.fBBNira39084@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:44:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tcopy tcopy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 15:44:53 PST Modified files: usr.bin/tcopy tcopy.c Log: WARNS=2 fixes. use __FBSDID(). Revision Changes Path 1.10 +10 -9 src/usr.bin/tcopy/tcopy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:45:12 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 68EB637B446; Tue, 11 Dec 2001 15:45:03 -0800 (PST) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id PAA89551; Tue, 11 Dec 2001 15:25:44 -0800 (PST) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.6/8.11.6) id fBBNPiY13933; Tue, 11 Dec 2001 15:25:44 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200112112325.fBBNPiY13933@arch20m.dellroad.org> Subject: Re: cvs commit: src/sys/pci if_dc.c In-Reply-To: <20011210220924.C16280@iguana.aciri.org> "from Luigi Rizzo at Dec 10, 2001 10:09:25 pm" To: Luigi Rizzo Date: Tue, 11 Dec 2001 15:25:43 -0800 (PST) Cc: Archie Cobbs , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Luigi Rizzo writes: > > isn't this diff corrupted? Why does it contain this line: > > > > @@ -2827,7 +2827,9 @@ static void dc_start(ifp) > > > > I thought the '@@' lines were not supposed to contain source text. > > it is the output of "diff -u --show-c-function", very convenient... Ah, neat.. thanks :-) -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:51:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5327837B417; Tue, 11 Dec 2001 15:51:15 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNpFw46980; Tue, 11 Dec 2001 15:51:15 -0800 (PST) (envelope-from markm) Message-Id: <200112112351.fBBNpFw46980@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:51:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/talk Makefile ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c init_disp.c invite.c io.c look_up.c msgs.c talk.c talk.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/12/11 15:51:15 PST Modified files: usr.bin/talk Makefile ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c init_disp.c invite.c io.c look_up.c msgs.c talk.c talk.h Log: WARNS=2 fixes with NO_WERROR set because of system-header originating warnings. Use __FBSDID(). Revision Changes Path 1.9 +4 -4 src/usr.bin/talk/Makefile 1.7 +5 -5 src/usr.bin/talk/ctl.c 1.6 +11 -10 src/usr.bin/talk/ctl_transact.c 1.8 +13 -12 src/usr.bin/talk/display.c 1.5 +7 -6 src/usr.bin/talk/get_addrs.c 1.8 +8 -7 src/usr.bin/talk/get_iface.c 1.8 +10 -8 src/usr.bin/talk/get_names.c 1.13 +9 -7 src/usr.bin/talk/init_disp.c 1.8 +13 -11 src/usr.bin/talk/invite.c 1.13 +10 -8 src/usr.bin/talk/io.c 1.6 +9 -9 src/usr.bin/talk/look_up.c 1.6 +8 -7 src/usr.bin/talk/msgs.c 1.8 +10 -9 src/usr.bin/talk/talk.c 1.3 +4 -3 src/usr.bin/talk/talk.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 15:55:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31F5C37B405; Tue, 11 Dec 2001 15:55:41 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNtfT52196; Tue, 11 Dec 2001 15:55:41 -0800 (PST) (envelope-from bmah) Message-Id: <200112112355.fBBNtfT52196@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 11 Dec 2001 15:55:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/share/sgml release.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 bmah 2001/12/11 15:55:41 PST Modified files: release/doc/en_US.ISO8859-1/share/sgml release.dsl Log: Make manpage links for 5.0-CURRENT release documents explicitly access the FreeBSD 5.0-CURRENT manpages on the Web site, instead of pointing at the (possibly wrong) default manpages. MFC after: 3 days Revision Changes Path 1.4 +3 -2 src/release/doc/en_US.ISO8859-1/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 16: 1:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 784BB37B419; Tue, 11 Dec 2001 16:01:17 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC01Hm59451; Tue, 11 Dec 2001 16:01:17 -0800 (PST) (envelope-from markm) Message-Id: <200112120001.fBC01Hm59451@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 16:01:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail extern.h forward.c misc.c read.c reverse.c tail.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 16:01:17 PST Modified files: usr.bin/tail extern.h forward.c misc.c read.c reverse.c tail.c Log: WARNS=2 fixes, use __FBSDID(). Revision Changes Path 1.7 +3 -3 src/usr.bin/tail/extern.h 1.29 +11 -9 src/usr.bin/tail/forward.c 1.7 +9 -7 src/usr.bin/tail/misc.c 1.9 +33 -30 src/usr.bin/tail/read.c 1.13 +10 -8 src/usr.bin/tail/reverse.c 1.13 +13 -11 src/usr.bin/tail/tail.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 16: 5:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9593637B417; Tue, 11 Dec 2001 16:05:16 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC05GB66211; Tue, 11 Dec 2001 16:05:16 -0800 (PST) (envelope-from markm) Message-Id: <200112120005.fBC05GB66211@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 16:05:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/top 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 2001/12/11 16:05:16 PST Modified files: usr.bin/top Makefile Log: Protect this against the coming WARNS=2 default. Revision Changes Path 1.8 +3 -1 src/usr.bin/top/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 16: 6:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A21A037B416; Tue, 11 Dec 2001 16:06:52 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC06qO70921; Tue, 11 Dec 2001 16:06:52 -0800 (PST) (envelope-from markm) Message-Id: <200112120006.fBC06qO70921@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 16:06:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tconv Makefile src/usr.bin/tee Makefile src/usr.bin/telnet Makefile src/usr.bin/true Makefile src/usr.bin/truncate Makefile src/usr.bin/tsort Makefile src/usr.bin/tty 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 2001/12/11 16:06:52 PST Modified files: usr.bin/tconv Makefile usr.bin/tee Makefile usr.bin/telnet Makefile usr.bin/true Makefile usr.bin/truncate Makefile usr.bin/tsort Makefile usr.bin/tty Makefile Log: Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default. Revision Changes Path 1.6 +1 -1 src/usr.bin/tconv/Makefile 1.4 +0 -1 src/usr.bin/tee/Makefile 1.21 +0 -2 src/usr.bin/telnet/Makefile 1.4 +0 -1 src/usr.bin/true/Makefile 1.3 +1 -2 src/usr.bin/truncate/Makefile 1.4 +0 -1 src/usr.bin/tsort/Makefile 1.4 +0 -1 src/usr.bin/tty/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 16:13:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFCFA37B419; Tue, 11 Dec 2001 16:13:38 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC0Dcw79661; Tue, 11 Dec 2001 16:13:38 -0800 (PST) (envelope-from markm) Message-Id: <200112120013.fBC0Dcw79661@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 16:13:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat Makefile cmds.c cmdtab.c devs.c devs.h extern.h fetch.c icmp.c iostat.c ip.c keyboard.c main.c mbufs.c mode.c mode.h netcmds.c netstat.c pigs.c swap.c systat.h tcp.c vmstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 16:13:38 PST Modified files: usr.bin/systat Makefile cmds.c cmdtab.c devs.c devs.h extern.h fetch.c icmp.c iostat.c ip.c keyboard.c main.c mbufs.c mode.c mode.h netcmds.c netstat.c pigs.c swap.c systat.h tcp.c vmstat.c Log: WARNS=2 fixes with NO_WERROR set, as there are some header issues with namelists. use __FBSDID(). Revision Changes Path 1.11 +2 -1 src/usr.bin/systat/Makefile 1.4 +41 -38 src/usr.bin/systat/cmds.c 1.7 +8 -8 src/usr.bin/systat/cmdtab.c 1.6 +37 -30 src/usr.bin/systat/devs.c 1.4 +1 -1 src/usr.bin/systat/devs.h 1.10 +10 -10 src/usr.bin/systat/extern.h 1.5 +13 -12 src/usr.bin/systat/fetch.c 1.3 +9 -7 src/usr.bin/systat/icmp.c 1.16 +45 -43 src/usr.bin/systat/iostat.c 1.5 +10 -7 src/usr.bin/systat/ip.c 1.2 +7 -3 src/usr.bin/systat/keyboard.c 1.16 +20 -20 src/usr.bin/systat/main.c 1.16 +17 -14 src/usr.bin/systat/mbufs.c 1.3 +5 -3 src/usr.bin/systat/mode.c 1.3 +1 -1 src/usr.bin/systat/mode.h 1.11 +27 -25 src/usr.bin/systat/netcmds.c 1.17 +39 -38 src/usr.bin/systat/netstat.c 1.15 +24 -21 src/usr.bin/systat/pigs.c 1.17 +13 -13 src/usr.bin/systat/swap.c 1.6 +3 -3 src/usr.bin/systat/systat.h 1.7 +7 -7 src/usr.bin/systat/tcp.c 1.50 +100 -101 src/usr.bin/systat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 16:31:36 2001 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 3D74737B405; Tue, 11 Dec 2001 16:31:29 -0800 (PST) Received: from attbi.com ([127.0.0.1]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011212003129.CUTT2434.rwcrmhc51.attbi.com@attbi.com>; Wed, 12 Dec 2001 00:31:29 +0000 Received: from peter3.wemm.org (12-232-27-13.client.attbi.com[12.232.27.13]) by attbi.com (rwcrmhc51) with ESMTP id <2001121200312805100l3t2ie>; Wed, 12 Dec 2001 00:31:28 +0000 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fBC0VSs40971; Tue, 11 Dec 2001 16:31:28 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 4634A3808; Tue, 11 Dec 2001 16:31:28 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Josef Karthauser Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs@FreeBSD.org Subject: Re: cvs commit: bsdfam - Imported sources In-Reply-To: <20011211155506.A24946@tao.org.uk> Date: Tue, 11 Dec 2001 16:31:28 -0800 From: Peter Wemm Message-Id: <20011212003128.4634A3808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Josef Karthauser wrote: > > --uAKRQypu60I7Lcqm > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Tue, Dec 11, 2001 at 04:05:46PM +0200, Maxim Sobolev wrote: > > Maxim Sobolev wrote: > > >=20 > > > sobomax 2001/12/11 05:58:32 PST > > >=20 > > > bsdfam - Imported sources > > > Update of /home/ncvs/bsdfam > > > In directory freefall.freebsd.org:/c/tmp/cvs-serv20227 > > >=20 > > > Log Message: > > > Create top-level dir. > > >=20 > > > Status: > > >=20 > > > Vendor Tag: SOBOMAX > > > Release Tags: start > > >=20 > > > cvs: ERROR: cannot mkdir /home/ncvs/bsdfam/CVSROOT -- not added: No s= > uch file or directory > >=20 > > OOPS, sorry, I've typed in a wrong terminal with a wrong CVSROOT :(((( > >=20 > > I hope no damage was made. > > Doesn't look like it. But I wonder why the CVSROOT scripts went so far. > Ideally you should have had a failure earlier because of the permissions > in avail. I'll take a look. There are no permissions in avail.. import bypasses the whole damn lot. Thats why we restrict imports to ports/ because it ignores ports freezes. There is no way to hook into this without extensive cvs modifications. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 16:33:20 2001 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 31AEF37B405; Tue, 11 Dec 2001 16:33:11 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 7B18F46E; Wed, 12 Dec 2001 00:33:01 +0000 (GMT) Date: Wed, 12 Dec 2001 00:33:01 +0000 From: Josef Karthauser To: Peter Wemm Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs@FreeBSD.org Subject: Re: cvs commit: bsdfam - Imported sources Message-ID: <20011212003301.A33750@tao.org.uk> References: <20011211155506.A24946@tao.org.uk> <20011212003128.4634A3808@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011212003128.4634A3808@overcee.netplex.com.au>; from peter@wemm.org on Tue, Dec 11, 2001 at 04:31:28PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 11, 2001 at 04:31:28PM -0800, Peter Wemm wrote: > >=20 > > Doesn't look like it. But I wonder why the CVSROOT scripts went so far. > > Ideally you should have had a failure earlier because of the permissions > > in avail. I'll take a look. >=20 > There are no permissions in avail.. import bypasses the whole damn lot. > Thats why we restrict imports to ports/ because it ignores ports freezes. >=20 > There is no way to hook into this without extensive cvs modifications. Damn! Joe --zhXaljGHf11kAtnf 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 iEYEARECAAYFAjwWpbwACgkQXVIcjOaxUBZFNgCgk3tLsZ+6h8DNZ9oLFXPiE/2I MIoAoNsX0rJQPzcrRnwy/SWiCD8D+TNu =u/3L -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 16:44:59 2001 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 3426037B416; Tue, 11 Dec 2001 16:44:55 -0800 (PST) Received: by squall.waterspout.com (Postfix, from userid 1050) id 668739B08; Tue, 11 Dec 2001 19:42:51 -0500 (EST) Date: Tue, 11 Dec 2001 19:42:51 -0500 From: Will Andrews To: Peter Wemm Cc: Josef Karthauser , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs@FreeBSD.org Subject: Re: cvs commit: bsdfam - Imported sources Message-ID: <20011211194251.T30626@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Peter Wemm , Josef Karthauser , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs@FreeBSD.org References: <20011211155506.A24946@tao.org.uk> <20011212003128.4634A3808@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011212003128.4634A3808@overcee.netplex.com.au> User-Agent: Mutt/1.3.22.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, Dec 11, 2001 at 04:31:28PM -0800, Peter Wemm wrote: > There are no permissions in avail.. import bypasses the whole damn lot. > Thats why we restrict imports to ports/ because it ignores ports freezes. ports/ should never have any imports either. Please disallow it, if you can. :) -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 17:32:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70B1C37B405; Tue, 11 Dec 2001 17:32:36 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC1WaB75688; Tue, 11 Dec 2001 17:32:36 -0800 (PST) (envelope-from joe) Message-Id: <200112120132.fBC1WaB75688@freefall.freebsd.org> From: Josef Karthauser Date: Tue, 11 Dec 2001 17:32:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commit_prep.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 joe 2001/12/11 17:32:36 PST Modified files: . commit_prep.pl Log: Make sure that we only match our own $FreeBSD$ ident, and ignore other similar ones. Revision Changes Path 1.62 +6 -15 CVSROOT/commit_prep.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 17:58:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 218F737B419; Tue, 11 Dec 2001 17:58:53 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC1wqu04397; Tue, 11 Dec 2001 17:58:52 -0800 (PST) (envelope-from joe) Message-Id: <200112120158.fBC1wqu04397@freefall.freebsd.org> From: Josef Karthauser Date: Tue, 11 Dec 2001 17:58:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cvs_acls.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 joe 2001/12/11 17:58:52 PST Modified files: . cvs_acls.pl Log: Stylise some syntax. Revision Changes Path 1.21 +8 -5 CVSROOT/cvs_acls.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 18:13:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BBD437B417; Tue, 11 Dec 2001 18:13:42 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC2Dgt21170; Tue, 11 Dec 2001 18:13:42 -0800 (PST) (envelope-from horikawa) Message-Id: <200112120213.fBC2Dgt21170@freefall.freebsd.org> From: Kazuo Horikawa Date: Tue, 11 Dec 2001 18:13:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 install.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/12/11 18:13:42 PST Modified files: ja_JP.eucJP/man/man1 install.1 Log: Add missing translation for "By default", for the sentense "By default, install preserves ...". Submitted by: Satoru Koizumi Revision Changes Path 1.19 +1 -0 doc/ja_JP.eucJP/man/man1/install.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 18:25:36 2001 Delivered-To: cvs-all@freebsd.org Received: from btclick.com (mta02.btfusion.com [62.172.195.247]) by hub.freebsd.org (Postfix) with ESMTP id 03CCE37B416; Tue, 11 Dec 2001 18:25:32 -0800 (PST) Received: from heather.subatomica.com ([213.120.117.63]) by btclick.com (Netscape Messaging Server 4.05) with ESMTP id GO7LEH01.JB5; Wed, 12 Dec 2001 02:25:29 +0000 Received: from localhost (localhost [127.0.0.1]) by heather.subatomica.com (8.11.6/8.11.6) with ESMTP id fBC2QEc34639; Wed, 12 Dec 2001 02:26:16 GMT (envelope-from n_hibma@webweaving.org) Date: Wed, 12 Dec 2001 02:26:14 +0000 (GMT) From: Nick Hibma X-X-Sender: To: Sheldon Hearn Cc: "Erik H. Bakke" , , Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h In-Reply-To: <57846.1007985855@axl.seasidesoftware.co.za> Message-ID: <20011212022504.T2265-100000@heather.subatomica.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 I'll accept anything that makes it more trivial to add an ID to a driver. Sharing IDs with NetBSD is not an issue, as they are a) trivial to convert, and b) the ids need to be added to the driver, which is the important bit. Nick On Mon, 10 Dec 2001, Sheldon Hearn wrote: > > > On Mon, 10 Dec 2001 12:59:15 +0100, "Erik H. Bakke" wrote: > > > Maybe I'm showing my ignorance here, but I'll still ask. > > Is there any reason why usbdevs.h and usbdevs_data.h are not generated > > automatically by the build? > > I've been asked this message by someone else in private mail as well. > > Maybe it's just difficult ensuring that the generated header files are > in place before dependents are built? > > Try your hand at a patch and see what Nick Hibma > thinks. :-) > > Ciao, > Sheldon. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 18:49:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14AB337B416; Tue, 11 Dec 2001 18:49:10 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC2n9g58159; Tue, 11 Dec 2001 18:49:09 -0800 (PST) (envelope-from nobutaka) Message-Id: <200112120249.fBC2n9g58159@freefall.freebsd.org> From: MANTANI Nobutaka Date: Tue, 11 Dec 2001 18:49:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/emacs-w3m 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 nobutaka 2001/12/11 18:49:09 PST Modified files: www/emacs-w3m Makefile distinfo pkg-plist Log: Update to 1.2.1. Revision Changes Path 1.8 +53 -31 ports/www/emacs-w3m/Makefile 1.5 +1 -1 ports/www/emacs-w3m/distinfo 1.6 +52 -26 ports/www/emacs-w3m/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 Dec 11 19: 5:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A202C37B419; Tue, 11 Dec 2001 19:05:18 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC35IJ80504; Tue, 11 Dec 2001 19:05:18 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112120305.fBC35IJ80504@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 11 Dec 2001 19:05:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-libwww 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 kuriyama 2001/12/11 19:05:18 PST Modified files: www/p5-libwww Makefile Log: Recent version of p5-libwww depends on Digest::MD5 instead of MD5. Revision Changes Path 1.52 +3 -2 ports/www/p5-libwww/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 20:24: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2951637B417; Tue, 11 Dec 2001 20:24:02 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC4O2R85676; Tue, 11 Dec 2001 20:24:02 -0800 (PST) (envelope-from ijliao) Message-Id: <200112120424.fBC4O2R85676@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 20:24:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/nethack3-gnome Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/nethack3-gnome/files patch-include::config.h patch-include::system.h patch-include::unixconf.h patch-sys::unix::Makefile.doc patch-sys::unix::Makefile.src ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/12/11 20:24:02 PST Modified files: games Makefile Added files: games/nethack3-gnome Makefile distinfo pkg-comment pkg-descr pkg-plist games/nethack3-gnome/files patch-include::config.h patch-include::system.h patch-include::unixconf.h patch-sys::unix::Makefile.doc patch-sys::unix::Makefile.src patch-sys::unix::Makefile.top Log: add nethack3-gnome A dungeon explorin', slashin', hackin' game PR: 23401 Submitted by: Jan Stocker Revision Changes Path 1.429 +1 -0 ports/games/Makefile 1.1 +37 -0 ports/games/nethack3-gnome/Makefile (new) 1.1 +1 -0 ports/games/nethack3-gnome/distinfo (new) 1.1 +61 -0 ports/games/nethack3-gnome/files/patch-include::config.h (new) 1.1 +19 -0 ports/games/nethack3-gnome/files/patch-include::system.h (new) 1.1 +36 -0 ports/games/nethack3-gnome/files/patch-include::unixconf.h (new) 1.1 +44 -0 ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.doc (new) 1.1 +72 -0 ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.src (new) 1.1 +78 -0 ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.top (new) 1.1 +1 -0 ports/games/nethack3-gnome/pkg-comment (new) 1.1 +8 -0 ports/games/nethack3-gnome/pkg-descr (new) 1.1 +138 -0 ports/games/nethack3-gnome/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 Dec 11 20:24: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EEDA37B41D; Tue, 11 Dec 2001 20:24:05 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC4O5S85734; Tue, 11 Dec 2001 20:24:05 -0800 (PST) (envelope-from ijliao) Message-Id: <200112120424.fBC4O5S85734@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 20:24:05 -0800 (PST) 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 2001/12/11 20:24:05 PST Modified files: . modules Log: nethack3-gnome --> ports/games/nethack3-gnome Revision Changes Path 1.4294 +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 Dec 11 20:51:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D6A237B405; Tue, 11 Dec 2001 20:51:10 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC4pAh20513; Tue, 11 Dec 2001 20:51:10 -0800 (PST) (envelope-from sobomax) Message-Id: <200112120451.fBC4pAh20513@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 20:51:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib12 Makefile ports/devel/glib12/files patch-gmodule::gmodule-dl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 20:51:10 PST Modified files: devel/glib12 Makefile Added files: devel/glib12/files patch-gmodule::gmodule-dl.c Log: Smash a compatibility bug in g_module_open(). It seems that unlike Linux one, FreeBSD's dlopen(NULL, ...) doesn't return a handle useable for resolving symbols in both the program itself and all modules it dlopen'ed. Instead, when requested for a self handle return RTLD_DEFAULT, which seems closely matches dlopen(NULL, ...) in Linux. Bump PORTREVISION. Recommended update for all GNOME/GTK users. Inspired by: John Merryweather Cooper Revision Changes Path 1.46 +1 -1 ports/devel/glib12/Makefile 1.1 +23 -0 ports/devel/glib12/files/patch-gmodule::gmodule-dl.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 Dec 11 20:53:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0470937B405; Tue, 11 Dec 2001 20:53:53 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC4rqN24666; Tue, 11 Dec 2001 20:53:52 -0800 (PST) (envelope-from sobomax) Message-Id: <200112120453.fBC4rqN24666@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 20:53:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/screem Makefile ports/www/screem/files patch-plugins::uploadWizard::uploadWizard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 20:53:52 PST Modified files: www/screem Makefile Added files: www/screem/files patch-plugins::uploadWizard::uploadWizard.c Log: Add missed #include "support.h" into uploadWizard.c, so that there is no undefined reference to screem_show_warning() function. Prompted by: John Merryweather Cooper Revision Changes Path 1.25 +1 -1 ports/www/screem/Makefile 1.1 +13 -0 ports/www/screem/files/patch-plugins::uploadWizard::uploadWizard.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 Dec 11 20:57:40 2001 Delivered-To: cvs-all@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id E720637B41D; Tue, 11 Dec 2001 20:57:24 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id PAA06242; Wed, 12 Dec 2001 15:57:11 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37640) with ESMTP id <01KBSBIB8NWGVLVV90@cim.alcatel.com.au>; Wed, 12 Dec 2001 15:57:09 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.6/8.11.6) id fBC4v8P28997; Wed, 12 Dec 2001 15:57:08 +1100 Content-return: prohibited Date: Wed, 12 Dec 2001 15:57:07 +1100 From: Peter Jeremy Subject: Re: cvs commit: src/sbin/newfs newfs.8 In-reply-to: <200112101846.fBAIkee47815@apollo.backplane.com>; from dillon@apollo.backplane.com on Mon, Dec 10, 2001 at 10:46:40AM -0800 To: Matthew Dillon Cc: Maxim Sobolev , Sheldon Hearn , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Mail-Followup-To: Matthew Dillon , Maxim Sobolev , Sheldon Hearn , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20011212155707.A27238@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: multipart/mixed; boundary="4Ckj6UjgE2iN1+kY" Content-disposition: inline User-Agent: Mutt/1.2.5i References: <200111271953.fARJrFc88452@freefall.freebsd.org> <3C10F171.FEE996EB@FreeBSD.org> <200112101846.fBAIkee47815@apollo.backplane.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 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2001-Dec-10 10:46:40 -0800, Matthew Dillon wrote: > Interesting. I just ran a test using VN for /usr/ports: ... > So /usr/ports alone will eat 100MB of additional disk space on a > 2K/16K filesystem, which is quite significant. > > > /usr/src has these characteristics: > >Filesystem 1K-blocks Used Avail Capacity Mounted on (1K/8K) >/dev/vn0c 4065694 1002597 2737842 27% /mnt >Filesystem 1K-blocks Used Avail Capacity Mounted on (2K/16K) >/dev/vn0c 4129310 1046374 2752592 28% /mnt This is about 3 times the size I got. Are you sure this is a standard /usr/src? I've just done something similar: /usr/doc, /usr/ports, -CURRENT /usr/src, /usr/www and an i386 -STABLE /usr/obj, for each of 4/.5, 8/1, 16/2 and 32/4 block sizes, using a 2048MB VN filesystem. Apart from /usr/obj, all the files were checked out from a CVS repository and include CVS metadata (it might be interesting to see the difference with the metadata deleted, but I didn't think of that until later). All filesystems were freshly created using "-i 8192". The script I used is attached. Size: 4096/512 % 8K/1K 16K/2K % 32K/4K % inodes Available 2030712 2032623 2031598 2029532 /usr/doc 33471 -6.87 35940 40648 13.10 50068 39.31 6089 /usr/obj [1] 1136121 1163554 2.41 1222868 7.64 42136 /usr/ports 105662 -31.33 153868 256562 66.74 468208 204.29 108516 /usr/src 355361 -4.88 373586 411666 10.19 489496 31.03 52467 /usr/www 11146 -7.48 12047 13980 16.05 17992 49.35 2422 The % columns are wastage compared to the 8K/1K filesystem. Apart from /usr/ports, the cost of moving to 16K/2K seems fairly small. Whether any of these are "typical" filesystems is arguable. IMHO, the cases that will suffer badly from 2K frags are: - /usr/ports. - Older one-file-per-article news servers - /var/spool/mqueue on big mailservers I don't see that any of these will bite a novice sysadmin: Building /usr/ports is more a "FreeBSD developer" environment. And anyone running a large news or mail server needs to have some ideas about what they are doing. [1] I did a kernel build part-way through and this figure isn't accurate. Peter --4Ckj6UjgE2iN1+kY Content-Type: application/x-sh Content-Disposition: attachment; filename="space.sh" #!/bin/sh # # Check space wastage on a variety of filesystems for a variety of # block and frag sizes FILE=/usr/tmp/foo SIZE=2048 # Checkout FS from CVS into vn1 check_cvs() { echo "############## Checking $1/$2 cvs: $3 ###################" newfs -b $1 -f $2 -i 4096 /dev/vn1c mount -o async,noatime /dev/vn1c /foo df -ki /foo cd /foo cvs -Q -R -d /usr/ncvs checkout $3 df -ki /foo cd umount /foo } # Check filesystems for given block/frag size check_size() { echo "############## Checking $1/$2 FS ###################" check_cvs $1 $2 doc check_cvs $1 $2 ports check_cvs $1 $2 src check_cvs $1 $2 www echo "############## Checking $1/$2 /usr/obj ###################" newfs -b $1 -f $2 -i 4096 /dev/vn1c mount -o async,noatime /dev/vn1c /foo df -ki /foo cd /usr find obj | cpio -pd /foo df -ki /foo cd umount /foo } dd if=/dev/zero of=$FILE bs=1m count=$SIZE || echo $? vnconfig -e -s labels vn1 $FILE || exit $? disklabel -wr vn1 auto || exit $? check_size 4096 512 check_size 8192 1024 check_size 16384 2048 check_size 32768 4096 vnconfig -u vn1 rm -f $FILE --4Ckj6UjgE2iN1+kY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 21:23:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99CAB37B417; Tue, 11 Dec 2001 21:23:21 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC5NLa56626; Tue, 11 Dec 2001 21:23:21 -0800 (PST) (envelope-from arr) Message-Id: <200112120523.fBC5NLa56626@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Tue, 11 Dec 2001 21:23:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_jail.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 21:23:21 PST Modified files: sys/kern kern_jail.c Log: - Move _jail sysctl node underneath _kern_security in order to standardize where our security related sysctl tuneables are located. Also, this will help if/when we move _security node out from under _kern as to help make _kern less cluttered. Approved by: rwatson Review by: rwatson Revision Changes Path 1.18 +5 -4 src/sys/kern/kern_jail.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 21:24:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D6BE37B417; Tue, 11 Dec 2001 21:24:51 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC5OpE58204; Tue, 11 Dec 2001 21:24:51 -0800 (PST) (envelope-from arr) Message-Id: <200112120524.fBC5OpE58204@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Tue, 11 Dec 2001 21:24:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/jail jail.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 arr 2001/12/11 21:24:51 PST Modified files: usr.sbin/jail jail.8 Log: - Update the sysctl mibs in order to reflect the recent kern_jail.c changes. Approved by: rwatson Reviewed by: rwatson Revision Changes Path 1.31 +10 -10 src/usr.sbin/jail/jail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 21:25:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A95F537B41B; Tue, 11 Dec 2001 21:25:44 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC5Pi559077; Tue, 11 Dec 2001 21:25:44 -0800 (PST) (envelope-from ijliao) Message-Id: <200112120525.fBC5Pi559077@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 21:25:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xrobots Makefile ports/games/xrobots/files patch-ac patch-xrobots.man X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 21:25:44 PST Modified files: games/xrobots Makefile games/xrobots/files patch-ac Added files: games/xrobots/files patch-xrobots.man Log: change master site assign maintainer PR: 32599 Submitted by: Edwin Groothuis (new maintainer) Revision Changes Path 1.16 +6 -3 ports/games/xrobots/Makefile 1.2 +18 -15 ports/games/xrobots/files/patch-ac 1.1 +29 -0 ports/games/xrobots/files/patch-xrobots.man (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 21:28:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A10D337B417; Tue, 11 Dec 2001 21:28:42 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC5Sg862034; Tue, 11 Dec 2001 21:28:42 -0800 (PST) (envelope-from arr) Message-Id: <200112120528.fBC5Sg862034@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Tue, 11 Dec 2001 21:28:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/papers/jail mgt.ms X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 21:28:42 PST Modified files: share/doc/papers/jail mgt.ms Log: - Fix sysctl mib examples in order to reflect the recent changes in kern_jail.c Approved by: rwatson Reviewed by: rwatson Revision Changes Path 1.2 +2 -2 src/share/doc/papers/jail/mgt.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 21:39: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD74737B416; Tue, 11 Dec 2001 21:39:04 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC5d4m72759; Tue, 11 Dec 2001 21:39:04 -0800 (PST) (envelope-from jkoshy) Message-Id: <200112120539.fBC5d4m72759@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 11 Dec 2001 21:39:04 -0800 (PST) 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 2001/12/11 21:39:04 PST Modified files: en/news press.xml Log: OSNews.com article on FreeBSD as a workstation OS for Unix newbies. Revision Changes Path 1.12 +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 Tue Dec 11 22: 8:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F79337B416; Tue, 11 Dec 2001 22:08:29 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC68Tc04942; Tue, 11 Dec 2001 22:08:29 -0800 (PST) (envelope-from billf) Message-Id: <200112120608.fBC68Tc04942@freefall.freebsd.org> From: Bill Fumerola Date: Tue, 11 Dec 2001 22:08:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mtr Makefile distinfo ports/net/mtr/files kill-gtk X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 22:08:29 PST Modified files: net/mtr Makefile distinfo Removed files: net/mtr/files kill-gtk Log: upgrade mtr to 0.44 kill-gtk is no longer needed, --without-gtk is now provided ipv6 support is now disabled until KAME tests/updates their patchset Revision Changes Path 1.29 +6 -7 ports/net/mtr/Makefile 1.12 +1 -2 ports/net/mtr/distinfo 1.2 +0 -12 ports/net/mtr/files/kill-gtk (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 22:12: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 645BD37B417; Tue, 11 Dec 2001 22:12:03 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC6C2609810; Tue, 11 Dec 2001 22:12:02 -0800 (PST) (envelope-from ijliao) Message-Id: <200112120612.fBC6C2609810@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 22:12:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/rotix Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/rotix/files patch-Makefile patch-Makefile.settings patch-rotix.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/11 22:12:02 PST Modified files: textproc Makefile Added files: textproc/rotix Makefile distinfo pkg-comment pkg-descr pkg-plist textproc/rotix/files patch-Makefile patch-Makefile.settings patch-rotix.c Log: add rotix A program to generate rotational obfuscations PR: 32608 Submitted by: lintux@lintux.cx Revision Changes Path 1.287 +1 -0 ports/textproc/Makefile 1.1 +29 -0 ports/textproc/rotix/Makefile (new) 1.1 +1 -0 ports/textproc/rotix/distinfo (new) 1.1 +37 -0 ports/textproc/rotix/files/patch-Makefile (new) 1.1 +19 -0 ports/textproc/rotix/files/patch-Makefile.settings (new) 1.1 +33 -0 ports/textproc/rotix/files/patch-rotix.c (new) 1.1 +1 -0 ports/textproc/rotix/pkg-comment (new) 1.1 +6 -0 ports/textproc/rotix/pkg-descr (new) 1.1 +2 -0 ports/textproc/rotix/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 Dec 11 22:12:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C068937B438; Tue, 11 Dec 2001 22:12:09 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC6C9R09921; Tue, 11 Dec 2001 22:12:09 -0800 (PST) (envelope-from ijliao) Message-Id: <200112120612.fBC6C9R09921@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 22:12:09 -0800 (PST) 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 2001/12/11 22:12:09 PST Modified files: . modules Log: rotix --> ports/textproc/rotix Revision Changes Path 1.4295 +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 Dec 11 22:24:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 973DB37B405; Tue, 11 Dec 2001 22:24:35 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC6OZF24473; Tue, 11 Dec 2001 22:24:35 -0800 (PST) (envelope-from ijliao) Message-Id: <200112120624.fBC6OZF24473@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 22:24:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/zclock 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 2001/12/11 22:24:34 PST Modified files: x11 Makefile Added files: x11/zclock Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add zclock A simple but powerful clock applet for GNOME PR: 29227 Submitted by: Zack Hobson Revision Changes Path 1.335 +1 -0 ports/x11/Makefile 1.1 +41 -0 ports/x11/zclock/Makefile (new) 1.1 +1 -0 ports/x11/zclock/distinfo (new) 1.1 +1 -0 ports/x11/zclock/pkg-comment (new) 1.1 +9 -0 ports/x11/zclock/pkg-descr (new) 1.1 +9 -0 ports/x11/zclock/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 Dec 11 22:24:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAF1C37B419; Tue, 11 Dec 2001 22:24:37 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC6Obm24542; Tue, 11 Dec 2001 22:24:37 -0800 (PST) (envelope-from ijliao) Message-Id: <200112120624.fBC6Obm24542@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 22:24:37 -0800 (PST) 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 2001/12/11 22:24:37 PST Modified files: . modules Log: zclock --> ports/x11/zclock Revision Changes Path 1.4296 +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 Dec 11 22:27:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41C1037B427; Tue, 11 Dec 2001 22:27:21 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC6RLV27367; Tue, 11 Dec 2001 22:27:21 -0800 (PST) (envelope-from ijliao) Message-Id: <200112120627.fBC6RLV27367@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 22:27:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/x11/zclock 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 2001/12/11 22:27:21 PST Modified files: . modules Removed files: x11/zclock Makefile distinfo pkg-comment pkg-descr pkg-plist Log: wrong category, import later Revision Changes Path 1.4297 +0 -1 CVSROOT/modules 1.2 +0 -41 ports/x11/zclock/Makefile (dead) 1.2 +0 -1 ports/x11/zclock/distinfo (dead) 1.2 +0 -1 ports/x11/zclock/pkg-comment (dead) 1.2 +0 -9 ports/x11/zclock/pkg-descr (dead) 1.2 +0 -9 ports/x11/zclock/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 22:27:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 112EA37B417; Tue, 11 Dec 2001 22:27:55 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC6Rtj28065; Tue, 11 Dec 2001 22:27:55 -0800 (PST) (envelope-from ijliao) Message-Id: <200112120627.fBC6Rtj28065@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 22:27:55 -0800 (PST) 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 2001/12/11 22:27:55 PST Modified files: . modules Log: zclock --> ports/x11-clocks/zclock Revision Changes Path 1.4298 +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 Dec 11 22:28: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80E0637B405; Tue, 11 Dec 2001 22:27:52 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC6RqE27997; Tue, 11 Dec 2001 22:27:52 -0800 (PST) (envelope-from ijliao) Message-Id: <200112120627.fBC6RqE27997@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 11 Dec 2001 22:27:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks Makefile ports/x11-clocks/zclock 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 2001/12/11 22:27:52 PST Modified files: x11-clocks Makefile Added files: x11-clocks/zclock Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add zclocks A simple but powerful clock applet for GNOME PR: 29227 Submitted by: Zack Hobson Revision Changes Path 1.26 +1 -0 ports/x11-clocks/Makefile 1.1 +41 -0 ports/x11-clocks/zclock/Makefile (new) 1.1 +1 -0 ports/x11-clocks/zclock/distinfo (new) 1.1 +1 -0 ports/x11-clocks/zclock/pkg-comment (new) 1.1 +9 -0 ports/x11-clocks/zclock/pkg-descr (new) 1.1 +9 -0 ports/x11-clocks/zclock/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 Dec 11 22:34: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF6CB37B416; Tue, 11 Dec 2001 22:33:58 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC6Xw035245; Tue, 11 Dec 2001 22:33:58 -0800 (PST) (envelope-from sumikawa) Message-Id: <200112120633.fBC6Xw035245@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 11 Dec 2001 22:33:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mtr 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 2001/12/11 22:33:58 PST Modified files: net/mtr Makefile Log: Re-enable IPv6 support since I've prepared KAME IPv6 patch. Revision Changes Path 1.30 +2 -2 ports/net/mtr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 22:36:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98D9E37B416; Tue, 11 Dec 2001 22:36:51 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC6apg38849; Tue, 11 Dec 2001 22:36:51 -0800 (PST) (envelope-from nobutaka) Message-Id: <200112120636.fBC6apg38849@freefall.freebsd.org> From: MANTANI Nobutaka Date: Tue, 11 Dec 2001 22:36:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/emacs-w3m 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 nobutaka 2001/12/11 22:36:51 PST Modified files: www/emacs-w3m Makefile distinfo Log: Update to 1.2.2. Revision Changes Path 1.9 +1 -1 ports/www/emacs-w3m/Makefile 1.6 +1 -1 ports/www/emacs-w3m/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 22:38:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 157B837B405; Tue, 11 Dec 2001 22:38:17 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC6cHx40611; Tue, 11 Dec 2001 22:38:17 -0800 (PST) (envelope-from ps) Message-Id: <200112120638.fBC6cHx40611@freefall.freebsd.org> From: Paul Saab Date: Tue, 11 Dec 2001 22:38:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/sys/conf files src/sys/i386/conf LINT src/sys/modules Makefile src/sys/modules/ciss Makefile src/sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.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 ps 2001/12/11 22:38:16 PST Modified files: (Branch: RELENG_4) etc MAKEDEV sys/conf files sys/i386/conf LINT sys/modules Makefile Added files: (Branch: RELENG_4) sys/modules/ciss Makefile sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h Log: MFC: Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family of RAID controllers (5300, 532, 5i, etc.) Approved by: msmith Revision Changes Path 1.243.2.41 +6 -1 src/etc/MAKEDEV 1.340.2.85 +1 -0 src/sys/conf/files 1.2.2.1 +3368 -0 src/sys/dev/ciss/ciss.c (new) 1.1.2.1 +203 -0 src/sys/dev/ciss/cissio.h (new) 1.1.2.1 +670 -0 src/sys/dev/ciss/cissreg.h (new) 1.3.2.1 +383 -0 src/sys/dev/ciss/cissvar.h (new) 1.749.2.92 +7 -0 src/sys/i386/conf/LINT 1.110.2.37 +1 -0 src/sys/modules/Makefile 1.1.2.1 +11 -0 src/sys/modules/ciss/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 23:19: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0616137B405; Tue, 11 Dec 2001 23:18:58 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC7IvB96104; Tue, 11 Dec 2001 23:18:57 -0800 (PST) (envelope-from jkoshy) Message-Id: <200112120718.fBC7IvB96104@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 11 Dec 2001 23:18:57 -0800 (PST) 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 2001/12/11 23:18:57 PST Modified files: en/news press.xml Log: Add Michael Lucas' OnLamp.com article on using portupgrade. Revision Changes Path 1.13 +12 -1 www/en/news/press.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 23:54:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49D3037B416; Tue, 11 Dec 2001 23:54:16 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC7sGA32274; Tue, 11 Dec 2001 23:54:16 -0800 (PST) (envelope-from sobomax) Message-Id: <200112120754.fBC7sGA32274@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 23:54:16 -0800 (PST) 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 sobomax 2001/12/11 23:54:16 PST Modified files: Mk bsd.sites.mk Log: - Remove ftp://download.sourceforge.net - it doesn't accept ftp connections anymore; - move ftp://ftp.is.co.za/ down in the MASTER_SITE_MOZILLA - I'm getting connection timeout when trying to connect it. Revision Changes Path 1.73 +2 -4 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 11 23:57:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B9B237B405; Tue, 11 Dec 2001 23:57:52 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC7vql36870; Tue, 11 Dec 2001 23:57:52 -0800 (PST) (envelope-from sobomax) Message-Id: <200112120757.fBC7vql36870@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 11 Dec 2001 23:57:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gtkhtml 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 2001/12/11 23:57:52 PST Modified files: www/gtkhtml pkg-plist Log: Add missed "@dirrm share/gnome/control-center/capplets". Revision Changes Path 1.19 +1 -0 ports/www/gtkhtml/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 Dec 12 0: 2:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1681637B417; Wed, 12 Dec 2001 00:02:25 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC82Pb43408; Wed, 12 Dec 2001 00:02:25 -0800 (PST) (envelope-from alfred) Message-Id: <200112120802.fBC82Pb43408@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 12 Dec 2001 00:02:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_sendfile.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 00:02:25 PST Modified files: lib/libc_r/uthread uthread_sendfile.c Log: Fix a number of subtle and evil bugs in the libc_r wrapping of sendfile(2). o) Since we unwrap the sendfile syscall, check the return value of writev(2) to see if it didn't complete all the data. Previously if only a partial writev() succeeded, it would proceed to sendfile(2) even though the headers weren't completely sent. o) Properly adjust the "bytes to send" to take into account sendfile(2)'s behaviour of counting the headers against the bytes to be transfered from the file. o) Correct the problem where EAGAIN was being returned from _sys_sendfile(2) however the wrapper didn't update the 'sent bytes' parameter to take into account for it. This is because sendfile can return EAGAIN even though it has actually transfered data. Special thanks to Justin Erenkrantz for bringing this to my attention and giving an excellent way to reproduce the problem. PR: kern/32684 MFC After: 1 week Revision Changes Path 1.6 +51 -5 src/lib/libc_r/uthread/uthread_sendfile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 0: 7:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B66BF37B417; Wed, 12 Dec 2001 00:07:41 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC87fk53476; Wed, 12 Dec 2001 00:07:41 -0800 (PST) (envelope-from jhb) Message-Id: <200112120807.fBC87fk53476@freefall.freebsd.org> From: John Baldwin Date: Wed, 12 Dec 2001 00:07:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_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 jhb 2001/12/12 00:07:41 PST Modified files: sys/i386/i386 mp_machdep.c Log: Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier. Revision Changes Path 1.168 +0 -1 src/sys/i386/i386/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 0:12: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E05837B417; Wed, 12 Dec 2001 00:12:04 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC8C4v58270; Wed, 12 Dec 2001 00:12:04 -0800 (PST) (envelope-from petef) Message-Id: <200112120812.fBC8C4v58270@freefall.freebsd.org> From: Pete Fritchman Date: Wed, 12 Dec 2001 00:12:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 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 petef 2001/12/12 00:12:04 PST Modified files: x11 Makefile Log: Remove zclock. Revision Changes Path 1.336 +0 -1 ports/x11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 0:37:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E25FA37B416; Wed, 12 Dec 2001 00:37:37 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC8bbR89003; Wed, 12 Dec 2001 00:37:37 -0800 (PST) (envelope-from nobutaka) Message-Id: <200112120837.fBC8bbR89003@freefall.freebsd.org> From: MANTANI Nobutaka Date: Wed, 12 Dec 2001 00:37:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libxine Makefile distinfo pkg-plist ports/graphics/libxine/files patch-src:input:Makefile.am patch-src:liblpcm:xine_decoder.c ports/graphics/xine Makefile distinfo pkg-plist ports/graphics/xine/files patch-doc::man::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 nobutaka 2001/12/12 00:37:37 PST Modified files: graphics/libxine Makefile distinfo pkg-plist graphics/xine Makefile distinfo pkg-plist Added files: graphics/libxine/files patch-src:input:Makefile.am Removed files: graphics/libxine/files patch-src:liblpcm:xine_decoder.c graphics/xine/files patch-doc::man::Makefile.in Log: Update to 0.9.7. Revision Changes Path 1.6 +3 -3 ports/graphics/libxine/Makefile 1.4 +1 -1 ports/graphics/libxine/distinfo 1.1 +26 -0 ports/graphics/libxine/files/patch-src:input:Makefile.am (new) 1.2 +0 -11 ports/graphics/libxine/files/patch-src:liblpcm:xine_decoder.c (dead) 1.5 +27 -2 ports/graphics/libxine/pkg-plist 1.20 +4 -4 ports/graphics/xine/Makefile 1.12 +1 -1 ports/graphics/xine/distinfo 1.2 +0 -11 ports/graphics/xine/files/patch-doc::man::Makefile.in (dead) 1.15 +6 -0 ports/graphics/xine/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 Dec 12 0:42:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A12A237B419; Wed, 12 Dec 2001 00:42:55 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC8gtc95961; Wed, 12 Dec 2001 00:42:55 -0800 (PST) (envelope-from sos) Message-Id: <200112120842.fBC8gtc95961@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 12 Dec 2001 00:42:55 -0800 (PST) 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 2001/12/12 00:42:55 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c Log: Properly detect the Promise TX2 ata133 controller. Revision Changes Path 1.50.2.25 +3 -0 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 Dec 12 0:45:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8445937B41B; Wed, 12 Dec 2001 00:45:32 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC8jW399384; Wed, 12 Dec 2001 00:45:32 -0800 (PST) (envelope-from sos) Message-Id: <200112120845.fBC8jW399384@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 12 Dec 2001 00:45:32 -0800 (PST) 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 2001/12/12 00:45:32 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c Log: Fix bogon that caused compile warnings. Revision Changes Path 1.50.2.26 +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 Dec 12 0:47:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C97537B416; Wed, 12 Dec 2001 00:47:39 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC8ldC02556; Wed, 12 Dec 2001 00:47:39 -0800 (PST) (envelope-from nobutaka) Message-Id: <200112120847.fBC8ldC02556@freefall.freebsd.org> From: MANTANI Nobutaka Date: Wed, 12 Dec 2001 00:47:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine_d4d_plugin 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 nobutaka 2001/12/12 00:47:39 PST Modified files: graphics/xine_d4d_plugin Makefile Log: Chase the libxine.so version change. Reviewed by: knu Revision Changes Path 1.2 +1 -1 ports/graphics/xine_d4d_plugin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 0:50: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E78037B416; Wed, 12 Dec 2001 00:49:51 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC8npo05723; Wed, 12 Dec 2001 00:49:51 -0800 (PST) (envelope-from ru) Message-Id: <200112120849.fBC8npo05723@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 00:49:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xinstall Makefile xinstall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 00:49:51 PST Modified files: usr.bin/xinstall Makefile xinstall.c Log: More "const" poisoning, and only use NO_WERROR if we're bootstrapping. Revision Changes Path 1.18 +1 -1 src/usr.bin/xinstall/Makefile 1.46 +21 -22 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 Wed Dec 12 0:52: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA5B437B417; Wed, 12 Dec 2001 00:52:02 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC8q2007923; Wed, 12 Dec 2001 00:52:02 -0800 (PST) (envelope-from jkoshy) Message-Id: <200112120852.fBC8q2007923@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 12 Dec 2001 00:52:02 -0800 (PST) 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 2001/12/12 00:52:02 PST Modified files: en/news press.xml Log: Add Michael Lucas' OnLamp.com article on using SMBFS to mount Windows(R) shares. Revision Changes Path 1.14 +13 -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 Wed Dec 12 0:58: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6FCB37B41C; Wed, 12 Dec 2001 00:57:59 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC8vx213002; Wed, 12 Dec 2001 00:57:59 -0800 (PST) (envelope-from nobutaka) Message-Id: <200112120857.fBC8vx213002@freefall.freebsd.org> From: MANTANI Nobutaka Date: Wed, 12 Dec 2001 00:57:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/migemo-emacs21 Makefile pkg-comment 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 nobutaka 2001/12/12 00:57:59 PST Modified files: japanese Makefile Added files: japanese/migemo-emacs21 Makefile pkg-comment pkg-descr Log: Add migemo-emacs21, a Japanese incremental search tool for emacs21. Reviewed by: knu Revision Changes Path 1.392 +1 -0 ports/japanese/Makefile 1.1 +34 -0 ports/japanese/migemo-emacs21/Makefile (new) 1.1 +1 -0 ports/japanese/migemo-emacs21/pkg-comment (new) 1.1 +11 -0 ports/japanese/migemo-emacs21/pkg-descr (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 0:58:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51F0937B436; Wed, 12 Dec 2001 00:58:03 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC8w3M13067; Wed, 12 Dec 2001 00:58:03 -0800 (PST) (envelope-from nobutaka) Message-Id: <200112120858.fBC8w3M13067@freefall.freebsd.org> From: MANTANI Nobutaka Date: Wed, 12 Dec 2001 00:58:03 -0800 (PST) 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 nobutaka 2001/12/12 00:58:03 PST Modified files: . modules Log: ja-migemo-emacs21 --> ports/japanese/migemo-emacs21 Revision Changes Path 1.4299 +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 Dec 12 1: 4:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E833337B416; Wed, 12 Dec 2001 01:04:14 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC94Eg18957; Wed, 12 Dec 2001 01:04:14 -0800 (PST) (envelope-from nobutaka) Message-Id: <200112120904.fBC94Eg18957@freefall.freebsd.org> From: MANTANI Nobutaka Date: Wed, 12 Dec 2001 01:04:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/mlterm 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 nobutaka 2001/12/12 01:04:14 PST Modified files: x11 Makefile Added files: x11/mlterm Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add mlterm, a Multilingual X11 terminal emulator. Reviewed by: knu Revision Changes Path 1.337 +1 -0 ports/x11/Makefile 1.1 +33 -0 ports/x11/mlterm/Makefile (new) 1.1 +1 -0 ports/x11/mlterm/distinfo (new) 1.1 +1 -0 ports/x11/mlterm/pkg-comment (new) 1.1 +19 -0 ports/x11/mlterm/pkg-descr (new) 1.1 +27 -0 ports/x11/mlterm/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 Dec 12 1: 4:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87CD837B423; Wed, 12 Dec 2001 01:04:23 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC94Nt19060; Wed, 12 Dec 2001 01:04:23 -0800 (PST) (envelope-from nobutaka) Message-Id: <200112120904.fBC94Nt19060@freefall.freebsd.org> From: MANTANI Nobutaka Date: Wed, 12 Dec 2001 01:04:23 -0800 (PST) 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 nobutaka 2001/12/12 01:04:23 PST Modified files: . modules Log: mlterm --> ports/x11/mlterm Revision Changes Path 1.4300 +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 Dec 12 1:21:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA13737B417; Wed, 12 Dec 2001 01:21:17 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC9LHA39800; Wed, 12 Dec 2001 01:21:17 -0800 (PST) (envelope-from nobutaka) Message-Id: <200112120921.fBC9LHA39800@freefall.freebsd.org> From: MANTANI Nobutaka Date: Wed, 12 Dec 2001 01:21:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-bsearch 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 nobutaka 2001/12/12 01:21:17 PST Modified files: devel/ruby-bsearch Makefile distinfo Log: Update to 1.5. Reviewed by: knu Revision Changes Path 1.5 +1 -1 ports/devel/ruby-bsearch/Makefile 1.4 +1 -1 ports/devel/ruby-bsearch/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 1:35:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97CAD37B405; Wed, 12 Dec 2001 01:35:33 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC9ZXJ53890; Wed, 12 Dec 2001 01:35:33 -0800 (PST) (envelope-from alfred) Message-Id: <200112120935.fBC9ZXJ53890@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 12 Dec 2001 01:35:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/fifofs fifo_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 alfred 2001/12/12 01:35:33 PST Modified files: sys/fs/fifofs fifo_vnops.c Log: Fix select on named pipes without a reader. PR: kern/19871 MFC after: 1 month Revision Changes Path 1.57 +0 -1 src/sys/fs/fifofs/fifo_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 1:49: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4345237B417; Wed, 12 Dec 2001 01:49:03 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBC9n3U67279; Wed, 12 Dec 2001 01:49:03 -0800 (PST) (envelope-from wilko) Message-Id: <200112120949.fBC9n3U67279@freefall.freebsd.org> From: Wilko Bulte Date: Wed, 12 Dec 2001 01:49:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wilko 2001/12/12 01:49:03 PST Modified files: games/fortune/datfiles fortunes Log: Unix: Just Say No.. Obtained from: Jan.Hendriks@Compaq.com MFC after: 3 days Revision Changes Path 1.71 +19 -0 src/games/fortune/datfiles/fortunes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 1:55:41 2001 Delivered-To: cvs-all@freebsd.org Received: from lupinella.troll.no (lupinella.troll.no [213.203.59.59]) by hub.freebsd.org (Postfix) with ESMTP id 1431D37B405; Wed, 12 Dec 2001 01:55:38 -0800 (PST) Received: from breiflabb.troll.no ([213.203.59.91]:64529 "HELO breiflabb" ident: "NO-IDENT-SERVICE[2]") by trolltech.com with SMTP id ; Wed, 12 Dec 2001 10:55:15 +0100 Message-ID: <001b01c182f3$7cbadf50$5b3bcbd5@breiflabb> From: "Erik H. Bakke" To: "Nick Hibma" , "Sheldon Hearn" Cc: , References: <20011212022504.T2265-100000@heather.subatomica.com> Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Date: Wed, 12 Dec 2001 10:58:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I'll accept anything that makes it more trivial to add an ID to a > driver. Sharing IDs with NetBSD is not an issue, as they are a) trivial > to convert, and b) the ids need to be added to the driver, which is the > important bit. > If the IDs were defined in the driver, using a USB framework supplied macro, they could be easily extracted by a text processor tool, and this global list could be generated from that. I think that would give us the best of both worlds. --- Erik H. Bakke Don't ask "Who invented time?", the real question is "When was time invented?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 1:58:42 2001 Delivered-To: cvs-all@freebsd.org Received: from btclick.com (mta01.btfusion.com [62.172.195.11]) by hub.freebsd.org (Postfix) with ESMTP id BAF6A37B416; Wed, 12 Dec 2001 01:58:37 -0800 (PST) Received: from heather.subatomica.com ([213.120.117.63]) by btclick.com (Netscape Messaging Server 4.05) with ESMTP id GO86DO05.205; Wed, 12 Dec 2001 09:58:36 +0000 Received: from localhost (localhost [127.0.0.1]) by heather.subatomica.com (8.11.6/8.11.6) with ESMTP id fBC9xSG01744; Wed, 12 Dec 2001 09:59:28 GMT (envelope-from n_hibma@webweaving.org) Date: Wed, 12 Dec 2001 09:59:28 +0000 (GMT) From: Nick Hibma X-X-Sender: To: "Erik H. Bakke" Cc: Sheldon Hearn , , Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h In-Reply-To: <001b01c182f3$7cbadf50$5b3bcbd5@breiflabb> Message-ID: <20011212095805.R1531-100000@heather.subatomica.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 A what? You mean, actually running through C code and parsing out the ids? In that case I'd rather stick with what we have, which is perhaps cumbersome, but at least logical: Add id there, then use it in a driver. Nick On Wed, 12 Dec 2001, Erik H. Bakke wrote: > > > > I'll accept anything that makes it more trivial to add an ID to a > > driver. Sharing IDs with NetBSD is not an issue, as they are a) trivial > > to convert, and b) the ids need to be added to the driver, which is the > > important bit. > > > > If the IDs were defined in the driver, using a USB framework supplied macro, > they could be easily extracted by a text processor tool, and this global > list > could be generated from that. > > I think that would give us the best of both worlds. > > --- > Erik H. Bakke > > Don't ask "Who invented time?", the real question is "When was time > invented?" > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 2:11:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F95437B405; Wed, 12 Dec 2001 02:11:16 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCABGP90366; Wed, 12 Dec 2001 02:11:16 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112121011.fBCABGP90366@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 12 Dec 2001 02:11:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/12/12 02:11:16 PST Modified files: sys/modules Makefile Log: Connect libiconv to the build. Recent work by fjoe and bp has fixed smbfs. The smbfs module can now be loaded once libiconv and libmchain have been loaded, and works! Revision Changes Path 1.224 +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 Wed Dec 12 2:12:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CC6337B41D; Wed, 12 Dec 2001 02:12:20 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCACKU91515; Wed, 12 Dec 2001 02:12:20 -0800 (PST) (envelope-from roam) Message-Id: <200112121012.fBCACKU91515@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 12 Dec 2001 02:12:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc rc.shutdown X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/12/12 02:12:20 PST Modified files: etc rc rc.shutdown Log: Set the script_name_sep variable to a safe value if it is not already set (e.g. a failed/skipped mergemaster run during an upgrade). Without this, if script_name_sep was not set in the rc.conf files, local scripts will not be executed on startup or shutdown. PR: misc/32687 Submitted by: Nicholas Paufler (the problem) Sheldon Hearn (the idea behind the fix) Reviewed by: sheldonh MFC after: 1 week Revision Changes Path 1.288 +4 -1 src/etc/rc 1.21 +4 -1 src/etc/rc.shutdown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 2:23:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D89C37B416; Wed, 12 Dec 2001 02:23:37 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCANbU02041; Wed, 12 Dec 2001 02:23:37 -0800 (PST) (envelope-from nyan) Message-Id: <200112121023.fBCANbU02041@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 12 Dec 2001 02:23:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.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 2001/12/12 02:23:37 PST Modified files: (Branch: RELENG_4) sys/conf options.pc98 Log: MFi386: options.i386 revision 1.132.2.11 Revision Changes Path 1.103.2.11 +2 -1 src/sys/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 2:38:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18D9537B419; Wed, 12 Dec 2001 02:38:11 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCAcBa15132; Wed, 12 Dec 2001 02:38:11 -0800 (PST) (envelope-from okazaki) Message-Id: <200112121038.fBCAcBa15132@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Wed, 12 Dec 2001 02:38:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/truetypefonts 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 okazaki 2001/12/12 02:38:10 PST Modified files: japanese/truetypefonts Makefile distinfo Log: Update to version 20010818-4. PR: 32622 (update to 20010818-3) Submitted by: KATO Tsuguru Revision Changes Path 1.11 +2 -2 ports/japanese/truetypefonts/Makefile 1.5 +1 -1 ports/japanese/truetypefonts/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 3:49:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EA9B37B417; Wed, 12 Dec 2001 03:49:44 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCBni635513; Wed, 12 Dec 2001 03:49:44 -0800 (PST) (envelope-from phantom) Message-Id: <200112121149.fBCBni635513@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 12 Dec 2001 03:49:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books Makefile.inc doc/ja_JP.eucJP/articles Makefile.inc doc/ja_JP.eucJP/articles/contributing Makefile doc/ja_JP.eucJP/articles/contributors Makefile doc/ja_JP.eucJP/articles/dialup-firewall Makefile doc/ja_JP.eucJP/articles/diskless-x 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 phantom 2001/12/12 03:49:43 PST Modified files: de_DE.ISO8859-1/books Makefile.inc ja_JP.eucJP/articles Makefile.inc ja_JP.eucJP/articles/contributing Makefile ja_JP.eucJP/articles/contributors Makefile ja_JP.eucJP/articles/dialup-firewall Makefile ja_JP.eucJP/articles/diskless-x Makefile ja_JP.eucJP/articles/fonts Makefile ja_JP.eucJP/articles/ipsec-must Makefile ja_JP.eucJP/articles/multi-os Makefile ja_JP.eucJP/articles/zip-drive Makefile ja_JP.eucJP/books Makefile.inc ja_JP.eucJP/books/design-44bsd Makefile ja_JP.eucJP/books/faq Makefile ja_JP.eucJP/books/fdp-primer Makefile ja_JP.eucJP/books/handbook Makefile ja_JP.eucJP/books/porters-handbook Makefile nl_NL.ISO8859-1/books Makefile.inc ru_RU.KOI8-R/articles Makefile.inc ru_RU.KOI8-R/books Makefile.inc share/mk doc.docbook.mk doc.html.mk sr_YU.ISO8859-2/articles Makefile.inc sr_YU.ISO8859-2/books Makefile.inc zh_TW.Big5/books/faq Makefile Log: Force tidy(1) to use '-raw' and newly added '-preserve' options to process generated HTML. This not cause any side effects except leaving some character entities in their numeric form instead converting them into alphabetical notation (< instead of <), but since all browsers understand such cases it is not a problem. This commit should make all translations tidy clean, since tidy should not arise entities conversion problem as it did for long time before. Therefore all occurences of manual settings of TIDYFLAGS and NO_TIDY declarations for translations are removed. No objections from: -doc Requested by: Russian and Japanese translation teams Revision Changes Path 1.4 +1 -3 doc/de_DE.ISO8859-1/books/Makefile.inc 1.4 +0 -2 doc/ja_JP.eucJP/articles/Makefile.inc 1.2 +0 -2 doc/ja_JP.eucJP/articles/contributing/Makefile 1.2 +0 -2 doc/ja_JP.eucJP/articles/contributors/Makefile 1.2 +0 -2 doc/ja_JP.eucJP/articles/dialup-firewall/Makefile 1.4 +1 -3 doc/ja_JP.eucJP/articles/diskless-x/Makefile 1.2 +0 -2 doc/ja_JP.eucJP/articles/fonts/Makefile 1.4 +1 -3 doc/ja_JP.eucJP/articles/ipsec-must/Makefile 1.3 +1 -3 doc/ja_JP.eucJP/articles/multi-os/Makefile 1.3 +0 -2 doc/ja_JP.eucJP/articles/zip-drive/Makefile 1.6 +1 -3 doc/ja_JP.eucJP/books/Makefile.inc 1.2 +0 -2 doc/ja_JP.eucJP/books/design-44bsd/Makefile 1.10 +1 -3 doc/ja_JP.eucJP/books/faq/Makefile 1.2 +0 -2 doc/ja_JP.eucJP/books/fdp-primer/Makefile 1.52 +0 -2 doc/ja_JP.eucJP/books/handbook/Makefile 1.3 +1 -3 doc/ja_JP.eucJP/books/porters-handbook/Makefile 1.2 +0 -2 doc/nl_NL.ISO8859-1/books/Makefile.inc 1.4 +0 -1 doc/ru_RU.KOI8-R/articles/Makefile.inc 1.8 +0 -2 doc/ru_RU.KOI8-R/books/Makefile.inc 1.58 +1 -1 doc/share/mk/doc.docbook.mk 1.11 +1 -1 doc/share/mk/doc.html.mk 1.3 +1 -1 doc/sr_YU.ISO8859-2/articles/Makefile.inc 1.3 +1 -1 doc/sr_YU.ISO8859-2/books/Makefile.inc 1.5 +0 -2 doc/zh_TW.Big5/books/faq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 3:57:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D61937B417; Wed, 12 Dec 2001 03:57:44 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCBviH36903; Wed, 12 Dec 2001 03:57:44 -0800 (PST) (envelope-from phantom) Message-Id: <200112121157.fBCBviH36903@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 12 Dec 2001 03:57:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/de Makefile www/en Makefile www/en/gallery Makefile www/en/news Makefile www/en/news/status Makefile www/es Makefile www/es/ports Makefile www/ja Makefile www/ja/gallery Makefile www/ja/news Makefile www/ru Makefile www/share/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 phantom 2001/12/12 03:57:44 PST Modified files: de Makefile en Makefile en/gallery Makefile en/news Makefile en/news/status Makefile es Makefile es/ports Makefile ja Makefile ja/gallery Makefile ja/news Makefile ru Makefile share/mk web.site.mk zh Makefile Log: Force tidy(1) to use '-raw' and newly added '-preserve' options to process generated HTML. This not cause any side effects except leaving some character entities in their numeric form instead converting them into alphabetical notation (< instead of <), but since all browsers understand such cases it is not a problem. This commit should make all translations tidy clean, since tidy should not arise entities conversion problem as it did for long time before. Therefore all occurences of manual settings of TIDYFLAGS and NO_TIDY declarations for translations are removed. Also clean *OPTS/*FLAGS variables declaration like it was done in doc/ tree some time ago. Currently all local additions to commands parameters that used in make process should be passed thru *FLAGS variables. All variables with OPTS suffix are reserved for internal use of web.site.mk now. Cleanup part is based on work done by Cyrille Lefevre No objections from: -doc Requested by: Russian and Japanese translation teams Revision Changes Path 1.2 +2 -2 www/de/Makefile 1.76 +5 -5 www/en/Makefile 1.15 +6 -6 www/en/gallery/Makefile 1.31 +6 -6 www/en/news/Makefile 1.11 +3 -3 www/en/news/status/Makefile 1.12 +2 -2 www/es/Makefile 1.11 +2 -2 www/es/ports/Makefile 1.54 +4 -4 www/ja/Makefile 1.17 +5 -5 www/ja/gallery/Makefile 1.31 +3 -3 www/ja/news/Makefile 1.18 +3 -3 www/ru/Makefile 1.41 +16 -20 www/share/mk/web.site.mk 1.6 +4 -4 www/zh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 4: 6:25 2001 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id D267D37B417; Wed, 12 Dec 2001 04:05:36 -0800 (PST) Received: from ark.cris.net (ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id OAA66657; Wed, 12 Dec 2001 14:05:21 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id fBCC4oW16318; Wed, 12 Dec 2001 14:04:50 +0200 (EET) Date: Wed, 12 Dec 2001 14:04:50 +0200 From: Alexey Zelkin To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: doc@FreeBSD.org Subject: HEADS UP default tidy(1) parameters changed (was: Re: cvs commit: www/de Makefile www/en Makefile www/en/gallery ...) Message-ID: <20011212140450.A14906@ark.cris.net> References: <200112121157.fBCBviH36903@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200112121157.fBCBviH36903@freefall.freebsd.org>; from phantom@FreeBSD.org on Wed, Dec 12, 2001 at 03:57:44AM -0800 X-Operating-System: FreeBSD 3.5-STABLE 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 hi, These commits require upgrade of tidy(1) to tidy-20000804_1 (PORTREVISION==1), otherwise build of www/doc tree(s) will fail. As simple workaround you may set NO_TIDY to build. Also I would ask people who familiar with non-english languages to review freshly build translated docs at http://www.FreeBSD.org/ to make sure that everything is OK. On Wed, Dec 12, 2001 at 03:57:44AM -0800, Alexey Zelkin wrote: > phantom 2001/12/12 03:57:44 PST > > Modified files: > de Makefile > en Makefile > en/gallery Makefile > en/news Makefile > en/news/status Makefile > es Makefile > es/ports Makefile > ja Makefile > ja/gallery Makefile > ja/news Makefile > ru Makefile > share/mk web.site.mk > zh Makefile > Log: > Force tidy(1) to use '-raw' and newly added '-preserve' options > to process generated HTML. This not cause any side effects except > leaving some character entities in their numeric form instead > converting them into alphabetical notation (< instead of <), > but since all browsers understand such cases it is not a problem. > > This commit should make all translations tidy clean, since > tidy should not arise entities conversion problem as it did > for long time before. Therefore all occurences of manual settings > of TIDYFLAGS and NO_TIDY declarations for translations are removed. > > Also clean *OPTS/*FLAGS variables declaration like it was done in doc/ tree > some time ago. Currently all local additions to commands parameters that used > in make process should be passed thru *FLAGS variables. All variables > with OPTS suffix are reserved for internal use of web.site.mk now. > Cleanup part is based on work done by Cyrille Lefevre On Wed, Dec 12, 2001 at 03:49:44AM -0800, Alexey Zelkin wrote: > phantom 2001/12/12 03:49:43 PST > > Modified files: > de_DE.ISO8859-1/books Makefile.inc > ja_JP.eucJP/articles Makefile.inc > ja_JP.eucJP/articles/contributing Makefile > ja_JP.eucJP/articles/contributors Makefile > ja_JP.eucJP/articles/dialup-firewall Makefile > ja_JP.eucJP/articles/diskless-x Makefile > ja_JP.eucJP/articles/fonts Makefile > ja_JP.eucJP/articles/ipsec-must Makefile > ja_JP.eucJP/articles/multi-os Makefile > ja_JP.eucJP/articles/zip-drive Makefile > ja_JP.eucJP/books Makefile.inc > ja_JP.eucJP/books/design-44bsd Makefile > ja_JP.eucJP/books/faq Makefile > ja_JP.eucJP/books/fdp-primer Makefile > ja_JP.eucJP/books/handbook Makefile > ja_JP.eucJP/books/porters-handbook Makefile > nl_NL.ISO8859-1/books Makefile.inc > ru_RU.KOI8-R/articles Makefile.inc > ru_RU.KOI8-R/books Makefile.inc > share/mk doc.docbook.mk doc.html.mk > sr_YU.ISO8859-2/articles Makefile.inc > sr_YU.ISO8859-2/books Makefile.inc > zh_TW.Big5/books/faq Makefile > Log: > Force tidy(1) to use '-raw' and newly added '-preserve' options > to process generated HTML. This not cause any side effects except > leaving some character entities in their numeric form instead > converting them into alphabetical notation (< instead of <), > but since all browsers understand such cases it is not a problem. > > This commit should make all translations tidy clean, since > tidy should not arise entities conversion problem as it did > for long time before. Therefore all occurences of manual settings > of TIDYFLAGS and NO_TIDY declarations for translations are removed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 4: 9:27 2001 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 16BBC37B405; Wed, 12 Dec 2001 04:09:06 -0800 (PST) Received: from ark.cris.net (ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id OAA67121; Wed, 12 Dec 2001 14:08:58 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id fBCC8Sc17121; Wed, 12 Dec 2001 14:08:28 +0200 (EET) Date: Wed, 12 Dec 2001 14:08:28 +0200 From: Alexey Zelkin To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: doc@FreeBSD.org Subject: Re: HEADS UP default tidy(1) parameters changed (was: Re: cvs commit: www/de Makefile www/en Makefile www/en/gallery ...) Message-ID: <20011212140828.A16815@ark.cris.net> References: <200112121157.fBCBviH36903@freefall.freebsd.org> <20011212140450.A14906@ark.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20011212140450.A14906@ark.cris.net>; from phantom@FreeBSD.org on Wed, Dec 12, 2001 at 02:04:50PM +0200 X-Operating-System: FreeBSD 3.5-STABLE 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 hi, On Wed, Dec 12, 2001 at 02:04:50PM +0200, Alexey Zelkin wrote: > These commits require upgrade of tidy(1) to tidy-20000804_1 (PORTREVISION==1), > otherwise build of www/doc tree(s) will fail. As simple workaround you may set > NO_TIDY to build. Or even better workaround (runtime switching to previous behavior) make TIDYOPTS="-i -m -f /dev/null" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 4:13:37 2001 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 A976E37B416; Wed, 12 Dec 2001 04:13:32 -0800 (PST) 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 XAA23763; Wed, 12 Dec 2001 23:13:30 +1100 Date: Wed, 12 Dec 2001 23:14:18 +1100 (EST) From: Bruce Evans X-X-Sender: To: Alfred Perlstein Cc: , Subject: Re: cvs commit: src/sys/fs/fifofs fifo_vnops.c In-Reply-To: <200112120935.fBC9ZXJ53890@freefall.freebsd.org> Message-ID: <20011212231111.Y34887-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, 12 Dec 2001, Alfred Perlstein wrote: > alfred 2001/12/12 01:35:33 PST > > Modified files: > sys/fs/fifofs fifo_vnops.c > Log: > Fix select on named pipes without a reader. > > PR: kern/19871 > MFC after: 1 month No, it will be backed out. I believe other systems implement this by making the semantics of select() incompatible with read(). They don't just break read(). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 4:28: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7FB637B405; Wed, 12 Dec 2001 04:27:59 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCRxf68295; Wed, 12 Dec 2001 04:27:59 -0800 (PST) (envelope-from nyan) Message-Id: <200112121227.fBCCRxf68295@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 12 Dec 2001 04:27:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/12/12 04:27:59 PST Modified files: sys/pc98/i386 machdep.c Log: MFi386: revision 1.485 (the previous commit is not completely) Revision Changes Path 1.250 +13 -11 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 4:34:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EA8437B419; Wed, 12 Dec 2001 04:34:33 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCYXa71542; Wed, 12 Dec 2001 04:34:33 -0800 (PST) (envelope-from yoichi) Message-Id: <200112121234.fBCCYXa71542@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Wed, 12 Dec 2001 04:34:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/bbdb 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 yoichi 2001/12/12 04:34:33 PST Modified files: databases Makefile Added files: databases/bbdb Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add bbdb for Emacs, Insidious Big Brother Database. Reviewed by: knu(mentor) Revision Changes Path 1.151 +1 -0 ports/databases/Makefile 1.1 +35 -0 ports/databases/bbdb/Makefile (new) 1.1 +1 -0 ports/databases/bbdb/distinfo (new) 1.1 +1 -0 ports/databases/bbdb/pkg-comment (new) 1.1 +10 -0 ports/databases/bbdb/pkg-descr (new) 1.1 +41 -0 ports/databases/bbdb/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 Dec 12 4:34:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0420E37B416; Wed, 12 Dec 2001 04:34:36 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCYZm71573; Wed, 12 Dec 2001 04:34:35 -0800 (PST) (envelope-from yoichi) Message-Id: <200112121234.fBCCYZm71573@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Wed, 12 Dec 2001 04:34:35 -0800 (PST) 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 yoichi 2001/12/12 04:34:35 PST Modified files: . modules Log: bbdb --> ports/databases/bbdb Revision Changes Path 1.4301 +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 Dec 12 4:35:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 050BA37B416; Wed, 12 Dec 2001 04:35:53 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCZqs71974; Wed, 12 Dec 2001 04:35:52 -0800 (PST) (envelope-from yoichi) Message-Id: <200112121235.fBCCZqs71974@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Wed, 12 Dec 2001 04:35:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/bbdb-emacs20 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2001/12/12 04:35:52 PST Modified files: databases Makefile Added files: databases/bbdb-emacs20 Makefile Log: Add bbdb for Emacs, Insidious Big Brother Database.(stub for emacs20) Reviewed by: knu(mentor) Revision Changes Path 1.152 +1 -0 ports/databases/Makefile 1.1 +12 -0 ports/databases/bbdb-emacs20/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 4:36: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1600537B417; Wed, 12 Dec 2001 04:35:55 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCZsO72005; Wed, 12 Dec 2001 04:35:54 -0800 (PST) (envelope-from yoichi) Message-Id: <200112121235.fBCCZsO72005@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Wed, 12 Dec 2001 04:35:54 -0800 (PST) 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 yoichi 2001/12/12 04:35:54 PST Modified files: . modules Log: bbdb-emacs20 --> ports/databases/bbdb-emacs20 Revision Changes Path 1.4302 +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 Dec 12 4:48:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBCA537B416; Wed, 12 Dec 2001 04:48:12 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCmCR78511; Wed, 12 Dec 2001 04:48:12 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121248.fBCCmCR78511@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 04:48:12 -0800 (PST) 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 mwlucas 2001/12/12 04:48:12 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Minor cleanup on disk geometry question: I->we, break up very long sentences, etc. Approved by: bmah Revision Changes Path 1.317 +17 -15 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 Wed Dec 12 4:49:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92D0B37B417; Wed, 12 Dec 2001 04:49:31 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCnVd78876; Wed, 12 Dec 2001 04:49:31 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121249.fBCCnVd78876@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 04:49:31 -0800 (PST) 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 mwlucas 2001/12/12 04:49:31 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Whitespace cleanup of disk-geometry question. No content changes. Approved by: bmah Revision Changes Path 1.318 +54 -48 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 Wed Dec 12 4:52:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A3CA37B419; Wed, 12 Dec 2001 04:52:30 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCqUe81629; Wed, 12 Dec 2001 04:52:30 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121252.fBCCqUe81629@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 04:52:30 -0800 (PST) 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 mwlucas 2001/12/12 04:52:30 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Get rid of capital letter in the middle of a sentence. Approved by: bmah Revision Changes Path 1.319 +1 -1 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 Wed Dec 12 4:53:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BEA437B416; Wed, 12 Dec 2001 04:53:49 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCrnM82546; Wed, 12 Dec 2001 04:53:49 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121253.fBCCrnM82546@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 04:53:49 -0800 (PST) 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 mwlucas 2001/12/12 04:53:49 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: "see this link" -> "see the Mobile Computing page" Approved by: bmah Revision Changes Path 1.320 +3 -2 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 Wed Dec 12 4:55:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01B7137B416; Wed, 12 Dec 2001 04:55:27 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCtQM83311; Wed, 12 Dec 2001 04:55:26 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121255.fBCCtQM83311@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 04:55:26 -0800 (PST) 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 mwlucas 2001/12/12 04:55:26 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: multiple "see this link" -> "look at the sections X" Approved by: bmah Revision Changes Path 1.321 +3 -3 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 Wed Dec 12 4:57:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28E2937B417; Wed, 12 Dec 2001 04:57:36 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCCvaL84606; Wed, 12 Dec 2001 04:57:36 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121257.fBCCvaL84606@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 04:57:36 -0800 (PST) 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 mwlucas 2001/12/12 04:57:36 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: "this link" -> "in the advanced topics section" Approved by: bmah Revision Changes Path 1.322 +2 -1 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 Wed Dec 12 5:42:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6A3637B417; Wed, 12 Dec 2001 05:42:25 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCDgPw20505; Wed, 12 Dec 2001 05:42:25 -0800 (PST) (envelope-from ru) Message-Id: <200112121342.fBCDgPw20505@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 05:42:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isgraph.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 ru 2001/12/12 05:42:25 PST Modified files: lib/libc/locale isgraph.3 Log: mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup. Revision Changes Path 1.16 +3 -1 src/lib/libc/locale/isgraph.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 5:45:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBB9337B41D; Wed, 12 Dec 2001 05:45:35 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCDjZH22949; Wed, 12 Dec 2001 05:45:35 -0800 (PST) (envelope-from ru) Message-Id: <200112121345.fBCDjZH22949@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 05:45:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isprint.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 ru 2001/12/12 05:45:35 PST Modified files: lib/libc/locale isprint.3 Log: mdoc(7) police: use no-break space, fix markup. Revision Changes Path 1.17 +2 -1 src/lib/libc/locale/isprint.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 5:46:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD5EE37B417; Wed, 12 Dec 2001 05:46:15 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCDkF923475; Wed, 12 Dec 2001 05:46:15 -0800 (PST) (envelope-from ru) Message-Id: <200112121346.fBCDkF923475@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 05:46:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale ispunct.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 ru 2001/12/12 05:46:15 PST Modified files: lib/libc/locale ispunct.3 Log: mdoc(7) police: use no-break space. Revision Changes Path 1.15 +4 -2 src/lib/libc/locale/ispunct.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 5:47:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B06337B417; Wed, 12 Dec 2001 05:47:04 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCDl4123921; Wed, 12 Dec 2001 05:47:04 -0800 (PST) (envelope-from nyan) Message-Id: <200112121347.fBCDl4123921@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 12 Dec 2001 05:47:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/libpc98 biosdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 05:47:04 PST Modified files: sys/boot/pc98/libpc98 biosdisk.c Log: MFi386: revision 1.35 (Add support for writing to BIOS disks) Revision Changes Path 1.18 +221 -4 src/sys/boot/pc98/libpc98/biosdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 5:56: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E608F37B405; Wed, 12 Dec 2001 05:56:00 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCDu0F28039; Wed, 12 Dec 2001 05:56:00 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112121356.fBCDu0F28039@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 12 Dec 2001 05:56:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mew2-emacs20 Makefile distinfo pkg-plist ports/mail/mew2-emacs20/files patch-ab patch-ac 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 kuriyama 2001/12/12 05:56:00 PST Modified files: mail/mew2-emacs20 Makefile distinfo pkg-plist mail/mew2-emacs20/files patch-ab patch-ac Added files: mail/mew2-emacs20/files patch-af Log: Upgrade to 2.1. Submitted by: TAKEMURA Masahiro , NINOMIYA Hideyuki Approved by: maintainer Revision Changes Path 1.4 +2 -2 ports/mail/mew2-emacs20/Makefile 1.3 +1 -1 ports/mail/mew2-emacs20/distinfo 1.3 +8 -8 ports/mail/mew2-emacs20/files/patch-ab 1.3 +3 -3 ports/mail/mew2-emacs20/files/patch-ac 1.1 +55 -0 ports/mail/mew2-emacs20/files/patch-af (new) 1.3 +1 -1 ports/mail/mew2-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 Wed Dec 12 6:36:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C6F437B405; Wed, 12 Dec 2001 06:36:28 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCEaSD77573; Wed, 12 Dec 2001 06:36:28 -0800 (PST) (envelope-from ru) Message-Id: <200112121436.fBCEaSD77573@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 06:36:28 -0800 (PST) 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 ru 2001/12/12 06:36:28 PST Modified files: lib/libc/stdio printf.3 Log: mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34. Revision Changes Path 1.36 +67 -57 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 Wed Dec 12 6:40:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE16437B417; Wed, 12 Dec 2001 06:40:09 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCEe9W00557; Wed, 12 Dec 2001 06:40:09 -0800 (PST) (envelope-from ru) Message-Id: <200112121440.fBCEe9W00557@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 06:40:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib atol.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 ru 2001/12/12 06:40:09 PST Modified files: lib/libc/stdlib atol.3 Log: mdoc(7) police: fix markup. Revision Changes Path 1.9 +17 -13 src/lib/libc/stdlib/atol.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 6:41:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C86DA37B405; Wed, 12 Dec 2001 06:41:53 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCEfrC16324; Wed, 12 Dec 2001 06:41:53 -0800 (PST) (envelope-from ru) Message-Id: <200112121441.fBCEfrC16324@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 06:41:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.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 ru 2001/12/12 06:41:53 PST Modified files: lib/libc/stdlib malloc.3 Log: mdoc(7) police: kill HSBs, add missing comma. Revision Changes Path 1.51 +13 -8 src/lib/libc/stdlib/malloc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 6:49:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D67C37B405; Wed, 12 Dec 2001 06:49:39 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCEndx77700; Wed, 12 Dec 2001 06:49:39 -0800 (PST) (envelope-from ru) Message-Id: <200112121449.fBCEndx77700@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 06:49:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtol.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 ru 2001/12/12 06:49:39 PST Modified files: lib/libc/stdlib strtol.3 Log: mdoc(7) police: fix markup, bump document date. Revision Changes Path 1.16 +18 -15 src/lib/libc/stdlib/strtol.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 6:53:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD2EB37B419; Wed, 12 Dec 2001 06:53:51 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCErpc92366; Wed, 12 Dec 2001 06:53:51 -0800 (PST) (envelope-from ru) Message-Id: <200112121453.fBCErpc92366@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 06:53:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtoul.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 ru 2001/12/12 06:53:51 PST Modified files: lib/libc/stdlib strtoul.3 Log: mdoc(7) police: fix markup, bump document date. Revision Changes Path 1.16 +20 -15 src/lib/libc/stdlib/strtoul.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 6:56:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF84B37B417; Wed, 12 Dec 2001 06:56:27 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCEuRL94191; Wed, 12 Dec 2001 06:56:27 -0800 (PST) (envelope-from sobomax) Message-Id: <200112121456.fBCEuRL94191@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 12 Dec 2001 06:56:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml 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 2001/12/12 06:56:27 PST Modified files: textproc/libxml Makefile distinfo Log: Update to 1.8.16. Revision Changes Path 1.39 +1 -1 ports/textproc/libxml/Makefile 1.26 +1 -1 ports/textproc/libxml/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 7: 2:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68DBB37B41D; Wed, 12 Dec 2001 07:02:33 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCF2XA96883; Wed, 12 Dec 2001 07:02:33 -0800 (PST) (envelope-from ru) Message-Id: <200112121502.fBCF2XA96883@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 07:02:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strerror.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 ru 2001/12/12 07:02:33 PST Modified files: lib/libc/string strerror.3 Log: mdoc(7) police: minor markup nits. Revision Changes Path 1.16 +20 -20 src/lib/libc/string/strerror.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 7:15:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84E0737B417; Wed, 12 Dec 2001 07:15:47 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFFlB08748; Wed, 12 Dec 2001 07:15:47 -0800 (PST) (envelope-from ru) Message-Id: <200112121515.fBCFFlB08748@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 07:15:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 tuning.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/12/12 07:15:47 PST Modified files: share/man/man7 tuning.7 Log: mdoc(7) police: remove the debugging stuff I use to prevent hyphenation (so that the output could be spell-checked). Revision Changes Path 1.32 +0 -1 src/share/man/man7/tuning.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 7:21:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E04137B417; Wed, 12 Dec 2001 07:21:37 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFLbA17098; Wed, 12 Dec 2001 07:21:37 -0800 (PST) (envelope-from ru) Message-Id: <200112121521.fBCFLbA17098@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 12 Dec 2001 07:21:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 tuning.7 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 ru 2001/12/12 07:21:37 PST Modified files: (Branch: RELENG_4) share/man/man7 tuning.7 Log: MFC: GC debugging stuff. Revision Changes Path 1.1.2.20 +0 -1 src/share/man/man7/tuning.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 7:28: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4B8E37B419; Wed, 12 Dec 2001 07:27:45 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFRjD21635; Wed, 12 Dec 2001 07:27:45 -0800 (PST) (envelope-from ume) Message-Id: <200112121527.fBCFRjD21635@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 12 Dec 2001 07:27:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netkey key.c key_var.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 ume 2001/12/12 07:27:45 PST Modified files: (Branch: RELENG_4) sys/netkey key.c key_var.h Log: MFC: Newer SA is prefered for a out-bound packet than old one when net.key.prefered_oldsa is set to zero. sys/netkey/key.c: 1.36 sys/netkey/key_var.h: 1.6 Revision Changes Path 1.16.2.11 +85 -5 src/sys/netkey/key.c 1.2.2.4 +4 -2 src/sys/netkey/key_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 7:31:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A96E37B417; Wed, 12 Dec 2001 07:31:19 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFVJ322510; Wed, 12 Dec 2001 07:31:19 -0800 (PST) (envelope-from bmah) Message-Id: <200112121531.fBCFVJ322510@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 12 Dec 2001 07:31:19 -0800 (PST) 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 2001/12/12 07:31:19 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: jail sysctl variables moved. Submitted by: arr Revision Changes Path 1.213 +5 -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 Wed Dec 12 7:39:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F99D37B405; Wed, 12 Dec 2001 07:39:27 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFdRj32115; Wed, 12 Dec 2001 07:39:27 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121539.fBCFdRj32115@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 07:39:26 -0800 (PST) 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 mwlucas 2001/12/12 07:39:26 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: make link to web-based submission actually point to web-based submission form. Approved by: bmah Revision Changes Path 1.323 +1 -1 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 Wed Dec 12 7:41:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED47137B416; Wed, 12 Dec 2001 07:41:08 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFf8934457; Wed, 12 Dec 2001 07:41:08 -0800 (PST) (envelope-from phantom) Message-Id: <200112121541.fBCFf8934457@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 12 Dec 2001 07:41:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include langinfo.h monetary.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 phantom 2001/12/12 07:41:08 PST Modified files: include langinfo.h monetary.h Log: * style(9)'ify * add K&R support to langinfo.h Requested by: bde (2) Revision Changes Path 1.4 +5 -5 src/include/langinfo.h 1.5 +3 -3 src/include/monetary.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 7:42:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7911037B419; Wed, 12 Dec 2001 07:42:19 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFgJF35711; Wed, 12 Dec 2001 07:42:19 -0800 (PST) (envelope-from mikeh) Message-Id: <200112121542.fBCFgJF35711@freefall.freebsd.org> From: Mike Heffner Date: Wed, 12 Dec 2001 07:42:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mail 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 mikeh 2001/12/12 07:42:19 PST Modified files: usr.bin/mail Makefile Log: I'm working on cleaning this up, however it probably won't be done for awhile. Turn off WARNS so that this doesn't break the build when WARNS is turned on higher up. Also add $FreeBSD$. Revision Changes Path 1.6 +2 -0 src/usr.bin/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 7:45:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97A0B37B41D; Wed, 12 Dec 2001 07:45:20 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFjKC38050; Wed, 12 Dec 2001 07:45:20 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121545.fBCFjKC38050@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 07:45:20 -0800 (PST) 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 mwlucas 2001/12/12 07:45:20 PST Modified files: en/news news.xml Log: Announce my presence as a new committer. Approved by: bmah Revision Changes Path 1.49 +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 Dec 12 7:50:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1A7637B417; Wed, 12 Dec 2001 07:50:13 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFoD044098; Wed, 12 Dec 2001 07:50:13 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121550.fBCFoD044098@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 07:50:13 -0800 (PST) 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 mwlucas 2001/12/12 07:50:13 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Clean up on "4 mb install" question. Combine several short paragraphs on 2.1.7 to a single paragraph, so the cross-version info at the bottom isn't lost in the noise. Note that this question still has problems. 5mb is no longer enough to install in. I'm trying to find someone who can tell me roughly when the install requirements jumped to 16M. Approved by: bmah Revision Changes Path 1.324 +15 -18 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 Wed Dec 12 7:51:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0217B37B405; Wed, 12 Dec 2001 07:51:11 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFpAx45453; Wed, 12 Dec 2001 07:51:10 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121551.fBCFpAx45453@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 07:51:10 -0800 (PST) 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 mwlucas 2001/12/12 07:51:10 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Whitespace changes on install memory question. No content changes. Approved by: bmah Revision Changes Path 1.325 +20 -23 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 Wed Dec 12 7:58: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95CF237B405; Wed, 12 Dec 2001 07:58:04 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFw4d50742; Wed, 12 Dec 2001 07:58:04 -0800 (PST) (envelope-from rwatson) Message-Id: <200112121558.fBCFw4d50742@freefall.freebsd.org> From: Robert Watson Date: Wed, 12 Dec 2001 07:58:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 tuning.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/12/12 07:58:04 PST Modified files: share/man/man7 tuning.7 Log: o Various language and style tweaks. Submitted by: ru Revision Changes Path 1.33 +7 -6 src/share/man/man7/tuning.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 7:58:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CD8937B405; Wed, 12 Dec 2001 07:58:23 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFwNI51050; Wed, 12 Dec 2001 07:58:23 -0800 (PST) (envelope-from sobomax) Message-Id: <200112121558.fBCFwNI51050@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 12 Dec 2001 07:58:23 -0800 (PST) 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: HEAD Sender: owner-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 2001/12/12 07:58:23 PST Modified files: sys/dev/usb usbdevs usbdevs.h usbdevs_data.h Log: Add DIVA USB mp3 player. Submitted by: Olexander Kunytsa MFC after: 3 days Revision Changes Path 1.71 +1 -0 src/sys/dev/usb/usbdevs 1.87 +1 -0 src/sys/dev/usb/usbdevs.h 1.87 +6 -0 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 Wed Dec 12 8:40:31 2001 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 7FCBE37B416; Wed, 12 Dec 2001 08:40:23 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 5E6CB87; Wed, 12 Dec 2001 16:40:06 +0000 (GMT) Date: Wed, 12 Dec 2001 16:40:06 +0000 From: Josef Karthauser To: Guido van Rooij Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pcm ac97.c Message-ID: <20011212164006.B63113@tao.org.uk> References: <200112102027.fBAKRIl27350@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="GRPZ8SYKNexpdSJ7" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112102027.fBAKRIl27350@freefall.freebsd.org>; from guido@FreeBSD.org on Mon, Dec 10, 2001 at 12:27:18PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --GRPZ8SYKNexpdSJ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 10, 2001 at 12:27:18PM -0800, Guido van Rooij wrote: > guido 2001/12/10 12:27:18 PST >=20 > Modified files: > sys/dev/sound/pcm ac97.c=20 > Log: > Get rid of irritating (bogus) message: > pcm0: ac97 codec failed to reset extended mode (0, got 80) > This was due to not masking off the correct extended function bits > in the read value from the extended status reg. This fixes kern/32384. Joe --GRPZ8SYKNexpdSJ7 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 iEYEARECAAYFAjwXiGUACgkQXVIcjOaxUBYhAACg3m/IfyALgMxfP/Bk0RepxRax ApYAnAn5/gjqIizgyhzrNDTgRKEnkslO =7+iE -----END PGP SIGNATURE----- --GRPZ8SYKNexpdSJ7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 8:45:59 2001 Delivered-To: cvs-all@freebsd.org Received: from tomts11-srv.bellnexxia.net (tomts11.bellnexxia.net [209.226.175.55]) by hub.freebsd.org (Postfix) with ESMTP id D955737B417; Wed, 12 Dec 2001 08:45:53 -0800 (PST) Received: from khan.anarcat.dyndns.org ([65.94.189.35]) by tomts11-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011212164548.WYGR24966.tomts11-srv.bellnexxia.net@khan.anarcat.dyndns.org>; Wed, 12 Dec 2001 11:45:48 -0500 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 55F0F1A49; Wed, 12 Dec 2001 11:45:42 -0500 (EST) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id E66D320ACB; Wed, 12 Dec 2001 11:47:39 -0500 (EST) Date: Wed, 12 Dec 2001 11:47:39 -0500 From: The Anarcat To: Jim Mock Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel/files patch-14 Message-ID: <20011212164738.GC65834@shall.anarcat.dyndns.org> Mail-Followup-To: Jim Mock , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200112111109.fBBB9Jv78403@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XMCwj5IQnwKtuyBG" Content-Disposition: inline In-Reply-To: <200112111109.fBBB9Jv78403@freefall.freebsd.org> 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 --XMCwj5IQnwKtuyBG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable PORTREVISION bump? On Tue Dec 11, 2001 at 03:09:19AM -0800, Jim Mock wrote: > jim 2001/12/11 03:09:19 PST >=20 > Added files: > mail/mutt-devel/files patch-14=20 > Log: > Patch to fix a bug in the pager where \012 is displayed after the PGP > info on signed messages. > =20 > Approved by: maintainer > =20 > Revision Changes Path > 1.1 +11 -0 ports/mail/mutt-devel/files/patch-14 (new) >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message >=20 --XMCwj5IQnwKtuyBG 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 iEUEARECAAYFAjwXiiEACgkQttcWHAnWiGfOTgCeO1Q1VEv8al1+QUSaeZ8wjLKA fhUAmOIaRQfO88Y6sqWGydh3a06eYnc= =JdE/ -----END PGP SIGNATURE----- --XMCwj5IQnwKtuyBG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 9:54:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A00737B416; Wed, 12 Dec 2001 09:54:14 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCHsEs31404; Wed, 12 Dec 2001 09:54:14 -0800 (PST) (envelope-from demon) Message-Id: <200112121754.fBCHsEs31404@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 12 Dec 2001 09:54:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/kde2-i18n Makefile distinfo pkg-plist ports/misc/kde2-i18n/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 demon 2001/12/12 09:54:14 PST Modified files: misc/kde2-i18n Makefile distinfo pkg-plist misc/kde2-i18n/scripts Configure Log: Update to 2.2.2. Submitted by: SASAKI Katuhiro Revision Changes Path 1.11 +15 -2 ports/misc/kde2-i18n/Makefile 1.6 +1 -1 ports/misc/kde2-i18n/distinfo 1.6 +1339 -319 ports/misc/kde2-i18n/pkg-plist 1.9 +1 -7 ports/misc/kde2-i18n/scripts/Configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 10: 8:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F87037B405; Wed, 12 Dec 2001 10:08:55 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCI8tr36192; Wed, 12 Dec 2001 10:08:55 -0800 (PST) (envelope-from joe) Message-Id: <200112121808.fBCI8tr36192@freefall.freebsd.org> From: Josef Karthauser Date: Wed, 12 Dec 2001 10:08:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra/files patch-ioctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/12/12 10:08:55 PST Added files: net/zebra/files patch-ioctl.c Log: Fix the use of ipv6 addresses on interfaces. (Submitted to the zebra folk for the next release). Submitted by: Armin Arh Revision Changes Path 1.1 +12 -0 ports/net/zebra/files/patch-ioctl.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 10:11:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D331037B405; Wed, 12 Dec 2001 10:11:19 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCIBJK36569; Wed, 12 Dec 2001 10:11:19 -0800 (PST) (envelope-from iedowse) Message-Id: <200112121811.fBCIBJK36569@freefall.freebsd.org> From: Ian Dowse Date: Wed, 12 Dec 2001 10:11:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.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 iedowse 2001/12/12 10:11:19 PST Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_da.c Log: MFC: 1.91; Add a quirk for the D-series olympus digital cameras. Revision Changes Path 1.42.2.17 +7 -0 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 10:16: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 089B837B405; Wed, 12 Dec 2001 10:16:06 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCIG6U37075; Wed, 12 Dec 2001 10:16:06 -0800 (PST) (envelope-from joe) Message-Id: <200112121816.fBCIG6U37075@freefall.freebsd.org> From: Josef Karthauser Date: Wed, 12 Dec 2001 10:16:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra 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 joe 2001/12/12 10:16:05 PST Modified files: net/zebra Makefile Log: Bump the revision number, which I should have done when I added the additional patch in the last commit. Revision Changes Path 1.57 +2 -1 ports/net/zebra/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 10:19: 9 2001 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 C79E637B405; Wed, 12 Dec 2001 10:19:04 -0800 (PST) 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 fBCIJ3a86581; Wed, 12 Dec 2001 11:19:03 -0700 (MST) (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 fBCIJ3M37065; Wed, 12 Dec 2001 11:19:03 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112121819.fBCIJ3M37065@harmony.village.org> To: Ruslan Ermilov Subject: Re: cvs commit: src/usr.bin/xinstall Makefile xinstall.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 12 Dec 2001 00:49:51 PST." <200112120849.fBC8npo05723@freefall.freebsd.org> References: <200112120849.fBC8npo05723@freefall.freebsd.org> Date: Wed, 12 Dec 2001 11:19:03 -0700 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 <200112120849.fBC8npo05723@freefall.freebsd.org> Ruslan Ermilov writes: : More "const" poisoning, and only use NO_WERROR if we're bootstrapping. I've often wondered why we don't set NO_WERROR for the bootstrap phase of the build... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 10:22: 8 2001 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 86A5537B405; Wed, 12 Dec 2001 10:22:04 -0800 (PST) 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 fBCIM3a86605; Wed, 12 Dec 2001 11:22:03 -0700 (MST) (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 fBCIM2M37109; Wed, 12 Dec 2001 11:22:02 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112121822.fBCIM2M37109@harmony.village.org> To: "Erik H. Bakke" Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Cc: "Nick Hibma" , "Sheldon Hearn" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 12 Dec 2001 10:58:02 +0100." <001b01c182f3$7cbadf50$5b3bcbd5@breiflabb> References: <001b01c182f3$7cbadf50$5b3bcbd5@breiflabb> <20011212022504.T2265-100000@heather.subatomica.com> Date: Wed, 12 Dec 2001 11:22:02 -0700 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 <001b01c182f3$7cbadf50$5b3bcbd5@breiflabb> "Erik H. Bakke" writes: : If the IDs were defined in the driver, using a USB framework supplied macro, : they could be easily extracted by a text processor tool, and this global : list could be generated from that. : : I think that would give us the best of both worlds. For pccard, we don't need a global list of all things (in fact, we don't generate one now). We use it for generation of the id numbers and cis strings. That's its real value. It automatically generates these things and so drivers are able, with a simple macro, to define the card, reguardless of the method needed to pick it. So doing something like that for pccard would be hard. I suspect that usb is similar. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 10:22:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AC9237B443; Wed, 12 Dec 2001 10:22:10 -0800 (PST) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCIMAs38052; Wed, 12 Dec 2001 10:22:10 -0800 (PST) (envelope-from charnier) Message-Id: <200112121822.fBCIMAs38052@freefall.freebsd.org> From: Philippe Charnier Date: Wed, 12 Dec 2001 10:22:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/biff biff.1 biff.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 10:22:10 PST Modified files: usr.bin/biff biff.1 biff.c Log: Start option definition with: ``The following options are available'' Use .Ev for env variables. Remove unused #includes, and sort others. Revision Changes Path 1.12 +7 -8 src/usr.bin/biff/biff.1 1.11 +2 -6 src/usr.bin/biff/biff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 10:24:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA22837B41D; Wed, 12 Dec 2001 10:24:42 -0800 (PST) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCIOgT38468; Wed, 12 Dec 2001 10:24:42 -0800 (PST) (envelope-from charnier) Message-Id: <200112121824.fBCIOgT38468@freefall.freebsd.org> From: Philippe Charnier Date: Wed, 12 Dec 2001 10:24:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ctags C.c ctags.1 ctags.c fortran.c print.c tree.c yacc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 10:24:42 PST Modified files: usr.bin/ctags C.c ctags.1 ctags.c fortran.c print.c tree.c yacc.c Log: Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .Em conversions. Sort #includes. Spelling. use errx() instead of err() when explicit message is given. Revision Changes Path 1.6 +0 -1 src/usr.bin/ctags/C.c 1.9 +29 -27 src/usr.bin/ctags/ctags.1 1.12 +2 -2 src/usr.bin/ctags/ctags.c 1.8 +0 -1 src/usr.bin/ctags/fortran.c 1.8 +0 -2 src/usr.bin/ctags/print.c 1.7 +1 -1 src/usr.bin/ctags/tree.c 1.7 +1 -2 src/usr.bin/ctags/yacc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 10:25:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E9DB37B405; Wed, 12 Dec 2001 10:25:13 -0800 (PST) Received: (from tom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCIPDW38522; Wed, 12 Dec 2001 10:25:13 -0800 (PST) (envelope-from tom) Message-Id: <200112121825.fBCIPDW38522@freefall.freebsd.org> From: Tom Hukins Date: Wed, 12 Dec 2001 10:25:13 -0800 (PST) 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 tom 2001/12/12 10:25:13 PST Modified files: en_US.ISO8859-1/books/handbook/sound chapter.sgml Log: "WinAmp" -> "Winamp" for consistency reasons, and because http://www.winamp.com/ uses this spelling. Submitted by: Christopher Dempsey Revision Changes Path 1.26 +2 -2 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 Wed Dec 12 10:26: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6248437B416; Wed, 12 Dec 2001 10:25:53 -0800 (PST) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCIPrk38631; Wed, 12 Dec 2001 10:25:53 -0800 (PST) (envelope-from charnier) Message-Id: <200112121825.fBCIPrk38631@freefall.freebsd.org> From: Philippe Charnier Date: Wed, 12 Dec 2001 10:25:53 -0800 (PST) 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 charnier 2001/12/12 10:25:53 PST Modified files: usr.bin/fold fold.1 fold.c Log: Make clear that -w gets an argument. Add __FBSDID and remove unused #include Revision Changes Path 1.7 +3 -3 src/usr.bin/fold/fold.1 1.6 +3 -3 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 Wed Dec 12 10:49:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 448C937B417; Wed, 12 Dec 2001 10:49:48 -0800 (PST) Received: (from tom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCInm742662; Wed, 12 Dec 2001 10:49:48 -0800 (PST) (envelope-from tom) Message-Id: <200112121849.fBCInm742662@freefall.freebsd.org> From: Tom Hukins Date: Wed, 12 Dec 2001 10:49:48 -0800 (PST) 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 tom 2001/12/12 10:49:48 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Use depth-first find(1) ("find -d") when building the pkg-plist automatically instead of using find(1) without the "-d" attribute PR: docs/32116 Submitted by: Rob Simmons Revision Changes Path 1.185 +3 -3 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 Wed Dec 12 10:53:36 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id E86CD37B41B; Wed, 12 Dec 2001 10:53:29 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 7472D81D01; Wed, 12 Dec 2001 12:53:24 -0600 (CST) Date: Wed, 12 Dec 2001 12:53:24 -0600 From: Alfred Perlstein To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/fifofs fifo_vnops.c Message-ID: <20011212125324.R92148@elvis.mu.org> References: <200112120935.fBC9ZXJ53890@freefall.freebsd.org> <20011212231111.Y34887-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: <20011212231111.Y34887-100000@gamplex.bde.org>; from bde@zeta.org.au on Wed, Dec 12, 2001 at 11:14:18PM +1100 Sender: owner-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 [011212 06:13] wrote: > On Wed, 12 Dec 2001, Alfred Perlstein wrote: > > > alfred 2001/12/12 01:35:33 PST > > > > Modified files: > > sys/fs/fifofs fifo_vnops.c > > Log: > > Fix select on named pipes without a reader. > > > > PR: kern/19871 > > MFC after: 1 month > > No, it will be backed out. I believe other systems implement this by > making the semantics of select() incompatible with read(). They don't > just break read(). Could you be more clear on how this breaks read(2)? -- -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.' http://www.morons.org/rants/gpl-harmful.php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 10:55: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69EE637B41D; Wed, 12 Dec 2001 10:55:01 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCIt1q47626; Wed, 12 Dec 2001 10:55:01 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112121855.fBCIt1q47626@freefall.freebsd.org> From: Michael Lucas Date: Wed, 12 Dec 2001 10:55:01 -0800 (PST) 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 mwlucas 2001/12/12 10:55:01 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Correct the links given for lists of core and committers. These will not fix all cases, but will be visible in more cases than they were before. Reviewed by: -doc (in spirit) Approved by: bmah Revision Changes Path 1.326 +2 -2 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 Wed Dec 12 11:30:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1ED7337B41B; Wed, 12 Dec 2001 11:30:36 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJUax57006; Wed, 12 Dec 2001 11:30:36 -0800 (PST) (envelope-from ijliao) Message-Id: <200112121930.fBCJUax57006@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 11:30:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql7 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 2001/12/12 11:30:36 PST Modified files: databases/postgresql7 Makefile Log: pre-everything needs two colons PR: 32755 Submitted by: Palle Girgensohn Revision Changes Path 1.90 +2 -2 ports/databases/postgresql7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 11:32:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B31EA37B41F; Wed, 12 Dec 2001 11:32:41 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJWf358391; Wed, 12 Dec 2001 11:32:41 -0800 (PST) (envelope-from wilko) Message-Id: <200112121932.fBCJWf358391@freefall.freebsd.org> From: Wilko Bulte Date: Wed, 12 Dec 2001 11:32:41 -0800 (PST) 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 wilko 2001/12/12 11:32:41 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Floppy access on Alphaserver DS10 and DS20 is broken. Revision Changes Path 1.22.2.136 +5 -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 Wed Dec 12 11:40:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA22B37B405; Wed, 12 Dec 2001 11:40:09 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJe9659232; Wed, 12 Dec 2001 11:40:09 -0800 (PST) (envelope-from ijliao) Message-Id: <200112121940.fBCJe9659232@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 11:40:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/mwavem Makefile distinfo pkg-plist ports/comms/mwavem/files mwavem.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 2001/12/12 11:40:09 PST Modified files: comms/mwavem Makefile distinfo pkg-plist comms/mwavem/files mwavem.sh Log: upgrade to 1.2 PR: 32754 Submitted by: maintainer Revision Changes Path 1.6 +6 -7 ports/comms/mwavem/Makefile 1.3 +1 -1 ports/comms/mwavem/distinfo 1.3 +4 -4 ports/comms/mwavem/files/mwavem.sh 1.3 +71 -71 ports/comms/mwavem/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 Dec 12 11:43:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BE3437B42A; Wed, 12 Dec 2001 11:43:15 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJhFu59979; Wed, 12 Dec 2001 11:43:15 -0800 (PST) (envelope-from ijliao) Message-Id: <200112121943.fBCJhFu59979@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 11:43:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/libesmtp 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 2001/12/12 11:43:15 PST Modified files: mail/libesmtp Makefile distinfo Log: upgrade to 0.8.8 PR: 32752 Submitted by: maintainer Revision Changes Path 1.13 +10 -14 ports/mail/libesmtp/Makefile 1.6 +1 -1 ports/mail/libesmtp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 11:45:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27BC937B405; Wed, 12 Dec 2001 11:45:24 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJjOC60488; Wed, 12 Dec 2001 11:45:24 -0800 (PST) (envelope-from guido) Message-Id: <200112121945.fBCJjOC60488@freefall.freebsd.org> From: Guido van Rooij Date: Wed, 12 Dec 2001 11:45:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm ac97.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 guido 2001/12/12 11:45:24 PST Modified files: (Branch: RELENG_4) sys/dev/sound/pcm ac97.c Log: MFC 1.24: Get rid of irritating (bogus) message: pcm0: ac97 codec failed to reset extended mode (0, got 80) This was due to not masking off the correct extended function bits in the read value from the extended status reg. Revision Changes Path 1.5.2.7 +5 -2 src/sys/dev/sound/pcm/ac97.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 11:49:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB0CB37B41D; Wed, 12 Dec 2001 11:49:30 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJnUI61145; Wed, 12 Dec 2001 11:49:30 -0800 (PST) (envelope-from guido) Message-Id: <200112121949.fBCJnUI61145@freefall.freebsd.org> From: Guido van Rooij Date: Wed, 12 Dec 2001 11:49:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci maestro3.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 guido 2001/12/12 11:49:30 PST Modified files: (Branch: RELENG_4) sys/dev/sound/pci maestro3.c Log: MFC: 1.12: Fix resume for HP Omnibook 500's. Revision Changes Path 1.2.2.6 +8 -1 src/sys/dev/sound/pci/maestro3.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 11:50:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00AF837B41B; Wed, 12 Dec 2001 11:50:34 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJoXw61343; Wed, 12 Dec 2001 11:50:33 -0800 (PST) (envelope-from ijliao) Message-Id: <200112121950.fBCJoXw61343@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 11:50:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/pkg_tree Makefile distinfo ports/sysutils/pkg_tree/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 2001/12/12 11:50:33 PST Modified files: sysutils/pkg_tree Makefile distinfo Added files: sysutils/pkg_tree/files patch-Makefile Log: upgrade to 1.1 PR: 32748 Submitted by: maintainer Revision Changes Path 1.2 +8 -1 ports/sysutils/pkg_tree/Makefile 1.2 +1 -1 ports/sysutils/pkg_tree/distinfo 1.1 +13 -0 ports/sysutils/pkg_tree/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 Wed Dec 12 11:52:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EEB637B417; Wed, 12 Dec 2001 11:52:16 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJqGQ61789; Wed, 12 Dec 2001 11:52:16 -0800 (PST) (envelope-from ijliao) Message-Id: <200112121952.fBCJqGQ61789@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 11:52:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/netpbm 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 2001/12/12 11:52:16 PST Modified files: graphics/netpbm Makefile distinfo Log: upgrade to 9.22 PR: 32744 Submitted by: Ports Fury Revision Changes Path 1.53 +1 -1 ports/graphics/netpbm/Makefile 1.25 +1 -1 ports/graphics/netpbm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 11:52:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B505837B41B; Wed, 12 Dec 2001 11:52:46 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJqkr61878; Wed, 12 Dec 2001 11:52:46 -0800 (PST) (envelope-from phk) Message-Id: <200112121952.fBCJqkr61878@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 12 Dec 2001 11:52:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc 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 phk 2001/12/12 11:52:46 PST Modified files: (Branch: RELENG_4) etc rc Log: MFC: the /etc/rc.early escape for early boot jobs. Revision Changes Path 1.212.2.36 +7 -1 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 11:53:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C33E37B405; Wed, 12 Dec 2001 11:53:34 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJrY362031; Wed, 12 Dec 2001 11:53:34 -0800 (PST) (envelope-from guido) Message-Id: <200112121953.fBCJrY362031@freefall.freebsd.org> From: Guido van Rooij Date: Wed, 12 Dec 2001 11:53:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.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 guido 2001/12/12 11:53:34 PST Modified files: (Branch: RELENG_4) sys/pci if_xl.c Log: MFC: 1.100 Add suspend/resume hooks to this driver; necessary to overcome problems on HP Omnibook 500. Revision Changes Path 1.72.2.9 +39 -0 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 11:56:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3773E37B41C; Wed, 12 Dec 2001 11:56:09 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJu9562374; Wed, 12 Dec 2001 11:56:09 -0800 (PST) (envelope-from ijliao) Message-Id: <200112121956.fBCJu9562374@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 11:56:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmess Makefile ports/emulators/xmess/files patch-src::unix::unix.mak patch-src::unix::video-drivers::svgainput.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 11:56:09 PST Modified files: emulators/xmess Makefile Added files: emulators/xmess/files patch-src::unix::unix.mak patch-src::unix::video-drivers::svgainput.c Log: - Fix build of xmess (broken due to differences in patches w/ xmame master port) - Adds 2 xmess specific patches PR: 32742 Submitted by: maintainer Revision Changes Path 1.8 +2 -1 ports/emulators/xmess/Makefile 1.1 +47 -0 ports/emulators/xmess/files/patch-src::unix::unix.mak (new) 1.1 +13 -0 ports/emulators/xmess/files/patch-src::unix::video-drivers::svgainput.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 11:59: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7556137B416; Wed, 12 Dec 2001 11:59:00 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJx0262907; Wed, 12 Dec 2001 11:59:00 -0800 (PST) (envelope-from ijliao) Message-Id: <200112121959.fBCJx0262907@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 11:59:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/razor-agents 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 2001/12/12 11:59:00 PST Modified files: mail Makefile Added files: mail/razor-agents Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add razor-agent A distributed, collaborative, spam detection and filtering network PR: 32739 Submitted by: Yen-Ming Lee Revision Changes Path 1.271 +1 -0 ports/mail/Makefile 1.1 +27 -0 ports/mail/razor-agents/Makefile (new) 1.1 +1 -0 ports/mail/razor-agents/distinfo (new) 1.1 +1 -0 ports/mail/razor-agents/pkg-comment (new) 1.1 +14 -0 ports/mail/razor-agents/pkg-descr (new) 1.1 +12 -0 ports/mail/razor-agents/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 Dec 12 11:59: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2642C37B41C; Wed, 12 Dec 2001 11:59:03 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCJx3P62943; Wed, 12 Dec 2001 11:59:03 -0800 (PST) (envelope-from ijliao) Message-Id: <200112121959.fBCJx3P62943@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 11:59:03 -0800 (PST) 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 2001/12/12 11:59:03 PST Modified files: . modules Log: razor-agents --> ports/mail/razor-agents Revision Changes Path 1.4303 +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 Dec 12 12: 4:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C346437B41B; Wed, 12 Dec 2001 12:04:19 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCK4JB63768; Wed, 12 Dec 2001 12:04:19 -0800 (PST) (envelope-from ijliao) Message-Id: <200112122004.fBCK4JB63768@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 12:04:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-Netmask 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 2001/12/12 12:04:19 PST Modified files: net/p5-Net-Netmask Makefile distinfo Log: upgrade to 1.9002 maintainer mail bounce, assign author to be maintainer PR: 32738 Submitted by: David Muir Sharnoff (author) Revision Changes Path 1.3 +3 -3 ports/net/p5-Net-Netmask/Makefile 1.2 +1 -1 ports/net/p5-Net-Netmask/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 12: 5:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FF8E37B417; Wed, 12 Dec 2001 12:05:48 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCK5mj67287; Wed, 12 Dec 2001 12:05:48 -0800 (PST) (envelope-from imp) Message-Id: <200112122005.fBCK5mj67287@freefall.freebsd.org> From: Warner Losh Date: Wed, 12 Dec 2001 12:05:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 12:05:48 PST Modified files: sys/dev/pccard pccarddevs Log: Move LINKSYS2 to its correct numerical location. Add BONDWELL B236 Game Card Joystick. A PC Card joystick card. Revision Changes Path 1.25 +5 -1 src/sys/dev/pccard/pccarddevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 12: 6:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A835C37B430; Wed, 12 Dec 2001 12:06:29 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCK6TN67386; Wed, 12 Dec 2001 12:06:29 -0800 (PST) (envelope-from imp) Message-Id: <200112122006.fBCK6TN67386@freefall.freebsd.org> From: Warner Losh Date: Wed, 12 Dec 2001 12:06:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs.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 2001/12/12 12:06:29 PST Modified files: sys/dev/pccard pccarddevs.h Log: Sync to pccarddevs 1.25 Revision Changes Path 1.25 +8 -2 src/sys/dev/pccard/pccarddevs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 12: 8:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7422537B405; Wed, 12 Dec 2001 12:08:29 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCK8TA67596; Wed, 12 Dec 2001 12:08:29 -0800 (PST) (envelope-from ijliao) Message-Id: <200112122008.fBCK8TA67596@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 12:08:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/horde-devel Makefile distinfo pkg-deinstall pkg-descr pkg-message pkg-plist ports/www/horde-devel/files httpd.conf.horde 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 2001/12/12 12:08:29 PST Modified files: www/horde-devel Makefile distinfo pkg-deinstall pkg-descr pkg-message pkg-plist www/horde-devel/files httpd.conf.horde patch-ab Log: upgrade to RC3 PR: 32516 Submitted by: maintainer Revision Changes Path 1.2 +43 -55 ports/www/horde-devel/Makefile 1.2 +1 -1 ports/www/horde-devel/distinfo 1.2 +1 -1 ports/www/horde-devel/files/httpd.conf.horde 1.2 +25 -8 ports/www/horde-devel/files/patch-ab 1.2 +2 -1 ports/www/horde-devel/pkg-deinstall 1.2 +2 -0 ports/www/horde-devel/pkg-descr 1.2 +1 -1 ports/www/horde-devel/pkg-message 1.2 +6 -6 ports/www/horde-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 Wed Dec 12 12: 9:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D759B37B41B; Wed, 12 Dec 2001 12:09:16 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCK9Gt67763; Wed, 12 Dec 2001 12:09:16 -0800 (PST) (envelope-from ijliao) Message-Id: <200112122009.fBCK9Gt67763@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 12:09:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/turba Makefile distinfo pkg-message pkg-plist ports/mail/turba/files httpd.conf.turba X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 12:09:16 PST Modified files: mail/turba Makefile distinfo pkg-message pkg-plist mail/turba/files httpd.conf.turba Log: upgrade to RC3 PR: 32516 Submitted by: maintainer Revision Changes Path 1.2 +17 -25 ports/mail/turba/Makefile 1.2 +1 -1 ports/mail/turba/distinfo 1.2 +1 -2 ports/mail/turba/files/httpd.conf.turba 1.2 +1 -2 ports/mail/turba/pkg-message 1.2 +1 -0 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 Wed Dec 12 12:11:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1C5237B405; Wed, 12 Dec 2001 12:11:22 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCKBMR68163; Wed, 12 Dec 2001 12:11:22 -0800 (PST) (envelope-from ijliao) Message-Id: <200112122011.fBCKBMR68163@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 12:11:22 -0800 (PST) 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 2001/12/12 12:11:22 PST Modified files: . modules Log: imp-devel --> ports/mail/imp-devel Revision Changes Path 1.4304 +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 Dec 12 12:11:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF08937B419; Wed, 12 Dec 2001 12:11:20 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCKBKj68132; Wed, 12 Dec 2001 12:11:20 -0800 (PST) (envelope-from ijliao) Message-Id: <200112122011.fBCKBKj68132@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 12:11:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/imp-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/mail/imp-devel/files httpd.conf.imp 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 2001/12/12 12:11:20 PST Modified files: mail Makefile Added files: mail/imp-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist mail/imp-devel/files httpd.conf.imp patch-aa patch-ab Log: add imp-devel A webmail system which accesses mail over IMAP PR: 32516 Submitted by: Thierry Thomas Revision Changes Path 1.272 +1 -0 ports/mail/Makefile 1.1 +293 -0 ports/mail/imp-devel/Makefile (new) 1.1 +1 -0 ports/mail/imp-devel/distinfo (new) 1.1 +31 -0 ports/mail/imp-devel/files/httpd.conf.imp (new) 1.1 +50 -0 ports/mail/imp-devel/files/patch-aa (new) 1.1 +33 -0 ports/mail/imp-devel/files/patch-ab (new) 1.1 +1 -0 ports/mail/imp-devel/pkg-comment (new) 1.1 +13 -0 ports/mail/imp-devel/pkg-descr (new) 1.1 +22 -0 ports/mail/imp-devel/pkg-message (new) 1.1 +265 -0 ports/mail/imp-devel/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 Dec 12 12:16:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E14537B41C; Wed, 12 Dec 2001 12:16:22 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCKGMb68910; Wed, 12 Dec 2001 12:16:22 -0800 (PST) (envelope-from ijliao) Message-Id: <200112122016.fBCKGMb68910@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 12:16:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/libmcal Makefile pkg-message ports/misc/libmcal/files patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj 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 ijliao 2001/12/12 12:16:22 PST Modified files: misc/libmcal Makefile Added files: misc/libmcal pkg-message misc/libmcal/files patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al Log: make it run well with kronolith PR: 32711 Submitted by: maintainer Revision Changes Path 1.2 +7 -17 ports/misc/libmcal/Makefile 1.1 +17 -0 ports/misc/libmcal/files/patch-ad (new) 1.1 +73 -0 ports/misc/libmcal/files/patch-ae (new) 1.1 +65 -0 ports/misc/libmcal/files/patch-af (new) 1.1 +120 -0 ports/misc/libmcal/files/patch-ag (new) 1.1 +25 -0 ports/misc/libmcal/files/patch-ah (new) 1.1 +88 -0 ports/misc/libmcal/files/patch-ai (new) 1.1 +184 -0 ports/misc/libmcal/files/patch-aj (new) 1.1 +106 -0 ports/misc/libmcal/files/patch-ak (new) 1.1 +479 -0 ports/misc/libmcal/files/patch-al (new) 1.1 +16 -0 ports/misc/libmcal/pkg-message (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 12:17:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35DE937B417; Wed, 12 Dec 2001 12:17:05 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCKH5369087; Wed, 12 Dec 2001 12:17:05 -0800 (PST) (envelope-from jeh) Message-Id: <200112122017.fBCKH5369087@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 12 Dec 2001 12:17:05 -0800 (PST) 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 2001/12/12 12:17:05 PST Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4176 Revision Changes Path 1.70 +1 -1 ports/security/uvscan-dat/Makefile 1.68 +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 Dec 12 12:36:43 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id DA4EA37B417 for ; Wed, 12 Dec 2001 12:36:34 -0800 (PST) Received: (qmail 7431 invoked from network); 12 Dec 2001 20:36:33 -0000 Received: from unknown (HELO helios.dub.net) ([216.27.176.75]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 12 Dec 2001 20:36:33 -0000 Received: by helios.dub.net (Postfix, from userid 1000) id 48E22312F; Wed, 12 Dec 2001 12:36:19 -0800 (PST) Date: Wed, 12 Dec 2001 12:36:19 -0800 From: Jim Mock To: The Anarcat Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel/files patch-14 Message-ID: <20011212203619.GA17909@helios.soupnazi.org> Reply-To: jim@FreeBSD.org References: <200112111109.fBBB9Jv78403@freefall.freebsd.org> <20011212164738.GC65834@shall.anarcat.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011212164738.GC65834@shall.anarcat.dyndns.org> 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 Wed, 12 Dec 2001 at 11:47:39 -0500, The Anarcat wrote: > PORTREVISION bump? This is a cosmetic fix only. It doesn't add or remove any functionality. - jim -- jim mock http://geekhouse.net/ | 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 Wed Dec 12 12:38:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C12B737B405; Wed, 12 Dec 2001 12:38:07 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCKc7271817; Wed, 12 Dec 2001 12:38:07 -0800 (PST) (envelope-from mikeh) Message-Id: <200112122038.fBCKc7271817@freefall.freebsd.org> From: Mike Heffner Date: Wed, 12 Dec 2001 12:38:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locate/locate util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/12 12:38:07 PST Modified files: usr.bin/locate/locate util.c Log: Print the path with the shortest absolute length, rather than arbitrarily selecting one. PR: bin/14361 Approved by: wosch MFC after: 1 week Revision Changes Path 1.7 +5 -2 src/usr.bin/locate/locate/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 13:15:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17A8537B419; Wed, 12 Dec 2001 13:15:31 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCLFVP79593; Wed, 12 Dec 2001 13:15:31 -0800 (PST) (envelope-from jhb) Message-Id: <200112122115.fBCLFVP79593@freefall.freebsd.org> From: John Baldwin Date: Wed, 12 Dec 2001 13:15:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/12 13:15:31 PST Modified files: gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Log: Catch up to the globaldata -> pcpu changes. Revision Changes Path 1.33 +10 -10 src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 13:22:59 2001 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 BBC4E37B417; Wed, 12 Dec 2001 13:22:53 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 2E82314C56; Wed, 12 Dec 2001 22:22:52 +0100 (CET) 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: Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml References: <200112080431.fB84VMY50132@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 12 Dec 2001 22:22:51 +0100 In-Reply-To: <200112080431.fB84VMY50132@freefall.freebsd.org> Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 Murray Stokely writes: > Log: > Add some information about breaking to the debugger from the command > line with : > > # sysctl -w debug.enter_debugger=ddb The -w option is deprecated. 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 Dec 12 13:41:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB50E37B419; Wed, 12 Dec 2001 13:41:21 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCLfLc82217; Wed, 12 Dec 2001 13:41:21 -0800 (PST) (envelope-from sobomax) Message-Id: <200112122141.fBCLfLc82217@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 12 Dec 2001 13:41:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gnomeprint 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 2001/12/12 13:41:21 PST Modified files: print/gnomeprint Makefile distinfo pkg-plist Log: Update to 0.34. Revision Changes Path 1.39 +1 -1 ports/print/gnomeprint/Makefile 1.18 +1 -1 ports/print/gnomeprint/distinfo 1.20 +4 -0 ports/print/gnomeprint/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 Dec 12 13:42:54 2001 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 733C737B405; Wed, 12 Dec 2001 13:42:47 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 5891014C53; Wed, 12 Dec 2001 22:42:46 +0100 (CET) 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: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config mkoptions.c src/sys/alpha/alpha machdep.c src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD src/sys/i386/i386 machdep.c src/sys/ia64/conf GENERIC src/sys/ia64/ia64 machdep.c src/sys/kern subr_param.c ... References: <200112090157.fB91v9i60677@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 12 Dec 2001 22:42:45 +0100 In-Reply-To: <200112090157.fB91v9i60677@freefall.freebsd.org> Message-ID: Lines: 25 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 Matt Dillon writes: > Log: > Allow maxusers to be specified as 0 in the kernel config, which will > cause the system to auto-size to between 32 and 512 depending on the > amount of memory. Hmm, one thing I'd like to see in conjunction with this is something that warns you if you set kern.ipc.nmbclusters lower than the default; maybe something like this very rough patch: --- subr_mbuf.c 1 Dec 2001 00:21:30 -0000 1.11 +++ subr_mbuf.c 12 Dec 2001 21:41:44 -0000 @@ -157,6 +157,8 @@ */ nmbclusters = NMBCLUSTERS; TUNABLE_INT_FETCH("kern.ipc.nmbclusters", &nmbclusters); + if (nmbclusters < NMBCLUSTERS) + printf("WARNING: setting nmbclusters lower than default\n"); nmbufs = NMBUFS; TUNABLE_INT_FETCH("kern.ipc.nmbufs", &nmbufs); nsfbufs = NSFBUFS; 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 Dec 12 13:43:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F325637B416; Wed, 12 Dec 2001 13:43:20 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCLhKA82529; Wed, 12 Dec 2001 13:43:20 -0800 (PST) (envelope-from mjacob) Message-Id: <200112122143.fBCLhKA82529@freefall.freebsd.org> From: Matt Jacob Date: Wed, 12 Dec 2001 13:43:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 wx.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/12/12 13:43:20 PST Modified files: (Branch: RELENG_4) share/man/man4 wx.4 Log: Add a note about deprecation of this driver. The driver source && man page already removed in -current. Revision Changes Path 1.1.2.5 +6 -2 src/share/man/man4/wx.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 13:48:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E27937B405; Wed, 12 Dec 2001 13:48:34 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCLmYm83997; Wed, 12 Dec 2001 13:48:34 -0800 (PST) (envelope-from mikeh) Message-Id: <200112122148.fBCLmYm83997@freefall.freebsd.org> From: Mike Heffner Date: Wed, 12 Dec 2001 13:48:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/napshare Makefile ports/net/napshare/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 mikeh 2001/12/12 13:48:34 PST Modified files: net/napshare Makefile net/napshare/files patch-aa Added files: net/napshare/files patch-ab Log: Fix for seg. fault and remove multi-character constants. Bump port revision. Submitted by: Sergey Mukhin Revision Changes Path 1.2 +1 -0 ports/net/napshare/Makefile 1.2 +119 -0 ports/net/napshare/files/patch-aa 1.1 +31 -0 ports/net/napshare/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 13:53:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A27F37B416; Wed, 12 Dec 2001 13:53:44 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCLriq84940; Wed, 12 Dec 2001 13:53:44 -0800 (PST) (envelope-from sobomax) Message-Id: <200112122153.fBCLriq84940@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 12 Dec 2001 13:53:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gtkhtml pkg-plist ports/www/gtkhtml/files patch-capplet::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 2001/12/12 13:53:44 PST Modified files: www/gtkhtml pkg-plist Added files: www/gtkhtml/files patch-capplet::Makefile.in Log: Don't install useless duplicate copy of gtkhtml-properties.desktop. Revision Changes Path 1.1 +32 -0 ports/www/gtkhtml/files/patch-capplet::Makefile.in (new) 1.20 +0 -2 ports/www/gtkhtml/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 Dec 12 13:55: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id 9916537B417; Wed, 12 Dec 2001 13:55:01 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id D0BFD5DC4; Wed, 12 Dec 2001 22:55:00 +0100 (CET) Date: Wed, 12 Dec 2001 22:55:00 +0100 From: Jesper Skriver To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 wx.4 Message-ID: <20011212225500.A85369@skriver.dk> Mail-Followup-To: Jesper Skriver , Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200112122143.fBCLhKA82529@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: <200112122143.fBCLhKA82529@freefall.freebsd.org>; from mjacob@FreeBSD.org on Wed, Dec 12, 2001 at 01:43:20PM -0800 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-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, Dec 12, 2001 at 01:43:20PM -0800, Matt Jacob wrote: > mjacob 2001/12/12 13:43:20 PST > > Modified files: (Branch: RELENG_4) > share/man/man4 wx.4 > Log: > Add a note about deprecation of this driver. The driver source && man > page already removed in -current. What about pointing to em and gx drivers in prioritized order ? /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 14:47: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 653F237B405; Wed, 12 Dec 2001 14:46:56 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCMkuH95544; Wed, 12 Dec 2001 14:46:56 -0800 (PST) (envelope-from markm) Message-Id: <200112122246.fBCMkuH95544@freefall.freebsd.org> From: Mark Murray Date: Wed, 12 Dec 2001 14:46:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tcopy Makefile tcopy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 14:46:56 PST Modified files: usr.bin/tcopy Makefile tcopy.c Log: Fix the time of an intmax_t calculation; it is unsigned. Also print it with the correct formatting (%ju, not %lld). GCC's -Wformat does not understand this, so turn on NO_WERROR. Revision Changes Path 1.2 +2 -0 src/usr.bin/tcopy/Makefile 1.11 +1 -1 src/usr.bin/tcopy/tcopy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 15: 2:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 625E037B419; Wed, 12 Dec 2001 15:02:30 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCN2UX97321; Wed, 12 Dec 2001 15:02:30 -0800 (PST) (envelope-from markm) Message-Id: <200112122302.fBCN2UX97321@freefall.freebsd.org> From: Mark Murray Date: Wed, 12 Dec 2001 15:02:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/symorder symorder.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 15:02:30 PST Modified files: usr.bin/symorder symorder.c Log: WARNS=2 fixes, Use __FBSDID(), kill register keyword. Revision Changes Path 1.16 +33 -32 src/usr.bin/symorder/symorder.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 15: 9:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1249337B405; Wed, 12 Dec 2001 15:09:08 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCN98b01198; Wed, 12 Dec 2001 15:09:08 -0800 (PST) (envelope-from markm) Message-Id: <200112122309.fBCN98b01198@freefall.freebsd.org> From: Mark Murray Date: Wed, 12 Dec 2001 15:09:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/split Makefile split.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 15:09:08 PST Modified files: usr.bin/split Makefile split.c Log: WARNS=2 fixes, use __FBSDID, remove GCC-specific flags. Revision Changes Path 1.4 +0 -1 src/usr.bin/split/Makefile 1.8 +10 -11 src/usr.bin/split/split.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 15:18:15 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id B0DE437B416 for ; Wed, 12 Dec 2001 15:18:13 -0800 (PST) Received: from bsd.havk.org (user-24-214-88-13.knology.net [24.214.88.13]) by mail.hiwaay.net (8.12.1/8.12.1) with ESMTP id fBCNI9BZ006774; Wed, 12 Dec 2001 17:18:10 -0600 (CST) Received: by bsd.havk.org (Postfix, from userid 1001) id 8297C1A786; Wed, 12 Dec 2001 17:18:08 -0600 (CST) Date: Wed, 12 Dec 2001 17:18:08 -0600 From: Steve Price To: Jim Mock Cc: The Anarcat , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel/files patch-14 Message-ID: <20011212171808.T73885@bsd.havk.org> References: <200112111109.fBBB9Jv78403@freefall.freebsd.org> <20011212164738.GC65834@shall.anarcat.dyndns.org> <20011212203619.GA17909@helios.soupnazi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011212203619.GA17909@helios.soupnazi.org>; from jim@FreeBSD.org on Wed, Dec 12, 2001 at 12:36:19PM -0800 X-Operating-System: FreeBSD 4.4-STABLE 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, Dec 12, 2001 at 12:36:19PM -0800, Jim Mock wrote: > > This is a cosmetic fix only. It doesn't add or remove any > functionality. It is a cosmetic fix that fixes a bug and deserves a PORTREVISION bump IMHO. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 15:20:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87CD437B417; Wed, 12 Dec 2001 15:20:16 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCNKGS02209; Wed, 12 Dec 2001 15:20:16 -0800 (PST) (envelope-from markm) Message-Id: <200112122320.fBCNKGS02209@freefall.freebsd.org> From: Mark Murray Date: Wed, 12 Dec 2001 15:20:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed Makefile compile.c 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 markm 2001/12/12 15:20:16 PST Modified files: usr.bin/sed Makefile compile.c extern.h main.c misc.c process.c Log: WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings. Use __FBSDID(), kill register keyword. Revision Changes Path 1.3 +3 -1 src/usr.bin/sed/Makefile 1.18 +18 -18 src/usr.bin/sed/compile.c 1.8 +2 -2 src/usr.bin/sed/extern.h 1.14 +6 -7 src/usr.bin/sed/main.c 1.5 +4 -5 src/usr.bin/sed/misc.c 1.12 +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 Wed Dec 12 15:22:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3313237B416; Wed, 12 Dec 2001 15:22:34 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCNMYh02403; Wed, 12 Dec 2001 15:22:34 -0800 (PST) (envelope-from bmah) Message-Id: <200112122322.fBCNMYh02403@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 12 Dec 2001 15:22:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/12 15:22:34 PST Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Move some notes inside the paragraphs for the hardware they describe. Revision Changes Path 1.53 +24 -24 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 15:23:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17E7337B416; Wed, 12 Dec 2001 15:23:53 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCNNrK02534; Wed, 12 Dec 2001 15:23:53 -0800 (PST) (envelope-from markm) Message-Id: <200112122323.fBCNNrK02534@freefall.freebsd.org> From: Mark Murray Date: Wed, 12 Dec 2001 15:23:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/script Makefile script.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 15:23:53 PST Modified files: usr.bin/script Makefile script.c Log: Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2. Revision Changes Path 1.4 +0 -1 src/usr.bin/script/Makefile 1.17 +8 -8 src/usr.bin/script/script.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 15:29:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81FE437B416; Wed, 12 Dec 2001 15:29:13 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCNTD903056; Wed, 12 Dec 2001 15:29:13 -0800 (PST) (envelope-from markm) Message-Id: <200112122329.fBCNTD903056@freefall.freebsd.org> From: Mark Murray Date: Wed, 12 Dec 2001 15:29:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sasc Makefile src/usr.bin/size Makefile src/usr.bin/soelim Makefile src/usr.bin/strings Makefile src/usr.bin/strip Makefile src/usr.bin/su 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 2001/12/12 15:29:13 PST Modified files: usr.bin/sasc Makefile usr.bin/size Makefile usr.bin/soelim Makefile usr.bin/strings Makefile usr.bin/strip Makefile usr.bin/su Makefile Log: Remove to-be-default WARNS?=2 Revision Changes Path 1.4 +0 -1 src/usr.bin/sasc/Makefile 1.6 +0 -1 src/usr.bin/size/Makefile 1.4 +0 -1 src/usr.bin/soelim/Makefile 1.6 +0 -1 src/usr.bin/strings/Makefile 1.13 +0 -1 src/usr.bin/strip/Makefile 1.38 +1 -3 src/usr.bin/su/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 15:35:57 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 798A637B417; Wed, 12 Dec 2001 15:35:49 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fBCNZbZ61167; Wed, 12 Dec 2001 23:35:37 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fBCNUOU72581; Wed, 12 Dec 2001 23:30:24 GMT (envelope-from mark@grondar.za) Message-Id: <200112122330.fBCNUOU72581@grimreaper.grondar.org> To: Warner Losh Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xinstall Makefile xinstall.c References: <200112121819.fBCIJ3M37065@harmony.village.org> In-Reply-To: <200112121819.fBCIJ3M37065@harmony.village.org> ; from Warner Losh "Wed, 12 Dec 2001 11:19:03 MST." Date: Wed, 12 Dec 2001 23:30:24 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > In message <200112120849.fBC8npo05723@freefall.freebsd.org> Ruslan Ermilov writes: > : More "const" poisoning, and only use NO_WERROR if we're bootstrapping. > > I've often wondered why we don't set NO_WERROR for the bootstrap phase > of the build... That is a jolly good idea, actually! M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 15:39:10 2001 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 2C1BB37B405; Wed, 12 Dec 2001 15:39:03 -0800 (PST) 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 fBCNd2Y93390; Wed, 12 Dec 2001 15:39:02 -0800 (PST) (envelope-from mjacob@feral.com) Date: Wed, 12 Dec 2001 15:39:02 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jesper Skriver Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 wx.4 In-Reply-To: <20011212225500.A85369@skriver.dk> 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 The authors of those drivers can add that if they choose. I don't know which is to be preferred- nor do I really use them myself, so I can't make that call. My sole concern here, given that there was resistance to pulling wx from the -stable branch, to note that the driver is deprecated (inference: no maintenance by this author at least will be performed). No doubt users who care will be able to be informed sufficiently about the replacement drivers. -matt On Wed, 12 Dec 2001, Jesper Skriver wrote: > On Wed, Dec 12, 2001 at 01:43:20PM -0800, Matt Jacob wrote: > > mjacob 2001/12/12 13:43:20 PST > > > > Modified files: (Branch: RELENG_4) > > share/man/man4 wx.4 > > Log: > > Add a note about deprecation of this driver. The driver source && man > > page already removed in -current. > > What about pointing to em and gx drivers in prioritized order ? > > /Jesper > > -- > Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 > Work: Network manager @ AS3292 (Tele Danmark DataNetworks) > Private: FreeBSD committer @ AS2109 (A much smaller network ;-) > > One Unix to rule them all, One Resolver to find them, > One IP to bring them all and in the zone to bind them. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 15:43: 6 2001 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 3662737B405; Wed, 12 Dec 2001 15:42:55 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011212234254.LEXD10701.rwcrmhc53.attbi.com@peter3.wemm.org>; Wed, 12 Dec 2001 23:42:54 +0000 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fBCNgss45196; Wed, 12 Dec 2001 15:42:54 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 2BEA53810; Wed, 12 Dec 2001 15:42:54 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c In-Reply-To: <200111021132.fA2BWSs53697@freefall.freebsd.org> Date: Wed, 12 Dec 2001 15:42:54 -0800 From: Peter Wemm Message-Id: <20011212234254.2BEA53810@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote: > phk 2001/11/02 03:32:28 PST > > Modified files: > lib/libc/stdlib malloc.c > Log: > phkmalloc->evilchecks++; > > If zero bytes are allocated, return pointer to the middle of page-zero > (which is protected) so that the program will crash if it dereferences > this illgotten pointer. Since this broke binutils I spoke with somebody from that side of the fence.. Here's the quote: "Incidentally, this is not standards compliant: ISO/IEC 9899:1999 7.20.3#1: If the size of the space requested is zero, the behavior is implementation- defined: either a null pointer is returned, or the behavior is as if the size were some nonzero value, except that the returned pointer shall not be used to access an object. Note "implementation-defined" not "undefined". So char *a, *b; a = malloc(0); b = malloc(0); if (a && b && a == b) abort (); shall not abort. Now, you _can_ make the returned pointer point to a PROT_NONE page, but you still have to preserve identity of individual allocations. " By my reading he is right, we have two choices.. either return null or pretend it was a malloc(1). The bug in binutils that tripped this up was that they were doing object->ptr = malloc(size); // where size == 0 .... if (object->ptr) free(object->ptr); Yes it was ``broken'' as such but is compatable with a compliant malloc(). They've changed bfd_alloc(size) (the wrapper around all malloc() calls) to do this: if (size == 0) size = 1; .. which bypasses all these checks and any implementation defined behavior. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "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 Wed Dec 12 15:51: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65CFC37B417; Wed, 12 Dec 2001 15:51:01 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCNp1W05199; Wed, 12 Dec 2001 15:51:01 -0800 (PST) (envelope-from nsayer) Message-Id: <200112122351.fBCNp1W05199@freefall.freebsd.org> From: Nick Sayer Date: Wed, 12 Dec 2001 15:51:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer 2001/12/12 15:51:00 PST Modified files: (Branch: RELENG_4) etc/defaults rc.conf Log: MFC: Provide commented out entry for anycast 6to4 default router. Revision Changes Path 1.53.2.46 +2 -1 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 15:55: 4 2001 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 E3D5637B416; Wed, 12 Dec 2001 15:54:59 -0800 (PST) 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 fBCNswa87973; Wed, 12 Dec 2001 16:54:58 -0700 (MST) (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 fBCNswM39783; Wed, 12 Dec 2001 16:54:58 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112122354.fBCNswM39783@harmony.village.org> To: Mark Murray Subject: Re: cvs commit: src/usr.bin/xinstall Makefile xinstall.c Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 12 Dec 2001 23:30:24 GMT." <200112122330.fBCNUOU72581@grimreaper.grondar.org> References: <200112122330.fBCNUOU72581@grimreaper.grondar.org> <200112121819.fBCIJ3M37065@harmony.village.org> Date: Wed, 12 Dec 2001 16:54:58 -0700 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 <200112122330.fBCNUOU72581@grimreaper.grondar.org> Mark Murray writes: : > In message <200112120849.fBC8npo05723@freefall.freebsd.org> Ruslan Ermilov writes: : > : More "const" poisoning, and only use NO_WERROR if we're bootstrapping. : > : > I've often wondered why we don't set NO_WERROR for the bootstrap phase : > of the build... : : That is a jolly good idea, actually! Consider then http://people.freebsd.org/~imp/no-werror.diff It also corrects a minor formatting nit. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 16: 9:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8228737B416; Wed, 12 Dec 2001 16:09:07 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD097N10168; Wed, 12 Dec 2001 16:09:07 -0800 (PST) (envelope-from mjacob) Message-Id: <200112130009.fBD097N10168@freefall.freebsd.org> From: Matt Jacob Date: Wed, 12 Dec 2001 16:09:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw asm_2100.h asm_2200.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/12/12 16:09:07 PST Modified files: sys/dev/ispfw asm_2100.h asm_2200.h Log: Roll firmware to latest offerings... Fixes a number of f/w related bugs. MFC after: 1 week Revision Changes Path 1.4 +7791 -4405 src/sys/dev/ispfw/asm_2100.h 1.4 +4812 -4644 src/sys/dev/ispfw/asm_2200.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 16:46:51 2001 Delivered-To: cvs-all@freebsd.org Received: from monorchid.lemis.com (monorchid.lemis.com [192.109.197.75]) by hub.freebsd.org (Postfix) with ESMTP id 1A80F37B417; Wed, 12 Dec 2001 16:46:45 -0800 (PST) Received: by monorchid.lemis.com (Postfix, from userid 1004) id 67655786E6; Thu, 13 Dec 2001 11:16:41 +1030 (CST) Date: Thu, 13 Dec 2001 11:16:41 +1030 From: Greg Lehey To: Wilko Bulte Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes Message-ID: <20011213111641.H76019@monorchid.lemis.com> References: <200112120949.fBC9n3U67279@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112120949.fBC9n3U67279@freefall.freebsd.org> User-Agent: Mutt/1.3.23i 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: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-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, 12 December 2001 at 1:49:03 -0800, Wilko Bulte wrote: > wilko 2001/12/12 01:49:03 PST > > Modified files: > games/fortune/datfiles fortunes > Log: > Unix: Just Say No.. Hmm. I saw this years ago; I even had a poster of it. "$Fred the cat says: DOS: Just say no". 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 Dec 12 17:27:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA33B37B419; Wed, 12 Dec 2001 17:27:20 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD1RKp21421; Wed, 12 Dec 2001 17:27:20 -0800 (PST) (envelope-from iedowse) Message-Id: <200112130127.fBD1RKp21421@freefall.freebsd.org> From: Ian Dowse Date: Wed, 12 Dec 2001 17:27:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/umount umount.c src/usr.sbin/rpc.umntall mounttab.c mounttab.h rpc.umntall.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 iedowse 2001/12/12 17:27:20 PST Modified files: (Branch: RELENG_4) sbin/umount umount.c usr.sbin/rpc.umntall mounttab.c mounttab.h rpc.umntall.c Log: MFC: This is a selection of cleanups and bug fixes to the rpc.umntall and mounttab code. It's not a direct MFC due to the TI-RPC changes in -current, but it mostly corresponds to the following revisions: rpc.umntall.c 1.5 - 1.8 mounttab.c 1.4, 1.5 mounttab.h 1.2 umount.c 1.27, 1.28 The main bug-fixes are: - The `-e' option to rpc.umntall now works as expected. - The logic for expiring mounttab entries is fixed. - We don't block SIGINT/SIGQUIT while running. Revision Changes Path 1.22.2.1 +5 -7 src/sbin/umount/umount.c 1.2.2.1 +56 -56 src/usr.sbin/rpc.umntall/mounttab.c 1.1.2.1 +6 -5 src/usr.sbin/rpc.umntall/mounttab.h 1.3.2.1 +86 -94 src/usr.sbin/rpc.umntall/rpc.umntall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 17:29:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24AD937B405; Wed, 12 Dec 2001 17:29:35 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD1TZ022153; Wed, 12 Dec 2001 17:29:35 -0800 (PST) (envelope-from imp) Message-Id: <200112130129.fBD1TZ022153@freefall.freebsd.org> From: Warner Losh Date: Wed, 12 Dec 2001 17:29:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.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 imp 2001/12/12 17:29:35 PST Modified files: share/man/man9 style.9 Log: Add two clarifying commnets: 1) Note that this file is also by example. 2) Note that you should not use files from /usr/include in kernel files. Revision Changes Path 1.75 +8 -0 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 17:31:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0652D37B417; Wed, 12 Dec 2001 17:31:42 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD1Vfc22651; Wed, 12 Dec 2001 17:31:41 -0800 (PST) (envelope-from imp) Message-Id: <200112130131.fBD1Vfc22651@freefall.freebsd.org> From: Warner Losh Date: Wed, 12 Dec 2001 17:31:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.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 imp 2001/12/12 17:31:41 PST Modified files: share/man/man9 style.9 Log: Add missing "the". Revision Changes Path 1.76 +1 -1 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 17:34: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 19CAA37B416 for ; Wed, 12 Dec 2001 17:33:57 -0800 (PST) Received: (qmail 6050 invoked from network); 13 Dec 2001 01:33:56 -0000 Received: from unknown (HELO helios.dub.net) ([216.27.176.75]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Dec 2001 01:33:56 -0000 Received: by helios.dub.net (Postfix, from userid 1000) id 377C3312C; Wed, 12 Dec 2001 17:33:54 -0800 (PST) Date: Wed, 12 Dec 2001 17:33:54 -0800 From: Jim Mock To: Steve Price Cc: The Anarcat , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel/files patch-14 Message-ID: <20011213013354.GA63757@helios.soupnazi.org> Reply-To: jim@FreeBSD.org References: <200112111109.fBBB9Jv78403@freefall.freebsd.org> <20011212164738.GC65834@shall.anarcat.dyndns.org> <20011212203619.GA17909@helios.soupnazi.org> <20011212171808.T73885@bsd.havk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011212171808.T73885@bsd.havk.org> 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 Wed, 12 Dec 2001 at 17:18:08 -0600, Steve Price wrote: > On Wed, Dec 12, 2001 at 12:36:19PM -0800, Jim Mock wrote: > > This is a cosmetic fix only. It doesn't add or remove any > > functionality. > > It is a cosmetic fix that fixes a bug and deserves a PORTREVISION > bump IMHO. Fair enough. - jim -- jim mock http://geekhouse.net/ | 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 Wed Dec 12 17:34:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB88337B416; Wed, 12 Dec 2001 17:34:51 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD1YpP22849; Wed, 12 Dec 2001 17:34:51 -0800 (PST) (envelope-from jim) Message-Id: <200112130134.fBD1YpP22849@freefall.freebsd.org> From: Jim Mock Date: Wed, 12 Dec 2001 17:34:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-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 2001/12/12 17:34:51 PST Modified files: mail/mutt-devel Makefile Log: Bump PORTREVISION due to patch-14. Revision Changes Path 1.138 +1 -0 ports/mail/mutt-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 Dec 12 17:37:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E559137B405; Wed, 12 Dec 2001 17:37:45 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD1bjj26496; Wed, 12 Dec 2001 17:37:45 -0800 (PST) (envelope-from imp) Message-Id: <200112130137.fBD1bjj26496@freefall.freebsd.org> From: Warner Losh Date: Wed, 12 Dec 2001 17:37:45 -0800 (PST) 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 imp 2001/12/12 17:37:45 PST Modified files: . Makefile.inc1 Log: Add NO_WERROR to the cross building environment so that we do not bail on warnings generated by earlier versions of the compilers when bootstrapping. Also a minor formatting nit in the tools list. Reviewed by: markm Revision Changes Path 1.231 +3 -2 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 Wed Dec 12 18: 2:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E91437B417; Wed, 12 Dec 2001 18:02:23 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD22N829032; Wed, 12 Dec 2001 18:02:23 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112130202.fBD22N829032@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 12 Dec 2001 18:02:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/mew2 Makefile pkg-comment pkg-descr ports/mail/mew2-emacs20 Makefile distinfo ports/mail/mew2-emacs20/files Addrbook dot.emacs.el.in message.sh patch-aa patch-ab patch-ac patch-ad patch-ae patch-af ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/12/12 18:02:22 PST Modified files: mail Makefile mail/mew2 Makefile pkg-comment pkg-descr mail/mew2-emacs20 Makefile mail/mew2-xemacs21 Makefile mail/mew2-xemacs21-mule Makefile Removed files: mail/mew2-emacs20 distinfo mail/mew2-emacs20/files Addrbook dot.emacs.el.in message.sh patch-aa patch-ab patch-ac patch-ad patch-ae patch-af pkg-descr.tmpl tmpl2file.sh user-install.in Log: Use mail/mew2 (for emacs21, repocopied from mai/mew2-emacs20) as master port of mew2-* variant. Revision Changes Path 1.273 +1 -0 ports/mail/Makefile 1.5 +8 -94 ports/mail/mew2-emacs20/Makefile 1.4 +0 -1 ports/mail/mew2-emacs20/distinfo (dead) 1.2 +0 -25 ports/mail/mew2-emacs20/files/Addrbook (dead) 1.2 +0 -95 ports/mail/mew2-emacs20/files/dot.emacs.el.in (dead) 1.3 +0 -37 ports/mail/mew2-emacs20/files/message.sh (dead) 1.3 +0 -171 ports/mail/mew2-emacs20/files/patch-aa (dead) 1.4 +0 -28 ports/mail/mew2-emacs20/files/patch-ab (dead) 1.4 +0 -95 ports/mail/mew2-emacs20/files/patch-ac (dead) 1.3 +0 -27 ports/mail/mew2-emacs20/files/patch-ad (dead) 1.2 +0 -11 ports/mail/mew2-emacs20/files/patch-ae (dead) 1.2 +0 -55 ports/mail/mew2-emacs20/files/patch-af (dead) 1.3 +0 -19 ports/mail/mew2-emacs20/files/pkg-descr.tmpl (dead) 1.3 +0 -15 ports/mail/mew2-emacs20/files/tmpl2file.sh (dead) 1.2 +0 -374 ports/mail/mew2-emacs20/files/user-install.in (dead) 1.3 +2 -2 ports/mail/mew2-xemacs21-mule/Makefile 1.3 +2 -2 ports/mail/mew2-xemacs21/Makefile 1.5 +1 -1 ports/mail/mew2/Makefile 1.3 +1 -1 ports/mail/mew2/pkg-comment 1.3 +2 -2 ports/mail/mew2/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 Dec 12 18: 4: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25F6037B416; Wed, 12 Dec 2001 18:04:01 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD241b29475; Wed, 12 Dec 2001 18:04:01 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112130204.fBD241b29475@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 12 Dec 2001 18:04:00 -0800 (PST) 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 2001/12/12 18:04:00 PST Modified files: . modules Log: mew2 --> ports/mail/mew2 Revision Changes Path 1.4305 +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 Dec 12 18:54: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 502C237B405; Wed, 12 Dec 2001 18:53:57 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD2rvs37442; Wed, 12 Dec 2001 18:53:57 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130253.fBD2rvs37442@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 18:53:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/sword Makefile distinfo ports/misc/sword/files patch-Makefile.cfg X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 18:53:57 PST Modified files: misc/sword Makefile distinfo misc/sword/files patch-Makefile.cfg Log: upgrade to 1.5.2 PR: 32751 Submitted by: maintainer Revision Changes Path 1.2 +17 -15 ports/misc/sword/Makefile 1.2 +1 -1 ports/misc/sword/distinfo 1.2 +25 -67 ports/misc/sword/files/patch-Makefile.cfg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 18:55:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 250D237B416; Wed, 12 Dec 2001 18:55:45 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD2tj637755; Wed, 12 Dec 2001 18:55:45 -0800 (PST) (envelope-from pat) Message-Id: <200112130255.fBD2tj637755@freefall.freebsd.org> From: Patrick Li Date: Wed, 12 Dec 2001 18:55:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/fluxbox Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-wm/fluxbox/files patch-nls-it_IT::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 2001/12/12 18:55:45 PST Modified files: x11-wm Makefile Added files: x11-wm/fluxbox Makefile distinfo pkg-comment pkg-descr pkg-plist x11-wm/fluxbox/files patch-nls-it_IT::Makefile.in Log: Initial import of x11-wm/fluxbox - A small and fast window manager based on BlackBox. Most of the port came from spn and merged update to 0.1.5 and some parts of pkg-descr from Matthew Hawkins's submission. PR: 32390, 32655 Submitted by: spn , Matthew Hawkins Revision Changes Path 1.71 +1 -0 ports/x11-wm/Makefile 1.1 +21 -0 ports/x11-wm/fluxbox/Makefile (new) 1.1 +1 -0 ports/x11-wm/fluxbox/distinfo (new) 1.1 +13 -0 ports/x11-wm/fluxbox/files/patch-nls-it_IT::Makefile.in (new) 1.1 +1 -0 ports/x11-wm/fluxbox/pkg-comment (new) 1.1 +11 -0 ports/x11-wm/fluxbox/pkg-descr (new) 1.1 +65 -0 ports/x11-wm/fluxbox/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 Dec 12 18:55:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F092937B417; Wed, 12 Dec 2001 18:55:47 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD2tlb37786; Wed, 12 Dec 2001 18:55:47 -0800 (PST) (envelope-from pat) Message-Id: <200112130255.fBD2tlb37786@freefall.freebsd.org> From: Patrick Li Date: Wed, 12 Dec 2001 18:55:47 -0800 (PST) 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 2001/12/12 18:55:47 PST Modified files: . modules Log: fluxbox --> ports/x11-wm/fluxbox Revision Changes Path 1.4306 +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 Dec 12 18:56:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EDCB37B416; Wed, 12 Dec 2001 18:56:43 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD2uhu38028; Wed, 12 Dec 2001 18:56:43 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130256.fBD2uhu38028@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 18:56:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/cheatah 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 2001/12/12 18:56:43 PST Modified files: misc/cheatah Makefile Log: strip binary PR: 32766 Submitted by: maintainer Revision Changes Path 1.2 +3 -0 ports/misc/cheatah/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 19: 0: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C4DF37B41D; Wed, 12 Dec 2001 19:00:03 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD303Y38642; Wed, 12 Dec 2001 19:00:03 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130300.fBD303Y38642@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:00:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/xmailwatcher 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 2001/12/12 19:00:03 PST Modified files: mail/xmailwatcher Makefile Log: update master site PR: 32768 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/mail/xmailwatcher/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 19:20:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C951737B417; Wed, 12 Dec 2001 19:20:04 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3K4G44452; Wed, 12 Dec 2001 19:20:04 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130320.fBD3K4G44452@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:20:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/bbkeys Makefile distinfo pkg-descr pkg-plist ports/x11-wm/bbkeys/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 2001/12/12 19:20:04 PST Modified files: x11-wm/bbkeys Makefile distinfo pkg-descr pkg-plist Removed files: x11-wm/bbkeys/files patch-aa Log: upgrade to 0.8.3 pass maintainership to stijn@win.tue.nl PR: 31509, 32764 Submitted by: stijn@win.tue.nl Revision Changes Path 1.5 +13 -9 ports/x11-wm/bbkeys/Makefile 1.3 +1 -1 ports/x11-wm/bbkeys/distinfo 1.3 +0 -39 ports/x11-wm/bbkeys/files/patch-aa (dead) 1.3 +1 -4 ports/x11-wm/bbkeys/pkg-descr 1.2 +4 -1 ports/x11-wm/bbkeys/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 Dec 12 19:23:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CEC337B419; Wed, 12 Dec 2001 19:23:47 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3NlE45103; Wed, 12 Dec 2001 19:23:47 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130323.fBD3NlE45103@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:23:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-SNMP-MIB-Compiler 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 2001/12/12 19:23:47 PST Modified files: net Makefile Added files: net/p5-SNMP-MIB-Compiler Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-SNMP-MIB-Compiler A Perl MIB compiler supporting both SMIv1 and SMIv2 PR: 32763 Submitted by: Joe Marcus Clarke Revision Changes Path 1.668 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/p5-SNMP-MIB-Compiler/Makefile (new) 1.1 +1 -0 ports/net/p5-SNMP-MIB-Compiler/distinfo (new) 1.1 +1 -0 ports/net/p5-SNMP-MIB-Compiler/pkg-comment (new) 1.1 +6 -0 ports/net/p5-SNMP-MIB-Compiler/pkg-descr (new) 1.1 +13 -0 ports/net/p5-SNMP-MIB-Compiler/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 Dec 12 19:23:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4049F37B405; Wed, 12 Dec 2001 19:23:50 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3Noq45152; Wed, 12 Dec 2001 19:23:50 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130323.fBD3Noq45152@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:23:50 -0800 (PST) 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 2001/12/12 19:23:50 PST Modified files: . modules Log: p5-SNMP-MIB-Compiler --> ports/net/p5-SNMP-MIB-Compiler Revision Changes Path 1.4307 +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 Dec 12 19:30: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22EC437B419; Wed, 12 Dec 2001 19:29:44 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3Tit45886; Wed, 12 Dec 2001 19:29:44 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130329.fBD3Tit45886@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:29:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/stuffit 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 2001/12/12 19:29:44 PST Modified files: archivers Makefile Added files: archivers/stuffit Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add stuffit Stuffit Archive Creator and Expander PR: 32761 Submitted by: Nathan Ahlstrom Revision Changes Path 1.59 +1 -0 ports/archivers/Makefile 1.1 +45 -0 ports/archivers/stuffit/Makefile (new) 1.1 +1 -0 ports/archivers/stuffit/distinfo (new) 1.1 +1 -0 ports/archivers/stuffit/pkg-comment (new) 1.1 +12 -0 ports/archivers/stuffit/pkg-descr (new) 1.1 +2 -0 ports/archivers/stuffit/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 Dec 12 19:29:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECF1337B41C; Wed, 12 Dec 2001 19:29:45 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3Tj045917; Wed, 12 Dec 2001 19:29:45 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130329.fBD3Tj045917@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:29:45 -0800 (PST) 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 2001/12/12 19:29:45 PST Modified files: . modules Log: stuffit --> ports/archivers/stuffit Revision Changes Path 1.4308 +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 Dec 12 19:31: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2E8D37B417; Wed, 12 Dec 2001 19:31:01 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3V1w46083; Wed, 12 Dec 2001 19:31:01 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130331.fBD3V1w46083@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:31:01 -0800 (PST) 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 ijliao 2001/12/12 19:31:01 PST Modified files: . LEGAL Log: rename chitex to zh-chitex Revision Changes Path 1.233 +2 -2 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 19:33: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 463E837B419; Wed, 12 Dec 2001 19:32:56 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3Wui46334; Wed, 12 Dec 2001 19:32:56 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130332.fBD3Wui46334@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:32:56 -0800 (PST) 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 ijliao 2001/12/12 19:32:56 PST Modified files: . LEGAL Log: add stuffit PR: 32761 Submitted by: Nathan Ahlstrom Revision Changes Path 1.234 +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 Wed Dec 12 19:35:54 2001 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 8E7D637B417; Wed, 12 Dec 2001 19:35:44 -0800 (PST) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011213033544.TZJW10701.rwcrmhc53.attbi.com@bmah.dyndns.org>; Thu, 13 Dec 2001 03:35:44 +0000 Received: (from bmah@localhost) by bmah.dyndns.org (8.11.6/8.11.6) id fBD3ZhJ23627; Wed, 12 Dec 2001 19:35:43 -0800 (PST) (envelope-from bmah) Message-Id: <200112130335.fBD3ZhJ23627@bmah.dyndns.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: mjacob@feral.com Cc: Jesper Skriver , Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 wx.4 In-Reply-To: References: Comments: In-reply-to Matthew Jacob message dated "Wed, 12 Dec 2001 15:39:02 -0800." 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_-1629128794P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 12 Dec 2001 19:35:43 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-1629128794P Content-Type: text/plain; charset=us-ascii If memory serves me right, Matthew Jacob wrote: > The authors of those drivers can add that if they choose. I don't know which > is to be preferred- nor do I really use them myself, so I can't make that > call. My sole concern here, given that there was resistance to pulling wx fro > m > the -stable branch, to note that the driver is deprecated (inference: no > maintenance by this author at least will be performed). No doubt users who > care will be able to be informed sufficiently about the replacement drivers. I'll put some appropriate verbiage in the release notes and the hardware list. Bruce. --==_Exmh_-1629128794P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE8GCIP2MoxcVugUsMRAjdgAJ9hpAsAc/kJrOa5snNryB4xnaGwjACfVBJR jRbIAT9zcsJVxgy0ZxHriiU= =Rd6u -----END PGP SIGNATURE----- --==_Exmh_-1629128794P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 19:38:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E1B237B419; Wed, 12 Dec 2001 19:38:18 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3cI146942; Wed, 12 Dec 2001 19:38:18 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130338.fBD3cI146942@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:38:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/kronolith Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/deskutils/kronolith/files httpd.conf.kronolith 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 2001/12/12 19:38:18 PST Modified files: deskutils Makefile Added files: deskutils/kronolith Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist deskutils/kronolith/files httpd.conf.kronolith patch-aa Log: add kronolith Kronolith is the Horde calendar application PR: 32712 Submitted by: Thierry Thomas Revision Changes Path 1.58 +1 -0 ports/deskutils/Makefile 1.1 +95 -0 ports/deskutils/kronolith/Makefile (new) 1.1 +1 -0 ports/deskutils/kronolith/distinfo (new) 1.1 +31 -0 ports/deskutils/kronolith/files/httpd.conf.kronolith (new) 1.1 +15 -0 ports/deskutils/kronolith/files/patch-aa (new) 1.1 +1 -0 ports/deskutils/kronolith/pkg-comment (new) 1.1 +11 -0 ports/deskutils/kronolith/pkg-descr (new) 1.1 +22 -0 ports/deskutils/kronolith/pkg-message (new) 1.1 +160 -0 ports/deskutils/kronolith/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 Dec 12 19:38:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2008937B416; Wed, 12 Dec 2001 19:38:20 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3cKp46974; Wed, 12 Dec 2001 19:38:20 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130338.fBD3cKp46974@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:38:20 -0800 (PST) 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 2001/12/12 19:38:20 PST Modified files: . modules Log: kronolith --> ports/deskutils/kronolith Revision Changes Path 1.4309 +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 Dec 12 19:41: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26A1037B405; Wed, 12 Dec 2001 19:40:55 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3etP47410; Wed, 12 Dec 2001 19:40:55 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130340.fBD3etP47410@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:40:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pear 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 2001/12/12 19:40:55 PST Modified files: devel/pear Makefile distinfo pkg-plist Log: upgrade to 4.1.0 PR: 32710 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/devel/pear/Makefile 1.2 +1 -1 ports/devel/pear/distinfo 1.2 +6 -0 ports/devel/pear/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 Dec 12 19:51:55 2001 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 2497237B419; Wed, 12 Dec 2001 19:51:52 -0800 (PST) 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 fBD3ppY94206; Wed, 12 Dec 2001 19:51:51 -0800 (PST) (envelope-from mjacob@feral.com) Date: Wed, 12 Dec 2001 19:51:51 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: "Bruce A. Mah" Cc: Jesper Skriver , Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 wx.4 In-Reply-To: <200112130335.fBD3ZhJ23627@bmah.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I'll put some appropriate verbiage in the release notes and the > hardware list. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 19:58:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3421637B405; Wed, 12 Dec 2001 19:58:33 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD3wXS48972; Wed, 12 Dec 2001 19:58:33 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130358.fBD3wXS48972@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 19:58:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/less 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 ijliao 2001/12/12 19:58:33 PST Modified files: misc/less Makefile distinfo pkg-descr Log: upgrade to 358 change master site and WWW Revision Changes Path 1.31 +3 -3 ports/misc/less/Makefile 1.12 +1 -1 ports/misc/less/distinfo 1.5 +1 -1 ports/misc/less/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 Dec 12 20: 1: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE85737B417; Wed, 12 Dec 2001 20:01:01 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD411m49244; Wed, 12 Dec 2001 20:01:01 -0800 (PST) (envelope-from jlemon) Message-Id: <200112130401.fBD411m49244@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 12 Dec 2001 20:01:01 -0800 (PST) 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 jlemon 2001/12/12 20:01:01 PST Modified files: sys/netinet if_ether.c Log: Minor style fix. Revision Changes Path 1.89 +2 -2 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 Dec 12 20: 1:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8922B37B417; Wed, 12 Dec 2001 20:01:23 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD41Nk49293; Wed, 12 Dec 2001 20:01:23 -0800 (PST) (envelope-from jlemon) Message-Id: <200112130401.fBD41Nk49293@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 12 Dec 2001 20:01:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/12 20:01:23 PST Modified files: sys/netinet in_pcb.c Log: Minor style fixes. Revision Changes Path 1.96 +2 -2 src/sys/netinet/in_pcb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 20: 2:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 483EB37B419; Wed, 12 Dec 2001 20:02:09 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD429N49391; Wed, 12 Dec 2001 20:02:09 -0800 (PST) (envelope-from jlemon) Message-Id: <200112130402.fBD429N49391@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 12 Dec 2001 20:02:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet 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 jlemon 2001/12/12 20:02:09 PST Modified files: sys/netinet tcp_input.c Log: Fix up tabs in comments. Revision Changes Path 1.145 +4 -4 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 Wed Dec 12 20: 2:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF0AA37B423; Wed, 12 Dec 2001 20:02:31 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD42Vt49432; Wed, 12 Dec 2001 20:02:31 -0800 (PST) (envelope-from jlemon) Message-Id: <200112130402.fBD42Vt49432@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 12 Dec 2001 20:02:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/12 20:02:31 PST Modified files: sys/netinet tcp_output.c Log: Fix up tabs from cut&n&paste. Revision Changes Path 1.58 +8 -8 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 20: 4: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE0B937B41D; Wed, 12 Dec 2001 20:03:48 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD43mQ49731; Wed, 12 Dec 2001 20:03:48 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130403.fBD43mQ49731@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 20:03:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/file 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 2001/12/12 20:03:48 PST Modified files: sysutils Makefile Added files: sysutils/file Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add file for 4.3-pre users PR: 32709 Submitted by: Jason Harris Revision Changes Path 1.230 +1 -0 ports/sysutils/Makefile 1.1 +23 -0 ports/sysutils/file/Makefile (new) 1.1 +1 -0 ports/sysutils/file/distinfo (new) 1.1 +1 -0 ports/sysutils/file/pkg-comment (new) 1.1 +7 -0 ports/sysutils/file/pkg-descr (new) 1.1 +4 -0 ports/sysutils/file/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 Dec 12 20: 5:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7876D37B419; Wed, 12 Dec 2001 20:05:26 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD45QS53235; Wed, 12 Dec 2001 20:05:26 -0800 (PST) (envelope-from jlemon) Message-Id: <200112130405.fBD45QS53235@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 12 Dec 2001 20:05:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_syncache.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/12 20:05:26 PST Modified files: sys/netinet tcp_syncache.c Log: Undo one of my last minute changes; move sc_iss up earlier so it is initialized in case we take the T/TCP path. Revision Changes Path 1.5 +1 -1 src/sys/netinet/tcp_syncache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 20: 9: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A88F37B405; Wed, 12 Dec 2001 20:08:59 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD48xQ53604; Wed, 12 Dec 2001 20:08:59 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130408.fBD48xQ53604@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 20:08:59 -0800 (PST) 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 2001/12/12 20:08:59 PST Modified files: . modules Log: ports_less -> ports/sysutils/less PR: 32709 Submitted by: Jason Harris Revision Changes Path 1.4310 +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 Dec 12 20:21:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0496337B41B; Wed, 12 Dec 2001 20:21:19 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD4LIW54962; Wed, 12 Dec 2001 20:21:18 -0800 (PST) (envelope-from alfred) Message-Id: <200112130421.fBD4LIW54962@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 12 Dec 2001 20:21:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 20:21:18 PST Modified files: etc rc.network Log: rpc.lockd needs rpc.statd to be running for it to start up properly. so swap the order. Also allow rpc.lockd and rpc.statd to be turned on if nfsclient is enabled. They are needed to provide client side locking support. PR: conf/27811 Revision Changes Path 1.119 +16 -5 src/etc/rc.network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 20:47:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ADFB37B41B; Wed, 12 Dec 2001 20:47:49 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD4ln657627; Wed, 12 Dec 2001 20:47:49 -0800 (PST) (envelope-from knu) Message-Id: <200112130447.fBD4ln657627@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 12 Dec 2001 20:47:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-drb Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/12/12 20:47:49 PST Modified files: net/ruby-drb Makefile distinfo pkg-plist Log: Update to 1.3.4. Revision Changes Path 1.11 +1 -1 ports/net/ruby-drb/Makefile 1.7 +1 -1 ports/net/ruby-drb/distinfo 1.9 +5 -0 ports/net/ruby-drb/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 Dec 12 20:59:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1207637B417; Wed, 12 Dec 2001 20:59:35 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD4xZS58997; Wed, 12 Dec 2001 20:59:35 -0800 (PST) (envelope-from knu) Message-Id: <200112130459.fBD4xZS58997@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 12 Dec 2001 20:59:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-ldap Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/12/12 20:59:35 PST Modified files: net/ruby-ldap Makefile distinfo pkg-plist Log: Update to 0.4.0. Revision Changes Path 1.15 +2 -3 ports/net/ruby-ldap/Makefile 1.12 +1 -1 ports/net/ruby-ldap/distinfo 1.10 +4 -20 ports/net/ruby-ldap/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 Dec 12 21: 2:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73C0C37B405; Wed, 12 Dec 2001 21:02:24 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD52OG59517; Wed, 12 Dec 2001 21:02:24 -0800 (PST) (envelope-from knu) Message-Id: <200112130502.fBD52OG59517@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 12 Dec 2001 21:02:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-optparse Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/12/12 21:02:24 PST Modified files: devel/ruby-optparse Makefile distinfo pkg-plist Log: Update to 0.8.6. Revision Changes Path 1.19 +1 -2 ports/devel/ruby-optparse/Makefile 1.14 +1 -1 ports/devel/ruby-optparse/distinfo 1.12 +0 -1 ports/devel/ruby-optparse/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 Dec 12 21: 3:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85E8F37B419; Wed, 12 Dec 2001 21:03:52 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD53q659720; Wed, 12 Dec 2001 21:03:52 -0800 (PST) (envelope-from knu) Message-Id: <200112130503.fBD53q659720@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 12 Dec 2001 21:03:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-xmlrpc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/12/12 21:03:52 PST Modified files: net/ruby-xmlrpc Makefile distinfo Log: Update to 1.7.8. Revision Changes Path 1.20 +1 -1 ports/net/ruby-xmlrpc/Makefile 1.19 +1 -1 ports/net/ruby-xmlrpc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 21: 7:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BD7837B417; Wed, 12 Dec 2001 21:07:49 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD57n063530; Wed, 12 Dec 2001 21:07:49 -0800 (PST) (envelope-from mckusick) Message-Id: <200112130507.fBD57n063530@freefall.freebsd.org> From: Kirk McKusick Date: Wed, 12 Dec 2001 21:07:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_inode.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 21:07:49 PST Modified files: sys/ufs/ffs ffs_inode.c Log: When a file is partially truncated, we first check to see if the new file end will land in the middle of a file hole. Since the last block of a file must always be allocated, the hole is filled by allocating a block at that location. If the hole being filled is a direct block, then the truncation may eventually reduce the full sized block down to a fragment. When running with soft updates, it is necessary to FSYNC the file after allocating the block and before creating the fragment to avoid triggering a soft updates inconsistency when the block unexpectedly shrinks. Found by: Matthew Dillon MFC after: 1 week Revision Changes Path 1.73 +13 -1 src/sys/ufs/ffs/ffs_inode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 21: 8: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62E2637B509; Wed, 12 Dec 2001 21:07:55 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD57tv63568; Wed, 12 Dec 2001 21:07:55 -0800 (PST) (envelope-from knu) Message-Id: <200112130507.fBD57tv63568@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 12 Dec 2001 21:07:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-fltk Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/12/12 21:07:55 PST Modified files: x11-toolkits/ruby-fltk Makefile distinfo pkg-plist Log: Update to 0.5.0. Revision Changes Path 1.11 +2 -2 ports/x11-toolkits/ruby-fltk/Makefile 1.7 +1 -1 ports/x11-toolkits/ruby-fltk/distinfo 1.8 +3 -0 ports/x11-toolkits/ruby-fltk/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 Dec 12 21: 9:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B2F537B41D; Wed, 12 Dec 2001 21:09:41 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD59fS63785; Wed, 12 Dec 2001 21:09:41 -0800 (PST) (envelope-from knu) Message-Id: <200112130509.fBD59fS63785@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 12 Dec 2001 21:09:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-bdb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/12/12 21:09:41 PST Modified files: databases/ruby-bdb Makefile distinfo Log: Update to 0.2.7. Revision Changes Path 1.16 +1 -1 ports/databases/ruby-bdb/Makefile 1.13 +1 -1 ports/databases/ruby-bdb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 21:13: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FFA137B41B; Wed, 12 Dec 2001 21:12:57 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD5CvX64270; Wed, 12 Dec 2001 21:12:57 -0800 (PST) (envelope-from knu) Message-Id: <200112130512.fBD5CvX64270@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 12 Dec 2001 21:12:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-unit Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/12/12 21:12:57 PST Modified files: devel/ruby-unit Makefile distinfo pkg-plist Log: Update to 0.4.9. Revision Changes Path 1.20 +1 -1 ports/devel/ruby-unit/Makefile 1.17 +1 -1 ports/devel/ruby-unit/distinfo 1.10 +1 -0 ports/devel/ruby-unit/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 Dec 12 21:30:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9376837B41C; Wed, 12 Dec 2001 21:30:22 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD5UMZ65661; Wed, 12 Dec 2001 21:30:22 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130530.fBD5UMZ65661@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 21:30:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/freeamp 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 2001/12/12 21:30:22 PST Modified files: audio/freeamp Makefile Log: take maintainership PR: 32788 Submitted by: Alan E Revision Changes Path 1.9 +2 -2 ports/audio/freeamp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 22: 1: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 287C537B419; Wed, 12 Dec 2001 22:01:02 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD612d68557; Wed, 12 Dec 2001 22:01:02 -0800 (PST) (envelope-from bmah) Message-Id: <200112130601.fBD612d68557@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 12 Dec 2001 22:01:02 -0800 (PST) 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 2001/12/12 22:01:02 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFCs noted: vlan(4) devices now (un)loadable and clonable, ciss driver. Revision Changes Path 1.214 +4 -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 Wed Dec 12 22: 3:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0FDC37B417; Wed, 12 Dec 2001 22:03:08 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD638O68769; Wed, 12 Dec 2001 22:03:08 -0800 (PST) (envelope-from bmah) Message-Id: <200112130603.fBD638O68769@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 12 Dec 2001 22:03:08 -0800 (PST) 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 2001/12/12 22:03:08 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Grrr...TCP bugfixes don't belong in the filesystems section. Toss another pointy hat into my pile in the corner. Revision Changes Path 1.215 +5 -5 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 Dec 12 22: 4:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01DEC37B417; Wed, 12 Dec 2001 22:04:30 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD64Te68967; Wed, 12 Dec 2001 22:04:29 -0800 (PST) (envelope-from bmah) Message-Id: <200112130604.fBD64Te68967@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 12 Dec 2001 22:04:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml 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 2001/12/12 22:04:29 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: vlan(4) devices (un)loadable and clonable, ciss driver. New release note: wx(4) is now deprecated. Revision Changes Path 1.13.2.26 +10 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.22.2.137 +13 -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 Wed Dec 12 22:39: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 080A337B416; Wed, 12 Dec 2001 22:39:06 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD6d5s75584; Wed, 12 Dec 2001 22:39:05 -0800 (PST) (envelope-from bmah) Message-Id: <200112130639.fBD6d5s75584@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 12 Dec 2001 22:39:05 -0800 (PST) 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 2001/12/12 22:39:04 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFCs noted: isic(4) support for Compaq Microcom 610 ISDN, isdnphone(8) -k. Revision Changes Path 1.216 +3 -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 Wed Dec 12 22:43:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E59A37B41B; Wed, 12 Dec 2001 22:43:39 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD6hdk76290; Wed, 12 Dec 2001 22:43:39 -0800 (PST) (envelope-from bmah) Message-Id: <200112130643.fBD6hdk76290@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 12 Dec 2001 22:43:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml 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 2001/12/12 22:43:39 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: isic(4) support for Compaq Microcom 610 ISDN, isdnphone(8) -k. While I'm here, mark all ISDN devices in the hardware list as i386-only. Revision Changes Path 1.13.2.27 +19 -18 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.22.2.138 +11 -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 Wed Dec 12 23:25:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5306E37B417; Wed, 12 Dec 2001 23:25:32 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD7PW884749; Wed, 12 Dec 2001 23:25:32 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130725.fBD7PW884749@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 23:25:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libtecla Makefile distinfo pkg-plist ports/devel/libtecla/scripts genman3list.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 2001/12/12 23:25:32 PST Modified files: devel/libtecla Makefile distinfo pkg-plist Added files: devel/libtecla/scripts genman3list.sh Log: upgrade to 1.4.0 Revision Changes Path 1.8 +15 -16 ports/devel/libtecla/Makefile 1.8 +1 -1 ports/devel/libtecla/distinfo 1.3 +1 -0 ports/devel/libtecla/pkg-plist 1.1 +15 -0 ports/devel/libtecla/scripts/genman3list.sh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 12 23:50:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7111E37B417; Wed, 12 Dec 2001 23:50:25 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD7oPc88373; Wed, 12 Dec 2001 23:50:25 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130750.fBD7oPc88373@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 23:50:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/p5-Shout Makefile distinfo pkg-plist ports/audio/p5-Shout/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 ijliao 2001/12/12 23:50:25 PST Modified files: audio/p5-Shout Makefile distinfo pkg-plist audio/p5-Shout/files patch-aa patch-ab Log: upgrade to 1.0 PR: 32703 Submitted by: maintainer Revision Changes Path 1.2 +11 -3 ports/audio/p5-Shout/Makefile 1.2 +1 -1 ports/audio/p5-Shout/distinfo 1.2 +12 -2 ports/audio/p5-Shout/files/patch-aa 1.2 +20 -10 ports/audio/p5-Shout/files/patch-ab 1.2 +4 -0 ports/audio/p5-Shout/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 Dec 12 23:55:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0C1737B417; Wed, 12 Dec 2001 23:55:36 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD7ta589388; Wed, 12 Dec 2001 23:55:36 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130755.fBD7ta589388@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 23:55:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libshout Makefile distinfo pkg-plist ports/audio/libshout/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 ijliao 2001/12/12 23:55:36 PST Modified files: audio/libshout Makefile distinfo pkg-plist audio/libshout/files patch-aa patch-ab Log: upgrade to 1.0.7 PR: 32702 Submitted by: Leo Kim Revision Changes Path 1.5 +2 -2 ports/audio/libshout/Makefile 1.3 +1 -1 ports/audio/libshout/distinfo 1.2 +10 -9 ports/audio/libshout/files/patch-aa 1.2 +4 -4 ports/audio/libshout/files/patch-ab 1.4 +22 -22 ports/audio/libshout/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 Dec 12 23:58:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98D5437B416; Wed, 12 Dec 2001 23:58:26 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD7wQx90020; Wed, 12 Dec 2001 23:58:26 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130758.fBD7wQx90020@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 12 Dec 2001 23:58:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nn Makefile distinfo pkg-plist ports/news/nn/files patch-ac patch-ae patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/12 23:58:26 PST Modified files: news/nn Makefile distinfo pkg-plist news/nn/files patch-ac patch-ae patch-ag patch-aj patch-an Removed files: news/nn/files patch-ah patch-ai patch-ak patch-al patch-am Log: upgrade to 6.6.2 PR: 32698 Submitted by: maintainer Revision Changes Path 1.28 +3 -3 ports/news/nn/Makefile 1.6 +1 -1 ports/news/nn/distinfo 1.3 +3 -33 ports/news/nn/files/patch-ac 1.3 +30 -49 ports/news/nn/files/patch-ae 1.4 +5 -14 ports/news/nn/files/patch-ag 1.2 +0 -29 ports/news/nn/files/patch-ah (dead) 1.4 +0 -8 ports/news/nn/files/patch-ai (dead) 1.2 +10 -26 ports/news/nn/files/patch-aj 1.2 +0 -27 ports/news/nn/files/patch-ak (dead) 1.2 +0 -39 ports/news/nn/files/patch-al (dead) 1.2 +0 -10 ports/news/nn/files/patch-am (dead) 1.2 +64 -29 ports/news/nn/files/patch-an 1.12 +8 -9 ports/news/nn/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 Dec 13 0: 1:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBAB237B417; Thu, 13 Dec 2001 00:01:17 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD81Hv90721; Thu, 13 Dec 2001 00:01:17 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130801.fBD81Hv90721@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 00:01:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/adodb 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 2001/12/13 00:01:17 PST Modified files: databases/adodb Makefile distinfo pkg-plist Log: upgrade to 1.62 PR: 32696 Submitted by: maintainer Revision Changes Path 1.12 +9 -8 ports/databases/adodb/Makefile 1.7 +1 -1 ports/databases/adodb/distinfo 1.7 +5 -0 ports/databases/adodb/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 Dec 13 0: 5:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C765D37B416; Thu, 13 Dec 2001 00:05:32 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD85Wd92703; Thu, 13 Dec 2001 00:05:32 -0800 (PST) (envelope-from ru) Message-Id: <200112130805.fBD85Wd92703@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 13 Dec 2001 00:05:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcrypt crypt.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 ru 2001/12/13 00:05:32 PST Modified files: lib/libcrypt crypt.3 Log: s/crypt_format/crypt_default/ to match reality. PR: docs/32787 Spotted by: Pete Carah Revision Changes Path 1.24 +2 -2 src/lib/libcrypt/crypt.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 0: 6:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28DD537B405; Thu, 13 Dec 2001 00:06:13 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD86D594910; Thu, 13 Dec 2001 00:06:13 -0800 (PST) (envelope-from ru) Message-Id: <200112130806.fBD86D594910@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 13 Dec 2001 00:06:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcrypt crypt.3 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 ru 2001/12/13 00:06:13 PST Modified files: (Branch: RELENG_4) lib/libcrypt crypt.3 Log: MFC: 1.24: s/crypt_format/crypt_default/ Revision Changes Path 1.6.2.11 +2 -2 src/lib/libcrypt/crypt.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 0: 6:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECB8E37B437; Thu, 13 Dec 2001 00:06:39 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD86dc95067; Thu, 13 Dec 2001 00:06:39 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130806.fBD86dc95067@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 00:06:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ac-archive Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/ac-archive/files patch-macro2html.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 ijliao 2001/12/13 00:06:39 PST Modified files: devel Makefile Added files: devel/ac-archive Makefile distinfo pkg-comment pkg-descr pkg-plist devel/ac-archive/files patch-macro2html.cpp Log: (null) Revision Changes Path 1.688 +1 -0 ports/devel/Makefile 1.1 +19 -0 ports/devel/ac-archive/Makefile (new) 1.1 +1 -0 ports/devel/ac-archive/distinfo (new) 1.1 +10 -0 ports/devel/ac-archive/files/patch-macro2html.cpp (new) 1.1 +1 -0 ports/devel/ac-archive/pkg-comment (new) 1.1 +8 -0 ports/devel/ac-archive/pkg-descr (new) 1.1 +423 -0 ports/devel/ac-archive/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 0: 6:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A31B237B405; Thu, 13 Dec 2001 00:06:42 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD86g095143; Thu, 13 Dec 2001 00:06:42 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130806.fBD86g095143@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 00:06:42 -0800 (PST) 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 2001/12/13 00:06:42 PST Modified files: . modules Log: ac-archive --> ports/devel/ac-archive Revision Changes Path 1.4311 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 0:18:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 382ED37B419; Thu, 13 Dec 2001 00:18:16 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD8IGx96562; Thu, 13 Dec 2001 00:18:16 -0800 (PST) (envelope-from jkoshy) Message-Id: <200112130818.fBD8IGx96562@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 13 Dec 2001 00:18:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/drscheme 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 2001/12/13 00:18:16 PST Modified files: lang/drscheme Makefile distinfo pkg-plist Log: Upgrade to v103p1. Revision Changes Path 1.2 +4 -4 ports/lang/drscheme/Makefile 1.2 +1 -1 ports/lang/drscheme/distinfo 1.2 +1 -0 ports/lang/drscheme/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 Dec 13 0:35:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D5EE37B405; Thu, 13 Dec 2001 00:35:17 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD8ZHF98548; Thu, 13 Dec 2001 00:35:17 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112130835.fBD8ZHF98548@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Dec 2001 00:35:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netsaint-plugins/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 kuriyama 2001/12/13 00:35:17 PST Modified files: net/netsaint-plugins/scripts configure Log: Fix mis-spelt ${.CURDIR}. Revision Changes Path 1.3 +4 -4 ports/net/netsaint-plugins/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 0:49:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62B9B37B405; Thu, 13 Dec 2001 00:49:53 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD8nr400313; Thu, 13 Dec 2001 00:49:53 -0800 (PST) (envelope-from murray) Message-Id: <200112130849.fBD8nr400313@freefall.freebsd.org> From: Murray Stokely Date: Thu, 13 Dec 2001 00:49:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal releng45.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 murray 2001/12/13 00:49:53 PST Modified files: en/internal releng45.sgml Log: Add 6 more items to our todo list for FreeBSD 4.5. Fix a link. Revision Changes Path 1.4 +55 -3 www/en/internal/releng45.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 0:50:42 2001 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 55BD937B405; Thu, 13 Dec 2001 00:50:21 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBD8oEm84826; Thu, 13 Dec 2001 10:50:14 +0200 (EET) (envelope-from ru) Date: Thu, 13 Dec 2001 10:50:14 +0200 From: Ruslan Ermilov To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20011213105014.F77774@sunbay.com> References: <200112130129.fBD1TZ022153@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112130129.fBD1TZ022153@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 12, 2001 at 05:29:35PM -0800, Warner Losh wrote: > imp 2001/12/12 17:29:35 PST > > Modified files: > share/man/man9 style.9 > Log: > Add two clarifying commnets: [...] > 2) Note that you should not use files from /usr/include in > kernel files. > And vice versa! I.e., it's not a good idea to use header files from /usr/src/sys in userland utilities; all needed files should be installed in /usr/include/{sys,machine,dev}, etc. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 1: 8:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3952C37B417; Thu, 13 Dec 2001 01:08:49 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD98nT05508; Thu, 13 Dec 2001 01:08:49 -0800 (PST) (envelope-from ijliao) Message-Id: <200112130908.fBD98nT05508@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 01:08:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ac-archive 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 2001/12/13 01:08:49 PST Modified files: devel/ac-archive Makefile Log: add ac-archive A set of useful GNU autoconf macros PR: 32689 Submitted by: Matt Holmes Revision Changes Path 1.2 +0 -0 ports/devel/ac-archive/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 1:13: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 345AF37B419; Thu, 13 Dec 2001 01:13:01 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD9D1L05977; Thu, 13 Dec 2001 01:13:01 -0800 (PST) (envelope-from ru) Message-Id: <200112130913.fBD9D1L05977@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 13 Dec 2001 01:13:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/file file.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 2001/12/13 01:13:01 PST Modified files: usr.bin/file file.1 Log: Fold example text into 80 column width display. PR: docs/32676 Submitted by: Rich Morin Revision Changes Path 1.27 +3 -2 src/usr.bin/file/file.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 1:14:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7271B37B416; Thu, 13 Dec 2001 01:14:26 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD9EQT06166; Thu, 13 Dec 2001 01:14:26 -0800 (PST) (envelope-from ru) Message-Id: <200112130914.fBD9EQT06166@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 13 Dec 2001 01:14:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/file file.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 ru 2001/12/13 01:14:26 PST Modified files: (Branch: RELENG_4) usr.bin/file file.1 Log: MFC: 1.27: Fold example text into 80 column width display. Revision Changes Path 1.16.2.8 +3 -2 src/usr.bin/file/file.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 1:15:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4891037B41A; Thu, 13 Dec 2001 01:15:21 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD9FLV06250; Thu, 13 Dec 2001 01:15:21 -0800 (PST) (envelope-from murray) Message-Id: <200112130915.fBD9FLV06250@freefall.freebsd.org> From: Murray Stokely Date: Thu, 13 Dec 2001 01:15:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/ipv6 chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug 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 murray 2001/12/13 01:15:21 PST Modified files: en_US.ISO8859-1/books/developers-handbook/ipv6 chapter.sgml en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml Log: sysctl -w is deprecated. Reminded by: des Revision Changes Path 1.8 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/ipv6/chapter.sgml 1.38 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 1:25:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44A3B37B416; Thu, 13 Dec 2001 01:25:46 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD9PkM07370; Thu, 13 Dec 2001 01:25:46 -0800 (PST) (envelope-from murray) Message-Id: <200112130925.fBD9PkM07370@freefall.freebsd.org> From: Murray Stokely Date: Thu, 13 Dec 2001 01:25:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal releng.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 murray 2001/12/13 01:25:46 PST Modified files: en/internal releng.sgml Log: Update email address. Revision Changes Path 1.3 +2 -2 www/en/internal/releng.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 1:31:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC9FC37B405; Thu, 13 Dec 2001 01:31:28 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD9VSX08442; Thu, 13 Dec 2001 01:31:28 -0800 (PST) (envelope-from sumikawa) Message-Id: <200112130931.fBD9VSX08442@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 13 Dec 2001 01:31:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mtr 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 sumikawa 2001/12/13 01:31:28 PST Modified files: net/mtr distinfo Log: Add checksum for KAME IPv6 patch. PR: ports/32767 Submitted by Edwin Groothuis : Revision Changes Path 1.13 +1 -0 ports/net/mtr/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 1:33:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D18837B405; Thu, 13 Dec 2001 01:33:46 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD9Xkm08823; Thu, 13 Dec 2001 01:33:46 -0800 (PST) (envelope-from joe) Message-Id: <200112130933.fBD9Xkm08823@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 13 Dec 2001 01:33:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cfg.pm commitinfo cvs_acls.pl edithook log_accum.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 joe 2001/12/13 01:33:45 PST Modified files: . cfg.pm commitinfo cvs_acls.pl edithook log_accum.pl Log: Remove some trailing whitespace. Submitted by: Jun Kuriyama Revision Changes Path 1.48 +3 -3 CVSROOT/cfg.pm 1.4 +2 -2 CVSROOT/commitinfo 1.22 +1 -1 CVSROOT/cvs_acls.pl 1.5 +2 -2 CVSROOT/edithook 1.117 +3 -3 CVSROOT/log_accum.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 1:58:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5835C37B405; Thu, 13 Dec 2001 01:58:12 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD9wCC11416; Thu, 13 Dec 2001 01:58:12 -0800 (PST) (envelope-from ru) Message-Id: <200112130958.fBD9wCC11416@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 13 Dec 2001 01:58:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin Makefile.inc src/bin/ed 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 ru 2001/12/13 01:58:12 PST Modified files: (Branch: RELENG_4) bin Makefile.inc bin/ed Makefile Log: MFC: -lcipher is an installable library. Revision Changes Path 1.11.2.1 +0 -10 src/bin/Makefile.inc 1.18.2.1 +3 -3 src/bin/ed/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 2: 4:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 622C937B405; Thu, 13 Dec 2001 02:04:13 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDA4Dh12079; Thu, 13 Dec 2001 02:04:13 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131004.fBDA4Dh12079@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 02:04:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/cthumb 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 2001/12/13 02:04:13 PST Modified files: graphics/cthumb Makefile distinfo pkg-plist Log: upgrade to 4.0 PR: 32658 Submitted by: maintainer Revision Changes Path 1.2 +5 -1 ports/graphics/cthumb/Makefile 1.2 +1 -1 ports/graphics/cthumb/distinfo 1.2 +131 -33 ports/graphics/cthumb/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 Dec 13 2: 7:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A03E937B416; Thu, 13 Dec 2001 02:07:22 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDA7MM15883; Thu, 13 Dec 2001 02:07:22 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131007.fBDA7MM15883@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 02:07:22 -0800 (PST) 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 2001/12/13 02:07:22 PST Modified files: ftp/pure-ftpd Makefile distinfo Log: upgrade to 1.0.4 PR: 32650 Submitted by: maintainer Revision Changes Path 1.20 +1 -1 ports/ftp/pure-ftpd/Makefile 1.19 +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 Dec 13 2:10: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0BED37B405; Thu, 13 Dec 2001 02:09:56 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDA9uI16526; Thu, 13 Dec 2001 02:09:56 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131009.fBDA9uI16526@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 02:09:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jetty Makefile distinfo 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 2001/12/13 02:09:56 PST Modified files: www/jetty Makefile distinfo pkg-descr pkg-message pkg-plist Log: upgrade to 3.1.4 PR: 32648 Submitted by: maintainer Revision Changes Path 1.4 +11 -8 ports/www/jetty/Makefile 1.3 +1 -1 ports/www/jetty/distinfo 1.2 +11 -11 ports/www/jetty/pkg-descr 1.2 +12 -24 ports/www/jetty/pkg-message 1.3 +541 -358 ports/www/jetty/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 Dec 13 2:12:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E4E237B416; Thu, 13 Dec 2001 02:12:38 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDACca17000; Thu, 13 Dec 2001 02:12:38 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131012.fBDACca17000@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 02:12:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache2 Makefile ports/www/apache2/files patch-support:apxs.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 2001/12/13 02:12:38 PST Modified files: www/apache2 Makefile www/apache2/files patch-support:apxs.in Log: Fix invalid path problem on building extension module with apxs. PR: 32638 Submitted by: maintainer Revision Changes Path 1.106 +1 -1 ports/www/apache2/Makefile 1.3 +28 -1 ports/www/apache2/files/patch-support:apxs.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 2:17:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDF0B37B416; Thu, 13 Dec 2001 02:17:13 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDAHDe17971; Thu, 13 Dec 2001 02:17:13 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131017.fBDAHDe17971@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 02:17:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Filter-CBC 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 2001/12/13 02:17:13 PST Modified files: devel Makefile Added files: devel/p5-Filter-CBC Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-Filter-CBC Source filter for Cipher Block Chaining PR: 32770 Submitted by: Sergey Skvortsov Revision Changes Path 1.689 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/p5-Filter-CBC/Makefile (new) 1.1 +1 -0 ports/devel/p5-Filter-CBC/distinfo (new) 1.1 +1 -0 ports/devel/p5-Filter-CBC/pkg-comment (new) 1.1 +9 -0 ports/devel/p5-Filter-CBC/pkg-descr (new) 1.1 +19 -0 ports/devel/p5-Filter-CBC/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 2:17:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F377E37B417; Thu, 13 Dec 2001 02:17:15 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDAHF718004; Thu, 13 Dec 2001 02:17:15 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131017.fBDAHF718004@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 02:17:15 -0800 (PST) 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 2001/12/13 02:17:15 PST Modified files: . modules Log: p5-Filter-CBC --> ports/devel/p5-Filter-CBC Revision Changes Path 1.4312 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 2:33:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 678CB37B416; Thu, 13 Dec 2001 02:33:20 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDAXK720581; Thu, 13 Dec 2001 02:33:20 -0800 (PST) (envelope-from jhb) Message-Id: <200112131033.fBDAXK720581@freefall.freebsd.org> From: John Baldwin Date: Thu, 13 Dec 2001 02:33:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktr.c src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/13 02:33:20 PST Modified files: sys/kern kern_ktr.c sys/sys proc.h Log: Use a per-thread variable for keeping state when a thread is processing a KTR log entry. Any KTR requests made while working on an entry are ignored/discarded to prevent recursion. This is a better fix for the hack to futz with the CPU mask and call getnanotime() if KTR_LOCK or KTR_WITNESS was on. It also covers the actual formatting of the log entry including dumping it to the display which the earlier hacks did not. Revision Changes Path 1.25 +8 -10 src/sys/kern/kern_ktr.c 1.195 +1 -0 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 2:50:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A595A37B405; Thu, 13 Dec 2001 02:50:36 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDAoa922322; Thu, 13 Dec 2001 02:50:36 -0800 (PST) (envelope-from joe) Message-Id: <200112131050.fBDAoa922322@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 13 Dec 2001 02:50:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra 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 joe 2001/12/13 02:50:36 PST Modified files: net/zebra Makefile Log: Drop Andreas as co-maintainer. Requested by: andreas Revision Changes Path 1.58 +1 -1 ports/net/zebra/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 2:59: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEE3637B41A; Thu, 13 Dec 2001 02:59:00 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDAx0N23101; Thu, 13 Dec 2001 02:59:00 -0800 (PST) (envelope-from ru) Message-Id: <200112131059.fBDAx0N23101@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 13 Dec 2001 02:59:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysctl.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 ru 2001/12/13 02:59:00 PST Modified files: lib/libc/gen sysctl.3 Log: If the OID is missing, sysctl(3) returns ENOENT, not EOPNOTSUPP. PR: docs/32793 Submitted by: Hartmut Brandt Revision Changes Path 1.52 +3 -3 src/lib/libc/gen/sysctl.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3: 1: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3593337B417; Thu, 13 Dec 2001 03:01:01 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDB11t23640; Thu, 13 Dec 2001 03:01:01 -0800 (PST) (envelope-from ru) Message-Id: <200112131101.fBDB11t23640@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 13 Dec 2001 03:01:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysctl.3 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 ru 2001/12/13 03:01:01 PST Modified files: (Branch: RELENG_4) lib/libc/gen sysctl.3 Log: MFC: 1.52: sysctl(3) returns ENOENT on non-match, not EOPNOTSUPP. Revision Changes Path 1.33.2.11 +3 -3 src/lib/libc/gen/sysctl.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:12:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76D1037B405; Thu, 13 Dec 2001 03:12:31 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBCVS28263; Thu, 13 Dec 2001 03:12:31 -0800 (PST) (envelope-from jhb) Message-Id: <200112131112.fBDBCVS28263@freefall.freebsd.org> From: John Baldwin Date: Thu, 13 Dec 2001 03:12:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amrreg.h src/sys/dev/sym sym_hipd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/13 03:12:31 PST Modified files: sys/dev/amr amrreg.h sys/dev/sym sym_hipd.c Log: Comment tokens after #undef and #endif. Reported by: gcc30 Revision Changes Path 1.4 +2 -2 src/sys/dev/amr/amrreg.h 1.33 +4 -4 src/sys/dev/sym/sym_hipd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:13:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8859537B41D; Thu, 13 Dec 2001 03:13:23 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBDNj28418; Thu, 13 Dec 2001 03:13:23 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131113.fBDBDNj28418@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 03:13:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-SAX 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 2001/12/13 03:13:23 PST Modified files: textproc/p5-XML-SAX Makefile distinfo pkg-plist Log: upgrade to 0.03 PR: 32771 Submitted by: maintainer Revision Changes Path 1.2 +4 -3 ports/textproc/p5-XML-SAX/Makefile 1.2 +1 -1 ports/textproc/p5-XML-SAX/distinfo 1.2 +1 -0 ports/textproc/p5-XML-SAX/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 Dec 13 3:14:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E03F37B405; Thu, 13 Dec 2001 03:14:29 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBETE28616; Thu, 13 Dec 2001 03:14:29 -0800 (PST) (envelope-from jhb) Message-Id: <200112131114.fBDBETE28616@freefall.freebsd.org> From: John Baldwin Date: Thu, 13 Dec 2001 03:14:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/buslogic bt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/13 03:14:29 PST Modified files: sys/dev/buslogic bt.c Log: Use ANSI C string contatenation instead of a multi-line string literal. Reported by: gcc30 Revision Changes Path 1.32 +5 -5 src/sys/dev/buslogic/bt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:18:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CC0937B419; Thu, 13 Dec 2001 03:18:52 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBIqX29167; Thu, 13 Dec 2001 03:18:52 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131118.fBDBIqX29167@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 03:18:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-SAX-Expat 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 2001/12/13 03:18:52 PST Modified files: textproc/p5-XML-SAX-Expat Makefile distinfo Log: upgrade to 0.30 PR: 32774 Submitted by: maintainer Revision Changes Path 1.2 +4 -2 ports/textproc/p5-XML-SAX-Expat/Makefile 1.2 +1 -1 ports/textproc/p5-XML-SAX-Expat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:20:40 2001 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id C9EF437B41D for ; Thu, 13 Dec 2001 03:20:24 -0800 (PST) Received: (qmail 22535 invoked from network); 13 Dec 2001 11:20:23 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Dec 2001 11:20:23 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200112131112.fBDBCVS28263@freefall.freebsd.org> Date: Thu, 13 Dec 2001 03:20:17 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/dev/amr amrreg.h src/sys/dev/sym sym_hip Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-Dec-01 John Baldwin wrote: > jhb 2001/12/13 03:12:31 PST > > Modified files: > sys/dev/amr amrreg.h > sys/dev/sym sym_hipd.c > Log: > Comment tokens after #undef and #endif. > > Reported by: gcc30 gcc30 also complains loudly about the asr driver using C++ comments after #endif as well, but using --std=c99 seems to have shut those up. It would still be nice if asr(4) was written in C90 though. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:24:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E78237B405; Thu, 13 Dec 2001 03:24:31 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBOVC29852; Thu, 13 Dec 2001 03:24:31 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131124.fBDBOVC29852@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 03:24:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Net-Pcap 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 2001/12/13 03:24:31 PST Modified files: net Makefile Added files: net/p5-Net-Pcap Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-Net-Pcap Interface to pcap(3) LBL packet capture library PR: 32775 Submitted by: Sergey Skvortsov Revision Changes Path 1.669 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/p5-Net-Pcap/Makefile (new) 1.1 +1 -0 ports/net/p5-Net-Pcap/distinfo (new) 1.1 +1 -0 ports/net/p5-Net-Pcap/pkg-comment (new) 1.1 +6 -0 ports/net/p5-Net-Pcap/pkg-descr (new) 1.1 +7 -0 ports/net/p5-Net-Pcap/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:24:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4AED37B41A; Thu, 13 Dec 2001 03:24:41 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBOfZ29884; Thu, 13 Dec 2001 03:24:41 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131124.fBDBOfZ29884@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 03:24:41 -0800 (PST) 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 2001/12/13 03:24:41 PST Modified files: . modules Log: p5-Net-Pcap --> ports/net/p5-Net-Pcap Revision Changes Path 1.4313 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:36:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E05CD37B41C; Thu, 13 Dec 2001 03:36:25 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBaPe31293; Thu, 13 Dec 2001 03:36:25 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131136.fBDBaPe31293@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 03:36:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-RSS 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 2001/12/13 03:36:25 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-RSS Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-Component-RSS A module for event based RSS parsing PR: 32776 Submitted by: Sergey Skvortsov Revision Changes Path 1.690 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-POE-Component-RSS/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-RSS/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-RSS/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-POE-Component-RSS/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-POE-Component-RSS/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:36:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3482437B41D; Thu, 13 Dec 2001 03:36:28 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBaSh31324; Thu, 13 Dec 2001 03:36:28 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131136.fBDBaSh31324@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 03:36:28 -0800 (PST) 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 2001/12/13 03:36:28 PST Modified files: . modules Log: p5-POE-Component-RSS --> ports/devel/p5-POE-Component-RSS Revision Changes Path 1.4314 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:44:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CC6037B405; Thu, 13 Dec 2001 03:44:14 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBiEs32141; Thu, 13 Dec 2001 03:44:14 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131144.fBDBiEs32141@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 03:44:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-Pcap 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 2001/12/13 03:44:14 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-Pcap Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-Component-Pcap POE component for non-blocking use of Net::Pcap PR: 32777 Submitted by: Sergey Skvortsov Revision Changes Path 1.691 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/p5-POE-Component-Pcap/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-Pcap/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-Pcap/pkg-comment (new) 1.1 +4 -0 ports/devel/p5-POE-Component-Pcap/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-POE-Component-Pcap/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:44:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30DB337B419; Thu, 13 Dec 2001 03:44:17 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBiH032172; Thu, 13 Dec 2001 03:44:17 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131144.fBDBiH032172@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 03:44:17 -0800 (PST) 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 2001/12/13 03:44:17 PST Modified files: . modules Log: p5-POE-Component-Pcap --> ports/devel/p5-POE-Component-Pcap Revision Changes Path 1.4315 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 3:54:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F089637B419; Thu, 13 Dec 2001 03:54:55 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDBstX33433; Thu, 13 Dec 2001 03:54:55 -0800 (PST) (envelope-from dinoex) Message-Id: <200112131154.fBDBstX33433@freefall.freebsd.org> From: Dirk Meyer Date: Thu, 13 Dec 2001 03:54:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/metakit Makefile distinfo pkg-plist ports/databases/metakit/files Makefile.kit patch-Makefile.in 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 dinoex 2001/12/13 03:54:55 PST Modified files: databases/metakit Makefile distinfo pkg-plist databases/metakit/files patch-Makefile.in Added files: databases/metakit/files patch-configure Removed files: databases/metakit/files Makefile.kit Log: Update to: metakit-2.4.2-32 TCLKIT is no longer part of the distribution. METAKIT_WITH_TCL Option build metakit for tcl8.3 METAKIT_WITH_TCLKIT Option build metakit for tcl8.4 Revision Changes Path 1.10 +6 -31 ports/databases/metakit/Makefile 1.4 +1 -1 ports/databases/metakit/distinfo 1.3 +0 -52 ports/databases/metakit/files/Makefile.kit (dead) 1.2 +9 -27 ports/databases/metakit/files/patch-Makefile.in 1.1 +11 -0 ports/databases/metakit/files/patch-configure (new) 1.7 +0 -1 ports/databases/metakit/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 Dec 13 3:56:30 2001 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 D645B37B41C; Thu, 13 Dec 2001 03:56:22 -0800 (PST) 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 WAA20959; Thu, 13 Dec 2001 22:56:20 +1100 Date: Thu, 13 Dec 2001 22:57:16 +1100 (EST) From: Bruce Evans X-X-Sender: To: Alfred Perlstein Cc: , Subject: Re: cvs commit: src/sys/fs/fifofs fifo_vnops.c In-Reply-To: <20011212125324.R92148@elvis.mu.org> Message-ID: <20011213224148.M469-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, 12 Dec 2001, Alfred Perlstein wrote: > * Bruce Evans [011212 06:13] wrote: > > On Wed, 12 Dec 2001, Alfred Perlstein wrote: > > > > > alfred 2001/12/12 01:35:33 PST > > > > > > Modified files: > > > sys/fs/fifofs fifo_vnops.c > > > Log: > > > Fix select on named pipes without a reader. ^^^^^^ ITYM "writer" > > > > > > PR: kern/19871 > > > MFC after: 1 month > > > > No, it will be backed out. I believe other systems implement this by > > making the semantics of select() incompatible with read(). They don't > > just break read(). > > Could you be more clear on how this breaks read(2)? From POSIX.1-200x-draft7 (this has not changed since at least the 1990 version): ! 36609 When attempting to read from an empty pipe or FIFO: ! ! 36610 * If no process has the pipe open for writing, read( ) shall return 0 to indicate end-of-file. The changes make read() block instead, at least for the non-O_NONBLOCK case. I'm not sure of the effect of the change in the O_NONBLOCK case, but it seems likely that -1/EAGAIN is returned instead of 0/no-error. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4: 2:31 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (esplanaden.cybercity.dk [212.242.40.114]) by hub.freebsd.org (Postfix) with ESMTP id 0348C37B426; Thu, 13 Dec 2001 04:02:10 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id fBD98mG00457; Thu, 13 Dec 2001 10:08:48 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c In-Reply-To: Your message of "Wed, 12 Dec 2001 15:42:54 PST." <20011212234254.2BEA53810@overcee.netplex.com.au> Date: Thu, 13 Dec 2001 10:08:48 +0100 Message-ID: <455.1008234528@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 <20011212234254.2BEA53810@overcee.netplex.com.au>, Peter Wemm writes : >> If zero bytes are allocated, return pointer to the middle of page-zero >> (which is protected) so that the program will crash if it dereferences >> this illgotten pointer. > > ISO/IEC 9899:1999 7.20.3#1: > If the size of the space requested is zero, the behavior is implementation- > defined: either a null pointer is returned, or the behavior is as if the > size were some nonzero value, except that the returned pointer shall not > be used to access an object. > char *a, *b; > a = malloc(0); > b = malloc(0); > if (a && b && a == b) > abort (); > >shall not abort. I know. The reason for this change was Theo pushing it hard. He claims that some hole somewhere exists which exploits this, and consequently others may exist as well. I'm not in love with the !=NULL return for zero size, but last time I tried to default to the 'V' malloc_option I got more coredumps than I care to count. Things could have improved. >Now, you _can_ make the returned pointer point to a PROT_NONE page, >but you still have to preserve identity of individual allocations. This is basically what Theo did. The problem as I see it is this: since people are deref'ing a pointer they shouldn't, God knows what offset they use relative to the pointer and consequently how wide a moat do I have to put around the pointer I return ? So I tried this "quick&dirty" check with the intent to hear how much breakage would be reported before deciding on a future course of action. My current preference is to switch FreeBSD to the NULL return, it makes a lot more sense. >The bug in binutils that tripped this up was that they were doing >object->ptr = malloc(size); // where size == 0 >.... >if (object->ptr) > free(object->ptr); > >Yes it was ``broken'' as such but is compatable with a compliant malloc(). Uhm, that code is OK for all I know... >They've changed bfd_alloc(size) (the wrapper around all malloc() calls) >to do this: > if (size == 0) > size = 1; >.. which bypasses all these checks and any implementation defined behavior. Yech! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:12:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D57BD37B419; Thu, 13 Dec 2001 04:12:38 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCCcq45528; Thu, 13 Dec 2001 04:12:38 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131212.fBDCCcq45528@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:12:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-JobQueue 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 2001/12/13 04:12:38 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-JobQueue Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-Component-JobQueue POE::Component::JobQueue manages a finite pool of worker sessions as they handle an arbitrarily large number of tasks. PR: 32778 Submitted by: Sergey Skvortsov Revision Changes Path 1.692 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-POE-Component-JobQueue/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-JobQueue/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-JobQueue/pkg-comment (new) 1.1 +9 -0 ports/devel/p5-POE-Component-JobQueue/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-POE-Component-JobQueue/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:12:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08E5237B421; Thu, 13 Dec 2001 04:12:46 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCCjP45570; Thu, 13 Dec 2001 04:12:45 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131212.fBDCCjP45570@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:12:45 -0800 (PST) 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 2001/12/13 04:12:45 PST Modified files: . modules Log: p5-POE-Component-JobQueue --> ports/devel/p5-POE-Component-JobQueue Revision Changes Path 1.4316 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:15:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CF6637B416; Thu, 13 Dec 2001 04:15:40 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCFeX46256; Thu, 13 Dec 2001 04:15:40 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131215.fBDCFeX46256@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:15:40 -0800 (PST) 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 2001/12/13 04:15:40 PST Modified files: . modules Log: p5-POE-Component-Client-DNS --> ports/devel/p5-POE-Component-Client-DNS Revision Changes Path 1.4317 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:15:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 121B437B419; Thu, 13 Dec 2001 04:15:38 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCFc146214; Thu, 13 Dec 2001 04:15:38 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131215.fBDCFc146214@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:15:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-Client-DNS 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 2001/12/13 04:15:38 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-Client-DNS Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-Component-Client-DNS POE component for non-blocking/concurrent DNS queries PR: 32779 Submitted by: Sergey Skvortsov Revision Changes Path 1.693 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/p5-POE-Component-Client-DNS/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-Client-DNS/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-Client-DNS/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-POE-Component-Client-DNS/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-POE-Component-Client-DNS/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:18:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7273037B416; Thu, 13 Dec 2001 04:18:12 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCICf46891; Thu, 13 Dec 2001 04:18:12 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131218.fBDCICf46891@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:18:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-Client-HTTP 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 2001/12/13 04:18:12 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-Client-HTTP Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-Component-Client-HTTP POE component for non-blocking/concurrent HTTP queries PR: 32780 Submitted by: Sergey Skvortsov Revision Changes Path 1.694 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/p5-POE-Component-Client-HTTP/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-Client-HTTP/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-Client-HTTP/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-POE-Component-Client-HTTP/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-POE-Component-Client-HTTP/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:18:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D58ED37B41D; Thu, 13 Dec 2001 04:18:15 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCIFA46923; Thu, 13 Dec 2001 04:18:15 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131218.fBDCIFA46923@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:18:15 -0800 (PST) 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 2001/12/13 04:18:15 PST Modified files: . modules Log: p5-POE-Component-Client-HTTP --> ports/devel/p5-POE-Component-Client-HTTP Revision Changes Path 1.4318 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:20:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54FD637B419; Thu, 13 Dec 2001 04:20:21 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCKLt47708; Thu, 13 Dec 2001 04:20:21 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131220.fBDCKLt47708@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:20:21 -0800 (PST) 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 2001/12/13 04:20:21 PST Modified files: . modules Log: p5-POE-Component-Client-Ping --> ports/devel/p5-POE-Component-Client-Ping Revision Changes Path 1.4319 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:20:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 945B137B416; Thu, 13 Dec 2001 04:20:18 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCKIY47647; Thu, 13 Dec 2001 04:20:18 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131220.fBDCKIY47647@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:20:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-Client-Ping 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 2001/12/13 04:20:18 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-Client-Ping Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-Component-Client-Ping POE component for non-blocking/concurrent ICMP ping PR: 32781 Submitted by: Sergey Skvortsov Revision Changes Path 1.695 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/p5-POE-Component-Client-Ping/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-Client-Ping/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-Client-Ping/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-POE-Component-Client-Ping/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-POE-Component-Client-Ping/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:23:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE60137B41B; Thu, 13 Dec 2001 04:23:09 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCN9q48534; Thu, 13 Dec 2001 04:23:09 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131223.fBDCN9q48534@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:23:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-IKC 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 2001/12/13 04:23:09 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-IKC Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-Component-IKC POE Inter-Kernel Communication PR: 32782 Submitted by: Sergey Skvortsov Revision Changes Path 1.696 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/p5-POE-Component-IKC/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-IKC/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-IKC/pkg-comment (new) 1.1 +6 -0 ports/devel/p5-POE-Component-IKC/pkg-descr (new) 1.1 +16 -0 ports/devel/p5-POE-Component-IKC/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:23:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C3E537B426; Thu, 13 Dec 2001 04:23:14 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCNEh48579; Thu, 13 Dec 2001 04:23:14 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131223.fBDCNEh48579@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:23:14 -0800 (PST) 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 2001/12/13 04:23:14 PST Modified files: . modules Log: p5-POE-Component-IKC --> ports/devel/p5-POE-Component-IKC Revision Changes Path 1.4320 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:30:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E769137B421; Thu, 13 Dec 2001 04:30:13 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCUDg49923; Thu, 13 Dec 2001 04:30:13 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131230.fBDCUDg49923@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:30:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-DBIAgent 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 2001/12/13 04:30:13 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-DBIAgent Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-Component-DBIAgent POE Component for running asynchronous DBI calls PR: 32783 Submitted by: Sergey Skvortsov Revision Changes Path 1.697 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-POE-Component-DBIAgent/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-DBIAgent/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-DBIAgent/pkg-comment (new) 1.1 +10 -0 ports/devel/p5-POE-Component-DBIAgent/pkg-descr (new) 1.1 +10 -0 ports/devel/p5-POE-Component-DBIAgent/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:30:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D57E37B423; Thu, 13 Dec 2001 04:30:16 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCUGT49957; Thu, 13 Dec 2001 04:30:16 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131230.fBDCUGT49957@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:30:16 -0800 (PST) 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 2001/12/13 04:30:16 PST Modified files: . modules Log: p5-POE-Component-DBIAgent --> ports/devel/p5-POE-Component-DBIAgent Revision Changes Path 1.4321 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:32:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3A0037B421; Thu, 13 Dec 2001 04:32:46 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCWkA50566; Thu, 13 Dec 2001 04:32:46 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131232.fBDCWkA50566@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:32:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-Client-UserAgent 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 2001/12/13 04:32:46 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-Client-UserAgent Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-Component-Client-UserAgent LWP and LWP::Parallel based POE component PR: 32784 Submitted by: Sergey Skvortsov Revision Changes Path 1.698 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-POE-Component-Client-UserAgent/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-Client-UserAgent/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-Client-UserAgent/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-POE-Component-Client-UserAgent/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-POE-Component-Client-UserAgent/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:32:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F71C37B405; Thu, 13 Dec 2001 04:32:49 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCWnm50606; Thu, 13 Dec 2001 04:32:49 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131232.fBDCWnm50606@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:32:49 -0800 (PST) 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 2001/12/13 04:32:49 PST Modified files: . modules Log: p5-POE-Component-Client-UserAgent --> ports/devel/p5-POE-Component-Client-UserAgent Revision Changes Path 1.4322 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:34:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D45737B41A; Thu, 13 Dec 2001 04:34:23 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCYNc51075; Thu, 13 Dec 2001 04:34:23 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131234.fBDCYNc51075@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:34:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-IRC 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 2001/12/13 04:34:23 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-IRC Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-Component-IRC A fully event-driven IRC client module PR: 32785 Submitted by: Sergey Skvortsov Revision Changes Path 1.699 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/p5-POE-Component-IRC/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-IRC/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-IRC/pkg-comment (new) 1.1 +9 -0 ports/devel/p5-POE-Component-IRC/pkg-descr (new) 1.1 +15 -0 ports/devel/p5-POE-Component-IRC/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:36:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADE8B37B420; Thu, 13 Dec 2001 04:36:16 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCaGE51667; Thu, 13 Dec 2001 04:36:16 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131236.fBDCaGE51667@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:36:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-IKC-ReallySimple 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 2001/12/13 04:36:16 PST Modified files: devel Makefile Added files: devel/p5-POE-Component-IKC-ReallySimple Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-POE-COmponent-IKC-ReallySimple PR: 32786 Submitted by: Sergey Skvortsov Revision Changes Path 1.700 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-POE-Component-IKC-ReallySimple/Makefile (new) 1.1 +1 -0 ports/devel/p5-POE-Component-IKC-ReallySimple/distinfo (new) 1.1 +1 -0 ports/devel/p5-POE-Component-IKC-ReallySimple/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-POE-Component-IKC-ReallySimple/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-POE-Component-IKC-ReallySimple/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 4:36:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2233B37B429; Thu, 13 Dec 2001 04:36:21 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDCaLw51698; Thu, 13 Dec 2001 04:36:21 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131236.fBDCaLw51698@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 04:36:21 -0800 (PST) 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 2001/12/13 04:36:21 PST Modified files: . modules Log: p5-POE-Component-IKC-ReallySimple --> ports/devel/p5-POE-Component-IKC-ReallySimple Revision Changes Path 1.4323 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 5: 8:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B8A237B41C; Thu, 13 Dec 2001 05:08:35 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDD8Zm59173; Thu, 13 Dec 2001 05:08:35 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112131308.fBDD8Zm59173@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 13 Dec 2001 05:08:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/12/13 05:08:35 PST Modified files: sys/fs/smbfs smbfs_vfsops.c Log: Add module dependency on libmchain. With this change, mounting an smb share (using mount_smb, which is not yet included in the tree) without any of smbfs, libiconv or libmchain compiled into the kernel or loaded works. Revision Changes Path 1.5 +2 -0 src/sys/fs/smbfs/smbfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 5:17:43 2001 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 A9E9137B41C; Thu, 13 Dec 2001 05:17:34 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16EVle-00009k-00; Thu, 13 Dec 2001 15:19:18 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/smbfs smbfs_vfsops.c In-reply-to: Your message of "Thu, 13 Dec 2001 05:08:35 PST." <200112131308.fBDD8Zm59173@freefall.freebsd.org> Date: Thu, 13 Dec 2001 15:19:18 +0200 Message-ID: <603.1008249558@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 Thu, 13 Dec 2001 05:08:35 PST, Sheldon Hearn wrote: > Modified files: > sys/fs/smbfs smbfs_vfsops.c > Log: > Add module dependency on libmchain. > > With this change, mounting an smb share (using mount_smb, which is not > yet included in the tree) without any of smbfs, libiconv or libmchain > compiled into the kernel or loaded works. I included , which is already included by . I did this because I'm guessing it's _not_ okay to assume that will include . Am I right, or should I remove the explicit inclusion of ? 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 Dec 13 5:28:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB22037B438; Thu, 13 Dec 2001 05:28:23 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDDSNo61785; Thu, 13 Dec 2001 05:28:23 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131328.fBDDSNo61785@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 05:28:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-XWhois 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 2001/12/13 05:28:23 PST Modified files: net/p5-Net-XWhois pkg-plist Log: remove extra dir PR: 32795 Submitted by: maintainer Revision Changes Path 1.2 +2 -0 ports/net/p5-Net-XWhois/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 Dec 13 5:28:48 2001 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 A71B737B416; Thu, 13 Dec 2001 05:28:43 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16EVwS-0000Cc-00; Thu, 13 Dec 2001 15:30:28 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/smbfs smbfs_vfsops.c In-reply-to: Your message of "Thu, 13 Dec 2001 15:19:18 +0200." <603.1008249558@axl.seasidesoftware.co.za> Date: Thu, 13 Dec 2001 15:30:28 +0200 Message-ID: <781.1008250228@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 Thu, 13 Dec 2001 15:19:18 +0200, Sheldon Hearn wrote: > I included , which is already included by . > > I did this because I'm guessing it's _not_ okay to assume that > will include . > > Am I right, or should I remove the explicit inclusion of ? Nevermind, I found my answer in the CVS history for src/sys/sys/kernel.h: |revision 1.82 |date: 2001/02/04 11:46:17; author: peter; state: Exp; lines: +4 -28 |Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET(). |There are two 3rd party code chunks using this still - the IPv6 stuff |and |i4b. Give them a private copy as an alternative to changing them too |much. | |XXX sys/kernel.h still has a #include in it. I will be |taking this out shortly - this affects a number of drivers. 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 Dec 13 5:41:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C703B37BC87; Thu, 13 Dec 2001 05:35:06 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDDXkX62949; Thu, 13 Dec 2001 05:33:46 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131333.fBDDXkX62949@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 05:33:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/py-irclib 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 2001/12/13 05:33:44 PST Modified files: irc/py-irclib Makefile distinfo pkg-plist Log: upgrade to 0.3.2 change maintainer's email PR: 32798 Submitted by: maintainer Revision Changes Path 1.3 +5 -6 ports/irc/py-irclib/Makefile 1.2 +1 -1 ports/irc/py-irclib/distinfo 1.2 +4 -2 ports/irc/py-irclib/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 Dec 13 5:41:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17A8B37B7D9; Thu, 13 Dec 2001 05:39:38 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDDVlv62265; Thu, 13 Dec 2001 05:31:47 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131331.fBDDVlv62265@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 05:31:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mytop 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 2001/12/13 05:31:37 PST Modified files: databases/mytop Makefile pkg-plist Log: change RUN_DEPENDS from p5-Mysql to p5-DBD-mysql remove extra directory. change maintainer's email PR: 32796 Submitted by: maintainer Revision Changes Path 1.6 +3 -3 ports/databases/mytop/Makefile 1.2 +1 -0 ports/databases/mytop/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 Dec 13 5:43:56 2001 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 5F9E337BB38; Thu, 13 Dec 2001 05:41:54 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16EW9C-0000EX-00; Thu, 13 Dec 2001 15:43:38 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/smbfs smbfs_vfsops.c In-reply-to: Your message of "Thu, 13 Dec 2001 05:08:35 PST." <200112131308.fBDD8Zm59173@freefall.freebsd.org> Date: Thu, 13 Dec 2001 15:43:38 +0200 Message-ID: <900.1008251018@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 Thu, 13 Dec 2001 05:08:35 PST, Sheldon Hearn wrote: > Modified files: > sys/fs/smbfs smbfs_vfsops.c > Log: > Add module dependency on libmchain. > > With this change, mounting an smb share (using mount_smb, which is not > yet included in the tree) without any of smbfs, libiconv or libmchain > compiled into the kernel or loaded works. I've sent a request for RELENG_4 testing of this change to the -audit list. So if you're interested in seeing this merged in time for 4.5-RELEASE, please check the -audit list for the following message: Subject: REQ: Please test libmchain dependency patch for smbfs Message-ID: <877.1008250918@axl.seasidesoftware.co.za> 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 Dec 13 5:45: 0 2001 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 5E03737BE0F; Thu, 13 Dec 2001 05:43:07 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBDDgoi22439; Thu, 13 Dec 2001 15:42:50 +0200 (EET) (envelope-from ru) Date: Thu, 13 Dec 2001 15:42:50 +0200 From: Ruslan Ermilov To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/smbfs smbfs_vfsops.c Message-ID: <20011213154249.C19995@sunbay.com> References: <200112131308.fBDD8Zm59173@freefall.freebsd.org> <603.1008249558@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <603.1008249558@axl.seasidesoftware.co.za> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 13, 2001 at 03:19:18PM +0200, Sheldon Hearn wrote: > > > On Thu, 13 Dec 2001 05:08:35 PST, Sheldon Hearn wrote: > > > Modified files: > > sys/fs/smbfs smbfs_vfsops.c > > Log: > > Add module dependency on libmchain. > > > > With this change, mounting an smb share (using mount_smb, which is not > > yet included in the tree) without any of smbfs, libiconv or libmchain > > compiled into the kernel or loaded works. > > I included , which is already included by . > > I did this because I'm guessing it's _not_ okay to assume that > will include . > > Am I right, or should I remove the explicit inclusion of ? > Look at the line preceding the inclusion of in . :-) Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 5:50:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40D9337B81F; Thu, 13 Dec 2001 05:49:58 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDDnwc71086; Thu, 13 Dec 2001 05:49:58 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112131349.fBDDnwc71086@freefall.freebsd.org> From: Michael Lucas Date: Thu, 13 Dec 2001 05:49:58 -0800 (PST) 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 mwlucas 2001/12/13 05:49:58 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: New FAQ: "Can FreeBSD replace my current operating system?" closing my own PR. PR: 32377 Submitted by: mwlucas@blackhelicopters.org Approved by: bmah Revision Changes Path 1.327 +43 -0 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 Dec 13 5:59:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E47337B405; Thu, 13 Dec 2001 05:59:27 -0800 (PST) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDDxRl71983; Thu, 13 Dec 2001 05:59:27 -0800 (PST) (envelope-from mwlucas) Message-Id: <200112131359.fBDDxRl71983@freefall.freebsd.org> From: Michael Lucas Date: Thu, 13 Dec 2001 05:59:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports 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 mwlucas 2001/12/13 05:59:27 PST Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Minor language cleanup. Don't insult users' attention span twice in one section. add information on the effect of make clean on make reinstall. closing my own PR. PR: 32111 Submitted by: mwlucas@blackhelicopters.org Approved by: bmah Revision Changes Path 1.151 +10 -6 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 6: 7:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 727A937B41C; Thu, 13 Dec 2001 06:07:38 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDE7cA76330; Thu, 13 Dec 2001 06:07:38 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131407.fBDE7cA76330@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 06:07:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/ruby-interbase Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/ruby-interbase/files patch-extconf.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/13 06:07:38 PST Modified files: databases Makefile Added files: databases/ruby-interbase Makefile distinfo pkg-comment pkg-descr pkg-plist databases/ruby-interbase/files patch-extconf.rb Log: add ruby-interbase Ruby interface to Interbase library PR: 31869 Submitted by: Sergey Skvortsov Revision Changes Path 1.153 +1 -0 ports/databases/Makefile 1.1 +41 -0 ports/databases/ruby-interbase/Makefile (new) 1.1 +1 -0 ports/databases/ruby-interbase/distinfo (new) 1.1 +24 -0 ports/databases/ruby-interbase/files/patch-extconf.rb (new) 1.1 +1 -0 ports/databases/ruby-interbase/pkg-comment (new) 1.1 +3 -0 ports/databases/ruby-interbase/pkg-descr (new) 1.1 +5 -0 ports/databases/ruby-interbase/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 6: 7:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 117E837B417; Thu, 13 Dec 2001 06:07:41 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDE7fo76385; Thu, 13 Dec 2001 06:07:41 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131407.fBDE7fo76385@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 06:07:41 -0800 (PST) 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 2001/12/13 06:07:41 PST Modified files: . modules Log: ruby-interbase --> ports/databases/ruby-interbase Revision Changes Path 1.4324 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 7:46:23 2001 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 2D12737B416; Thu, 13 Dec 2001 07:46:19 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id fBDFln218736; Thu, 13 Dec 2001 10:47:49 -0500 (EST) (envelope-from jake) Date: Thu, 13 Dec 2001 10:47:49 -0500 From: Jake Burkholder To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_ktr.c src/sys/sys proc.h Message-ID: <20011213104749.A12719@locore.ca> References: <200112131033.fBDAXK720581@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: <200112131033.fBDAXK720581@freefall.freebsd.org>; from jhb@FreeBSD.org on Thu, Dec 13, 2001 at 02:33:20AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Thu, Dec 13, 2001 at 02:33:20AM -0800, John Baldwin said words to the effect of; > jhb 2001/12/13 02:33:20 PST > > Modified files: > sys/kern kern_ktr.c > sys/sys proc.h > Log: > Use a per-thread variable for keeping state when a thread is processing > a KTR log entry. Any KTR requests made while working on an entry are > ignored/discarded to prevent recursion. This is a better fix for the > hack to futz with the CPU mask and call getnanotime() if KTR_LOCK or > KTR_WITNESS was on. It also covers the actual formatting of the log entry > including dumping it to the display which the earlier hacks did not. This wouldn't be necessary if ktr was still inline and didn't call other functions. > > Revision Changes Path > 1.25 +8 -10 src/sys/kern/kern_ktr.c > 1.195 +1 -0 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 8: 3:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72ABF37B41E; Thu, 13 Dec 2001 08:03:20 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDG3Ko11687; Thu, 13 Dec 2001 08:03:20 -0800 (PST) (envelope-from des) Message-Id: <200112131603.fBDG3Ko11687@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 13 Dec 2001 08:03:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/inn-stable 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 des 2001/12/13 08:03:20 PST Modified files: news/inn-stable Makefile distinfo Log: 2.3.20011213 Revision Changes Path 1.76 +1 -1 ports/news/inn-stable/Makefile 1.33 +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 Dec 13 8: 7:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DA7337B41F; Thu, 13 Dec 2001 08:07:38 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDG7cL15719; Thu, 13 Dec 2001 08:07:38 -0800 (PST) (envelope-from mharo) Message-Id: <200112131607.fBDG7cL15719@freefall.freebsd.org> From: Michael Haro Date: Thu, 13 Dec 2001 08:07:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/analog 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 mharo 2001/12/13 08:07:38 PST Modified files: www/analog Makefile Log: Install images in /usr/local/share/analog/images/, not /usr/local/www/data/images/ PR: 32706 Submitted by: MOROHOSHI Akihiko Revision Changes Path 1.42 +3 -3 ports/www/analog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 8:13:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4501337B405; Thu, 13 Dec 2001 08:13:34 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDGDYc16559; Thu, 13 Dec 2001 08:13:34 -0800 (PST) (envelope-from jlemon) Message-Id: <200112131613.fBDGDYc16559@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 13 Dec 2001 08:13:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/13 08:13:34 PST Modified files: sys/dev/fxp if_fxp.c Log: Tone down and remove some obnoxious warnings that are slightly overkill. Revision Changes Path 1.122 +1 -10 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 8:18:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id 998EE37B416; Thu, 13 Dec 2001 08:18:04 -0800 (PST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id fBDGI1G80579; Thu, 13 Dec 2001 17:18:01 +0100 (CET) (envelope-from wkb) Date: Thu, 13 Dec 2001 17:18:01 +0100 From: Wilko Bulte To: Kirk McKusick Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ffs ffs_inode.c Message-ID: <20011213171801.A80549@freebie.xs4all.nl> References: <200112130507.fBD57n063530@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: <200112130507.fBD57n063530@freefall.freebsd.org>; from mckusick@FreeBSD.ORG on Wed, Dec 12, 2001 at 09:07:49PM -0800 X-OS: FreeBSD 4.4-STABLE X-PGP: finger wilko@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 Wed, Dec 12, 2001 at 09:07:49PM -0800, Kirk McKusick wrote: > mckusick 2001/12/12 21:07:49 PST > > Modified files: > sys/ufs/ffs ffs_inode.c > Log: > When a file is partially truncated, we first check to see if the > new file end will land in the middle of a file hole. Since the last > block of a file must always be allocated, the hole is filled by > allocating a block at that location. If the hole being filled is > a direct block, then the truncation may eventually reduce the > full sized block down to a fragment. When running with soft > updates, it is necessary to FSYNC the file after allocating the > block and before creating the fragment to avoid triggering a > soft updates inconsistency when the block unexpectedly shrinks. > > Found by: Matthew Dillon > MFC after: 1 week FWIW: that is almost exactly on Code Freeze Day. Is this fix critical for 4.5-R ? -- | / o / /_ _ email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 8:20:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0139F37B417; Thu, 13 Dec 2001 08:20:12 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDGKB017198; Thu, 13 Dec 2001 08:20:11 -0800 (PST) (envelope-from bmah) Message-Id: <200112131620.fBDGKB017198@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 08:20:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 08:20:11 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: First round of arch= tags, initially committed for tests. dev.sgml 1.37->1.38 Revision Changes Path 1.13.2.28 +4 -4 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 8:38:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F21837B417; Thu, 13 Dec 2001 08:38:29 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDGcTk19719; Thu, 13 Dec 2001 08:38:29 -0800 (PST) (envelope-from bmah) Message-Id: <200112131638.fBDGcTk19719@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 08:38:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 08:38:28 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: Begin unravelling mess in the Ethernet drivers section (partial move from some sections that were organized by vendor to organizing everything by driver). 3Com devices fixup. dev.sgml 1.41->1.43 Note: The ISDN fixes from 1.42 were already committed. Revision Changes Path 1.13.2.29 +91 -47 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 8:40:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9516537B419; Thu, 13 Dec 2001 08:40:36 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDGeaQ20060; Thu, 13 Dec 2001 08:40:36 -0800 (PST) (envelope-from bmah) Message-Id: <200112131640.fBDGeaQ20060@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 08:40:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 08:40:36 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: Fix typos in comments. Actually, these comments aren't all that accurate, but at least we'll give HEAD and RELENG_4 a common starting point for fixing them. dev.sgml 1.47->1.48 Revision Changes Path 1.13.2.30 +3 -3 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 8:42:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A675437B405; Thu, 13 Dec 2001 08:42:09 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDGg4m20384; Thu, 13 Dec 2001 08:42:04 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131642.fBDGg4m20384@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 08:42:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/ftpcube 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 2001/12/13 08:42:04 PST Modified files: ftp Makefile Added files: ftp/ftpcube Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add ftpcube A graphical FTP Client Revision Changes Path 1.40 +2 -1 ports/ftp/Makefile 1.1 +29 -0 ports/ftp/ftpcube/Makefile (new) 1.1 +1 -0 ports/ftp/ftpcube/distinfo (new) 1.1 +1 -0 ports/ftp/ftpcube/pkg-comment (new) 1.1 +14 -0 ports/ftp/ftpcube/pkg-descr (new) 1.1 +48 -0 ports/ftp/ftpcube/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 8:42:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BC8C37B417; Thu, 13 Dec 2001 08:42:12 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDGg7b20415; Thu, 13 Dec 2001 08:42:07 -0800 (PST) (envelope-from ijliao) Message-Id: <200112131642.fBDGg7b20415@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 08:42:07 -0800 (PST) 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 2001/12/13 08:42:07 PST Modified files: . modules Log: ftpcube --> ports/ftp/ftpcube Revision Changes Path 1.4325 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 9: 1:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F17A37B445; Thu, 13 Dec 2001 09:01:00 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDH10f22502; Thu, 13 Dec 2001 09:01:00 -0800 (PST) (envelope-from imp) Message-Id: <200112131701.fBDH10f22502@freefall.freebsd.org> From: Warner Losh Date: Thu, 13 Dec 2001 09:01:00 -0800 (PST) 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 imp 2001/12/13 09:01:00 PST Modified files: . Makefile.inc1 Log: Move NO_WERROR from CROSSENV to BMAKE. In CROSSENV it disables it for the entire build. We only want it for the bootstrap process. Submitted by: ru Revision Changes Path 1.232 +3 -3 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 Thu Dec 13 9:18:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9186737B405; Thu, 13 Dec 2001 09:18:26 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDHIQW27812; Thu, 13 Dec 2001 09:18:26 -0800 (PST) (envelope-from phantom) Message-Id: <200112131718.fBDHIQW27812@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Dec 2001 09:18:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun 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 phantom 2001/12/13 09:18:26 PST Modified files: lib/msun Makefile Log: * remove reference to m68k-dependent sources * fix comment Revision Changes Path 1.27 +2 -8 src/lib/msun/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 9:22:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 864CE37B417; Thu, 13 Dec 2001 09:22:17 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDHMHv28337; Thu, 13 Dec 2001 09:22:17 -0800 (PST) (envelope-from phantom) Message-Id: <200112131722.fBDHMHv28337@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Dec 2001 09:22:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src math.h math_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/12/13 09:22:17 PST Modified files: lib/msun/src math.h math_private.h Log: Fix style bugs (mostly remove 'extern' from function prototypes) Inspired by: conversation with bde Revision Changes Path 1.11 +122 -123 src/lib/msun/src/math.h 1.9 +86 -81 src/lib/msun/src/math_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 9:34: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FF7737B405; Thu, 13 Dec 2001 09:34:05 -0800 (PST) Received: (from yar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDHY5n29858; Thu, 13 Dec 2001 09:34:05 -0800 (PST) (envelope-from yar) Message-Id: <200112131734.fBDHY5n29858@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 13 Dec 2001 09:34:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 utmp.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 yar 2001/12/13 09:34:05 PST Modified files: (Branch: RELENG_4) share/man/man5 utmp.5 Log: MFC rev. 1.17 and 1.18: Thorough revision; markup fixes. Revision Changes Path 1.9.2.7 +81 -30 src/share/man/man5/utmp.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 10: 6:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 074A537B41C; Thu, 13 Dec 2001 10:06:21 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDI6L936474; Thu, 13 Dec 2001 10:06:21 -0800 (PST) (envelope-from bmah) Message-Id: <200112131806.fBDI6L936474@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 10:06:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 10:06:20 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: ed(4) cleanup/consolidation. dev.sgml 1.43->1.44, parts of 1.48->1.49 Revision Changes Path 1.13.2.31 +119 -126 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 10: 8:44 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 05A4237B405; Thu, 13 Dec 2001 10:08:36 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 7784381E0B; Thu, 13 Dec 2001 12:08:30 -0600 (CST) Date: Thu, 13 Dec 2001 12:08:30 -0600 From: Alfred Perlstein To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/fifofs fifo_vnops.c Message-ID: <20011213120830.E79896@elvis.mu.org> References: <20011212125324.R92148@elvis.mu.org> <20011213224148.M469-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: <20011213224148.M469-100000@gamplex.bde.org>; from bde@zeta.org.au on Thu, Dec 13, 2001 at 10:57:16PM +1100 Sender: owner-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 [011213 05:56] wrote: > On Wed, 12 Dec 2001, Alfred Perlstein wrote: > > > * Bruce Evans [011212 06:13] wrote: > > > On Wed, 12 Dec 2001, Alfred Perlstein wrote: > > > > > > > alfred 2001/12/12 01:35:33 PST > > > > > > > > Modified files: > > > > sys/fs/fifofs fifo_vnops.c > > > > Log: > > > > Fix select on named pipes without a reader. > ^^^^^^ ITYM "writer" > > > > > > > > PR: kern/19871 > > > > MFC after: 1 month > > > > > > No, it will be backed out. I believe other systems implement this by > > > making the semantics of select() incompatible with read(). They don't > > > just break read(). > > > > Could you be more clear on how this breaks read(2)? > > >From POSIX.1-200x-draft7 (this has not changed since at least the 1990 > version): > > ! 36609 When attempting to read from an empty pipe or FIFO: > ! > ! 36610 * If no process has the pipe open for writing, read( ) shall return 0 to indicate end-of-file. > > The changes make read() block instead, at least for the non-O_NONBLOCK case. > I'm not sure of the effect of the change in the O_NONBLOCK case, but it > seems likely that -1/EAGAIN is returned instead of 0/no-error. Ok, I can fix this. (I hope :) ) -- -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.' http://www.morons.org/rants/gpl-harmful.php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 10:12:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71E9537B417; Thu, 13 Dec 2001 10:12:12 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDICC137288; Thu, 13 Dec 2001 10:12:12 -0800 (PST) (envelope-from bmah) Message-Id: <200112131812.fBDICC137288@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 10:12:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 10:12:12 PST Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Fix missing semi-colons on some entity references. Revision Changes Path 1.54 +5 -5 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 10:27:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FA0537B417; Thu, 13 Dec 2001 10:27:09 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDIR9c38934; Thu, 13 Dec 2001 10:27:09 -0800 (PST) (envelope-from markm) Message-Id: <200112131827.fBDIR9c38934@freefall.freebsd.org> From: Mark Murray Date: Thu, 13 Dec 2001 10:27:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin 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 2001/12/13 10:27:08 PST Modified files: usr.bin Makefile Log: UUCP is gone from base. Revision Changes Path 1.173 +1 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 10:30:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F21FD37B419; Thu, 13 Dec 2001 10:30:08 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDIU8939256; Thu, 13 Dec 2001 10:30:08 -0800 (PST) (envelope-from bmah) Message-Id: <200112131830.fBDIU8939256@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 10:30:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 10:30:08 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: First (of several) alpha cleanup-patch dev.sgml 1.48->1.49 Revision Changes Path 1.13.2.32 +70 -56 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 10:36: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAD7D37B405; Thu, 13 Dec 2001 10:36:03 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDIa3o40002; Thu, 13 Dec 2001 10:36:03 -0800 (PST) (envelope-from bmah) Message-Id: <200112131836.fBDIa3o40002@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 10:36:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 10:36:03 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: Move some notes inside the paragraphs for the hardware notes they describe. dev.sgml 1.52->1.53 Revision Changes Path 1.13.2.33 +24 -24 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 10:37:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD6C037B41B; Thu, 13 Dec 2001 10:37:35 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDIbZT40204; Thu, 13 Dec 2001 10:37:35 -0800 (PST) (envelope-from bmah) Message-Id: <200112131837.fBDIbZT40204@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 10:37:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 10:37:35 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: Add missing semi-colons to entity references. dev.sgml 1.53->1.54 Revision Changes Path 1.13.2.34 +5 -5 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 10:39:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8236837B405; Thu, 13 Dec 2001 10:39:07 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDId7W40307; Thu, 13 Dec 2001 10:39:07 -0800 (PST) (envelope-from phantom) Message-Id: <200112131839.fBDId7W40307@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Dec 2001 10:39:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal releng.sgml releng45.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 phantom 2001/12/13 10:39:07 PST Modified files: en/internal releng.sgml releng45.sgml Log: * respect &base; * replace "./releng.html" with more literal values * concrecte reference to list of "Version Bump" files (use anchor) Revision Changes Path 1.4 +3 -2 www/en/internal/releng.sgml 1.5 +6 -6 www/en/internal/releng45.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 10:44:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 869F937B417; Thu, 13 Dec 2001 10:44:35 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDIiZl40883; Thu, 13 Dec 2001 10:44:35 -0800 (PST) (envelope-from bmah) Message-Id: <200112131844.fBDIiZl40883@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 10:44:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 10:44:35 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Fix some obvious MFC bogons. Restore mention of the wx(4) driver, but note that it is deprecated. Revision Changes Path 1.13.2.35 +13 -7 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 10:58:34 2001 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 9AD1337B41A; Thu, 13 Dec 2001 10:58:22 -0800 (PST) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011213185822.MIMP403.rwcrmhc52.attbi.com@bmah.dyndns.org>; Thu, 13 Dec 2001 18:58:22 +0000 Received: (from bmah@localhost) by bmah.dyndns.org (8.11.6/8.11.6) id fBDIwMi38012; Thu, 13 Dec 2001 10:58:22 -0800 (PST) (envelope-from bmah) Message-Id: <200112131858.fBDIwMi38012@bmah.dyndns.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: "Bruce A. Mah" Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml In-Reply-To: <200112131844.fBDIiZl40883@freefall.freebsd.org> References: <200112131844.fBDIiZl40883@freefall.freebsd.org> Comments: In-reply-to "Bruce A. Mah" message dated "Thu, 13 Dec 2001 10:44:35 -0800." 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_-1696449726P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 13 Dec 2001 10:58:22 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-1696449726P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Bruce A. Mah" wrote: > bmah 2001/12/13 10:44:35 PST > > Modified files: (Branch: RELENG_4) > release/doc/en_US.ISO8859-1/hardware/common dev.sgml > Log: > Fix some obvious MFC bogons. Restore mention of the wx(4) driver, but > note that it is deprecated. > > Revision Changes Path > 1.13.2.35 +13 -7 src/release/doc/en_US.ISO8859-1/hardware/common/dev.s > gml With this commit...I've got the hardware list for -STABLE reasonably well synchronized to -CURRENT (defined, at this moment in time, as dev.sgml revision 1.54), in the areas of organization and alpha-ness. There are still some whitespace differences, as well as some genuine content differences. There's a few more tweaks left for me to do before 4.5-RELEASE (a patchset for -CURRENT and -STABLE that primarily affects Alpha folks, and I need to rip out the UserConfig text for the Alpha version). But you can at least diff the -CURRENT and -STABLE versions of dev.sgml and get some meaningful answer now. Comments as always are appreciated. Bruce. PS. For anyone translating the hardware notes, it's probably easiest to translate the hardware notes from HEAD, then use the diffs between HEAD and RELENG_4 from the American version to construct a RELENG_4 translation. --==_Exmh_-1696449726P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE8GPpN2MoxcVugUsMRAgt1AJsFTSkOtgINAnsC10NGA+IaQ39CuACg9tkj 7EZwu0uw2uCS1MG1FmbJq7Y= =O0Je -----END PGP SIGNATURE----- --==_Exmh_-1696449726P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 11: 1:36 2001 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 61F3837B419; Thu, 13 Dec 2001 11:01:27 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBDJ1O170374; Thu, 13 Dec 2001 11:01:24 -0800 (PST) (envelope-from dillon) Date: Thu, 13 Dec 2001 11:01:24 -0800 (PST) From: Matthew Dillon Message-Id: <200112131901.fBDJ1O170374@apollo.backplane.com> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config mkoptions.c src/sys/alpha/alpha machdep.c src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD src/sys/i386/i386 machdep.c src/sys/ia64/conf GENERIC src/sys/ia64/ia64 machdep.c src/sys/kern subr_param.c ... References: <200112090157.fB91v9i60677@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 :> Allow maxusers to be specified as 0 in the kernel config, which will :> cause the system to auto-size to between 32 and 512 depending on the :> amount of memory. : :Hmm, one thing I'd like to see in conjunction with this is something :that warns you if you set kern.ipc.nmbclusters lower than the default; :maybe something like this very rough patch: : :--- subr_mbuf.c 1 Dec 2001 00:21:30 -0000 1.11 :+++ subr_mbuf.c 12 Dec 2001 21:41:44 -0000 :@@ -157,6 +157,8 @@ :.. I'm holding off making any more changes for the moment. Mike Silbersack is working on a more sophisticated version of the maxusers patch. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 11:18: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3CA137B416; Thu, 13 Dec 2001 11:18:01 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDJI1F48608; Thu, 13 Dec 2001 11:18:01 -0800 (PST) (envelope-from dillon) Message-Id: <200112131918.fBDJI1F48608@freefall.freebsd.org> From: Matt Dillon Date: Thu, 13 Dec 2001 11:18:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/i386/i386 machdep.c src/sys/kern subr_param.c src/sys/alpha/alpha machdep.c src/sys/alpha/conf GENERIC src/sys/pc98/conf GENERIC src/sys/pc98/i386 machdep.c src/sys/sys systm.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 dillon 2001/12/13 11:18:01 PST Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC sys/i386/i386 machdep.c sys/kern subr_param.c sys/alpha/alpha machdep.c sys/alpha/conf GENERIC sys/pc98/conf GENERIC sys/pc98/i386 machdep.c sys/sys systm.h usr.sbin/config mkoptions.c Log: MFC the maxusers = 0 autosizing code. Mike Silbersack is working on a more sophisticated version of this patch but exams will prevent him from completing it prior to the 4.5 freeze, so we decided to throw this code into 4.5 and Mike will revisit the issue post-4.5. Revision Changes Path 1.68.2.15 +9 -7 src/sys/alpha/alpha/machdep.c 1.71.2.17 +2 -2 src/sys/alpha/conf/GENERIC 1.246.2.36 +2 -2 src/sys/i386/conf/GENERIC 1.385.2.21 +8 -6 src/sys/i386/i386/machdep.c 1.42.2.4 +44 -21 src/sys/kern/subr_param.c 1.142.2.26 +1 -1 src/sys/pc98/conf/GENERIC 1.151.2.24 +9 -7 src/sys/pc98/i386/machdep.c 1.111.2.13 +2 -1 src/sys/sys/systm.h 1.17.2.3 +3 -3 src/usr.sbin/config/mkoptions.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 11:28:14 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id E2FF937B41C for ; Thu, 13 Dec 2001 11:28:02 -0800 (PST) Received: (qmail 5525 invoked from network); 13 Dec 2001 19:28:02 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Dec 2001 19:28:02 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011213104749.A12719@locore.ca> Date: Thu, 13 Dec 2001 11:27:57 -0800 (PST) From: John Baldwin To: Jake Burkholder Subject: Re: cvs commit: src/sys/kern kern_ktr.c src/sys/sys proc.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-Dec-01 Jake Burkholder wrote: > Apparently, On Thu, Dec 13, 2001 at 02:33:20AM -0800, > John Baldwin said words to the effect of; > >> jhb 2001/12/13 02:33:20 PST >> >> Modified files: >> sys/kern kern_ktr.c >> sys/sys proc.h >> Log: >> Use a per-thread variable for keeping state when a thread is processing >> a KTR log entry. Any KTR requests made while working on an entry are >> ignored/discarded to prevent recursion. This is a better fix for the >> hack to futz with the CPU mask and call getnanotime() if KTR_LOCK or >> KTR_WITNESS was on. It also covers the actual formatting of the log entry >> including dumping it to the display which the earlier hacks did not. > > This wouldn't be necessary if ktr was still inline and didn't call other > functions. No. Remember the problem we had with nanotime() locking the clock lock and thus recursing if KTR_LOCK was on on x86? Even when KTR is inline, it still calls other functions and you can build up stack and recurse that way. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 11:30:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E55C437B405; Thu, 13 Dec 2001 11:30:10 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDJUA950243; Thu, 13 Dec 2001 11:30:10 -0800 (PST) (envelope-from phantom) Message-Id: <200112131930.fBDJUA950243@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Dec 2001 11:30:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en Makefile www/en/gallery Makefile www/en/news Makefile www/en/news/status Makefile www/ja Makefile www/ja/gallery Makefile www/ja/news 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 phantom 2001/12/13 11:30:10 PST Modified files: en Makefile en/gallery Makefile en/news Makefile en/news/status Makefile ja Makefile ja/gallery Makefile ja/news Makefile Log: Wrap explicit calls of ${TIDY} with NO_TIDY define check. With this patch build with defined(NO_TIDY) does not call tidy at all. Revision Changes Path 1.77 +3 -1 www/en/Makefile 1.16 +9 -1 www/en/gallery/Makefile 1.32 +5 -1 www/en/news/Makefile 1.12 +3 -1 www/en/news/status/Makefile 1.55 +4 -2 www/ja/Makefile 1.18 +9 -1 www/ja/gallery/Makefile 1.32 +5 -1 www/ja/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 11:45:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D347C37B416; Thu, 13 Dec 2001 11:45:41 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDJjfC52857; Thu, 13 Dec 2001 11:45:41 -0800 (PST) (envelope-from phantom) Message-Id: <200112131945.fBDJjfC52857@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Dec 2001 11:45:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/12/13 11:45:41 PST Modified files: lib/libc/stdio vfprintf.c Log: Respect locale while handling of \' flag. In original version grouping was hardcoded. It assumed that thousands separator should be inserted to separate each 3 numbers. I.e. grouping string "\003" was assumed for all cases. In correct case (per POSIX) vfprintf should respect locale defined non-monetary (LC_NUMERIC category) grouping sequence. Also simplify thousands_sep handling. Revision Changes Path 1.34 +63 -22 src/lib/libc/stdio/vfprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 11:54:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0C2037B405; Thu, 13 Dec 2001 11:54:12 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDJsCT53853; Thu, 13 Dec 2001 11:54:12 -0800 (PST) (envelope-from jhb) Message-Id: <200112131954.fBDJsCT53853@freefall.freebsd.org> From: John Baldwin Date: Thu, 13 Dec 2001 11:54:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr osd_unix.h osd_util.h sys_info.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/13 11:54:12 PST Modified files: sys/dev/asr osd_unix.h osd_util.h sys_info.h Log: Use C comments instead of C++ comments. Reported by: gcc30 Revision Changes Path 1.3 +3 -3 src/sys/dev/asr/osd_unix.h 1.3 +12 -12 src/sys/dev/asr/osd_util.h 1.3 +12 -12 src/sys/dev/asr/sys_info.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 12: 0:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47A4237B419; Thu, 13 Dec 2001 12:00:45 -0800 (PST) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDK0jZ54482; Thu, 13 Dec 2001 12:00:45 -0800 (PST) (envelope-from silby) Message-Id: <200112132000.fBDK0jZ54482@freefall.freebsd.org> From: Mike Silbersack Date: Thu, 13 Dec 2001 12:00:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_param.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2001/12/13 12:00:45 PST Modified files: sys/kern subr_param.c Log: Limit maxprocperuid to 9/10 maxproc, and limit maxfilesperproc to 9/10 maxfiles. This should make local resource exhaustion attacks easier to handle with a non-tweaked setup. MFC after: 3 days Revision Changes Path 1.48 +2 -2 src/sys/kern/subr_param.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 12:14:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C231637B417; Thu, 13 Dec 2001 12:14:14 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDKEEx59013; Thu, 13 Dec 2001 12:14:14 -0800 (PST) (envelope-from olgeni) Message-Id: <200112132014.fBDKEEx59013@freefall.freebsd.org> From: Jimmy Olgeni Date: Thu, 13 Dec 2001 12:14:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin 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 2001/12/13 12:14:14 PST Modified files: sysutils/webmin distinfo Log: Chase distfile checksum change for module sendmail. All "#!/usr/local/bin/perl" lines have been changed to "#!/usr/bin/perl", but the setup procedure will insert the correct path anyway. Revision Changes Path 1.52 +1 -1 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 Thu Dec 13 12:28:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6F5737B405; Thu, 13 Dec 2001 12:28:21 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDKSL060549; Thu, 13 Dec 2001 12:28:21 -0800 (PST) (envelope-from olgeni) Message-Id: <200112132028.fBDKSL060549@freefall.freebsd.org> From: Jimmy Olgeni Date: Thu, 13 Dec 2001 12:28:21 -0800 (PST) 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 2001/12/13 12:28:21 PST Modified files: sysutils/webmin Makefile distinfo Log: Update module bind8. Revision Changes Path 1.78 +1 -1 ports/sysutils/webmin/Makefile 1.53 +1 -1 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 Thu Dec 13 13: 5:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DDE737B41E; Thu, 13 Dec 2001 13:05:28 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDL5RG68380; Thu, 13 Dec 2001 13:05:27 -0800 (PST) (envelope-from phantom) Message-Id: <200112132105.fBDL5RG68380@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Dec 2001 13:05:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/12/13 13:05:27 PST Modified files: lib/libc/stdio vfprintf.c Log: Also fix cases when thousands separator should be put before number. For example before for grouping sequence "\003\003" number 123456 was formated as ",123,456", now "123,456". Revision Changes Path 1.35 +4 -2 src/lib/libc/stdio/vfprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 13:17:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A333837B41A; Thu, 13 Dec 2001 13:17:13 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDLHDG69747; Thu, 13 Dec 2001 13:17:13 -0800 (PST) (envelope-from phantom) Message-Id: <200112132117.fBDLHDG69747@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Dec 2001 13:17:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ru/ports Makefile categories portindex ports.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/12/13 13:17:13 PST Modified files: ru/ports Makefile categories portindex ports.inc Log: MFen: 1.30 -> 1.34 Makefile 1.14 -> 1.17 categories 1.33 -> 1.42 portindex 1.51 -> 1.60 ports.inc Obtained from: The FreeBSD Russian Documentation Project CVS Repository Revision Changes Path 1.4 +26 -26 www/ru/ports/Makefile 1.5 +7 -5 www/ru/ports/categories 1.3 +17 -33 www/ru/ports/portindex 1.7 +36 -73 www/ru/ports/ports.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 13:19: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFC4237B419; Thu, 13 Dec 2001 13:18:56 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDLIuR70060; Thu, 13 Dec 2001 13:18:56 -0800 (PST) (envelope-from bmah) Message-Id: <200112132118.fBDLIuR70060@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 13:18:56 -0800 (PST) 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 2001/12/13 13:18:56 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: boot loader -p for i386, maxusers autosizing, burncd(8) for VCDs/SVCDs, newfs(8) new 16K/2K block/frag defaults, watch(8) -f. Updated release note: sis(4) VAN and note its MFC done a long time ago. Revision Changes Path 1.217 +25 -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 Thu Dec 13 13:19:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D65437B417; Thu, 13 Dec 2001 13:19:24 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDLJOo70145; Thu, 13 Dec 2001 13:19:24 -0800 (PST) (envelope-from bmah) Message-Id: <200112132119.fBDLJOo70145@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 13:19:24 -0800 (PST) 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 2001/12/13 13:19:24 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Auto-sizing maxusers. Revision Changes Path 1.22.2.139 +8 -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 Dec 13 13:30:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D91237B405; Thu, 13 Dec 2001 13:30:10 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDLUAC71373; Thu, 13 Dec 2001 13:30:10 -0800 (PST) (envelope-from phantom) Message-Id: <200112132130.fBDLUAC71373@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Dec 2001 13:30:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ru/gallery Makefile cgallery.sgml gallery-entry.xsl gallery.sgml gallery.xsl npgallery.sgml pgallery.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 phantom 2001/12/13 13:30:10 PST Modified files: ru/gallery Makefile Added files: ru/gallery gallery-entry.xsl gallery.xsl Removed files: ru/gallery cgallery.sgml gallery.sgml npgallery.sgml pgallery.sgml Log: MFen: 1.11 -> 1.15 Makefile (new) -> 1.1 gallery-entry.xsl (new) -> 1.1 gallery.xsl Obtained from: The FreeBSD Russian Documentation Project CVS Repository Revision Changes Path 1.5 +36 -30 www/ru/gallery/Makefile 1.3 +0 -30 www/ru/gallery/cgallery.sgml (dead) 1.1 +96 -0 www/ru/gallery/gallery-entry.xsl (new) 1.5 +0 -84 www/ru/gallery/gallery.sgml (dead) 1.1 +92 -0 www/ru/gallery/gallery.xsl (new) 1.3 +0 -30 www/ru/gallery/npgallery.sgml (dead) 1.3 +0 -30 www/ru/gallery/pgallery.sgml (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 13:31:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B692637B419; Thu, 13 Dec 2001 13:31:43 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDLVhb71639; Thu, 13 Dec 2001 13:31:43 -0800 (PST) (envelope-from phantom) Message-Id: <200112132131.fBDLVhb71639@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Dec 2001 13:31:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ru 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 phantom 2001/12/13 13:31:43 PST Modified files: ru Makefile Log: Re-add gallery to build list. Revision Changes Path 1.19 +2 -2 www/ru/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 14: 9:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 096ED37B416; Thu, 13 Dec 2001 14:09:38 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDM9cO81106; Thu, 13 Dec 2001 14:09:38 -0800 (PST) (envelope-from rwatson) Message-Id: <200112132209.fBDM9cO81106@freefall.freebsd.org> From: Robert Watson Date: Thu, 13 Dec 2001 14:09:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c uipc_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 rwatson 2001/12/13 14:09:37 PST Modified files: sys/kern uipc_socket2.c uipc_usrreq.c Log: o Back out portions of 1.50 and 1.47, eliminating sonewconn3() and always deriving the credential for a newly accepted connection from the listen socket. Previously, the selection of the credential depended on the protocol: UNIX domain sockets would use the connecting process's credential, and protocols supporting a creation of the socket before the receiving end called accept() would use the listening socket. After this change, it is always the listening credential. Reviewed by: green Revision Changes Path 1.78 +1 -14 src/sys/kern/uipc_socket2.c 1.78 +1 -1 src/sys/kern/uipc_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 14:16:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C79B37B405; Thu, 13 Dec 2001 14:16:55 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDMGtE81682; Thu, 13 Dec 2001 14:16:55 -0800 (PST) (envelope-from green) Message-Id: <200112132216.fBDMGtE81682@freefall.freebsd.org> From: Brian Feldman Date: Thu, 13 Dec 2001 14:16:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 green 2001/12/13 14:16:54 PST Modified files: sys/sys socketvar.h Log: Remove stale prototype for sonewconn3(). Revision Changes Path 1.65 +0 -2 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 Thu Dec 13 14:20:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B944937B448; Thu, 13 Dec 2001 14:20:37 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDMKb482079; Thu, 13 Dec 2001 14:20:37 -0800 (PST) (envelope-from obrien) Message-Id: <200112132220.fBDMKb482079@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 Dec 2001 14:20:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim 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 2001/12/13 14:20:36 PST Modified files: editors/vim Makefile distinfo Log: Update to Vim 6.0 patchlevel 96 Revision Changes Path 1.162 +2 -2 ports/editors/vim/Makefile 1.98 +3 -2 ports/editors/vim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 14:33:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6442C37B405; Thu, 13 Dec 2001 14:33:50 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDMXoX83309; Thu, 13 Dec 2001 14:33:50 -0800 (PST) (envelope-from sobomax) Message-Id: <200112132233.fBDMXoX83309@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 13 Dec 2001 14:33:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gdk-pixbuf Makefile distinfo pkg-plist ports/graphics/gdk-pixbuf/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 sobomax 2001/12/13 14:33:50 PST Modified files: graphics/gdk-pixbuf Makefile distinfo pkg-plist Added files: graphics/gdk-pixbuf/files patch-ltmain.sh Log: Update to 0.14.0. Revision Changes Path 1.23 +2 -3 ports/graphics/gdk-pixbuf/Makefile 1.11 +1 -1 ports/graphics/gdk-pixbuf/distinfo 1.1 +28 -0 ports/graphics/gdk-pixbuf/files/patch-ltmain.sh (new) 1.15 +27 -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 Thu Dec 13 15:46: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02D4B37B416; Thu, 13 Dec 2001 15:46:02 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDNk1t93285; Thu, 13 Dec 2001 15:46:01 -0800 (PST) (envelope-from peter) Message-Id: <200112132346.fBDNk1t93285@freefall.freebsd.org> From: Peter Wemm Date: Thu, 13 Dec 2001 15:46:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/12/13 15:46:01 PST Modified files: sys/kern vfs_subr.c Log: If we were called to allocate a vnode that is not associated with a mount point, do not dereference the NULL mp argument. Revision Changes Path 1.330 +2 -0 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 15:46:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1396237B416; Thu, 13 Dec 2001 15:46:45 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDNkjb93484; Thu, 13 Dec 2001 15:46:45 -0800 (PST) (envelope-from mikeh) Message-Id: <200112132346.fBDNkjb93484@freefall.freebsd.org> From: Mike Heffner Date: Thu, 13 Dec 2001 15:46:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/13 15:46:45 PST Modified files: usr.bin/ftp Makefile Removed files: usr.bin/ftp cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c Log: Connect lukemftp to the build as the default ftp client. Lukemftp supports most of the previous features of FreeBSD ftp, but has been better maintained and includes new features. Revision Changes Path 1.14 +7 -4 src/usr.bin/ftp/Makefile 1.21 +0 -2214 src/usr.bin/ftp/cmds.c (dead) 1.10 +0 -230 src/usr.bin/ftp/cmdtab.c (dead) 1.9 +0 -377 src/usr.bin/ftp/complete.c (dead) 1.9 +0 -155 src/usr.bin/ftp/domacro.c (dead) 1.14 +0 -176 src/usr.bin/ftp/extern.h (dead) 1.24 +0 -733 src/usr.bin/ftp/fetch.c (dead) 1.24 +0 -1456 src/usr.bin/ftp/ftp.1 (dead) 1.37 +0 -1965 src/usr.bin/ftp/ftp.c (dead) 1.14 +0 -189 src/usr.bin/ftp/ftp_var.h (dead) 1.32 +0 -711 src/usr.bin/ftp/main.c (dead) 1.6 +0 -41 src/usr.bin/ftp/pathnames.h (dead) 1.12 +0 -306 src/usr.bin/ftp/ruserpass.c (dead) 1.24 +0 -897 src/usr.bin/ftp/util.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 Dec 13 15:46:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AF0A37B417; Thu, 13 Dec 2001 15:46:51 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDNkp393541; Thu, 13 Dec 2001 15:46:51 -0800 (PST) (envelope-from peter) Message-Id: <200112132346.fBDNkp393541@freefall.freebsd.org> From: Peter Wemm Date: Thu, 13 Dec 2001 15:46:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/12/13 15:46:51 PST Modified files: (Branch: RELENG_4) sys/kern vfs_subr.c Log: MFC: 1.330: do not dereference NULL if we happen to call getnewvnode() without an associated mount point. Revision Changes Path 1.249.2.20 +2 -0 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 15:48:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5D0A37B405; Thu, 13 Dec 2001 15:48:34 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDNmYr93894; Thu, 13 Dec 2001 15:48:34 -0800 (PST) (envelope-from obrien) Message-Id: <200112132348.fBDNmYr93894@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 Dec 2001 15:48:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr MAINTAINER asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_defs.h osd_unix.h osd_util.h sys_info.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 2001/12/13 15:48:34 PST Modified files: sys/dev/asr MAINTAINER asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_defs.h osd_unix.h osd_util.h sys_info.h Log: Convert C++ style comments to proper C ones. Clean up C comments just a tad. Fix ID's. Revision Changes Path 1.3 +2 -2 src/sys/dev/asr/MAINTAINER 1.16 +12 -11 src/sys/dev/asr/asr.c 1.2 +1 -1 src/sys/dev/asr/dptalign.h 1.3 +1 -1 src/sys/dev/asr/dptsig.h 1.2 +3 -1 src/sys/dev/asr/i2oadptr.h 1.2 +3 -1 src/sys/dev/asr/i2obscsi.h 1.2 +22 -20 src/sys/dev/asr/i2odep.h 1.2 +2 -1 src/sys/dev/asr/i2odpt.h 1.2 +3 -1 src/sys/dev/asr/i2oexec.h 1.3 +9 -8 src/sys/dev/asr/i2omsg.h 1.2 +3 -1 src/sys/dev/asr/i2otypes.h 1.2 +3 -1 src/sys/dev/asr/i2outil.h 1.3 +1 -1 src/sys/dev/asr/osd_defs.h 1.4 +5 -5 src/sys/dev/asr/osd_unix.h 1.4 +1 -1 src/sys/dev/asr/osd_util.h 1.4 +17 -17 src/sys/dev/asr/sys_info.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 15:51:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B28E537B41B; Thu, 13 Dec 2001 15:51:26 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDNpQR94230; Thu, 13 Dec 2001 15:51:26 -0800 (PST) (envelope-from phantom) Message-Id: <200112132351.fBDNpQR94230@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Dec 2001 15:51:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.subdir.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 phantom 2001/12/13 15:51:26 PST Modified files: share/mk doc.subdir.mk Log: Add new make target 'cleanall'. Its responsibility is to remove *all* possible generated files (make clean is called for all known formats). It can be useful when default FORMATS for document has different value than was used in build. Reviewed by: nik Revision Changes Path 1.9 +9 -1 doc/share/mk/doc.subdir.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 16:10:40 2001 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id D391737B41B for ; Thu, 13 Dec 2001 16:10:31 -0800 (PST) Received: (qmail 20137 invoked from network); 14 Dec 2001 00:10:31 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Dec 2001 00:10:31 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200112132346.fBDNkjb93484@freefall.freebsd.org> Date: Thu, 13 Dec 2001 16:10:26 -0800 (PST) From: John Baldwin To: Mike Heffner Subject: RE: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-Dec-01 Mike Heffner wrote: > mikeh 2001/12/13 15:46:45 PST > > Modified files: > usr.bin/ftp Makefile > Removed files: > usr.bin/ftp cmds.c cmdtab.c complete.c domacro.c > extern.h fetch.c ftp.1 ftp.c ftp_var.h > main.c pathnames.h ruserpass.c util.c > Log: > Connect lukemftp to the build as the default ftp client. Lukemftp > supports most of the previous features of FreeBSD ftp, but has been > better maintained and includes new features. What old features are lost besides SITE MD5? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 16:15: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42BAC37B419; Thu, 13 Dec 2001 16:15:06 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE0F6Q99440; Thu, 13 Dec 2001 16:15:06 -0800 (PST) (envelope-from mckusick) Message-Id: <200112140015.fBE0F6Q99440@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 13 Dec 2001 16:15:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c ffs_snapshot.c ffs_vfsops.c fs.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 mckusick 2001/12/13 16:15:06 PST Modified files: sys/ufs/ffs ffs_alloc.c ffs_snapshot.c ffs_vfsops.c fs.h Log: Minimize the time necessary to suspend operations on a filesystem when taking a snapshot. The two time consuming operations are scanning all the filesystem bitmaps to determine which blocks are in use and scanning all the other snapshots so as to be able to expunge their blocks from the view of the current snapshot. The bitmap scanning is broken into two passes. Before suspending the filesystem all bitmaps are scanned. After the suspension, those bitmaps that changed after being scanned the first time are rescanned. Typically there are few bitmaps that need to be rescanned. The expunging of other snapshots is now done after the suspension is released by observing that we can easily identify any blocks that were allocated to them after the suspension (they will be maked as `not needing to be copied' in the just created snapshot). For all the gory details, see the ``Running fsck in the Background'' paper in the Usenix BSDCon 2002 Conference Proceedings, pages 55-64. Revision Changes Path 1.82 +15 -1 src/sys/ufs/ffs/ffs_alloc.c 1.24 +193 -96 src/sys/ufs/ffs/ffs_snapshot.c 1.164 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c 1.24 +3 -2 src/sys/ufs/ffs/fs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 16:17:59 2001 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 6CF6837B416; Thu, 13 Dec 2001 16:17:51 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id A881114C56; Fri, 14 Dec 2001 01:17:49 +0100 (CET) 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: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c References: <200112132346.fBDNk1t93285@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 14 Dec 2001 01:17:49 +0100 In-Reply-To: <200112132346.fBDNk1t93285@freefall.freebsd.org> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 Peter Wemm writes: > Log: > If we were called to allocate a vnode that is not associated with a > mount point, do not dereference the NULL mp argument. Does this fix PR 32681, or just a related 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 Thu Dec 13 16:26:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD12937B419; Thu, 13 Dec 2001 16:26:51 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE0Qpb00691; Thu, 13 Dec 2001 16:26:51 -0800 (PST) (envelope-from andreas) Message-Id: <200112140026.fBE0Qpb00691@freefall.freebsd.org> From: Andreas Klemm Date: Thu, 13 Dec 2001 16:26:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter/files patch-SETUP X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG andreas 2001/12/13 16:26:51 PST Added files: print/apsfilter/files patch-SETUP Log: change default parallel device from lp0 to lpt0 Revision Changes Path 1.1 +11 -0 ports/print/apsfilter/files/patch-SETUP (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 16:32:41 2001 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 6E71237B405; Thu, 13 Dec 2001 16:32:34 -0800 (PST) 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 fBE0WXa93306; Thu, 13 Dec 2001 17:32:33 -0700 (MST) (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 fBE0WWM49037; Thu, 13 Dec 2001 17:32:32 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112140032.fBE0WWM49037@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet Cc: Mike Heffner , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Thu, 13 Dec 2001 16:10:26 PST." References: Date: Thu, 13 Dec 2001 17:32:32 -0700 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 John Baldwin writes: : : On 13-Dec-01 Mike Heffner wrote: : > mikeh 2001/12/13 15:46:45 PST : > : > Modified files: : > usr.bin/ftp Makefile : > Removed files: : > usr.bin/ftp cmds.c cmdtab.c complete.c domacro.c : > extern.h fetch.c ftp.1 ftp.c ftp_var.h : > main.c pathnames.h ruserpass.c util.c : > Log: : > Connect lukemftp to the build as the default ftp client. Lukemftp : > supports most of the previous features of FreeBSD ftp, but has been : > better maintained and includes new features. : : What old features are lost besides SITE MD5? This is ftp, not ftp*D* Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 16:36:32 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id CEFCC37B41A for ; Thu, 13 Dec 2001 16:36:25 -0800 (PST) Received: (qmail 11345 invoked from network); 14 Dec 2001 00:36:24 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Dec 2001 00:36:24 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200112140032.fBE0WWM49037@harmony.village.org> Date: Thu, 13 Dec 2001 16:36:19 -0800 (PST) From: John Baldwin To: Warner Losh Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mike Heffner Sender: owner-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 14-Dec-01 Warner Losh wrote: > In message John Baldwin writes: >: >: On 13-Dec-01 Mike Heffner wrote: >: > mikeh 2001/12/13 15:46:45 PST >: > >: > Modified files: >: > usr.bin/ftp Makefile >: > Removed files: >: > usr.bin/ftp cmds.c cmdtab.c complete.c domacro.c >: > extern.h fetch.c ftp.1 ftp.c ftp_var.h >: > main.c pathnames.h ruserpass.c util.c >: > Log: >: > Connect lukemftp to the build as the default ftp client. Lukemftp >: > supports most of the previous features of FreeBSD ftp, but has been >: > better maintained and includes new features. >: >: What old features are lost besides SITE MD5? > > This is ftp, not ftp*D* Bah. Ok, so s/besides SITE MD5//. I still have a valid question that the commit log didnt' answer. :) > Warner -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 16:38: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7CCA37B417; Thu, 13 Dec 2001 16:38:03 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE0c3R01857; Thu, 13 Dec 2001 16:38:03 -0800 (PST) (envelope-from rwatson) Message-Id: <200112140038.fBE0c3R01857@freefall.freebsd.org> From: Robert Watson Date: Thu, 13 Dec 2001 16:38:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/12/13 16:38:02 PST Modified files: sys/kern kern_sig.c Log: o Wording fix in comment. Submitted by: tanimura via p4 Revision Changes Path 1.141 +1 -1 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 16:41: 9 2001 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 665F137B405; Thu, 13 Dec 2001 16:41:03 -0800 (PST) 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 fBE0f2a93352; Thu, 13 Dec 2001 17:41:02 -0700 (MST) (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 fBE0f1M49164; Thu, 13 Dec 2001 17:41:01 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112140041.fBE0f1M49164@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mike Heffner In-reply-to: Your message of "Thu, 13 Dec 2001 16:36:19 PST." References: Date: Thu, 13 Dec 2001 17:41:01 -0700 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 John Baldwin writes: : Bah. Ok, so s/besides SITE MD5//. I still have a valid question that the : commit log didnt' answer. :) True. In general, there are a number of annoyingly different things. New way: FTPANONPASS Password to send in an anonymous FTP transfer. Defaults to ```whoami`@''. FTPMODE Overrides the default operation mode. Support values are: active active mode FTP only auto automatic determination of passive or active (this is the default) gate gate-ftp mode passive passive mode FTP only FTPPROMPT Command-line prompt to use. Defaults to ``ftp>''. Refer to COMMAND LINE PROMPT for more information. FTPRPROMPT Command-line right side prompt to use. Defaults to ``''. Refer to COMMAND LINE PROMPT for more information. vs the old way: FTP_PASSIVE_MODE If this variable is set to something else than `NO', ftp will use passive mode by default. ftp_proxy URL of FTP proxy to use when making FTP URL requests (if not defined, use the standard ftp protocol). http_proxy URL of HTTP proxy to use when making HTTP URL requests. There may be a number of other small differences in the command line arguments. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 16:55:37 2001 Delivered-To: cvs-all@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by hub.freebsd.org (Postfix) with ESMTP id 1E8A137B41A; Thu, 13 Dec 2001 16:55:20 -0800 (PST) Received: from dagger.cc.vt.edu (IDENT:mirapoint@dagger-lb.cc.vt.edu [10.1.1.11]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id fBE0tJ1275627; Thu, 13 Dec 2001 19:55:19 -0500 (EST) Received: from enterprise.muriel.penguinpowered.com (hc652647d.dhcp.vt.edu [198.82.100.125]) by dagger.cc.vt.edu (Mirapoint) with ESMTP id AOA71293; Thu, 13 Dec 2001 19:55:18 -0500 (EST) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.5.2.FreeBSD:20011213195518:56094=_"; micalg=pgp-md5; protocol="application/pgp-signature" In-Reply-To: <200112140041.fBE0f1M49164@harmony.village.org> Date: Thu, 13 Dec 2001 19:55:18 -0500 (EST) From: Mike Heffner To: Warner Losh Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet Cc: Mike Heffner , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, John Baldwin Sender: owner-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 message is in MIME format --_=XFMail.1.5.2.FreeBSD:20011213195518:56094=_ Content-Type: text/plain; charset=us-ascii On 14-Dec-2001 Warner Losh wrote: | In message John Baldwin writes: |: Bah. Ok, so s/besides SITE MD5//. I still have a valid question that |: the commit log didnt' answer. :) | | True. In general, there are a number of annoyingly different things. | New way: | FTPANONPASS Password to send in an anonymous FTP transfer. | Defaults | to ```whoami`@''. | | FTPMODE Overrides the default operation mode. Support | values are: | active active mode FTP only | auto automatic determination of passive or | active | (this is the default) | gate gate-ftp mode | passive passive mode FTP only | FTPPROMPT Command-line prompt to use. Defaults to ``ftp>''. | Refer | to COMMAND LINE PROMPT for more information. | FTPRPROMPT Command-line right side prompt to use. Defaults to | ``''. | Refer to COMMAND LINE PROMPT for more information. These won't effect anything if you don't set them. IMO, they are very useful, for example, for showing current working directory. | vs the old way: | FTP_PASSIVE_MODE If this variable is set to something else than | `NO', | ftp will use passive mode by default. | ftp_proxy URL of FTP proxy to use when making FTP URL | requests | (if not defined, use the standard ftp protocol). | http_proxy URL of HTTP proxy to use when making HTTP URL | requests. ftp_proxy and http_proxy are still supported in lukemftp. The only thing really different in the enviornment variables is the FTP_PASSIVE_MODE vs. FTPMODE. | | There may be a number of other small differences in the command line | arguments. | -4 and -6 are not supported, I don't think there was anything else. Mike -- Mike Heffner Blacksburg, VA --_=XFMail.1.5.2.FreeBSD:20011213195518:56094=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8GU32FokZQs3sv5kRAhkvAJ0RNfQmQiyiOioBuYwY5W9hHQs1LQCffjzm W2q9ZFbEYWR4M+nVRYwXASE= =PGFJ -----END PGP SIGNATURE----- --_=XFMail.1.5.2.FreeBSD:20011213195518:56094=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 16:57:34 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id 29F2837B41B; Thu, 13 Dec 2001 16:57:15 -0800 (PST) Received: from viasoft.com.cn (davidwnt.viasoft.com.cn [192.168.1.239]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id JAA07224; Fri, 14 Dec 2001 09:04:47 +0800 Message-ID: <3C194D1A.5000600@viasoft.com.cn> Date: Fri, 14 Dec 2001 08:51:38 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Matt Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/i386/i386 machdep.c src/sys/kern subr_param.c src/sys/alpha/alpha machdep.c src/sys/alpha/conf GENERIC src/sys/pc98/conf GENERIC src/sys/pc98/i386 machdep.c src/sys/sys systm.h ... References: <200112131918.fBDJI1F48608@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed 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 Woo, Cool. Thank you. -- David Xu Matt Dillon wrote: >dillon 2001/12/13 11:18:01 PST > > Modified files: (Branch: RELENG_4) > sys/i386/conf GENERIC > sys/i386/i386 machdep.c > sys/kern subr_param.c > sys/alpha/alpha machdep.c > sys/alpha/conf GENERIC > sys/pc98/conf GENERIC > sys/pc98/i386 machdep.c > sys/sys systm.h > usr.sbin/config mkoptions.c > Log: > MFC the maxusers = 0 autosizing code. > > Mike Silbersack is working on a more sophisticated version of this patch > but exams will prevent him from completing it prior to the 4.5 freeze, so > we decided to throw this code into 4.5 and Mike will revisit the issue > post-4.5. > > Revision Changes Path > 1.68.2.15 +9 -7 src/sys/alpha/alpha/machdep.c > 1.71.2.17 +2 -2 src/sys/alpha/conf/GENERIC > 1.246.2.36 +2 -2 src/sys/i386/conf/GENERIC > 1.385.2.21 +8 -6 src/sys/i386/i386/machdep.c > 1.42.2.4 +44 -21 src/sys/kern/subr_param.c > 1.142.2.26 +1 -1 src/sys/pc98/conf/GENERIC > 1.151.2.24 +9 -7 src/sys/pc98/i386/machdep.c > 1.111.2.13 +2 -1 src/sys/sys/systm.h > 1.17.2.3 +3 -3 src/usr.sbin/config/mkoptions.c > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe cvs-all" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 16:59:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F66C37B405; Thu, 13 Dec 2001 16:59:32 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE0xWl03797; Thu, 13 Dec 2001 16:59:32 -0800 (PST) (envelope-from dillon) Message-Id: <200112140059.fBE0xWl03797@freefall.freebsd.org> From: Matt Dillon Date: Thu, 13 Dec 2001 16:59:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT 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 2001/12/13 16:59:32 PST Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: Describe the auto-sizing setting for maxusers Revision Changes Path 1.749.2.93 +3 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 17: 1:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E20237B417; Thu, 13 Dec 2001 17:01:20 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE11Ku03996; Thu, 13 Dec 2001 17:01:20 -0800 (PST) (envelope-from dillon) Message-Id: <200112140101.fBE11Ku03996@freefall.freebsd.org> From: Matt Dillon Date: Thu, 13 Dec 2001 17:01:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/12/13 17:01:20 PST Modified files: sys/i386/conf NOTES Log: Add maxusers auto-sizing description to NOTES file for -current Revision Changes Path 1.983 +3 -1 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 17: 4:37 2001 Delivered-To: cvs-all@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by hub.freebsd.org (Postfix) with ESMTP id E1B6837B416; Thu, 13 Dec 2001 17:04:22 -0800 (PST) Received: from dagger.cc.vt.edu (IDENT:mirapoint@dagger-lb.cc.vt.edu [10.1.1.11]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id fBE14M1295752; Thu, 13 Dec 2001 20:04:22 -0500 (EST) Received: from enterprise.muriel.penguinpowered.com (hc652647d.dhcp.vt.edu [198.82.100.125]) by dagger.cc.vt.edu (Mirapoint) with ESMTP id AOA72495; Thu, 13 Dec 2001 20:04:21 -0500 (EST) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.5.2.FreeBSD:20011213200421:56094=_"; micalg=pgp-md5; protocol="application/pgp-signature" In-Reply-To: <200112132346.fBDNkjb93484@freefall.freebsd.org> Date: Thu, 13 Dec 2001 20:04:21 -0500 (EST) From: Mike Heffner To: Mike Heffner Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, FreeBSD-current Sender: owner-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 message is in MIME format --_=XFMail.1.5.2.FreeBSD:20011213200421:56094=_ Content-Type: text/plain; charset=us-ascii On 13-Dec-2001 Mike Heffner wrote: | mikeh 2001/12/13 15:46:45 PST | | Modified files: | usr.bin/ftp Makefile | Removed files: | usr.bin/ftp cmds.c cmdtab.c complete.c domacro.c | extern.h fetch.c ftp.1 ftp.c ftp_var.h | main.c pathnames.h ruserpass.c util.c | Log: | Connect lukemftp to the build as the default ftp client. Lukemftp | supports most of the previous features of FreeBSD ftp, but has been | better maintained and includes new features. Short summary of differences: New features: *) More automation methods *) Better standards compliance *) Transfer rate throttling (binary mode only currently) *) Customizable commandline prompt Differences/Losses: *) FTP_PASSIVE_MODE vs. FTP_MODE *) -4/-6 for forcing IPV4/IPV6 Mike -- Mike Heffner Blacksburg, VA --_=XFMail.1.5.2.FreeBSD:20011213200421:56094=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8GVAVFokZQs3sv5kRAkxIAJ4t4Xn2rXiDGk9hvQ8s685HLy78bQCfb478 hbceAaZYmUbYqJ8Qu4bhdts= =g/ug -----END PGP SIGNATURE----- --_=XFMail.1.5.2.FreeBSD:20011213200421:56094=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 17: 6:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B4E637B405; Thu, 13 Dec 2001 17:06:51 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE16p807790; Thu, 13 Dec 2001 17:06:51 -0800 (PST) (envelope-from bmah) Message-Id: <200112140106.fBE16p807790@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 17:06:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 17:06:50 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Oops. 4-STABLE doesn't support ia64. Revision Changes Path 1.13.2.36 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 17:10:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94C7D37B41A; Thu, 13 Dec 2001 17:10:50 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE1Ao508123; Thu, 13 Dec 2001 17:10:50 -0800 (PST) (envelope-from luigi) Message-Id: <200112140110.fBE1Ao508123@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 13 Dec 2001 17:10:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/tinyware/ns ns.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/13 17:10:50 PST Modified files: release/picobsd/tinyware/ns ns.c Log: Add a '-l' flag to show CPU load for the various states, similar to what "top" does (thinking of it, i could have as well used the same format line!) This only makes sense when "-w" option is also specified, because the load is computed as the difference between subsequent samples. I think this (and the "-d" feature which shows differences in the network statistics counts) would also make sense in the standard vmstat and netstat. Revision Changes Path 1.15 +47 -3 src/release/picobsd/tinyware/ns/ns.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 17:14:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 010A037B405; Thu, 13 Dec 2001 17:14:42 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE1Efd08522; Thu, 13 Dec 2001 17:14:41 -0800 (PST) (envelope-from bmah) Message-Id: <200112140114.fBE1Efd08522@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 17:14:41 -0800 (PST) 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 2001/12/13 17:14:41 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: lukemftp. Revision Changes Path 1.218 +7 -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 Dec 13 17:17: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D29237B416; Thu, 13 Dec 2001 17:16:57 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE1GvO08874; Thu, 13 Dec 2001 17:16:57 -0800 (PST) (envelope-from dillon) Message-Id: <200112140116.fBE1GvO08874@freefall.freebsd.org> From: Matt Dillon Date: Thu, 13 Dec 2001 17:16:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c src/sys/nfsclient nfs.h nfs_bio.c nfs_vnops.c src/sys/vm vm_page.c 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 dillon 2001/12/13 17:16:57 PST Modified files: sys/kern vfs_bio.c sys/nfsclient nfs.h nfs_bio.c nfs_vnops.c sys/vm vm_page.c vnode_pager.c Log: This fixes a large number of bugs in our NFS client side code. A recent commit by Kirk also fixed a softupdates bug that could easily be triggered by server side NFS. * An edge case with shared R+W mmap()'s and truncate whereby the system would inappropriately clear the dirty bits on still-dirty data. (applicable to all filesystems) THIS FIX TEMPORARILY DISABLED PENDING FURTHER TESTING. see vm/vm_page.c line 1641 * The straddle case for VM pages and buffer cache buffers when truncating. (applicable to NFS client side) * Possible SMP database corruption due to vm_pager_unmap_page() not clearing the TLB for the other cpu's. (applicable to NFS client side but could effect all filesystems). Note: not considered serious since the corruption occurs beyond the file EOF. * When flusing a dirty buffer due to B_CACHE getting cleared, we were accidently setting B_CACHE again (that is, bwrite() sets B_CACHE), when we really want it to stay clear after the write is complete. This resulted in a corrupt buffer. (applicable to all filesystems but probably only triggered by NFS) * We have to call vtruncbuf() when ftruncate()ing to remove any buffer cache buffers. This is still tentitive, I may be able to remove it due to the second bug fix. (applicable to NFS client side) * vnode_pager_setsize() race against nfs_vinvalbuf()... we have to set n_size before calling nfs_vinvalbuf or the NFS code may recursively vnode_pager_setsize() to the original value before the truncate. This is what was causing the user mmap bus faults in the nfs tester program. (applicable to NFS client side) * Fix to softupdates (see ufs/ffs/ffs_inode.c 1.73, commit made by Kirk). Testing program written by: Avadis Tevanian, Jr. Testing program supplied by: jkh / Apple (see Dec2001 posting to freebsd-hackers with Subject 'NFS: How to make FreeBS fall on its face in one easy step') MFC after: 1 week Revision Changes Path 1.295 +12 -0 src/sys/kern/vfs_bio.c 1.64 +3 -1 src/sys/nfsclient/nfs.h 1.104 +55 -4 src/sys/nfsclient/nfs_bio.c 1.180 +18 -5 src/sys/nfsclient/nfs_vnops.c 1.175 +14 -0 src/sys/vm/vm_page.c 1.140 +27 -2 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 17:29:45 2001 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 13B4837B416; Thu, 13 Dec 2001 17:29:43 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBE1TZ964423; Thu, 13 Dec 2001 17:29:35 -0800 (PST) (envelope-from dillon) Date: Thu, 13 Dec 2001 17:29:35 -0800 (PST) From: Matthew Dillon Message-Id: <200112140129.fBE1TZ964423@apollo.backplane.com> To: Wilko Bulte Cc: Kirk McKusick , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ffs ffs_inode.c References: <200112130507.fBD57n063530@freefall.freebsd.org> <20011213171801.A80549@freebie.xs4all.nl> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> sys/ufs/ffs ffs_inode.c :... :> MFC after: 1 week : :FWIW: that is almost exactly on Code Freeze Day. Is this fix critical :for 4.5-R ? Yes. Absolutely critical. The NFS fixes are going to go in too, though depending on what happens in the next few days the vm_page_set_validclean() change may be too dangerous to MFC this close to release. -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 Thu Dec 13 17:47:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47AD337B416; Thu, 13 Dec 2001 17:47:46 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE1lkM15526; Thu, 13 Dec 2001 17:47:46 -0800 (PST) (envelope-from kevlo) Message-Id: <200112140147.fBE1lkM15526@freefall.freebsd.org> From: Kevin Lo Date: Thu, 13 Dec 2001 17:47:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/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 kevlo 2001/12/13 17:47:46 PST Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Fix path of KDE programs: /usr/X11R6 -> /usr/local Revision Changes Path 1.68 +3 -3 doc/en_US.ISO8859-1/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 Thu Dec 13 17:58:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4649537B416; Thu, 13 Dec 2001 17:58:37 -0800 (PST) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE1wbM16726; Thu, 13 Dec 2001 17:58:37 -0800 (PST) (envelope-from cy) Message-Id: <200112140158.fBE1wbM16726@freefall.freebsd.org> From: Cy Schubert Date: Thu, 13 Dec 2001 17:58:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xsane Makefile distinfo pkg-plist ports/graphics/xsane/files patch-src::xsane-back-gtk.c patch-src::xsane-save.c patch-src::xsane-scan.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2001/12/13 17:58:37 PST Modified files: graphics/xsane Makefile distinfo pkg-plist Removed files: graphics/xsane/files patch-src::xsane-back-gtk.c patch-src::xsane-save.c patch-src::xsane-scan.c Log: Update to XSane 0.82. XSane 0.82 includes (obtained from www.xsane.org latest news): - improved despeckle routine (removed bug and increased speed) - added scaling function to viewer - several security bugfixes - spanish translation - dutch translation Reviewed by: nectar Approved by: maintainer: Dominik Brettnacher Revision Changes Path 1.30 +1 -2 ports/graphics/xsane/Makefile 1.20 +1 -1 ports/graphics/xsane/distinfo 1.2 +0 -37 ports/graphics/xsane/files/patch-src::xsane-back-gtk.c (dead) 1.2 +0 -10 ports/graphics/xsane/files/patch-src::xsane-save.c (dead) 1.2 +0 -11 ports/graphics/xsane/files/patch-src::xsane-scan.c (dead) 1.17 +3 -0 ports/graphics/xsane/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 Dec 13 18: 8:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 525CF37B416; Thu, 13 Dec 2001 18:08:23 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE28Nv21013; Thu, 13 Dec 2001 18:08:23 -0800 (PST) (envelope-from mikeh) Message-Id: <200112140208.fBE28Nv21013@freefall.freebsd.org> From: Mike Heffner Date: Thu, 13 Dec 2001 18:08:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc login.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 mikeh 2001/12/13 18:08:23 PST Modified files: etc login.conf Log: ftp(1) uses passive mode by default now, therefore remove FTP_PASSIVE_MODE=YES. Pointed out by: billf Revision Changes Path 1.44 +2 -2 src/etc/login.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 18:12:35 2001 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 B62AF37B41B; Thu, 13 Dec 2001 18:12:28 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBE2CJM64701; Thu, 13 Dec 2001 18:12:19 -0800 (PST) (envelope-from dillon) Date: Thu, 13 Dec 2001 18:12:19 -0800 (PST) From: Matthew Dillon Message-Id: <200112140212.fBE2CJM64701@apollo.backplane.com> To: Peter Jeremy Cc: Maxim Sobolev , Sheldon Hearn , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/newfs newfs.8 References: <200111271953.fARJrFc88452@freefall.freebsd.org> <3C10F171.FEE996EB@FreeBSD.org> <200112101846.fBAIkee47815@apollo.backplane.com> <20011212155707.A27238@gsmx07.alcatel.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :>Filesystem 1K-blocks Used Avail Capacity Mounted on (1K/8K) :>/dev/vn0c 4065694 1002597 2737842 27% /mnt :>Filesystem 1K-blocks Used Avail Capacity Mounted on (2K/16K) :>/dev/vn0c 4129310 1046374 2752592 28% /mnt : :This is about 3 times the size I got. Are you sure this is a standard :/usr/src? Hmm. A fresh checkout of RELENG_4's /usr/src came to 340MB or so. My existing /usr/src (RELENG_4) is about 1GB, so there must be some cruft in my source tree somewhere. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 18:13:41 2001 Delivered-To: cvs-all@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by hub.freebsd.org (Postfix) with ESMTP id 872BD37B428; Thu, 13 Dec 2001 18:13:21 -0800 (PST) Received: from steiner.cc.vt.edu (IDENT:mirapoint@steiner-lb.cc.vt.edu [10.1.1.14]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id fBE2DL1306047; Thu, 13 Dec 2001 21:13:21 -0500 (EST) Received: from enterprise.muriel.penguinpowered.com (hc652647d.dhcp.vt.edu [198.82.100.125]) by steiner.cc.vt.edu (Mirapoint) with ESMTP id AGW55165; Thu, 13 Dec 2001 21:13:19 -0500 (EST) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.5.2.FreeBSD:20011213211319:56094=_"; micalg=pgp-md5; protocol="application/pgp-signature" In-Reply-To: Date: Thu, 13 Dec 2001 21:13:19 -0500 (EST) From: Mike Heffner To: Mike Heffner Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet Cc: FreeBSD-current , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format --_=XFMail.1.5.2.FreeBSD:20011213211319:56094=_ Content-Type: text/plain; charset=us-ascii On 14-Dec-2001 Mike Heffner wrote: | | Differences/Losses: | | *) FTP_PASSIVE_MODE vs. FTP_MODE s/FTP_MODE/FTPMODE As a followup clarification, ftp(1) will attempt to use passive mode by default, and fall back to active mode. To achieve the old default behavior (active mode) set FTPMODE=active. Mike -- Mike Heffner Blacksburg, VA --_=XFMail.1.5.2.FreeBSD:20011213211319:56094=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8GWA/FokZQs3sv5kRAvRyAKCL/tUOH0DY0oZi+Xu2K4VcE1y01wCgkkzG TSRDIk012LsCqXsWWEidaqM= =Ghea -----END PGP SIGNATURE----- --_=XFMail.1.5.2.FreeBSD:20011213211319:56094=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 18:34:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A276937B405; Thu, 13 Dec 2001 18:34:52 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE2Yq723487; Thu, 13 Dec 2001 18:34:52 -0800 (PST) (envelope-from luigi) Message-Id: <200112140234.fBE2Yq723487@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 13 Dec 2001 18:34:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/tinyware/ns ns.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 luigi 2001/12/13 18:34:52 PST Modified files: (Branch: RELENG_4) release/picobsd/tinyware/ns ns.c Log: MFC: add "-l" option to print load statistics. Revision Changes Path 1.8.2.6 +47 -3 src/release/picobsd/tinyware/ns/ns.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 19: 5:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFD9037B405; Thu, 13 Dec 2001 19:05:32 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE35Wm29232; Thu, 13 Dec 2001 19:05:32 -0800 (PST) (envelope-from rwatson) Message-Id: <200112140305.fBE35Wm29232@freefall.freebsd.org> From: Robert Watson Date: Thu, 13 Dec 2001 19:05:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.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 rwatson 2001/12/13 19:05:32 PST Modified files: (Branch: RELENG_4) sys/kern kern_sig.c Log: MFC revision 1.141 o Wording fix in comment. Submitted by: tanimura via p4 Revision Changes Path 1.72.2.14 +1 -1 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 19:21:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D6F37B41B; Thu, 13 Dec 2001 19:21:51 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE3Lpt30656; Thu, 13 Dec 2001 19:21:51 -0800 (PST) (envelope-from clive) Message-Id: <200112140321.fBE3Lpt30656@freefall.freebsd.org> From: Clive Lin Date: Thu, 13 Dec 2001 19:21:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/udptunnel 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 clive 2001/12/13 19:21:51 PST Modified files: net Makefile Added files: net/udptunnel Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: UDPTunnel UDPTunnel is a small program which can tunnel UDP packets bi-directionally over a TCP connection. Its primary purpose (and original motivation) is to allow multi-media conferences to traverse a firewall which allows only outgoing TCP connections. PR: ports/32820 Submitted by: Yen-Ming Lee Revision Changes Path 1.670 +1 -0 ports/net/Makefile 1.1 +17 -0 ports/net/udptunnel/Makefile (new) 1.1 +1 -0 ports/net/udptunnel/distinfo (new) 1.1 +1 -0 ports/net/udptunnel/pkg-comment (new) 1.1 +17 -0 ports/net/udptunnel/pkg-descr (new) 1.1 +1 -0 ports/net/udptunnel/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 19:22:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 344EC37B419; Thu, 13 Dec 2001 19:21:56 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE3Lum30697; Thu, 13 Dec 2001 19:21:56 -0800 (PST) (envelope-from clive) Message-Id: <200112140321.fBE3Lum30697@freefall.freebsd.org> From: Clive Lin Date: Thu, 13 Dec 2001 19:21:56 -0800 (PST) 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 clive 2001/12/13 19:21:56 PST Modified files: . modules Log: udptunnel --> ports/net/udptunnel Revision Changes Path 1.4326 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 19:33:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01E6F37B41A; Thu, 13 Dec 2001 19:33:52 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE3XpV31578; Thu, 13 Dec 2001 19:33:51 -0800 (PST) (envelope-from luigi) Message-Id: <200112140333.fBE3XpV31578@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 13 Dec 2001 19:33:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.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 luigi 2001/12/13 19:33:51 PST Modified files: (Branch: RELENG_4) sys/kern kern_exit.c Log: MFC: silence a compiler warning when ktrace is not used. Revision Changes Path 1.92.2.8 +2 -0 src/sys/kern/kern_exit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 20: 1:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15C6D37B405; Thu, 13 Dec 2001 20:01:09 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE419034052; Thu, 13 Dec 2001 20:01:09 -0800 (PST) (envelope-from dillon) Message-Id: <200112140401.fBE419034052@freefall.freebsd.org> From: Matt Dillon Date: Thu, 13 Dec 2001 20:01:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_param.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/13 20:01:09 PST Modified files: sys/kern subr_param.c Log: Too many people are compiling kernels with maxusers set to 0 without the new config. Hack the kernel to force auto-sizing if the old config is used. Revision Changes Path 1.49 +1 -1 src/sys/kern/subr_param.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 20: 3: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E484C37B405; Thu, 13 Dec 2001 20:02:57 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE42vt34259; Thu, 13 Dec 2001 20:02:57 -0800 (PST) (envelope-from dillon) Message-Id: <200112140402.fBE42vt34259@freefall.freebsd.org> From: Matt Dillon Date: Thu, 13 Dec 2001 20:02:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_param.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 2001/12/13 20:02:57 PST Modified files: (Branch: RELENG_4) sys/kern subr_param.c Log: MFC 1.49. Too many people are compiling kernels with maxusers set to 0 using the old config program. Hack the kernel to deal with it. Revision Changes Path 1.42.2.5 +1 -1 src/sys/kern/subr_param.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 20:29:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14A2137B405; Thu, 13 Dec 2001 20:29:27 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE4TRn39992; Thu, 13 Dec 2001 20:29:27 -0800 (PST) (envelope-from bmah) Message-Id: <200112140429.fBE4TRn39992@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 20:29:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 20:29:27 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Whitespace and capitalization fixes to sync to HEAD. Revision Changes Path 1.13.2.37 +6 -7 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 20:30: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6693537B444; Thu, 13 Dec 2001 20:29:57 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE4TvH40078; Thu, 13 Dec 2001 20:29:57 -0800 (PST) (envelope-from bmah) Message-Id: <200112140429.fBE4TvH40078@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 20:29:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/13 20:29:57 PST Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Whitespace and capitalization fixes to sync with RELENG_4. Revision Changes Path 1.55 +13 -13 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 20:41:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52A7937B41A; Thu, 13 Dec 2001 20:41:08 -0800 (PST) Received: (from dg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE4f8k41459; Thu, 13 Dec 2001 20:41:08 -0800 (PST) (envelope-from dg) Message-Id: <200112140441.fBE4f8k41459@freefall.freebsd.org> From: David Greenman Date: Thu, 13 Dec 2001 20:41:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dg 2001/12/13 20:41:08 PST Modified files: sys/net if_ethersubr.c Log: Moved the updating of if_ibytes from ether_demux() to ether_input() to fix a bug where the interface input bytes count wasn't updated when bridging is enabled. MFC after: 3 days Revision Changes Path 1.104 +2 -1 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 21:34:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C417937B416; Thu, 13 Dec 2001 21:34:19 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE5YJa49496; Thu, 13 Dec 2001 21:34:19 -0800 (PST) (envelope-from petef) Message-Id: <200112140534.fBE5YJa49496@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 13 Dec 2001 21:34:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/py-xlib Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/py-xlib/files patch-infofile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/12/13 21:34:19 PST Modified files: x11-toolkits Makefile Added files: x11-toolkits/py-xlib Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/py-xlib/files patch-infofile Log: Add py-xlib-0.9, an X11 library for Python PR: 32540 Submitted by: Mike Meyer Revision Changes Path 1.156 +1 -0 ports/x11-toolkits/Makefile 1.1 +31 -0 ports/x11-toolkits/py-xlib/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/py-xlib/distinfo (new) 1.1 +16 -0 ports/x11-toolkits/py-xlib/files/patch-infofile (new) 1.1 +1 -0 ports/x11-toolkits/py-xlib/pkg-comment (new) 1.1 +5 -0 ports/x11-toolkits/py-xlib/pkg-descr (new) 1.1 +156 -0 ports/x11-toolkits/py-xlib/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 21:35:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD97F37B417; Thu, 13 Dec 2001 21:35:19 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE5ZJM49680; Thu, 13 Dec 2001 21:35:19 -0800 (PST) (envelope-from petef) Message-Id: <200112140535.fBE5ZJM49680@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 13 Dec 2001 21:35:19 -0800 (PST) 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 petef 2001/12/13 21:35:19 PST Modified files: . modules Log: py-xlib --> ports/x11-toolkits/py-xlib Revision Changes Path 1.4327 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 21:41:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 301A237B416; Thu, 13 Dec 2001 21:41:47 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE5flu50586; Thu, 13 Dec 2001 21:41:47 -0800 (PST) (envelope-from bmah) Message-Id: <200112140541.fBE5flu50586@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 21:41:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/alpha 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 2001/12/13 21:41:46 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/alpha article.sgml Log: The Alpha doesn't have UserConfig (so I'm told anyways) so take out the part of the hardware notes that refers to it (as well as a bogus description of the GENERIC kernel). This is already gone from CURRENT. I haven't figured out what to do about the i386 on 4-STABLE. Revision Changes Path 1.1.2.3 +1 -2 src/release/doc/en_US.ISO8859-1/hardware/alpha/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 Dec 13 21:50:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86DAF37B41B; Thu, 13 Dec 2001 21:50:44 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE5oiD51625; Thu, 13 Dec 2001 21:50:44 -0800 (PST) (envelope-from mckusick) Message-Id: <200112140550.fBE5oiD51625@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 13 Dec 2001 21:50:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disklabel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/13 21:50:44 PST Modified files: sys/kern subr_disklabel.c Log: Add disk I/O scheduling for positively niced processes. When a positively niced process requests a disk I/O, make it wait for its nice value of ticks before scheduling its I/O request if there are any other processes with I/O requests in the disk queue. For all the gory details, see the ``Running fsck in the Background'' paper in the Usenix BSDCon 2002 Conference Proceedings, pages 55-64. Revision Changes Path 1.60 +25 -0 src/sys/kern/subr_disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 21:56:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7CAA37B41A; Thu, 13 Dec 2001 21:56:35 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE5uZI52314; Thu, 13 Dec 2001 21:56:35 -0800 (PST) (envelope-from luigi) Message-Id: <200112140556.fBE5uZI52314@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 13 Dec 2001 21:56:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pcn.c if_rl.c if_sf.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/13 21:56:35 PST Modified files: sys/pci if_pcn.c if_rl.c if_sf.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Log: Remove printf's on mbuf/cluster allocation failures. There are now equivalent and less dangerous (rate limited) messages in the mbuf allocation code. MFC after: 3 days Revision Changes Path 1.24 +3 -8 src/sys/pci/if_pcn.c 1.63 +1 -5 src/sys/pci/if_rl.c 1.41 +3 -8 src/sys/pci/if_sf.c 1.46 +3 -6 src/sys/pci/if_sk.c 1.30 +3 -8 src/sys/pci/if_ste.c 1.55 +1 -6 src/sys/pci/if_ti.c 1.67 +3 -8 src/sys/pci/if_tl.c 1.46 +3 -8 src/sys/pci/if_vr.c 1.44 +4 -11 src/sys/pci/if_wb.c 1.101 +1 -6 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 22: 4:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D4E637B41C; Thu, 13 Dec 2001 22:04:35 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE64Za53120; Thu, 13 Dec 2001 22:04:35 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112140604.fBE64Za53120@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Dec 2001 22:04:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/man Makefile ports/japanese/man/files patch-locale.c patch-locale.h patch-man.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/13 22:04:35 PST Modified files: japanese/man Makefile Added files: japanese/man/files patch-locale.c patch-locale.h patch-man.c Log: Apply patch for -a option. PR: ports/32824 Submitted by: MORI Kouji Revision Changes Path 1.30 +2 -2 ports/japanese/man/Makefile 1.1 +19 -0 ports/japanese/man/files/patch-locale.c (new) 1.1 +9 -0 ports/japanese/man/files/patch-locale.h (new) 1.1 +11 -0 ports/japanese/man/files/patch-man.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 Dec 13 22:13:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18F0137B416; Thu, 13 Dec 2001 22:13:11 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE6DBb57413; Thu, 13 Dec 2001 22:13:11 -0800 (PST) (envelope-from petef) Message-Id: <200112140613.fBE6DBb57413@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 13 Dec 2001 22:13:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase2 Makefile pkg-plist ports/x11/kdebase2/files patch-kdm::kfrontend::Makefile.am patch-kdm::kfrontend::genkdmconf.c patch-ksysguardd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/12/13 22:13:11 PST Modified files: x11/kdebase2 Makefile pkg-plist x11/kdebase2/files patch-kdm::kfrontend::genkdmconf.c patch-ksysguardd.c Added files: x11/kdebase2/files patch-kdm::kfrontend::Makefile.am Log: - better kdmrc config file handling: * install kdmrc.dist and copy to kdmrc if it doesn't already exist. don't clobber user's custom kdmrc settings. * always install the scripts, even if the config directory exists * always generate the scripts (add --no-old) - remove rcsid from patch so it applies cleanly - bump PORTREVISION PR: 32537, 32660 Submitted by: Alan Eldridge Revision Changes Path 1.84 +7 -0 ports/x11/kdebase2/Makefile 1.1 +15 -0 ports/x11/kdebase2/files/patch-kdm::kfrontend::Makefile.am (new) 1.2 +11 -2 ports/x11/kdebase2/files/patch-kdm::kfrontend::genkdmconf.c 1.2 +9 -13 ports/x11/kdebase2/files/patch-ksysguardd.c 1.46 +3 -1 ports/x11/kdebase2/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 Dec 13 22:30:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98AB937B417; Thu, 13 Dec 2001 22:30:34 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE6UYq59187; Thu, 13 Dec 2001 22:30:34 -0800 (PST) (envelope-from ijliao) Message-Id: <200112140630.fBE6UYq59187@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 22:30:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netscript 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 2001/12/13 22:30:34 PST Modified files: net/netscript Makefile distinfo Log: upgrade to 1.6.6 Revision Changes Path 1.8 +1 -1 ports/net/netscript/Makefile 1.7 +1 -1 ports/net/netscript/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 22:44:16 2001 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 A147C37B416; Thu, 13 Dec 2001 22:44:05 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id fBE6hod26370; Fri, 14 Dec 2001 08:43:50 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200112140643.fBE6hod26370@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet In-Reply-To: from Mike Heffner at "Dec 13, 2001 08:04:21 pm" To: mheffner@vt.edu (Mike Heffner) Date: Fri, 14 Dec 2001 08:43:49 +0200 (SAT) Cc: mikeh@FreeBSD.ORG (Mike Heffner), cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, FreeBSD-current@FreeBSD.ORG (FreeBSD-current) 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 > > On 13-Dec-2001 Mike Heffner wrote: > | mikeh 2001/12/13 15:46:45 PST ... > | Log: > | Connect lukemftp to the build as the default ftp client. Lukemftp > | supports most of the previous features of FreeBSD ftp, but has been > | better maintained and includes new features. > > Short summary of differences: > ... > Differences/Losses: > > *) FTP_PASSIVE_MODE vs. FTP_MODE > *) -4/-6 for forcing IPV4/IPV6 Any chance of getting -4/-6 or something like it, back? It is very useful here in our environment that have a lot of dual-stack machines. John -- John Hay -- John.Hay@icomtek.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 23:11:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D0C037B41C; Thu, 13 Dec 2001 23:11:33 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE7BXO67471; Thu, 13 Dec 2001 23:11:33 -0800 (PST) (envelope-from bmah) Message-Id: <200112140711.fBE7BXO67471@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 13 Dec 2001 23:11:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/vtwm Makefile ports/x11-wm/vtwm/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 bmah 2001/12/13 23:11:33 PST Modified files: x11-wm/vtwm Makefile Added files: x11-wm/vtwm/files patch-aa Log: It appears we need patch-aa after all (under certain circumstances). Put it back and bump PORTREVISION. Pointed out by: iedowse Revision Changes Path 1.8 +1 -0 ports/x11-wm/vtwm/Makefile 1.3 +25 -0 ports/x11-wm/vtwm/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 Thu Dec 13 23:17:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C59F337B405; Thu, 13 Dec 2001 23:17:52 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE7HqY68155; Thu, 13 Dec 2001 23:17:52 -0800 (PST) (envelope-from ijliao) Message-Id: <200112140717.fBE7HqY68155@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 23:17:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/ghostscript6 Makefile distinfo 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 ijliao 2001/12/13 23:17:52 PST Modified files: chinese/ghostscript6 Makefile distinfo pkg-install Log: o update cjkvttcidmap from 0.8 to 0.94 add Bridge Version by using mapping tables of ftp.unicode.org add Bridge Version by using CMaps for PDF core fonts(ToUnicode CMap) of partners.adobe.com add Bridge Version by using CMaps for PDF core fonts(ToUnicode CMap) and mapping tables of ftp.unicode.org o update pkg-install from 6.50 to 6.52 PR: 32813 Submitted by: Statue Revision Changes Path 1.6 +2 -2 ports/chinese/ghostscript6/Makefile 1.4 +1 -1 ports/chinese/ghostscript6/distinfo 1.3 +1 -1 ports/chinese/ghostscript6/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 23:18:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0550837B416; Thu, 13 Dec 2001 23:18:32 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE7IV668392; Thu, 13 Dec 2001 23:18:31 -0800 (PST) (envelope-from dillon) Message-Id: <200112140718.fBE7IV668392@freefall.freebsd.org> From: Matt Dillon Date: Thu, 13 Dec 2001 23:18:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/12/13 23:18:31 PST Modified files: sys/kern vfs_subr.c Log: A slightly different version of the vlrureclaim fix. Reported by: peter, ps Revision Changes Path 1.331 +1 -3 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 23:19:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E71C37B419; Thu, 13 Dec 2001 23:19:23 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE7JNX68514; Thu, 13 Dec 2001 23:19:23 -0800 (PST) (envelope-from dillon) Message-Id: <200112140719.fBE7JNX68514@freefall.freebsd.org> From: Matt Dillon Date: Thu, 13 Dec 2001 23:19:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.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 2001/12/13 23:19:23 PST Modified files: (Branch: RELENG_4) sys/kern vfs_subr.c Log: MFC a slightly different version of the vlrureclaim() fix Revision Changes Path 1.249.2.21 +1 -3 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 23:21:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F142537B41A; Thu, 13 Dec 2001 23:21:22 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE7LMn72926; Thu, 13 Dec 2001 23:21:22 -0800 (PST) (envelope-from ijliao) Message-Id: <200112140721.fBE7LMn72926@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 23:21:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/CJK 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 2001/12/13 23:21:22 PST Modified files: chinese/CJK Makefile distinfo Log: upgrade to 20011008 PR: 32814 Submitted by: Statue Revision Changes Path 1.20 +2 -2 ports/chinese/CJK/Makefile 1.8 +1 -1 ports/chinese/CJK/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 13 23:26:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3413337B416; Thu, 13 Dec 2001 23:26:22 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE7QMu73961; Thu, 13 Dec 2001 23:26:22 -0800 (PST) (envelope-from ijliao) Message-Id: <200112140726.fBE7QMu73961@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 13 Dec 2001 23:26:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ricochet Makefile ports/mail/ricochet/files patch-ricochet X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/13 23:26:22 PST Modified files: mail/ricochet Makefile mail/ricochet/files patch-ricochet Log: change -f to -d in patchfile. bump port revision PR: 32821 Submitted by: maintainer Revision Changes Path 1.2 +1 -0 ports/mail/ricochet/Makefile 1.2 +1 -1 ports/mail/ricochet/files/patch-ricochet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 0: 5:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 673D837B41B; Fri, 14 Dec 2001 00:05:45 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE85jS87937; Fri, 14 Dec 2001 00:05:45 -0800 (PST) (envelope-from mjacob) Message-Id: <200112140805.fBE85jS87937@freefall.freebsd.org> From: Matt Jacob Date: Fri, 14 Dec 2001 00:05:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw asm_2100.h asm_2200.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 mjacob 2001/12/14 00:05:45 PST Modified files: (Branch: RELENG_4) sys/dev/ispfw asm_2100.h asm_2200.h Log: MFC: roll 2100 && 2200 f/w to latest level. Revision Changes Path 1.2.2.3 +7791 -4405 src/sys/dev/ispfw/asm_2100.h 1.2.2.4 +4812 -4644 src/sys/dev/ispfw/asm_2200.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 0: 8:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00B8937B405; Fri, 14 Dec 2001 00:08:57 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE88ub89584; Fri, 14 Dec 2001 00:08:56 -0800 (PST) (envelope-from mjacob) Message-Id: <200112140808.fBE88ub89584@freefall.freebsd.org> From: Matt Jacob Date: Fri, 14 Dec 2001 00:08:56 -0800 (PST) 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 mjacob 2001/12/14 00:08:56 PST Modified files: (Branch: RELENG_4) sys/modules Makefile Log: Unbreak -stable for alpha- ciss doesn't compile on alpha. Revision Changes Path 1.110.2.38 +1 -1 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 Fri Dec 14 0:21:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BDC737B417; Fri, 14 Dec 2001 00:21:05 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE8L5U92199; Fri, 14 Dec 2001 00:21:05 -0800 (PST) (envelope-from mjacob) Message-Id: <200112140821.fBE8L5U92199@freefall.freebsd.org> From: Matt Jacob Date: Fri, 14 Dec 2001 00:21:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h ispmbox.h ispvar.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 mjacob 2001/12/14 00:21:05 PST Modified files: (Branch: RELENG_4) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h ispmbox.h ispvar.h Log: MFC: Major restructuring for swizzling to the request queue and unswizzling from the response queue. Instead of the ad hoc ISP_SWIZZLE_REQUEST, we now have a complete set of inline functions in isp_inline.h. Each platform is responsible for providing just one of a set of ISP_IOX_{GET,PUT}{8,16,32} macros. Revision Changes Path 1.41.2.17 +135 -124 src/sys/dev/isp/isp.c 1.32.2.15 +23 -21 src/sys/dev/isp/isp_freebsd.c 1.26.2.12 +43 -10 src/sys/dev/isp/isp_freebsd.h 1.6.2.8 +1104 -1 src/sys/dev/isp/isp_inline.h 1.5.4.8 +46 -32 src/sys/dev/isp/isp_target.c 1.3.4.10 +22 -195 src/sys/dev/isp/isp_target.h 1.20.2.9 +11 -28 src/sys/dev/isp/ispmbox.h 1.25.2.12 +32 -22 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 0:26:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE4A537B417; Fri, 14 Dec 2001 00:26:44 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE8QiJ92855; Fri, 14 Dec 2001 00:26:44 -0800 (PST) (envelope-from sobomax) Message-Id: <200112140826.fBE8QiJ92855@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 00:26:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13 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 2001/12/14 00:26:44 PST Modified files: java/jdk13 Makefile Log: Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriate place. Revision Changes Path 1.11 +1 -1 ports/java/jdk13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 0:28:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id C5B6537B405; Fri, 14 Dec 2001 00:28:22 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.11.6/8.11.6) id fBE8SL376721; Fri, 14 Dec 2001 09:28:21 +0100 (CET) (envelope-from sos) From: Søren Schmidt Message-Id: <200112140828.fBE8SL376721@freebsd.dk> Subject: Re: cvs commit: src/sys/kern subr_disklabel.c In-Reply-To: <200112140550.fBE5oiD51625@freefall.freebsd.org> To: Kirk McKusick Date: Fri, 14 Dec 2001 09:28:21 +0100 (CET) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Kirk McKusick wrote: > mckusick 2001/12/13 21:50:44 PST > > Modified files: > sys/kern subr_disklabel.c > Log: > Add disk I/O scheduling for positively niced processes. > When a positively niced process requests a disk I/O, make > it wait for its nice value of ticks before scheduling its > I/O request if there are any other processes with I/O > requests in the disk queue. For all the gory details, see > the ``Running fsck in the Background'' paper in the Usenix > BSDCon 2002 Conference Proceedings, pages 55-64. This breaks the kernel compile: ../../../kern/subr_disklabel.c: In function `bioqdisksort': ../../../kern/subr_disklabel.c:92: warning: implicit declaration of function `BIOTOBUF' ../../../kern/subr_disklabel.c:92: invalid type argument of `->' ../../../kern/subr_disklabel.c:92: invalid type argument of `->' *** Error code 1 The macro BIOTOBUF is not defined anywhere I can find... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 0:37: 0 2001 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 CEF3637B405; Fri, 14 Dec 2001 00:36:57 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBE8asv22625; Fri, 14 Dec 2001 00:36:54 -0800 (PST) (envelope-from dillon) Date: Fri, 14 Dec 2001 00:36:54 -0800 (PST) From: Matthew Dillon Message-Id: <200112140836.fBE8asv22625@apollo.backplane.com> To: Søren Schmidt Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_disklabel.c References: <200112140828.fBE8SL376721@freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :It seems Kirk McKusick wrote: :> mckusick 2001/12/13 21:50:44 PST :> :> Modified files: :> sys/kern subr_disklabel.c :> Log: :> Add disk I/O scheduling for positively niced processes. :> When a positively niced process requests a disk I/O, make :> it wait for its nice value of ticks before scheduling its :> I/O request if there are any other processes with I/O :> requests in the disk queue. For all the gory details, see :> the ``Running fsck in the Background'' paper in the Usenix :> BSDCon 2002 Conference Proceedings, pages 55-64. : :This breaks the kernel compile: : :../../../kern/subr_disklabel.c: In function `bioqdisksort': :.. This seems kind of incomplete in general, actually. What if you have several niced processes doing disk I/O? They'll trip over each other unnecessarily. What about background I/O? It won't be effected at all. What about directory operations? A niced process's blocked I/O could screw up performance for other processes. etc. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 0:39: 4 2001 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 2EA7737B416; Fri, 14 Dec 2001 00:38:53 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBE8cP140582; Fri, 14 Dec 2001 10:38:25 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 10:38:25 +0200 From: Ruslan Ermilov To: Mike Heffner Cc: FreeBSD-current , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet Message-ID: <20011214103825.E35094@sunbay.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 13, 2001 at 09:13:19PM -0500, Mike Heffner wrote: > > On 14-Dec-2001 Mike Heffner wrote: > | > | Differences/Losses: > | > | *) FTP_PASSIVE_MODE vs. FTP_MODE > > s/FTP_MODE/FTPMODE > > As a followup clarification, ftp(1) will attempt to use passive mode by > default, and fall back to active mode. To achieve the old default behavior > (active mode) set FTPMODE=active. > Please fix /etc/login.conf. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 0:41:13 2001 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 4087237B405; Fri, 14 Dec 2001 00:41:05 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBE8f2c40829; Fri, 14 Dec 2001 10:41:02 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 10:41:02 +0200 From: Ruslan Ermilov To: Mike Heffner Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c Message-ID: <20011214104102.F35094@sunbay.com> References: <200112132346.fBDNkjb93484@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112132346.fBDNkjb93484@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 13, 2001 at 03:46:45PM -0800, Mike Heffner wrote: > mikeh 2001/12/13 15:46:45 PST > > Modified files: > usr.bin/ftp Makefile > Removed files: > usr.bin/ftp cmds.c cmdtab.c complete.c domacro.c > extern.h fetch.c ftp.1 ftp.c ftp_var.h > main.c pathnames.h ruserpass.c util.c > Log: > Connect lukemftp to the build as the default ftp client. Lukemftp > supports most of the previous features of FreeBSD ftp, but has been > better maintained and includes new features. > OK, time for me to fix contrib/lukemftp[d] manpages. If I produce the patches, will you submit them back to lukem? Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 0:46:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13DFD37B405; Fri, 14 Dec 2001 00:46:37 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE8ka994933; Fri, 14 Dec 2001 00:46:36 -0800 (PST) (envelope-from petef) Message-Id: <200112140846.fBE8ka994933@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 14 Dec 2001 00:46:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork2 pkg-plist ports/net/kdenetwork2/files patch-admin::acinclude.m4.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 petef 2001/12/14 00:46:36 PST Modified files: net/kdenetwork2 pkg-plist Added files: net/kdenetwork2/files patch-admin::acinclude.m4.in Log: - add ktalkd and friends to pkg-plist - add a patch to make sure configure picks up /var/run/utmp as the utmp file Submitted by: Alan Eldridge Revision Changes Path 1.1 +13 -0 ports/net/kdenetwork2/files/patch-admin::acinclude.m4.in (new) 1.29 +13 -0 ports/net/kdenetwork2/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 Dec 14 0:56: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8067B37B417; Fri, 14 Dec 2001 00:55:55 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE8tt095827; Fri, 14 Dec 2001 00:55:55 -0800 (PST) (envelope-from sobomax) Message-Id: <200112140855.fBE8tt095827@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 00:55:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gnomemc/files patch-src::Makefile.in patch-src::treestore.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/12/14 00:55:55 PST Added files: x11-fm/gnomemc/files patch-src::Makefile.in patch-src::treestore.h Log: Provide bandaid to fix the build for some people: - add (missed?) `#include ' into treestore.h; - ensure that local include path is searched before the global one, so that the build doesn't break if user occasionally has different includes with the same name in both paths (e.g. global.h). Submitted by: mjacobs Revision Changes Path 1.1 +14 -0 ports/x11-fm/gnomemc/files/patch-src::Makefile.in (new) 1.1 +14 -0 ports/x11-fm/gnomemc/files/patch-src::treestore.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 0:58:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4005037B416; Fri, 14 Dec 2001 00:58:21 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE8wL596075; Fri, 14 Dec 2001 00:58:21 -0800 (PST) (envelope-from ru) Message-Id: <200112140858.fBE8wL596075@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 00:58:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/security 550.ipfwlimit 650.ip6fwlimit X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 00:58:21 PST Modified files: etc/periodic/security 550.ipfwlimit 650.ip6fwlimit Log: Work around the bugfeature of test(1). PR: bin/32822 Revision Changes Path 1.2 +2 -2 src/etc/periodic/security/550.ipfwlimit 1.2 +2 -2 src/etc/periodic/security/650.ip6fwlimit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 0:59: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0670837B405; Fri, 14 Dec 2001 00:58:58 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE8wv696174; Fri, 14 Dec 2001 00:58:57 -0800 (PST) (envelope-from sobomax) Message-Id: <200112140858.fBE8wv696174@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 00:58:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/gnomepilot pkg-plist ports/palm/gnomepilot/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 sobomax 2001/12/14 00:58:57 PST Modified files: palm/gnomepilot pkg-plist palm/gnomepilot/files patch-aa Log: - Add several missed files into pkg-plist and remove from there entries for no files no longer being installed by the port; - glib-config --> $GLIB_CONFIG in configure script. Revision Changes Path 1.5 +18 -4 ports/palm/gnomepilot/files/patch-aa 1.9 +4 -2 ports/palm/gnomepilot/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 Dec 14 1: 0:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D8EC37B417; Fri, 14 Dec 2001 01:00:10 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE90AW96280; Fri, 14 Dec 2001 01:00:10 -0800 (PST) (envelope-from petef) Message-Id: <200112140900.fBE90AW96280@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 14 Dec 2001 01:00:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdelibs2/files patch-arts::kde::kplayobjectfactory.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 petef 2001/12/14 01:00:10 PST Added files: x11/kdelibs2/files patch-arts::kde::kplayobjectfactory.cc Log: Fix sound-preview on non-ASCII filenames. Submitted by: Alexander N. Kabaev Revision Changes Path 1.1 +29 -0 ports/x11/kdelibs2/files/patch-arts::kde::kplayobjectfactory.cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1: 0:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C011C37B419; Fri, 14 Dec 2001 01:00:37 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE90bd96324; Fri, 14 Dec 2001 01:00:37 -0800 (PST) (envelope-from ru) Message-Id: <200112140900.fBE90bd96324@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 01:00:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc security 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 ru 2001/12/14 01:00:37 PST Modified files: (Branch: RELENG_4) etc security Log: MFC: (from etc/periodic/security) Work around the bugfeature of test(1). Revision Changes Path 1.36.2.20 +3 -3 src/etc/security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1: 3:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5486237B416; Fri, 14 Dec 2001 01:03:49 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE93nd96873; Fri, 14 Dec 2001 01:03:49 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112140903.fBE93nd96873@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 01:03:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 tuning.7 src/sbin/newfs newfs.8 newfs.c src/release/sysinstall install.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 sheldonh 2001/12/14 01:03:49 PST Modified files: (Branch: RELENG_4) share/man/man7 tuning.7 sbin/newfs newfs.8 newfs.c release/sysinstall install.c Log: MFC: update default newfs block/frag size to 16384/2048. Approved by: re Revision Changes Path 1.268.2.30 +2 -2 src/release/sysinstall/install.c 1.26.2.13 +8 -4 src/sbin/newfs/newfs.8 1.30.2.8 +2 -2 src/sbin/newfs/newfs.c 1.1.2.21 +17 -7 src/share/man/man7/tuning.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1: 6:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB73F37B419; Fri, 14 Dec 2001 01:06:11 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE96BF00470; Fri, 14 Dec 2001 01:06:11 -0800 (PST) (envelope-from ru) Message-Id: <200112140906.fBE96BF00470@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 01:06:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common loader.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 ru 2001/12/14 01:06:11 PST Modified files: sys/boot/common loader.8 Log: mdoc(7) police: remove hard sentence break which I didn't submit to Jonathan Mini. Revision Changes Path 1.37 +2 -1 src/sys/boot/common/loader.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1: 9:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FD1437B416; Fri, 14 Dec 2001 01:09:21 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE99Ls00911; Fri, 14 Dec 2001 01:09:21 -0800 (PST) (envelope-from ru) Message-Id: <200112140909.fBE99Ls00911@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 01:09:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 tuning.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/12/14 01:09:21 PST Modified files: share/man/man7 tuning.7 Log: mdoc(7) police: kill the undead whitespace at EOL. Revision Changes Path 1.34 +1 -1 src/share/man/man7/tuning.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1: 9:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3B7A37B421; Fri, 14 Dec 2001 01:09:33 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE99Xv00952; Fri, 14 Dec 2001 01:09:33 -0800 (PST) (envelope-from sobomax) Message-Id: <200112140909.fBE99Xv00952@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 01:09:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc 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 2001/12/14 01:09:33 PST Modified files: misc/mc Makefile Log: I do not think that GNOME team really wants to maintain this one. Revision Changes Path 1.56 +2 -2 ports/misc/mc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1:10:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCB8A37B416; Fri, 14 Dec 2001 01:10:43 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE9Ahk01133; Fri, 14 Dec 2001 01:10:43 -0800 (PST) (envelope-from sobomax) Message-Id: <200112140910.fBE9Ahk01133@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 01:10:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gnomemc/files patch-ac 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 sobomax 2001/12/14 01:10:43 PST Modified files: x11-fm/gnomemc/files patch-ac Removed files: x11-fm/gnomemc/files patch-src::Makefile.in Log: Slightly better version of "don't include wrong global.h" bandaid. Revision Changes Path 1.7 +10 -1 ports/x11-fm/gnomemc/files/patch-ac 1.2 +0 -14 ports/x11-fm/gnomemc/files/patch-src::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 Fri Dec 14 1:11:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77F4D37B41A; Fri, 14 Dec 2001 01:11:13 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE9BD201256; Fri, 14 Dec 2001 01:11:13 -0800 (PST) (envelope-from ru) Message-Id: <200112140911.fBE9BD201256@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 01:11:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 vflush.9 vfs_getnewfsid.9 vfs_getvfs.9 vfs_mountedon.9 vfs_rootmountalloc.9 vfs_timestamp.9 vfsconf.9 vgone.9 vhold.9 vm_page_bits.9 vm_page_dontneed.9 vm_page_grab.9 vm_page_unmanage.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 ru 2001/12/14 01:11:13 PST Modified files: share/man/man9 vflush.9 vfs_getnewfsid.9 vfs_getvfs.9 vfs_mountedon.9 vfs_rootmountalloc.9 vfs_timestamp.9 vfsconf.9 vgone.9 vhold.9 vm_page_bits.9 vm_page_dontneed.9 vm_page_grab.9 vm_page_unmanage.9 Log: mdoc(7) police: markup, grammar and spelling nits. Reviewed by: davidc Revision Changes Path 1.2 +12 -8 src/share/man/man9/vflush.9 1.2 +19 -15 src/share/man/man9/vfs_getnewfsid.9 1.2 +16 -11 src/share/man/man9/vfs_getvfs.9 1.2 +20 -18 src/share/man/man9/vfs_mountedon.9 1.2 +17 -8 src/share/man/man9/vfs_rootmountalloc.9 1.2 +15 -9 src/share/man/man9/vfs_timestamp.9 1.2 +51 -31 src/share/man/man9/vfsconf.9 1.2 +7 -5 src/share/man/man9/vgone.9 1.2 +14 -11 src/share/man/man9/vhold.9 1.2 +12 -9 src/share/man/man9/vm_page_bits.9 1.2 +1 -1 src/share/man/man9/vm_page_dontneed.9 1.2 +4 -4 src/share/man/man9/vm_page_grab.9 1.2 +2 -2 src/share/man/man9/vm_page_unmanage.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1:12: 3 2001 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 B261837B405; Fri, 14 Dec 2001 01:11:56 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16EoOz-0003SP-00; Fri, 14 Dec 2001 11:13:09 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man7 tuning.7 src/sbin/newfs newfs.8 newfs.c src/release/sysinstall install.c In-reply-to: Your message of "Fri, 14 Dec 2001 01:03:49 PST." <200112140903.fBE93nd96873@freefall.freebsd.org> Date: Fri, 14 Dec 2001 11:13:09 +0200 Message-ID: <13292.1008321189@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 Fri, 14 Dec 2001 01:03:49 PST, Sheldon Hearn wrote: > Log: > MFC: update default newfs block/frag size to 16384/2048. > > Approved by: re Now might be an excellent time to bump up the default size of the root partition created by sysinstall, to 196MB. ;-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1:16:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C52FF37B405; Fri, 14 Dec 2001 01:16:33 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE9GXx02019; Fri, 14 Dec 2001 01:16:33 -0800 (PST) (envelope-from sobomax) Message-Id: <200112140916.fBE9GXx02019@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 01:16:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdkxft 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 2001/12/14 01:16:33 PST Modified files: x11/gdkxft Makefile Log: Release to the world. I no longer have a XFree86-4.x.x server to test this on, and I do not think that GNOME team really should maintain this. Revision Changes Path 1.4 +1 -1 ports/x11/gdkxft/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1:22:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8662C37B405; Fri, 14 Dec 2001 01:22:34 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE9MYT02999; Fri, 14 Dec 2001 01:22:34 -0800 (PST) (envelope-from ru) Message-Id: <200112140922.fBE9MYT02999@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 01:22:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.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 ru 2001/12/14 01:22:34 PST Modified files: share/man/man9 style.9 Log: mdoc(7) police: don't xref to itself. Revision Changes Path 1.77 +1 -1 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1:25:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B486137B416; Fri, 14 Dec 2001 01:25:11 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE9PBh03327; Fri, 14 Dec 2001 01:25:11 -0800 (PST) (envelope-from ru) Message-Id: <200112140925.fBE9PBh03327@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 01:25:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 vfs_mount.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 ru 2001/12/14 01:25:11 PST Modified files: share/man/man9 vfs_mount.9 Log: Fixed prototype. Reviewed by: davidc Revision Changes Path 1.9 +7 -1 src/share/man/man9/vfs_mount.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1:39:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A6E237B405; Fri, 14 Dec 2001 01:39:29 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE9dTL04713; Fri, 14 Dec 2001 01:39:29 -0800 (PST) (envelope-from peter) Message-Id: <200112140939.fBE9dTL04713@freefall.freebsd.org> From: Peter Wemm Date: Fri, 14 Dec 2001 01:39:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 src/sys/kern subr_param.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 01:39:29 PST Modified files: sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 sys/kern subr_param.c Log: Proper fix for old config setting maxusers to 8. Revision Changes Path 1.122 +1 -1 src/sys/conf/Makefile.alpha 1.253 +1 -1 src/sys/conf/Makefile.i386 1.45 +1 -1 src/sys/conf/Makefile.ia64 1.155 +1 -1 src/sys/conf/Makefile.pc98 1.259 +1 -1 src/sys/conf/Makefile.powerpc 1.13 +1 -1 src/sys/conf/Makefile.sparc64 1.50 +1 -1 src/sys/kern/subr_param.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1:40: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8758237B416; Fri, 14 Dec 2001 01:40:01 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE9e1r04832; Fri, 14 Dec 2001 01:40:01 -0800 (PST) (envelope-from peter) Message-Id: <200112140940.fBE9e1r04832@freefall.freebsd.org> From: Peter Wemm Date: Fri, 14 Dec 2001 01:40:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config configvers.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/12/14 01:40:01 PST Modified files: usr.sbin/config configvers.h Log: Bump configvers for different handling of maxusers. Revision Changes Path 1.28 +2 -2 src/usr.sbin/config/configvers.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1:48: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C743837B416; Fri, 14 Dec 2001 01:48:03 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE9m3T05343; Fri, 14 Dec 2001 01:48:03 -0800 (PST) (envelope-from ru) Message-Id: <200112140948.fBE9m3T05343@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 01:48:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ctags ctags.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 2001/12/14 01:48:03 PST Modified files: usr.bin/ctags ctags.1 Log: mdoc(7) police overhaul. Revision Changes Path 1.10 +77 -54 src/usr.bin/ctags/ctags.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 1:55: 5 2001 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 4E2F237B419; Fri, 14 Dec 2001 01:54:57 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011214095456.LAQZ5010.rwcrmhc51.attbi.com@peter3.wemm.org>; Fri, 14 Dec 2001 09:54:56 +0000 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fBE9sts50968; Fri, 14 Dec 2001 01:54:56 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id C3EA238CC; Fri, 14 Dec 2001 01:54:55 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Matthew Dillon Cc: Wilko Bulte , Kirk McKusick , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_inode.c In-Reply-To: <200112140129.fBE1TZ964423@apollo.backplane.com> Date: Fri, 14 Dec 2001 01:54:55 -0800 From: Peter Wemm Message-Id: <20011214095455.C3EA238CC@overcee.netplex.com.au> Sender: owner-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 Dillon wrote: > > :> sys/ufs/ffs ffs_inode.c > :... > :> MFC after: 1 week > : > :FWIW: that is almost exactly on Code Freeze Day. Is this fix critical > :for 4.5-R ? > > Yes. Absolutely critical. The NFS fixes are going to go in too, > though depending on what happens in the next few days the > vm_page_set_validclean() change may be too dangerous to MFC this > close to release. BTW; there is no need to rush this to beat some deadline. Once it is clear that the fixes are correct, re@ will approve them. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "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 Fri Dec 14 2:18:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 320A437B416; Fri, 14 Dec 2001 02:18:15 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEAIFT11256; Fri, 14 Dec 2001 02:18:15 -0800 (PST) (envelope-from ru) Message-Id: <200112141018.fBEAIFT11256@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 02:18:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/jail jail.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 ru 2001/12/14 02:18:15 PST Modified files: usr.sbin/jail jail.8 Log: mdoc(7) police overhaul. Revision Changes Path 1.32 +157 -120 src/usr.sbin/jail/jail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 2:49:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC00437B417; Fri, 14 Dec 2001 02:49:15 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEAnFW14777; Fri, 14 Dec 2001 02:49:15 -0800 (PST) (envelope-from mckusick) Message-Id: <200112141049.fBEAnFW14777@freefall.freebsd.org> From: Kirk McKusick Date: Fri, 14 Dec 2001 02:49:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys buf.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 mckusick 2001/12/14 02:49:15 PST Modified files: sys/sys buf.h Log: Add disk I/O scheduling for positively niced processes. When a positively niced process requests a disk I/O, make it wait for its nice value of ticks before scheduling its I/O request if there are any other processes with I/O requests in the disk queue. For all the gory details, see the ``Running fsck in the Background'' paper in the Usenix BSDCon 2002 Conference Proceedings, pages 55-64. Revision Changes Path 1.123 +2 -0 src/sys/sys/buf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 2:57:20 2001 Delivered-To: cvs-all@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [212.61.40.17]) by hub.freebsd.org (Postfix) with ESMTP id BEE3937B405; Fri, 14 Dec 2001 02:57:13 -0800 (PST) Received: by gvr.gvr.org (Postfix, from userid 657) id DA3465809; Fri, 14 Dec 2001 11:57:11 +0100 (CET) Date: Fri, 14 Dec 2001 11:57:11 +0100 From: Guido van Rooij To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/periodic/security 550.ipfwlimit 650.ip6fwlimit Message-ID: <20011214115711.A34932@gvr.gvr.org> References: <200112140858.fBE8wL596075@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112140858.fBE8wL596075@freefall.freebsd.org>; from ru@FreeBSD.org on Fri, Dec 14, 2001 at 12:58:21AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Dec 14, 2001 at 12:58:21AM -0800, Ruslan Ermilov wrote: > ru 2001/12/14 00:58:21 PST > > Modified files: > etc/periodic/security 550.ipfwlimit 650.ip6fwlimit > Log: > Work around the bugfeature of test(1). > > PR: bin/32822 If I run this: if [ 0 -eq 0 -a "" -ne 1 ]; then echo foo fi then it works. Isn't the real problem that "${IPFW_LOG_LIMIT}" gets lost somehow? -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 2:58: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFDEC37B419; Fri, 14 Dec 2001 02:58:00 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEAw0S15764; Fri, 14 Dec 2001 02:58:00 -0800 (PST) (envelope-from phantom) Message-Id: <200112141058.fBEAw0S15764@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 14 Dec 2001 02:58:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ru includes.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/12/14 02:58:00 PST Added files: ru includes.xsl Log: MFen: (new) -> 1.4 includes.xsl Revision Changes Path 1.1 +95 -0 www/ru/includes.xsl (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 2:58:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96AE637B405; Fri, 14 Dec 2001 02:58:18 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEAwIh15817; Fri, 14 Dec 2001 02:58:18 -0800 (PST) (envelope-from rwatson) Message-Id: <200112141058.fBEAwIh15817@freefall.freebsd.org> From: Robert Watson Date: Fri, 14 Dec 2001 02:58:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 fbtab.5 src/usr.bin/login login_fbtab.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 rwatson 2001/12/14 02:58:18 PST Modified files: (Branch: RELENG_4) share/man/man5 fbtab.5 usr.bin/login login_fbtab.c Log: MFC fbtab.5 rev 1.11 login_fbtab.c rev 1.10 o Modify format of /etc/fbtab to accept glob matching patterns for target devices, not just individual devices and directories. This permits activities such as: ttyv0 0600 /dev/dsp* Whereas previously that was not supported. This change is backwards-compatible, except where device names included globbing characters, which is not the case for any devices listed in MAKEDEV. Submitted by: Maxime Henrion Revision Changes Path 1.6.2.5 +3 -5 src/share/man/man5/fbtab.5 1.6.2.4 +24 -36 src/usr.bin/login/login_fbtab.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3: 4:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 812C637B419; Fri, 14 Dec 2001 03:04:22 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEB4MS16905; Fri, 14 Dec 2001 03:04:22 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112141104.fBEB4MS16905@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 03:04:22 -0800 (PST) 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 sheldonh 2001/12/14 03:04:22 PST Modified files: . modules Log: contrib_smbfs --> src/contrib/smbfs Revision Changes Path 1.4328 +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 Dec 14 3: 6:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56E0137B405; Fri, 14 Dec 2001 03:06:04 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEB64920418; Fri, 14 Dec 2001 03:06:04 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112141106.fBEB64920418@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 03:06:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/smbfs - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/12/14 03:06:03 PST src/contrib/smbfs - Imported sources Update of /home/ncvs/src/contrib/smbfs In directory freefall.freebsd.org:/d/home/sheldonh/smbfs-1.4.1 Log Message: Import smbfs-1.4.1. This is Boris Popov's SMB/CIFS file system implementation for FreeBSD. Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/ Status: Vendor Tag: BP Release Tags: smbfs_1_4_1 N src/contrib/smbfs/COPYRIGHT N src/contrib/smbfs/CREDITS N src/contrib/smbfs/HISTORY N src/contrib/smbfs/INSTALL N src/contrib/smbfs/Makefile N src/contrib/smbfs/Makefile.inc N src/contrib/smbfs/README N src/contrib/smbfs/config.mk.in N src/contrib/smbfs/configure N src/contrib/smbfs/examples/dot.nsmbrc N src/contrib/smbfs/examples/smbfs.sh.sample N src/contrib/smbfs/examples/print/ljspool N src/contrib/smbfs/examples/print/lj6l N src/contrib/smbfs/examples/print/printcap.sample N src/contrib/smbfs/examples/print/tolj N src/contrib/smbfs/include/cflib.h N src/contrib/smbfs/include/netsmb/nb_lib.h N src/contrib/smbfs/include/netsmb/smb_lib.h N src/contrib/smbfs/include/netsmb/smb_rap.h N src/contrib/smbfs/lib/Makefile N src/contrib/smbfs/lib/Makefile.inc N src/contrib/smbfs/lib/smb/Makefile N src/contrib/smbfs/lib/smb/cfopt.c N src/contrib/smbfs/lib/smb/ctx.c N src/contrib/smbfs/lib/smb/file.c N src/contrib/smbfs/lib/smb/kiconv.c N src/contrib/smbfs/lib/smb/mbuf.c N src/contrib/smbfs/lib/smb/nb.c N src/contrib/smbfs/lib/smb/nb_name.c N src/contrib/smbfs/lib/smb/nb_net.c N src/contrib/smbfs/lib/smb/nbns_rq.c N src/contrib/smbfs/lib/smb/nls.c N src/contrib/smbfs/lib/smb/print.c N src/contrib/smbfs/lib/smb/rap.c N src/contrib/smbfs/lib/smb/rcfile.c N src/contrib/smbfs/lib/smb/rcfile_priv.h N src/contrib/smbfs/lib/smb/rq.c N src/contrib/smbfs/lib/smb/subr.c N src/contrib/smbfs/mount_smbfs/Makefile N src/contrib/smbfs/mount_smbfs/getmntopts.c N src/contrib/smbfs/mount_smbfs/mntopts.h N src/contrib/smbfs/mount_smbfs/mount_smbfs.8 N src/contrib/smbfs/mount_smbfs/mount_smbfs.c N src/contrib/smbfs/smbutil/Makefile N src/contrib/smbfs/smbutil/common.h N src/contrib/smbfs/smbutil/dumptree.c N src/contrib/smbfs/smbutil/login.c N src/contrib/smbfs/smbutil/lookup.c N src/contrib/smbfs/smbutil/print.c N src/contrib/smbfs/smbutil/smbutil.1 N src/contrib/smbfs/smbutil/smbutil.c N src/contrib/smbfs/smbutil/view.c 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 Dec 14 3:11:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B2C937B405; Fri, 14 Dec 2001 03:11:31 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBBVT20964; Fri, 14 Dec 2001 03:11:31 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112141111.fBEBBVT20964@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 03:11:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/smbfs FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 03:11:31 PST Added files: contrib/smbfs FREEBSD-upgrade Log: Detail the smbfs-1.4.1 import. Revision Changes Path 1.1 +6 -0 src/contrib/smbfs/FREEBSD-upgrade (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:17:58 2001 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 96B4037B405; Fri, 14 Dec 2001 03:17:51 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16EqMq-0004yZ-00; Fri, 14 Dec 2001 13:19:04 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/smbfs - Imported sources In-reply-to: Your message of "Fri, 14 Dec 2001 03:06:03 PST." <200112141106.fBEB64920418@freefall.freebsd.org> Date: Fri, 14 Dec 2001 13:19:04 +0200 Message-ID: <19130.1008328744@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 Fri, 14 Dec 2001 03:06:03 PST, Sheldon Hearn wrote: > src/contrib/smbfs - Imported sources > Update of /home/ncvs/src/contrib/smbfs > In directory freefall.freebsd.org:/d/home/sheldonh/smbfs-1.4.1 > > Log Message: > Import smbfs-1.4.1. > > This is Boris Popov's SMB/CIFS file system implementation for FreeBSD. Just testing last-minute changes to the bmake files through a `make world' before committing them. I've also asked for permission to merge these efforts onto RELENG_4 in time for 4.5-RELEASE. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:18:52 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 60F7337B41A; Fri, 14 Dec 2001 03:18:42 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id NAA69945; Fri, 14 Dec 2001 13:18:39 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (root@h237.229.dialup.iptcom.net [212.9.229.237]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id NAA66285; Fri, 14 Dec 2001 13:18:37 +0200 (EET) (envelope-from sobomax@FreeBSD.org) 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 fBEBIaF32631; Fri, 14 Dec 2001 13:18:36 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C19E0C4.AB895C4C@FreeBSD.org> Date: Fri, 14 Dec 2001 13:21:40 +0200 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: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/smbfs - Imported sources References: <200112141106.fBEB64920418@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 Sheldon Hearn wrote: > > sheldonh 2001/12/14 03:06:03 PST > > src/contrib/smbfs - Imported sources > Update of /home/ncvs/src/contrib/smbfs > In directory freefall.freebsd.org:/d/home/sheldonh/smbfs-1.4.1 > > Log Message: > Import smbfs-1.4.1. > > This is Boris Popov's SMB/CIFS file system implementation for FreeBSD. > > Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/ I wonder why bp didn't import it by humself. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:20:15 2001 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 0EEC537B405; Fri, 14 Dec 2001 03:20:04 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16EqOx-0006Fo-00; Fri, 14 Dec 2001 13:21:15 +0200 From: Sheldon Hearn To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/smbfs - Imported sources In-reply-to: Your message of "Fri, 14 Dec 2001 13:21:40 +0200." <3C19E0C4.AB895C4C@FreeBSD.org> Date: Fri, 14 Dec 2001 13:21:14 +0200 Message-ID: <24042.1008328874@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 Fri, 14 Dec 2001 13:21:40 +0200, Maxim Sobolev wrote: > I wonder why bp didn't import it by humself. Time. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:21:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E904437B405; Fri, 14 Dec 2001 03:21:16 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBLG422198; Fri, 14 Dec 2001 03:21:16 -0800 (PST) (envelope-from rwatson) Message-Id: <200112141121.fBEBLG422198@freefall.freebsd.org> From: Robert Watson Date: Fri, 14 Dec 2001 03:21:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/12/14 03:21:16 PST Modified files: sys/i386/conf NOTES Log: o Clarify the comments on AIO to note that yes, AIO really is unsuitable for use on machines with untrusted local users, for security as well as stability reasons. o Lack of clarity pointed out by: David Rufino via bugtraq. Revision Changes Path 1.984 +2 -2 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:30:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7D8B37B405; Fri, 14 Dec 2001 03:30:24 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBUOL23051; Fri, 14 Dec 2001 03:30:24 -0800 (PST) (envelope-from rwatson) Message-Id: <200112141130.fBEBUOL23051@freefall.freebsd.org> From: Robert Watson Date: Fri, 14 Dec 2001 03:30:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT 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 rwatson 2001/12/14 03:30:24 PST Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: MFC NOTES rev 1.984: o Clarify the comments on AIO to note that yes, AIO really is unsuitable for use on machines with untrusted local users, for security as well as stability reasons. o Lack of clarity pointed out by: David Rufino via bugtraq. Revision Changes Path 1.749.2.94 +2 -2 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:36:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DFE037B416; Fri, 14 Dec 2001 03:36:37 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBabg23600; Fri, 14 Dec 2001 03:36:37 -0800 (PST) (envelope-from phantom) Message-Id: <200112141136.fBEBabg23600@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 14 Dec 2001 03:36:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/12/14 03:36:37 PST Modified files: lib/libc/stdlib strtod.c Log: * cleanup comments and defines Reviewed by: bde Revision Changes Path 1.17 +1 -8 src/lib/libc/stdlib/strtod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:38:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA7F437B405; Fri, 14 Dec 2001 03:38:42 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBcgO23938; Fri, 14 Dec 2001 03:38:42 -0800 (PST) (envelope-from rwatson) Message-Id: <200112141138.fBEBcgO23938@freefall.freebsd.org> From: Robert Watson Date: Fri, 14 Dec 2001 03:38:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 tuning.7 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 rwatson 2001/12/14 03:38:42 PST Modified files: (Branch: RELENG_4) share/man/man7 tuning.7 Log: MFC tuning.7 rev 1.33: o Various language and style tweaks. Submitted by: ru Revision Changes Path 1.1.2.22 +5 -5 src/share/man/man7/tuning.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:41:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBA6937B41A; Fri, 14 Dec 2001 03:41:22 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBfMb24312; Fri, 14 Dec 2001 03:41:22 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112141141.fBEBfMb24312@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 03:41:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile src/lib Makefile src/sbin Makefile src/usr.bin Makefile src/etc Makefile nsmb.conf src/lib/libsmb Makefile src/sbin/mount_smbfs Makefile src/usr.bin/smbutil 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 sheldonh 2001/12/14 03:41:22 PST Modified files: include Makefile lib Makefile sbin Makefile usr.bin Makefile etc Makefile Added files: etc nsmb.conf lib/libsmb Makefile sbin/mount_smbfs Makefile usr.bin/smbutil Makefile Log: Add bmake glue for src/contrib/smbfs and connect userland smbfs support to the build. The MFC reminder below is subject to approval prior to 4.5-RELEASE. Reviewed by: bp, fjoe MFC: 1 week Revision Changes Path 1.265 +2 -2 src/etc/Makefile 1.1 +55 -0 src/etc/nsmb.conf (new) 1.160 +7 -0 src/include/Makefile 1.131 +1 -1 src/lib/Makefile 1.1 +19 -0 src/lib/libsmb/Makefile (new) 1.96 +1 -0 src/sbin/Makefile 1.1 +23 -0 src/sbin/mount_smbfs/Makefile (new) 1.174 +1 -0 src/usr.bin/Makefile 1.1 +14 -0 src/usr.bin/smbutil/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 Dec 14 3:41:58 2001 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 2213837B405; Fri, 14 Dec 2001 03:41:48 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 6947D14C56; Fri, 14 Dec 2001 12:41:46 +0100 (CET) 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: Warner Losh Cc: John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mike Heffner Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet References: <200112140041.fBE0f1M49164@harmony.village.org> From: Dag-Erling Smorgrav Date: 14 Dec 2001 12:41:45 +0100 In-Reply-To: <200112140041.fBE0f1M49164@harmony.village.org> Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 Warner Losh writes: > New way: > [...] > vs the old way: > FTP_PASSIVE_MODE If this variable is set to something else than `NO', > ftp will use passive mode by default. > ftp_proxy URL of FTP proxy to use when making FTP URL requests > (if not defined, use the standard ftp protocol). > http_proxy URL of HTTP proxy to use when making HTTP URL requests. This is not acceptable. Please restore support for these three variables (and preferably also upper-case versions of the latter two). 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 Fri Dec 14 3:43:27 2001 Delivered-To: cvs-all@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id E014537B405; Fri, 14 Dec 2001 03:43:19 -0800 (PST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2:290:27ff:fe98:c0b7]) by white.imgsrc.co.jp (Postfix) with ESMTP id D50AC24D3A; Fri, 14 Dec 2001 20:43:18 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2:230:48ff:fe41:161b]) by black.imgsrc.co.jp (Postfix) with ESMTP id 1750FD1401; Fri, 14 Dec 2001 20:43:17 +0900 (JST) Date: Fri, 14 Dec 2001 20:43:08 +0900 Message-ID: <7mk7vqauyb.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/comms Makefile ports/comms/conserver-com Makefile distinfo pkg-comment pkg-descr pkg-plist ports/comms/conserver-com/files patch-conserver.rc In-Reply-To: <20011210005040.Q23826@squall.waterspout.com> References: <200112091440.fB9EeD726698@freefall.freebsd.org> <20011209134457.A23826@squall.waterspout.com> <7melm4doju.wl@waterblue.imgsrc.co.jp> <20011210005040.Q23826@squall.waterspout.com> User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.1 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Mon, 10 Dec 2001 00:50:40 -0500, Will Andrews wrote: > > Hmm, this conserver is forked from 5.21-Beta version of conserver. > > Our comms/conserver is imported at 5.21-Beta so I think > > comms/conserver and comms/conserver-com are very different program. > > Doesn't matter if they were forked a long time ago. If they are > even mildly related, the port must be repocopied. Does this need > to be made clear in the Committers' Handbook? Hmm. Until now, I supposed why repocopy is required is to keep history. The history of this conserver-com itself is not shared with conserver's one in the period after conserver is ported to the FreeBSD's Ports Collection. Anyway, I appreciate if you clarify "when we should repocopy". -- Jun Kuriyama // IMG SRC, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:44:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B1E937B405; Fri, 14 Dec 2001 03:44:31 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBiVT24627; Fri, 14 Dec 2001 03:44:31 -0800 (PST) (envelope-from rwatson) Message-Id: <200112141144.fBEBiVT24627@freefall.freebsd.org> From: Robert Watson Date: Fri, 14 Dec 2001 03:44:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc dhclient.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/12/14 03:44:31 PST Modified files: (Branch: RELENG_4) etc dhclient.conf Log: MFC dhclient.conf rev 1.3: o Spelling error s/suffient/sufficient/ PR: 31524 Submitted by: Dan Langille Revision Changes Path 1.2.2.1 +2 -2 src/etc/dhclient.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:45:53 2001 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 ADD4037B41A; Fri, 14 Dec 2001 03:45:46 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 8392E14C56; Fri, 14 Dec 2001 12:45:45 +0100 (CET) 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: Mike Heffner Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc login.conf References: <200112140208.fBE28Nv21013@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 14 Dec 2001 12:45:44 +0100 In-Reply-To: <200112140208.fBE28Nv21013@freefall.freebsd.org> Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 Mike Heffner writes: > Log: > ftp(1) uses passive mode by default now, therefore remove > FTP_PASSIVE_MODE=YES. Wrong! ftp(1) is not the only program that uses FTP_PASSIVE_MODE. You just broke the ports collection for everybody siting behind a firewall. Please back this out immediately. 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 Fri Dec 14 3:47: 5 2001 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 9DA6637B419; Fri, 14 Dec 2001 03:46:57 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 4EC8914C56; Fri, 14 Dec 2001 12:46:56 +0100 (CET) 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: Matthew Dillon Cc: Peter Jeremy , Maxim Sobolev , Sheldon Hearn , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/newfs newfs.8 References: <200111271953.fARJrFc88452@freefall.freebsd.org> <3C10F171.FEE996EB@FreeBSD.org> <200112101846.fBAIkee47815@apollo.backplane.com> <20011212155707.A27238@gsmx07.alcatel.com.au> <200112140212.fBE2CJM64701@apollo.backplane.com> From: Dag-Erling Smorgrav Date: 14 Dec 2001 12:46:55 +0100 In-Reply-To: <200112140212.fBE2CJM64701@apollo.backplane.com> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 Matthew Dillon writes: > Hmm. A fresh checkout of RELENG_4's /usr/src came to 340MB or so. > My existing /usr/src (RELENG_4) is about 1GB, so there must be some > cruft in my source tree somewhere. Kernel build directories. 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 Fri Dec 14 3:47:29 2001 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 F26B337B416; Fri, 14 Dec 2001 03:47:23 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16EqpQ-000Coj-00; Fri, 14 Dec 2001 13:48:36 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile src/lib Makefile src/sbin Makefile src/usr.bin Makefile src/etc Makefile nsmb.conf src/lib/libsmb Makefile src/sbin/mount_smbfs Makefile src/usr.bin/smbutil Makefile In-reply-to: Your message of "Fri, 14 Dec 2001 03:41:22 PST." <200112141141.fBEBfMb24312@freefall.freebsd.org> Date: Fri, 14 Dec 2001 13:48:35 +0200 Message-ID: <49272.1008330515@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 Fri, 14 Dec 2001 03:41:22 PST, Sheldon Hearn wrote: > Log: > Add bmake glue for src/contrib/smbfs and connect userland smbfs > support to the build. I think I got cleanroom testing right with my `make world' test, but it's possible a stray library or header was lying around. Please report any problems ASAP. I'll try to check mail periodically over the week-end. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:47:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E85837B41C; Fri, 14 Dec 2001 03:47:28 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBlS825054; Fri, 14 Dec 2001 03:47:28 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112141147.fBEBlS825054@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 03:47:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim/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 2001/12/14 03:47:28 PST Modified files: mail/exim/files POST-INSTALL-NOTES Log: Build Exim with compile-time defaults for exim_user and exim_group. Use the newly added mailnull user, and the now well-established group mail. The use of compile-time defaults for these values is not required for many sites, but are important for more exotic applications. This ensures that the packages are useful to the widest audience possible. Revision Changes Path 1.3 +2 -2 ports/mail/exim/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 Fri Dec 14 3:49:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F8CF37B417; Fri, 14 Dec 2001 03:49:35 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBnZv25279; Fri, 14 Dec 2001 03:49:35 -0800 (PST) (envelope-from rwatson) Message-Id: <200112141149.fBEBnZv25279@freefall.freebsd.org> From: Robert Watson Date: Fri, 14 Dec 2001 03:49:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc newsyslog.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/12/14 03:49:35 PST Modified files: (Branch: RELENG_4) etc newsyslog.conf Log: MFC newsyslog.conf rev 1.33: o Note that some sites will want to select generally more conservative permissions on some files, and give hints as to what those permissions might be. Note also that the current more liberal permissions might get changed in future revisions. Revision Changes Path 1.25.2.7 +7 -1 src/etc/newsyslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:50:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 730AB37B417; Fri, 14 Dec 2001 03:50:43 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBohi25444; Fri, 14 Dec 2001 03:50:43 -0800 (PST) (envelope-from rwatson) Message-Id: <200112141150.fBEBohi25444@freefall.freebsd.org> From: Robert Watson Date: Fri, 14 Dec 2001 03:50:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc newsyslog.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/12/14 03:50:43 PST Modified files: (Branch: RELENG_4) etc newsyslog.conf Log: MFC newsyslog.conf rev 1.32: o More conservative permissions for kerberos.log: 600 instead of 644. Reviewed by: peter Revision Changes Path 1.25.2.8 +2 -2 src/etc/newsyslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:52:58 2001 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 3290637B417; Fri, 14 Dec 2001 03:52:53 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fBEBqqi83703; Fri, 14 Dec 2001 06:52:52 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Fri, 14 Dec 2001 06:52:51 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Jonathan Lemon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc newsyslog.conf In-Reply-To: <200109170133.f8H1XF195213@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 Question: Is this something we should MFC prior to 4.5-RELEASE? It's something I use on many of my own systems, but I'm curious to know if there are those that would object substantially to this being merged. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Sun, 16 Sep 2001, Jonathan Lemon wrote: > jlemon 2001/09/16 18:33:15 PDT > > Modified files: > etc newsyslog.conf > Log: > Change maillog to have permissions of 640. Users shouldn't be able to > eavesdrop on other users' communications. > > Revision Changes Path > 1.35 +2 -2 src/etc/newsyslog.conf > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:53:30 2001 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 55D7937B416; Fri, 14 Dec 2001 03:53:16 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEBqh965355; Fri, 14 Dec 2001 13:52:43 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 13:52:43 +0200 From: Ruslan Ermilov To: Guido van Rooij Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/periodic/security 550.ipfwlimit 650.ip6fwlimit Message-ID: <20011214135243.B64853@sunbay.com> References: <200112140858.fBE8wL596075@freefall.freebsd.org> <20011214115711.A34932@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214115711.A34932@gvr.gvr.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 11:57:11AM +0100, Guido van Rooij wrote: > On Fri, Dec 14, 2001 at 12:58:21AM -0800, Ruslan Ermilov wrote: > > ru 2001/12/14 00:58:21 PST > > > > Modified files: > > etc/periodic/security 550.ipfwlimit 650.ip6fwlimit > > Log: > > Work around the bugfeature of test(1). > > > > PR: bin/32822 > > > If I run this: > if [ 0 -eq 0 -a "" -ne 1 ]; > then echo foo > fi > then it works. Isn't the real problem that "${IPFW_LOG_LIMIT}" gets lost > somehow? > Nope, try this: FOO= if [ 0 -eq 1 -a ${FOO} -ne 1 ]; then echo OK fi An alternate solution would be to write: if [ 0 -eq 1 -a "${FOO}" -ne 1 ]; then Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:54:49 2001 Delivered-To: cvs-all@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [212.61.40.17]) by hub.freebsd.org (Postfix) with ESMTP id 51A9B37B416; Fri, 14 Dec 2001 03:54:41 -0800 (PST) Received: by gvr.gvr.org (Postfix, from userid 657) id C21BF5809; Fri, 14 Dec 2001 12:54:38 +0100 (CET) Date: Fri, 14 Dec 2001 12:54:38 +0100 From: Guido van Rooij To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/periodic/security 550.ipfwlimit 650.ip6fwlimit Message-ID: <20011214125438.A35615@gvr.gvr.org> References: <200112140858.fBE8wL596075@freefall.freebsd.org> <20011214115711.A34932@gvr.gvr.org> <20011214135243.B64853@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214135243.B64853@sunbay.com>; from ru@FreeBSD.org on Fri, Dec 14, 2001 at 01:52:43PM +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 Fri, Dec 14, 2001 at 01:52:43PM +0200, Ruslan Ermilov wrote: > On Fri, Dec 14, 2001 at 11:57:11AM +0100, Guido van Rooij wrote: > > On Fri, Dec 14, 2001 at 12:58:21AM -0800, Ruslan Ermilov wrote: > > > ru 2001/12/14 00:58:21 PST > > > > > > Modified files: > > > etc/periodic/security 550.ipfwlimit 650.ip6fwlimit > > > Log: > > > Work around the bugfeature of test(1). > > > > > > PR: bin/32822 > > > > > > If I run this: > > if [ 0 -eq 0 -a "" -ne 1 ]; > > then echo foo > > fi > > then it works. Isn't the real problem that "${IPFW_LOG_LIMIT}" gets lost > > somehow? > > > Nope, try this: > > FOO= > if [ 0 -eq 1 -a ${FOO} -ne 1 ]; then > echo OK > fi > > An alternate solution would be to write: > > if [ 0 -eq 1 -a "${FOO}" -ne 1 ]; then But that is what was in /etc/security.. So why did it fail? -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 3:57: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CB9B37B417; Fri, 14 Dec 2001 03:57:04 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEBv4g26064; Fri, 14 Dec 2001 03:57:04 -0800 (PST) (envelope-from sobomax) Message-Id: <200112141157.fBEBv4g26064@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 03:57:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/gnomepilot-conduits Makefile ports/palm/gnomepilot-conduits/files patch-mal-conduit::mal::client::unix::MAL31DBConfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 03:57:04 PST Modified files: palm/gnomepilot-conduits Makefile Added files: palm/gnomepilot-conduits/files patch-mal-conduit::mal::client::unix::MAL31DBConfig.c Log: - Fix a malloc.h syndrome on -CURRENT; - clue configure script about location of pilot-link's files, so there are no harmless, but annoying warnings anymore. Revision Changes Path 1.17 +1 -0 ports/palm/gnomepilot-conduits/Makefile 1.1 +17 -0 ports/palm/gnomepilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.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 Dec 14 3:59:11 2001 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 9A78C37B41A; Fri, 14 Dec 2001 03:59:00 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEBwuW66356; Fri, 14 Dec 2001 13:58:56 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 13:58:56 +0200 From: Ruslan Ermilov To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile src/lib Makefile src/sbin Makefile src/usr.bin Makefile src/etc Makefile nsmb.conf src/lib/libsmb Makefile src/sbin/mount_smbfs Makefile src/usr.bin/smbutil Makefile Message-ID: <20011214135856.D64853@sunbay.com> References: <200112141141.fBEBfMb24312@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141141.fBEBfMb24312@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 03:41:22AM -0800, Sheldon Hearn wrote: > sheldonh 2001/12/14 03:41:22 PST > > Modified files: > include Makefile > lib Makefile > sbin Makefile > usr.bin Makefile > etc Makefile > Added files: > etc nsmb.conf > lib/libsmb Makefile > sbin/mount_smbfs Makefile > usr.bin/smbutil Makefile > Log: > Add bmake glue for src/contrib/smbfs and connect userland smbfs > support to the build. > > The MFC reminder below is subject to approval > prior to 4.5-RELEASE. > > Reviewed by: bp, fjoe > MFC: 1 week > Why you call FreeBSD's make(1) bmake? It was always called PMake. :-) Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 4: 2:58 2001 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 9658437B419; Fri, 14 Dec 2001 04:02:53 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16Er4P-000Hrt-00; Fri, 14 Dec 2001 14:04:05 +0200 From: Sheldon Hearn To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile src/lib Makefile src/sbin Makefile src/usr.bin Makefile src/etc Makefile nsmb.conf src/lib/libsmb Makefile src/sbin/mount_smbfs Makefile src/usr.bin/smbutil Makefile In-reply-to: Your message of "Fri, 14 Dec 2001 13:58:56 +0200." <20011214135856.D64853@sunbay.com> Date: Fri, 14 Dec 2001 14:04:05 +0200 Message-ID: <68688.1008331445@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 Fri, 14 Dec 2001 13:58:56 +0200, Ruslan Ermilov wrote: > > Log: > > Add bmake glue for src/contrib/smbfs and connect userland smbfs > > support to the build. > > > Why you call FreeBSD's make(1) bmake? > It was always called PMake. :-) My mentor taught me that the process of "contribifying" code involves: 1) Importing it into src/contrib. 2) Providing "bmake glue", which he explained as the make files in the src tree proper that would make use of the contrib sources. 3) Connecting the bmaked sub-builds to the world build. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 4:17: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1968837B405; Fri, 14 Dec 2001 04:17:04 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBECH4V37734; Fri, 14 Dec 2001 04:17:04 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112141217.fBECH4V37734@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 04:17:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples Makefile src/share/examples/smbfs Makefile src/share/examples/smbfs/print 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 sheldonh 2001/12/14 04:17:03 PST Modified files: share/examples Makefile Added files: share/examples/smbfs Makefile share/examples/smbfs/print Makefile Log: Arrange for the smbfs examples to be installed. We don't install dot.nsmbrc or smbfs.sh.sample, since we already install the former as /etc/nsmb.conf and the latter is unnecessary, since boot-time mounts can be arranged directly within /etc/fstab without fear of breaking the boot when the smbfs port (now unnecessary is removed). The MFC reminder below is subject to approval priod to 4.5-RELEASE. MFC after: 1 week Revision Changes Path 1.34 +3 -2 src/share/examples/Makefile 1.1 +5 -0 src/share/examples/smbfs/Makefile (new) 1.1 +13 -0 src/share/examples/smbfs/print/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 Dec 14 4:29:52 2001 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 50E2937B405; Fri, 14 Dec 2001 04:29:40 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBECTTf70344; Fri, 14 Dec 2001 14:29:29 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 14:29:28 +0200 From: Ruslan Ermilov To: Guido van Rooij Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/periodic/security 550.ipfwlimit 650.ip6fwlimit Message-ID: <20011214142928.A69958@sunbay.com> References: <200112140858.fBE8wL596075@freefall.freebsd.org> <20011214115711.A34932@gvr.gvr.org> <20011214135243.B64853@sunbay.com> <20011214125438.A35615@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214125438.A35615@gvr.gvr.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 12:54:38PM +0100, Guido van Rooij wrote: > On Fri, Dec 14, 2001 at 01:52:43PM +0200, Ruslan Ermilov wrote: > > On Fri, Dec 14, 2001 at 11:57:11AM +0100, Guido van Rooij wrote: > > > On Fri, Dec 14, 2001 at 12:58:21AM -0800, Ruslan Ermilov wrote: > > > > ru 2001/12/14 00:58:21 PST > > > > > > > > Modified files: > > > > etc/periodic/security 550.ipfwlimit 650.ip6fwlimit > > > > Log: > > > > Work around the bugfeature of test(1). > > > > > > > > PR: bin/32822 > > > > > > > > > If I run this: > > > if [ 0 -eq 0 -a "" -ne 1 ]; > > > then echo foo > > > fi > > > then it works. Isn't the real problem that "${IPFW_LOG_LIMIT}" gets lost > > > somehow? > > > > > Nope, try this: > > > > FOO= > > if [ 0 -eq 1 -a ${FOO} -ne 1 ]; then > > echo OK > > fi > > > > An alternate solution would be to write: > > > > if [ 0 -eq 1 -a "${FOO}" -ne 1 ]; then > > But that is what was in /etc/security.. So why did it fail? > Now I feel really confused. I could reproduce this at the morning, but couldn't after reading your mail. Fortunately, I've figured what's different: $ /STABLE/bin/[ "" -eq 0 ] $ /CURRENT/bin/[ "" -eq 0 ] [: : out of range I'll investigate what's wrong with -current's /bin/[ shortly and will back my (not actually relevant) changes out. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 4:41:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F29537B405; Fri, 14 Dec 2001 04:41:56 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBECfuu40559; Fri, 14 Dec 2001 04:41:56 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112141241.fBECfuu40559@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 04:41:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/12/14 04:41:56 PST Modified files: sys/sys param.h Log: Bump __FreeBSD_version for userland smbfs import. Revision Changes Path 1.109 +2 -2 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 Dec 14 4:44:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AB1737B419; Fri, 14 Dec 2001 04:44:48 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBECimC40931; Fri, 14 Dec 2001 04:44:48 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112141244.fBECimC40931@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 04:44:48 -0800 (PST) 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 sheldonh 2001/12/14 04:44:48 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add entry for __FreeBSD_version 500028 (userland smbfs import). Revision Changes Path 1.186 +6 -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 Dec 14 4:47:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C78E237B416; Fri, 14 Dec 2001 04:47:45 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEClj141358; Fri, 14 Dec 2001 04:47:45 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112141247.fBEClj141358@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 04:47:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/smbfs 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 sheldonh 2001/12/14 04:47:45 PST Modified files: net/smbfs Makefile Log: Mark broken for OSVERSION later than 500027, following the import of userland smbfs in OSVERSION 500028. Revision Changes Path 1.8 +5 -1 ports/net/smbfs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 5:36: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16ABC37B417; Fri, 14 Dec 2001 05:36:04 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEDa4t50223; Fri, 14 Dec 2001 05:36:04 -0800 (PST) (envelope-from sobomax) Message-Id: <200112141336.fBEDa4t50223@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 05:36:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/smbfs 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 2001/12/14 05:36:03 PST Modified files: net/smbfs Makefile Log: s/BROKEN/IGNORE/. Revision Changes Path 1.9 +1 -1 ports/net/smbfs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 5:45:41 2001 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 6D1E837B41B; Fri, 14 Dec 2001 05:45:10 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEDj7H81457; Fri, 14 Dec 2001 15:45:07 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 15:45:07 +0200 From: Ruslan Ermilov To: Andrey Chernov , Guido van Rooij Cc: standards@FreeBSD.org Subject: Recent POSIX.1-2001 implementation of strtol(3) breaks POLA (was: Re: cvs commit: src/etc/periodic/security 550.ipfwlimit 650.ip6fwlimit) Message-ID: <20011214154506.A79266@sunbay.com> References: <200112140858.fBE8wL596075@freefall.freebsd.org> <20011214115711.A34932@gvr.gvr.org> <20011214135243.B64853@sunbay.com> <20011214125438.A35615@gvr.gvr.org> <20011214142928.A69958@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214142928.A69958@sunbay.com> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 02:29:28PM +0200, Ruslan Ermilov wrote: > On Fri, Dec 14, 2001 at 12:54:38PM +0100, Guido van Rooij wrote: > > On Fri, Dec 14, 2001 at 01:52:43PM +0200, Ruslan Ermilov wrote: > > > On Fri, Dec 14, 2001 at 11:57:11AM +0100, Guido van Rooij wrote: > > > > On Fri, Dec 14, 2001 at 12:58:21AM -0800, Ruslan Ermilov wrote: > > > > > ru 2001/12/14 00:58:21 PST > > > > > > > > > > Modified files: > > > > > etc/periodic/security 550.ipfwlimit 650.ip6fwlimit > > > > > Log: > > > > > Work around the bugfeature of test(1). > > > > > > > > > > PR: bin/32822 > > > > > > > > > > > > If I run this: > > > > if [ 0 -eq 0 -a "" -ne 1 ]; > > > > then echo foo > > > > fi > > > > then it works. Isn't the real problem that "${IPFW_LOG_LIMIT}" gets lost > > > > somehow? > > > > > > > Nope, try this: > > > > > > FOO= > > > if [ 0 -eq 1 -a ${FOO} -ne 1 ]; then > > > echo OK > > > fi > > > > > > An alternate solution would be to write: > > > > > > if [ 0 -eq 1 -a "${FOO}" -ne 1 ]; then > > > > But that is what was in /etc/security.. So why did it fail? > > > Now I feel really confused. I could reproduce this at the > morning, but couldn't after reading your mail. Fortunately, > I've figured what's different: > > $ /STABLE/bin/[ "" -eq 0 ] > $ /CURRENT/bin/[ "" -eq 0 ] > [: : out of range > > I'll investigate what's wrong with -current's /bin/[ shortly > and will back my (not actually relevant) changes out. > The actual difference turned out to be in strtol(3), not test(1). The following program demonstrates the difference: #include #include #include #include int main(void) { const char *s = ""; char *p; errno = 0; (void) strtol(s, &p, 10); if (errno != 0) errx(1, "%s: out of range", s); exit(0); } In -CURRENT, Andrey Chernov recently committed his POSIX.1-2001 compliant version of strtol(). POSIX, in particular, says about strtol() and strtoll(): : First, they decompose the input string into three parts: : : 1. An initial, possibly empty, sequence of white-space characters : (as specified by isspace()) : : 2. A subject sequence interpreted as an integer represented in some : radix determined by the value of base : : 3. A final string of one or more unrecognized characters, including : the terminating null byte of the input string. And then: : If the subject sequence is empty or does not have the expected form, : no conversion is performed; the value of str is stored in the ^^^^^^^^^^^^^^^^^^^^^^^^^^ : object pointed to by endptr, provided t hat endptr is not a null : pointer. The strtol() function shall not change the setting of errno : if successful. And later: : Upon successful completion, these functions shall return the converted : value, if any. If no conversion could be performed, 0 shall be ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ : returned and errno may be set to [EINVAL]. ^^^^^^^^^^^^^^^^^^^^^^ So, it seems that the "empty subject sequence" case falls under the "if no conversion could be performed" case, and strtol() MAY set errno to [EINVAL]. Well, I've tested the behavior of strtol() in regards to this on NetBSD, OpenBSD, UnixWare, and Linux. In NetBSD and OpenBSD, strtol() doesn't set errno to EINVAL if the subject is empty. In UnixWare, it does, but atoi(3), which is implemented there using strtol() too, has a special hack to not set errno to EINVAL in this case, and this is a documented behavior. Linux's strtol() doesn't set errno to EINVAL too, but their test(1) utility works like this: $ /usr/bin/test "" -eq 0 /usr/bin/test: integer expression expected before -eq What's really broken in FreeBSD now is that the following: errno = 0; atoi(""); sets errno to [EINVAL], while it shouldn't. I think this may break many things. So while the current behavior of strtol() is accepted by POSIX, I suggest that we don't return [EINVAL] for an empty subject case, as it's not required, and as could be seen from the above in against POLA. This should fix it. --- /usr/src/lib/libc/stdlib/strtol.c Mon Dec 10 10:36:35 2001 +++ strtol.c Fri Dec 14 15:40:23 2001 @@ -87,8 +87,10 @@ strtol(nptr, endptr, base) if (base == 0) base = c == '0' ? 8 : 10; acc = any = 0; - if (base < 2 || base > 36) + if (base < 2 || base > 36) { + errno = EINVAL; goto noconv; + } /* * Compute the cutoff value between legal numbers and illegal @@ -133,11 +135,9 @@ strtol(nptr, endptr, base) if (any < 0) { acc = neg ? LONG_MIN : LONG_MAX; errno = ERANGE; - } else if (!any) { -noconv: - errno = EINVAL; - } else if (neg) + } else if (any > 0 && neg) acc = -acc; +noconv: if (endptr != NULL) *endptr = (char *)(any ? s - 1 : nptr); return (acc); Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 5:49:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8928837B416; Fri, 14 Dec 2001 05:49:28 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEDnSW58223; Fri, 14 Dec 2001 05:49:28 -0800 (PST) (envelope-from ru) Message-Id: <200112141349.fBEDnSW58223@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 05:49:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_self pam_self.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 ru 2001/12/14 05:49:28 PST Modified files: lib/libpam/modules/pam_self pam_self.8 Log: mdoc(7) police: bump document date. Revision Changes Path 1.2 +1 -1 src/lib/libpam/modules/pam_self/pam_self.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 6:22: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B99B37B442; Fri, 14 Dec 2001 06:21:34 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEELYS65346; Fri, 14 Dec 2001 06:21:34 -0800 (PST) (envelope-from petef) Message-Id: <200112141421.fBEELYS65346@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 14 Dec 2001 06:21:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork2 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 petef 2001/12/14 06:21:34 PST Modified files: net/kdenetwork2 Makefile Log: Bump PORTREVISION due to recent ktalkd plist additions and the /var/run/utmp patch. Reminded by: Alan Eldridge Revision Changes Path 1.70 +1 -0 ports/net/kdenetwork2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 6:22:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94DA337B648; Fri, 14 Dec 2001 06:22:09 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEEM9c65490; Fri, 14 Dec 2001 06:22:09 -0800 (PST) (envelope-from ru) Message-Id: <200112141422.fBEEM9c65490@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 06:22:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cat cat.1 src/bin/domainname domainname.1 src/bin/stty stty.1 src/bin/test test.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 ru 2001/12/14 06:22:09 PST Modified files: (Branch: RELENG_4) bin/cat cat.1 bin/domainname domainname.1 bin/stty stty.1 bin/test test.1 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.10.2.9 +13 -6 src/bin/cat/cat.1 1.8.2.5 +3 -3 src/bin/domainname/domainname.1 1.13.2.6 +2 -2 src/bin/stty/stty.1 1.11.2.5 +8 -0 src/bin/test/test.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 6:26:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A71A37B416; Fri, 14 Dec 2001 06:26:32 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEEQWI66076; Fri, 14 Dec 2001 06:26:32 -0800 (PST) (envelope-from ru) Message-Id: <200112141426.fBEEQWI66076@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 06:26:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/fortune fortune.6 src/games/rogue rogue.6 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 ru 2001/12/14 06:26:32 PST Modified files: (Branch: RELENG_4) games/fortune/fortune fortune.6 games/rogue rogue.6 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.9.2.6 +2 -2 src/games/fortune/fortune/fortune.6 1.4.2.3 +2 -2 src/games/rogue/rogue.6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 6:26:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AABCF37B420; Fri, 14 Dec 2001 06:26:43 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEEQhq66147; Fri, 14 Dec 2001 06:26:43 -0800 (PST) (envelope-from sobomax) Message-Id: <200112141426.fBEEQhq66147@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 06:26:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution Makefile pkg-plist ports/mail/evolution/files patch-aa patch-e-util::e-pilot-util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 06:26:43 PST Modified files: mail/evolution Makefile pkg-plist mail/evolution/files patch-aa Added files: mail/evolution/files patch-e-util::e-pilot-util.c Log: Enable gnomepilot support. Submitted by: Jan Stocker Revision Changes Path 1.42 +5 -3 ports/mail/evolution/Makefile 1.11 +19 -10 ports/mail/evolution/files/patch-aa 1.1 +23 -0 ports/mail/evolution/files/patch-e-util::e-pilot-util.c (new) 1.19 +9 -0 ports/mail/evolution/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 Dec 14 6:28:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBAE437B416; Fri, 14 Dec 2001 06:28:53 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEESrs66443; Fri, 14 Dec 2001 06:28:53 -0800 (PST) (envelope-from ru) Message-Id: <200112141428.fBEESrs66443@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 06:28:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog dialog.3 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 ru 2001/12/14 06:28:53 PST Modified files: (Branch: RELENG_4) gnu/lib/libdialog dialog.3 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.12.2.6 +2 -1 src/gnu/lib/libdialog/dialog.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 6:41:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FB0137B405; Fri, 14 Dec 2001 06:41:07 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEEf7G21845; Fri, 14 Dec 2001 06:41:07 -0800 (PST) (envelope-from ru) Message-Id: <200112141441.fBEEf7G21845@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 06:41:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnetd telnetd.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 ru 2001/12/14 06:41:07 PST Modified files: crypto/telnet/telnetd telnetd.8 Log: mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION. Revision Changes Path 1.18 +5 -6 src/crypto/telnet/telnetd/telnetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 6:46:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 464FD37B405; Fri, 14 Dec 2001 06:46:51 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEEkpr59902; Fri, 14 Dec 2001 06:46:51 -0800 (PST) (envelope-from ru) Message-Id: <200112141446.fBEEkpr59902@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 06:46:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/telnetd telnetd.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 ru 2001/12/14 06:46:51 PST Modified files: libexec/telnetd telnetd.8 Log: MFCrypto: Remove -r, -s, sort -p. Revision Changes Path 1.28 +6 -26 src/libexec/telnetd/telnetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 7: 3:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9EB337B416; Fri, 14 Dec 2001 07:03:32 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEF3W988019; Fri, 14 Dec 2001 07:03:32 -0800 (PST) (envelope-from ru) Message-Id: <200112141503.fBEF3W988019@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 07:03:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.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 ru 2001/12/14 07:03:32 PST Modified files: sbin/reboot boot_i386.8 Log: mdoc(7) police: add -p to the synopsis line as well. Revision Changes Path 1.33 +1 -1 src/sbin/reboot/boot_i386.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 7:18:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6700D37B41E; Fri, 14 Dec 2001 07:18:01 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEFI1v93615; Fri, 14 Dec 2001 07:18:01 -0800 (PST) (envelope-from ru) Message-Id: <200112141518.fBEFI1v93615@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 07:18:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ccdconfig ccdconfig.8 src/sbin/disklabel disklabel.5 disklabel.8 src/sbin/dumpon dumpon.8 src/sbin/ifconfig ifconfig.8 src/sbin/ipfw ipfw.8 src/sbin/md5 md5.1 src/sbin/mknod mknod.8 src/sbin/mount getmntopts.3 mount.8 src/sbin/mount_cd9660 ... 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 ru 2001/12/14 07:17:57 PST Modified files: (Branch: RELENG_4) sbin/ccdconfig ccdconfig.8 sbin/disklabel disklabel.5 disklabel.8 sbin/dumpon dumpon.8 sbin/ifconfig ifconfig.8 sbin/ipfw ipfw.8 sbin/md5 md5.1 sbin/mknod mknod.8 sbin/mount getmntopts.3 mount.8 sbin/mount_cd9660 mount_cd9660.8 sbin/mount_ext2fs mount_ext2fs.8 sbin/mount_hpfs mount_hpfs.8 sbin/mount_nfs mount_nfs.8 sbin/mount_ntfs mount_ntfs.8 sbin/mount_nwfs mount_nwfs.8 sbin/mount_std mount_std.8 sbin/mountd exports.5 sbin/natd natd.8 sbin/newfs_msdos newfs_msdos.8 sbin/nfsiod nfsiod.8 sbin/nologin nologin.5 nologin.8 sbin/nos-tun nos-tun.8 sbin/ping6 ping6.8 sbin/quotacheck quotacheck.8 sbin/reboot boot_i386.8 reboot.8 sbin/restore restore.8 sbin/routed routed.8 sbin/routed/rtquery rtquery.8 sbin/savecore savecore.8 sbin/shutdown shutdown.8 sbin/slattach slattach.8 sbin/startslip startslip.1 sbin/swapon swapon.8 sbin/tunefs tunefs.8 sbin/umount umount.8 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.9.2.8 +2 -2 src/sbin/ccdconfig/ccdconfig.8 1.7.2.3 +1 -1 src/sbin/disklabel/disklabel.5 1.15.2.15 +2 -3 src/sbin/disklabel/disklabel.8 1.11.2.8 +3 -3 src/sbin/dumpon/dumpon.8 1.27.2.15 +3 -3 src/sbin/ifconfig/ifconfig.8 1.63.2.19 +29 -58 src/sbin/ipfw/ipfw.8 1.10.2.6 +19 -5 src/sbin/md5/md5.1 1.11.2.7 +3 -3 src/sbin/mknod/mknod.8 1.6.2.3 +3 -3 src/sbin/mount/getmntopts.3 1.31.2.7 +2 -2 src/sbin/mount/mount.8 1.12.2.4 +1 -1 src/sbin/mount_cd9660/mount_cd9660.8 1.6.2.4 +2 -2 src/sbin/mount_ext2fs/mount_ext2fs.8 1.1.2.3 +3 -2 src/sbin/mount_hpfs/mount_hpfs.8 1.18.2.8 +10 -4 src/sbin/mount_nfs/mount_nfs.8 1.6.2.8 +10 -5 src/sbin/mount_ntfs/mount_ntfs.8 1.7.2.6 +4 -2 src/sbin/mount_nwfs/mount_nwfs.8 1.9.2.6 +6 -4 src/sbin/mount_std/mount_std.8 1.10.2.6 +3 -3 src/sbin/mountd/exports.5 1.27.2.9 +7 -9 src/sbin/natd/natd.8 1.7.2.6 +2 -2 src/sbin/newfs_msdos/newfs_msdos.8 1.9.2.2 +3 -5 src/sbin/nfsiod/nfsiod.8 1.7.2.4 +1 -1 src/sbin/nologin/nologin.5 1.4.2.4 +1 -1 src/sbin/nologin/nologin.8 1.6.2.5 +1 -1 src/sbin/nos-tun/nos-tun.8 1.3.2.9 +18 -19 src/sbin/ping6/ping6.8 1.6.2.4 +1 -1 src/sbin/quotacheck/quotacheck.8 1.23.2.7 +10 -5 src/sbin/reboot/boot_i386.8 1.10.2.4 +3 -3 src/sbin/reboot/reboot.8 1.20.2.12 +2 -2 src/sbin/restore/restore.8 1.15.2.7 +4 -4 src/sbin/routed/routed.8 1.11.2.2 +2 -2 src/sbin/routed/rtquery/rtquery.8 1.8.2.5 +4 -3 src/sbin/savecore/savecore.8 1.12.2.4 +2 -2 src/sbin/shutdown/shutdown.8 1.16.2.5 +1 -1 src/sbin/slattach/slattach.8 1.16.2.4 +2 -2 src/sbin/startslip/startslip.1 1.15.2.2 +4 -4 src/sbin/swapon/swapon.8 1.11.2.3 +4 -4 src/sbin/tunefs/tunefs.8 1.7.2.3 +2 -2 src/sbin/umount/umount.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 7:21:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9443537B417; Fri, 14 Dec 2001 07:21:13 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEFLDK93901; Fri, 14 Dec 2001 07:21:13 -0800 (PST) (envelope-from ru) Message-Id: <200112141521.fBEFLDK93901@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 07:21:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcipher cipher.3 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 ru 2001/12/14 07:21:13 PST Modified files: (Branch: RELENG_4) secure/lib/libcipher cipher.3 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.6.2.3 +2 -2 src/secure/lib/libcipher/cipher.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 7:23:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D06137B417; Fri, 14 Dec 2001 07:23:51 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEFNoY94243; Fri, 14 Dec 2001 07:23:50 -0800 (PST) (envelope-from ru) Message-Id: <200112141523.fBEFNoY94243@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 07:23:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common loader.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/12/14 07:23:50 PST Modified files: (Branch: RELENG_4) sys/boot/common loader.8 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.18.2.12 +18 -10 src/sys/boot/common/loader.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 7:27:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 935F737B417; Fri, 14 Dec 2001 07:27:15 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEFRF594757; Fri, 14 Dec 2001 07:27:15 -0800 (PST) (envelope-from nyan) Message-Id: <200112141527.fBEFRF594757@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 14 Dec 2001 07:27:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include/pc display.h src/sys/pc98/pc98 scgdcrndr.c scvtbpc98.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 07:27:15 PST Modified files: sys/i386/include/pc display.h sys/pc98/pc98 scgdcrndr.c scvtbpc98.c Log: Fixed to draw mouse cursor. The syscons driver for PC98 uses different attributes from i386. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) MFC after: 3 days Revision Changes Path 1.6 +5 -0 src/sys/i386/include/pc/display.h 1.10 +4 -4 src/sys/pc98/pc98/scgdcrndr.c 1.10 +3 -7 src/sys/pc98/pc98/scvtbpc98.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 7:48:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15FF737B41B; Fri, 14 Dec 2001 07:48:56 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEFmtY97612; Fri, 14 Dec 2001 07:48:55 -0800 (PST) (envelope-from mikeh) Message-Id: <200112141548.fBEFmtY97612@freefall.freebsd.org> From: Mike Heffner Date: Fri, 14 Dec 2001 07:48:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc login.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 mikeh 2001/12/14 07:48:55 PST Modified files: etc login.conf Log: ftp(1) was not the only user of FTP_PASSIVE_MODE, libfetch uses it too, so add it back Revision Changes Path 1.45 +1 -1 src/etc/login.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 7:53:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C706D37B405; Fri, 14 Dec 2001 07:53:32 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEFrWP99229; Fri, 14 Dec 2001 07:53:32 -0800 (PST) (envelope-from ru) Message-Id: <200112141553.fBEFrWP99229@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 07:53:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ar ar.5 src/usr.bin/at at.man src/usr.bin/biff biff.1 src/usr.bin/compress compress.1 zopen.3 src/usr.bin/ctags ctags.1 src/usr.bin/false false.1 src/usr.bin/find find.1 src/usr.bin/fold fold.1 src/usr.bin/gencat ... 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 ru 2001/12/14 07:53:32 PST Modified files: (Branch: RELENG_4) usr.bin/ar ar.5 usr.bin/at at.man usr.bin/biff biff.1 usr.bin/compress compress.1 zopen.3 usr.bin/ctags ctags.1 usr.bin/false false.1 usr.bin/find find.1 usr.bin/fold fold.1 usr.bin/gencat gencat.1 usr.bin/hexdump hexdump.1 usr.bin/kenv kenv.1 usr.bin/mesg mesg.1 usr.bin/nl nl.1 usr.bin/ranlib ranlib.5 usr.bin/talk talk.1 usr.bin/telnet telnet.1 usr.bin/true true.1 usr.bin/w w.1 usr.bin/write write.1 usr.bin/xinstall install.1 usr.bin/xlint/xlint lint.1 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.5.2.2 +2 -2 src/usr.bin/ar/ar.5 1.13.2.7 +8 -6 src/usr.bin/at/at.man 1.8.2.4 +7 -8 src/usr.bin/biff/biff.1 1.4.2.5 +2 -2 src/usr.bin/compress/compress.1 1.5.2.3 +2 -2 src/usr.bin/compress/zopen.3 1.5.2.4 +91 -66 src/usr.bin/ctags/ctags.1 1.3.2.6 +8 -6 src/usr.bin/false/false.1 1.23.2.14 +14 -1 src/usr.bin/find/find.1 1.3.2.4 +3 -3 src/usr.bin/fold/fold.1 1.4.2.5 +3 -3 src/usr.bin/gencat/gencat.1 1.9.2.6 +2 -2 src/usr.bin/hexdump/hexdump.1 1.1.2.5 +11 -7 src/usr.bin/kenv/kenv.1 1.7.2.1 +1 -0 src/usr.bin/mesg/mesg.1 1.8.2.2 +2 -2 src/usr.bin/nl/nl.1 1.4.2.1 +1 -1 src/usr.bin/ranlib/ranlib.5 1.6.2.3 +2 -1 src/usr.bin/talk/talk.1 1.15.2.10 +2 -2 src/usr.bin/telnet/telnet.1 1.5.2.4 +9 -7 src/usr.bin/true/true.1 1.12.2.5 +3 -3 src/usr.bin/w/w.1 1.7.2.2 +2 -1 src/usr.bin/write/write.1 1.16.2.8 +2 -4 src/usr.bin/xinstall/install.1 1.8.2.6 +109 -98 src/usr.bin/xlint/xlint/lint.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 7:59:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6EFE37B405; Fri, 14 Dec 2001 07:59:49 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEFxnM99835; Fri, 14 Dec 2001 07:59:49 -0800 (PST) (envelope-from ru) Message-Id: <200112141559.fBEFxnM99835@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 07:59:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/amd amd.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/12/14 07:59:49 PST Modified files: (Branch: RELENG_4) contrib/amd/amd amd.8 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.6.2.9 +3 -1 src/contrib/amd/amd/amd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 8:14:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C06137B405; Fri, 14 Dec 2001 08:14:32 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEGEWI05031; Fri, 14 Dec 2001 08:14:32 -0800 (PST) (envelope-from bmah) Message-Id: <200112141614.fBEGEWI05031@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 14 Dec 2001 08:14:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/share/sgml release.dsl 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 2001/12/14 08:14:32 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/share/sgml release.dsl Log: MFC: Make manpage links access the right hypertext manpages on the Web site. Revision Changes Path 1.1.2.4 +3 -2 src/release/doc/en_US.ISO8859-1/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 8:17:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF90837B41A; Fri, 14 Dec 2001 08:17:18 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEGHIM05349; Fri, 14 Dec 2001 08:17:18 -0800 (PST) (envelope-from ru) Message-Id: <200112141617.fBEGHIM05349@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 08:17:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet telnet.1 src/crypto/telnet/telnetd telnetd.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/12/14 08:17:18 PST Modified files: (Branch: RELENG_4) crypto/telnet/telnet telnet.1 crypto/telnet/telnetd telnetd.8 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.4.2.8 +48 -49 src/crypto/telnet/telnet/telnet.1 1.5.2.5 +7 -7 src/crypto/telnet/telnetd/telnetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 8:21:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC2FE37B41B; Fri, 14 Dec 2001 08:21:10 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEGLAC05745; Fri, 14 Dec 2001 08:21:10 -0800 (PST) (envelope-from bmah) Message-Id: <200112141621.fBEGLAC05745@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 14 Dec 2001 08:21:10 -0800 (PST) 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 2001/12/14 08:21:10 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Move two entries to more appropriate sections. Revision Changes Path 1.22.2.140 +10 -11 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 Dec 14 8:22:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D8E737B405; Fri, 14 Dec 2001 08:22:43 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEGMg705939; Fri, 14 Dec 2001 08:22:42 -0800 (PST) (envelope-from luigi) Message-Id: <200112141622.fBEGMg705939@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 14 Dec 2001 08:22:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 08:22:42 PST Modified files: bin/rm rm.c usr.sbin/chown chown.c usr.sbin/dev_mkdb dev_mkdb.c Log: Add prototypes for main() so that these programs compile with -Werror (which somehow now seems to be the default for compiling -current). This error popped up while doing a PicoBSD cross-compile on a 4.3-ish system, it may well be that there are other apps which have similar problems, but I did not spot them as they are not included in my picobsd config. Whether adding prototypes for main() is the correct solution or not I have no idea, a request to -current on the matter went basically unanswered. Those who have better ideas are welcome to back this out and replace it with the correct fix. Revision Changes Path 1.34 +2 -1 src/bin/rm/rm.c 1.20 +2 -1 src/usr.sbin/chown/chown.c 1.6 +1 -0 src/usr.sbin/dev_mkdb/dev_mkdb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 8:27:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ED2A37B417; Fri, 14 Dec 2001 08:27:11 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEGRBW06548; Fri, 14 Dec 2001 08:27:11 -0800 (PST) (envelope-from iedowse) Message-Id: <200112141627.fBEGRBW06548@freefall.freebsd.org> From: Ian Dowse Date: Fri, 14 Dec 2001 08:27:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 dokern.sh src/release/alpha dokern.sh src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC 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 iedowse 2001/12/14 08:27:11 PST Modified files: release/i386 dokern.sh release/alpha dokern.sh sys/alpha/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC Log: Enable UFS_DIRHASH in the GENERIC kernel. Suggested by: silby Reviewed by: dillon MFC after: 5 days Revision Changes Path 1.56 +2 -1 src/release/alpha/dokern.sh 1.56 +3 -1 src/release/i386/dokern.sh 1.130 +1 -0 src/sys/alpha/conf/GENERIC 1.332 +1 -0 src/sys/i386/conf/GENERIC 1.24 +1 -0 src/sys/ia64/conf/GENERIC 1.196 +1 -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 Fri Dec 14 8:41:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 981A237B41A; Fri, 14 Dec 2001 08:41:52 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEGfqx08217; Fri, 14 Dec 2001 08:41:52 -0800 (PST) (envelope-from ru) Message-Id: <200112141641.fBEGfqx08217@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 08:41:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/stallion/bootcode stl.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/12/14 08:41:52 PST Modified files: (Branch: RELENG_4) usr.sbin/stallion/bootcode stl.4 Log: mdoc(7) police: removed stray line. Revision Changes Path 1.8.2.5 +1 -2 src/usr.sbin/stallion/bootcode/stl.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 8:46: 4 2001 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 D71E237B416; Fri, 14 Dec 2001 08:45:48 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEGjWU07191; Fri, 14 Dec 2001 18:45:32 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 18:45:32 +0200 From: Ruslan Ermilov To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214184532.A99179@sunbay.com> References: <200112141622.fBEGMg705939@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141622.fBEGMg705939@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 08:22:42AM -0800, Luigi Rizzo wrote: > luigi 2001/12/14 08:22:42 PST > > Modified files: > bin/rm rm.c > usr.sbin/chown chown.c > usr.sbin/dev_mkdb dev_mkdb.c > Log: > Add prototypes for main() so that these programs compile with -Werror > (which somehow now seems to be the default for compiling -current). > This error popped up while doing a PicoBSD cross-compile on a 4.3-ish system, > it may well be that there are other apps which have similar problems, > but I did not spot them as they are not included in my picobsd config. > > Whether adding prototypes for main() is the correct solution or not > I have no idea, a request to -current on the matter went basically > unanswered. Those who have better ideas are welcome to back this out > and replace it with the correct fix. > > Revision Changes Path > 1.34 +2 -1 src/bin/rm/rm.c > 1.20 +2 -1 src/usr.sbin/chown/chown.c > 1.6 +1 -0 src/usr.sbin/dev_mkdb/dev_mkdb.c > Luigi, Now everybody knows that you don't actually use -CURRENT. :-) In -CURRENT, main() doesn't require a prototype. Please back these out. Cherrs, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 8:48:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 040C737B405; Fri, 14 Dec 2001 08:48:13 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEGmCv09166; Fri, 14 Dec 2001 08:48:12 -0800 (PST) (envelope-from ru) Message-Id: <200112141648.fBEGmCv09166@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 08:48:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/faithd faithd.8 src/usr.sbin/jail jail.8 src/usr.sbin/kbdmap kbdmap.1 src/usr.sbin/pcvt/cursor cursor.1 src/usr.sbin/pcvt/ispcvt ispcvt.8 src/usr.sbin/pcvt/kcon kcon.1 src/usr.sbin/pcvt/loadfont loadfont.1 src/usr.sbin/pcvt/scon ... 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 ru 2001/12/14 08:48:12 PST Modified files: (Branch: RELENG_4) usr.sbin/faithd faithd.8 usr.sbin/jail jail.8 usr.sbin/kbdmap kbdmap.1 usr.sbin/pcvt/cursor cursor.1 usr.sbin/pcvt/ispcvt ispcvt.8 usr.sbin/pcvt/kcon kcon.1 usr.sbin/pcvt/loadfont loadfont.1 usr.sbin/pcvt/scon scon.1 usr.sbin/periodic periodic.8 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/prefix prefix.8 usr.sbin/rpc.yppasswdd rpc.yppasswdd.8 usr.sbin/rtsold rtsold.8 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.2.2.10 +4 -4 src/usr.sbin/faithd/faithd.8 1.13.2.12 +158 -121 src/usr.sbin/jail/jail.8 1.17.2.8 +5 -5 src/usr.sbin/kbdmap/kbdmap.1 1.6.2.3 +6 -10 src/usr.sbin/pcvt/cursor/cursor.1 1.9.2.5 +6 -10 src/usr.sbin/pcvt/ispcvt/ispcvt.8 1.7.2.5 +11 -15 src/usr.sbin/pcvt/kcon/kcon.1 1.9.2.5 +6 -11 src/usr.sbin/pcvt/loadfont/loadfont.1 1.8.2.5 +10 -14 src/usr.sbin/pcvt/scon/scon.1 1.11.2.13 +3 -3 src/usr.sbin/periodic/periodic.8 1.35.2.10 +2 -2 src/usr.sbin/pkg_install/add/pkg_add.1 1.2.2.8 +2 -2 src/usr.sbin/prefix/prefix.8 1.12.2.5 +1 -1 src/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 1.1.2.6 +3 -3 src/usr.sbin/rtsold/rtsold.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9: 1:21 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 79B0F37B419; Fri, 14 Dec 2001 09:01:13 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fBEH18a00358; Fri, 14 Dec 2001 17:01:08 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fBEGx9U02211; Fri, 14 Dec 2001 16:59:09 GMT (envelope-from mark@grondar.za) Message-Id: <200112141659.fBEGx9U02211@grimreaper.grondar.org> To: Ruslan Ermilov Cc: Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c References: <20011214184532.A99179@sunbay.com> In-Reply-To: <20011214184532.A99179@sunbay.com> ; from Ruslan Ermilov "Fri, 14 Dec 2001 18:45:32 +0200." Date: Fri, 14 Dec 2001 16:59:08 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Now everybody knows that you don't actually use -CURRENT. :-) > In -CURRENT, main() doesn't require a prototype. > Please back these out. This is incorrect. I'm doing a big WARNS=2 sweep in usr.bin, and main _does_ need proper prototyping. This is not a proper prototype: int main(); This is ok: int main(int, char **); and so is this (yeah, yeah, I know it is complete function): int main(int argc, char *argv[]) { : } but NOT this int main() { : } M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9: 2: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DB2437B41A; Fri, 14 Dec 2001 09:02:03 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEH23R10425; Fri, 14 Dec 2001 09:02:03 -0800 (PST) (envelope-from gshapiro) Message-Id: <200112141702.fBEH23R10425@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Fri, 14 Dec 2001 09:02:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail aliases 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 2001/12/14 09:02:02 PST Modified files: (Branch: RELENG_4) etc/mail aliases Log: MFC: Add aliases pointing to postmaster for the two new mail related accounts. Revision Changes Path 1.12 +3 -1 src/etc/mail/aliases Revision Changes Path 1.10.4.3 +3 -1 src/etc/mail/aliases To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9: 6:50 2001 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 9361637B41A; Fri, 14 Dec 2001 09:06:29 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEH6IW10221; Fri, 14 Dec 2001 19:06:18 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 19:06:17 +0200 From: Ruslan Ermilov To: Mark Murray Cc: Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214190617.A7887@sunbay.com> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141659.fBEGx9U02211@grimreaper.grondar.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 04:59:08PM +0000, Mark Murray wrote: > > Now everybody knows that you don't actually use -CURRENT. :-) > > In -CURRENT, main() doesn't require a prototype. > > Please back these out. > > This is incorrect. I'm doing a big WARNS=2 sweep in usr.bin, and > main _does_ need proper prototyping. > > This is not a proper prototype: > > int main(); > > This is ok: > > int main(int, char **); > > and so is this (yeah, yeah, I know it is complete function): > > int > main(int argc, char *argv[]) > { > : > } > > but NOT this > > int > main() > { > : > } > Mark, we are talking about the different thing here. Recall the breakage when -Wmissing-prototype was put to WARNS? The solution was added by David O'Brien in: contrib/gcc.295/c-decl.c,v 1.4. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9: 7:31 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 3BFE337B41A; Fri, 14 Dec 2001 09:07:24 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBEH76450436; Fri, 14 Dec 2001 09:07:06 -0800 (PST) (envelope-from rizzo) Date: Fri, 14 Dec 2001 09:07:06 -0800 From: Luigi Rizzo To: Mark Murray Cc: Ruslan Ermilov , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214090706.D49775@iguana.aciri.org> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141659.fBEGx9U02211@grimreaper.grondar.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 04:59:08PM +0000, Mark Murray wrote: > > Now everybody knows that you don't actually use -CURRENT. :-) > > In -CURRENT, main() doesn't require a prototype. > > Please back these out. > > This is incorrect. I'm doing a big WARNS=2 sweep in usr.bin, and > main _does_ need proper prototyping. Oh, thanks god i am not the only one who sees strange things! I have no idea what is the default, but on my cross-compile box (a pretty much standard 4.3, with no special makefile configuration), -Werror appears to be the default when compiling yesterday's -current source tree. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:10: 5 2001 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 1EE4C37B405; Fri, 14 Dec 2001 09:09:52 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEH9n810648; Fri, 14 Dec 2001 19:09:49 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 19:09:49 +0200 From: Ruslan Ermilov To: Luigi Rizzo Cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214190949.C7887@sunbay.com> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214090706.D49775@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214090706.D49775@iguana.aciri.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 09:07:06AM -0800, Luigi Rizzo wrote: > On Fri, Dec 14, 2001 at 04:59:08PM +0000, Mark Murray wrote: > > > Now everybody knows that you don't actually use -CURRENT. :-) > > > In -CURRENT, main() doesn't require a prototype. > > > Please back these out. > > > > This is incorrect. I'm doing a big WARNS=2 sweep in usr.bin, and > > main _does_ need proper prototyping. > > Oh, thanks god i am not the only one who sees strange things! > I have no idea what is the default, but on my cross-compile box (a > pretty much standard 4.3, with no special makefile configuration), > -Werror appears to be the default when compiling yesterday's -current > source tree. > OK, duplicating my reply in public. :-) This is bogus and is likely to cause problems to use host compiler to compile -current sources. You'll need a compiler build in the cross-tools stage of ``buildworld'' to compile -current sources correctly, and without hitting this problem. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:11:57 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id D41F937B41F; Fri, 14 Dec 2001 09:11:49 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBEHBnR50510; Fri, 14 Dec 2001 09:11:49 -0800 (PST) (envelope-from rizzo) Date: Fri, 14 Dec 2001 09:11:49 -0800 From: Luigi Rizzo To: Ruslan Ermilov Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214091149.E49775@iguana.aciri.org> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214190617.A7887@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214190617.A7887@sunbay.com> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 07:06:17PM +0200, Ruslan Ermilov wrote: > On Fri, Dec 14, 2001 at 04:59:08PM +0000, Mark Murray wrote: ... > Mark, we are talking about the different thing here. > Recall the breakage when -Wmissing-prototype was put to WARNS? > The solution was added by David O'Brien in: > > contrib/gcc.295/c-decl.c,v 1.4. this seems a really bad way to deal with the problem. Among other things, it just does not work with cross-compilations until you bootstrap the new compiler. Also what sense does it make to add more strict checks on one side and disabling them on the other side ? cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:15:13 2001 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 C658637B419; Fri, 14 Dec 2001 09:14:57 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEHEjv11501; Fri, 14 Dec 2001 19:14:45 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 19:14:45 +0200 From: Ruslan Ermilov To: Luigi Rizzo Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214191445.D7887@sunbay.com> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214190617.A7887@sunbay.com> <20011214091149.E49775@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214091149.E49775@iguana.aciri.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 09:11:49AM -0800, Luigi Rizzo wrote: > On Fri, Dec 14, 2001 at 07:06:17PM +0200, Ruslan Ermilov wrote: > > On Fri, Dec 14, 2001 at 04:59:08PM +0000, Mark Murray wrote: > ... > > Mark, we are talking about the different thing here. > > Recall the breakage when -Wmissing-prototype was put to WARNS? > > The solution was added by David O'Brien in: > > > > contrib/gcc.295/c-decl.c,v 1.4. > > this seems a really bad way to deal with the problem. > Among other things, it just does not work with cross-compilations > until you bootstrap the new compiler. > Add -DNO_WERROR to your script, like we do in bootstrap- and cross-tools stages of ``buildworld'' now, and be done. > Also what sense does it make to add more strict checks on one side > and disabling them on the other side ? > Please search the ML archives for a complete discussion. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:15:24 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 482BC37B41A; Fri, 14 Dec 2001 09:15:11 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBEHFBu50564; Fri, 14 Dec 2001 09:15:11 -0800 (PST) (envelope-from rizzo) Date: Fri, 14 Dec 2001 09:15:11 -0800 From: Luigi Rizzo To: Ruslan Ermilov Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214091511.F49775@iguana.aciri.org> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214090706.D49775@iguana.aciri.org> <20011214190949.C7887@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214190949.C7887@sunbay.com> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 07:09:49PM +0200, Ruslan Ermilov wrote: > This is bogus and is likely to cause problems to use host compiler > to compile -current sources. You'll need a compiler build in the Oh please, how can a perfectly legal (both K&R and ANSI) change in the source code ever cause problems ? cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:20:48 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 0D80337B417; Fri, 14 Dec 2001 09:20:45 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fBEHKi700615; Fri, 14 Dec 2001 17:20:44 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fBEHJjU02483; Fri, 14 Dec 2001 17:19:45 GMT (envelope-from mark@grondar.za) Message-Id: <200112141719.fBEHJjU02483@grimreaper.grondar.org> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c References: <20011214190617.A7887@sunbay.com> In-Reply-To: <20011214190617.A7887@sunbay.com> ; from Ruslan Ermilov "Fri, 14 Dec 2001 19:06:17 +0200." Date: Fri, 14 Dec 2001 17:19:45 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Mark, we are talking about the different thing here. > Recall the breakage when -Wmissing-prototype was put to WARNS? > The solution was added by David O'Brien in: > > contrib/gcc.295/c-decl.c,v 1.4. Now I'm lost - this happened 6 months ago - I'm talking about actual warnings that I fixed in the last three months. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:21:42 2001 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 9236837B419; Fri, 14 Dec 2001 09:21:30 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEHLRQ12304; Fri, 14 Dec 2001 19:21:27 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 19:21:27 +0200 From: Ruslan Ermilov To: Luigi Rizzo Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214192127.B99179@sunbay.com> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214090706.D49775@iguana.aciri.org> <20011214190949.C7887@sunbay.com> <20011214091511.F49775@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214091511.F49775@iguana.aciri.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 09:15:11AM -0800, Luigi Rizzo wrote: > On Fri, Dec 14, 2001 at 07:09:49PM +0200, Ruslan Ermilov wrote: > > > This is bogus and is likely to cause problems to use host compiler > > to compile -current sources. You'll need a compiler build in the > > Oh please, how can a perfectly legal (both K&R and ANSI) change in > the source code ever cause problems ? > You misunderstand the point. Host compiler may be buggy. :-) Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:23: 1 2001 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 5D3CE37B416; Fri, 14 Dec 2001 09:22:52 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEHMev12486; Fri, 14 Dec 2001 19:22:40 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 19:22:40 +0200 From: Ruslan Ermilov To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214192240.C99179@sunbay.com> References: <20011214190617.A7887@sunbay.com> <200112141719.fBEHJjU02483@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141719.fBEHJjU02483@grimreaper.grondar.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 05:19:45PM +0000, Mark Murray wrote: > > Mark, we are talking about the different thing here. > > Recall the breakage when -Wmissing-prototype was put to WARNS? > > The solution was added by David O'Brien in: > > > > contrib/gcc.295/c-decl.c,v 1.4. > > Now I'm lost - this happened 6 months ago - I'm talking about > actual warnings that I fixed in the last three months. > Luigi compiled -CURRENT sources with -Wmissing-prototypes -Werror and a 4.3 compiler that considered a missing prototype for main() an error. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:24: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 521F437B416; Fri, 14 Dec 2001 09:23:58 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBEHNwB50734; Fri, 14 Dec 2001 09:23:58 -0800 (PST) (envelope-from rizzo) Date: Fri, 14 Dec 2001 09:23:58 -0800 From: Luigi Rizzo To: Ruslan Ermilov Cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214092358.I49775@iguana.aciri.org> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214090706.D49775@iguana.aciri.org> <20011214190949.C7887@sunbay.com> <20011214091511.F49775@iguana.aciri.org> <20011214192127.B99179@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214192127.B99179@sunbay.com> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 07:21:27PM +0200, Ruslan Ermilov wrote: > > Oh please, how can a perfectly legal (both K&R and ANSI) change in > > the source code ever cause problems ? > > > You misunderstand the point. Host compiler may be buggy. :-) if so it will choke on a thousand similar prototypes in the very same files that I touched. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:28:26 2001 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 DFD3337B41C; Fri, 14 Dec 2001 09:28:05 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEHRxM13428; Fri, 14 Dec 2001 19:27:59 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 19:27:59 +0200 From: Ruslan Ermilov To: Luigi Rizzo Cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214192759.A13364@sunbay.com> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214090706.D49775@iguana.aciri.org> <20011214190949.C7887@sunbay.com> <20011214091511.F49775@iguana.aciri.org> <20011214192127.B99179@sunbay.com> <20011214092358.I49775@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214092358.I49775@iguana.aciri.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 09:23:58AM -0800, Luigi Rizzo wrote: > On Fri, Dec 14, 2001 at 07:21:27PM +0200, Ruslan Ermilov wrote: > > > Oh please, how can a perfectly legal (both K&R and ANSI) change in > > > the source code ever cause problems ? > > > > > You misunderstand the point. Host compiler may be buggy. :-) > > if so it will choke on a thousand similar prototypes in the very > same files that I touched. > OK, I gave you a solution, -DNO_WERROR. :-) Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:32: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5742737B416; Fri, 14 Dec 2001 09:31:58 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEHVwx17240; Fri, 14 Dec 2001 09:31:58 -0800 (PST) (envelope-from luigi) Message-Id: <200112141731.fBEHVwx17240@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 14 Dec 2001 09:31:58 -0800 (PST) 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 2001/12/14 09:31:58 PST Modified files: sys/sys mbuf.h Log: Let M_LEADINGSPACE write into non-shared mbufs. A similar thing has been in -stable for weeks and is completely safe. This has very good performance implications as it saves some data copying, and sometimes avoids triggering performance bugs in devices (such as the "dc" and other Tulip clones) which do not like scattered data. Revision Changes Path 1.86 +2 -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 Fri Dec 14 9:38:44 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id D7A6637B417; Fri, 14 Dec 2001 09:38:40 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBEHceg50978; Fri, 14 Dec 2001 09:38:40 -0800 (PST) (envelope-from rizzo) Date: Fri, 14 Dec 2001 09:38:40 -0800 From: Luigi Rizzo To: Ruslan Ermilov Cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214093840.K49775@iguana.aciri.org> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214090706.D49775@iguana.aciri.org> <20011214190949.C7887@sunbay.com> <20011214091511.F49775@iguana.aciri.org> <20011214192127.B99179@sunbay.com> <20011214092358.I49775@iguana.aciri.org> <20011214192759.A13364@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214192759.A13364@sunbay.com> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 07:27:59PM +0200, Ruslan Ermilov wrote: > On Fri, Dec 14, 2001 at 09:23:58AM -0800, Luigi Rizzo wrote: > > On Fri, Dec 14, 2001 at 07:21:27PM +0200, Ruslan Ermilov wrote: > > > > Oh please, how can a perfectly legal (both K&R and ANSI) change in > > > > the source code ever cause problems ? > > > > > > > You misunderstand the point. Host compiler may be buggy. :-) > > > > if so it will choke on a thousand similar prototypes in the very > > same files that I touched. > > > OK, I gave you a solution, -DNO_WERROR. :-) i do not need this solution, my compiler is not buggy! Anyways, from this discussion I am now convinced that my commit was correct, so i am not backing it out. Thanks for the feedback. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:41:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8683937B41A; Fri, 14 Dec 2001 09:41:46 -0800 (PST) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEHfk018177; Fri, 14 Dec 2001 09:41:46 -0800 (PST) (envelope-from jhay) Message-Id: <200112141741.fBEHfk018177@freefall.freebsd.org> From: John Hay Date: Fri, 14 Dec 2001 09:41:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c src/share/man/man4 vlan.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhay 2001/12/14 09:41:46 PST Modified files: (Branch: RELENG_4) sys/pci if_sis.c Log: MFC: Add VLAN support. Revision Changes Path 1.13.4.15 +11 -0 src/sys/pci/if_sis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:41:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D20A37B41C; Fri, 14 Dec 2001 09:41:46 -0800 (PST) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEHfkf18183; Fri, 14 Dec 2001 09:41:46 -0800 (PST) (envelope-from jhay) Message-Id: <200112141741.fBEHfkf18183@freefall.freebsd.org> From: John Hay Date: Fri, 14 Dec 2001 09:41:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c src/share/man/man4 vlan.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhay 2001/12/14 09:41:46 PST Modified files: (Branch: RELENG_4) share/man/man4 vlan.4 Log: MFC: Note sis(4) VLAN support. Revision Changes Path 1.1.2.4 +6 -1 src/share/man/man4/vlan.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:42:53 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 4A75137B405; Fri, 14 Dec 2001 09:42:46 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fBEHfEZ72450; Fri, 14 Dec 2001 12:41:14 -0500 (EST) (envelope-from mike) Date: Fri, 14 Dec 2001 12:41:14 -0500 From: Mike Barcroft To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214124114.D68310@espresso.q9media.com> References: <200112141622.fBEGMg705939@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141622.fBEGMg705939@freefall.freebsd.org>; from luigi@FreeBSD.org on Fri, Dec 14, 2001 at 08:22:42AM -0800 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Luigi Rizzo writes: > luigi 2001/12/14 08:22:42 PST > > Modified files: > bin/rm rm.c > usr.sbin/chown chown.c > usr.sbin/dev_mkdb dev_mkdb.c > Log: > Add prototypes for main() so that these programs compile with -Werror > (which somehow now seems to be the default for compiling -current). Yes, this is a misfeature that was introduced by Mark Murray a week or two ago. He's had two requests to back it out, but chose to ignore them. :( Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:43:37 2001 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 8B69637B417; Fri, 14 Dec 2001 09:43:29 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fBEHhEP25261; Fri, 14 Dec 2001 09:43:14 -0800 (PST) (envelope-from obrien) Date: Fri, 14 Dec 2001 09:43:10 -0800 From: "David O'Brien" To: Mark Murray Cc: Ruslan Ermilov , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214094310.A25238@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112141659.fBEGx9U02211@grimreaper.grondar.org>; from mark@grondar.za on Fri, Dec 14, 2001 at 04:59:08PM +0000 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, Dec 14, 2001 at 04:59:08PM +0000, Mark Murray wrote: > > Now everybody knows that you don't actually use -CURRENT. :-) > > In -CURRENT, main() doesn't require a prototype. > > Please back these out. > > This is incorrect. I'm doing a big WARNS=2 sweep in usr.bin, and > main _does_ need proper prototyping. People should stop the WARNS sweeps for 1-2 mo. GCC 3 has *SO* many more warnings just about all of our WARNS=2 will have to be revisited. IIRC this issue with main() is also dealt with in GCC 3. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:45: 9 2001 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 610CC37B419; Fri, 14 Dec 2001 09:45:02 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fBEHj2o25351; Fri, 14 Dec 2001 09:45:02 -0800 (PST) (envelope-from obrien) Date: Fri, 14 Dec 2001 09:45:01 -0800 From: "David O'Brien" To: Luigi Rizzo Cc: Ruslan Ermilov , Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214094501.B25238@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214090706.D49775@iguana.aciri.org> <20011214190949.C7887@sunbay.com> <20011214091511.F49775@iguana.aciri.org> <20011214192127.B99179@sunbay.com> <20011214092358.I49775@iguana.aciri.org> <20011214192759.A13364@sunbay.com> <20011214093840.K49775@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011214093840.K49775@iguana.aciri.org>; from luigi@FreeBSD.ORG on Fri, Dec 14, 2001 at 09:38:40AM -0800 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, Dec 14, 2001 at 09:38:40AM -0800, Luigi Rizzo wrote: > > OK, I gave you a solution, -DNO_WERROR. :-) > > i do not need this solution, my compiler is not buggy! Your compiler (GCC 2.95) is buggy here. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:49: 2 2001 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 8A92F37B405; Fri, 14 Dec 2001 09:48:59 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fBEHmxW25376; Fri, 14 Dec 2001 09:48:59 -0800 (PST) (envelope-from obrien) Date: Fri, 14 Dec 2001 09:48:59 -0800 From: "David O'Brien" To: Ruslan Ermilov Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile src/lib Makefile src/sbin Makefile src/usr.bin Makefile src/etc Makefile nsmb.conf src/lib/libsmb Makefile src/sbin/mount_smbfs Makefile src/usr.bin/smbutil Makefile Message-ID: <20011214094859.C25238@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200112141141.fBEBfMb24312@freefall.freebsd.org> <20011214135856.D64853@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011214135856.D64853@sunbay.com>; from ru@FreeBSD.org on Fri, Dec 14, 2001 at 01:58:56PM +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, Dec 14, 2001 at 01:58:56PM +0200, Ruslan Ermilov wrote: > > Why you call FreeBSD's make(1) bmake? > It was always called PMake. :-) PMake is the make from the Sprite OS [at UC-Berkeley]. The CSRG took the PMake code and changed some things for 4.4BSD. So many people call what is in 4.4BSD bmake and the true Sprite code Pmake. Look at the Pmake code (ports/devel/pmake). You will see a difference license and other differences. -- -- David (obrien@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 Dec 14 9:49:31 2001 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 A384E37B416; Fri, 14 Dec 2001 09:49:18 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEHnF316210; Fri, 14 Dec 2001 19:49:15 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 19:49:15 +0200 From: Ruslan Ermilov To: Luigi Rizzo Cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214194915.C13364@sunbay.com> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214090706.D49775@iguana.aciri.org> <20011214190949.C7887@sunbay.com> <20011214091511.F49775@iguana.aciri.org> <20011214192127.B99179@sunbay.com> <20011214092358.I49775@iguana.aciri.org> <20011214192759.A13364@sunbay.com> <20011214093840.K49775@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214093840.K49775@iguana.aciri.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 09:38:40AM -0800, Luigi Rizzo wrote: > On Fri, Dec 14, 2001 at 07:27:59PM +0200, Ruslan Ermilov wrote: > > On Fri, Dec 14, 2001 at 09:23:58AM -0800, Luigi Rizzo wrote: > > > On Fri, Dec 14, 2001 at 07:21:27PM +0200, Ruslan Ermilov wrote: > > > > > Oh please, how can a perfectly legal (both K&R and ANSI) change in > > > > > the source code ever cause problems ? > > > > > > > > > You misunderstand the point. Host compiler may be buggy. :-) > > > > > > if so it will choke on a thousand similar prototypes in the very > > > same files that I touched. > > > > > OK, I gave you a solution, -DNO_WERROR. :-) > > i do not need this solution, my compiler is not buggy! > Your compiler IS buggy, because it considers not prototyping main() an error. :-) > Anyways, from this discussion I am now convinced that my commit > was correct, so i am not backing it out. > Great. Then please also fix all the 1000... other FreeBSD utilities that don't prototype main(). Why don't you look at the complete discussion on the topic before replying? This was already discussed before, and the decision has been made. (Search for "main AND -Wmissing-prototypes" in the cvs-all ML archive.) Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:55: 4 2001 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 53F8937B41B; Fri, 14 Dec 2001 09:54:45 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEHsc017002; Fri, 14 Dec 2001 19:54:38 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 19:54:38 +0200 From: Ruslan Ermilov To: "David O'Brien" Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile src/lib Makefile src/sbin Makefile src/usr.bin Makefile src/etc Makefile nsmb.conf src/lib/libsmb Makefile src/sbin/mount_smbfs Makefile src/usr.bin/smbutil Makefile Message-ID: <20011214195438.A16945@sunbay.com> References: <200112141141.fBEBfMb24312@freefall.freebsd.org> <20011214135856.D64853@sunbay.com> <20011214094859.C25238@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214094859.C25238@dragon.nuxi.com> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 09:48:59AM -0800, David O'Brien wrote: > On Fri, Dec 14, 2001 at 01:58:56PM +0200, Ruslan Ermilov wrote: > > > > Why you call FreeBSD's make(1) bmake? > > It was always called PMake. :-) > > PMake is the make from the Sprite OS [at UC-Berkeley]. The CSRG took the > PMake code and changed some things for 4.4BSD. So many people call what > is in 4.4BSD bmake and the true Sprite code Pmake. Look at the Pmake > code (ports/devel/pmake). You will see a difference license and other > differences. > Thanks! Didn't knew it. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 9:56:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31BD637B419; Fri, 14 Dec 2001 09:56:13 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEHuDb19786; Fri, 14 Dec 2001 09:56:13 -0800 (PST) (envelope-from luigi) Message-Id: <200112141756.fBEHuDb19786@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 14 Dec 2001 09:56:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/i386 trap.c src/sys/kern kern_clock.c kern_intr.c kern_poll.c src/sys/net if.h if_var.h netisr.h src/sys/dev/fxp if_fxp.c if_fxpvar.h src/sys/pci if_dc.c if_dcreg.h if_sis.c if_sisreg.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 2001/12/14 09:56:13 PST Modified files: sys/conf files.i386 options.i386 sys/i386/i386 trap.c sys/kern kern_clock.c kern_intr.c sys/net if.h if_var.h netisr.h sys/dev/fxp if_fxp.c if_fxpvar.h sys/pci if_dc.c if_dcreg.h if_sis.c if_sisreg.h Added files: sys/kern kern_poll.c Log: Device Polling code for -current. Non-SMP, i386-only, no polling in the idle loop at the moment. To use this code you must compile a kernel with options DEVICE_POLLING and at runtime enable polling with sysctl kern.polling.enable=1 The percentage of CPU reserved to userland can be set with sysctl kern.polling.user_frac=NN (default is 50) while the remainder is used by polling device drivers and netisr's. These are the only two variables that you should need to touch. There are a few more parameters in kern.polling but the default values are adequate for all purposes. See the code in kern_poll.c for more details on them. Polling in the idle loop will be implemented shortly by introducing a kernel thread which does the job. Until then, the amount of CPU dedicated to polling will never exceed (100-user_frac). The equivalent (actually, better) code for -stable is at http://info.iet.unipi.it/~luigi/polling/ and also supports polling in the idle loop. NOTE to Alpha developers: There is really nothing in this code that is i386-specific. If you move the 2 lines supporting the new option from sys/conf/{files,options}.i386 to sys/conf/{files,options} I am pretty sure that this should work on the Alpha as well, just that I do not have a suitable test box to try it. If someone feels like trying it, I would appreciate it. NOTE to other developers: sure some things could be done better, and as always I am open to constructive criticism, which a few of you have already given and I greatly appreciated. However, before proposing radical architectural changes, please take some time to possibly try out this code, or at the very least read the comments in kern_poll.c, especially re. the reason why I am using a soft netisr and cannot (I believe) replace it with a simple timeout. Quick description of files touched by this commit: sys/conf/files.i386 new file kern/kern_poll.c sys/conf/options.i386 new option sys/i386/i386/trap.c poll in trap (disabled by default) sys/kern/kern_clock.c initialization and hardclock hooks. sys/kern/kern_intr.c minor swi_net changes sys/kern/kern_poll.c the bulk of the code. sys/net/if.h new flag sys/net/if_var.h declaration for functions used in device drivers. sys/net/netisr.h NETISR_POLL sys/dev/fxp/if_fxp.c sys/dev/fxp/if_fxpvar.h sys/pci/if_dc.c sys/pci/if_dcreg.h sys/pci/if_sis.c sys/pci/if_sisreg.h device driver modifications Revision Changes Path 1.385 +1 -0 src/sys/conf/files.i386 1.162 +5 -0 src/sys/conf/options.i386 1.123 +59 -2 src/sys/dev/fxp/if_fxp.c 1.20 +4 -0 src/sys/dev/fxp/if_fxpvar.h 1.209 +10 -0 src/sys/i386/i386/trap.c 1.132 +12 -0 src/sys/kern/kern_clock.c 1.65 +14 -0 src/sys/kern/kern_intr.c 1.1 +422 -0 src/sys/kern/kern_poll.c (new) 1.67 +9 -0 src/sys/net/if.h 1.43 +9 -0 src/sys/net/if_var.h 1.25 +2 -1 src/sys/net/netisr.h 1.64 +83 -0 src/sys/pci/if_dc.c 1.23 +7 -0 src/sys/pci/if_dcreg.h 1.43 +77 -1 src/sys/pci/if_sis.c 1.10 +3 -0 src/sys/pci/if_sisreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10: 5:58 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 89C3437B416; Fri, 14 Dec 2001 10:05:51 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fBEI5oF01133; Fri, 14 Dec 2001 18:05:50 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fBEI0SU02888; Fri, 14 Dec 2001 18:00:28 GMT (envelope-from mark@grondar.za) Message-Id: <200112141800.fBEI0SU02888@grimreaper.grondar.org> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c References: <20011214192240.C99179@sunbay.com> In-Reply-To: <20011214192240.C99179@sunbay.com> ; from Ruslan Ermilov "Fri, 14 Dec 2001 19:22:40 +0200." Date: Fri, 14 Dec 2001 18:00:28 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, Dec 14, 2001 at 05:19:45PM +0000, Mark Murray wrote: > > > Mark, we are talking about the different thing here. > > > Recall the breakage when -Wmissing-prototype was put to WARNS? > > > The solution was added by David O'Brien in: > > > > > > contrib/gcc.295/c-decl.c,v 1.4. > > > > Now I'm lost - this happened 6 months ago - I'm talking about > > actual warnings that I fixed in the last three months. > > > Luigi compiled -CURRENT sources with -Wmissing-prototypes -Werror > and a 4.3 compiler that considered a missing prototype for main() > an error. Agreed. And he put in prototypes for main, and you asked him to back those out. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10: 6: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 0834E37B41A; Fri, 14 Dec 2001 10:05:54 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fBEI5rA01134; Fri, 14 Dec 2001 18:05:53 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fBEI2JU02942; Fri, 14 Dec 2001 18:02:19 GMT (envelope-from mark@grondar.za) Message-Id: <200112141802.fBEI2JU02942@grimreaper.grondar.org> To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c References: <20011214124114.D68310@espresso.q9media.com> In-Reply-To: <20011214124114.D68310@espresso.q9media.com> ; from Mike Barcroft "Fri, 14 Dec 2001 12:41:14 EST." Date: Fri, 14 Dec 2001 18:02:19 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Luigi Rizzo writes: > > luigi 2001/12/14 08:22:42 PST > > > > Modified files: > > bin/rm rm.c > > usr.sbin/chown chown.c > > usr.sbin/dev_mkdb dev_mkdb.c > > Log: > > Add prototypes for main() so that these programs compile with -Werror > > (which somehow now seems to be the default for compiling -current). > > Yes, this is a misfeature that was introduced by Mark Murray a week > or two ago. He's had two requests to back it out, but chose to ignore > them. :( Rubbish. :-) I am only doing stuff in usr.bin, not bin/ usr.sbin/ above. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10: 6:22 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 9F4FD37B41B; Fri, 14 Dec 2001 10:05:56 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fBEI5ua01135; Fri, 14 Dec 2001 18:05:56 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fBEI3MU02957; Fri, 14 Dec 2001 18:03:22 GMT (envelope-from mark@grondar.za) Message-Id: <200112141803.fBEI3MU02957@grimreaper.grondar.org> To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c References: <20011214094310.A25238@dragon.nuxi.com> In-Reply-To: <20011214094310.A25238@dragon.nuxi.com> ; from "David O'Brien" "Fri, 14 Dec 2001 09:43:10 PST." Date: Fri, 14 Dec 2001 18:03:22 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, Dec 14, 2001 at 04:59:08PM +0000, Mark Murray wrote: > > > Now everybody knows that you don't actually use -CURRENT. :-) > > > In -CURRENT, main() doesn't require a prototype. > > > Please back these out. > > > > This is incorrect. I'm doing a big WARNS=2 sweep in usr.bin, and > > main _does_ need proper prototyping. > > People should stop the WARNS sweeps for 1-2 mo. GCC 3 has *SO* many more > warnings just about all of our WARNS=2 will have to be revisited. > IIRC this issue with main() is also dealt with in GCC 3. OK - I'll freeze my work for that length of time. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10: 6:33 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id CCFAE37B41E; Fri, 14 Dec 2001 10:05:59 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fBEI5x501137; Fri, 14 Dec 2001 18:05:59 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fBEI4wU02977; Fri, 14 Dec 2001 18:04:58 GMT (envelope-from mark@grondar.za) Message-Id: <200112141804.fBEI4wU02977@grimreaper.grondar.org> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c References: <20011214194915.C13364@sunbay.com> In-Reply-To: <20011214194915.C13364@sunbay.com> ; from Ruslan Ermilov "Fri, 14 Dec 2001 19:49:15 +0200." Date: Fri, 14 Dec 2001 18:04:58 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Great. Then please also fix all the 1000... other FreeBSD > utilities that don't prototype main(). Part of my WARNS=2 sweep. :-) M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10: 8:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F95637B416; Fri, 14 Dec 2001 10:08:30 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEI8UU24012; Fri, 14 Dec 2001 10:08:30 -0800 (PST) (envelope-from roam) Message-Id: <200112141808.fBEI8UU24012@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 14 Dec 2001 10:08:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/curl 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 roam 2001/12/14 10:08:30 PST Modified files: ftp/curl Makefile distinfo Log: Update to 7.9.2. Add a vendor patch (from the cURL CVS repository) to make it compile. Remove the GNU make dependency. PR: 32815 Submitted by: Joseph Scott and naddy Apologies to: Joseph Scott and Christian Weisberger Revision Changes Path 1.39 +6 -3 ports/ftp/curl/Makefile 1.23 +2 -1 ports/ftp/curl/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10:22:51 2001 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 D75C737B419; Fri, 14 Dec 2001 10:22:43 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEIMUu19859; Fri, 14 Dec 2001 20:22:30 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 20:22:30 +0200 From: Ruslan Ermilov To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214202230.C16945@sunbay.com> References: <20011214192240.C99179@sunbay.com> <200112141800.fBEI0SU02888@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141800.fBEI0SU02888@grimreaper.grondar.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 06:00:28PM +0000, Mark Murray wrote: > > On Fri, Dec 14, 2001 at 05:19:45PM +0000, Mark Murray wrote: > > > > Mark, we are talking about the different thing here. > > > > Recall the breakage when -Wmissing-prototype was put to WARNS? > > > > The solution was added by David O'Brien in: > > > > > > > > contrib/gcc.295/c-decl.c,v 1.4. > > > > > > Now I'm lost - this happened 6 months ago - I'm talking about > > > actual warnings that I fixed in the last three months. > > > > > Luigi compiled -CURRENT sources with -Wmissing-prototypes -Werror > > and a 4.3 compiler that considered a missing prototype for main() > > an error. > > Agreed. And he put in prototypes for main, and you asked him to back > those out. > His reasoning was that -Werror and -Wmissing-prototypes causes these programs to not compile. This is not true for -CURRENT, that's why I asked for backout. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10:26:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B83E37B419; Fri, 14 Dec 2001 10:26:52 -0800 (PST) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEIQq825611; Fri, 14 Dec 2001 10:26:52 -0800 (PST) (envelope-from silby) Message-Id: <200112141826.fBEIQq825611@freefall.freebsd.org> From: Mike Silbersack Date: Fri, 14 Dec 2001 10:26:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2001/12/14 10:26:52 PST Modified files: sys/netinet tcp_output.c Log: Reduce the local network slowstart flightsize from infinity to 4 packets. Now that we've increased the size of our send / receive buffers, bursting an entire window onto the network may cause congestion. As a result, we will slow start beginning with a flightsize of 4 packets. Problem reported by: Thomas Zenker MFC after: 3 days Revision Changes Path 1.59 +1 -1 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10:29:20 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id CC9CD37B416; Fri, 14 Dec 2001 10:29:17 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBEITFp51435; Fri, 14 Dec 2001 10:29:15 -0800 (PST) (envelope-from rizzo) Date: Fri, 14 Dec 2001 10:29:15 -0800 From: Luigi Rizzo To: Mark Murray Cc: obrien@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Are prototypes for main() illegal by any standard ? (was Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214102915.L49775@iguana.aciri.org> References: <20011214094310.A25238@dragon.nuxi.com> <200112141803.fBEI3MU02957@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141803.fBEI3MU02957@grimreaper.grondar.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anyways, i think we should not make a big deal out of this. Is it illegal, by any standard, to supply prototypes for main() ? If not, what is wrong in casually adding them whenever you happen to touch those files ? And the problem is not as widespread as Ruslan suggested. Out of the 40-50 binaries in my picobsd config, only 3 caused -Werror to block. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10:30:38 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id E168437B416; Fri, 14 Dec 2001 10:30:30 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBEIUUJ51477; Fri, 14 Dec 2001 10:30:30 -0800 (PST) (envelope-from rizzo) Date: Fri, 14 Dec 2001 10:30:30 -0800 From: Luigi Rizzo To: Mike Silbersack Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c Message-ID: <20011214103030.M49775@iguana.aciri.org> References: <200112141826.fBEIQq825611@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141826.fBEIQq825611@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks, that should have been done ages ago. cheers luigi On Fri, Dec 14, 2001 at 10:26:52AM -0800, Mike Silbersack wrote: > silby 2001/12/14 10:26:52 PST > > Modified files: > sys/netinet tcp_output.c > Log: > Reduce the local network slowstart flightsize from infinity to 4 packets. > > Now that we've increased the size of our send / receive buffers, bursting > an entire window onto the network may cause congestion. As a result, > we will slow start beginning with a flightsize of 4 packets. > > Problem reported by: Thomas Zenker > > MFC after: 3 days > > Revision Changes Path > 1.59 +1 -1 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10:33:30 2001 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 CE1B537B419; Fri, 14 Dec 2001 10:33:10 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEIWJL26221; Fri, 14 Dec 2001 20:32:19 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 20:32:19 +0200 From: Ruslan Ermilov To: Luigi Rizzo Cc: Mark Murray , obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Are prototypes for main() illegal by any standard ? (was Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214203219.F16945@sunbay.com> References: <20011214094310.A25238@dragon.nuxi.com> <200112141803.fBEI3MU02957@grimreaper.grondar.org> <20011214102915.L49775@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011214102915.L49775@iguana.aciri.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 10:29:15AM -0800, Luigi Rizzo wrote: > Anyways, i think we should not make a big deal out of this. > > Is it illegal, by any standard, to supply prototypes for main() ? > > If not, what is wrong in casually adding them > whenever you happen to touch those files ? > There's nothing with main() prototyping. The other question is IF that prototyping is required. Your reasoning for a commit is wrong; in -CURRENT, -Wmissing-prototypes and -Werror doesn't cause an error if main() is not prototyped. > And the problem is not as widespread as Ruslan suggested. Out of > the 40-50 binaries in my picobsd config, only 3 caused -Werror > to block. > How many from these 40-50 binaries are WARNSified? Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10:35:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AA2037B405; Fri, 14 Dec 2001 10:34:07 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEIY7L27692; Fri, 14 Dec 2001 10:34:07 -0800 (PST) (envelope-from ru) Message-Id: <200112141834.fBEIY7L27692@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Dec 2001 10:34:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/compat-43 creat.2 gethostid.3 killpg.2 setruid.3 sigpause.2 sigsetmask.2 sigvec.2 src/lib/libc/db/man btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3 src/lib/libc/gen alarm.3 arc4random.3 basename.3 clock.3 confstr.3 ctermid.3 ... 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 ru 2001/12/14 10:34:06 PST Modified files: (Branch: RELENG_4) lib/libc/compat-43 creat.2 gethostid.3 killpg.2 setruid.3 sigpause.2 sigsetmask.2 sigvec.2 lib/libc/db/man btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3 lib/libc/gen alarm.3 arc4random.3 basename.3 clock.3 confstr.3 ctermid.3 daemon.3 devname.3 directory.3 dirname.3 dladdr.3 dllockinit.3 dlopen.3 err.3 exec.3 fmtcheck.3 fnmatch.3 frexp.3 ftok.3 fts.3 getbootfile.3 getbsize.3 getcap.3 getcwd.3 getdiskbyname.3 getdomainname.3 getfsent.3 getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 getmntinfo.3 getnetgrent.3 getobjformat.3 getpagesize.3 getpass.3 getprogname.3 getpwent.3 getttyent.3 getusershell.3 getvfsbyname.3 getvfsent.3 glob.3 initgroups.3 ldexp.3 lockf.3 modf.3 msgctl.3 msgget.3 msgrcv.3 msgsnd.3 nice.3 nlist.3 pause.3 popen.3 psignal.3 pwcache.3 raise.3 rand48.3 rfork_thread.3 scandir.3 setjmp.3 setmode.3 setproctitle.3 shm_open.3 siginterrupt.3 signal.3 sigsetops.3 sleep.3 stringlist.3 strtofflags.3 sysconf.3 sysctl.3 syslog.3 tcgetpgrp.3 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 time.3 times.3 ttyname.3 tzset.3 ualarm.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3 lib/libc/gmon moncontrol.3 lib/libc/i386/sys i386_get_ioperm.2 i386_get_ldt.2 i386_set_watch.3 i386_vm86.2 lib/libc/locale ctype.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 mbrune.3 multibyte.3 rune.3 setlocale.3 toascii.3 tolower.3 toupper.3 lib/libc/net addr2ascii.3 byteorder.3 ethers.3 getaddrinfo.3 gethostbyname.3 getifaddrs.3 getipnodebyname.3 getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 if_indextoname.3 inet6_option_space.3 inet6_rthdr_space.3 iso_addr.3 linkaddr.3 ns.3 rcmd.3 resolver.3 lib/libc/nls catclose.3 catgets.3 catopen.3 lib/libc/regex regex.3 lib/libc/rpc bindresvport.3 des_crypt.3 getrpcent.3 publickey.3 rpc.3 rpc_secure.3 rtime.3 lib/libc/stdio fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fopen.3 fputs.3 fread.3 fseek.3 funopen.3 getc.3 mktemp.3 printf.3 putc.3 remove.3 scanf.3 setbuf.3 stdio.3 tmpnam.3 ungetc.3 lib/libc/stdlib abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 div.3 exit.3 getenv.3 getopt.3 getsubopt.3 labs.3 ldiv.3 malloc.3 memory.3 qsort.3 radixsort.3 rand.3 random.3 realpath.3 strtod.3 strtol.3 strtoul.3 system.3 tsearch.3 lib/libc/stdtime strftime.3 strptime.3 time2posix.3 lib/libc/string bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 memcmp.3 memcpy.3 memmove.3 memset.3 rindex.3 strcasecmp.3 strcat.3 strchr.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 string.3 strlcpy.3 strlen.3 strmode.3 strpbrk.3 strrchr.3 strsep.3 strspn.3 strtok.3 strxfrm.3 swab.3 wmemchr.3 lib/libc/sys _exit.2 accept.2 access.2 acct.2 adjtime.2 aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 aio_suspend.2 aio_waitcomplete.2 aio_write.2 bind.2 brk.2 chdir.2 chflags.2 chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 connect.2 dup.2 execve.2 fcntl.2 fhopen.2 flock.2 fork.2 fsync.2 getdirentries.2 getdtablesize.2 getfh.2 getfsstat.2 getgid.2 getgroups.2 getitimer.2 getlogin.2 getpeername.2 getpgrp.2 getpid.2 getpriority.2 getrlimit.2 getrusage.2 getsid.2 getsockname.2 getsockopt.2 gettimeofday.2 getuid.2 intro.2 ioctl.2 issetugid.2 jail.2 kill.2 kldfind.2 kldfirstmod.2 kldload.2 kldnext.2 kldstat.2 kldsym.2 kldunload.2 kqueue.2 ktrace.2 link.2 listen.2 lseek.2 madvise.2 mincore.2 minherit.2 mkdir.2 mkfifo.2 mknod.2 mlock.2 mmap.2 modfind.2 modnext.2 modstat.2 mount.2 mprotect.2 msync.2 munmap.2 nanosleep.2 nfssvc.2 open.2 pathconf.2 pipe.2 poll.2 profil.2 ptrace.2 quotactl.2 read.2 readlink.2 reboot.2 recv.2 rename.2 revoke.2 rfork.2 rmdir.2 rtprio.2 sched_get_priority_max.2 sched_setparam.2 sched_setscheduler.2 sched_yield.2 select.2 semctl.2 semget.2 semop.2 send.2 sendfile.2 setgroups.2 setpgid.2 setregid.2 setresuid.2 setreuid.2 setsid.2 setuid.2 shmat.2 shmctl.2 shmget.2 shutdown.2 sigaction.2 sigaltstack.2 sigpending.2 sigprocmask.2 sigreturn.2 sigsuspend.2 socket.2 socketpair.2 stat.2 statfs.2 swapon.2 symlink.2 sync.2 sysarch.2 syscall.2 truncate.2 umask.2 undelete.2 unlink.2 utimes.2 vfork.2 wait.2 write.2 lib/libc/xdr xdr.3 Log: MFC: Reduce gratuitous diffs to -CURRENT. Revision Changes Path 1.6.2.3 +2 -2 src/lib/libc/compat-43/creat.2 1.5.2.5 +2 -2 src/lib/libc/compat-43/gethostid.3 1.6.2.3 +3 -3 src/lib/libc/compat-43/killpg.2 1.5.2.5 +2 -2 src/lib/libc/compat-43/setruid.3 1.5.2.5 +2 -2 src/lib/libc/compat-43/sigpause.2 1.7.2.4 +2 -2 src/lib/libc/compat-43/sigsetmask.2 1.9.2.7 +2 -2 src/lib/libc/compat-43/sigvec.2 1.3.2.2 +3 -3 src/lib/libc/db/man/btree.3 1.2.2.4 +3 -3 src/lib/libc/db/man/dbm.3 1.3.2.2 +4 -4 src/lib/libc/db/man/dbopen.3 1.4.2.2 +3 -3 src/lib/libc/db/man/hash.3 1.5.2.4 +3 -3 src/lib/libc/db/man/mpool.3 1.4.2.2 +3 -3 src/lib/libc/db/man/recno.3 1.9.2.5 +2 -2 src/lib/libc/gen/alarm.3 1.8.2.4 +2 -2 src/lib/libc/gen/arc4random.3 1.1.2.4 +2 -2 src/lib/libc/gen/basename.3 1.6.2.3 +3 -3 src/lib/libc/gen/clock.3 1.5.2.5 +2 -2 src/lib/libc/gen/confstr.3 1.5.2.3 +2 -2 src/lib/libc/gen/ctermid.3 1.6.2.4 +1 -1 src/lib/libc/gen/daemon.3 1.7.2.4 +3 -3 src/lib/libc/gen/devname.3 1.7.2.4 +3 -3 src/lib/libc/gen/directory.3 1.1.2.4 +2 -2 src/lib/libc/gen/dirname.3 1.3.2.3 +2 -2 src/lib/libc/gen/dladdr.3 1.5.2.6 +2 -2 src/lib/libc/gen/dllockinit.3 1.8.2.7 +2 -2 src/lib/libc/gen/dlopen.3 1.11.2.6 +3 -3 src/lib/libc/gen/err.3 1.7.2.7 +1 -1 src/lib/libc/gen/exec.3 1.2.2.3 +2 -2 src/lib/libc/gen/fmtcheck.3 1.9.2.3 +2 -2 src/lib/libc/gen/fnmatch.3 1.4.2.4 +2 -2 src/lib/libc/gen/frexp.3 1.12.2.2 +3 -3 src/lib/libc/gen/ftok.3 1.7.2.5 +10 -6 src/lib/libc/gen/fts.3 1.6.2.3 +1 -1 src/lib/libc/gen/getbootfile.3 1.5.2.3 +2 -2 src/lib/libc/gen/getbsize.3 1.12.2.6 +2 -2 src/lib/libc/gen/getcap.3 1.7.2.6 +2 -2 src/lib/libc/gen/getcwd.3 1.3.2.4 +2 -2 src/lib/libc/gen/getdiskbyname.3 1.9.2.5 +2 -2 src/lib/libc/gen/getdomainname.3 1.5.2.4 +2 -2 src/lib/libc/gen/getfsent.3 1.12.2.2 +3 -3 src/lib/libc/gen/getgrent.3 1.4.2.3 +2 -2 src/lib/libc/gen/getgrouplist.3 1.5.2.5 +4 -2 src/lib/libc/gen/gethostname.3 1.6.2.2 +2 -2 src/lib/libc/gen/getloadavg.3 1.8.2.3 +4 -4 src/lib/libc/gen/getmntinfo.3 1.6.2.4 +2 -2 src/lib/libc/gen/getnetgrent.3 1.3.2.5 +2 -2 src/lib/libc/gen/getobjformat.3 1.6.2.3 +2 -2 src/lib/libc/gen/getpagesize.3 1.6.2.3 +2 -2 src/lib/libc/gen/getpass.3 1.1.2.5 +1 -1 src/lib/libc/gen/getprogname.3 1.11.2.4 +3 -3 src/lib/libc/gen/getpwent.3 1.9.2.3 +2 -2 src/lib/libc/gen/getttyent.3 1.5.2.3 +2 -2 src/lib/libc/gen/getusershell.3 1.7.2.5 +5 -5 src/lib/libc/gen/getvfsbyname.3 1.17.2.5 +2 -2 src/lib/libc/gen/getvfsent.3 1.7.2.9 +2 -2 src/lib/libc/gen/glob.3 1.6.2.4 +8 -4 src/lib/libc/gen/initgroups.3 1.5.2.3 +2 -2 src/lib/libc/gen/ldexp.3 1.5.2.4 +2 -2 src/lib/libc/gen/lockf.3 1.3.2.3 +2 -2 src/lib/libc/gen/modf.3 1.8.2.6 +4 -4 src/lib/libc/gen/msgctl.3 1.7.2.4 +4 -4 src/lib/libc/gen/msgget.3 1.8.2.6 +4 -4 src/lib/libc/gen/msgrcv.3 1.9.2.5 +4 -4 src/lib/libc/gen/msgsnd.3 1.6.2.4 +2 -2 src/lib/libc/gen/nice.3 1.4.2.3 +2 -2 src/lib/libc/gen/nlist.3 1.3.2.5 +2 -2 src/lib/libc/gen/pause.3 1.10.2.3 +2 -2 src/lib/libc/gen/popen.3 1.10.2.4 +3 -3 src/lib/libc/gen/psignal.3 1.6.2.4 +1 -1 src/lib/libc/gen/pwcache.3 1.3.2.4 +2 -2 src/lib/libc/gen/raise.3 1.8.2.5 +2 -2 src/lib/libc/gen/rand48.3 1.2.2.4 +2 -2 src/lib/libc/gen/rfork_thread.3 1.3.2.4 +3 -3 src/lib/libc/gen/scandir.3 1.5.2.4 +2 -2 src/lib/libc/gen/setjmp.3 1.8.2.3 +2 -2 src/lib/libc/gen/setmode.3 1.16.2.4 +3 -3 src/lib/libc/gen/setproctitle.3 1.3.2.5 +3 -3 src/lib/libc/gen/shm_open.3 1.6.2.4 +2 -2 src/lib/libc/gen/siginterrupt.3 1.17.2.7 +7 -2 src/lib/libc/gen/signal.3 1.4.2.2 +2 -2 src/lib/libc/gen/sigsetops.3 1.12.2.3 +2 -2 src/lib/libc/gen/sleep.3 1.3.2.4 +2 -2 src/lib/libc/gen/stringlist.3 1.5.2.3 +2 -2 src/lib/libc/gen/strtofflags.3 1.8.2.6 +2 -2 src/lib/libc/gen/sysconf.3 1.33.2.12 +2 -2 src/lib/libc/gen/sysctl.3 1.9.2.9 +2 -2 src/lib/libc/gen/syslog.3 1.6.2.2 +3 -3 src/lib/libc/gen/tcgetpgrp.3 1.5.2.3 +2 -2 src/lib/libc/gen/tcsendbreak.3 1.6.2.3 +2 -2 src/lib/libc/gen/tcsetattr.3 1.6.2.3 +3 -3 src/lib/libc/gen/tcsetpgrp.3 1.5.2.5 +2 -2 src/lib/libc/gen/time.3 1.4.2.4 +2 -2 src/lib/libc/gen/times.3 1.5.2.3 +2 -2 src/lib/libc/gen/ttyname.3 1.6.2.5 +2 -2 src/lib/libc/gen/tzset.3 1.9.2.5 +2 -2 src/lib/libc/gen/ualarm.3 1.6.2.4 +2 -2 src/lib/libc/gen/uname.3 1.6.2.5 +2 -2 src/lib/libc/gen/unvis.3 1.10.2.7 +2 -2 src/lib/libc/gen/usleep.3 1.5.2.4 +3 -3 src/lib/libc/gen/utime.3 1.4.2.4 +2 -2 src/lib/libc/gen/valloc.3 1.8.2.6 +2 -3 src/lib/libc/gen/vis.3 1.6.2.5 +2 -2 src/lib/libc/gmon/moncontrol.3 1.3.2.6 +2 -2 src/lib/libc/i386/sys/i386_get_ioperm.2 1.6.2.7 +4 -4 src/lib/libc/i386/sys/i386_get_ldt.2 1.1.2.3 +2 -2 src/lib/libc/i386/sys/i386_set_watch.3 1.3.2.6 +4 -4 src/lib/libc/i386/sys/i386_vm86.2 1.6.2.3 +2 -2 src/lib/libc/locale/ctype.3 1.7.2.7 +1 -1 src/lib/libc/locale/isalnum.3 1.7.2.6 +1 -1 src/lib/libc/locale/isalpha.3 1.5.2.5 +1 -1 src/lib/libc/locale/isascii.3 1.4.2.3 +2 -2 src/lib/libc/locale/isblank.3 1.6.2.5 +2 -2 src/lib/libc/locale/iscntrl.3 1.6.2.5 +2 -2 src/lib/libc/locale/isdigit.3 1.7.2.5 +2 -2 src/lib/libc/locale/isgraph.3 1.7.2.5 +2 -2 src/lib/libc/locale/islower.3 1.7.2.5 +2 -2 src/lib/libc/locale/isprint.3 1.7.2.5 +2 -2 src/lib/libc/locale/ispunct.3 1.6.2.5 +2 -2 src/lib/libc/locale/isspace.3 1.8.2.5 +2 -2 src/lib/libc/locale/isupper.3 1.6.2.5 +2 -2 src/lib/libc/locale/isxdigit.3 1.6.2.4 +1 -1 src/lib/libc/locale/mbrune.3 1.6.2.5 +2 -2 src/lib/libc/locale/multibyte.3 1.10.2.6 +3 -3 src/lib/libc/locale/rune.3 1.15.2.5 +2 -2 src/lib/libc/locale/setlocale.3 1.4.2.2 +2 -2 src/lib/libc/locale/toascii.3 1.6.2.4 +2 -2 src/lib/libc/locale/tolower.3 1.5.2.5 +1 -1 src/lib/libc/locale/toupper.3 1.7.2.5 +4 -4 src/lib/libc/net/addr2ascii.3 1.3.2.4 +2 -2 src/lib/libc/net/byteorder.3 1.10.2.10 +4 -4 src/lib/libc/net/ethers.3 1.2.2.9 +4 -4 src/lib/libc/net/getaddrinfo.3 1.12.2.7 +2 -2 src/lib/libc/net/gethostbyname.3 1.1.2.5 +4 -4 src/lib/libc/net/getifaddrs.3 1.2.2.4 +4 -4 src/lib/libc/net/getipnodebyname.3 1.2.2.8 +4 -4 src/lib/libc/net/getnameinfo.3 1.11.2.4 +2 -2 src/lib/libc/net/getnetent.3 1.4.2.4 +2 -2 src/lib/libc/net/getprotoent.3 1.7.2.5 +2 -2 src/lib/libc/net/getservent.3 1.2.2.5 +4 -4 src/lib/libc/net/if_indextoname.3 1.1.2.6 +3 -3 src/lib/libc/net/inet6_option_space.3 1.1.2.6 +3 -3 src/lib/libc/net/inet6_rthdr_space.3 1.3.2.4 +2 -2 src/lib/libc/net/iso_addr.3 1.8.2.4 +4 -4 src/lib/libc/net/linkaddr.3 1.5.2.5 +3 -3 src/lib/libc/net/ns.3 1.12.2.8 +2 -2 src/lib/libc/net/rcmd.3 1.11.2.7 +5 -5 src/lib/libc/net/resolver.3 1.7.2.6 +1 -1 src/lib/libc/nls/catclose.3 1.7.2.4 +1 -1 src/lib/libc/nls/catgets.3 1.9.2.6 +1 -1 src/lib/libc/nls/catopen.3 1.4.2.4 +3 -3 src/lib/libc/regex/regex.3 1.10.2.2 +2 -2 src/lib/libc/rpc/bindresvport.3 1.4.2.3 +1 -1 src/lib/libc/rpc/des_crypt.3 1.11.2.3 +1 -1 src/lib/libc/rpc/getrpcent.3 1.4.2.2 +3 -3 src/lib/libc/rpc/publickey.3 1.11.2.5 +2 -2 src/lib/libc/rpc/rpc.3 1.6.2.5 +2 -2 src/lib/libc/rpc/rpc_secure.3 1.4.2.2 +4 -4 src/lib/libc/rpc/rtime.3 1.7.2.4 +2 -2 src/lib/libc/stdio/fclose.3 1.3.2.4 +1 -1 src/lib/libc/stdio/ferror.3 1.4.2.4 +2 -2 src/lib/libc/stdio/fflush.3 1.4.2.3 +2 -2 src/lib/libc/stdio/fgetln.3 1.6.2.6 +1 -1 src/lib/libc/stdio/fgets.3 1.7.2.6 +3 -3 src/lib/libc/stdio/fopen.3 1.4.2.4 +2 -2 src/lib/libc/stdio/fputs.3 1.5.2.3 +2 -2 src/lib/libc/stdio/fread.3 1.5.2.7 +3 -3 src/lib/libc/stdio/fseek.3 1.7.2.4 +2 -2 src/lib/libc/stdio/funopen.3 1.5.2.5 +2 -2 src/lib/libc/stdio/getc.3 1.11.2.6 +1 -1 src/lib/libc/stdio/mktemp.3 1.17.2.10 +3 -3 src/lib/libc/stdio/printf.3 1.5.2.3 +2 -2 src/lib/libc/stdio/putc.3 1.3.2.6 +2 -2 src/lib/libc/stdio/remove.3 1.7.2.4 +2 -2 src/lib/libc/stdio/scanf.3 1.5.2.5 +2 -2 src/lib/libc/stdio/setbuf.3 1.10.2.7 +2 -2 src/lib/libc/stdio/stdio.3 1.5.2.5 +2 -2 src/lib/libc/stdio/tmpnam.3 1.4.2.5 +2 -2 src/lib/libc/stdio/ungetc.3 1.6.2.2 +2 -2 src/lib/libc/stdlib/abort.3 1.7.2.3 +2 -2 src/lib/libc/stdlib/abs.3 1.4.2.4 +2 -2 src/lib/libc/stdlib/alloca.3 1.3.2.4 +2 -2 src/lib/libc/stdlib/atexit.3 1.4.2.3 +2 -2 src/lib/libc/stdlib/atof.3 1.3.2.3 +2 -2 src/lib/libc/stdlib/atoi.3 1.3.2.3 +2 -2 src/lib/libc/stdlib/atol.3 1.4.2.4 +1 -1 src/lib/libc/stdlib/bsearch.3 1.3.2.3 +2 -2 src/lib/libc/stdlib/div.3 1.6.2.4 +1 -1 src/lib/libc/stdlib/exit.3 1.4.2.7 +2 -2 src/lib/libc/stdlib/getenv.3 1.11.2.8 +2 -2 src/lib/libc/stdlib/getopt.3 1.5.2.4 +2 -2 src/lib/libc/stdlib/getsubopt.3 1.4.2.3 +2 -2 src/lib/libc/stdlib/labs.3 1.4.2.3 +2 -2 src/lib/libc/stdlib/ldiv.3 1.25.2.14 +1 -1 src/lib/libc/stdlib/malloc.3 1.5.2.4 +2 -2 src/lib/libc/stdlib/memory.3 1.4.2.5 +2 -2 src/lib/libc/stdlib/qsort.3 1.5.2.4 +3 -3 src/lib/libc/stdlib/radixsort.3 1.4.2.5 +2 -2 src/lib/libc/stdlib/rand.3 1.11.2.5 +2 -2 src/lib/libc/stdlib/random.3 1.7.2.3 +2 -2 src/lib/libc/stdlib/realpath.3 1.4.2.7 +1 -1 src/lib/libc/stdlib/strtod.3 1.4.2.5 +5 -5 src/lib/libc/stdlib/strtol.3 1.3.2.6 +5 -5 src/lib/libc/stdlib/strtoul.3 1.6.2.4 +1 -1 src/lib/libc/stdlib/system.3 1.1.2.6 +1 -1 src/lib/libc/stdlib/tsearch.3 1.18.2.7 +2 -2 src/lib/libc/stdtime/strftime.3 1.9.2.7 +2 -2 src/lib/libc/stdtime/strptime.3 1.9.2.4 +2 -2 src/lib/libc/stdtime/time2posix.3 1.4.2.4 +2 -2 src/lib/libc/string/bcmp.3 1.3.2.4 +2 -2 src/lib/libc/string/bcopy.3 1.3.2.3 +2 -2 src/lib/libc/string/bstring.3 1.3.2.4 +2 -2 src/lib/libc/string/bzero.3 1.3.2.2 +2 -2 src/lib/libc/string/ffs.3 1.3.2.3 +1 -1 src/lib/libc/string/index.3 1.4.2.2 +2 -2 src/lib/libc/string/memccpy.3 1.3.2.4 +2 -2 src/lib/libc/string/memchr.3 1.5.2.3 +2 -2 src/lib/libc/string/memcmp.3 1.3.2.3 +2 -2 src/lib/libc/string/memcpy.3 1.3.2.3 +2 -2 src/lib/libc/string/memmove.3 1.3.2.4 +2 -2 src/lib/libc/string/memset.3 1.3.2.3 +1 -1 src/lib/libc/string/rindex.3 1.6.2.3 +2 -2 src/lib/libc/string/strcasecmp.3 1.5.2.3 +2 -2 src/lib/libc/string/strcat.3 1.4.2.4 +2 -2 src/lib/libc/string/strchr.3 1.8.2.3 +2 -2 src/lib/libc/string/strcoll.3 1.4.2.5 +2 -2 src/lib/libc/string/strcpy.3 1.3.2.4 +2 -2 src/lib/libc/string/strcspn.3 1.7.2.2 +2 -2 src/lib/libc/string/strdup.3 1.7.2.5 +3 -3 src/lib/libc/string/strerror.3 1.6.2.4 +2 -2 src/lib/libc/string/string.3 1.4.2.7 +2 -2 src/lib/libc/string/strlcpy.3 1.3.2.3 +2 -2 src/lib/libc/string/strlen.3 1.6.2.2 +2 -2 src/lib/libc/string/strmode.3 1.3.2.4 +2 -2 src/lib/libc/string/strpbrk.3 1.5.2.4 +2 -2 src/lib/libc/string/strrchr.3 1.6.2.5 +2 -2 src/lib/libc/string/strsep.3 1.4.2.4 +2 -2 src/lib/libc/string/strspn.3 1.10.2.8 +2 -2 src/lib/libc/string/strtok.3 1.11.2.3 +2 -2 src/lib/libc/string/strxfrm.3 1.4.2.2 +2 -2 src/lib/libc/string/swab.3 1.3.2.2 +1 -1 src/lib/libc/string/wmemchr.3 1.10.2.4 +2 -2 src/lib/libc/sys/_exit.2 1.10.2.9 +3 -27 src/lib/libc/sys/accept.2 1.7.2.4 +2 -2 src/lib/libc/sys/access.2 1.6.2.4 +2 -2 src/lib/libc/sys/acct.2 1.6.2.4 +2 -2 src/lib/libc/sys/adjtime.2 1.5.2.6 +2 -2 src/lib/libc/sys/aio_cancel.2 1.6.2.6 +1 -1 src/lib/libc/sys/aio_error.2 1.6.2.4 +2 -2 src/lib/libc/sys/aio_read.2 1.5.2.6 +1 -1 src/lib/libc/sys/aio_return.2 1.8.2.5 +1 -1 src/lib/libc/sys/aio_suspend.2 1.1.2.6 +2 -2 src/lib/libc/sys/aio_waitcomplete.2 1.4.2.5 +2 -2 src/lib/libc/sys/aio_write.2 1.11.2.8 +4 -25 src/lib/libc/sys/bind.2 1.13.2.9 +2 -2 src/lib/libc/sys/brk.2 1.7.2.5 +2 -2 src/lib/libc/sys/chdir.2 1.11.2.7 +3 -3 src/lib/libc/sys/chflags.2 1.16.2.7 +3 -3 src/lib/libc/sys/chmod.2 1.12.2.6 +2 -2 src/lib/libc/sys/chown.2 1.7.2.6 +2 -2 src/lib/libc/sys/chroot.2 1.3.2.8 +2 -2 src/lib/libc/sys/clock_gettime.2 1.10.2.6 +2 -23 src/lib/libc/sys/close.2 1.11.2.7 +3 -27 src/lib/libc/sys/connect.2 1.9.2.6 +2 -48 src/lib/libc/sys/dup.2 1.16.2.9 +2 -18 src/lib/libc/sys/execve.2 1.16.2.10 +2 -24 src/lib/libc/sys/fcntl.2 1.4.2.6 +4 -4 src/lib/libc/sys/fhopen.2 1.8.2.8 +2 -23 src/lib/libc/sys/flock.2 1.9.2.4 +3 -3 src/lib/libc/sys/fork.2 1.6.2.8 +2 -23 src/lib/libc/sys/fsync.2 1.12.2.6 +2 -23 src/lib/libc/sys/getdirentries.2 1.4.2.3 +2 -2 src/lib/libc/sys/getdtablesize.2 1.7.2.4 +3 -3 src/lib/libc/sys/getfh.2 1.7.2.4 +3 -3 src/lib/libc/sys/getfsstat.2 1.8.2.4 +3 -3 src/lib/libc/sys/getgid.2 1.6.2.4 +3 -3 src/lib/libc/sys/getgroups.2 1.10.2.6 +2 -2 src/lib/libc/sys/getitimer.2 1.14.2.6 +3 -3 src/lib/libc/sys/getlogin.2 1.9.2.8 +3 -24 src/lib/libc/sys/getpeername.2 1.11.2.6 +2 -2 src/lib/libc/sys/getpgrp.2 1.8.2.5 +3 -3 src/lib/libc/sys/getpid.2 1.4.2.5 +3 -3 src/lib/libc/sys/getpriority.2 1.10.2.5 +4 -4 src/lib/libc/sys/getrlimit.2 1.10.2.5 +4 -4 src/lib/libc/sys/getrusage.2 1.3.2.5 +2 -2 src/lib/libc/sys/getsid.2 1.9.2.8 +3 -24 src/lib/libc/sys/getsockname.2 1.12.2.10 +3 -45 src/lib/libc/sys/getsockopt.2 1.9.2.8 +2 -2 src/lib/libc/sys/gettimeofday.2 1.7.2.4 +3 -3 src/lib/libc/sys/getuid.2 1.21.2.6 +5 -5 src/lib/libc/sys/intro.2 1.7.2.7 +2 -23 src/lib/libc/sys/ioctl.2 1.7.2.4 +2 -2 src/lib/libc/sys/issetugid.2 1.10.2.8 +2 -2 src/lib/libc/sys/jail.2 1.10.2.7 +2 -2 src/lib/libc/sys/kill.2 1.6.2.7 +3 -3 src/lib/libc/sys/kldfind.2 1.5.2.7 +3 -3 src/lib/libc/sys/kldfirstmod.2 1.5.2.7 +3 -3 src/lib/libc/sys/kldload.2 1.5.2.6 +3 -3 src/lib/libc/sys/kldnext.2 1.5.2.8 +3 -3 src/lib/libc/sys/kldstat.2 1.1.2.3 +3 -3 src/lib/libc/sys/kldsym.2 1.6.2.6 +3 -3 src/lib/libc/sys/kldunload.2 1.1.2.14 +3 -3 src/lib/libc/sys/kqueue.2 1.9.2.7 +5 -5 src/lib/libc/sys/ktrace.2 1.11.2.7 +2 -2 src/lib/libc/sys/link.2 1.12.2.8 +3 -24 src/lib/libc/sys/listen.2 1.10.2.6 +2 -2 src/lib/libc/sys/lseek.2 1.17.2.6 +3 -3 src/lib/libc/sys/madvise.2 1.13.2.4 +3 -3 src/lib/libc/sys/mincore.2 1.7.2.6 +20 -13 src/lib/libc/sys/minherit.2 1.9.2.6 +3 -3 src/lib/libc/sys/mkdir.2 1.9.2.6 +3 -3 src/lib/libc/sys/mkfifo.2 1.9.2.3 +2 -2 src/lib/libc/sys/mknod.2 1.6.2.5 +3 -3 src/lib/libc/sys/mlock.2 1.22.2.11 +2 -2 src/lib/libc/sys/mmap.2 1.1.2.5 +3 -3 src/lib/libc/sys/modfind.2 1.1.2.4 +3 -3 src/lib/libc/sys/modnext.2 1.1.2.5 +3 -3 src/lib/libc/sys/modstat.2 1.20.2.7 +3 -3 src/lib/libc/sys/mount.2 1.9.2.4 +3 -3 src/lib/libc/sys/mprotect.2 1.16.2.5 +3 -3 src/lib/libc/sys/msync.2 1.10.2.4 +3 -3 src/lib/libc/sys/munmap.2 1.8.2.4 +2 -2 src/lib/libc/sys/nanosleep.2 1.8.2.5 +6 -6 src/lib/libc/sys/nfssvc.2 1.11.2.9 +2 -21 src/lib/libc/sys/open.2 1.4.2.6 +2 -2 src/lib/libc/sys/pathconf.2 1.13.2.5 +2 -2 src/lib/libc/sys/pipe.2 1.4.2.3 +3 -3 src/lib/libc/sys/poll.2 1.9.2.3 +2 -2 src/lib/libc/sys/profil.2 1.12.2.12 +3 -3 src/lib/libc/sys/ptrace.2 1.12.2.5 +3 -3 src/lib/libc/sys/quotactl.2 1.9.2.6 +4 -52 src/lib/libc/sys/read.2 1.7.2.4 +2 -2 src/lib/libc/sys/readlink.2 1.9.2.4 +4 -4 src/lib/libc/sys/reboot.2 1.8.2.8 +3 -3 src/lib/libc/sys/recv.2 1.8.2.7 +2 -2 src/lib/libc/sys/rename.2 1.7.2.3 +2 -2 src/lib/libc/sys/revoke.2 1.11.2.10 +2 -2 src/lib/libc/sys/rfork.2 1.5.2.5 +2 -2 src/lib/libc/sys/rmdir.2 1.13.2.9 +3 -3 src/lib/libc/sys/rtprio.2 1.3.2.9 +2 -2 src/lib/libc/sys/sched_get_priority_max.2 1.4.2.8 +2 -2 src/lib/libc/sys/sched_setparam.2 1.3.2.9 +2 -2 src/lib/libc/sys/sched_setscheduler.2 1.2.2.8 +2 -2 src/lib/libc/sys/sched_yield.2 1.14.2.5 +4 -4 src/lib/libc/sys/select.2 1.9.2.5 +8 -5 src/lib/libc/sys/semctl.2 1.7.2.5 +4 -4 src/lib/libc/sys/semget.2 1.7.2.6 +4 -4 src/lib/libc/sys/semop.2 1.10.2.6 +3 -3 src/lib/libc/sys/send.2 1.6.2.6 +4 -31 src/lib/libc/sys/sendfile.2 1.4.2.4 +3 -3 src/lib/libc/sys/setgroups.2 1.5.2.7 +2 -2 src/lib/libc/sys/setpgid.2 1.6.2.4 +2 -2 src/lib/libc/sys/setregid.2 1.2.2.8 +3 -3 src/lib/libc/sys/setresuid.2 1.6.2.6 +2 -2 src/lib/libc/sys/setreuid.2 1.10.2.2 +2 -2 src/lib/libc/sys/setsid.2 1.13.2.6 +3 -3 src/lib/libc/sys/setuid.2 1.8.2.6 +5 -5 src/lib/libc/sys/shmat.2 1.9.2.4 +5 -5 src/lib/libc/sys/shmctl.2 1.8.2.6 +5 -5 src/lib/libc/sys/shmget.2 1.7.2.7 +3 -3 src/lib/libc/sys/shutdown.2 1.22.2.8 +2 -2 src/lib/libc/sys/sigaction.2 1.11.2.6 +2 -2 src/lib/libc/sys/sigaltstack.2 1.5.2.5 +2 -2 src/lib/libc/sys/sigpending.2 1.8.2.5 +2 -2 src/lib/libc/sys/sigprocmask.2 1.6.2.5 +4 -4 src/lib/libc/sys/sigreturn.2 1.9.2.4 +1 -1 src/lib/libc/sys/sigsuspend.2 1.12.2.9 +3 -3 src/lib/libc/sys/socket.2 1.6.2.6 +3 -3 src/lib/libc/sys/socketpair.2 1.16.2.7 +3 -3 src/lib/libc/sys/stat.2 1.9.2.7 +3 -3 src/lib/libc/sys/statfs.2 1.6.2.6 +2 -2 src/lib/libc/sys/swapon.2 1.8.2.4 +2 -2 src/lib/libc/sys/symlink.2 1.6.2.6 +2 -2 src/lib/libc/sys/sync.2 1.2.2.3 +1 -1 src/lib/libc/sys/sysarch.2 1.5.2.3 +3 -3 src/lib/libc/sys/syscall.2 1.7.2.6 +2 -2 src/lib/libc/sys/truncate.2 1.6.2.4 +2 -2 src/lib/libc/sys/umask.2 1.4.2.5 +2 -2 src/lib/libc/sys/undelete.2 1.8.2.4 +2 -2 src/lib/libc/sys/unlink.2 1.8.2.4 +2 -2 src/lib/libc/sys/utimes.2 1.12.2.5 +2 -2 src/lib/libc/sys/vfork.2 1.6.2.6 +5 -5 src/lib/libc/sys/wait.2 1.12.2.7 +4 -52 src/lib/libc/sys/write.2 1.8.2.4 +3 -3 src/lib/libc/xdr/xdr.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10:36:34 2001 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 6BF8937B41A; Fri, 14 Dec 2001 10:36:30 -0800 (PST) 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 FAA13484; Sat, 15 Dec 2001 05:35:52 +1100 Date: Sat, 15 Dec 2001 05:36:53 +1100 (EST) From: Bruce Evans X-X-Sender: To: Mark Murray Cc: Ruslan Ermilov , , Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c In-Reply-To: <200112141804.fBEI4wU02977@grimreaper.grondar.org> Message-ID: <20011215053634.L5053-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, 14 Dec 2001, Mark Murray wrote: > > Great. Then please also fix all the 1000... other FreeBSD > > utilities that don't prototype main(). > > Part of my WARNS=2 sweep. :-) No thanks. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10:41: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id D2C7637B416; Fri, 14 Dec 2001 10:41:04 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fBEIf4c01558; Fri, 14 Dec 2001 18:41:04 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fBEIdSU03381; Fri, 14 Dec 2001 18:39:28 GMT (envelope-from mark@grondar.za) Message-Id: <200112141839.fBEIdSU03381@grimreaper.grondar.org> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c References: <20011214202230.C16945@sunbay.com> In-Reply-To: <20011214202230.C16945@sunbay.com> ; from Ruslan Ermilov "Fri, 14 Dec 2001 20:22:30 +0200." Date: Fri, 14 Dec 2001 18:39:26 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > His reasoning was that -Werror and -Wmissing-prototypes causes these > programs to not compile. This is not true for -CURRENT, that's why > I asked for backout. Whatever logic led to the prototypes being put in is less relevant than the fact that the prototypes are not inherently incorrect, and there is no reason to remove them, because they do not break anything. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10:41:34 2001 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 7598B37B426; Fri, 14 Dec 2001 10:41:21 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEIetu27259; Fri, 14 Dec 2001 20:40:55 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 20:40:55 +0200 From: Ruslan Ermilov To: Bruce Evans Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214204055.I16945@sunbay.com> References: <200112141804.fBEI4wU02977@grimreaper.grondar.org> <20011215053634.L5053-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011215053634.L5053-100000@gamplex.bde.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 15, 2001 at 05:36:53AM +1100, Bruce Evans wrote: > On Fri, 14 Dec 2001, Mark Murray wrote: > > > > Great. Then please also fix all the 1000... other FreeBSD > > > utilities that don't prototype main(). > > > > Part of my WARNS=2 sweep. :-) > > No thanks. > I was mostly joking actually, didn't expect that people REALLY do this. Mark, may I know where this has been discussed, as the only one I recall is that not prototyping main() is OK, as its prototype is internally known to almost every compiler. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 10:43:26 2001 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 B59B837B416; Fri, 14 Dec 2001 10:43:15 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fBEIgpl27538; Fri, 14 Dec 2001 20:42:51 +0200 (EET) (envelope-from ru) Date: Fri, 14 Dec 2001 20:42:51 +0200 From: Ruslan Ermilov To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214204251.K16945@sunbay.com> References: <20011214202230.C16945@sunbay.com> <200112141839.fBEIdSU03381@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141839.fBEIdSU03381@grimreaper.grondar.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 06:39:26PM +0000, Mark Murray wrote: > > His reasoning was that -Werror and -Wmissing-prototypes causes these > > programs to not compile. This is not true for -CURRENT, that's why > > I asked for backout. > > Whatever logic led to the prototypes being put in is less relevant > than the fact that the prototypes are not inherently incorrect, > and there is no reason to remove them, because they do not break > anything. > OK, the please force-commit, and give a real reason. Still fail to see why main() SHOULD be prototyped. Cheers, -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11: 3: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E77AB37B417; Fri, 14 Dec 2001 11:02:57 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJ2vh30881; Fri, 14 Dec 2001 11:02:57 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141902.fBEJ2vh30881@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:02:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:02:57 PST Modified files: sys/kern kern_descrip.c Log: When removing kqueue descriptors from the descriptor table during a fork, update fd_freefile and fd_lastfile as well, to keep things in sync. Pointed out by: Debbie Chu Revision Changes Path 1.113 +8 -3 src/sys/kern/kern_descrip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11: 8:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96A1937B419; Fri, 14 Dec 2001 11:08:55 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJ8tw34785; Fri, 14 Dec 2001 11:08:55 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141908.fBEJ8tw34785@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:08:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zone.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 jlemon 2001/12/14 11:08:55 PST Modified files: (Branch: RELENG_4) sys/vm vm_zone.c Log: MFC: r1.49; do not contstrain zone_interrupt objects to a page boundary. Revision Changes Path 1.30.2.4 +4 -2 src/sys/vm/vm_zone.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:13:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BED6F37B41D; Fri, 14 Dec 2001 11:13:15 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJDFA35402; Fri, 14 Dec 2001 11:13:15 -0800 (PST) (envelope-from obrien) Message-Id: <200112141913.fBEJDFA35402@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 14 Dec 2001 11:13:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim 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 2001/12/14 11:13:15 PST Modified files: editors/vim Makefile distinfo Log: Update to Vim 6.0 patchlevel 97 Revision Changes Path 1.163 +2 -2 ports/editors/vim/Makefile 1.99 +1 -0 ports/editors/vim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:19:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D2F437B41D; Fri, 14 Dec 2001 11:19:33 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJJWR35949; Fri, 14 Dec 2001 11:19:32 -0800 (PST) (envelope-from julian) Message-Id: <200112141919.fBEJJWR35949@freefall.freebsd.org> From: Julian Elischer Date: Fri, 14 Dec 2001 11:19:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 zone.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 julian 2001/12/14 11:19:31 PST Modified files: share/man/man9 zone.9 Log: Make the man page reflec t the code a bit better. Specifically, note the condition of the memory on initial and subsequent allocations is different. Revision Changes Path 1.7 +12 -3 src/share/man/man9/zone.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:21:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E830637B416; Fri, 14 Dec 2001 11:21:22 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJLMv36123; Fri, 14 Dec 2001 11:21:22 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141921.fBEJLMv36123@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:21:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys event.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 jlemon 2001/12/14 11:21:22 PST Modified files: (Branch: RELENG_4) sys/sys event.h Log: MFC: r1.15; add M_KQUEUE malloc type. Revision Changes Path 1.5.2.5 +5 -1 src/sys/sys/event.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:22:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A341E37B41C; Fri, 14 Dec 2001 11:22:16 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJMGV36200; Fri, 14 Dec 2001 11:22:16 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141922.fBEJMGV36200@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:22:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sockio.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 jlemon 2001/12/14 11:22:16 PST Modified files: (Branch: RELENG_4) sys/sys sockio.h Log: MFC: r1.20; SIO{CG}IFCAP entries. Revision Changes Path 1.14.2.5 +6 -4 src/sys/sys/sockio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:24:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29C4537B417; Fri, 14 Dec 2001 11:24:47 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJOlu36522; Fri, 14 Dec 2001 11:24:47 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141924.fBEJOlu36522@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:24:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_event.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 jlemon 2001/12/14 11:24:46 PST Modified files: (Branch: RELENG_4) sys/kern kern_event.c Log: MFC: r1.32; M_KQUEUE type, new callout allocation, kq_calloutmax limit. Revision Changes Path 1.2.2.8 +31 -16 src/sys/kern/kern_event.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:26:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B619D37B41B; Fri, 14 Dec 2001 11:26:29 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJQTw36720; Fri, 14 Dec 2001 11:26:29 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141926.fBEJQTw36720@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:26:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.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 jlemon 2001/12/14 11:26:29 PST Modified files: (Branch: RELENG_4) sys/kern kern_descrip.c Log: MFC: r1.109, r.1.113; M_KQUEUE type, fix for fd_lastfile, fd_freefile. Revision Changes Path 1.81.2.9 +12 -7 src/sys/kern/kern_descrip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:27:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E00A37B416; Fri, 14 Dec 2001 11:27:33 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJRXi36850; Fri, 14 Dec 2001 11:27:33 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141927.fBEJRXi36850@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:27:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_disc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:27:33 PST Modified files: sys/net if_disc.c Log: minor style fix. Revision Changes Path 1.30 +1 -1 src/sys/net/if_disc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:28:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AFC837B405; Fri, 14 Dec 2001 11:28:07 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJS7J36909; Fri, 14 Dec 2001 11:28:07 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141928.fBEJS7J36909@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:28:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:28:07 PST Modified files: sys/net if_ethersubr.c Log: minor style fix. Revision Changes Path 1.105 +1 -0 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:28:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D280937B405; Fri, 14 Dec 2001 11:28:43 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJShc36989; Fri, 14 Dec 2001 11:28:43 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141928.fBEJShc36989@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:28:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_iso88025subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:28:43 PST Modified files: sys/net if_iso88025subr.c Log: whitespace fixes. Revision Changes Path 1.20 +2 -2 src/sys/net/if_iso88025subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:29: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7576737B419; Fri, 14 Dec 2001 11:29:03 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJT3H37179; Fri, 14 Dec 2001 11:29:03 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141929.fBEJT3H37179@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:29:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_loop.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:29:03 PST Modified files: sys/net if_loop.c Log: whitespace fixes. Revision Changes Path 1.66 +1 -1 src/sys/net/if_loop.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:29:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D699537B41C; Fri, 14 Dec 2001 11:29:30 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJTUv37573; Fri, 14 Dec 2001 11:29:30 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141929.fBEJTUv37573@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:29:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:29:30 PST Modified files: sys/net if_tap.c Log: whitespace fixes. Revision Changes Path 1.12 +2 -2 src/sys/net/if_tap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:30: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93FC337B43F; Fri, 14 Dec 2001 11:29:56 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJTuW37953; Fri, 14 Dec 2001 11:29:56 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141929.fBEJTuW37953@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:29:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:29:56 PST Modified files: sys/net if_var.h Log: whitespace fixes. Revision Changes Path 1.44 +1 -1 src/sys/net/if_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:30:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75D8F37B405; Fri, 14 Dec 2001 11:30:42 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJUgN38364; Fri, 14 Dec 2001 11:30:42 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141930.fBEJUgN38364@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:30:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet icmp_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:30:42 PST Modified files: sys/netinet icmp_var.h Log: whitespace fixes. Revision Changes Path 1.20 +1 -1 src/sys/netinet/icmp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:32: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9316D37B405; Fri, 14 Dec 2001 11:32:00 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJW0M39056; Fri, 14 Dec 2001 11:32:00 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141932.fBEJW0M39056@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:32:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:32:00 PST Modified files: sys/netinet ip_fw.c Log: minor whitespace fixes. Revision Changes Path 1.177 +1 -1 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:32:59 2001 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 91AF237B41C; Fri, 14 Dec 2001 11:32:43 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBEJWhh25129; Fri, 14 Dec 2001 11:32:43 -0800 (PST) (envelope-from dillon) Date: Fri, 14 Dec 2001 11:32:43 -0800 (PST) From: Matthew Dillon Message-Id: <200112141932.fBEJWhh25129@apollo.backplane.com> To: Luigi Rizzo Cc: Mike Silbersack , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet tcp_output.c References: <200112141826.fBEIQq825611@freefall.freebsd.org> <20011214103030.M49775@iguana.aciri.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 Yah. Good move! -Matt Matthew Dillon :Thanks, that should have been done ages ago. : : cheers : luigi : :On Fri, Dec 14, 2001 at 10:26:52AM -0800, Mike Silbersack wrote: :> silby 2001/12/14 10:26:52 PST :> :> Modified files: :> sys/netinet tcp_output.c :> Log: :> Reduce the local network slowstart flightsize from infinity to 4 packets. :> :> Now that we've increased the size of our send / receive buffers, bursting :> an entire window onto the network may cause congestion. As a result, :> we will slow start beginning with a flightsize of 4 packets. :> :> Problem reported by: Thomas Zenker :> :> MFC after: 3 days :> :> Revision Changes Path :> 1.59 +1 -1 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:33: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE16237B416; Fri, 14 Dec 2001 11:32:47 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJWl539126; Fri, 14 Dec 2001 11:32:47 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141932.fBEJWl539126@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:32:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:32:47 PST Modified files: sys/netinet ip_icmp.c Log: whitespace fixes. Revision Changes Path 1.65 +6 -6 src/sys/netinet/ip_icmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:33:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5756937B62B; Fri, 14 Dec 2001 11:33:29 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJXTs39204; Fri, 14 Dec 2001 11:33:29 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141933.fBEJXTs39204@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:33:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_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 jlemon 2001/12/14 11:33:29 PST Modified files: sys/netinet ip_input.c Log: minor style and whitespace fixes. Revision Changes Path 1.186 +12 -11 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:34:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D505037B416; Fri, 14 Dec 2001 11:34:11 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJYBj39285; Fri, 14 Dec 2001 11:34:11 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141934.fBEJYBj39285@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:34:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:34:11 PST Modified files: sys/netinet ip_output.c Log: whitespace and style fixes recovered from -stable. Revision Changes Path 1.144 +35 -33 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:34:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED50737B425; Fri, 14 Dec 2001 11:34:42 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJYgd39352; Fri, 14 Dec 2001 11:34:42 -0800 (PST) (envelope-from rwatson) Message-Id: <200112141934.fBEJYgd39352@freefall.freebsd.org> From: Robert Watson Date: Fri, 14 Dec 2001 11:34:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/12/14 11:34:42 PST Modified files: sys/netinet ip.h Log: o Add definition for IPOPT_CIPSO, the commercial security IP option number. Submitted by: Ilmar S. Habibulin Obtained from: TrustedBSD Project Revision Changes Path 1.18 +2 -1 src/sys/netinet/ip.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:35:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30FA137B405; Fri, 14 Dec 2001 11:35:49 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJZnb39469; Fri, 14 Dec 2001 11:35:49 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141935.fBEJZnb39469@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:35:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.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 jlemon 2001/12/14 11:35:49 PST Modified files: (Branch: RELENG_4) sys/net if.h Log: MFC: r1.64, r1.65; network device capability support. Revision Changes Path 1.58.2.5 +10 -0 src/sys/net/if.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:37:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7379437B419; Fri, 14 Dec 2001 11:37:32 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJbW839678; Fri, 14 Dec 2001 11:37:32 -0800 (PST) (envelope-from rwatson) Message-Id: <200112141937.fBEJbW839678@freefall.freebsd.org> From: Robert Watson Date: Fri, 14 Dec 2001 11:37:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/12/14 11:37:32 PST Modified files: sys/netinet ip.h Log: o Add IPOPT_ESO for the 'Extended Security' IP option (RFC1108) Obtained from: TrustedBSD Project Revision Changes Path 1.19 +1 -0 src/sys/netinet/ip.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:38:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9715C37B41A; Fri, 14 Dec 2001 11:38:36 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJcao39840; Fri, 14 Dec 2001 11:38:36 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141938.fBEJcao39840@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:38:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_var.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 jlemon 2001/12/14 11:38:36 PST Modified files: (Branch: RELENG_4) sys/net if_var.h Log: MFC: r1.37; add entries for network device capabilitis. This is done in a different form; instead of adding new entries to 'struct ifnet', we coopt several unused fields in the structure instead, in order to preserve binary compatability with previous releases. Revision Changes Path 1.18.2.9 +17 -5 src/sys/net/if_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:39:31 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 845FE37B419; Fri, 14 Dec 2001 11:39:23 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fBEJdMi02508; Fri, 14 Dec 2001 19:39:22 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fBEJUJU06523; Fri, 14 Dec 2001 19:30:19 GMT (envelope-from mark@grondar.za) Message-Id: <200112141930.fBEJUJU06523@grimreaper.grondar.org> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c References: <20011214204055.I16945@sunbay.com> In-Reply-To: <20011214204055.I16945@sunbay.com> ; from Ruslan Ermilov "Fri, 14 Dec 2001 20:40:55 +0200." Date: Fri, 14 Dec 2001 19:30:19 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I was mostly joking actually, didn't expect that people REALLY > do this. Mark, may I know where this has been discussed, as > the only one I recall is that not prototyping main() is OK, > as its prototype is internally known to almost every compiler. This was not discussed per se. I just turned on WARNS=2 and fixed the warnings. If the compiler whined about main(), then I fixed that too. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:40:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 662A637B419; Fri, 14 Dec 2001 11:40:09 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJe9E40092; Fri, 14 Dec 2001 11:40:09 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141940.fBEJe9E40092@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:40:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.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 jlemon 2001/12/14 11:40:09 PST Modified files: (Branch: RELENG_4) sys/net if.c Log: MFC: r1.116; support for interface capabilities. Revision Changes Path 1.85.2.10 +15 -1 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:41:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A26737B405; Fri, 14 Dec 2001 11:41:36 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJfa840340; Fri, 14 Dec 2001 11:41:36 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141941.fBEJfa840340@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:41:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.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 jlemon 2001/12/14 11:41:36 PST Modified files: (Branch: RELENG_4) sys/pci if_ti.c Log: MFC: r1.53; interface capability support. Revision Changes Path 1.25.2.12 +19 -2 src/sys/pci/if_ti.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:42:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFFA337B41B; Fri, 14 Dec 2001 11:42:44 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJgio40436; Fri, 14 Dec 2001 11:42:44 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141942.fBEJgio40436@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:42:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.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 jlemon 2001/12/14 11:42:44 PST Modified files: (Branch: RELENG_4) sys/pci if_xl.c Log: MFC: r1.98; (remaining portion) - advertise interface capabilities. Revision Changes Path 1.72.2.10 +2 -0 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:44:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D195237B41B; Fri, 14 Dec 2001 11:44:38 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJico40710; Fri, 14 Dec 2001 11:44:38 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141944.fBEJico40710@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:44:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.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 jlemon 2001/12/14 11:44:38 PST Modified files: (Branch: RELENG_4) sys/dev/nge if_nge.c Log: MFC: r1.21; interface capabilities. Revision Changes Path 1.13.2.7 +2 -0 src/sys/dev/nge/if_nge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:48:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E94A37B416; Fri, 14 Dec 2001 11:48:08 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJm8o41218; Fri, 14 Dec 2001 11:48:08 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141948.fBEJm8o41218@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:48:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 11:48:08 PST Modified files: (Branch: RELENG_4) sys/dev/bge if_bge.c Log: MFC: interface capability support. Revision Changes Path 1.3.2.4 +14 -3 src/sys/dev/bge/if_bge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:49:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 481C737B41C; Fri, 14 Dec 2001 11:49:24 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJnOW41372; Fri, 14 Dec 2001 11:49:24 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141949.fBEJnOW41372@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:49:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lge if_lge.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 jlemon 2001/12/14 11:49:24 PST Modified files: (Branch: RELENG_4) sys/dev/lge if_lge.c Log: MFC: advertise interface capabilities. Revision Changes Path 1.5.2.2 +2 -0 src/sys/dev/lge/if_lge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:50:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B895237B416; Fri, 14 Dec 2001 11:50:43 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJohd41523; Fri, 14 Dec 2001 11:50:43 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141950.fBEJohd41523@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:50:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/txp if_txp.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 jlemon 2001/12/14 11:50:43 PST Modified files: (Branch: RELENG_4) sys/dev/txp if_txp.c Log: MFC: r1.7; interface capability support. Revision Changes Path 1.4.2.4 +5 -6 src/sys/dev/txp/if_txp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:51:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B981E37B405; Fri, 14 Dec 2001 11:51:39 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJpdD41724; Fri, 14 Dec 2001 11:51:39 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141951.fBEJpdD41724@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:51:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/gx if_gx.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 jlemon 2001/12/14 11:51:39 PST Modified files: (Branch: RELENG_4) sys/dev/gx if_gx.c Log: MFC: interface capability support. Revision Changes Path 1.2.2.3 +20 -6 src/sys/dev/gx/if_gx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:53: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6490837B417; Fri, 14 Dec 2001 11:53:01 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJr1W41834; Fri, 14 Dec 2001 11:53:01 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141953.fBEJr1W41834@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:53:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_syncache.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 jlemon 2001/12/14 11:53:01 PST Added files: (Branch: RELENG_4) sys/netinet tcp_syncache.c Log: MFC: syncache support. Revision Changes Path 1.5.2.1 +1161 -0 src/sys/netinet/tcp_syncache.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 Dec 14 11:54: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD43937B416; Fri, 14 Dec 2001 11:53:55 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJrtM41955; Fri, 14 Dec 2001 11:53:55 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141953.fBEJrtM41955@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:53:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.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 jlemon 2001/12/14 11:53:55 PST Modified files: (Branch: RELENG_4) sys/netinet in.h Log: MFC: r1.57; centralize macro definitions. Revision Changes Path 1.48.2.5 +5 -1 src/sys/netinet/in.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 11:56:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B43AC37B405; Fri, 14 Dec 2001 11:56:19 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJuJG42229; Fri, 14 Dec 2001 11:56:19 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141956.fBEJuJG42229@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:56:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.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 jlemon 2001/12/14 11:56:19 PST Modified files: (Branch: RELENG_4) sys/net if_ethersubr.c Log: MFC: r1.99; set some values before calling if_attach(). Revision Changes Path 1.70.2.21 +1 -1 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12: 0: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4341B37B41A; Fri, 14 Dec 2001 11:59:55 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEJxt742618; Fri, 14 Dec 2001 11:59:55 -0800 (PST) (envelope-from jlemon) Message-Id: <200112141959.fBEJxt742618@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 11:59:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.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 jlemon 2001/12/14 11:59:55 PST Modified files: (Branch: RELENG_4) sys/netinet in.c Log: MFC: r1.58, r1.59: use hash table for IP addresses. Revision Changes Path 1.44.2.7 +23 -14 src/sys/netinet/in.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12: 2:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85C5337B417; Fri, 14 Dec 2001 12:02:54 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEK2rq43490; Fri, 14 Dec 2001 12:02:54 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142002.fBEK2rq43490@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:02:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.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 jlemon 2001/12/14 12:02:53 PST Modified files: (Branch: RELENG_4) sys/netinet ip_output.c Log: MFC: r1.137, r1.138, r1.140; macro centralization, hash list, stats update. Revision Changes Path 1.99.2.22 +4 -4 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12: 5:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5089737B416; Fri, 14 Dec 2001 12:05:28 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEK5So47408; Fri, 14 Dec 2001 12:05:28 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142005.fBEK5So47408@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:05:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.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 jlemon 2001/12/14 12:05:28 PST Modified files: (Branch: RELENG_4) sys/netinet ip_icmp.c Log: MFC: sync to head, except ICMP_BANDLIM changes, and other dependencies. Revision Changes Path 1.39.2.12 +15 -8 src/sys/netinet/ip_icmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12: 7:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8478A37B417; Fri, 14 Dec 2001 12:07:14 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEK7EU47824; Fri, 14 Dec 2001 12:07:14 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142007.fBEK7EU47824@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:07:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_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 jlemon 2001/12/14 12:07:14 PST Modified files: (Branch: RELENG_4) sys/netinet if_ether.c Log: MFC: r1.83,r1.86,r1.87,r1.89; inet address hash list. Revision Changes Path 1.64.2.13 +31 -16 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 Fri Dec 14 12: 8:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1620037B420; Fri, 14 Dec 2001 12:08:23 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEK8NC48103; Fri, 14 Dec 2001 12:08:23 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142008.fBEK8NC48103@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:08:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/12/14 12:08:23 PST Modified files: (Branch: RELENG_4) sys/netinet ip_input.c Log: MFC: r1.180,r1.181: macro cleanup, inet address hash list. Revision Changes Path 1.130.2.30 +30 -20 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:10: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5448D37B417; Fri, 14 Dec 2001 12:09:34 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEK9YQ48414; Fri, 14 Dec 2001 12:09:34 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142009.fBEK9YQ48414@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:09:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_var.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 jlemon 2001/12/14 12:09:34 PST Modified files: (Branch: RELENG_4) sys/netinet in_var.h Log: MFC: r1.41,r1.42,r1.43; inet hash list changes. Revision Changes Path 1.33.2.3 +19 -4 src/sys/netinet/in_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:10:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2417D37B61E; Fri, 14 Dec 2001 12:10:17 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKAH648666; Fri, 14 Dec 2001 12:10:17 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142010.fBEKAH648666@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:10:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_rmx.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 jlemon 2001/12/14 12:10:17 PST Modified files: (Branch: RELENG_4) sys/netinet in_rmx.c Log: MFC: r1.41; macro cleanup. Revision Changes Path 1.37.2.2 +1 -3 src/sys/netinet/in_rmx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:12:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DD5937B41A; Fri, 14 Dec 2001 12:12:29 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKCTo49151; Fri, 14 Dec 2001 12:12:29 -0800 (PST) (envelope-from iedowse) Message-Id: <200112142012.fBEKCTo49151@freefall.freebsd.org> From: Ian Dowse Date: Fri, 14 Dec 2001 12:12:29 -0800 (PST) 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 iedowse 2001/12/14 12:12:29 PST Modified files: (Branch: RELENG_4) release/scripts dokern.sh Log: MFC: 1.36; exclude `urio' from the floppy kernel. The alpha portion of this was already MFC'd in revision 1.23.2.15. Revision Changes Path 1.23.2.18 +3 -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 Fri Dec 14 12:13: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58F0B37B405; Fri, 14 Dec 2001 12:13:06 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKD6149238; Fri, 14 Dec 2001 12:13:06 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142013.fBEKD6149238@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:13:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.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 jlemon 2001/12/14 12:13:06 PST Modified files: (Branch: RELENG_4) sys/netinet in_pcb.c Log: MFC: r1.90,r1.94; macro cleanup, syncache support. Revision Changes Path 1.59.2.18 +3 -21 src/sys/netinet/in_pcb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:14:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B32337B416; Fri, 14 Dec 2001 12:14:43 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKEhU49430; Fri, 14 Dec 2001 12:14:43 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142014.fBEKEhU49430@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:14:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.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 jlemon 2001/12/14 12:14:43 PST Modified files: (Branch: RELENG_4) sys/netinet tcp_usrreq.c Log: MFC: r1.53,r1.68; TCP_NOPUSH fixes, syncache support. Revision Changes Path 1.51.2.11 +16 -6 src/sys/netinet/tcp_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 Dec 14 12:17: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E84E37B417; Fri, 14 Dec 2001 12:16:59 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKGxr49648; Fri, 14 Dec 2001 12:16:59 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142016.fBEKGxr49648@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:16:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_seq.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 jlemon 2001/12/14 12:16:59 PST Modified files: (Branch: RELENG_4) sys/netinet tcp_seq.h Log: MFC: r1.18; centralize initialization of snd_recover. Revision Changes Path 1.11.2.6 +2 -2 src/sys/netinet/tcp_seq.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:19:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40AE337B419; Fri, 14 Dec 2001 12:19:14 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKJEc49963; Fri, 14 Dec 2001 12:19:14 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142019.fBEKJEc49963@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:19:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.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 jlemon 2001/12/14 12:19:14 PST Modified files: (Branch: RELENG_4) sys/netinet tcp_output.c Log: MFC: r1.53,r1.54,r1.57; TF_LASTIDLE, syncache support, compiler cleanup. Revision Changes Path 1.39.2.13 +10 -3 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:20:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 296C137B417; Fri, 14 Dec 2001 12:20:50 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKKo550211; Fri, 14 Dec 2001 12:20:50 -0800 (PST) (envelope-from phk) Message-Id: <200112142020.fBEKKo550211@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 14 Dec 2001 12:20:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/jail jail.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2001/12/14 12:20:50 PST Modified files: usr.sbin/jail jail.8 Log: Add some wisdom to the jail setup instructions. Revision Changes Path 1.33 +11 -1 src/usr.sbin/jail/jail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:21:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A9E937B417; Fri, 14 Dec 2001 12:21:12 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKLCW50355; Fri, 14 Dec 2001 12:21:12 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142021.fBEKLCW50355@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:21:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.h src/sys/netinet6 tcp6_var.h src/sys/netinet in_pcb.h tcp_input.c tcp_subr.c tcp_var.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 jlemon 2001/12/14 12:21:12 PST Modified files: (Branch: RELENG_4) sys/net route.h sys/netinet6 tcp6_var.h sys/netinet in_pcb.h tcp_input.c tcp_subr.c tcp_var.h Log: MFC: syncache support. Revision Changes Path 1.36.2.2 +1 -1 src/sys/net/route.h 1.32.2.5 +64 -28 src/sys/netinet/in_pcb.h 1.107.2.20 +264 -462 src/sys/netinet/tcp_input.c 1.73.2.23 +47 -42 src/sys/netinet/tcp_subr.c 1.56.2.10 +77 -8 src/sys/netinet/tcp_var.h 1.3.2.2 +1 -1 src/sys/netinet6/tcp6_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:22:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2A7B37B41C; Fri, 14 Dec 2001 12:22:27 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKMRZ50574; Fri, 14 Dec 2001 12:22:27 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142022.fBEKMRZ50574@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:22:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_stf.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 jlemon 2001/12/14 12:22:27 PST Modified files: (Branch: RELENG_4) sys/net if_stf.c Log: MFC: r1.13; inet hash table support. Revision Changes Path 1.1.2.7 +2 -6 src/sys/net/if_stf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:23:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEC8637B41A; Fri, 14 Dec 2001 12:23:21 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKNLH50709; Fri, 14 Dec 2001 12:23:21 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142023.fBEKNLH50709@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:23:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_spppsubr.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 jlemon 2001/12/14 12:23:21 PST Modified files: (Branch: RELENG_4) sys/net if_spppsubr.c Log: MFC: r1.73; inet address hash table support. Revision Changes Path 1.59.2.8 +5 -1 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:24:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FCEA37B405; Fri, 14 Dec 2001 12:24:47 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKOlU50923; Fri, 14 Dec 2001 12:24:47 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142024.fBEKOlU50923@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:24:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/driver i4b_ispppsubr.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 jlemon 2001/12/14 12:24:47 PST Modified files: (Branch: RELENG_4) sys/i4b/driver i4b_ispppsubr.c Log: MFC: r1.12; inet address hash support. Revision Changes Path 1.11.2.2 +7 -1 src/sys/i4b/driver/i4b_ispppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 12:27: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2908937B405; Fri, 14 Dec 2001 12:27:00 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKR0851252; Fri, 14 Dec 2001 12:27:00 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142027.fBEKR0851252@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:27:00 -0800 (PST) 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 jlemon 2001/12/14 12:27:00 PST Modified files: (Branch: RELENG_4) sys/conf files Log: MFC: r1.583; syncache. Revision Changes Path 1.340.2.86 +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 Fri Dec 14 12:28:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66E7E37B41B; Fri, 14 Dec 2001 12:28:52 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEKSqq51522; Fri, 14 Dec 2001 12:28:52 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142028.fBEKSqq51522@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 12:28:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.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 jlemon 2001/12/14 12:28:52 PST Modified files: (Branch: RELENG_4) sys/ufs/ufs ufs_vnops.c Log: MFC: r1.168,r1.169; kqueue filter updates for ufs. Revision Changes Path 1.131.2.6 +41 -0 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 Fri Dec 14 12:38:46 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id E1CEA37B405; Fri, 14 Dec 2001 12:38:40 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 14 Dec 2001 20:38:36 +0000 (GMT) Date: Fri, 14 Dec 2001 20:38:35 +0000 From: David Malone To: David O'Brien Cc: Mark Murray , Ruslan Ermilov , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214203835.A64110@walton.maths.tcd.ie> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214094310.A25238@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011214094310.A25238@dragon.nuxi.com>; from obrien@FreeBSD.org on Fri, Dec 14, 2001 at 09:43:10AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Dec 14, 2001 at 09:43:10AM -0800, David O'Brien wrote: > People should stop the WARNS sweeps for 1-2 mo. GCC 3 has *SO* many more > warnings just about all of our WARNS=2 will have to be revisited. > IIRC this issue with main() is also dealt with in GCC 3. I'm not sure this is a good reason to stop the warns sweeps. The real reason for doing warns sweeps is so that we can see warnings that relate to real or potential bugs in the code without having to wade through spurious warnings. This should probably continue regardless. (That, and the fact that there'll always be a better compiler with more warnings comming....) We can always suspend the -Werror flag after the import until the new warnings have been fixed (both the new and old warnings will have to be fixed at some stage anyway). I have some work in usr.bin which I'd like to finish, but if it would make the gcc 3 import easier, I can test these warns patches with gcc 3 before committing them. It would be easy enough to ask people doing warns work to check with both versions of gcc. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 13:20:11 2001 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 6824937B426; Fri, 14 Dec 2001 13:19:48 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fBELJZd33246; Fri, 14 Dec 2001 13:19:35 -0800 (PST) (envelope-from obrien) Date: Fri, 14 Dec 2001 13:19:34 -0800 From: "David O'Brien" To: David Malone Cc: Mark Murray , Ruslan Ermilov , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214131934.B33199@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214094310.A25238@dragon.nuxi.com> <20011214203835.A64110@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011214203835.A64110@walton.maths.tcd.ie>; from dwmalone@maths.tcd.ie on Fri, Dec 14, 2001 at 08:38:35PM +0000 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, Dec 14, 2001 at 08:38:35PM +0000, David Malone wrote: > I have some work in usr.bin which I'd like to finish, but if it > would make the gcc 3 import easier, I can test these warns patches > with gcc 3 before committing them. It would be easy enough to ask > people doing warns work to check with both versions of gcc. The issue is that gcc 3 produces more warnings. And things that pass WARNS=2 probably won't pass WARNS=2 with GCC 3. So everyone will have to have to turn on NO_WERROR=yes. Unless people want to see gcc3 delayed by extra weeks so the person bringing it in can clean up all the errors that prevent the tree from building. Thus any new WARNS=2 will just get in the way more. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 13:23:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA4AD37B41B; Fri, 14 Dec 2001 13:23:19 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBELNJc59444; Fri, 14 Dec 2001 13:23:19 -0800 (PST) (envelope-from sos) Message-Id: <200112142123.fBELNJc59444@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 14 Dec 2001 13:23:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/12/14 13:23:19 PST Modified files: sys/dev/ata ata-all.c Log: Do be so anal on detach, properly free interrupt even if no devices. Revision Changes Path 1.125 +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 Fri Dec 14 13:24:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E783237B417; Fri, 14 Dec 2001 13:24:11 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBELOBM59606; Fri, 14 Dec 2001 13:24:11 -0800 (PST) (envelope-from petef) Message-Id: <200112142124.fBELOBM59606@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 14 Dec 2001 13:24:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_layout 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 petef 2001/12/14 13:24:11 PST Modified files: www/mod_layout Makefile Log: Rework how we tell the Makefile to use ${LOCALBASE}/sbin/apxs. Noticed by: bento Revision Changes Path 1.7 +1 -3 ports/www/mod_layout/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 13:26:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5723137B416; Fri, 14 Dec 2001 13:26:31 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBELQVK59862; Fri, 14 Dec 2001 13:26:31 -0800 (PST) (envelope-from petef) Message-Id: <200112142126.fBELQVK59862@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 14 Dec 2001 13:26:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm2 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 petef 2001/12/14 13:26:31 PST Modified files: x11-wm/fvwm2 Makefile pkg-plist Log: Add missing manpage and @dirrm. Noticed by: bento Revision Changes Path 1.36 +2 -1 ports/x11-wm/fvwm2/Makefile 1.17 +1 -0 ports/x11-wm/fvwm2/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 Dec 14 13:28:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25E8737B416; Fri, 14 Dec 2001 13:28:50 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBELSon60304; Fri, 14 Dec 2001 13:28:50 -0800 (PST) (envelope-from sos) Message-Id: <200112142128.fBELSon60304@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 14 Dec 2001 13:28:50 -0800 (PST) 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 2001/12/14 13:28:50 PST Modified files: sys/dev/ata ata-dma.c ata-pci.c Log: Adjust the timings for the SiS chips a bit, also add the SiS 645. Cosmetics on the Acer chips (print right modes) Revision Changes Path 1.78 +9 -8 src/sys/dev/ata/ata-dma.c 1.22 +8 -5 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 Fri Dec 14 13:34:52 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id C499937B405; Fri, 14 Dec 2001 13:34:44 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 14 Dec 2001 21:34:41 +0000 (GMT) To: obrien@FreeBSD.org Cc: Mark Murray , Ruslan Ermilov , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c In-reply-to: Your message of "Fri, 14 Dec 2001 13:19:34 PST." <20011214131934.B33199@dragon.nuxi.com> X-Request-Do: Date: Fri, 14 Dec 2001 21:34:39 +0000 From: David Malone Message-ID: <200112142134.aa40078@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > The issue is that gcc 3 produces more warnings. And things that pass > WARNS=2 probably won't pass WARNS=2 with GCC 3. So everyone will have to > have to turn on NO_WERROR=yes. Unless people want to see gcc3 delayed by > extra weeks so the person bringing it in can clean up all the errors that > prevent the tree from building. Thus any new WARNS=2 will just get in > the way more. I don't see the problem with turning on NO_WERROR=yes and then working through the new warnings when gcc3 is imported. Both gcc2 and gcc3 warnings will have to be resolved at some time and waiting for a month or two while gcc3 is imported just putting off fixing the gcc2 warnings. (I'll take responsibility for working through the bits of userland which give new warnings with gcc3, if it will take one problem off the mind of those doing the import). David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 13:51:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01AD937B41A; Fri, 14 Dec 2001 13:51:29 -0800 (PST) Received: (from rse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBELpSl62835; Fri, 14 Dec 2001 13:51:28 -0800 (PST) (envelope-from rse) Message-Id: <200112142151.fBELpSl62835@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 14 Dec 2001 13:51:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rse 2001/12/14 13:51:28 PST Modified files: sbin/ipfw ipfw.8 Log: At least once mention the long names of WF2Q+ (Worst-case Fair Weighted Fair Queueing) and RED (Random Early Detection) to both give the reader a hint what they are and to make it easier to find out more information about them. Revision Changes Path 1.94 +2 -2 src/sbin/ipfw/ipfw.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 14: 5: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C70D037B417; Fri, 14 Dec 2001 14:04:58 -0800 (PST) Received: (from dg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEM4wF64009; Fri, 14 Dec 2001 14:04:58 -0800 (PST) (envelope-from dg) Message-Id: <200112142204.fBEM4wF64009@freefall.freebsd.org> From: David Greenman Date: Fri, 14 Dec 2001 14:04:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dg 2001/12/14 14:04:58 PST Modified files: sys/dev/bge if_bge.c Log: Disabled input hardware checksum due to it being calculated incorrected for some packets, in particular small (0 byte payload) packets. May also be related to TCP options. Approved by: wpaul MFC after: 3 days Revision Changes Path 1.5 +2 -0 src/sys/dev/bge/if_bge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 14: 5:38 2001 Delivered-To: cvs-all@freebsd.org Received: from softweyr.com (softweyr.com [65.88.244.127]) by hub.freebsd.org (Postfix) with ESMTP id C9EE137B41C; Fri, 14 Dec 2001 14:05:27 -0800 (PST) Received: from mail.dobox.com ([65.88.244.102] helo=softweyr.com) by softweyr.com with esmtp (Exim 3.33 #1) id 16F0SI-000Por-00; Fri, 14 Dec 2001 15:05:22 -0700 Message-ID: <3C1A20A0.5080100@softweyr.com> Date: Fri, 14 Dec 2001 15:54:08 +0000 From: Wes Peters Organization: Softweyr LLC User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011211 X-Accept-Language: en-us MIME-Version: 1.0 To: Robert Watson Cc: Jonathan Lemon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc newsyslog.conf References: Content-Type: text/plain; charset=us-ascii; format=flowed 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 Robert Watson wrote: > Question: Is this something we should MFC prior to 4.5-RELEASE? Yes, I'd say so. > On Sun, 16 Sep 2001, Jonathan Lemon wrote: > >>jlemon 2001/09/16 18:33:15 PDT >> >> Modified files: >> etc newsyslog.conf >> Log: >> Change maillog to have permissions of 640. Users shouldn't be able to >> eavesdrop on other users' communications. >> >> Revision Changes Path >> 1.35 +2 -2 src/etc/newsyslog.conf -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 14: 5:56 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 132ED37B405; Fri, 14 Dec 2001 14:05:48 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBEM5l753259; Fri, 14 Dec 2001 14:05:47 -0800 (PST) (envelope-from rizzo) Date: Fri, 14 Dec 2001 14:05:47 -0800 From: Luigi Rizzo To: Jonathan Lemon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_var.h Message-ID: <20011214140547.A53193@iguana.aciri.org> References: <200112141938.fBEJcao39840@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141938.fBEJcao39840@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-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, Dec 14, 2001 at 11:38:36AM -0800, Jonathan Lemon wrote: > jlemon 2001/12/14 11:38:36 PST > > Modified files: (Branch: RELENG_4) > sys/net if_var.h > Log: > MFC: r1.37; add entries for network device capabilitis. > > This is done in a different form; instead of adding new entries to > 'struct ifnet', we coopt several unused fields in the structure instead, > in order to preserve binary compatability with previous releases. I don't understand this. Since you haven't put a #define for if_done and if_poll_recv, any code that might have used them is going to break, so you might as well have just replaced the old fields with the new ones. Am I wrong ? cheers luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/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 Fri Dec 14 14:10:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B42937B405; Fri, 14 Dec 2001 14:10:30 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEMAUI67825; Fri, 14 Dec 2001 14:10:30 -0800 (PST) (envelope-from gshapiro) Message-Id: <200112142210.fBEMAUI67825@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Fri, 14 Dec 2001 14:10:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/sendmail freefall.mc 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 2001/12/14 14:10:30 PST Modified files: (Branch: RELENG_4) etc/sendmail freefall.mc Log: MFC: 1.17: Add missing word in comment. Revision Changes Path 1.15.2.2 +2 -3 src/etc/sendmail/freefall.mc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 14:18: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A245137B41A; Fri, 14 Dec 2001 14:17:54 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEMHsh68476; Fri, 14 Dec 2001 14:17:54 -0800 (PST) (envelope-from jdp) Message-Id: <200112142217.fBEMHsh68476@freefall.freebsd.org> From: John Polstra Date: Fri, 14 Dec 2001 14:17:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c bpfdesc.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 2001/12/14 14:17:54 PST Modified files: sys/net bpf.c bpfdesc.h Log: Make bpf's read timeout feature work more correctly with select/poll, and therefore with pthreads. I doubt there is any way to make this 100% semantically identical to the way it behaves in unthreaded programs with blocking reads, but the solution here should do the right thing for all reasonable usage patterns. The basic idea is to schedule a callout for the read timeout when a select/poll is done. When the callout fires, it ends the select if it is still in progress, or marks the state as "timed out" if the select has already ended for some other reason. Additional logic in bpfread then does the right thing in the case where the timeout has fired. Note, I co-opted the bd_state member of the bpf_d structure. It has been present in the structure since the initial import of 4.4-lite, but as far as I can tell it has never been used. PR: kern/22063 and bin/31649 MFC after: 3 days Revision Changes Path 1.86 +53 -6 src/sys/net/bpf.c 1.19 +8 -1 src/sys/net/bpfdesc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 14:18:47 2001 Delivered-To: cvs-all@freebsd.org Received: from prism.flugsvamp.com (66-188-92-95.mad.wi.charter.com [66.188.92.95]) by hub.freebsd.org (Postfix) with ESMTP id 3DE3837B405; Fri, 14 Dec 2001 14:18:39 -0800 (PST) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.6/8.11.6) id fBEMHZM65822; Fri, 14 Dec 2001 16:17:35 -0600 (CST) (envelope-from jlemon) Date: Fri, 14 Dec 2001 16:17:35 -0600 From: Jonathan Lemon To: Luigi Rizzo Cc: Jonathan Lemon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_var.h Message-ID: <20011214161735.Y377@prism.flugsvamp.com> References: <200112141938.fBEJcao39840@freefall.freebsd.org> <20011214140547.A53193@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20011214140547.A53193@iguana.aciri.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 Fri, Dec 14, 2001 at 02:05:47PM -0800, Luigi Rizzo wrote: > On Fri, Dec 14, 2001 at 11:38:36AM -0800, Jonathan Lemon wrote: > > jlemon 2001/12/14 11:38:36 PST > > > > Modified files: (Branch: RELENG_4) > > sys/net if_var.h > > Log: > > MFC: r1.37; add entries for network device capabilitis. > > > > This is done in a different form; instead of adding new entries to > > 'struct ifnet', we coopt several unused fields in the structure instead, > > in order to preserve binary compatability with previous releases. > > I don't understand this. > > Since you haven't put a #define for if_done and if_poll_recv, any > code that might have used them is going to break, so you might as > well have just replaced the old fields with the new ones. > > Am I wrong ? No; but I did it this way to insure that the structure size didn't change on any of the architectures that we run on. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 14:25: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF23737B417; Fri, 14 Dec 2001 14:25:04 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEMP4F69114; Fri, 14 Dec 2001 14:25:04 -0800 (PST) (envelope-from cjc) Message-Id: <200112142225.fBEMP4F69114@freefall.freebsd.org> From: "Crist J. Clark" Date: Fri, 14 Dec 2001 14:25:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/security 200.chkmounts X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjc 2001/12/14 14:25:04 PST Modified files: etc/periodic/security 200.chkmounts Log: Fix a stray character that found its way into a filename. Revision Changes Path 1.2 +2 -2 src/etc/periodic/security/200.chkmounts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 14:29: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 919AB37B417; Fri, 14 Dec 2001 14:28:58 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEMSw669494; Fri, 14 Dec 2001 14:28:58 -0800 (PST) (envelope-from jhb) Message-Id: <200112142228.fBEMSw669494@freefall.freebsd.org> From: John Baldwin Date: Fri, 14 Dec 2001 14:28:58 -0800 (PST) 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 jhb 2001/12/14 14:28:58 PST Modified files: sys/sys ktr.h Log: Fix two typos, TR6() and ITR6() need to use CTR6(), not CTR5(). Revision Changes Path 1.15 +2 -2 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 Fri Dec 14 14:55:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC10737B41F; Fri, 14 Dec 2001 14:55:10 -0800 (PST) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEMtAK72237; Fri, 14 Dec 2001 14:55:10 -0800 (PST) (envelope-from brooks) Message-Id: <200112142255.fBEMtAK72237@freefall.freebsd.org> From: Brooks Davis Date: Fri, 14 Dec 2001 14:55:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 gif.4 src/share/man/man5 rc.conf.5 src/usr.sbin/gifconfig gifconfig.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 brooks 2001/12/14 14:55:10 PST Modified files: share/man/man4 gif.4 share/man/man5 rc.conf.5 usr.sbin/gifconfig gifconfig.8 Log: Better document gif interface cloning intrastructure. MFC After: 2 days Revision Changes Path 1.15 +7 -3 src/share/man/man4/gif.4 1.144 +20 -0 src/share/man/man5/rc.conf.5 1.11 +10 -4 src/usr.sbin/gifconfig/gifconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 14:56:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E3C037B419; Fri, 14 Dec 2001 14:56:13 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEMuDT72405; Fri, 14 Dec 2001 14:56:13 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112142256.fBEMuDT72405@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 14:56:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 14:56:12 PST Modified files: etc/mtree BSD.usr.dist Log: Add share/examples/smbfs/print for userland smbfs import. The addition of the smbfs examples should have included this delta. Failure to include this delta broken world. Reported by: jhay Revision Changes Path 1.244 +4 -1 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 15:11:50 2001 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 0FB4C37B417; Fri, 14 Dec 2001 15:11:42 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011214231140.DWON10701.rwcrmhc53.attbi.com@peter3.wemm.org>; Fri, 14 Dec 2001 23:11:40 +0000 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fBENBds53675; Fri, 14 Dec 2001 15:11:39 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id BEF083808; Fri, 14 Dec 2001 15:11:39 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys buf.h In-Reply-To: <200112141049.fBEAnFW14777@freefall.freebsd.org> Date: Fri, 14 Dec 2001 15:11:39 -0800 From: Peter Wemm Message-Id: <20011214231139.BEF083808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kirk McKusick wrote: > mckusick 2001/12/14 02:49:15 PST > > Modified files: > sys/sys buf.h > Log: > Add disk I/O scheduling for positively niced processes. Aside from the layering assumptions, there is an obvious gotcha: TAILQ_FOREACH(bn, &bioq->queue, bio_queue) if (BIOTOBUF(bn)->b_vp != BIOTOBUF(bn)->b_vp) ^^ ^^ break; ie: LHS is the same as RHS Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "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 Fri Dec 14 15:11:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3C2637B41B; Fri, 14 Dec 2001 15:11:45 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBENBjN77304; Fri, 14 Dec 2001 15:11:45 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112142311.fBENBjN77304@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 14 Dec 2001 15:11:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile src/lib Makefile src/usr.bin 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 sheldonh 2001/12/14 15:11:45 PST Modified files: sbin Makefile lib Makefile usr.bin Makefile Log: Kernel support for smbfs is only built on the i386 at the moment, so limit the building and installation of the userland utilities to that architecture for now. Reported by: bmah Revision Changes Path 1.132 +2 -1 src/lib/Makefile 1.97 +1 -1 src/sbin/Makefile 1.175 +1 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 15:20:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A25BC37B41F; Fri, 14 Dec 2001 15:20:54 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBENKsW78551; Fri, 14 Dec 2001 15:20:54 -0800 (PST) (envelope-from ache) Message-Id: <200112142320.fBENKsW78551@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 14 Dec 2001 15:20:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/test test.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/12/14 15:20:54 PST Modified files: bin/test test.c Log: POSIX strto*() functions MAY return EINVAL, so don't assume that only one errno from them allowed and it is always ERANGE Revision Changes Path 1.36 +4 -2 src/bin/test/test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 15:26: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEFA537B416; Fri, 14 Dec 2001 15:25:58 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBENPwN78863; Fri, 14 Dec 2001 15:25:58 -0800 (PST) (envelope-from luigi) Message-Id: <200112142325.fBENPwN78863@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 14 Dec 2001 15:25:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/12/14 15:25:58 PST Modified files: sys/i386/conf NOTES Log: Clarify the comments related to DUMMYNET and HZ MFC after: 3 days Revision Changes Path 1.985 +12 -7 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 15:32: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id DCAAB37B41C for ; Fri, 14 Dec 2001 15:32:01 -0800 (PST) Received: (qmail 15203 invoked from network); 14 Dec 2001 23:32:01 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Dec 2001 23:32:01 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200112140550.fBE5oiD51625@freefall.freebsd.org> Date: Fri, 14 Dec 2001 15:31:51 -0800 (PST) From: John Baldwin To: Kirk McKusick Subject: RE: cvs commit: src/sys/kern subr_disklabel.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Dec-01 Kirk McKusick wrote: > mckusick 2001/12/13 21:50:44 PST > > Modified files: > sys/kern subr_disklabel.c > Log: > Add disk I/O scheduling for positively niced processes. > When a positively niced process requests a disk I/O, make > it wait for its nice value of ticks before scheduling its > I/O request if there are any other processes with I/O > requests in the disk queue. For all the gory details, see > the ``Running fsck in the Background'' paper in the Usenix > BSDCon 2002 Conference Proceedings, pages 55-64. Is this a bug: if (td && td->td_ksegrp->kg_nice > 0) { TAILQ_FOREACH(bn, &bioq->queue, bio_queue) if (BIOTOBUF(bn)->b_vp != BIOTOBUF(bn)->b_vp) break; It looks like one of those 'bn's in the if should be a 'bp'. Also, you don't seem to be using the dksort_mtx to protect anything. You can just call tsleep() with your timeout in this case. You don't need the lock. Also, pardon my ignorance, but why not use a separate queue for I/O's from niced processes? You could store a the timeout time in the low priority queue entry and keep a callout active for the head of the low priority queue. When the callout runs, it moves the head item and any others with the same timeout up to the normal queue and sets itself up to fire again for the next item on the low priority queue. Then, if the normal queue is drained, low priority requests can be handled with a minimum of latency. This could work by pulling an item off the low priority queue to handle and resetting the callout for the next one on the list. You could even handle that by basically calling the funcion teh callout calls directly to move items up to the normal queue so you can process them. As it is, by always blocking the full length of time, you may be stalling a pending I/O while the disk is idle. Then if a higher priority request comes in while we are handling the low priority request later on after the nice process resumed, we may actually be increasing the latency of that high priority request since it would not have had to wait had the low priority request been handled during the idle time. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 15:35:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D73A337B419; Fri, 14 Dec 2001 15:35:33 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBENZXn79682; Fri, 14 Dec 2001 15:35:33 -0800 (PST) (envelope-from luigi) Message-Id: <200112142335.fBENZXn79682@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 14 Dec 2001 15:35:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/12/14 15:35:33 PST Modified files: sys/i386/conf NOTES Log: Add description of DEVICE_POLLING option. Revision Changes Path 1.986 +19 -0 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 15:36:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C7F037B419; Fri, 14 Dec 2001 15:36:23 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBENaNd79755; Fri, 14 Dec 2001 15:36:23 -0800 (PST) (envelope-from jlemon) Message-Id: <200112142336.fBENaNd79755@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 14 Dec 2001 15:36:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.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 jlemon 2001/12/14 15:36:23 PST Modified files: (Branch: RELENG_4) sbin/ifconfig ifconfig.c Log: MFC: r1.68,r1.69; add rxcsum and txcsum capabilities. Revision Changes Path 1.51.2.15 +45 -1 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 15:37:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C7D937B417; Fri, 14 Dec 2001 15:37:36 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBENbax79850; Fri, 14 Dec 2001 15:37:36 -0800 (PST) (envelope-from jhb) Message-Id: <200112142337.fBENbax79850@freefall.freebsd.org> From: John Baldwin Date: Fri, 14 Dec 2001 15:37:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/14 15:37:35 PST Modified files: sys/kern kern_fork.c Log: Fix some nits in fork_exit() so it more properly duplicates the backend of mi_switch: - Set the oncpu value for the current thread. - Always set switchticks, not just in the SMP case. - Add a KTR entry for fork_exit that is the same as the "new proc" entry in mi_switch(). - Release sched_lock a bit later like we do with mi_switch(). Revision Changes Path 1.124 +4 -4 src/sys/kern/kern_fork.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 15:53:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98D9037B416; Fri, 14 Dec 2001 15:53:42 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBENrgS82261; Fri, 14 Dec 2001 15:53:42 -0800 (PST) (envelope-from tobez) Message-Id: <200112142353.fBENrgS82261@freefall.freebsd.org> From: Anton Berezin Date: Fri, 14 Dec 2001 15:53:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/p5-Prima 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 tobez 2001/12/14 15:53:42 PST Modified files: x11-toolkits Makefile Added files: x11-toolkits/p5-Prima Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Prima 1.03, an extensible Perl toolkit for multi-platform GUI development. PR: 31158 Submitted by: dmitry@karasik.eu.org Revision Changes Path 1.157 +1 -0 ports/x11-toolkits/Makefile 1.1 +28 -0 ports/x11-toolkits/p5-Prima/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/p5-Prima/distinfo (new) 1.1 +1 -0 ports/x11-toolkits/p5-Prima/pkg-comment (new) 1.1 +14 -0 ports/x11-toolkits/p5-Prima/pkg-descr (new) 1.1 +208 -0 ports/x11-toolkits/p5-Prima/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 Dec 14 15:54: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3900A37B420; Fri, 14 Dec 2001 15:53:51 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBENrpR82308; Fri, 14 Dec 2001 15:53:51 -0800 (PST) (envelope-from tobez) Message-Id: <200112142353.fBENrpR82308@freefall.freebsd.org> From: Anton Berezin Date: Fri, 14 Dec 2001 15:53:51 -0800 (PST) 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 tobez 2001/12/14 15:53:51 PST Modified files: . modules Log: p5-Prima --> ports/x11-toolkits/p5-Prima Revision Changes Path 1.4329 +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 Dec 14 15:58:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B973C37B405; Fri, 14 Dec 2001 15:58:30 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBENwUH82838; Fri, 14 Dec 2001 15:58:30 -0800 (PST) (envelope-from tobez) Message-Id: <200112142358.fBENwUH82838@freefall.freebsd.org> From: Anton Berezin Date: Fri, 14 Dec 2001 15:58:30 -0800 (PST) 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 tobez 2001/12/14 15:58:30 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Dmitry Karasik for his p5-Prima port. Revision Changes Path 1.67 +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 Fri Dec 14 16: 7:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9376537B405; Fri, 14 Dec 2001 16:07:37 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF07bD86864; Fri, 14 Dec 2001 16:07:37 -0800 (PST) (envelope-from peter) Message-Id: <200112150007.fBF07bD86864@freefall.freebsd.org> From: Peter Wemm Date: Fri, 14 Dec 2001 16:07:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_bcast.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 16:07:37 PST Modified files: lib/libc/rpc clnt_bcast.c Log: clnt_bcast.c:420:33: warning: extra tokens at end of #endif directive Revision Changes Path 1.2 +1 -1 src/lib/libc/rpc/clnt_bcast.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 16:58:45 2001 Delivered-To: cvs-all@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id 1C5CF37B419; Fri, 14 Dec 2001 16:58:39 -0800 (PST) Received: from dialup-209.245.137.160.dial1.sanjose1.level3.net ([209.245.137.160] helo=blossom.cjclark.org) by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16F39w-0003V2-00; Fri, 14 Dec 2001 16:58:37 -0800 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id fBF0wXr04989; Fri, 14 Dec 2001 16:58:33 -0800 (PST) (envelope-from cjc) Date: Fri, 14 Dec 2001 16:58:32 -0800 From: "Crist J . Clark" To: Ruslan Ermilov Cc: Guido van Rooij , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/periodic/security 550.ipfwlimit 650.ip6fwlimit Message-ID: <20011214165832.B3473@blossom.cjclark.org> References: <200112140858.fBE8wL596075@freefall.freebsd.org> <20011214115711.A34932@gvr.gvr.org> <20011214135243.B64853@sunbay.com> <20011214125438.A35615@gvr.gvr.org> <20011214142928.A69958@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011214142928.A69958@sunbay.com>; from ru@FreeBSD.org on Fri, Dec 14, 2001 at 02:29:28PM +0200 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 Fri, Dec 14, 2001 at 02:29:28PM +0200, Ruslan Ermilov wrote: > On Fri, Dec 14, 2001 at 12:54:38PM +0100, Guido van Rooij wrote: > > On Fri, Dec 14, 2001 at 01:52:43PM +0200, Ruslan Ermilov wrote: > > > On Fri, Dec 14, 2001 at 11:57:11AM +0100, Guido van Rooij wrote: > > > > On Fri, Dec 14, 2001 at 12:58:21AM -0800, Ruslan Ermilov wrote: > > > > > ru 2001/12/14 00:58:21 PST > > > > > > > > > > Modified files: > > > > > etc/periodic/security 550.ipfwlimit 650.ip6fwlimit > > > > > Log: > > > > > Work around the bugfeature of test(1). > > > > > > > > > > PR: bin/32822 > > > > > > > > > > > > If I run this: > > > > if [ 0 -eq 0 -a "" -ne 1 ]; > > > > then echo foo > > > > fi > > > > then it works. Isn't the real problem that "${IPFW_LOG_LIMIT}" gets lost > > > > somehow? > > > > > > > Nope, try this: > > > > > > FOO= > > > if [ 0 -eq 1 -a ${FOO} -ne 1 ]; then > > > echo OK > > > fi > > > > > > An alternate solution would be to write: > > > > > > if [ 0 -eq 1 -a "${FOO}" -ne 1 ]; then > > > > But that is what was in /etc/security.. So why did it fail? > > > Now I feel really confused. I could reproduce this at the > morning, but couldn't after reading your mail. Fortunately, > I've figured what's different: > > $ /STABLE/bin/[ "" -eq 0 ] > $ /CURRENT/bin/[ "" -eq 0 ] > [: : out of range > > I'll investigate what's wrong with -current's /bin/[ shortly > and will back my (not actually relevant) changes out. Isn't test(1) now a sh(1) builtin on CURRENT? I was wondering why this "bug" was never seen in STABLE when the code is identical. -- "It's always funny until someone gets hurt. Then it's hilarious." 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 Fri Dec 14 17: 6:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A93F37B41C; Fri, 14 Dec 2001 17:06:28 -0800 (PST) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF16SV95589; Fri, 14 Dec 2001 17:06:28 -0800 (PST) (envelope-from brooks) Message-Id: <200112150106.fBF16SV95589@freefall.freebsd.org> From: Brooks Davis Date: Fri, 14 Dec 2001 17:06:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_faith.c src/sys/netinet in_pcb.c ip_icmp.c ip_input.c ip_output.c src/sys/netinet6 icmp6.c in6.c in6.h in6_pcb.c ip6_input.c raw_ip6.c udp6_output.c udp6_usrreq.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 brooks 2001/12/14 17:06:28 PST Modified files: (Branch: RELENG_4) sys/net if_faith.c sys/netinet in_pcb.c ip_icmp.c ip_input.c ip_output.c sys/netinet6 icmp6.c in6.c in6.h in6_pcb.c ip6_input.c raw_ip6.c udp6_output.c udp6_usrreq.c Log: MFC: Make faith(4) interfaces (un)loadable and clonable. Revision Changes Path 1.3.2.3 +150 -44 src/sys/net/if_faith.c 1.59.2.19 +0 -4 src/sys/netinet/in_pcb.c 1.39.2.13 +1 -7 src/sys/netinet/ip_icmp.c 1.130.2.31 +3 -7 src/sys/netinet/ip_input.c 1.99.2.23 +0 -10 src/sys/netinet/ip_output.c 1.6.2.7 +2 -9 src/sys/netinet6/icmp6.c 1.7.2.8 +3 -1 src/sys/netinet6/in6.c 1.7.2.5 +3 -1 src/sys/netinet6/in6.h 1.10.2.5 +5 -11 src/sys/netinet6/in6_pcb.c 1.11.2.12 +0 -3 src/sys/netinet6/ip6_input.c 1.7.2.5 +2 -9 src/sys/netinet6/raw_ip6.c 1.1.2.4 +1 -3 src/sys/netinet6/udp6_output.c 1.6.2.7 +2 -9 src/sys/netinet6/udp6_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 Dec 14 17: 7:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4363037B41C; Fri, 14 Dec 2001 17:07:54 -0800 (PST) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF17sE95749; Fri, 14 Dec 2001 17:07:54 -0800 (PST) (envelope-from brooks) Message-Id: <200112150107.fBF17sE95749@freefall.freebsd.org> From: Brooks Davis Date: Fri, 14 Dec 2001 17:07:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/if_faith 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 brooks 2001/12/14 17:07:54 PST Modified files: (Branch: RELENG_4) sys/modules Makefile Added files: (Branch: RELENG_4) sys/modules/if_faith Makefile Log: MFC: make glue for faith(4) module. Revision Changes Path 1.110.2.39 +1 -0 src/sys/modules/Makefile 1.1.2.1 +16 -0 src/sys/modules/if_faith/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 Dec 14 17:39: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 58A4F37B419; Fri, 14 Dec 2001 17:38:50 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fBF1bHZ74325; Fri, 14 Dec 2001 20:37:17 -0500 (EST) (envelope-from mike) Date: Fri, 14 Dec 2001 20:37:17 -0500 From: Mike Barcroft To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio vfprintf.c Message-ID: <20011214203717.H68310@espresso.q9media.com> References: <200112131945.fBDJjfC52857@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112131945.fBDJjfC52857@freefall.freebsd.org>; from phantom@FreeBSD.org on Thu, Dec 13, 2001 at 11:45:41AM -0800 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alexey Zelkin writes: > phantom 2001/12/13 11:45:41 PST > > Modified files: > lib/libc/stdio vfprintf.c > Log: > Respect locale while handling of \' flag. > > In original version grouping was hardcoded. It assumed that thousands > separator should be inserted to separate each 3 numbers. I.e. grouping > string "\003" was assumed for all cases. In correct case (per POSIX) > vfprintf should respect locale defined non-monetary (LC_NUMERIC > category) grouping sequence. > > Also simplify thousands_sep handling. > > Revision Changes Path > 1.34 +63 -22 src/lib/libc/stdio/vfprintf.c This commit has some style bugs: > Index: src/lib/libc/stdio/vfprintf.c > =================================================================== > RCS file: /home/ncvs/src/lib/libc/stdio/vfprintf.c,v > retrieving revision 1.33 > retrieving revision 1.34 > diff -u -r1.33 -r1.34 > --- src/lib/libc/stdio/vfprintf.c 2001/12/07 12:38:47 1.33 > +++ src/lib/libc/stdio/vfprintf.c 2001/12/13 19:45:41 1.34 [...] > @@ -114,8 +114,8 @@ > > static int __sprint __P((FILE *, struct __suio *)); > static int __sbprintf __P((FILE *, const char *, va_list)) __printflike(2, 0); > -static char * __ujtoa __P((uintmax_t, char *, int, int, char *, const char *)); > -static char * __ultoa __P((u_long, char *, int, int, char *, const char *)); > +static char * __ujtoa __P((uintmax_t, char *, int, int, char *, int, char, const char *)); > +static char * __ultoa __P((u_long, char *, int, int, char *, int, char, const char *)); Lines exceed 80 characters. > @@ -185,7 +185,7 @@ > */ > static char * > __ultoa(u_long val, char *endp, int base, int octzero, char *xdigs, > - const char *thousep) > + int needgrp, char thousep, const char *grp) > { > register char *cp = endp; > register long sval; > @@ -216,9 +216,20 @@ > sval = val; > do { > *--cp = to_char(sval % 10); > - if (++ndig == 3 && thousep && *thousep != '\0') { > - *--cp = *thousep; > + ndig++; > + /* > + * If (*grp == CHAR_MAX) then no more grouping > + * should be performed. > + */ > + if (needgrp && ndig == *grp && *grp != CHAR_MAX) { > + *--cp = thousep; > ndig = 0; > + /* > + * If (*(grp+1) == '\0') then we have to > + * use *grp character (last grouping rule) > + * for all next cases > + */ > + if (*(grp+1) != '\0') grp++; Missing new line after if condition. > @@ -275,10 +286,21 @@ > sval = val; > do { > *--cp = to_char(sval % 10); > - if (++ndig == 3 && thousep && *thousep != '\0') { > - *--cp = *thousep; > + ndig++; > + /* > + * If (*grp == CHAR_MAX) then no more grouping > + * should be performed. > + */ > + if (needgrp && *grp != CHAR_MAX && ndig == *grp) { > + *--cp = thousep; > ndig = 0; > - } > + /* > + * If (*(grp+1) == '\0') then we have to > + * use *grp character (last grouping rule) > + * for all next cases > + */ > + if (*(grp+1) != '\0') grp++; Missing new line after if condition. + } Spaces used instead of tabs to indent. > @@ -349,11 +371,12 @@ > #define SHORTINT 0x040 /* short integer */ > #define ZEROPAD 0x080 /* zero (as opposed to blank) pad */ > #define FPT 0x100 /* Floating point number */ This one isn't yours, but there's a space used here instead of a tab. > @@ -371,7 +394,8 @@ > int width; /* width from format (%8d), or 0 */ > int prec; /* precision from format (%.3d), or -1 */ > char sign; /* sign prefix (' ', '+', '-', or \0) */ > - const char *thousands_sep; /* locale specific thousands separator */ > + char thousands_sep; /* locale specific thousands separator */ > + const char *grouping; /* locale specific numeric grouping rules */ > #ifdef FLOATING_POINT > char *decimal_point; /* locale specific decimal point */ > char softsign; /* temporary negative sign for floats */ > @@ -500,9 +524,10 @@ > } else { \ > val = GETARG (int); \ > } > - > > - thousands_sep = NULL; > + > + thousands_sep = '\0'; Something funky happened here. I would recommend removing all the vertical space here to avoid future mishaps. > @@ -686,6 +713,14 @@ > #endif > case 'e': > case 'E': > + /* > + * Grouping apply to %i, %d, %u, %f, %F, %g, %G > + * conversion specifiers only. For other conversions > + * behavior is undefined. > + * -- POSIX > + */ These comments aren't KNF. The first line should be `/*-' to avoid reformatting the `-- POSIX' line when using indent(1). > @@ -851,6 +886,8 @@ > (flags & INTMAX_SIZE ? ujval != 0 : ulval != 0)) > flags |= HEXPREFIX; > > + flags &= ~GROUPING; > + Gratuitous vertical spacing. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 17:41: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 445A737B417; Fri, 14 Dec 2001 17:41:00 -0800 (PST) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF1f0H02462; Fri, 14 Dec 2001 17:41:00 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200112150141.fBF1f0H02462@freefall.freebsd.org> From: Prafulla Deuskar Date: Fri, 14 Dec 2001 17:41:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 src/sys/dev/em if_em.c if_em.h if_em_fxhw.c if_em_fxhw.h if_em_osdep.h if_em_phy.c if_em_phy.h src/sys/modules Makefile 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 2001/12/14 17:41:00 PST Modified files: (Branch: RELENG_4) sys/conf files.i386 sys/modules Makefile Added files: (Branch: RELENG_4) sys/dev/em if_em.c if_em.h if_em_fxhw.c if_em_fxhw.h if_em_osdep.h if_em_phy.c if_em_phy.h sys/modules/em Makefile Log: MFC: Intel Gigabit driver (em) for PRO/1000 series of cards Revision Changes Path 1.307.2.18 +3 -0 src/sys/conf/files.i386 1.2.2.1 +2685 -0 src/sys/dev/em/if_em.c (new) 1.1.2.1 +410 -0 src/sys/dev/em/if_em.h (new) 1.2.2.1 +1456 -0 src/sys/dev/em/if_em_fxhw.c (new) 1.1.2.1 +1337 -0 src/sys/dev/em/if_em_fxhw.h (new) 1.1.2.1 +95 -0 src/sys/dev/em/if_em_osdep.h (new) 1.1.2.1 +1222 -0 src/sys/dev/em/if_em_phy.c (new) 1.1.2.1 +416 -0 src/sys/dev/em/if_em_phy.h (new) 1.110.2.40 +1 -0 src/sys/modules/Makefile 1.1.2.1 +12 -0 src/sys/modules/em/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 Dec 14 17:48:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2443837B41A; Fri, 14 Dec 2001 17:48:42 -0800 (PST) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF1mgx03018; Fri, 14 Dec 2001 17:48:42 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200112150148.fBF1mgx03018@freefall.freebsd.org> From: Prafulla Deuskar Date: Fri, 14 Dec 2001 17:48:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile em.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pdeuskar 2001/12/14 17:48:42 PST Modified files: (Branch: RELENG_4) share/man/man4 Makefile Added files: (Branch: RELENG_4) share/man/man4 em.4 Log: MFC: man page for the em driver Revision Changes Path 1.83.2.32 +1 -1 src/share/man/man4/Makefile 1.2.2.1 +146 -0 src/share/man/man4/em.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 18: 2:13 2001 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 30B8B37B405 for ; Fri, 14 Dec 2001 18:02:12 -0800 (PST) Received: from attbi.com ([12.237.33.57]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011215020211.ISPR10701.rwcrmhc53.attbi.com@attbi.com> for ; Sat, 15 Dec 2001 02:02:11 +0000 Message-ID: <3C1AAF39.C9CAF803@attbi.com> Date: Fri, 14 Dec 2001 20:02:33 -0600 From: Joe Halpin X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2 i686) X-Accept-Language: en MIME-Version: 1.0 To: cvs-all@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 subscribe freebsd-current subscribe cvs-all To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 18: 7:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6788137B405; Fri, 14 Dec 2001 18:07:32 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF27WM07548; Fri, 14 Dec 2001 18:07:32 -0800 (PST) (envelope-from archie) Message-Id: <200112150207.fBF27WM07548@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 14 Dec 2001 18:07:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_mppc.c ng_mppc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/12/14 18:07:32 PST Modified files: sys/netgraph ng_mppc.c ng_mppc.h Log: Add support for 56 bit MPPE encryption. MFC after: 3 days Revision Changes Path 1.16 +9 -7 src/sys/netgraph/ng_mppc.c 1.3 +4 -3 src/sys/netgraph/ng_mppc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 18:41:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EA8137B419; Fri, 14 Dec 2001 18:41:52 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF2fqs11408; Fri, 14 Dec 2001 18:41:52 -0800 (PST) (envelope-from peter) Message-Id: <200112150241.fBF2fqs11408@freefall.freebsd.org> From: Peter Wemm Date: Fri, 14 Dec 2001 18:41:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/12/14 18:41:52 PST Modified files: sys/dev/fxp if_fxp.c Log: Fix (again) some blatent style bugs in DEVICE_POLLING code. Revision Changes Path 1.124 +10 -9 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 18:51:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF86037B405; Fri, 14 Dec 2001 18:51:21 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF2pL313257; Fri, 14 Dec 2001 18:51:21 -0800 (PST) (envelope-from peter) Message-Id: <200112150251.fBF2pL313257@freefall.freebsd.org> From: Peter Wemm Date: Fri, 14 Dec 2001 18:51:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_sis.c if_sisreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/12/14 18:51:21 PST Modified files: sys/pci if_dc.c if_sis.c if_sisreg.h Log: Patch up some existing style bugs and some that crept in with the DEVICE_POLLING stuff. Revision Changes Path 1.65 +7 -7 src/sys/pci/if_dc.c 1.44 +2 -1 src/sys/pci/if_sis.c 1.11 +1 -1 src/sys/pci/if_sisreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 18:58:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF6E137B419; Fri, 14 Dec 2001 18:58:35 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF2wZU14151; Fri, 14 Dec 2001 18:58:35 -0800 (PST) (envelope-from sf) Message-Id: <200112150258.fBF2wZU14151@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Fri, 14 Dec 2001 18:58:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/imake-4 Makefile ports/devel/imake-4/scripts configure ports/x11/XFree86-4-clients Makefile ports/x11/XFree86-4-libraries Makefile ports/x11-servers/XFree86-4-NestServer Makefile distinfo ports/x11-servers/XFree86-4-PrintServer 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 sf 2001/12/14 18:58:35 PST Modified files: devel/imake-4 Makefile devel/imake-4/scripts configure x11/XFree86-4-clients Makefile x11/XFree86-4-libraries Makefile x11-servers/XFree86-4-NestServer Makefile distinfo x11-servers/XFree86-4-PrintServer Makefile distinfo x11-servers/XFree86-4-Server Makefile distinfo x11-servers/XFree86-4-VirtualFramebufferServer Makefile distinfo Log: Fix long-standing bug of this ports: support HasXdmAuth correctly. Previously, devel/imake-4 disables XDM-AUTHORIZATION-1 support whether HasXdmAuth is set to YES or NO if you don't have Wraphelp.c in local ${DISTDIR}. devel/imake-4: rip off meaningless existent check for Wraphelp.c. x11/XFree86-4-libraries: imake-4 change affects libXdmcp.a. ++REVISION. x11/XFree86-4-clients: xdm and chooser depends on libXdmcp.a. ++REVISION. x11-servers/XFree86-{Nest,Print,Server,VFB}: add Wraphelp.c retrieval code. depends on libXdmcp.a. ++REVISION. Reported by: Alan Eldridge Reviewed by: maintainer Revision Changes Path 1.14 +1 -0 ports/devel/imake-4/Makefile 1.8 +3 -5 ports/devel/imake-4/scripts/configure 1.9 +19 -1 ports/x11-servers/XFree86-4-NestServer/Makefile 1.5 +1 -0 ports/x11-servers/XFree86-4-NestServer/distinfo 1.9 +19 -1 ports/x11-servers/XFree86-4-PrintServer/Makefile 1.5 +1 -0 ports/x11-servers/XFree86-4-PrintServer/distinfo 1.99 +17 -0 ports/x11-servers/XFree86-4-Server/Makefile 1.32 +1 -0 ports/x11-servers/XFree86-4-Server/distinfo 1.9 +19 -1 ports/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile 1.5 +1 -0 ports/x11-servers/XFree86-4-VirtualFramebufferServer/distinfo 1.92 +1 -1 ports/x11/XFree86-4-clients/Makefile 1.98 +1 -0 ports/x11/XFree86-4-libraries/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 19:59:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEF5B37B416; Fri, 14 Dec 2001 19:59:47 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF3xlB23126; Fri, 14 Dec 2001 19:59:47 -0800 (PST) (envelope-from ume) Message-Id: <200112150359.fBF3xlB23126@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 14 Dec 2001 19:59:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network6 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 19:59:47 PST Modified files: etc rc.network6 Log: automatic creation of faith0 and stf0 for backward compatibility. MFC after: 2 days Revision Changes Path 1.28 +3 -1 src/etc/rc.network6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 20:40:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D20A037B416; Fri, 14 Dec 2001 20:40:13 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF4eD865628; Fri, 14 Dec 2001 20:40:13 -0800 (PST) (envelope-from sobomax) Message-Id: <200112150440.fBF4eD865628@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 20:40:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution Makefile distinfo ports/mail/evolution/files patch-..::db-3.1.17::dist::Makefile.in patch-..::db-3.1.17::dist::ltmain.sh 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 sobomax 2001/12/14 20:40:13 PST Modified files: mail/evolution Makefile distinfo mail/evolution/files patch-aa Added files: mail/evolution/files patch-..::db-3.1.17::dist::Makefile.in patch-..::db-3.1.17::dist::ltmain.sh Log: Build our own, private static db3-3.1.17 library, because Ximian recommends using 3.1.17, insisting that Evolution might not work properly with more recent versions (3.2.9 in this case). Bump PORTREVISION. Recommended update. Revision Changes Path 1.43 +33 -6 ports/mail/evolution/Makefile 1.18 +1 -0 ports/mail/evolution/distinfo 1.1 +44 -0 ports/mail/evolution/files/patch-..::db-3.1.17::dist::Makefile.in (new) 1.1 +28 -0 ports/mail/evolution/files/patch-..::db-3.1.17::dist::ltmain.sh (new) 1.12 +2 -20 ports/mail/evolution/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 Fri Dec 14 21:23:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26A8937B41A; Fri, 14 Dec 2001 21:23:36 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF5Nau71427; Fri, 14 Dec 2001 21:23:36 -0800 (PST) (envelope-from murray) Message-Id: <200112150523.fBF5Nau71427@freefall.freebsd.org> From: Murray Stokely Date: Fri, 14 Dec 2001 21:23:36 -0800 (PST) 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 murray 2001/12/14 21:23:36 PST Modified files: en/news press.xml Log: Link to an article at the Register which reminds readers that Hotmail still runs (partially) on FreeBSD. PR: docs/32804 Submitted by: trevor Revision Changes Path 1.15 +14 -1 www/en/news/press.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 21:29:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6190637B405; Fri, 14 Dec 2001 21:29:18 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF5TIm71795; Fri, 14 Dec 2001 21:29:18 -0800 (PST) (envelope-from murray) Message-Id: <200112150529.fBF5TIm71795@freefall.freebsd.org> From: Murray Stokely Date: Fri, 14 Dec 2001 21:29:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking 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 murray 2001/12/14 21:29:18 PST Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Correct the path for the 'clone_root' example script. Submitted by: Ronald Klop Revision Changes Path 1.112 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 21:56:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EF5537B405; Fri, 14 Dec 2001 21:56:49 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF5une73389; Fri, 14 Dec 2001 21:56:49 -0800 (PST) (envelope-from murray) Message-Id: <200112150556.fBF5une73389@freefall.freebsd.org> From: Murray Stokely Date: Fri, 14 Dec 2001 21:56:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/12/14 21:56:49 PST Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Correct the link to the FreeBSD section of DaemonNews' BSDMall. PR: docs/32470 Submitted by: Chris Coleman Revision Changes Path 1.179 +1 -1 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 21:58:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06EA237B41A; Fri, 14 Dec 2001 21:58:29 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF5wS973668; Fri, 14 Dec 2001 21:58:28 -0800 (PST) (envelope-from imp) Message-Id: <200112150558.fBF5wS973668@freefall.freebsd.org> From: Warner Losh Date: Fri, 14 Dec 2001 21:58:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pccard pccard.c src/sys/dev/pccbb pccbb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 21:58:28 PST Modified files: sys/dev/cardbus cardbus.c sys/dev/pccard pccard.c sys/dev/pccbb pccbb.c Log: Add support for suspending/resuming CardBus bridges. We really should have and use power state information, but none exists today. Submitted by: YAMAMOTO Shigeru-san Revision Changes Path 1.13 +18 -5 src/sys/dev/cardbus/cardbus.c 1.49 +16 -2 src/sys/dev/pccard/pccard.c 1.32 +55 -2 src/sys/dev/pccbb/pccbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 22: 2:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B5FE37B419; Fri, 14 Dec 2001 22:02:15 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF62FH73911; Fri, 14 Dec 2001 22:02:15 -0800 (PST) (envelope-from obrien) Message-Id: <200112150602.fBF62FH73911@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 14 Dec 2001 22:02:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.sys.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 obrien 2001/12/14 22:02:15 PST Modified files: share/mk bsd.sys.mk Log: Add some granularity to the WARNS levels. 1: add -Werror 2: -Wall [only], as this is the most used warnings setting by developers 3: our old `1' 4: our old `2' Revision Changes Path 1.4 +11 -6 src/share/mk/bsd.sys.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 22:22:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B91337B416; Fri, 14 Dec 2001 22:22:28 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF6MSF78527; Fri, 14 Dec 2001 22:22:28 -0800 (PST) (envelope-from sobomax) Message-Id: <200112150622.fBF6MSF78527@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 14 Dec 2001 22:22:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs Makefile ports/x11/gnomelibs/files patch-gtk-xmhtml::images.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/14 22:22:28 PST Modified files: x11/gnomelibs Makefile Added files: x11/gnomelibs/files patch-gtk-xmhtml::images.c Log: Fix a null pointer dereferencing bug in gtk-xmhtml library observed when browsing evolution documentation. Bump PORTREVISION. Revision Changes Path 1.92 +1 -1 ports/x11/gnomelibs/Makefile 1.1 +14 -0 ports/x11/gnomelibs/files/patch-gtk-xmhtml::images.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 Dec 14 22:48:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DFC137B417; Fri, 14 Dec 2001 22:48:19 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF6mJj80289; Fri, 14 Dec 2001 22:48:19 -0800 (PST) (envelope-from bmah) Message-Id: <200112150648.fBF6mJj80289@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 14 Dec 2001 22:48:19 -0800 (PST) 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 2001/12/14 22:48:18 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: root filesystem on a SCSI CDROM, filesystem bugs fixed. MFCs noted: em(4), faith(4) loadable/unloadable/clonable, sis(4) VLAN support, interface capabilities, IP address hash table, syn cache, newfs(8) defaults. Revision Changes Path 1.219 +18 -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 Dec 14 22:51:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0516937B416; Fri, 14 Dec 2001 22:51:14 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF6pDO80520; Fri, 14 Dec 2001 22:51:13 -0800 (PST) (envelope-from bmah) Message-Id: <200112150651.fBF6pDO80520@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 14 Dec 2001 22:51:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml 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 2001/12/14 22:51:13 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: em(4), faith loadable/unloadable/clonable, sis(4) VLAN support, interface capabilities, IP address hash tables, TCP syn cache, root filesystem on SCSI CDROM fix, new newfs(8) defaults. Revision Changes Path 1.13.2.38 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.22.2.141 +41 -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 Fri Dec 14 22:52:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E213F37B419; Fri, 14 Dec 2001 22:52:45 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF6qjw80713; Fri, 14 Dec 2001 22:52:45 -0800 (PST) (envelope-from ijliao) Message-Id: <200112150652.fBF6qjw80713@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 14 Dec 2001 22:52:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/midimountain Makefile distinfo pkg-descr pkg-plist ports/audio/midimountain/files patch-midimountain::Makefile.in patch-midimountain::glade_interface.cpp patch-midimountain::main.cpp patch-midimountain::mcIO.cpp patch-midimountain::mcOSSIO.cpp patch-midimountain::midimountain.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 ijliao 2001/12/14 22:52:45 PST Modified files: audio/midimountain Makefile distinfo pkg-descr pkg-plist audio/midimountain/files patch-midimountain::Makefile.in patch-midimountain::glade_interface.cpp patch-midimountain::mcIO.cpp Added files: audio/midimountain/files patch-midimountain::main.cpp patch-midimountain::mcOSSIO.cpp patch-midimountain::midimountain.conf Log: upgrade to 0.3.0 Submitted by: "Daeron" Revision Changes Path 1.2 +11 -6 ports/audio/midimountain/Makefile 1.2 +1 -1 ports/audio/midimountain/distinfo 1.2 +13 -4 ports/audio/midimountain/files/patch-midimountain::Makefile.in 1.2 +7 -48 ports/audio/midimountain/files/patch-midimountain::glade_interface.cpp 1.1 +16 -0 ports/audio/midimountain/files/patch-midimountain::main.cpp (new) 1.2 +0 -6 ports/audio/midimountain/files/patch-midimountain::mcIO.cpp 1.1 +11 -0 ports/audio/midimountain/files/patch-midimountain::mcOSSIO.cpp (new) 1.1 +12 -0 ports/audio/midimountain/files/patch-midimountain::midimountain.conf (new) 1.2 +1 -1 ports/audio/midimountain/pkg-descr 1.2 +42 -0 ports/audio/midimountain/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 Dec 14 22:54:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7417A37B41C; Fri, 14 Dec 2001 22:54:18 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF6sIr80867; Fri, 14 Dec 2001 22:54:18 -0800 (PST) (envelope-from jim) Message-Id: <200112150654.fBF6sIr80867@freefall.freebsd.org> From: Jim Mock Date: Fri, 14 Dec 2001 22:54:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim Makefile distinfo pkg-plist ports/net/gaim/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 jim 2001/12/14 22:54:18 PST Modified files: net/gaim Makefile distinfo pkg-plist net/gaim/files patch-ac Log: Update to version 0.50. Revision Changes Path 1.55 +1 -1 ports/net/gaim/Makefile 1.40 +1 -1 ports/net/gaim/distinfo 1.9 +33 -29 ports/net/gaim/files/patch-ac 1.27 +1 -1 ports/net/gaim/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 Dec 14 23: 0:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E171637B405; Fri, 14 Dec 2001 23:00:48 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF70mo81741; Fri, 14 Dec 2001 23:00:48 -0800 (PST) (envelope-from ijliao) Message-Id: <200112150700.fBF70mo81741@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 14 Dec 2001 23:00:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/align 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 2001/12/14 23:00:48 PST Modified files: textproc/align Makefile distinfo Log: upgrade to 1.5.0 Revision Changes Path 1.2 +1 -5 ports/textproc/align/Makefile 1.2 +1 -1 ports/textproc/align/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 23:15: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 174D137B405; Fri, 14 Dec 2001 23:14:58 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF7EwQ86176; Fri, 14 Dec 2001 23:14:58 -0800 (PST) (envelope-from cjc) Message-Id: <200112150714.fBF7EwQ86176@freefall.freebsd.org> From: "Crist J. Clark" Date: Fri, 14 Dec 2001 23:14:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.local.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 cjc 2001/12/14 23:14:58 PST Modified files: (Branch: RELENG_4) etc/mtree BSD.local.dist Log: mtree(8) files use all spaces, no tabs. Revision Changes Path 1.55.2.7 +3 -3 src/etc/mtree/BSD.local.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 23:27:23 2001 Delivered-To: cvs-all@freebsd.org Received: from hex.databits.net (hex.csh.rit.edu [129.21.60.203]) by hub.freebsd.org (Postfix) with SMTP id 6DDD937B41A for ; Fri, 14 Dec 2001 23:27:16 -0800 (PST) Received: (qmail 46813 invoked by uid 1001); 15 Dec 2001 07:27:15 -0000 Date: Sat, 15 Dec 2001 02:27:15 -0500 From: Pete Fritchman To: FUJISHIMA Satsuki Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/imake-4 Makefile ports/devel/imake-4/scripts configure ports/x11/XFree86-4-clients Makefile ports/x11/XFree86-4-libraries Makefile ports/x11-servers/XFree86-4-NestServer Makefile distinfo ports/x11-servers/XFree86-4-PrintServer Makefile ... Message-ID: <20011215022715.B43337@databits.net> References: <200112150258.fBF2wZU14151@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: <200112150258.fBF2wZU14151@freefall.freebsd.org>; from sf@FreeBSD.org on Fri, Dec 14, 2001 at 06:58:35PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ++ 14/12/01 18:58 -0800 - FUJISHIMA Satsuki: | sf 2001/12/14 18:58:35 PST | | Log: | Fix long-standing bug of this ports: support HasXdmAuth correctly. | | Previously, devel/imake-4 disables XDM-AUTHORIZATION-1 support whether | HasXdmAuth is set to YES or NO if you don't have Wraphelp.c in local | ${DISTDIR}. Great, thanks! -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 14 23:50: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 868C837B417; Fri, 14 Dec 2001 23:50:03 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF7o3889154; Fri, 14 Dec 2001 23:50:03 -0800 (PST) (envelope-from pat) Message-Id: <200112150750.fBF7o3889154@freefall.freebsd.org> From: Patrick Li Date: Fri, 14 Dec 2001 23:50:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/rioutil Makefile distinfo pkg-plist ports/audio/rioutil/files patch-aa patch-ab 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 pat 2001/12/14 23:50:03 PST Modified files: audio/rioutil Makefile distinfo pkg-plist audio/rioutil/files patch-aa patch-src::Makefile.in Removed files: audio/rioutil/files patch-ab Log: Update to 1.0.6 and nolonger depends on id3lib Revision Changes Path 1.4 +2 -3 ports/audio/rioutil/Makefile 1.2 +1 -1 ports/audio/rioutil/distinfo 1.2 +5 -23 ports/audio/rioutil/files/patch-aa 1.2 +0 -8 ports/audio/rioutil/files/patch-ab (dead) 1.2 +6 -9 ports/audio/rioutil/files/patch-src::Makefile.in 1.3 +1 -1 ports/audio/rioutil/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 Dec 15 0: 0:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1917E37B416; Sat, 15 Dec 2001 00:00:41 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF80f590174; Sat, 15 Dec 2001 00:00:41 -0800 (PST) (envelope-from pat) Message-Id: <200112150800.fBF80f590174@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 00:00:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/gkrellm-reminder Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/gkrellm-reminder/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 2001/12/15 00:00:41 PST Modified files: misc Makefile Added files: misc/gkrellm-reminder Makefile distinfo pkg-comment pkg-descr pkg-plist misc/gkrellm-reminder/files patch-Makefile Log: Add misc/gkrellm-reminder, a plugin that reminds you of events Revision Changes Path 1.394 +1 -0 ports/misc/Makefile 1.1 +27 -0 ports/misc/gkrellm-reminder/Makefile (new) 1.1 +1 -0 ports/misc/gkrellm-reminder/distinfo (new) 1.1 +25 -0 ports/misc/gkrellm-reminder/files/patch-Makefile (new) 1.1 +1 -0 ports/misc/gkrellm-reminder/pkg-comment (new) 1.1 +7 -0 ports/misc/gkrellm-reminder/pkg-descr (new) 1.1 +1 -0 ports/misc/gkrellm-reminder/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 Dec 15 0: 0:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF5DF37B417; Sat, 15 Dec 2001 00:00:42 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF80gd90207; Sat, 15 Dec 2001 00:00:42 -0800 (PST) (envelope-from pat) Message-Id: <200112150800.fBF80gd90207@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 00:00:42 -0800 (PST) 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 2001/12/15 00:00:42 PST Modified files: . modules Log: gkrellm-reminder --> ports/misc/gkrellm-reminder Revision Changes Path 1.4330 +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 Dec 15 0:16:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEF2837B419; Sat, 15 Dec 2001 00:16:48 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF8GmL94833; Sat, 15 Dec 2001 00:16:48 -0800 (PST) (envelope-from pat) Message-Id: <200112150816.fBF8GmL94833@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 00:16:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/linux_dri 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 pat 2001/12/15 00:16:48 PST Modified files: graphics Makefile Added files: graphics/linux_dri Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add port graphics/linux_dri, Binary Linux DRI libraries for 3D hardware acceleration of linux apps PR: 31505 Submitted by: Eric Anholt Revision Changes Path 1.389 +1 -0 ports/graphics/Makefile 1.1 +47 -0 ports/graphics/linux_dri/Makefile (new) 1.1 +4 -0 ports/graphics/linux_dri/distinfo (new) 1.1 +1 -0 ports/graphics/linux_dri/pkg-comment (new) 1.1 +3 -0 ports/graphics/linux_dri/pkg-descr (new) 1.1 +11 -0 ports/graphics/linux_dri/pkg-message (new) 1.1 +14 -0 ports/graphics/linux_dri/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 Dec 15 0:16:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E75CE37B416; Sat, 15 Dec 2001 00:16:50 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF8Go194864; Sat, 15 Dec 2001 00:16:50 -0800 (PST) (envelope-from pat) Message-Id: <200112150816.fBF8Go194864@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 00:16:50 -0800 (PST) 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 2001/12/15 00:16:50 PST Modified files: . modules Log: linux_dri --> ports/graphics/linux_dri Revision Changes Path 1.4331 +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 Dec 15 0:24:58 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id DAA2F37B416 for ; Sat, 15 Dec 2001 00:24:54 -0800 (PST) Received: from adsl-209-204-130-144.sonic.net (HELO phobos.sonic.net) (209.204.130.144) by smtp.mail.vip.sc5.yahoo.com with SMTP; 15 Dec 2001 08:24:54 -0000 Date: Sat, 15 Dec 2001 00:24:52 -0800 From: Peter Hessler To: Jim Mock Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gaim Makefile distinfo pkg-plist ports/net/gaim/files patch-ac Message-Id: <20011215002452.599c26b4.yodadoa@yahoo.com> In-Reply-To: <200112150654.fBF6sIr80867@freefall.freebsd.org> References: <200112150654.fBF6sIr80867@freefall.freebsd.org> X-Mailer: Sylpheed version 0.6.5 (GTK+ 1.2.10; i386--freebsd4.4) 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 gaim 0.50 now loads gnome, ignoring kde. Killing gnome, kills gaim. gaim 0.48 worked without gnome perfectly. On Fri, 14 Dec 2001 22:54:18 -0800 (PST) Jim Mock wrote: > jim 2001/12/14 22:54:18 PST > > Modified files: > net/gaim Makefile distinfo pkg-plist > net/gaim/files patch-ac > Log: > Update to version 0.50. > > Revision Changes Path > 1.55 +1 -1 ports/net/gaim/Makefile > 1.40 +1 -1 ports/net/gaim/distinfo > 1.9 +33 -29 ports/net/gaim/files/patch-ac > 1.27 +1 -1 ports/net/gaim/pkg-plist > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 0:29:14 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id C7CC337B417 for ; Sat, 15 Dec 2001 00:29:10 -0800 (PST) Received: (qmail 8247 invoked from network); 15 Dec 2001 08:29:10 -0000 Received: from unknown (HELO helios.dub.net) ([216.27.176.105]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Dec 2001 08:29:10 -0000 Received: by helios.dub.net (Postfix, from userid 1000) id 027E2312A; Sat, 15 Dec 2001 00:29:10 -0800 (PST) Date: Sat, 15 Dec 2001 00:29:09 -0800 From: Jim Mock To: Peter Hessler Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gaim Makefile distinfo pkg-plist ports/net/gaim/files patch-ac Message-ID: <20011215082909.GA73900@helios.soupnazi.org> Reply-To: jim@FreeBSD.org References: <200112150654.fBF6sIr80867@freefall.freebsd.org> <20011215002452.599c26b4.yodadoa@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011215002452.599c26b4.yodadoa@yahoo.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 Sat, 15 Dec 2001 at 00:24:52 -0800, Peter Hessler wrote: > gaim 0.50 now loads gnome, ignoring kde. Killing gnome, kills gaim. > gaim 0.48 worked without gnome perfectly. What? I don't have GNOME installed and it works fine. If you have any GNOME-bits on your machine at all, it will try to use them. In that case, use make -DWITHOUT_GNOME install. - jim -- jim mock http://geekhouse.net/ | 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 Sat Dec 15 0:31:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F24537B416; Sat, 15 Dec 2001 00:31:14 -0800 (PST) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF8VEa96046; Sat, 15 Dec 2001 00:31:14 -0800 (PST) (envelope-from jhay) Message-Id: <200112150831.fBF8VEa96046@freefall.freebsd.org> From: John Hay Date: Sat, 15 Dec 2001 00:31:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/15 00:31:14 PST Modified files: etc/mtree BSD.usr.dist Log: Add a missing .. to get out of smbfs/print. Revision Changes Path 1.245 +2 -1 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 0:43:10 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id AD88537B41A for ; Sat, 15 Dec 2001 00:43:05 -0800 (PST) Received: from adsl-209-204-130-144.sonic.net (HELO phobos.sonic.net) (209.204.130.144) by smtp.mail.vip.sc5.yahoo.com with SMTP; 15 Dec 2001 08:43:00 -0000 Date: Sat, 15 Dec 2001 00:42:59 -0800 From: Peter Hessler To: jim@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gaim Makefile distinfo pkg-plist ports/net/gaim/files patch-ac Message-Id: <20011215004259.41a0a87b.yodadoa@yahoo.com> In-Reply-To: <20011215082909.GA73900@helios.soupnazi.org> References: <200112150654.fBF6sIr80867@freefall.freebsd.org> <20011215002452.599c26b4.yodadoa@yahoo.com> <20011215082909.GA73900@helios.soupnazi.org> X-Mailer: Sylpheed version 0.6.5 (GTK+ 1.2.10; i386--freebsd4.4) 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 gaim doesn't invoke gnome any more. Thanks. On Sat, 15 Dec 2001 00:29:09 -0800 Jim Mock wrote: > On Sat, 15 Dec 2001 at 00:24:52 -0800, Peter Hessler wrote: > > gaim 0.50 now loads gnome, ignoring kde. Killing gnome, kills gaim. > > gaim 0.48 worked without gnome perfectly. > > What? I don't have GNOME installed and it works fine. If you have any > GNOME-bits on your machine at all, it will try to use them. In that > case, use make -DWITHOUT_GNOME install. > > - jim > > -- > jim mock http://geekhouse.net/ | jim@FreeBSD.org _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 1:40:56 2001 Delivered-To: cvs-all@freebsd.org Received: from herbelot.dyndns.org (d211.dhcp212-26.cybercable.fr [212.198.26.211]) by hub.freebsd.org (Postfix) with ESMTP id BE7D337B417; Sat, 15 Dec 2001 01:40:51 -0800 (PST) Received: from herbelot.com (multi.herbelot.nom [192.168.1.2]) by herbelot.dyndns.org (8.9.3/8.9.3) with ESMTP id KAA16130; Sat, 15 Dec 2001 10:40:50 +0100 (CET) (envelope-from thierry@herbelot.com) Message-ID: <3C1B1AA2.7F5B4132@herbelot.com> Date: Sat, 15 Dec 2001 10:40:50 +0100 From: Thierry Herbelot X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Luigi Rizzo Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf NOTES References: <200112142325.fBENPwN78863@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 Luigi Rizzo wrote: > > luigi 2001/12/14 15:25:58 PST > > Modified files: > sys/i386/conf NOTES > Log: > Clarify the comments related to DUMMYNET and HZ could it be the time to clarify the clocks(7) man page, which has some bizarre comments wrt HZ (it also seems to imply that HZ is always 100, when it talks about the scheduling clock) PS : I've also opened a doc PR (http://www.FreeBSD.org/cgi/query-pr.cgi?pr=docs/32825) to add comments on clock kernel options -- Thierry Herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 1:50:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C527237B405; Sat, 15 Dec 2001 01:50:48 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF9omI07769; Sat, 15 Dec 2001 01:50:48 -0800 (PST) (envelope-from ijliao) Message-Id: <200112150950.fBF9omI07769@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 15 Dec 2001 01:50:48 -0800 (PST) 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 ijliao 2001/12/15 01:50:48 PST Modified files: net/tightvnc Makefile Log: change port name check if vnc exist PR: 32268 Submitted by: Dominic Marks Revision Changes Path 1.3 +7 -3 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 Dec 15 1:55:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CFD637B41A; Sat, 15 Dec 2001 01:55:34 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF9tYG08675; Sat, 15 Dec 2001 01:55:34 -0800 (PST) (envelope-from ijliao) Message-Id: <200112150955.fBF9tYG08675@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 15 Dec 2001 01:55:34 -0800 (PST) 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 2001/12/15 01:55:33 PST Modified files: . modules Log: p5-Inline --> ports/devel/p5-Inline Revision Changes Path 1.4332 +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 Dec 15 1:55:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EC6A37B416; Sat, 15 Dec 2001 01:55:31 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF9tVO08644; Sat, 15 Dec 2001 01:55:31 -0800 (PST) (envelope-from ijliao) Message-Id: <200112150955.fBF9tVO08644@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 15 Dec 2001 01:55:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Inline Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/p5-Inline/files patch-C-Makefile.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 ijliao 2001/12/15 01:55:31 PST Modified files: devel Makefile Added files: devel/p5-Inline Makefile distinfo pkg-comment pkg-descr pkg-plist devel/p5-Inline/files patch-C-Makefile.PL Log: add p5-Inline Write Perl subroutines in other programming languages PR: 32833 Submitted by: Sergey Skvortsov Revision Changes Path 1.701 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/p5-Inline/Makefile (new) 1.1 +1 -0 ports/devel/p5-Inline/distinfo (new) 1.1 +31 -0 ports/devel/p5-Inline/files/patch-C-Makefile.PL (new) 1.1 +1 -0 ports/devel/p5-Inline/pkg-comment (new) 1.1 +22 -0 ports/devel/p5-Inline/pkg-descr (new) 1.1 +118 -0 ports/devel/p5-Inline/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 Dec 15 1:57:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 111FC37B405; Sat, 15 Dec 2001 01:57:33 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF9vX709051; Sat, 15 Dec 2001 01:57:33 -0800 (PST) (envelope-from ijliao) Message-Id: <200112150957.fBF9vX709051@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 15 Dec 2001 01:57:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-CGI-XMLApplication 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 2001/12/15 01:57:32 PST Modified files: www Makefile Added files: www/p5-CGI-XMLApplication Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-CGI-XMLApplication Object Oriented Interface for CGI Script Applications PR: 32834 Submitted by: Sergey Skvortsov Revision Changes Path 1.431 +1 -0 ports/www/Makefile 1.1 +34 -0 ports/www/p5-CGI-XMLApplication/Makefile (new) 1.1 +1 -0 ports/www/p5-CGI-XMLApplication/distinfo (new) 1.1 +1 -0 ports/www/p5-CGI-XMLApplication/pkg-comment (new) 1.1 +17 -0 ports/www/p5-CGI-XMLApplication/pkg-descr (new) 1.1 +16 -0 ports/www/p5-CGI-XMLApplication/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 Dec 15 1:57:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C89437B416; Sat, 15 Dec 2001 01:57:35 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF9vZj09083; Sat, 15 Dec 2001 01:57:35 -0800 (PST) (envelope-from ijliao) Message-Id: <200112150957.fBF9vZj09083@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 15 Dec 2001 01:57:35 -0800 (PST) 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 2001/12/15 01:57:35 PST Modified files: . modules Log: p5-CGI-XMLApplication --> ports/www/p5-CGI-XMLApplication Revision Changes Path 1.4333 +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 Dec 15 1:59:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13BEF37B419; Sat, 15 Dec 2001 01:59:30 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF9xU209540; Sat, 15 Dec 2001 01:59:30 -0800 (PST) (envelope-from ijliao) Message-Id: <200112150959.fBF9xU209540@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 15 Dec 2001 01:59:30 -0800 (PST) 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 2001/12/15 01:59:30 PST Modified files: . modules Log: p5-XML-RegExp --> ports/textproc/p5-XML-RegExp Revision Changes Path 1.4334 +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 Dec 15 1:59:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4253F37B417; Sat, 15 Dec 2001 01:59:27 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF9xR009509; Sat, 15 Dec 2001 01:59:27 -0800 (PST) (envelope-from ijliao) Message-Id: <200112150959.fBF9xR009509@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 15 Dec 2001 01:59:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-RegExp 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 2001/12/15 01:59:27 PST Modified files: textproc Makefile Added files: textproc/p5-XML-RegExp Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-XML-RegExp Regular expressions for XML tokens PR: 32835 Submitted by: Sergey Skvortsov Revision Changes Path 1.288 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/p5-XML-RegExp/Makefile (new) 1.1 +1 -0 ports/textproc/p5-XML-RegExp/distinfo (new) 1.1 +1 -0 ports/textproc/p5-XML-RegExp/pkg-comment (new) 1.1 +15 -0 ports/textproc/p5-XML-RegExp/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-XML-RegExp/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 Dec 15 2: 5:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A48F37B41B; Sat, 15 Dec 2001 02:05:19 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFA5Js12067; Sat, 15 Dec 2001 02:05:19 -0800 (PST) (envelope-from knu) Message-Id: <200112151005.fBFA5Js12067@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 15 Dec 2001 02:05:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh Makefile builtins.def sh.1 src/bin/test test.c src/share/man/man1 builtin.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 knu 2001/12/15 02:05:19 PST Modified files: (Branch: RELENG_4) bin/sh Makefile builtins.def sh.1 bin/test test.c share/man/man1 builtin.1 Log: MFC: Make test(1) a builtin command of sh(1). bin/sh/Makefile rev. 1.31 bin/sh/builtins.def rev. 1.8 - Add test as builtin. share/man/man1/builtin.1 rev. 1.14-1.15 bin/sh/sh.1 rev. 1.56 - Add proper cross references. bin/test/test.c rev. 1.32-1.35 - Fix style bugs I found, and add a comment. - Do not reference argv[1] if no argument is given. - Call error() instead of errx() if compiled as sh(1) builtin. Revision Changes Path 1.30.2.1 +5 -3 src/bin/sh/Makefile 1.7.2.1 +2 -1 src/bin/sh/builtins.def 1.39.2.14 +5 -3 src/bin/sh/sh.1 1.29.2.3 +47 -11 src/bin/test/test.c 1.5.2.11 +11 -2 src/share/man/man1/builtin.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 2:10: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FDE137B417; Sat, 15 Dec 2001 02:10:01 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFAA1O13937; Sat, 15 Dec 2001 02:10:01 -0800 (PST) (envelope-from ijliao) Message-Id: <200112151010.fBFAA1O13937@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 15 Dec 2001 02:10:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-LibXML Makefile 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 2001/12/15 02:10:01 PST Modified files: textproc/p5-XML-LibXML Makefile pkg-descr pkg-plist Log: "fix" upgrade to 1.31 PR: 32836 Submitted by: maintainer Revision Changes Path 1.6 +9 -6 ports/textproc/p5-XML-LibXML/Makefile 1.2 +3 -0 ports/textproc/p5-XML-LibXML/pkg-descr 1.3 +9 -1 ports/textproc/p5-XML-LibXML/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 Dec 15 3:14: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C45E037B405; Sat, 15 Dec 2001 03:13:58 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFBDw022012; Sat, 15 Dec 2001 03:13:58 -0800 (PST) (envelope-from pat) Message-Id: <200112151113.fBFBDw022012@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 03:13:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/hlserver-admin 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 2001/12/15 03:13:58 PST Modified files: games/hlserver-admin Makefile distinfo Log: - Fix metamod load problem - Make use of slaveport targets - Fix hardcoded paths Revision Changes Path 1.6 +16 -3 ports/games/hlserver-admin/Makefile 1.5 +1 -0 ports/games/hlserver-admin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 3:16: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97F4E37B417; Sat, 15 Dec 2001 03:16:00 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFBG0c22245; Sat, 15 Dec 2001 03:16:00 -0800 (PST) (envelope-from pat) Message-Id: <200112151116.fBFBG0c22245@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 03:16:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/q3server-osp 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 2001/12/15 03:16:00 PST Modified files: games/q3server-osp Makefile distinfo pkg-plist Log: Update to 1.0 Revision Changes Path 1.5 +8 -3 ports/games/q3server-osp/Makefile 1.5 +1 -1 ports/games/q3server-osp/distinfo 1.5 +238 -116 ports/games/q3server-osp/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 Dec 15 3:51:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2585E37B41C; Sat, 15 Dec 2001 03:51:50 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFBpo625446; Sat, 15 Dec 2001 03:51:50 -0800 (PST) (envelope-from pat) Message-Id: <200112151151.fBFBpo625446@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 03:51:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/adodb 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 2001/12/15 03:51:50 PST Modified files: databases/adodb Makefile distinfo Log: Update to 1.63 PR: 32792 Submitted by: maintainer Revision Changes Path 1.13 +2 -2 ports/databases/adodb/Makefile 1.8 +1 -1 ports/databases/adodb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 3:55:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DBB737B417; Sat, 15 Dec 2001 03:55:08 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFBt8f25843; Sat, 15 Dec 2001 03:55:08 -0800 (PST) (envelope-from sobomax) Message-Id: <200112151155.fBFBt8f25843@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 15 Dec 2001 03:55:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution/files patch-my-evolution::Locations patch-my-evolution::e-summary-preferences.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/15 03:55:08 PST Added files: mail/evolution/files patch-my-evolution::Locations patch-my-evolution::e-summary-preferences.c Log: - Add information for fetching Ukrainian weather forecasts; - add Daily Daemon News and FreeBSD Newsflash newsfeeds. No PORTREVISION bump, because these changes aren't significant enough. Revision Changes Path 1.1 +35 -0 ports/mail/evolution/files/patch-my-evolution::Locations (new) 1.1 +17 -0 ports/mail/evolution/files/patch-my-evolution::e-summary-preferences.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 4: 7:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A6AE37B41C; Sat, 15 Dec 2001 04:07:36 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFC7af36898; Sat, 15 Dec 2001 04:07:36 -0800 (PST) (envelope-from pat) Message-Id: <200112151207.fBFC7af36898@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 04:07:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xdialog 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 2001/12/15 04:07:36 PST Modified files: x11/xdialog Makefile distinfo pkg-plist Log: Update to 2.0.4 PR: 32865 Submitted by: KATO Tsuguru Revision Changes Path 1.12 +2 -7 ports/x11/xdialog/Makefile 1.9 +1 -1 ports/x11/xdialog/distinfo 1.7 +2 -0 ports/x11/xdialog/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 Dec 15 4:29:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDE6237B405; Sat, 15 Dec 2001 04:29:15 -0800 (PST) Received: (from lkoeller@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFCTFU39623; Sat, 15 Dec 2001 04:29:15 -0800 (PST) (envelope-from lkoeller) Message-Id: <200112151229.fBFCTFU39623@freefall.freebsd.org> From: Lars Koeller Date: Sat, 15 Dec 2001 04:29:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/smiley Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/smiley/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 2001/12/15 04:29:15 PST Modified files: games Makefile Added files: games/smiley Makefile distinfo pkg-comment pkg-descr pkg-plist games/smiley/files patch-aa Log: New port of smiley, a "smiley server" which generates or explains any kind of known smiley. Revision Changes Path 1.430 +1 -0 ports/games/Makefile 1.1 +32 -0 ports/games/smiley/Makefile (new) 1.1 +1 -0 ports/games/smiley/distinfo (new) 1.1 +23 -0 ports/games/smiley/files/patch-aa (new) 1.1 +1 -0 ports/games/smiley/pkg-comment (new) 1.1 +8 -0 ports/games/smiley/pkg-descr (new) 1.1 +1 -0 ports/games/smiley/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 Dec 15 4:29:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AA9B37B419; Sat, 15 Dec 2001 04:29:18 -0800 (PST) Received: (from lkoeller@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFCTIG39656; Sat, 15 Dec 2001 04:29:18 -0800 (PST) (envelope-from lkoeller) Message-Id: <200112151229.fBFCTIG39656@freefall.freebsd.org> From: Lars Koeller Date: Sat, 15 Dec 2001 04:29:18 -0800 (PST) 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 lkoeller 2001/12/15 04:29:18 PST Modified files: . modules Log: smiley --> ports/games/smiley Revision Changes Path 1.4335 +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 Dec 15 4:32:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B379437B417; Sat, 15 Dec 2001 04:32:23 -0800 (PST) Received: (from non@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFCWNT39988; Sat, 15 Dec 2001 04:32:23 -0800 (PST) (envelope-from non) Message-Id: <200112151232.fBFCWNT39988@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Sat, 15 Dec 2001 04:32:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_low_pisa.c src/sys/dev/ncv ncr53c500_pccard.c src/sys/dev/nsp nsp_pccard.c src/sys/dev/stg tmc18c30_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG non 2001/12/15 04:32:23 PST Modified files: sys/cam/scsi scsi_low_pisa.c sys/dev/ncv ncr53c500_pccard.c sys/dev/nsp nsp_pccard.c sys/dev/stg tmc18c30_pccard.c Log: o Add KLD support for scsi_low. o Add KLD dependency of ncv, nsp and stg drivers to scsi_low. Submitted by: takawata Revision Changes Path 1.6 +12 -1 src/sys/cam/scsi/scsi_low_pisa.c 1.11 +1 -0 src/sys/dev/ncv/ncr53c500_pccard.c 1.12 +1 -0 src/sys/dev/nsp/nsp_pccard.c 1.12 +1 -0 src/sys/dev/stg/tmc18c30_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 4:37:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF1AB37B416; Sat, 15 Dec 2001 04:37:36 -0800 (PST) Received: (from non@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFCbaW40447; Sat, 15 Dec 2001 04:37:36 -0800 (PST) (envelope-from non) Message-Id: <200112151237.fBFCbaW40447@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Sat, 15 Dec 2001 04:37:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/ncv Makefile src/sys/modules/nsp Makefile src/sys/modules/stg Makefile src/sys/modules/scsi_low 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 non 2001/12/15 04:37:36 PST Added files: sys/modules/ncv Makefile sys/modules/nsp Makefile sys/modules/stg Makefile sys/modules/scsi_low Makefile Log: Add module directories and makefiles for ncv, nsp, stg and scsi_low KLD modules. Submitted-by: takawata Revision Changes Path 1.1 +10 -0 src/sys/modules/ncv/Makefile (new) 1.1 +10 -0 src/sys/modules/nsp/Makefile (new) 1.1 +8 -0 src/sys/modules/scsi_low/Makefile (new) 1.1 +10 -0 src/sys/modules/stg/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 4:44:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81B1837B405; Sat, 15 Dec 2001 04:44:38 -0800 (PST) Received: (from non@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFCic540840; Sat, 15 Dec 2001 04:44:38 -0800 (PST) (envelope-from non) Message-Id: <200112151244.fBFCic540840@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Sat, 15 Dec 2001 04:44:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG non 2001/12/15 04:44:38 PST Modified files: sys/modules Makefile Log: Add modules of scsi_low based SCSI drivers ncv, nsp, stg, and common part scsi_low. Submitted-by: takawata Revision Changes Path 1.225 +4 -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 Sat Dec 15 4:48:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B59537B416; Sat, 15 Dec 2001 04:48:16 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFCmG341156; Sat, 15 Dec 2001 04:48:16 -0800 (PST) (envelope-from pat) Message-Id: <200112151248.fBFCmG341156@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 04:48:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gtkballs 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 2001/12/15 04:48:16 PST Modified files: games/gtkballs Makefile distinfo Log: Update to 2.1.1 PR: 32794 Submitted by: Sergey A.Osokin Revision Changes Path 1.15 +1 -1 ports/games/gtkballs/Makefile 1.5 +1 -1 ports/games/gtkballs/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 4:52:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3EAE37B416; Sat, 15 Dec 2001 04:52:32 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFCqWE41511; Sat, 15 Dec 2001 04:52:32 -0800 (PST) (envelope-from pat) Message-Id: <200112151252.fBFCqWE41511@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 04:52:32 -0800 (PST) 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 pat 2001/12/15 04:52:32 PST Modified files: mail/nail Makefile distinfo Log: Update to 9.29 PR: 32860 Submitted by: KATO Tsuguru Revision Changes Path 1.7 +1 -1 ports/mail/nail/Makefile 1.7 +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 Sat Dec 15 4:55:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48FB237B416; Sat, 15 Dec 2001 04:55:08 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFCt8N41833; Sat, 15 Dec 2001 04:55:08 -0800 (PST) (envelope-from pat) Message-Id: <200112151255.fBFCt8N41833@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 04:55:08 -0800 (PST) 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 2001/12/15 04:55:08 PST Modified files: net/maradns Makefile distinfo Log: Update to 0.8.99 PR: 32861 Submitted by: KATO Tsuguru Revision Changes Path 1.8 +1 -1 ports/net/maradns/Makefile 1.7 +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 Dec 15 6: 2:48 2001 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 0EF8037B416; Sat, 15 Dec 2001 06:02:42 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16FFPw-000MTE-00; Sat, 15 Dec 2001 16:03:56 +0200 From: Sheldon Hearn To: John Hay Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist In-reply-to: Your message of "Sat, 15 Dec 2001 00:31:14 PST." <200112150831.fBF8VEa96046@freefall.freebsd.org> Date: Sat, 15 Dec 2001 16:03:56 +0200 Message-ID: <86379.1008425036@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 Dec 2001 00:31:14 PST, John Hay wrote: > Modified files: > etc/mtree BSD.usr.dist > Log: > Add a missing .. to get out of smbfs/print. Thanks John, and sorry to everyone else for this bungle. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 6: 6:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 964F437B416; Sat, 15 Dec 2001 06:06:31 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFE6VW63529; Sat, 15 Dec 2001 06:06:31 -0800 (PST) (envelope-from pat) Message-Id: <200112151406.fBFE6VW63529@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 06:06:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/mosfet-liquid Makefile distinfo pkg-descr pkg-plist ports/x11-wm/mosfet-liquid/files patch-admin::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 2001/12/15 06:06:31 PST Modified files: x11-wm/mosfet-liquid Makefile distinfo pkg-descr pkg-plist Added files: x11-wm/mosfet-liquid/files patch-admin::ltmain.sh Log: o Update to 0.7 o Remove useless .la files o Fix pkg-descr to be portlint happy PR: 32099 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/x11-wm/mosfet-liquid/Makefile 1.3 +1 -1 ports/x11-wm/mosfet-liquid/distinfo 1.1 +15 -0 ports/x11-wm/mosfet-liquid/files/patch-admin::ltmain.sh (new) 1.2 +18 -20 ports/x11-wm/mosfet-liquid/pkg-descr 1.3 +5 -8 ports/x11-wm/mosfet-liquid/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 Dec 15 6: 7:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8FEE37B419; Sat, 15 Dec 2001 06:07:05 -0800 (PST) Received: (from mckay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFE75b63681; Sat, 15 Dec 2001 06:07:05 -0800 (PST) (envelope-from mckay) Message-Id: <200112151407.fBFE75b63681@freefall.freebsd.org> From: Stephen McKay Date: Sat, 15 Dec 2001 06:07:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp utils.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckay 2001/12/15 06:07:05 PST Modified files: (Branch: RELENG_4) bin/cp utils.c Log: MFC(1.32): typo in warning message. Revision Changes Path 1.27.2.5 +2 -2 src/bin/cp/utils.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 6:10:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11B6537B416; Sat, 15 Dec 2001 06:10:20 -0800 (PST) Received: (from mckay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFEAKN64020; Sat, 15 Dec 2001 06:10:20 -0800 (PST) (envelope-from mckay) Message-Id: <200112151410.fBFEAKN64020@freefall.freebsd.org> From: Stephen McKay Date: Sat, 15 Dec 2001 06:10:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckay 2001/12/15 06:10:20 PST Modified files: (Branch: RELENG_4) bin/cp cp.c Log: MFC(1.28): Preserve directory timestamps with -p. Allow non-empty read-only directories to be copied. Apply umask to newly created directories when -p is not specified. PR: 27970 PR: 31633 Revision Changes Path 1.24.2.4 +40 -12 src/bin/cp/cp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 6:30: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A86137B417; Sat, 15 Dec 2001 06:29:58 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFETwx65642; Sat, 15 Dec 2001 06:29:58 -0800 (PST) (envelope-from lioux) Message-Id: <200112151429.fBFETwx65642@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 15 Dec 2001 06:29:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/plugger 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 lioux 2001/12/15 06:29:58 PST Modified files: www/plugger Makefile pkg-plist Log: o Unbreak for mozilla 0.9.6 and later versions. Mozilla no longer recognizes plugins unless they start with libnp or np. Since plugger's plugin was named plugger.so, this caused it to be disabled. o Fix this and bump PORTREVISION. PR: 32847 Submitted by: maintainer Revision Changes Path 1.10 +4 -3 ports/www/plugger/Makefile 1.3 +1 -1 ports/www/plugger/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 Dec 15 7: 0: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAD8E37B405; Sat, 15 Dec 2001 06:59:57 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFExvs85416; Sat, 15 Dec 2001 06:59:57 -0800 (PST) (envelope-from lioux) Message-Id: <200112151459.fBFExvs85416@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 15 Dec 2001 06:59:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gd Makefile ports/graphics/gd/files patch-ac patch-malloc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/15 06:59:57 PST Modified files: graphics/gd Makefile graphics/gd/files patch-ac Removed files: graphics/gd/files patch-malloc Log: - Respect CFLAGS properly - Fix compilation error when both freetype and freetype2 are installed - Fix Xpm support - Use freetype-config to find both include and library path - Port style changes in Makefile - Generic fix for -current malloc.h issue PR: 32854 Submitted by: KATO Tsuguru Revision Changes Path 1.47 +22 -17 ports/graphics/gd/Makefile 1.17 +34 -24 ports/graphics/gd/files/patch-ac 1.2 +0 -5 ports/graphics/gd/files/patch-malloc (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 7:30:33 2001 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 C596A37B405; Sat, 15 Dec 2001 07:30:25 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id fBFFWX233953; Sat, 15 Dec 2001 10:32:33 -0500 (EST) (envelope-from jake) Date: Sat, 15 Dec 2001 10:32:32 -0500 From: Jake Burkholder To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_alloc.c ffs_snapshot.c ffs_vfsops.c fs.h Message-ID: <20011215103232.C12719@locore.ca> References: <200112140015.fBE0F6Q99440@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: <200112140015.fBE0F6Q99440@freefall.freebsd.org>; from mckusick@FreeBSD.org on Thu, Dec 13, 2001 at 04:15:06PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Thu, Dec 13, 2001 at 04:15:06PM -0800, Kirk McKusick said words to the effect of; > mckusick 2001/12/13 16:15:06 PST > > Modified files: > sys/ufs/ffs ffs_alloc.c ffs_snapshot.c ffs_vfsops.c > fs.h > Log: > Minimize the time necessary to suspend operations on a filesystem > when taking a snapshot. The two time consuming operations are Atomic_clear_char and atomic_set_char shouldn't be used in MI code because they can't be implemented efficiently on all architectures. [1] Sparc64 only has compare and set instructions for 4 bytes or 8 bytes, which makes the char and short operations very difficult to implement properly. The whole thing is also still under Giant, which has the correct memory barriers to ensure that stores to locations other than the lock itself are correctly drained to memory as its released. Is there a way you can do this without the atomic ops? Cheers, Jake [1] I removed all use of the char and short atomic ops in MI code when the sparc64 port was first committed, but neglected to update the man page to mention that their use is discouraged. I will do so. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 7:36:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ADED37B41D; Sat, 15 Dec 2001 07:36:39 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFFadT91773; Sat, 15 Dec 2001 07:36:39 -0800 (PST) (envelope-from pat) Message-Id: <200112151536.fBFFadT91773@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 07:36:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/halflifeserver 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 2001/12/15 07:36:39 PST Modified files: games/halflifeserver pkg-descr Log: Update WWW Revision Changes Path 1.8 +1 -1 ports/games/halflifeserver/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 Dec 15 7:52:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E81B337B41A; Sat, 15 Dec 2001 07:52:24 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFFqOO93149; Sat, 15 Dec 2001 07:52:24 -0800 (PST) (envelope-from deischen) Message-Id: <200112151552.fBFFqOO93149@freefall.freebsd.org> From: Daniel Eischen Date: Sat, 15 Dec 2001 07:52:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cancel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2001/12/15 07:52:24 PST Modified files: lib/libc_r/uthread uthread_cancel.c Log: Pull the target thread of a join operation from the correct place when cancelling a thread. Revision Changes Path 1.10 +5 -4 src/lib/libc_r/uthread/uthread_cancel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 7:55:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E07A737B41A; Sat, 15 Dec 2001 07:55:31 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFFtVt93479; Sat, 15 Dec 2001 07:55:31 -0800 (PST) (envelope-from deischen) Message-Id: <200112151555.fBFFtVt93479@freefall.freebsd.org> From: Daniel Eischen Date: Sat, 15 Dec 2001 07:55:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_join.c uthread_sig.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 deischen 2001/12/15 07:55:31 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_join.c uthread_sig.c Log: MFC: Fix pthread_join so that it works if the target thread exits while the joining thread is in a signal handler. Revision Changes Path 1.36.2.16 +11 -2 src/lib/libc_r/uthread/pthread_private.h 1.16.2.4 +4 -3 src/lib/libc_r/uthread/uthread_exit.c 1.12.2.5 +8 -6 src/lib/libc_r/uthread/uthread_join.c 1.25.2.9 +12 -2 src/lib/libc_r/uthread/uthread_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 8:26:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF09A37B405; Sat, 15 Dec 2001 08:26:38 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFGQcK99723; Sat, 15 Dec 2001 08:26:38 -0800 (PST) (envelope-from wilko) Message-Id: <200112151626.fBFGQcK99723@freefall.freebsd.org> From: Wilko Bulte Date: Sat, 15 Dec 2001 08:26:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes 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 wilko 2001/12/15 08:26:38 PST Modified files: (Branch: RELENG_4) games/fortune/datfiles fortunes Log: MFC: Unix, Just Say No Revision Changes Path 1.34.2.7 +19 -0 src/games/fortune/datfiles/fortunes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 8:39:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A978E37B416; Sat, 15 Dec 2001 08:39:41 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFGdfp01131; Sat, 15 Dec 2001 08:39:41 -0800 (PST) (envelope-from yoichi) Message-Id: <200112151639.fBFGdfp01131@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sat, 15 Dec 2001 08:39:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/dcc Makefile distinfo ports/irc/pure-emacs20 Makefile distinfo ports/irc/irchat-pj-emacs20 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 yoichi 2001/12/15 08:39:41 PST Modified files: irc/dcc Makefile distinfo irc/pure-emacs20 Makefile distinfo irc/irchat-pj-emacs20 Makefile distinfo Log: Update to irchat-pj-2.5.6pl2 and pure-0.6pl2. Revision Changes Path 1.4 +3 -2 ports/irc/dcc/Makefile 1.4 +1 -1 ports/irc/dcc/distinfo 1.7 +4 -3 ports/irc/irchat-pj-emacs20/Makefile 1.4 +1 -1 ports/irc/irchat-pj-emacs20/distinfo 1.7 +3 -2 ports/irc/pure-emacs20/Makefile 1.4 +1 -1 ports/irc/pure-emacs20/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 9: 7:57 2001 Delivered-To: cvs-all@freebsd.org Received: from citusc17.usc.edu (citusc17.usc.edu [128.125.38.177]) by hub.freebsd.org (Postfix) with ESMTP id 71E7B37B405; Sat, 15 Dec 2001 09:07:51 -0800 (PST) Received: (from kris@localhost) by citusc17.usc.edu (8.11.6/8.11.4) id fBFH7pB91249; Sat, 15 Dec 2001 09:07:51 -0800 (PST) (envelope-from kris) Date: Sat, 15 Dec 2001 09:07:50 -0800 From: Kris Kennaway To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011215090750.A91194@citusc17.usc.edu> References: <200112141622.fBEGMg705939@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112141622.fBEGMg705939@freefall.freebsd.org>; from luigi@FreeBSD.org on Fri, Dec 14, 2001 at 08:22:42AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 14, 2001 at 08:22:42AM -0800, Luigi Rizzo wrote: > luigi 2001/12/14 08:22:42 PST >=20 > Modified files: > bin/rm rm.c=20 > usr.sbin/chown chown.c=20 > usr.sbin/dev_mkdb dev_mkdb.c=20 > Log: > Add prototypes for main() so that these programs compile with -Werror > (which somehow now seems to be the default for compiling -current). > This error popped up while doing a PicoBSD cross-compile on a 4.3-ish s= ystem, > it may well be that there are other apps which have similar problems, > but I did not spot them as they are not included in my picobsd config. Nope, the problem is that your gcc is different than the one in -current and emits different warnings. You need to build FreeBSD with NO_WERROR=3D1 if you're using a nonstandard gcc compiler, or bootstrap the standard gcc compiler with NO_WERROR and then use it. i.e. the bug seems to be in your bootstrap/cross-build environment and should be addressed there. Adding prototypes for main() is the wrong thing to do, and our gcc was fixed to not treat these as warnings for this reason. Kris --Dxnq1zWXvFF0Q93v 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 iD8DBQE8G4NlWry0BWjoQKURAlmkAKDTAY/trfmLStPouFJdDD6YqBYKDQCg9cHg PBrHOYuNMV1+D+UQ6zAHWyU= =VbMb -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 9:20:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD25937B416; Sat, 15 Dec 2001 09:20:26 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHKQ208460; Sat, 15 Dec 2001 09:20:26 -0800 (PST) (envelope-from tobez) Message-Id: <200112151720.fBFHKQ208460@freefall.freebsd.org> From: Anton Berezin Date: Sat, 15 Dec 2001 09:20:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Inline-ASM 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 tobez 2001/12/15 09:20:26 PST Modified files: devel Makefile Added files: devel/p5-Inline-ASM Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Inline-ASM 0.03, a perl module that facilitates writing of perl subroutines in assembler. PR: 32867 Submitted by: Sergey Skvortsov Revision Changes Path 1.702 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-Inline-ASM/Makefile (new) 1.1 +1 -0 ports/devel/p5-Inline-ASM/distinfo (new) 1.1 +1 -0 ports/devel/p5-Inline-ASM/pkg-comment (new) 1.1 +10 -0 ports/devel/p5-Inline-ASM/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Inline-ASM/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 Dec 15 9:20:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0AE037B496; Sat, 15 Dec 2001 09:20:31 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHKVa08495; Sat, 15 Dec 2001 09:20:31 -0800 (PST) (envelope-from tobez) Message-Id: <200112151720.fBFHKVa08495@freefall.freebsd.org> From: Anton Berezin Date: Sat, 15 Dec 2001 09:20:31 -0800 (PST) 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 tobez 2001/12/15 09:20:31 PST Modified files: . modules Log: p5-Inline-ASM --> ports/devel/p5-Inline-ASM Revision Changes Path 1.4336 +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 Dec 15 9:29: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 564EC37B416; Sat, 15 Dec 2001 09:28:59 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHSx509408; Sat, 15 Dec 2001 09:28:59 -0800 (PST) (envelope-from olgeni) Message-Id: <200112151728.fBFHSx509408@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 15 Dec 2001 09:28:59 -0800 (PST) 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 2001/12/15 09:28:59 PST Modified files: sysutils/webmin Makefile distinfo Log: Update modules: sendmail, file manager. Revision Changes Path 1.79 +3 -3 ports/sysutils/webmin/Makefile 1.54 +2 -1 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 Sat Dec 15 9:31:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8ACC37B417; Sat, 15 Dec 2001 09:31:28 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHVSq10287; Sat, 15 Dec 2001 09:31:28 -0800 (PST) (envelope-from tobez) Message-Id: <200112151731.fBFHVSq10287@freefall.freebsd.org> From: Anton Berezin Date: Sat, 15 Dec 2001 09:31:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Inline-CPP 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 tobez 2001/12/15 09:31:28 PST Modified files: devel Makefile Added files: devel/p5-Inline-CPP Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Inline-CPP 0.23, a perl module that facilitates writing of Perl subroutines and classes in C++. PR: 32869 Submitted by: Sergey Skvortsov Revision Changes Path 1.703 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-Inline-CPP/Makefile (new) 1.1 +1 -0 ports/devel/p5-Inline-CPP/distinfo (new) 1.1 +1 -0 ports/devel/p5-Inline-CPP/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-Inline-CPP/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-Inline-CPP/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 Dec 15 9:31:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E030837B41A; Sat, 15 Dec 2001 09:31:29 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHVTK10318; Sat, 15 Dec 2001 09:31:29 -0800 (PST) (envelope-from tobez) Message-Id: <200112151731.fBFHVTK10318@freefall.freebsd.org> From: Anton Berezin Date: Sat, 15 Dec 2001 09:31:29 -0800 (PST) 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 tobez 2001/12/15 09:31:29 PST Modified files: . modules Log: p5-Inline-CPP --> ports/devel/p5-Inline-CPP Revision Changes Path 1.4337 +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 Dec 15 9:37:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F413137B416; Sat, 15 Dec 2001 09:37:18 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHbIb11484; Sat, 15 Dec 2001 09:37:18 -0800 (PST) (envelope-from tobez) Message-Id: <200112151737.fBFHbIb11484@freefall.freebsd.org> From: Anton Berezin Date: Sat, 15 Dec 2001 09:37:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Inline-Filters 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 tobez 2001/12/15 09:37:18 PST Modified files: devel Makefile Added files: devel/p5-Inline-Filters Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Inline-Filters 0.12, common source code filters for Inline Modules. PR: 32868 Submitted by: Sergey Skvortsov Revision Changes Path 1.704 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-Inline-Filters/Makefile (new) 1.1 +1 -0 ports/devel/p5-Inline-Filters/distinfo (new) 1.1 +1 -0 ports/devel/p5-Inline-Filters/pkg-comment (new) 1.1 +7 -0 ports/devel/p5-Inline-Filters/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Inline-Filters/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 Dec 15 9:37:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B17D37B419; Sat, 15 Dec 2001 09:37:21 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHbL011528; Sat, 15 Dec 2001 09:37:21 -0800 (PST) (envelope-from tobez) Message-Id: <200112151737.fBFHbL011528@freefall.freebsd.org> From: Anton Berezin Date: Sat, 15 Dec 2001 09:37:21 -0800 (PST) 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 tobez 2001/12/15 09:37:21 PST Modified files: . modules Log: p5-Inline-Filters --> ports/devel/p5-Inline-Filters Revision Changes Path 1.4338 +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 Dec 15 9:44: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F11FC37B405; Sat, 15 Dec 2001 09:44:02 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHi2s12735; Sat, 15 Dec 2001 09:44:02 -0800 (PST) (envelope-from tobez) Message-Id: <200112151744.fBFHi2s12735@freefall.freebsd.org> From: Anton Berezin Date: Sat, 15 Dec 2001 09:44:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Inline-Tcl 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 tobez 2001/12/15 09:44:02 PST Modified files: devel Makefile Added files: devel/p5-Inline-Tcl Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Inline-Tcl 0.09, perl module to facilitate writing of Perl subroutines in Tcl. PR: 32873 Submitted by: Sergey Skvortsov Revision Changes Path 1.705 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/p5-Inline-Tcl/Makefile (new) 1.1 +1 -0 ports/devel/p5-Inline-Tcl/distinfo (new) 1.1 +1 -0 ports/devel/p5-Inline-Tcl/pkg-comment (new) 1.1 +14 -0 ports/devel/p5-Inline-Tcl/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-Inline-Tcl/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 Dec 15 9:44:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5D9337B41A; Sat, 15 Dec 2001 09:44:05 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHi5V12769; Sat, 15 Dec 2001 09:44:05 -0800 (PST) (envelope-from tobez) Message-Id: <200112151744.fBFHi5V12769@freefall.freebsd.org> From: Anton Berezin Date: Sat, 15 Dec 2001 09:44:05 -0800 (PST) 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 tobez 2001/12/15 09:44:05 PST Modified files: . modules Log: p5-Inline-Tcl --> ports/devel/p5-Inline-Tcl Revision Changes Path 1.4339 +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 Dec 15 9:52:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1F3737B416; Sat, 15 Dec 2001 09:52:15 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHqFQ13482; Sat, 15 Dec 2001 09:52:15 -0800 (PST) (envelope-from tobez) Message-Id: <200112151752.fBFHqFQ13482@freefall.freebsd.org> From: Anton Berezin Date: Sat, 15 Dec 2001 09:52:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/p5-Archive-Zip 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 tobez 2001/12/15 09:52:15 PST Modified files: archivers/p5-Archive-Zip Makefile distinfo Log: Use the right distfile (.zip has gone; there's .tar.gz available). Submitted by: Scot Hetzel PR: 32875 Revision Changes Path 1.5 +1 -2 ports/archivers/p5-Archive-Zip/Makefile 1.3 +1 -1 ports/archivers/p5-Archive-Zip/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 9:55:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6231137B417; Sat, 15 Dec 2001 09:55:48 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFHtmb14021; Sat, 15 Dec 2001 09:55:48 -0800 (PST) (envelope-from asami) Message-Id: <200112151755.fBFHtmb14021@freefall.freebsd.org> From: Satoshi Asami Date: Sat, 15 Dec 2001 09:55:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/XFree86-4-Server 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 asami 2001/12/15 09:55:48 PST Modified files: x11-servers/XFree86-4-Server Makefile Log: Make pre-fetch in line 161 (one colon) consistent with others (two colons). Reported by: bento Revision Changes Path 1.100 +1 -1 ports/x11-servers/XFree86-4-Server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 9:59:36 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id A381F37B41C; Sat, 15 Dec 2001 09:59:30 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBFHxUx62678; Sat, 15 Dec 2001 09:59:30 -0800 (PST) (envelope-from rizzo) Date: Sat, 15 Dec 2001 09:59:30 -0800 From: Luigi Rizzo To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011215095930.A62613@iguana.aciri.org> References: <200112141622.fBEGMg705939@freefall.freebsd.org> <20011215090750.A91194@citusc17.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011215090750.A91194@citusc17.usc.edu> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There is something I do not follow. Over time we have gone through great pains to keep the code compatible with a wide range of compilers (including K&R when possible, by using __P() macros), and now people complain suggesting that instead of supplying perfectly legal (K&R and ANSI) C prototypes to 3 functions, which do not break anything and only increase code portability towards possibly broken compilers, I should instead compile the source tree with a version-specific compiler. Am i the only one who sees a contraddiction here ? cheers luigi On Sat, Dec 15, 2001 at 09:07:50AM -0800, Kris Kennaway wrote: > On Fri, Dec 14, 2001 at 08:22:42AM -0800, Luigi Rizzo wrote: > > luigi 2001/12/14 08:22:42 PST > > > > Modified files: > > bin/rm rm.c > > usr.sbin/chown chown.c > > usr.sbin/dev_mkdb dev_mkdb.c > > Log: > > Add prototypes for main() so that these programs compile with -Werror > > (which somehow now seems to be the default for compiling -current). > > This error popped up while doing a PicoBSD cross-compile on a 4.3-ish system, > > it may well be that there are other apps which have similar problems, > > but I did not spot them as they are not included in my picobsd config. > > Nope, the problem is that your gcc is different than the one in > -current and emits different warnings. You need to build FreeBSD with > NO_WERROR=1 if you're using a nonstandard gcc compiler, or bootstrap > the standard gcc compiler with NO_WERROR and then use it. i.e. the > bug seems to be in your bootstrap/cross-build environment and should > be addressed there. > > Adding prototypes for main() is the wrong thing to do, and our gcc was > fixed to not treat these as warnings for this reason. > > Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 10:16:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D720637B417; Sat, 15 Dec 2001 10:16:21 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFIGLR18812; Sat, 15 Dec 2001 10:16:21 -0800 (PST) (envelope-from pat) Message-Id: <200112151816.fBFIGLR18812@freefall.freebsd.org> From: Patrick Li Date: Sat, 15 Dec 2001 10:16:21 -0800 (PST) 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 2001/12/15 10:16:21 PST Modified files: net/tightvnc Makefile Log: Fix MASTER_SITE_SUBDIR from the PORTNAME change Revision Changes Path 1.4 +1 -1 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 Dec 15 10:54:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 651FD37B419; Sat, 15 Dec 2001 10:54:06 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFIs6H21396; Sat, 15 Dec 2001 10:54:06 -0800 (PST) (envelope-from obrien) Message-Id: <200112151854.fBFIs6H21396@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 15 Dec 2001 10:54:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/sparc64 crt1.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/15 10:54:06 PST Added files: lib/csu/sparc64 crt1.c Log: Sparc64 ELF version of the C runtime support. It tries to comply with the SCD 2.4.1 (and thus Sparc 64-bit psABI). This is an amalgamation of the FreeBSD Alpha crt1.c and the BSD/OS Sparc crt0.c (which the copyright reflects). Revision Changes Path 1.1 +128 -0 src/lib/csu/sparc64/crt1.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 11: 8:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B4FE37B405; Sat, 15 Dec 2001 11:07:58 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFJ7wb26180; Sat, 15 Dec 2001 11:07:58 -0800 (PST) (envelope-from joerg) Message-Id: <200112151907.fBFJ7wb26180@freefall.freebsd.org> From: Joerg Wunsch Date: Sat, 15 Dec 2001 11:07:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c fdreg.h src/sys/sys fdcio.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 joerg 2001/12/15 11:07:58 PST Modified files: sys/isa fd.c fdreg.h sys/sys fdcio.h Log: Long promised major enhancement set for the floppy disk driver: . The main device node now supports automatic density selection for commonly used media densities. So you can stuff your 1.44 MB and 720 KB media into your drive and just access /dev/fd0, no questions asked. It's all that easy, isn't it? :) . Device density handling has been completely overhauled. The old way of hardwired kernel density knowledge is no longer there. Instead, the kernel now implements 16 subdevices per drive. The first subdevice uses automatic density selection, while the remaining 15 devices are freely programmable. They can be assigned an arbitrary name of the form /dev/fd[:digit]+.[:digit:]{1,4}, where the second number is meant to either implement device names that are mnemonic for their raw capacity (as it used to be), or they can alternatively be created as "anonymous" devices like fd0.1 through fd0.15, depending on the taste of the administrator. After creating a subdevice, it is initialized to the maximal native density of the respective drive type, so it needs to be customized for other densities by using fdcontrol(8). Pseudo-partition devices (fd0a through fd0h) are still supported as symlinks. . The old hack to use flags 0x1 to always assume drive 0 were there is no longer supported; this is now supposed to be done by wiring the devices down from the loader via device flags. On IA32 architectures, the first two drives are looked up in the CMOS configuration records though. On PCMCIA (i. e., the Y-E Data controller of the Toshiba Libretto), a single drive is always assumed. . Other specialities like disabling the FIFO and not probing the drive at boot-time are selected by per-controller or per-drive flags, too. . Unit attentions (media has been changed) are supposed to be detected now; density autoselection only occurs after a unit attention. (Can be turned off by a per-drive flag, this will cause each Fdopen() to perform the autoselection.) . FM floppies can be handled now (on controllers that actually support it -- not all do these days). . Fdopen() can be told to avoid density selection by setting O_NONBLOCK; this leaves the descriptor in a half-opened state where only a few ioctls are accepted. This is necessary to run fdformat on a device that uses automatic density selection (since you cannot autoselect on an unformatted medium, obviously). . Just differentiate between a plain old NE765 and the enhanced chips, but don't try more; the existing code was wrong and only misdetected the chips anyway. BUGS and TODOs: . All documentation update still needs to be done. . Formatting not-so-standard format yields unpredictable results; i have yet to figure out why this happens. "Standard" formats like 720 and 1440 KB do work, however. . rc scripts are needed to setup device nodes with nonstandard densities (like the old /dev/fdN.MMM we used to have). . Obtaining device flags from the kernel environment doesn't work yet, thus currently only drives that are present in (IA32) CMOS are really detected. Someone who knows the odds and ends about device flags is needed here, i can't figure out what i'm doing wrong. . 2.88 MB still needs to be done. Revision Changes Path 1.222 +492 -275 src/sys/isa/fd.c 1.15 +6 -9 src/sys/isa/fdreg.h 1.17 +29 -13 src/sys/sys/fdcio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 11: 9:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 217AB37B41B; Sat, 15 Dec 2001 11:09:05 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFJ95x26334; Sat, 15 Dec 2001 11:09:05 -0800 (PST) (envelope-from joerg) Message-Id: <200112151909.fBFJ95x26334@freefall.freebsd.org> From: Joerg Wunsch Date: Sat, 15 Dec 2001 11:09:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/fdcontrol Makefile fdcontrol.c src/usr.sbin/fdformat fdformat.c src/usr.sbin/fdread fdutil.c fdutil.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 joerg 2001/12/15 11:09:05 PST Modified files: usr.sbin/fdcontrol Makefile fdcontrol.c usr.sbin/fdformat fdformat.c usr.sbin/fdread fdutil.c fdutil.h Log: Long promised major enhancement set for the floppy disk driver: . The main device node now supports automatic density selection for commonly used media densities. So you can stuff your 1.44 MB and 720 KB media into your drive and just access /dev/fd0, no questions asked. It's all that easy, isn't it? :) . Device density handling has been completely overhauled. The old way of hardwired kernel density knowledge is no longer there. Instead, the kernel now implements 16 subdevices per drive. The first subdevice uses automatic density selection, while the remaining 15 devices are freely programmable. They can be assigned an arbitrary name of the form /dev/fd[:digit]+.[:digit:]{1,4}, where the second number is meant to either implement device names that are mnemonic for their raw capacity (as it used to be), or they can alternatively be created as "anonymous" devices like fd0.1 through fd0.15, depending on the taste of the administrator. After creating a subdevice, it is initialized to the maximal native density of the respective drive type, so it needs to be customized for other densities by using fdcontrol(8). Pseudo-partition devices (fd0a through fd0h) are still supported as symlinks. . The old hack to use flags 0x1 to always assume drive 0 were there is no longer supported; this is now supposed to be done by wiring the devices down from the loader via device flags. On IA32 architectures, the first two drives are looked up in the CMOS configuration records though. On PCMCIA (i. e., the Y-E Data controller of the Toshiba Libretto), a single drive is always assumed. . Other specialities like disabling the FIFO and not probing the drive at boot-time are selected by per-controller or per-drive flags, too. . Unit attentions (media has been changed) are supposed to be detected now; density autoselection only occurs after a unit attention. (Can be turned off by a per-drive flag, this will cause each Fdopen() to perform the autoselection.) . FM floppies can be handled now (on controllers that actually support it -- not all do these days). . Fdopen() can be told to avoid density selection by setting O_NONBLOCK; this leaves the descriptor in a half-opened state where only a few ioctls are accepted. This is necessary to run fdformat on a device that uses automatic density selection (since you cannot autoselect on an unformatted medium, obviously). . Just differentiate between a plain old NE765 and the enhanced chips, but don't try more; the existing code was wrong and only misdetected the chips anyway. BUGS and TODOs: . All documentation update still needs to be done. . Formatting not-so-standard format yields unpredictable results; i have yet to figure out why this happens. "Standard" formats like 720 and 1440 KB do work, however. . rc scripts are needed to setup device nodes with nonstandard densities (like the old /dev/fdN.MMM we used to have). . Obtaining device flags from the kernel environment doesn't work yet, thus currently only drives that are present in (IA32) CMOS are really detected. Someone who knows the odds and ends about device flags is needed here, i can't figure out what i'm doing wrong. . 2.88 MB still needs to be done. Revision Changes Path 1.6 +5 -1 src/usr.sbin/fdcontrol/Makefile 1.9 +124 -90 src/usr.sbin/fdcontrol/fdcontrol.c 1.19 +144 -157 src/usr.sbin/fdformat/fdformat.c 1.2 +389 -3 src/usr.sbin/fdread/fdutil.c 1.2 +8 -0 src/usr.sbin/fdread/fdutil.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 11:57:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92F4337B416; Sat, 15 Dec 2001 11:57:39 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFJvd931166; Sat, 15 Dec 2001 11:57:39 -0800 (PST) (envelope-from bmah) Message-Id: <200112151957.fBFJvd931166@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 15 Dec 2001 11:57:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.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 2001/12/15 11:57:39 PST Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Second (hopefully last) alpha jumbo patch to remove i386-isms. Reviewed by: wilko MFC after: 3 days Revision Changes Path 1.56 +57 -55 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 11:59:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74C3137B405; Sat, 15 Dec 2001 11:59:28 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFJxSd31279; Sat, 15 Dec 2001 11:59:28 -0800 (PST) (envelope-from archie) Message-Id: <200112151959.fBFJxSd31279@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 15 Dec 2001 11:59:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/12/15 11:59:28 PST Modified files: sys/pci if_sis.c Log: Fix access-after-free bug added in revision 1.31. Detected by: INVARIANTS MFC after: 2 days Revision Changes Path 1.45 +5 -4 src/sys/pci/if_sis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 12: 3:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9176B37B417; Sat, 15 Dec 2001 12:03:52 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFK3qB31612; Sat, 15 Dec 2001 12:03:52 -0800 (PST) (envelope-from alfred) Message-Id: <200112152003.fBFK3qB31612@freefall.freebsd.org> From: Alfred Perlstein Date: Sat, 15 Dec 2001 12:03:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_sendfile.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 2001/12/15 12:03:52 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_sendfile.c Log: MFC: 1.6 sendfile wrap fix. Revision Changes Path 1.2.2.3 +51 -5 src/lib/libc_r/uthread/uthread_sendfile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 12: 6:34 2001 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 7459437B41B; Sat, 15 Dec 2001 12:06:26 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBFK6Qs17643; Sat, 15 Dec 2001 12:06:26 -0800 (PST) (envelope-from dillon) Date: Sat, 15 Dec 2001 12:06:26 -0800 (PST) From: Matthew Dillon Message-Id: <200112152006.fBFK6Qs17643@apollo.backplane.com> To: Luigi Rizzo Cc: Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c References: <200112141622.fBEGMg705939@freefall.freebsd.org> <20011215090750.A91194@citusc17.usc.edu> <20011215095930.A62613@iguana.aciri.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 :There is something I do not follow. : :Over time we have gone through great pains to keep the code compatible :with a wide range of compilers (including K&R when possible, by :using __P() macros), and now people complain suggesting that instead :of supplying perfectly legal (K&R and ANSI) C prototypes to 3 :functions, which do not break anything and only increase code :portability towards possibly broken compilers, I should instead :compile the source tree with a version-specific compiler. : :Am i the only one who sees a contraddiction here ? : : cheers : luigi I wouldn't call it 'great pains'. I only use __P when I notice that all the other nearby prototypes are using __P, just so it looks consistent. Otherwise I don't bother. I would prefer not to use __P. Considering our massive use of 64 bit integer arguments in the codebase, there isn't a chance in hell that it would run without proper prototypes. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 12:27:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B237037B41B; Sat, 15 Dec 2001 12:27:30 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFKRUN36971; Sat, 15 Dec 2001 12:27:30 -0800 (PST) (envelope-from petef) Message-Id: <200112152027.fBFKRUN36971@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 15 Dec 2001 12:27:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/listmanager 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 petef 2001/12/15 12:27:30 PST Modified files: mail/listmanager Makefile distinfo Log: Update to 2.109. PR: 32876 Submitted by: maintainer Revision Changes Path 1.11 +10 -4 ports/mail/listmanager/Makefile 1.7 +2 -1 ports/mail/listmanager/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 12:48:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7CF937B41A; Sat, 15 Dec 2001 12:48:25 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFKmP639034; Sat, 15 Dec 2001 12:48:25 -0800 (PST) (envelope-from sobomax) Message-Id: <200112152048.fBFKmP639034@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 15 Dec 2001 12:48:25 -0800 (PST) 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 2001/12/15 12:48:25 PST Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs usbdevs.h usbdevs_data.h Log: MFC: add DIVA USB mp3 player. Revision Changes Path 1.11.2.15 +1 -0 src/sys/dev/usb/usbdevs 1.32.2.15 +1 -0 src/sys/dev/usb/usbdevs.h 1.32.2.15 +6 -0 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 Sat Dec 15 12:48:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 665F437B419; Sat, 15 Dec 2001 12:48:53 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFKmrG39097; Sat, 15 Dec 2001 12:48:53 -0800 (PST) (envelope-from archie) Message-Id: <200112152048.fBFKmrG39097@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 15 Dec 2001 12:48:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_bridge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/12/15 12:48:53 PST Modified files: sys/netgraph ng_bridge.c Log: Don't free a structure containing a 'struct callout' structure while that callout is still pending. MFC after: 3 days Revision Changes Path 1.12 +17 -8 src/sys/netgraph/ng_bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 12:53:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4775C37B405; Sat, 15 Dec 2001 12:53:15 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFKrFV39522; Sat, 15 Dec 2001 12:53:15 -0800 (PST) (envelope-from archie) Message-Id: <200112152053.fBFKrFV39522@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 15 Dec 2001 12:53:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_bridge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/12/15 12:53:15 PST Modified files: sys/netgraph ng_bridge.c Log: Typo. Revision Changes Path 1.13 +1 -1 src/sys/netgraph/ng_bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 13: 7:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEBFD37B41A; Sat, 15 Dec 2001 13:07:20 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFL7K443882; Sat, 15 Dec 2001 13:07:20 -0800 (PST) (envelope-from steve) Message-Id: <200112152107.fBFL7K443882@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 13:07:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb 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 steve 2001/12/15 13:07:20 PST Modified files: security/drweb Makefile distinfo pkg-plist Log: Author made the following changes and re-rolled the distfile without changing its name. - Fix minor security bugs in libdwclient - Fix security bug in drweb_qmail.pl - Fix minor bug in libdwclient, possible file descriptors leak - Fix bug in drweb_postfix.sh, wrong mail command for sends notifications Revision Changes Path 1.20 +1 -1 ports/security/drweb/Makefile 1.5 +1 -1 ports/security/drweb/distinfo 1.12 +1 -1 ports/security/drweb/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 Dec 15 13:10:45 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 8790937B416; Sat, 15 Dec 2001 13:10:31 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 07E9081D03; Sat, 15 Dec 2001 15:10:25 -0600 (CST) Date: Sat, 15 Dec 2001 15:10:25 -0600 From: Alfred Perlstein To: Bruce Evans Cc: wollman@freebsd.org, net@freebsd.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: fifo fix (Re: cvs commit: src/sys/fs/fifofs fifo_vnops.c) Message-ID: <20011215151025.A82439@elvis.mu.org> References: <20011212125324.R92148@elvis.mu.org> <20011213224148.M469-100000@gamplex.bde.org> <20011213120830.E79896@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011213120830.E79896@elvis.mu.org>; from alfred@FreeBSD.org on Thu, Dec 13, 2001 at 12:08:30PM -0600 Sender: owner-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 [011213 12:08] wrote: > * Bruce Evans [011213 05:56] wrote: > > > > >From POSIX.1-200x-draft7 (this has not changed since at least the 1990 > > version): > > > > ! 36609 When attempting to read from an empty pipe or FIFO: > > ! > > ! 36610 * If no process has the pipe open for writing, read( ) shall return 0 to indicate end-of-file. > > > > The changes make read() block instead, at least for the non-O_NONBLOCK case. > > I'm not sure of the effect of the change in the O_NONBLOCK case, but it > > seems likely that -1/EAGAIN is returned instead of 0/no-error. > > Ok, I can fix this. (I hope :) ) Can people take a look at this fix? It seems to dtrt, but I need feedback here. It basically backs out my last two revisions and changes the hacks the poll call to seemingly do the right thing. Index: fifo_vnops.c =================================================================== RCS file: /home/ncvs/src/sys/fs/fifofs/fifo_vnops.c,v retrieving revision 1.57 diff -u -r1.57 fifo_vnops.c --- fifo_vnops.c 12 Dec 2001 09:35:33 -0000 1.57 +++ fifo_vnops.c 15 Dec 2001 21:25:30 -0000 @@ -199,6 +199,7 @@ } fip->fi_readers = fip->fi_writers = 0; wso->so_snd.sb_lowat = PIPE_BUF; + rso->so_state |= SS_CANTRCVMORE; } if (ap->a_mode & FREAD) { fip->fi_readers++; @@ -283,11 +284,6 @@ VOP_UNLOCK(ap->a_vp, 0, td); error = soreceive(rso, (struct sockaddr **)0, uio, (struct mbuf **)0, (struct mbuf **)0, (int *)0); - /* - * Clear EOF indication after first such return. - */ - if (uio->uio_resid == startresid) - rso->so_state &= ~SS_CANTRCVMORE; vn_lock(ap->a_vp, LK_EXCLUSIVE | LK_RETRY, td); if (ap->a_ioflag & IO_NDELAY) rso->so_state &= ~SS_NBIO; @@ -455,13 +451,23 @@ } */ *ap; { struct file filetmp; - int revents = 0; + int s, revents = 0; if (ap->a_events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) { + struct socket *so; + int oflg; + filetmp.f_data = (caddr_t)ap->a_vp->v_fifoinfo->fi_readsock; + so = (struct socket *)filetmp.f_data; + s = splnet(); + oflg = so->so_state & SS_CANTRCVMORE; + if (ap->a_vp->v_fifoinfo->fi_writers == 0) + so->so_state &= ~SS_CANTRCVMORE; if (filetmp.f_data) revents |= soo_poll(&filetmp, ap->a_events, ap->a_cred, ap->a_td); + so->so_state |= oflg; + splx(s); } if (ap->a_events & (POLLOUT | POLLWRNORM | POLLWRBAND)) { filetmp.f_data = (caddr_t)ap->a_vp->v_fifoinfo->fi_writesock; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 13:28: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B18FA37B416; Sat, 15 Dec 2001 13:28:02 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFLS2645310; Sat, 15 Dec 2001 13:28:02 -0800 (PST) (envelope-from jake) Message-Id: <200112152128.fBFLS2645310@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 15 Dec 2001 13:28:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 atomic.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 jake 2001/12/15 13:28:02 PST Modified files: share/man/man9 atomic.9 Log: Note that the atomic ops on char and short data types may not be available on all architectures. Sparc64 does not implement them. Revision Changes Path 1.7 +16 -9 src/share/man/man9/atomic.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 13:36:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43CA437B405; Sat, 15 Dec 2001 13:36:30 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFLaUg45815; Sat, 15 Dec 2001 13:36:30 -0800 (PST) (envelope-from obrien) Message-Id: <200112152136.fBFLaUg45815@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 15 Dec 2001 13:36:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/sparc64 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 2001/12/15 13:36:30 PST Added files: lib/csu/sparc64 Makefile Log: The instructions on doing something with src/lib/csu/sparc64. Revision Changes Path 1.1 +25 -0 src/lib/csu/sparc64/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 13:39:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA2CE37B416; Sat, 15 Dec 2001 13:39:46 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFLdkw46016; Sat, 15 Dec 2001 13:39:46 -0800 (PST) (envelope-from steve) Message-Id: <200112152139.fBFLdkw46016@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 13:39:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/bc-gcc 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 steve 2001/12/15 13:39:46 PST Modified files: lang/bc-gcc Makefile Log: Add USE_BISON=yes because this port requires bison to build. Approved by: maintainer Revision Changes Path 1.11 +2 -1 ports/lang/bc-gcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 13:41:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02C9637B416; Sat, 15 Dec 2001 13:41:12 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFLfBE46259; Sat, 15 Dec 2001 13:41:11 -0800 (PST) (envelope-from obrien) Message-Id: <200112152141.fBFLfBE46259@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 15 Dec 2001 13:41:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/sparc64 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 2001/12/15 13:41:11 PST Modified files: lib/csu/sparc64 Makefile Log: Embelish CFLAGS. Revision Changes Path 1.2 +2 -1 src/lib/csu/sparc64/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 13:58:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61EE637B417; Sat, 15 Dec 2001 13:58:47 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFLwlD47618; Sat, 15 Dec 2001 13:58:47 -0800 (PST) (envelope-from olgeni) Message-Id: <200112152158.fBFLwlD47618@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 15 Dec 2001 13:58:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/allegro/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 olgeni 2001/12/15 13:58:47 PST Modified files: devel/allegro/files patch-makefile.in Log: Fix port build on bento. Submitted by: steve Revision Changes Path 1.2 +11 -2 ports/devel/allegro/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 Dec 15 14: 0:16 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 8F3AA37B416; Sat, 15 Dec 2001 14:00:07 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fBFLwWx91788; Sat, 15 Dec 2001 16:58:32 -0500 (EST) (envelope-from mike) Date: Sat, 15 Dec 2001 16:58:32 -0500 From: Mike Barcroft To: Luigi Rizzo Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011215165832.A77929@espresso.q9media.com> References: <200112141622.fBEGMg705939@freefall.freebsd.org> <20011215090750.A91194@citusc17.usc.edu> <20011215095930.A62613@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011215095930.A62613@iguana.aciri.org>; from luigi@FreeBSD.org on Sat, Dec 15, 2001 at 09:59:30AM -0800 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Luigi Rizzo writes: > There is something I do not follow. > > Over time we have gone through great pains to keep the code compatible > with a wide range of compilers (including K&R when possible, by > using __P() macros), and now people complain suggesting that instead > of supplying perfectly legal (K&R and ANSI) C prototypes to 3 > functions, which do not break anything and only increase code > portability towards possibly broken compilers, I should instead > compile the source tree with a version-specific compiler. > > Am i the only one who sees a contraddiction here ? Correct code should not be modified to cope with compiler bugs. In this case, your compiler is incorrectly requiring a prototype for main() in order to silence a diagnostic. This change should be backed out. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14: 5:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92EFF37B417; Sat, 15 Dec 2001 14:05:25 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFM5PL50751; Sat, 15 Dec 2001 14:05:25 -0800 (PST) (envelope-from steve) Message-Id: <200112152205.fBFM5PL50751@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:05:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk-tutorial 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 steve 2001/12/15 14:05:24 PST Modified files: java/jdk-tutorial Makefile distinfo pkg-plist Log: Update to the latest version of the tutorial. Revision Changes Path 1.19 +2 -2 ports/java/jdk-tutorial/Makefile 1.11 +1 -1 ports/java/jdk-tutorial/distinfo 1.10 +16 -1 ports/java/jdk-tutorial/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 Dec 15 14: 6:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01B5837B416; Sat, 15 Dec 2001 14:06:44 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFM6hr51733; Sat, 15 Dec 2001 14:06:43 -0800 (PST) (envelope-from steve) Message-Id: <200112152206.fBFM6hr51733@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:06:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/eispack 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 steve 2001/12/15 14:06:43 PST Modified files: math/eispack distinfo Log: It seems as though some recompressed the distfiles for this port. While the files are slightly different sizes now on the MASTER_SITE diff(1) says they are exactly the same when uncompressed. Revision Changes Path 1.4 +76 -76 ports/math/eispack/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14: 8:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6571837B416; Sat, 15 Dec 2001 14:08:11 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFM8Bw51868; Sat, 15 Dec 2001 14:08:11 -0800 (PST) (envelope-from steve) Message-Id: <200112152208.fBFM8Bw51868@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:08:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/coldsync 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 steve 2001/12/15 14:08:11 PST Modified files: palm/coldsync Makefile Log: Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we get internationalized text for the resultant binary. Revision Changes Path 1.11 +3 -1 ports/palm/coldsync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14: 9:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6624D37B417; Sat, 15 Dec 2001 14:09:40 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFM9eG52033; Sat, 15 Dec 2001 14:09:40 -0800 (PST) (envelope-from steve) Message-Id: <200112152209.fBFM9eG52033@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:09:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/argus 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 steve 2001/12/15 14:09:40 PST Modified files: net/argus Makefile pkg-plist Log: Fix PLIST and bump PORTREVISION because of missing files most notably the license/copyright. Revision Changes Path 1.14 +1 -0 ports/net/argus/Makefile 1.7 +2 -1 ports/net/argus/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 Dec 15 14:10:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7033937B419; Sat, 15 Dec 2001 14:10:37 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMAbY52202; Sat, 15 Dec 2001 14:10:37 -0800 (PST) (envelope-from steve) Message-Id: <200112152210.fBFMAbY52202@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:10:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autodia 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 steve 2001/12/15 14:10:37 PST Modified files: devel/autodia Makefile Log: Get the p5-Template-Toolkit dependency to look for Template.pm in the correct directory. Revision Changes Path 1.2 +2 -1 ports/devel/autodia/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14:12: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01EF037B41B; Sat, 15 Dec 2001 14:12:06 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMC5R52384; Sat, 15 Dec 2001 14:12:05 -0800 (PST) (envelope-from steve) Message-Id: <200112152212.fBFMC5R52384@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:12:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cisco_conf 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 steve 2001/12/15 14:12:05 PST Modified files: net/cisco_conf Makefile distinfo Log: Since we have two ports, ciscoconf and cisco_conf, that use the same named distfile with different contents put this this one is its own DIST_SUBDIR to avoid confusing which one is used. Revision Changes Path 1.3 +3 -2 ports/net/cisco_conf/Makefile 1.3 +1 -1 ports/net/cisco_conf/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14:12:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCCA237B417; Sat, 15 Dec 2001 14:12:48 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMCme52490; Sat, 15 Dec 2001 14:12:48 -0800 (PST) (envelope-from steve) Message-Id: <200112152212.fBFMCme52490@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:12:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/afsp 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 steve 2001/12/15 14:12:48 PST Modified files: audio/afsp Makefile distinfo Log: Update to version 6.4. Revision Changes Path 1.6 +2 -2 ports/audio/afsp/Makefile 1.5 +1 -1 ports/audio/afsp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14:14:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D8CD37B416; Sat, 15 Dec 2001 14:14:05 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFME5U52662; Sat, 15 Dec 2001 14:14:05 -0800 (PST) (envelope-from steve) Message-Id: <200112152214.fBFME5U52662@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:14:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/p5-Tk-FileDialog 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 steve 2001/12/15 14:14:05 PST Modified files: x11-toolkits/p5-Tk-FileDialog pkg-plist Log: Fix PLIST. Revision Changes Path 1.3 +5 -1 ports/x11-toolkits/p5-Tk-FileDialog/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 Dec 15 14:15:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9825037B41B; Sat, 15 Dec 2001 14:15:05 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMF5252800; Sat, 15 Dec 2001 14:15:05 -0800 (PST) (envelope-from steve) Message-Id: <200112152215.fBFMF5252800@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:15:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/adabroker 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 steve 2001/12/15 14:15:05 PST Modified files: devel/adabroker pkg-plist Log: If we remove a file in the post-install target we can't list it in the PLIST, so remove it. Revision Changes Path 1.3 +0 -1 ports/devel/adabroker/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 Dec 15 14:16:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D58B37B416; Sat, 15 Dec 2001 14:16:12 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMGCN53019; Sat, 15 Dec 2001 14:16:12 -0800 (PST) (envelope-from steve) Message-Id: <200112152216.fBFMGCN53019@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:16:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/hyperlatex 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 steve 2001/12/15 14:16:12 PST Modified files: print/hyperlatex Makefile pkg-plist Log: Fix PLIST and bump PORTREVISION because there are a number of new files now in the packing list. Revision Changes Path 1.5 +1 -0 ports/print/hyperlatex/Makefile 1.2 +7 -8 ports/print/hyperlatex/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 Dec 15 14:18:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B233637B405; Sat, 15 Dec 2001 14:18:30 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMIUw53251; Sat, 15 Dec 2001 14:18:30 -0800 (PST) (envelope-from steve) Message-Id: <200112152218.fBFMIUw53251@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:18:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/glide3 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 steve 2001/12/15 14:18:30 PST Modified files: graphics/glide3 Makefile Log: Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch target and version 1.4 doesn't appear to work for this port. Revision Changes Path 1.3 +2 -2 ports/graphics/glide3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14:19:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 586BD37B405; Sat, 15 Dec 2001 14:19:30 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMJUZ53450; Sat, 15 Dec 2001 14:19:30 -0800 (PST) (envelope-from steve) Message-Id: <200112152219.fBFMJUZ53450@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:19:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dgd-net Makefile distinfo pkg-plist ports/net/dgd-net/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 steve 2001/12/15 14:19:30 PST Modified files: net/dgd-net Makefile distinfo pkg-plist net/dgd-net/files patch-aa Removed files: net/dgd-net/files patch-ac Log: Update to version 1.1.8. Revision Changes Path 1.40 +6 -20 ports/net/dgd-net/Makefile 1.30 +1 -8 ports/net/dgd-net/distinfo 1.4 +56 -90 ports/net/dgd-net/files/patch-aa 1.2 +0 -19 ports/net/dgd-net/files/patch-ac (dead) 1.8 +0 -6 ports/net/dgd-net/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 Dec 15 14:28:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 267A937B419; Sat, 15 Dec 2001 14:28:20 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMSKK54431; Sat, 15 Dec 2001 14:28:20 -0800 (PST) (envelope-from bsd) Message-Id: <200112152228.fBFMSKK54431@freefall.freebsd.org> From: "Brian S. Dean" Date: Sat, 15 Dec 2001 14:28:20 -0800 (PST) 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 2001/12/15 14:28:20 PST Modified files: devel/avrprog Makefile distinfo Log: Update to version 2.0.0. Revision Changes Path 1.8 +1 -1 ports/devel/avrprog/Makefile 1.8 +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 Dec 15 14:29:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C277237B416; Sat, 15 Dec 2001 14:29:13 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMTDI54516; Sat, 15 Dec 2001 14:29:13 -0800 (PST) (envelope-from olgeni) Message-Id: <200112152229.fBFMTDI54516@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 15 Dec 2001 14:29:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tightvnc 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 2001/12/15 14:29:13 PST Modified files: net/tightvnc pkg-plist Log: Chase package rename: vnc-tight -> tightvnc in share/ (fix package building). Revision Changes Path 1.2 +17 -17 ports/net/tightvnc/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 Dec 15 14:34:31 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id 5EA4337B405; Sat, 15 Dec 2001 14:34:28 -0800 (PST) Received: from olgeni.olgeni (ppp-61.dial6.ctonet.it [212.110.181.61]) by mail.ctonet.it (Postfix) with ESMTP id 309BC1237D; Sat, 15 Dec 2001 23:34:26 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by olgeni.olgeni (8.11.6/8.11.6) with ESMTP id fBFMYOU28981; Sat, 15 Dec 2001 23:34:25 +0100 (CET) (envelope-from olgeni@FreeBSD.org) Date: Sat, 15 Dec 2001 23:34:24 +0100 (CET) From: Jimmy Olgeni X-X-Sender: olgeni@olgeni.olgeni To: Ying-Chieh Liao Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/net/tightvnc Makefile In-Reply-To: <200112150950.fBF9omI07769@freefall.freebsd.org> Message-ID: <20011215232951.J11623-100000@olgeni.olgeni> 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, 15 Dec 2001, Ying-Chieh Liao wrote: > ijliao 2001/12/15 01:50:48 PST > > Modified files: > net/tightvnc Makefile > Log: > change port name > check if vnc exist This breaks portupgrade operations because it won't compile the tightvnc port if Xvnc exists, even if the Xvnc file actually comes from the tightvnc port itself. It also breaks running "make package" after "make install" :o) -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14:53:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8B7937B417; Sat, 15 Dec 2001 14:53:07 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMr7k56488; Sat, 15 Dec 2001 14:53:07 -0800 (PST) (envelope-from mjacob) Message-Id: <200112152253.fBFMr7k56488@freefall.freebsd.org> From: Matt Jacob Date: Sat, 15 Dec 2001 14:53:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/12/15 14:53:07 PST Modified files: (Branch: RELENG_4) sys/pci isp_pci.c Log: Oops. MFC: some fabric && WWN related fixes, plus some bothces about overwriting busses with pending Sendmarker operations. Revision Changes Path 1.45.2.10 +149 -157 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14:54:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DF1537B405; Sat, 15 Dec 2001 14:54:20 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMsK056590; Sat, 15 Dec 2001 14:54:20 -0800 (PST) (envelope-from mjacob) Message-Id: <200112152254.fBFMsK056590@freefall.freebsd.org> From: Matt Jacob Date: Sat, 15 Dec 2001 14:54:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/12/15 14:54:20 PST Modified files: (Branch: RELENG_4) sys/pci isp_pci.c Log: Forced checkin- last log message was bad. It should have been: MFC: Major restructuring for swizzling to the request queue and unswizzling from the response queue. Instead of the ad hoc ISP_SWIZZLE_REQUEST, we now have a complete set of inline functions in isp_inline.h. Each platform is responsible for providing just one of a set of ISP_IOX_{GET,PUT}{8,16,32} macros. Revision Changes Path 1.45.2.11 +0 -1 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14:54:58 2001 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 6868337B445; Sat, 15 Dec 2001 14:54:28 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.11.3/8.11.3) with ESMTP id fBFMrq8110358; Sat, 15 Dec 2001 17:53:56 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu (Unverified) Message-Id: In-Reply-To: <20011214102915.L49775@iguana.aciri.org> References: <20011214094310.A25238@dragon.nuxi.com> <200112141803.fBEI3MU02957@grimreaper.grondar.org> <20011214102915.L49775@iguana.aciri.org> Date: Sat, 15 Dec 2001 17:53:49 -0500 To: Luigi Rizzo , Mark Murray From: Garance A Drosihn Subject: Re: Are prototypes for main() illegal by any standard ? (was Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Cc: obrien@FreeBSD.org, 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 10:29 AM -0800 12/14/01, Luigi Rizzo wrote: >Anyways, i think we should not make a big deal out of this. > >Is it illegal, by any standard, to supply prototypes for main() ? > >If not, what is wrong in casually adding them whenever you happen >to touch those files ? Personally, I think your commit was fine. I can see someone being unhappy if you emailed *them* and told *them* to add a prototype for main(), but I personally don't see what's wrong with you adding the prototype if you feel like doing it. As near as I can see, the argument against your change boils down to "we changed gcc in -current so you should not need to add a prototype to avoid these warnings in -current". I do not find that to be a convincing reason to back out the change. There are more C compilers in the world than the gcc we happen to have in -current right now, and if adding the prototype does not *break* anything then I see no reason for anyone to feel bad if someone else feels like adding it. If adding the prototype for main() does *break* something, then it would be helpful to find out what it is that breaks. -- Garance Alistair Drosehn = gad@eclipse.acs.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 Sat Dec 15 14:56:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3DD337B417; Sat, 15 Dec 2001 14:56:48 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMumO56968; Sat, 15 Dec 2001 14:56:48 -0800 (PST) (envelope-from steve) Message-Id: <200112152256.fBFMumO56968@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:56:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cfengine 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 steve 2001/12/15 14:56:48 PST Modified files: sysutils/cfengine Makefile Log: Fix for new world order of automake and friends but using ${ACLOCAL} and ${AUTOHEADER}. Revision Changes Path 1.19 +2 -2 ports/sysutils/cfengine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 14:57:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93DBB37B416; Sat, 15 Dec 2001 14:57:28 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFMvSB57094; Sat, 15 Dec 2001 14:57:28 -0800 (PST) (envelope-from steve) Message-Id: <200112152257.fBFMvSB57094@freefall.freebsd.org> From: Steve Price Date: Sat, 15 Dec 2001 14:57:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/vecfem Makefile Makefile.inc distinfo ports/math/vecfem/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 steve 2001/12/15 14:57:28 PST Modified files: math/vecfem Makefile Makefile.inc distinfo math/vecfem/files patch-aa Log: Author added partial support for FreeBSD (and a couple of other archs). Fix that support and this port. Revision Changes Path 1.2 +1 -0 ports/math/vecfem/Makefile 1.2 +2 -2 ports/math/vecfem/Makefile.inc 1.2 +1 -1 ports/math/vecfem/distinfo 1.2 +27 -41 ports/math/vecfem/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 Dec 15 15:36: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14FC237B419; Sat, 15 Dec 2001 15:35:56 -0800 (PST) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFNZun63269; Sat, 15 Dec 2001 15:35:56 -0800 (PST) (envelope-from gad) Message-Id: <200112152335.fBFNZun63269@freefall.freebsd.org> From: Garance A Drosehn Date: Sat, 15 Dec 2001 15:35:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/chkprintcap Makefile chkprintcap.c skimprintcap.c skimprintcap.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 gad 2001/12/15 15:35:56 PST Modified files: usr.sbin/lpr/chkprintcap Makefile chkprintcap.c Added files: usr.sbin/lpr/chkprintcap skimprintcap.c skimprintcap.h Log: Add another level of checking to 'chkprintcap', which is done by "skimming thru" the printcap file looking for some common mistakes that people make. These are the kinds of mistakes where the printcap file probably looks correct to human eyes, but is wrong in some subtle way which causes a problem in some queue definitions. The program treats these as "warnings" not "errors". Note that I'm flexible on the m.f.c. schedule, if people would rather this waited until after 4.5-release. Reviewed by: no screams from freebsd-audit freebsd-print@bostonradio.org MFC after: 4 days Revision Changes Path 1.11 +2 -1 src/usr.sbin/lpr/chkprintcap/Makefile 1.7 +47 -7 src/usr.sbin/lpr/chkprintcap/chkprintcap.c 1.1 +261 -0 src/usr.sbin/lpr/chkprintcap/skimprintcap.c (new) 1.1 +44 -0 src/usr.sbin/lpr/chkprintcap/skimprintcap.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 Dec 15 16:20:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E791B37B416; Sat, 15 Dec 2001 16:20:42 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG0KgN69731; Sat, 15 Dec 2001 16:20:42 -0800 (PST) (envelope-from horikawa) Message-Id: <200112160020.fBG0KgN69731@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 15 Dec 2001 16:20:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 mount_ntfs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/12/15 16:20:42 PST Modified files: ja_JP.eucJP/man/man8 mount_ntfs.8 Log: Add a missing Japanese punctuation. Submitted by:Daisuke Takahashi Revision Changes Path 1.11 +2 -2 doc/ja_JP.eucJP/man/man8/mount_ntfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 17:17:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4105037B41B; Sat, 15 Dec 2001 17:17:34 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG1HYt77578; Sat, 15 Dec 2001 17:17:34 -0800 (PST) (envelope-from horikawa) Message-Id: <200112160117.fBG1HYt77578@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 15 Dec 2001 17:17:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 whois.1 doc/ja_JP.eucJP/man/man8 inetd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/12/15 17:17:34 PST Modified files: ja_JP.eucJP/man/man1 whois.1 ja_JP.eucJP/man/man8 inetd.8 Log: Cath up with 4.4-20011213-STABLE Revision Changes Path 1.15 +57 -10 doc/ja_JP.eucJP/man/man1/whois.1 1.24 +3 -3 doc/ja_JP.eucJP/man/man8/inetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 17:44:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F343A37B417; Sat, 15 Dec 2001 17:44:49 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG1in383205; Sat, 15 Dec 2001 17:44:49 -0800 (PST) (envelope-from mike) Message-Id: <200112160144.fBG1in383205@freefall.freebsd.org> From: Mike Barcroft Date: Sat, 15 Dec 2001 17:44:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.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 mike 2001/12/15 17:44:49 PST Modified files: usr.bin/whois whois.1 Log: Fix a typo. Don't call options flags. Remove some documentation that is no longer applicable to whois. Bump document date. Revision Changes Path 1.26 +6 -21 src/usr.bin/whois/whois.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 18:55:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDD8F37B405; Sat, 15 Dec 2001 18:55:41 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG2tfi90738; Sat, 15 Dec 2001 18:55:41 -0800 (PST) (envelope-from luigi) Message-Id: <200112160255.fBG2tfi90738@freefall.freebsd.org> From: Luigi Rizzo Date: Sat, 15 Dec 2001 18:55:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sysctl.h src/sys/kern kern_sysctl.c src/sbin/sysctl sysctl.8 sysctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/15 18:55:41 PST Modified files: sys/sys sysctl.h sys/kern kern_sysctl.c sbin/sysctl sysctl.8 sysctl.c Log: Add code to export and print the description associated to sysctl variables. Use the -d flag in sysctl(8) to see this information. Possible extensions to sysctl: + report variables that do not have a description + given a name, report the oid it maps to. Note to developers: have a look at your code, there are a number of variables which do not have a description. Note to developers: do we want this in 4.5 ? It is a very small change and very useful for documentation purposes. Suggested by: Orion Hodson Revision Changes Path 1.42 +3 -1 src/sbin/sysctl/sysctl.8 1.39 +16 -4 src/sbin/sysctl/sysctl.c 1.120 +27 -0 src/sys/kern/kern_sysctl.c 1.101 +2 -1 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 19:40: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC1DB37B416; Sat, 15 Dec 2001 19:40:02 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG3e2M97364; Sat, 15 Dec 2001 19:40:02 -0800 (PST) (envelope-from horikawa) Message-Id: <200112160340.fBG3e2M97364@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 15 Dec 2001 19:40:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man7 tuning.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/12/15 19:40:02 PST Modified files: ja_JP.eucJP/man/man7 tuning.7 Log: tuning.7 (rev 1.1.2.9 to 1.1.2.22) Revision Changes Path 1.5 +255 -146 doc/ja_JP.eucJP/man/man7/tuning.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 20:14:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8551C37B419; Sat, 15 Dec 2001 20:14:31 -0800 (PST) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG4EVg02941; Sat, 15 Dec 2001 20:14:31 -0800 (PST) (envelope-from jhay) Message-Id: <200112160414.fBG4EVg02941@freefall.freebsd.org> From: John Hay Date: Sat, 15 Dec 2001 20:14:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gd/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 jhay 2001/12/15 20:14:31 PST Modified files: graphics/gd/files patch-ac Log: Fix the diff so that it actually apply. The original source should be used when generating a diff. This should get make release a bit further again. Revision Changes Path 1.18 +3 -3 ports/graphics/gd/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 Sat Dec 15 20:35:38 2001 Delivered-To: cvs-all@freebsd.org Received: from cc978692-a.avnl1.nj.home.com (cc978692-a.avnl1.nj.home.com [24.6.238.50]) by hub.freebsd.org (Postfix) with ESMTP id 63CEF37B405 for ; Sat, 15 Dec 2001 20:35:36 -0800 (PST) Received: from yahoo.ca (unverified [63.60.210.236]) by atsnet62 (Rockliffe SMTPRA 4.5.4) with SMTP id for ; Tue, 11 Dec 2001 04:03:39 -0500 Received: from yahoo.co.uk ([192.168.13.4]) by smtp-relay.yahoo.co.uk (8.11.0/8.11.0) with ESMTP id 8af8d444e for ; Tue, Dec 2001 19:07:30 Message-Id: Date: Tue, Dec 2001 19:07:30 From: forthegrifters@yahoo.co.uk Mime-Version: 1.0 To: Subject: YAHOO BABY 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 FREE UNLIMITED ACCESS The horniest TEEN XXX online http://213.180.33.225/site2/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 20:44: 3 2001 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 B8CC237B416; Sat, 15 Dec 2001 20:43:56 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id fBG4k3b36569; Sat, 15 Dec 2001 23:46:03 -0500 (EST) (envelope-from jake) Date: Sat, 15 Dec 2001 23:46:03 -0500 From: Jake Burkholder To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_alloc.c ffs_snapshot.c ffs_vfsops.c fs.h Message-ID: <20011215234603.B35198@locore.ca> References: <200112140015.fBE0F6Q99440@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: <200112140015.fBE0F6Q99440@freefall.freebsd.org>; from mckusick@FreeBSD.org on Thu, Dec 13, 2001 at 04:15:06PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Thu, Dec 13, 2001 at 04:15:06PM -0800, Kirk McKusick said words to the effect of; > mckusick 2001/12/13 16:15:06 PST > > Modified files: > sys/ufs/ffs ffs_alloc.c ffs_snapshot.c ffs_vfsops.c > fs.h > Log: > Minimize the time necessary to suspend operations on a filesystem > when taking a snapshot. The two time consuming operations are > scanning all the filesystem bitmaps to determine which blocks > are in use and scanning all the other snapshots so as to be able > to expunge their blocks from the view of the current snapshot. > The bitmap scanning is broken into two passes. Before suspending > the filesystem all bitmaps are scanned. After the suspension, > those bitmaps that changed after being scanned the first time > are rescanned. Typically there are few bitmaps that need to be > rescanned. The expunging of other snapshots is now done after > the suspension is released by observing that we can easily > identify any blocks that were allocated to them after the > suspension (they will be maked as `not needing to be copied' > in the just created snapshot). For all the gory details, see > the ``Running fsck in the Background'' paper in the Usenix > BSDCon 2002 Conference Proceedings, pages 55-64. This breaks compatibility with existing filesystems for 64 bit platforms. You added a pointer field to struct fs and decreased the size of the sparecon array by 4 bytes. Pointers are 8 bytes on 64 bit platforms, so the magic number ends up in a different place. I can't mount any of the filesystems on my sparc64 box without newfsing them first. This is very frustrating. I hope all the alpha people have nfs roots handy. > > Revision Changes Path > 1.82 +15 -1 src/sys/ufs/ffs/ffs_alloc.c > 1.24 +193 -96 src/sys/ufs/ffs/ffs_snapshot.c > 1.164 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c > 1.24 +3 -2 src/sys/ufs/ffs/fs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 21:11:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FE4337B405; Sat, 15 Dec 2001 21:11:28 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG5BSw09998; Sat, 15 Dec 2001 21:11:28 -0800 (PST) (envelope-from dwcjr) Message-Id: <200112160511.fBG5BSw09998@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sat, 15 Dec 2001 21:11:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt Makefile ports/mail/mutt/files patch-Makefile.in patch-charmaps.Makefile.am X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2001/12/15 21:11:27 PST Modified files: mail/mutt Makefile Added files: mail/mutt/files patch-charmaps.Makefile.am Removed files: mail/mutt/files patch-Makefile.in Log: Fix package building Fix SSL building Submitted by: Udo Schweigert Approved by: obrien Revision Changes Path 1.109 +3 -0 ports/mail/mutt/Makefile 1.2 +0 -11 ports/mail/mutt/files/patch-Makefile.in (dead) 1.1 +14 -0 ports/mail/mutt/files/patch-charmaps.Makefile.am (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 21:14:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ABB637B419; Sat, 15 Dec 2001 21:14:17 -0800 (PST) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG5EHW10309; Sat, 15 Dec 2001 21:14:17 -0800 (PST) (envelope-from silby) Message-Id: <200112160514.fBG5EHW10309@freefall.freebsd.org> From: Mike Silbersack Date: Sat, 15 Dec 2001 21:14:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/kldload kldload.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 silby 2001/12/15 21:14:17 PST Modified files: sbin/kldload kldload.8 Log: Add comments on where to look if you wish to auto-load modules at boot time. MFC after: 1 day Revision Changes Path 1.16 +10 -2 src/sbin/kldload/kldload.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 21:37:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53B9537B416; Sat, 15 Dec 2001 21:37:22 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG5bMB11836; Sat, 15 Dec 2001 21:37:22 -0800 (PST) (envelope-from nyan) Message-Id: <200112160537.fBG5bMB11836@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 15 Dec 2001 21:37:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa 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 2001/12/15 21:37:22 PST Modified files: sys/isa fd.c Log: Remove PC98 code. This file is not used by PC98. Revision Changes Path 1.223 +0 -17 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 21:49:16 2001 Delivered-To: cvs-all@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 6434D37B405; Sat, 15 Dec 2001 21:49:11 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id VAA27684; Sat, 15 Dec 2001 21:49:10 -0800 Message-ID: <3C1C35D4.1070501@owt.com> Date: Sat, 15 Dec 2001 21:49:08 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: =?ISO-8859-1?Q?S=F8ren?= Schmidt Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c References: <200112142128.fBELSon60304@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Søren Schmidt wrote: > sos 2001/12/14 13:28:50 PST > > Modified files: > sys/dev/ata ata-dma.c ata-pci.c > Log: > Adjust the timings for the SiS chips a bit, also add the SiS 645. > > Cosmetics on the Acer chips (print right modes) > > Revision Changes Path > 1.78 +9 -8 src/sys/dev/ata/ata-dma.c > 1.22 +8 -5 src/sys/dev/ata/ata-pci.c > Your change has a cosmetic error in the line in ata-dma.c. You have ata_find_dev(parent, 0x06451039, 0x00) || /* SiS 635 */ but the comment should be for a 745. The 745 chipset line is missing in the ata-pci.c module. I converted these to -stable and now I get everything from udma33 to 100 on my SiS-735 chipset motherboard. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 22:45:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECED337B405; Sat, 15 Dec 2001 22:45:08 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG6j8S20055; Sat, 15 Dec 2001 22:45:08 -0800 (PST) (envelope-from dwcjr) Message-Id: <200112160645.fBG6j8S20055@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sat, 15 Dec 2001 22:45:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix-current Makefile distinfo 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 2001/12/15 22:45:08 PST Modified files: mail/postfix-current Makefile distinfo mail/postfix-current/scripts configure.postfix Log: Update to 20011210 Submitted by: Sergey Osokin Revision Changes Path 1.72 +3 -2 ports/mail/postfix-current/Makefile 1.34 +2 -2 ports/mail/postfix-current/distinfo 1.29 +3 -3 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 Sat Dec 15 22:49:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 325E937B416; Sat, 15 Dec 2001 22:49:53 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG6nrl20361; Sat, 15 Dec 2001 22:49:53 -0800 (PST) (envelope-from sf) Message-Id: <200112160649.fBG6nrl20361@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sat, 15 Dec 2001 22:49:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/afsp 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 sf 2001/12/15 22:49:53 PST Modified files: audio/afsp Makefile Log: respect CFLAGS. Revision Changes Path 1.7 +3 -1 ports/audio/afsp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 22:53:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F18E37B405; Sat, 15 Dec 2001 22:53:18 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG6rI620613; Sat, 15 Dec 2001 22:53:18 -0800 (PST) (envelope-from sobomax) Message-Id: <200112160653.fBG6rI620613@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 15 Dec 2001 22:53:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dia Makefile ports/x11-toolkits/rep-gtk Makefile 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 2001/12/15 22:53:18 PST Modified files: graphics/dia Makefile x11-toolkits/rep-gtk Makefile x11-wm/sawfish Makefile Log: When building package forcefully turn optional GNOME components on, otherwise gnome and gnome-fifth-toe packages contain incorrect dependencies list. Revision Changes Path 1.18 +2 -1 ports/graphics/dia/Makefile 1.28 +2 -1 ports/x11-toolkits/rep-gtk/Makefile 1.51 +2 -1 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 Sat Dec 15 23:10:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B64CD37B416; Sat, 15 Dec 2001 23:10:24 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG7AOv25533; Sat, 15 Dec 2001 23:10:24 -0800 (PST) (envelope-from sobomax) Message-Id: <200112160710.fBG7AOv25533@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 15 Dec 2001 23:10:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpcopy 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 2001/12/15 23:10:24 PST Modified files: ftp/ftpcopy Makefile distinfo Log: Update to 0.4.5. PR: 32829 Submitted by: Matthias Andree Revision Changes Path 1.10 +1 -1 ports/ftp/ftpcopy/Makefile 1.9 +1 -1 ports/ftp/ftpcopy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 23:40:18 2001 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 F0AB337B416; Sat, 15 Dec 2001 23:40:14 -0800 (PST) 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 fBG7eDa06227; Sun, 16 Dec 2001 00:40:14 -0700 (MST) (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 fBG7eCM68417; Sun, 16 Dec 2001 00:40:13 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112160740.fBG7eCM68417@harmony.village.org> To: Luigi Rizzo Subject: Re: cvs commit: src/sys/sys sysctl.h src/sys/kern kern_sysctl.c src/sbin/sysctl sysctl.8 sysctl.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sat, 15 Dec 2001 18:55:41 PST." <200112160255.fBG2tfi90738@freefall.freebsd.org> References: <200112160255.fBG2tfi90738@freefall.freebsd.org> Date: Sun, 16 Dec 2001 00:40:12 -0700 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 <200112160255.fBG2tfi90738@freefall.freebsd.org> Luigi Rizzo writes: : Note to developers: have a look at your code, there are a number of : variables which do not have a description. Someone else did this before, but phk backed it out because it didn't do i18n. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 23:46:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 104FB37B405; Sat, 15 Dec 2001 23:46:16 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG7kGW28444; Sat, 15 Dec 2001 23:46:16 -0800 (PST) (envelope-from arr) Message-Id: <200112160746.fBG7kGW28444@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Sat, 15 Dec 2001 23:46:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 vm_page_wire.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 arr 2001/12/15 23:46:16 PST Modified files: share/man/man9 vm_page_wire.9 Log: - typo 'f' should be 't' Revision Changes Path 1.2 +1 -1 src/share/man/man9/vm_page_wire.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 15 23:52:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9537837B405; Sat, 15 Dec 2001 23:52:13 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG7qDC28928; Sat, 15 Dec 2001 23:52:13 -0800 (PST) (envelope-from joerg) Message-Id: <200112160752.fBG7qDC28928@freefall.freebsd.org> From: Joerg Wunsch Date: Sat, 15 Dec 2001 23:52:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ic nec765.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 joerg 2001/12/15 23:52:13 PST Modified files: sys/dev/ic nec765.h Log: Oops, forgot to commit one file in the fd driver mega update. Here it is, some more constants for NE765 & Co. Pointed out by: silby, Dave Cornejo Revision Changes Path 1.10 +23 -18 src/sys/dev/ic/nec765.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message