From owner-cvs-all Sun Dec 3 0:11:46 2000 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 EA7E437B400; Sun, 3 Dec 2000 00:11:39 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id TAA11975; Sun, 3 Dec 2000 19:11:35 +1100 Date: Sun, 3 Dec 2000 19:12:24 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... In-Reply-To: <200012021858.eB2Iw3F88460@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 2 Dec 2000, Will Andrews wrote: > will 2000/12/02 10:58:03 PST > > Modified files: > usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c > job.h list.h lst.h main.c make.c make.h > parse.c sprite.h suff.c targ.c var.c > usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c > lstDeQueue.c lstDestroy.c lstDupl.c > lstFind.c lstFindFrom.c lstFirst.c > lstForEachFrom.c lstInit.c lstInsert.c > lstInt.h lstIsEmpty.c lstLast.c > lstMember.c lstNext.c lstOpen.c > lstRemove.c lstReplace.c lstSucc.c > Log: > There's no reason to use fancy forms of NULL. Replace all instances > of NIL, NILLST, NILLGNODE, etc. with NULL. K&R support is one reason. There are also stylistic reasons. Programmers who believe in explicit casting of values returned by malloc(), like the author of make(1), may believe in explicit types for everything. > Obtained from: OpenBSD I think make(1) is maintained by NetBSD (Christos Zoulas). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 1:33:44 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id AC88D37B400; Sun, 3 Dec 2000 01:33:40 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eB39XWA42687; Sun, 3 Dec 2000 10:33:32 +0100 (CET) (envelope-from asmodai) Date: Sun, 3 Dec 2000 10:33:32 +0100 From: Jeroen Ruigrok van der Werven To: Doug Barton Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash1/files patch-execute_cmd.c Message-ID: <20001203103332.A42633@lucifer.bart.nl> References: <200011291948.eATJmF934018@freefall.freebsd.org> <3A29BDF0.A07414BD@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A29BDF0.A07414BD@gorean.org>; from DougB@gorean.org on Sat, Dec 02, 2000 at 07:28:48PM -0800 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001203 04:30], Doug Barton (DougB@gorean.org) wrote: > Can someone remind me why we still carry bash 1 at all? For users who still use it instead of v2. I don't know the reasons, I am a ksh/zsh user myself. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 We're not submissive, we're not aggressive, but they think we can't defend To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 1:36:50 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 0A38237B400; Sun, 3 Dec 2000 01:36:47 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eB39aaK42729; Sun, 3 Dec 2000 10:36:36 +0100 (CET) (envelope-from asmodai) Date: Sun, 3 Dec 2000 10:36:35 +0100 From: Jeroen Ruigrok van der Werven To: Bruce Evans Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... Message-ID: <20001203103635.B42633@lucifer.bart.nl> References: <200012021858.eB2Iw3F88460@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 bde@zeta.org.au on Sun, Dec 03, 2000 at 07:12:24PM +1100 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001203 09:15], Bruce Evans (bde@zeta.org.au) wrote: >On Sat, 2 Dec 2000, Will Andrews wrote: >> Log: >> There's no reason to use fancy forms of NULL. Replace all instances >> of NIL, NILLST, NILLGNODE, etc. with NULL. > >K&R support is one reason. In what way? -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 We're not submissive, we're not aggressive, but they think we can't defend To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 2:20:29 2000 Delivered-To: cvs-all@freebsd.org Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by hub.freebsd.org (Postfix) with ESMTP id E81C337B400; Sun, 3 Dec 2000 02:20:24 -0800 (PST) Received: from fwd04.sul.t-online.com by mailout05.sul.t-online.com with smtp id 142WFr-0006HA-05; Sun, 03 Dec 2000 11:20:23 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.195.89]) by fmrl04.sul.t-online.com with esmtp id 142WFc-0E9C0uC; Sun, 3 Dec 2000 11:20:08 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 262C8AB99; Sun, 3 Dec 2000 11:22:18 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 03DFE14A67; Sun, 3 Dec 2000 11:20:27 +0100 (CET) Date: Sun, 3 Dec 2000 11:20:27 +0100 To: Jing-Tang Keith Jang Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese Makefile ports/chinese/ghostscript6 Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist Message-ID: <20001203112027.A2972@cichlids.cichlids.com> References: <200011271250.EAA85098@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: <200011271250.EAA85098@freefall.freebsd.org>; from keith@FreeBSD.org on Mon, Nov 27, 2000 at 04:50:43AM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Jing-Tang Keith Jang (keith@FreeBSD.org): > Added files: > chinese/ghostscript6 Makefile distinfo pkg-comment pkg-descr > pkg-install pkg-plist > Log: > Initial version. Hmm. I think a repo-copy would have been the correct thing... Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 2:23: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 3D0D837B400; Sun, 3 Dec 2000 02:22:59 -0800 (PST) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eB3AMje33008; Sun, 3 Dec 2000 12:22:45 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200012031022.eB3AMje33008@gratis.grondar.za> To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... References: In-Reply-To: ; from Bruce Evans "Sun, 03 Dec 2000 19:12:24 +1100." Date: Sun, 03 Dec 2000 12:22:43 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > There's no reason to use fancy forms of NULL. Replace all instances > > of NIL, NILLST, NILLGNODE, etc. with NULL. > > K&R support is one reason. There are also stylistic reasons. Programmers > who believe in explicit casting of values returned by malloc(), like the > author of make(1), may believe in explicit types for everything. K&R is not a reason anymore. There are ANSI --> K&R tools. Supporting K&R today makes as much sense as supporting BCPL. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 3: 3:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA96137B400; Sun, 3 Dec 2000 03:03:56 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3B3u805019; Sun, 3 Dec 2000 03:03:56 -0800 (PST) (envelope-from wilko) Message-Id: <200012031103.eB3B3u805019@freefall.freebsd.org> From: Wilko Bulte Date: Sun, 3 Dec 2000 03:03:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/12/03 03:03:56 PST Modified files: release/texts/alpha HARDWARE.TXT Log: Update SCSI info for PC164 Obtained from: discussions on netbsd-alpha Revision Changes Path 1.63 +9 -5 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 3: 4:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B858437B400; Sun, 3 Dec 2000 03:04:48 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3B4mM05135; Sun, 3 Dec 2000 03:04:48 -0800 (PST) (envelope-from wilko) Message-Id: <200012031104.eB3B4mM05135@freefall.freebsd.org> From: Wilko Bulte Date: Sun, 3 Dec 2000 03:04:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/12/03 03:04:48 PST Modified files: (Branch: RELENG_4) release/texts/alpha HARDWARE.TXT Log: Update SCSI info for PC164 Obtained from: discussions on netbsd-alpha Revision Changes Path 1.22.2.34 +9 -5 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 3:32:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8891D37B400; Sun, 3 Dec 2000 03:32:28 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3BWSp09157; Sun, 3 Dec 2000 03:32:28 -0800 (PST) (envelope-from dwmalone) Message-Id: <200012031132.eB3BWSp09157@freefall.freebsd.org> From: David Malone Date: Sun, 3 Dec 2000 03:32:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/12/03 03:32:27 PST Modified files: usr.sbin/inetd builtins.c inetd.c inetd.h Log: Tidy up some prototypes: make sure there is exactly one prototype for each function, use K&R style definitions everywhere to match dominant style, make flag_signal take an int to avoid problems if we have ANSI prototypes and K&R definitions. Revision Changes Path 1.28 +1 -3 src/usr.sbin/inetd/builtins.c 1.87 +9 -5 src/usr.sbin/inetd/inetd.c 1.6 +3 -2 src/usr.sbin/inetd/inetd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 3:51:44 2000 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 7AB0937B400; Sun, 3 Dec 2000 03:51:35 -0800 (PST) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eB3BpSe33189; Sun, 3 Dec 2000 13:51:28 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200012031151.eB3BpSe33189@gratis.grondar.za> To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.h References: <200012031132.eB3BWSp09157@freefall.freebsd.org> In-Reply-To: <200012031132.eB3BWSp09157@freefall.freebsd.org> ; from David Malone "Sun, 03 Dec 2000 03:32:27 PST." Date: Sun, 03 Dec 2000 13:51:24 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Tidy up some prototypes: > make sure there is exactly one prototype for each function, > use K&R style definitions everywhere to match dominant style, > make flag_signal take an int to avoid problems if we have > ANSI prototypes and K&R definitions. Dominant style is cool, but we need to take a stand. K&R is _DEAD_; at some stage we need to properly remove it, not fix it. Folks who rely on FreeBSD for bug-free code are welcome to use one of the many ANSI --> K&R tools to port our stuff. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 3:55:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 893BF37B401; Sun, 3 Dec 2000 03:55:19 -0800 (PST) Received: (from sada@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3BtJv11018; Sun, 3 Dec 2000 03:55:19 -0800 (PST) (envelope-from sada) Message-Id: <200012031155.eB3BtJv11018@freefall.freebsd.org> From: SADA Kenji Date: Sun, 3 Dec 2000 03:55:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/XFree86-4-font75dpi pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/12/03 03:55:19 PST Modified files: x11-fonts/XFree86-4-font75dpi pkg-comment pkg-descr Log: Typo: 100dpi --> 75dpi Revision Changes Path 1.2 +1 -1 ports/x11-fonts/XFree86-4-font75dpi/pkg-comment 1.2 +1 -1 ports/x11-fonts/XFree86-4-font75dpi/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 4:15:38 2000 Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 68DAC37B400; Sun, 3 Dec 2000 04:15:31 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id DDEE119D2; Sun, 3 Dec 2000 07:15:30 -0500 (EST) Date: Sun, 3 Dec 2000 07:15:30 -0500 From: Will Andrews To: Bruce Evans Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... Message-ID: <20001203071530.N559@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Bruce Evans , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012021858.eB2Iw3F88460@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 bde@zeta.org.au on Sun, Dec 03, 2000 at 07:12:24PM +1100 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 07:12:24PM +1100, Bruce Evans wrote: > K&R support is one reason. There are also stylistic reasons. Programmers > who believe in explicit casting of values returned by malloc(), like the > author of make(1), may believe in explicit types for everything. Yeah, I'm sure it's good for stylistic reasons. It just serves to confuse programmers used to using NULL. And actually, I've never seen linked lists using anything besides NULL. But then again, I didn't look at the queue(3) implementation. Where does it say this supports K&R? > I think make(1) is maintained by NetBSD (Christos Zoulas). Apparently our version doesn't quite sync with his. I believe we have a few hacks that would need to be merged into the vendor branch before we would move to a Zoulas-maintained make(1). Perhaps it would be wise to discuss these things with Christos himself. -- 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 3 4:19:11 2000 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 AA68D37B400; Sun, 3 Dec 2000 04:19:02 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id XAA22055; Sun, 3 Dec 2000 23:18:51 +1100 Date: Sun, 3 Dec 2000 23:19:33 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Jeroen Ruigrok van der Werven Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... In-Reply-To: <20001203103635.B42633@lucifer.bart.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 3 Dec 2000, Jeroen Ruigrok van der Werven wrote: > -On [20001203 09:15], Bruce Evans (bde@zeta.org.au) wrote: > >On Sat, 2 Dec 2000, Will Andrews wrote: > >> Log: > >> There's no reason to use fancy forms of NULL. Replace all instances > >> of NIL, NILLST, NILLGNODE, etc. with NULL. > > > >K&R support is one reason. > > In what way? foo(NULL) is an error if there is no prototype [in scope] for foo(). Non-erroneous K&R code would use foo((something *)0) or equivalent. The equivalent: #define NILSOMETHING ((something *)NULL) ... foo(NILSOMETHING); is probably preferable to casting 0 or NULL all over the place. Once NILSOMETHING is defined, using it everywhere is probably preferable to using it only in functiobn calls. This seems to be why the make(1) sources used it. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 4:28:22 2000 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id AFCB237B6A2; Sun, 3 Dec 2000 04:28:15 -0800 (PST) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eB3CRve33321; Sun, 3 Dec 2000 14:27:57 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200012031227.eB3CRve33321@gratis.grondar.za> To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... References: In-Reply-To: ; from Bruce Evans "Sun, 03 Dec 2000 23:19:33 +1100." Date: Sun, 03 Dec 2000 14:27:53 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > >K&R support is one reason. > > > > In what way? > > foo(NULL) is an error if there is no prototype [in scope] for foo(). I would argue that not having the in-scope prototype for foo() is the error. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 4:52: 8 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 04:52:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F94A37B400; Sun, 3 Dec 2000 04:52:03 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3Cq3b19717; Sun, 3 Dec 2000 04:52:03 -0800 (PST) (envelope-from ben) Message-Id: <200012031252.eB3Cq3b19717@freefall.freebsd.org> From: Ben Smithurst Date: Sun, 3 Dec 2000 04:52:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.sgml www/en/gifs dae_up3.gif Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/12/03 04:52:03 PST Modified files: en index.sgml en/gifs Makefile Added files: en/gifs dae_up3.gif Log: Replace the new logo on the bottom right of the index page with one that isn't surrounded by strange orange bits. PR: 23189 Submitted by: Jason Spencer Revision Changes Path 1.97 +2 -2 www/en/index.sgml 1.33 +2 -2 www/en/gifs/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 3 5: 6:26 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 05:06:23 2000 Return-Path: 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 E931237B400; Sun, 3 Dec 2000 05:06:19 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id AAA23866; Mon, 4 Dec 2000 00:06:10 +1100 Date: Mon, 4 Dec 2000 00:06:51 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Will Andrews Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... In-Reply-To: <20001203071530.N559@puck.firepipe.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 3 Dec 2000, Will Andrews wrote: > On Sun, Dec 03, 2000 at 07:12:24PM +1100, Bruce Evans wrote: > > K&R support is one reason. There are also stylistic reasons. Programmers > > who believe in explicit casting of values returned by malloc(), like the > > author of make(1), may believe in explicit types for everything. > > Yeah, I'm sure it's good for stylistic reasons. It just serves to > confuse programmers used to using NULL. And actually, I've never seen > linked lists using anything besides NULL. But then again, I didn't look > at the queue(3) implementation. > > Where does it say this supports K&R? It uses __P(()). __P(()) is nonsense if K&R is not fully supported. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 5: 6:30 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 05:06:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by hub.freebsd.org (Postfix) with ESMTP id EAA5D37B401; Sun, 3 Dec 2000 05:06:23 -0800 (PST) Received: from fwd06.sul.t-online.com by mailout04.sul.t-online.com with smtp id 142YqP-0001YN-01; Sun, 03 Dec 2000 14:06:17 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.195.89]) by fmrl06.sul.t-online.com with esmtp id 142YqG-1jg1NAC; Sun, 3 Dec 2000 14:06:08 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 3D1DCAB99; Sun, 3 Dec 2000 14:06:00 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 9A57714A86; Sun, 3 Dec 2000 14:06:07 +0100 (CET) Date: Sun, 3 Dec 2000 14:06:07 +0100 To: Mark Murray Cc: David Malone , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.h Message-ID: <20001203140607.C29741@cichlids.cichlids.com> References: <200012031132.eB3BWSp09157@freefall.freebsd.org> <200012031151.eB3BpSe33189@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012031151.eB3BpSe33189@gratis.grondar.za>; from mark@grondar.za on Sun, Dec 03, 2000 at 01:51:24PM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Mark Murray (mark@grondar.za): > > use K&R style definitions everywhere to match dominant style, > Dominant style is cool, but we need to take a stand. > K&R is _DEAD_; at some stage we need to properly remove it, not > fix it. Yes, I agree. I thought the common way in the tree is: Don't modify a file just for fixing K&R style. But if you visit a file anyways because you do other things in it, convert these functions/files into ANSI-C, while you are there. At least this is what I think I've been told some time ago. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 5:11:13 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 05:11:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 12BD437B400; Sun, 3 Dec 2000 05:11:11 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id 378FB19D2; Sun, 3 Dec 2000 08:11:10 -0500 (EST) Date: Sun, 3 Dec 2000 08:11:10 -0500 From: Will Andrews To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... Message-ID: <20001203081110.P559@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20001203071530.N559@puck.firepipe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bde@zeta.org.au on Mon, Dec 04, 2000 at 12:06:51AM +1100 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: will@puck.firepipe.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 12:06:51AM +1100, Bruce Evans wrote: > It uses __P(()). __P(()) is nonsense if K&R is not fully supported. Guess it's time to de-K&R this code, and use real prototypes. -- 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 3 5:18:52 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 05:18:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C654B37B400; Sun, 3 Dec 2000 05:18:49 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3DInx24364; Sun, 3 Dec 2000 05:18:49 -0800 (PST) (envelope-from dwmalone) Message-Id: <200012031318.eB3DInx24364@freefall.freebsd.org> From: David Malone Date: Sun, 3 Dec 2000 05:18:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa labpc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/12/03 05:18:49 PST Modified files: sys/i386/isa labpc.c Log: Check return value of malloc correctly and use M_ZERO. Revision Changes Path 1.42 +7 -8 src/sys/i386/isa/labpc.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 3 5:21:58 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 05:21:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E678137B400; Sun, 3 Dec 2000 05:21:55 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3DLtp24632; Sun, 3 Dec 2000 05:21:55 -0800 (PST) (envelope-from dwmalone) Message-Id: <200012031321.eB3DLtp24632@freefall.freebsd.org> From: David Malone Date: Sun, 3 Dec 2000 05:21:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/12/03 05:21:55 PST Modified files: sys/dev/asr asr.c Log: Use M_ZERO. Submitted by: josh@zipperup.org Submitted by: Robert Drehmel Approved by: mark_salyzyn@adaptec.com Revision Changes Path 1.6 +13 -23 src/sys/dev/asr/asr.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 3 5:29:38 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 05:29:34 2000 Return-Path: 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 51D3A37B401; Sun, 3 Dec 2000 05:29:33 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 3 Dec 2000 13:29:32 +0000 (GMT) Date: Sun, 3 Dec 2000 13:29:31 +0000 From: David Malone To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa labpc.c Message-ID: <20001203132931.A84388@walton.maths.tcd.ie> References: <200012031318.eB3DInx24364@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: <200012031318.eB3DInx24364@freefall.freebsd.org>; from dwmalone@FreeBSD.org on Sun, Dec 03, 2000 at 05:18:49AM -0800 Sender: dwmalone@maths.tcd.ie Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 05:18:49AM -0800, David Malone wrote: > dwmalone 2000/12/03 05:18:49 PST > > Modified files: > sys/i386/isa labpc.c > Log: > Check return value of malloc correctly and use M_ZERO. > As noted by Poul-Hennig, this driver can't have worked in ages. Is there anyone with one of these cards who can test it now? (If someone has one they don't want and feels like posting it to me, then I'll take it. They sound like they might be fun to play with). David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 5:34:53 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 05:34:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id A04F737B400; Sun, 3 Dec 2000 05:34:45 -0800 (PST) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eB3DYSe33525; Sun, 3 Dec 2000 15:34:28 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200012031334.eB3DYSe33525@gratis.grondar.za> To: alex@big.endian.de (Alexander Langer) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.h References: <20001203140607.C29741@cichlids.cichlids.com> In-Reply-To: <20001203140607.C29741@cichlids.cichlids.com> ; from alex@big.endian.de (Alexander Langer) "Sun, 03 Dec 2000 14:06:07 +0100." Date: Sun, 03 Dec 2000 15:34:24 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I thought the common way in the tree is: > Don't modify a file just for fixing K&R style. > But if you visit a file anyways because you do other things in it, > convert these functions/files into ANSI-C, while you are there. I'd like to see this changed. I'd like to see "de-KnR-ification" of our sources take place. I don't mind a conservative definition of "our sources". I accept that it means "exclude src/contrib and exclude src/crypto". If it also means "exclude make", then I'd suggest that its time for make to go to src/contrib. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 5:36: 1 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 05:35:58 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 4D4A937B400; Sun, 3 Dec 2000 05:35:54 -0800 (PST) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eB3DZhe33540; Sun, 3 Dec 2000 15:35:43 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200012031335.eB3DZhe33540@gratis.grondar.za> To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... References: <20001203081110.P559@puck.firepipe.net> In-Reply-To: <20001203081110.P559@puck.firepipe.net> ; from Will Andrews "Sun, 03 Dec 2000 08:11:10 EST." Date: Sun, 03 Dec 2000 15:35:39 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Mon, Dec 04, 2000 at 12:06:51AM +1100, Bruce Evans wrote: > > It uses __P(()). __P(()) is nonsense if K&R is not fully supported. > > Guess it's time to de-K&R this code, and use real prototypes. I agree. We are overdue for this change. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 6:57:19 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 06:57:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mail.interware.hu (mail.interware.hu [195.70.32.130]) by hub.freebsd.org (Postfix) with ESMTP id 7AF8337B400; Sun, 3 Dec 2000 06:57:15 -0800 (PST) Received: from luanda-08.budapest.interware.hu ([195.70.51.8] helo=elischer.org) by mail.interware.hu with esmtp (Exim 3.16 #1 (Debian)) id 142aZm-0002hZ-00; Sun, 03 Dec 2000 15:57:14 +0100 Sender: julian@FreeBSD.ORG Message-ID: <3A2A5F37.900D2323@elischer.org> Date: Sun, 03 Dec 2000 06:56:55 -0800 From: Julian Elischer X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, hu MIME-Version: 1.0 To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.h References: <200012031132.eB3BWSp09157@freefall.freebsd.org> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Malone wrote: > > dwmalone 2000/12/03 03:32:27 PST > > Modified files: > usr.sbin/inetd builtins.c inetd.c inetd.h > Log: > Tidy up some prototypes: > make sure there is exactly one prototype for each function, > use K&R style definitions everywhere to match dominant style, > make flag_signal take an int to avoid problems if we have > ANSI prototypes and K&R definitions. > > Revision Changes Path > 1.28 +1 -3 src/usr.sbin/inetd/builtins.c > 1.87 +9 -5 src/usr.sbin/inetd/inetd.c > 1.6 +3 -2 src/usr.sbin/inetd/inetd.h Personally I'd like ot see K&R type definition banished from all kernel files. but I guess it's a religious issue for some. -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 7: 5: 5 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 07:05:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mail.interware.hu (mail.interware.hu [195.70.32.130]) by hub.freebsd.org (Postfix) with ESMTP id 987F037B400; Sun, 3 Dec 2000 07:05:00 -0800 (PST) Received: from luanda-08.budapest.interware.hu ([195.70.51.8] helo=elischer.org) by mail.interware.hu with esmtp (Exim 3.16 #1 (Debian)) id 142ahH-00038n-00; Sun, 03 Dec 2000 16:04:59 +0100 Sender: julian@FreeBSD.ORG Message-ID: <3A2A6108.E874EC9A@elischer.org> Date: Sun, 03 Dec 2000 07:04:40 -0800 From: Julian Elischer X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, hu MIME-Version: 1.0 To: David Malone Cc: David Malone , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa labpc.c References: <200012031318.eB3DInx24364@freefall.freebsd.org> <20001203132931.A84388@walton.maths.tcd.ie> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Malone wrote: > > On Sun, Dec 03, 2000 at 05:18:49AM -0800, David Malone wrote: > > dwmalone 2000/12/03 05:18:49 PST > > > > Modified files: > > sys/i386/isa labpc.c > > Log: > > Check return value of malloc correctly and use M_ZERO. > > > > As noted by Poul-Hennig, this driver can't have worked in ages. > Is there anyone with one of these cards who can test it now? > > (If someone has one they don't want and feels like posting it to > me, then I'll take it. They sound like they might be fun to play > with). > > David. Though there are some of these cards in production in the field, probably such people don't read -current. -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 7: 7:47 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 07:07:45 2000 Return-Path: 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 9550B37B400; Sun, 3 Dec 2000 07:07:43 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 3 Dec 2000 15:07:42 +0000 (GMT) To: Julian Elischer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.h In-reply-to: Your message of "Sun, 03 Dec 2000 06:56:55 PST." <3A2A5F37.900D2323@elischer.org> X-Request-Do: Date: Sun, 03 Dec 2000 15:07:41 +0000 From: David Malone Message-ID: <200012031507.aa37141@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Personally I'd like ot see K&R type definition banished from > all kernel files. > but I guess it's a religious issue for some. Personally, I write all my own code with ANSI prototypes and definitions. While working with other people's code, I don't mind. I guess making a decision about the what to do in future would be useful. ANSI prototypes and definitions everywhere would probably be good, as long as people were careful while doing the conversion. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 8:13:25 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 08:13:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E644737B400; Sun, 3 Dec 2000 08:13:22 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3GDMj21510; Sun, 3 Dec 2000 08:13:22 -0800 (PST) (envelope-from knu) Message-Id: <200012031613.eB3GDMj21510@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 3 Dec 2000 08:13:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ruby-tmail Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/03 08:13:22 PST Modified files: mail/ruby-tmail Makefile distinfo Log: Update to 0.8.15. Revision Changes Path 1.8 +2 -2 ports/mail/ruby-tmail/Makefile 1.5 +1 -1 ports/mail/ruby-tmail/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 3 8:13:42 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 08:13:40 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B869037B400; Sun, 3 Dec 2000 08:13:40 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3GDeX21606; Sun, 3 Dec 2000 08:13:40 -0800 (PST) (envelope-from knu) Message-Id: <200012031613.eB3GDeX21606@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 3 Dec 2000 08:13:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-racc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/03 08:13:40 PST Modified files: devel/ruby-racc Makefile distinfo Log: Update to 1.2.6. Revision Changes Path 1.14 +2 -2 ports/devel/ruby-racc/Makefile 1.8 +1 -1 ports/devel/ruby-racc/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 3 8:20:36 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 08:20:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B938337B400; Sun, 3 Dec 2000 08:20:33 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3GKX622121; Sun, 3 Dec 2000 08:20:33 -0800 (PST) (envelope-from hm) Message-Id: <200012031620.eB3GKX622121@freefall.freebsd.org> From: Hellmuth Michaelis Date: Sun, 3 Dec 2000 08:20:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1/isic i4b_elsa_qs1p.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2000/12/03 08:20:33 PST Modified files: sys/i4b/layer1/isic i4b_elsa_qs1p.c Log: Bugfix: enable interrupt sharing for ELSA Microlink ISDN PCI Revision Changes Path 1.5 +3 -3 src/sys/i4b/layer1/isic/i4b_elsa_qs1p.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 3 8:23:15 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 08:23:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3093737B401; Sun, 3 Dec 2000 08:23:13 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3GND722372; Sun, 3 Dec 2000 08:23:13 -0800 (PST) (envelope-from hm) Message-Id: <200012031623.eB3GND722372@freefall.freebsd.org> From: Hellmuth Michaelis Date: Sun, 3 Dec 2000 08:23:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd support.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2000/12/03 08:23:13 PST Modified files: usr.sbin/i4b/isdnd support.c Log: Add controller number to unknown incoming call log message. Revision Changes Path 1.8 +4 -4 src/usr.sbin/i4b/isdnd/support.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 3 8:28:59 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 08:28:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 011BF37B400; Sun, 3 Dec 2000 08:28:57 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3GSuP23041; Sun, 3 Dec 2000 08:28:56 -0800 (PST) (envelope-from ache) Message-Id: <200012031628.eB3GSuP23041@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 3 Dec 2000 08:28:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/12/03 08:28:56 PST Modified files: bin/csh Makefile Log: Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install path Add gethost to build-tools to help cross-building Revision Changes Path 1.22 +4 -2 src/bin/csh/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 3 8:37:29 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 08:37:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F301037B400; Sun, 3 Dec 2000 08:37:25 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3GbPQ24062; Sun, 3 Dec 2000 08:37:25 -0800 (PST) (envelope-from bsd) Message-Id: <200012031637.eB3GbPQ24062@freefall.freebsd.org> From: "Brian S. Dean" Date: Sun, 3 Dec 2000 08:37:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms Makefile ports/comms/comserv Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd 2000/12/03 08:37:25 PST Modified files: comms Makefile Added files: comms/comserv Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add a new port comms/comserv. From the pkg-descr file: "The comservd program provides a facility to access network terminal server serial ports, such as those available on Xyplex terminal server models, via /dev device file entries. This allows programs such as tip(1) to access devices connected to the terminal server serial ports." Revision Changes Path 1.47 +2 -1 ports/comms/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 3 8:37:39 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 08:37:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3704A37B401; Sun, 3 Dec 2000 08:37:36 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3Gbah24125; Sun, 3 Dec 2000 08:37:36 -0800 (PST) (envelope-from bsd) Message-Id: <200012031637.eB3Gbah24125@freefall.freebsd.org> From: "Brian S. Dean" Date: Sun, 3 Dec 2000 08:37:36 -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 X-Loop: FreeBSD.ORG bsd 2000/12/03 08:37:36 PST Modified files: . modules Log: comserv --> ports/comms/comserv Revision Changes Path 1.2060 +2 -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 3 8:49:52 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 08:49:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06DB137B400; Sun, 3 Dec 2000 08:49:50 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3Gnn826159; Sun, 3 Dec 2000 08:49:49 -0800 (PST) (envelope-from ache) Message-Id: <200012031649.eB3Gnn826159@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 3 Dec 2000 08:49:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lynx-current Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/12/03 08:49:49 PST Modified files: www/lynx-current Makefile Log: Uncomment IPv6 enabling Revision Changes Path 1.123 +7 -7 ports/www/lynx-current/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 3 9: 5:48 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 09:05:46 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2957137B400; Sun, 3 Dec 2000 09:05:46 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3H5ke30393; Sun, 3 Dec 2000 09:05:46 -0800 (PST) (envelope-from asmodai) Message-Id: <200012031705.eB3H5ke30393@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sun, 3 Dec 2000 09:05:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/12/03 09:05:45 PST Modified files: usr.bin/tail forward.c read.c reverse.c tail.c Log: Remove register keyword usage with prejudice. Modern compilers are smarter when it comes to allocating register usage. Revision Changes Path 1.17 +3 -3 src/usr.bin/tail/forward.c 1.8 +7 -7 src/usr.bin/tail/read.c 1.10 +8 -8 src/usr.bin/tail/reverse.c 1.9 +2 -2 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 Sun Dec 3 9: 7:28 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 09:07:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3063B37B400; Sun, 3 Dec 2000 09:07:25 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3H7PA30530; Sun, 3 Dec 2000 09:07:25 -0800 (PST) (envelope-from nsayer) Message-Id: <200012031707.eB3H7PA30530@freefall.freebsd.org> From: Nick Sayer Date: Sun, 3 Dec 2000 09:07:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ohci_pci.c uhci_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/12/03 09:07:24 PST Modified files: sys/pci ohci_pci.c uhci_pci.c Log: We now have the ability to assign the correct IRQ when PNP-OS is turned on. So stop failing the attach if the IRQ is unassigned. With this patch, I can now boot with PNP-OS YES in my BIOS no differently than PNP-OS NO (which is a good thing since Windows hangs with PNP-OS NO). Obtained from: msmith Revision Changes Path 1.21 +1 -11 src/sys/pci/ohci_pci.c 1.32 +1 -11 src/sys/pci/uhci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 10: 3:28 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 10:03:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDE0037B400; Sun, 3 Dec 2000 10:03:25 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3I3PR38893; Sun, 3 Dec 2000 10:03:25 -0800 (PST) (envelope-from trevor) Message-Id: <200012031803.eB3I3PR38893@freefall.freebsd.org> From: Trevor Johnson Date: Sun, 3 Dec 2000 10:03:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/joe Makefile ports/editors/joe/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2000/12/03 10:03:25 PST Modified files: editors/joe Makefile editors/joe/files patch-ad Log: - when DEADJOE is a hard link, leave it alone - un-forbid - bump PORTREVISION Submitted by: maintainer Revision Changes Path 1.12 +2 -4 ports/editors/joe/Makefile 1.5 +3 -3 ports/editors/joe/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 10:15:42 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 10:15:40 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EE3537B400; Sun, 3 Dec 2000 10:15:40 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3IFeV42619; Sun, 3 Dec 2000 10:15:40 -0800 (PST) (envelope-from will) Message-Id: <200012031815.eB3IFeV42619@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 10:15:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile CVSROOT modules ports/devel/p5-Config-IniFiles Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/p5-IniConf Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/p5-IniConf/files ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/03 10:15:40 PST Modified files: devel Makefile . modules Added files: devel/p5-Config-IniFiles Makefile distinfo pkg-comment pkg-descr pkg-plist Removed files: devel/p5-IniConf Makefile distinfo pkg-comment pkg-descr pkg-plist devel/p5-IniConf/files patch-aa Log: Update p5-Config-IniFiles (was p5-IniConf, being removed) to 1.8. PR: 22298 Submitted by: Jeremy Shaffer Approved by: demon (previous MAINTAINER) Revision Changes Path 1.367 +2 -2 ports/devel/Makefile 1.2061 +2 -2 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 3 10:39:49 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 10:39:47 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00ACE37B400; Sun, 3 Dec 2000 10:39:47 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3Idk745612; Sun, 3 Dec 2000 10:39:46 -0800 (PST) (envelope-from wosch) Message-Id: <200012031839.eB3Idk745612@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 3 Dec 2000 10:39:46 -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 X-Loop: FreeBSD.ORG wosch 2000/12/03 10:39:46 PST Modified files: en docs.sgml Log: Added 4.2 RELEASE manpages link Revision Changes Path 1.89 +3 -2 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 Sun Dec 3 10:43:46 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 10:43:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBD4237B400; Sun, 3 Dec 2000 10:43:43 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3IhhE45986; Sun, 3 Dec 2000 10:43:43 -0800 (PST) (envelope-from alex) Message-Id: <200012031843.eB3IhhE45986@freefall.freebsd.org> From: Alexander Langer Date: Sun, 3 Dec 2000 10:43:43 -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 X-Loop: FreeBSD.ORG alex 2000/12/03 10:43:43 PST Modified files: sys/i386/conf NOTES Log: Add the NS DP83815 to the list of supported chips by the sis driver. Inspired by: Oliver Fromme Revision Changes Path 1.860 +5 -3 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 Sun Dec 3 10:53:37 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 10:53:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 4649837B400; Sun, 3 Dec 2000 10:53:25 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eB3IrNQ88930; Sun, 3 Dec 2000 11:53:23 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA40543; Sun, 3 Dec 2000 11:53:21 -0700 (MST) Message-Id: <200012031853.LAA40543@harmony.village.org> To: Bruce Evans Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 03 Dec 2000 19:12:24 +1100." References: Date: Sun, 03 Dec 2000 11:53:21 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Bruce Evans writes: : > Obtained from: OpenBSD : : I think make(1) is maintained by NetBSD (Christos Zoulas). The OpenBSD folks have also been maintaining it and optimizing it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 11: 0:14 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 11:00:10 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 0C00A37B400; Sun, 3 Dec 2000 11:00:10 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id 8E5111B13; Sun, 3 Dec 2000 14:00:09 -0500 (EST) Date: Sun, 3 Dec 2000 14:00:09 -0500 From: Will Andrews To: Warner Losh Cc: Bruce Evans , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... Message-ID: <20001203140009.W559@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Warner Losh , Bruce Evans , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012031853.LAA40543@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012031853.LAA40543@harmony.village.org>; from imp@village.org on Sun, Dec 03, 2000 at 11:53:21AM -0700 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: will@puck.firepipe.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 11:53:21AM -0700, Warner Losh wrote: > The OpenBSD folks have also been maintaining it and optimizing it. Yes, and personally I think Marc Espie is much more intimate and interested in make. He's also very responsive, and has made many great improvements to its method. -- 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 3 11: 8:58 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 11:08:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 12FC837B400; Sun, 3 Dec 2000 11:08:54 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eB3J8qQ89007; Sun, 3 Dec 2000 12:08:53 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA40653; Sun, 3 Dec 2000 12:08:52 -0700 (MST) Message-Id: <200012031908.MAA40653@harmony.village.org> To: Will Andrews Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... Cc: Bruce Evans , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 03 Dec 2000 14:00:09 EST." <20001203140009.W559@puck.firepipe.net> References: <20001203140009.W559@puck.firepipe.net> <200012031853.LAA40543@harmony.village.org> Date: Sun, 03 Dec 2000 12:08:52 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20001203140009.W559@puck.firepipe.net> Will Andrews writes: : Yes, and personally I think Marc Espie is much more intimate and : interested in make. He's also very responsive, and has made many great : improvements to its method. I didn't mean to imply that one was better than the other. There are currently three slightly divergent makes, and it seems to me that that's 2 too many for the *BSD community. In the past when I've atlked with Espie about things, he expressed a moderate interest in working through the merging issues that would come up. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 11:20: 7 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 11:20:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id A03B037B400; Sun, 3 Dec 2000 11:20:02 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id 2CF221B13; Sun, 3 Dec 2000 14:19:53 -0500 (EST) Date: Sun, 3 Dec 2000 14:19:53 -0500 From: Will Andrews To: Warner Losh Cc: Will Andrews , Bruce Evans , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... Message-ID: <20001203141953.Y559@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Warner Losh , Bruce Evans , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20001203140009.W559@puck.firepipe.net> <200012031853.LAA40543@harmony.village.org> <20001203140009.W559@puck.firepipe.net> <200012031908.MAA40653@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012031908.MAA40653@harmony.village.org>; from imp@village.org on Sun, Dec 03, 2000 at 12:08:52PM -0700 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: will@puck.firepipe.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 12:08:52PM -0700, Warner Losh wrote: > I didn't mean to imply that one was better than the other. There are I didn't either. > currently three slightly divergent makes, and it seems to me that > that's 2 too many for the *BSD community. Agreed. > In the past when I've atlked with Espie about things, he expressed a > moderate interest in working through the merging issues that would > come up. Yep. -- 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 3 12: 8:21 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:08:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 694C537B400; Sun, 3 Dec 2000 12:08:19 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3K8Jg60831; Sun, 3 Dec 2000 12:08:19 -0800 (PST) (envelope-from will) Message-Id: <200012032008.eB3K8Jg60831@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 12:08: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 X-Loop: FreeBSD.ORG will 2000/12/03 12:08:19 PST Modified files: . modules Log: Add imlib2 (pointing at imlib2-tmp). Revision Changes Path 1.2062 +2 -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 3 12:17:39 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:17:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD19E37B400; Sun, 3 Dec 2000 12:17:36 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KHaC61682; Sun, 3 Dec 2000 12:17:36 -0800 (PST) (envelope-from dillon) Message-Id: <200012032017.eB3KHaC61682@freefall.freebsd.org> From: Matt Dillon Date: Sun, 3 Dec 2000 12:17:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys mmap.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/12/03 12:17:36 PST Modified files: lib/libc/sys mmap.2 Log: Add warning on file-fragmentation issues related to MAP_NOSYNC Revision Changes Path 1.27 +16 -1 src/lib/libc/sys/mmap.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 12:21:23 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:21:21 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05D4D37B400; Sun, 3 Dec 2000 12:21:21 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KLKS62127; Sun, 3 Dec 2000 12:21:20 -0800 (PST) (envelope-from will) Message-Id: <200012032021.eB3KLKS62127@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 12:21:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/geist Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/geist/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/03 12:21:20 PST Modified files: graphics Makefile Added files: graphics/geist Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/geist/files patch-aa patch-ab Log: Add geist 0.0.3, an object-based image creation/layout app that uses imlib2. PR: 22334 Submitted by: Jeremy Norris Revision Changes Path 1.247 +2 -1 ports/graphics/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 3 12:21:33 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:21:30 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4D8737B69E; Sun, 3 Dec 2000 12:21:25 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KLPf62167; Sun, 3 Dec 2000 12:21:25 -0800 (PST) (envelope-from will) Message-Id: <200012032021.eB3KLPf62167@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 12:21:25 -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 X-Loop: FreeBSD.ORG will 2000/12/03 12:21:25 PST Modified files: . modules Log: geist --> ports/graphics/geist Revision Changes Path 1.2063 +2 -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 3 12:26:21 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:26:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DC2437B400; Sun, 3 Dec 2000 12:26:19 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KQIT63003; Sun, 3 Dec 2000 12:26:19 -0800 (PST) (envelope-from will) Message-Id: <200012032026.eB3KQIT63003@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 12:26:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/scrot Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/scrot/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/03 12:26:18 PST Modified files: graphics Makefile Added files: graphics/scrot Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/scrot/files patch-aa patch-ab Log: Add scrot 0.4, a screen capture utility that uses imlib2. PR: 22336 Submitted by: Jeremy Norris Revision Changes Path 1.248 +2 -1 ports/graphics/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 3 12:26:30 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:26:28 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B708137B6AF; Sun, 3 Dec 2000 12:26:26 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KQQw63056; Sun, 3 Dec 2000 12:26:26 -0800 (PST) (envelope-from will) Message-Id: <200012032026.eB3KQQw63056@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 12:26:26 -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 X-Loop: FreeBSD.ORG will 2000/12/03 12:26:26 PST Modified files: . modules Log: scrot --> ports/graphics/scrot Revision Changes Path 1.2064 +2 -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 3 12:28: 2 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:28:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E08C737B400; Sun, 3 Dec 2000 12:27:59 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KRxQ63264; Sun, 3 Dec 2000 12:27:59 -0800 (PST) (envelope-from jedgar) Message-Id: <200012032027.eB3KRxQ63264@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 3 Dec 2000 12:27:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perforce distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/12/03 12:27:59 PST Modified files: devel/perforce distinfo Log: Update p4web MD5 checksum PR: 22786 Submitted by: Andreas Schulz Approved by: Maintainer Revision Changes Path 1.3 +1 -1 ports/devel/perforce/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 3 12:29:35 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:29:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1549337B400; Sun, 3 Dec 2000 12:29:32 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KTWX63527; Sun, 3 Dec 2000 12:29:32 -0800 (PST) (envelope-from marcel) Message-Id: <200012032029.eB3KTWX63527@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 3 Dec 2000 12:29:32 -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 X-Loop: FreeBSD.ORG marcel 2000/12/03 12:29:31 PST Modified files: . Makefile.inc1 Log: Fix cross-building once again. Forgotten by: ache Revision Changes Path 1.179 +2 -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 Sun Dec 3 12:34:38 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:34:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9511837B400; Sun, 3 Dec 2000 12:34:35 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KYZd64029; Sun, 3 Dec 2000 12:34:35 -0800 (PST) (envelope-from will) Message-Id: <200012032034.eB3KYZd64029@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 12:34:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/rotate Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/03 12:34:35 PST Modified files: sysutils Makefile Added files: sysutils/rotate Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add rotate 1.1, a simple log rotate perl script. PR: 22349 Submitted by: NAKAMURA Kazushi Revision Changes Path 1.134 +2 -1 ports/sysutils/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 3 12:34:50 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:34:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFF9B37B400; Sun, 3 Dec 2000 12:34:48 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KYmW64083; Sun, 3 Dec 2000 12:34:48 -0800 (PST) (envelope-from will) Message-Id: <200012032034.eB3KYmW64083@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 12:34:48 -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 X-Loop: FreeBSD.ORG will 2000/12/03 12:34:48 PST Modified files: . modules Log: rotate --> ports/sysutils/rotate Revision Changes Path 1.2065 +2 -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 3 12:46:58 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:46:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 660D837B400; Sun, 3 Dec 2000 12:46:55 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KktQ65786; Sun, 3 Dec 2000 12:46:55 -0800 (PST) (envelope-from dwmalone) Message-Id: <200012032046.eB3KktQ65786@freefall.freebsd.org> From: David Malone Date: Sun, 3 Dec 2000 12:46:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha busdma_machdep.c src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/12/03 12:46:55 PST Modified files: sys/alpha/alpha busdma_machdep.c sys/dev/isp isp_freebsd.c Log: More M_ZERO patches. Submitted by: josh@zipperup.org Submitted by: Robert Drehmel Approved by: mjacob Revision Changes Path 1.14 +20 -24 src/sys/alpha/alpha/busdma_machdep.c 1.49 +2 -3 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 12:48:26 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:48:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C02E37B400; Sun, 3 Dec 2000 12:48:23 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KmNO65982; Sun, 3 Dec 2000 12:48:23 -0800 (PST) (envelope-from will) Message-Id: <200012032048.eB3KmNO65982@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 12:48:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/geminifonts Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/03 12:48:23 PST Modified files: x11-fonts Makefile Added files: x11-fonts/geminifonts Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add geminifonts 1.0, a set of ukrainian koi8-u fonts for X. PR: 22425 Submitted by: Mikhail Teterin Revision Changes Path 1.15 +2 -1 ports/x11-fonts/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 3 12:48:35 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 12:48:31 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A95237B6A7; Sun, 3 Dec 2000 12:48:31 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3KmVN66073; Sun, 3 Dec 2000 12:48:31 -0800 (PST) (envelope-from will) Message-Id: <200012032048.eB3KmVN66073@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 12:48: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 X-Loop: FreeBSD.ORG will 2000/12/03 12:48:31 PST Modified files: . modules Log: geminifonts --> ports/x11-fonts/geminifonts Revision Changes Path 1.2066 +2 -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 3 13: 2: 2 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 13:01:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 171B237B402; Sun, 3 Dec 2000 13:01:59 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3L1xC68029; Sun, 3 Dec 2000 13:01:59 -0800 (PST) (envelope-from will) Message-Id: <200012032101.eB3L1xC68029@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 13:01:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/webstone-ssl Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/webstone-ssl/files patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/03 13:01:58 PST Modified files: www Makefile Added files: www/webstone-ssl Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist www/webstone-ssl/files patch-ab patch-ac patch-ad Log: Add Webstone-SSL 2.5, a benchmarking tool that supports SSL-enabled http servers. PR: 22560 Submitted by: Kazumasa Nishizawa Revision Changes Path 1.272 +2 -1 ports/www/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 3 13: 2:10 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 13:02:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8133137B402; Sun, 3 Dec 2000 13:02:05 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3L25D68105; Sun, 3 Dec 2000 13:02:05 -0800 (PST) (envelope-from will) Message-Id: <200012032102.eB3L25D68105@freefall.freebsd.org> From: Will Andrews Date: Sun, 3 Dec 2000 13:02: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 X-Loop: FreeBSD.ORG will 2000/12/03 13:02:05 PST Modified files: . modules Log: webstone-ssl --> ports/www/webstone-ssl Revision Changes Path 1.2067 +2 -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 3 16:17:36 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 16:17:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 8748A37B400; Sun, 3 Dec 2000 16:17:33 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id QAA05693; Sun, 3 Dec 2000 16:17:32 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB40HVK02452; Sun, 3 Dec 2000 16:17:31 -0800 (PST) (envelope-from obrien) Date: Sun, 3 Dec 2000 16:17:31 -0800 From: "David O'Brien" To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20001203161731.A2385@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012032029.eB3KTWX63527@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: <200012032029.eB3KTWX63527@freefall.freebsd.org>; from marcel@FreeBSD.org on Sun, Dec 03, 2000 at 12:29:32PM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 12:29:32PM -0800, Marcel Moolenaar wrote: > Log: > Fix cross-building once again. What in the build requires /bin/csh? (would have been good to get into the CVS log ;-)) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 16:32: 5 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 16:32:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 7344A37B400; Sun, 3 Dec 2000 16:32:02 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id QAA05748; Sun, 3 Dec 2000 16:32:01 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB40W0t02593; Sun, 3 Dec 2000 16:32:00 -0800 (PST) (envelope-from obrien) Date: Sun, 3 Dec 2000 16:32:00 -0800 From: "David O'Brien" To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/csh Makefile Message-ID: <20001203163200.C2385@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012031628.eB3GSuP23041@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: <200012031628.eB3GSuP23041@freefall.freebsd.org>; from ache@FreeBSD.org on Sun, Dec 03, 2000 at 08:28:56AM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 08:28:56AM -0800, Andrey A. Chernov wrote: > Log: > Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install path I think this is wrong. Notice how src/contrib/tcsh/Makefile.in defines it. If I install tcsh into /foo/bin/tcsh, then it should refer to itself that way -- not /bin/tcsh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 16:39:59 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 16:39:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 2684C37B400; Sun, 3 Dec 2000 16:39:56 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 604704B9; Sun, 3 Dec 2000 16:39:55 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id QAA03194; Sun, 3 Dec 2000 16:39:50 -0800 (PST) Sender: marcel@cup.hp.com Message-ID: <3A2AE7D6.E040B5FB@cup.hp.com> Date: Sun, 03 Dec 2000 16:39:50 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 References: <200012032029.eB3KTWX63527@freefall.freebsd.org> <20001203161731.A2385@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Sun, Dec 03, 2000 at 12:29:32PM -0800, Marcel Moolenaar wrote: > > Log: > > Fix cross-building once again. > > What in the build requires /bin/csh? > (would have been good to get into the CVS log ;-)) Nothing requires bin/csh. The problem is that tcsh now builds a binary (gethost) that's being used to generate something. gethost was not built as a build-tool and thus failed to run when cross-building. Andrey fixed the makefile in bin/csh, but forgot to add bin/csh to the build-tools target. You're right about the log. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 16:50: 1 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 16:49:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 8ECCA37B400; Sun, 3 Dec 2000 16:49:57 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 309D1BFA; Sun, 3 Dec 2000 16:49:57 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id QAA03383; Sun, 3 Dec 2000 16:49:52 -0800 (PST) Sender: marcel@cup.hp.com Message-ID: <3A2AEA2F.C355399A@cup.hp.com> Date: Sun, 03 Dec 2000 16:49:51 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/csh Makefile References: <200012031628.eB3GSuP23041@freefall.freebsd.org> <20001203163200.C2385@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Sun, Dec 03, 2000 at 08:28:56AM -0800, Andrey A. Chernov wrote: > > Log: > > Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install path > > I think this is wrong. Notice how src/contrib/tcsh/Makefile.in defines > it. If I install tcsh into /foo/bin/tcsh, then it should refer to itself > that way -- not /bin/tcsh. DESTDIR is always set to point to the object tree during the build. There's no way to tell tcsh where you eventually want to have it installed. Having tcsh refer to itself as /bin/tcsh is less wrong than /usr/obj/usr/src/i386. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 17:26:33 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 17:26:30 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8B0237B400; Sun, 3 Dec 2000 17:26:30 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB41QUP07454; Sun, 3 Dec 2000 17:26:30 -0800 (PST) (envelope-from jdp) Message-Id: <200012040126.eB41QUP07454@freefall.freebsd.org> From: John Polstra Date: Sun, 3 Dec 2000 17:26:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen setproctitle.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/12/03 17:26:30 PST Modified files: lib/libc/gen setproctitle.c Log: When recording the original arguments, don't (ab)use "nargc" for iterating over the arguments. Doing so wipes out the value which is about to be stored into the ps_strings structure. Revision Changes Path 1.13 +5 -4 src/lib/libc/gen/setproctitle.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 3 17:27:53 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 17:27:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 91EF537B400; Sun, 3 Dec 2000 17:27:47 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.1/8.11.1) id eB41Ri971239; Mon, 4 Dec 2000 04:27:45 +0300 (MSK) (envelope-from ache) Date: Mon, 4 Dec 2000 04:27:39 +0300 From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/csh Makefile Message-ID: <20001204042736.A71158@nagual.pp.ru> References: <200012031628.eB3GSuP23041@freefall.freebsd.org> <20001203163200.C2385@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: <20001203163200.C2385@dragon.nuxi.com>; from obrien@FreeBSD.org on Sun, Dec 03, 2000 at 04:32:00PM -0800 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 16:32:00 -0800, David O'Brien wrote: > On Sun, Dec 03, 2000 at 08:28:56AM -0800, Andrey A. Chernov wrote: > > Log: > > Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install path > > I think this is wrong. Notice how src/contrib/tcsh/Makefile.in defines > it. If I install tcsh into /foo/bin/tcsh, then it should refer to itself > that way -- not /bin/tcsh. DESTDIR is not final install path rather then object tree intermediate one. /usr/obj/usr/src/i386/bin/csh (real example) compiled in is worse, than /bin/csh compiled in. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 17:33:24 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 17:33:20 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 5C0C037B400; Sun, 3 Dec 2000 17:33:19 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.1/8.11.1) id eB41TRA71266; Mon, 4 Dec 2000 04:29:27 +0300 (MSK) (envelope-from ache) Date: Mon, 4 Dec 2000 04:29:23 +0300 From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: Marcel Moolenaar Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/csh Makefile Message-ID: <20001204042922.B71158@nagual.pp.ru> References: <200012031628.eB3GSuP23041@freefall.freebsd.org> <20001203163200.C2385@dragon.nuxi.com> <3A2AEA2F.C355399A@cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A2AEA2F.C355399A@cup.hp.com>; from marcel@cup.hp.com on Sun, Dec 03, 2000 at 04:49:51PM -0800 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 16:49:51 -0800, Marcel Moolenaar wrote: > David O'Brien wrote: > > > > On Sun, Dec 03, 2000 at 08:28:56AM -0800, Andrey A. Chernov wrote: > > > Log: > > > Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install path > > > > I think this is wrong. Notice how src/contrib/tcsh/Makefile.in defines > > it. If I install tcsh into /foo/bin/tcsh, then it should refer to itself > > that way -- not /bin/tcsh. > > DESTDIR is always set to point to the object tree during the build. > There's no way to tell tcsh where you eventually want to have it > installed. Having tcsh refer to itself as /bin/tcsh is less wrong than > /usr/obj/usr/src/i386. Yes. Also look in /usr/include/paths.h where very similar in usage _PATH_BSHELL defined to "/bin/sh" -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 17:33:48 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 17:33:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3F9137B400; Sun, 3 Dec 2000 17:33:44 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB41XiX08393; Sun, 3 Dec 2000 17:33:44 -0800 (PST) (envelope-from mjacob) Message-Id: <200012040133.eB41XiX08393@freefall.freebsd.org> From: Matt Jacob Date: Sun, 3 Dec 2000 17:33:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/mcbus mcpcia.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/03 17:33:44 PST Modified files: sys/alpha/mcbus mcpcia.c Log: Comment out debug printfs about enable/disable ints. Current now appears to work at least fitfully on one Rawhide. Revision Changes Path 1.12 +3 -3 src/sys/alpha/mcbus/mcpcia.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 3 17:46: 2 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 17:45:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC9937B400; Sun, 3 Dec 2000 17:45:58 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB41jw809701; Sun, 3 Dec 2000 17:45:58 -0800 (PST) (envelope-from jdp) Message-Id: <200012040145.eB41jw809701@freefall.freebsd.org> From: John Polstra Date: Sun, 3 Dec 2000 17:45:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen setproctitle.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/12/03 17:45:58 PST Modified files: lib/libc/gen setproctitle.c Log: When recording the original arguments, stop short if we encounter a NULL argument. Some programs change the contents of the argv array, typically to remove some special arguments. They shorten argv by storing a NULL where an argument pointer used to be. Such programs core dumped if they called setproctitle(), because it would try to apply strlen() to a NULL pointer. Revision Changes Path 1.14 +11 -1 src/lib/libc/gen/setproctitle.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 3 17:59:53 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 17:59:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 7D15A37B400; Sun, 3 Dec 2000 17:59:50 -0800 (PST) Received: from localhost (murray@localhost) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB41xJ370435; Sun, 3 Dec 2000 17:59:19 -0800 (PST) (envelope-from murray@osd.bsdi.com) Date: Sun, 3 Dec 2000 17:59:19 -0800 (PST) From: Murray Stokely To: David Malone Cc: David Malone , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa labpc.c In-Reply-To: <20001203132931.A84388@walton.maths.tcd.ie> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 3 Dec 2000, David Malone wrote: % > Modified files: % > sys/i386/isa labpc.c % > Log: % > Check return value of malloc correctly and use M_ZERO. % > % % As noted by Poul-Hennig, this driver can't have worked in ages. % Is there anyone with one of these cards who can test it now? I haven't ever used one of the LabPC cards, but I'm currently working with some much newer National Instruments hardware. I've written a "mostly functional" driver for the PCI E-series data aquisition boards and I've got a E-series ISA board (on loan) as well. I'd be very interested in talking with anyone else who is working with these devices. - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 18:38:24 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 18:38:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from athserv.otenet.gr (athserv.otenet.gr [195.170.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 36F6B37B400 for ; Sun, 3 Dec 2000 18:38:21 -0800 (PST) Received: from hades.hell.gr (patr530-b005.otenet.gr [195.167.121.133]) by athserv.otenet.gr (8.10.1/8.10.1) with ESMTP id eB42aJ502796 for ; Mon, 4 Dec 2000 04:36:20 +0200 (EET) Received: (from charon@localhost) by hades.hell.gr (8.11.1/8.11.1) id eB42Z3A16145 for cvs-all@FreeBSD.ORG; Mon, 4 Dec 2000 04:35:03 +0200 (EET) Date: Mon, 4 Dec 2000 04:35:03 +0200 (EET) From: Giorgos Keramidas Message-Id: <200012040235.eB42Z3A16145@hades.hell.gr> To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/gen setproctitle.c In-Reply-To: <200012040145.eB41jw809701@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Polstra wrote: > > Modified files: > lib/libc/gen setproctitle.c > Log: > When recording the original arguments, stop short if we encounter > a NULL argument. Some programs change the contents of the argv > array, typically to remove some special arguments. They shorten > argv by storing a NULL where an argument pointer used to be. Such > programs core dumped if they called setproctitle(), because it > would try to apply strlen() to a NULL pointer. What about avoiding parts of oargv[] in setproctitle() that are set to NULL by those programs? I haven't tested the following small patch to setproctitle.c, but I will test it tomorrow when I get to my development box at work. I am sending it anyway, since someone might have the time to check this by 09:00 EEST this morning. - giorgos Index: setproctitle.c =================================================================== RCS file: /home/ncvs/src/lib/libc/gen/setproctitle.c,v retrieving revision 1.12 diff -u -r1.12 setproctitle.c --- setproctitle.c 2000/08/01 06:37:09 1.12 +++ setproctitle.c 2000/12/04 02:31:33 @@ -129,6 +129,8 @@ len ? " " : "", oargv[nargc]); if (len) len++; + if (oargv[nargc] == NULL) /* avoid NULL pointers in oargv[] */ + continue; len += strlen(oargv[nargc]); if (len >= sizeof(obuf)) break; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 19:12:35 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 19:12:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from athserv.otenet.gr (athserv.otenet.gr [195.170.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 4A63837B400 for ; Sun, 3 Dec 2000 19:12:32 -0800 (PST) Received: from hades.hell.gr (patr530-b005.otenet.gr [195.167.121.133]) by athserv.otenet.gr (8.10.1/8.10.1) with ESMTP id eB438b518795 for ; Mon, 4 Dec 2000 05:08:39 +0200 (EET) Received: (from charon@localhost) by hades.hell.gr (8.11.1/8.11.1) id eB439xG16581 for cvs-all@FreeBSD.ORG; Mon, 4 Dec 2000 05:09:59 +0200 (EET) Date: Mon, 4 Dec 2000 05:09:58 +0200 From: Giorgos Keramidas To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/gen setproctitle.c Message-ID: <20001204050958.A16559@hades.hell.gr> References: <200012040145.eB41jw809701@freefall.freebsd.org> <200012040235.eB42Z3A16145@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200012040235.eB42Z3A16145@hades.hell.gr>; from keramida@ceid.upatras.gr on Mon, Dec 04, 2000 at 04:35:03AM +0200 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 04:35:03AM +0200, Giorgos Keramidas wrote: > John Polstra wrote: > > > > Modified files: > > lib/libc/gen setproctitle.c > > Log: > > When recording the original arguments, stop short if we encounter > > a NULL argument. Some programs change the contents of the argv > > array, typically to remove some special arguments. They shorten > > argv by storing a NULL where an argument pointer used to be. Such > > programs core dumped if they called setproctitle(), because it > > would try to apply strlen() to a NULL pointer. > > What about avoiding parts of oargv[] in setproctitle() that are set to > NULL by those programs? I haven't tested the following small patch to > setproctitle.c, but I will test it tomorrow when I get to my development > box at work. I am sending it anyway, since someone might have the time to > check this by 09:00 EEST this morning. Nah. I just saw from CVSup'ing that revision 1.14 includes just the fix I proposed, but in a more 'correct' manner. I really love it when you guys are *so* blazingly fast :-) - giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 21:50:28 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 21:50:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6737A37B401; Sun, 3 Dec 2000 21:50:26 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB45oQo46027; Sun, 3 Dec 2000 21:50:26 -0800 (PST) (envelope-from jim) Message-Id: <200012040550.eB45oQo46027@freefall.freebsd.org> From: Jim Mock Date: Sun, 3 Dec 2000 21:50:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/teapop Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/12/03 21:50:26 PST Modified files: mail/teapop Makefile distinfo Log: Update to version 0.27. Revision Changes Path 1.4 +10 -4 ports/mail/teapop/Makefile 1.3 +1 -1 ports/mail/teapop/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 3 22: 9:10 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 22:09:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 535D637B400; Sun, 3 Dec 2000 22:09:07 -0800 (PST) Received: (from hosokawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4695i53567; Sun, 3 Dec 2000 22:09:05 -0800 (PST) (envelope-from hosokawa) Message-Id: <200012040609.eB4695i53567@freefall.freebsd.org> From: Tatsumi Hosokawa Date: Sun, 3 Dec 2000 22:09:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hosokawa 2000/12/03 22:09:05 PST Modified files: share/termcap termcap.src Log: Added termcap entry for multilingual sysinstall Revision Changes Path 1.102 +12 -1 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 22:37:46 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 22:37:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C72E537B400; Sun, 3 Dec 2000 22:37:43 -0800 (PST) Received: (from hosokawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB46bhO57814; Sun, 3 Dec 2000 22:37:43 -0800 (PST) (envelope-from hosokawa) Message-Id: <200012040637.eB46bhO57814@freefall.freebsd.org> From: Tatsumi Hosokawa Date: Sun, 3 Dec 2000 22:37:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hosokawa 2000/12/03 22:37:43 PST Modified files: (Branch: RELENG_4) release Makefile Log: (MFC: 1.581) make sure vn.ko is loaded. Revision Changes Path 1.536.2.31 +2 -1 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 3 23:47:12 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 23:47:06 2000 Return-Path: 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 4C87637B400; Sun, 3 Dec 2000 23:46:55 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id eB47kWw08433; Mon, 4 Dec 2000 09:46:32 +0200 (EET) (envelope-from ru) Date: Mon, 4 Dec 2000 09:46:32 +0200 From: Ruslan Ermilov To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... Message-ID: <20001204094632.A7891@sunbay.com> Mail-Followup-To: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012021858.eB2Iw3F88460@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012021858.eB2Iw3F88460@freefall.freebsd.org>; from will@FreeBSD.org on Sat, Dec 02, 2000 at 10:58:03AM -0800 Sender: ru@whale.sunbay.crimea.ua Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Will! Could you please take a look at the attached problem? Thanks, -- 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 --ikeVEW9yuYc//A+q Content-Type: message/rfc822 Content-Disposition: inline Date: Fri, 24 Nov 2000 18:55:22 +0200 From: Ruslan Ermilov To: Will Andrews Cc: developers@FreeBSD.org Subject: make(1) bug? Message-ID: <20001124185522.A24735@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline User-Agent: Mutt/1.2.5i --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! Does anyone else think that it is an error that the first two fragments of the attached Makefile result in a make(1) error when uncommented? Thanks, -- 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 --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=makefile #.if "XXX" == "XXX" #VAR= OK #.endif #.if ${XXX} == "XXX" #VAR= OK #.endif .if defined(XXX) && ${XXX} == "XXX" VAR= OK .endif all: .SILENT echo ${VAR} --k+w/mQv8wyuph6w0-- --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 0:11:23 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 00:11:20 2000 Return-Path: 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 667BF37B400; Mon, 4 Dec 2000 00:11:06 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id eB48AwO09937; Mon, 4 Dec 2000 10:10:58 +0200 (EET) (envelope-from ru) Date: Mon, 4 Dec 2000 10:10:57 +0200 From: Ruslan Ermilov To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys mmap.2 Message-ID: <20001204101057.C7891@sunbay.com> Mail-Followup-To: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012032017.eB3KHaC61682@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: <200012032017.eB3KHaC61682@freefall.freebsd.org>; from dillon@FreeBSD.org on Sun, Dec 03, 2000 at 12:17:36PM -0800 Sender: ru@whale.sunbay.crimea.ua Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 12:17:36PM -0800, Matt Dillon wrote: > dillon 2000/12/03 12:17:36 PST > > Modified files: > lib/libc/sys mmap.2 > Log: > Add warning on file-fragmentation issues related to MAP_NOSYNC > > Revision Changes Path > 1.27 +16 -1 src/lib/libc/sys/mmap.2 > Look! Writing mdoc(7) documents is not as straight-forward as writing plain text. Please filter your entries through me, sheldonh or ben, if you do not have enough time to make it properly, OK? -- 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 4 0:11:53 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 00:11:51 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 466FF37B400; Mon, 4 Dec 2000 00:11:51 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB48Bp974004; Mon, 4 Dec 2000 00:11:51 -0800 (PST) (envelope-from ru) Message-Id: <200012040811.eB48Bp974004@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 4 Dec 2000 00:11:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys mmap.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/04 00:11:50 PST Modified files: lib/libc/sys mmap.2 Log: mdoc(7) police: fix formatting errors in rev 1.27. Revision Changes Path 1.28 +29 -15 src/lib/libc/sys/mmap.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 0:30: 1 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 00:29:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B718C37B400; Mon, 4 Dec 2000 00:29:57 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB48Tvo77630; Mon, 4 Dec 2000 00:29:57 -0800 (PST) (envelope-from sobomax) Message-Id: <200012040829.eB48Tvo77630@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 4 Dec 2000 00:29:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/finder Makefile distinfo ports/x11/finder/files patch-ac patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/04 00:29:57 PST Modified files: x11/finder Makefile distinfo x11/finder/files patch-ac Removed files: x11/finder/files patch-ae Log: Update to 0.80.3. Revision Changes Path 1.3 +2 -2 ports/x11/finder/Makefile 1.2 +1 -1 ports/x11/finder/distinfo 1.3 +7 -6 ports/x11/finder/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 Mon Dec 4 0:47: 8 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 00:47:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA99937B400; Mon, 4 Dec 2000 00:47:04 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB48l4m81749; Mon, 4 Dec 2000 00:47:04 -0800 (PST) (envelope-from sobomax) Message-Id: <200012040847.eB48l4m81749@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 4 Dec 2000 00:47:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-MySQLdb Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/04 00:47:04 PST Modified files: databases/py-MySQLdb Makefile distinfo pkg-plist Log: Update to 0.3.0. Revision Changes Path 1.9 +3 -5 ports/databases/py-MySQLdb/Makefile 1.6 +1 -1 ports/databases/py-MySQLdb/distinfo 1.5 +1 -1 ports/databases/py-MySQLdb/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 4 0:58: 1 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 00:57:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EE0F37B400; Mon, 4 Dec 2000 00:57:59 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB48vxG84295; Mon, 4 Dec 2000 00:57:59 -0800 (PST) (envelope-from roam) Message-Id: <200012040857.eB48vxG84295@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 4 Dec 2000 00:57:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mytop Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/04 00:57:59 PST Modified files: databases/mytop Makefile distinfo Log: Update to version 0.5. PR: 23235 Submitted by: maintainer Revision Changes Path 1.3 +6 -7 ports/databases/mytop/Makefile 1.2 +1 -1 ports/databases/mytop/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 4 1: 4:43 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 01:04:41 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2B2837B400; Mon, 4 Dec 2000 01:04:40 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB494eq85900; Mon, 4 Dec 2000 01:04:40 -0800 (PST) (envelope-from roam) Message-Id: <200012040904.eB494eq85900@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 4 Dec 2000 01:04:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/tmetric Makefile distinfo ports/benchmarks/tmetric/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/04 01:04:40 PST Modified files: benchmarks/tmetric Makefile distinfo benchmarks/tmetric/files patch-aa Log: Update to version 0.4. PR: 23237 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/benchmarks/tmetric/Makefile 1.3 +1 -1 ports/benchmarks/tmetric/distinfo 1.2 +1 -2 ports/benchmarks/tmetric/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 4 1:21: 9 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 01:21:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE5E337B402; Mon, 4 Dec 2000 01:21:06 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB49L6e90365; Mon, 4 Dec 2000 01:21:06 -0800 (PST) (envelope-from alfred) Message-Id: <200012040921.eB49L6e90365@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 4 Dec 2000 01:21:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h src/usr.bin/fstat fstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/12/04 01:21:06 PST Modified files: sys/sys mount.h usr.bin/fstat fstat.c Log: remove struct mount from useland visibility Revision Changes Path 1.99 +5 -1 src/sys/sys/mount.h 1.24 +2 -2 src/usr.bin/fstat/fstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 1:49:36 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 01:49:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ADA337B400; Mon, 4 Dec 2000 01:49:34 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB49nYP95790; Mon, 4 Dec 2000 01:49:34 -0800 (PST) (envelope-from jake) Message-Id: <200012040949.eB49nYP95790@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 4 Dec 2000 01:49:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/04 01:49:34 PST Modified files: sys/kern kern_exit.c Log: Remove if defined(tahoe) cobwebs. Revision Changes Path 1.109 +1 -5 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 Mon Dec 4 1:52:15 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 01:52:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F385B37B400; Mon, 4 Dec 2000 01:52:11 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB49qBD96375; Mon, 4 Dec 2000 01:52:11 -0800 (PST) (envelope-from sobomax) Message-Id: <200012040952.eB49qBD96375@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 4 Dec 2000 01:52:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/audio Makefile ports/audio/ripit-atapi Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/ripit-atapi/files patch-aa ports/databases Makefile ports/databases/p5-ApacheDBI Makefile distinfo ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/04 01:52:11 PST Modified files: . modules audio Makefile databases Makefile databases/p5-ApacheDBILogConfig Makefile databases/p5-ApacheDBILogger Makefile Removed files: audio/ripit-atapi Makefile distinfo pkg-comment pkg-descr pkg-plist audio/ripit-atapi/files patch-aa databases/p5-ApacheDBI Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Nuke databases/p5-ApacheDBI and audio/ripit-atapi. databases/p5-ApacheDBI Redundant; we already have a ports/www/p5-Apache-DBI that is the same program. Maintainer did not know this when submitting the port. audio/ripit-atapi The functionality of this port has been incorporated into ports/audio/ripit. This port is no longer necessary. PR: 23259 Submitted by: maintainer Revision Changes Path 1.2068 +1 -3 CVSROOT/modules 1.192 +1 -2 ports/audio/Makefile 1.86 +1 -2 ports/databases/Makefile 1.2 +2 -2 ports/databases/p5-ApacheDBILogConfig/Makefile 1.2 +2 -2 ports/databases/p5-ApacheDBILogger/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 4 1:52:42 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 01:52:40 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEEA337B400; Mon, 4 Dec 2000 01:52:39 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB49qdl96449; Mon, 4 Dec 2000 01:52:39 -0800 (PST) (envelope-from jake) Message-Id: <200012040952.eB49qdl96449@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 4 Dec 2000 01:52:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/04 01:52:39 PST Modified files: sys/kern kern_intr.c Log: Whitespace. Fix an overly long line. Revision Changes Path 1.33 +3 -3 src/sys/kern/kern_intr.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 4 2:23:32 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 02:23:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB96937B400; Mon, 4 Dec 2000 02:23:29 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4ANTR02332; Mon, 4 Dec 2000 02:23:29 -0800 (PST) (envelope-from jake) Message-Id: <200012041023.eB4ANTR02332@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 4 Dec 2000 02:23:29 -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 X-Loop: FreeBSD.ORG jake 2000/12/04 02:23:29 PST Modified files: sys/kern kern_fork.c Log: Whitespace. Fix indentation, align comments. Revision Changes Path 1.89 +17 -17 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 Mon Dec 4 2:36:20 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 02:36:18 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F0A437B400; Mon, 4 Dec 2000 02:36:18 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4AaIM03941; Mon, 4 Dec 2000 02:36:18 -0800 (PST) (envelope-from alex) Message-Id: <200012041036.eB4AaIM03941@freefall.freebsd.org> From: Alexander Langer Date: Mon, 4 Dec 2000 02:36:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/worms worms.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/04 02:36:17 PST Modified files: (Branch: RELENG_4) games/worms worms.c Log: MFC: Fix the -d (delay) option. Revision Changes Path 1.8.2.1 +3 -1 src/games/worms/worms.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 4 2:42:17 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 02:42:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C35E37B400; Mon, 4 Dec 2000 02:42:15 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4AgFe04670; Mon, 4 Dec 2000 02:42:15 -0800 (PST) (envelope-from alex) Message-Id: <200012041042.eB4AgFe04670@freefall.freebsd.org> From: Alexander Langer Date: Mon, 4 Dec 2000 02:42:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/worms worms.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/04 02:42:15 PST Modified files: (Branch: RELENG_3) games/worms worms.c Log: MFC: Fix -d option. Add $FreeBSD$ Revision Changes Path 1.5.2.1 +4 -0 src/games/worms/worms.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 4 2:55: 9 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 02:55:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2548A37B400; Mon, 4 Dec 2000 02:55:07 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4At7006233; Mon, 4 Dec 2000 02:55:07 -0800 (PST) (envelope-from sobomax) Message-Id: <200012041055.eB4At7006233@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 4 Dec 2000 02:55:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xls2xml Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/04 02:55:07 PST Modified files: textproc/xls2xml Makefile Log: Put copy of distfile at MASTER_SITE_LOCAL. Revision Changes Path 1.9 +4 -2 ports/textproc/xls2xml/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 4 3: 5:10 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:05:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47F7C37B400; Mon, 4 Dec 2000 03:05:08 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4B58t08068; Mon, 4 Dec 2000 03:05:08 -0800 (PST) (envelope-from alex) Message-Id: <200012041105.eB4B58t08068@freefall.freebsd.org> From: Alexander Langer Date: Mon, 4 Dec 2000 03:05:08 -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 X-Loop: FreeBSD.ORG alex 2000/12/04 03:05:07 PST Modified files: . LEGAL Log: Update for the following ports: * security/crack: remove, it's not longer export controlled * devel/cs: version 0.5 is in the tree * net/dgd: update version (use a wildcard) * graphics/graphviz: update version (wildcard) * net/ivs: I can't find it in the tree, remove it * mail/mew: update version (wildcard) * mbone/nte: update version (wildcard) * games/quakeserver: update version * misc/rman: remove, the port is now in textproc/rman with an own entry * emulators/sim: update version (wildcard) * devel/jfc: new location is java/jfc * misc/tkman: update version (wildcard) * security/vscan: update distfile due to higher version (native bsd port) * games/xrisk: update version (wildcard) Revision Changes Path 1.185 +12 -16 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 3: 8:36 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:08:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3029E37B400; Mon, 4 Dec 2000 03:08:33 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4B8Xn10233; Mon, 4 Dec 2000 03:08:33 -0800 (PST) (envelope-from alex) Message-Id: <200012041108.eB4B8Xn10233@freefall.freebsd.org> From: Alexander Langer Date: Mon, 4 Dec 2000 03:08:33 -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 X-Loop: FreeBSD.ORG alex 2000/12/04 03:08:33 PST Modified files: . LEGAL Log: Add upcoming net/xsmbrowser Revision Changes Path 1.186 +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 Mon Dec 4 3:10:36 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:10:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F015E37B400; Mon, 4 Dec 2000 03:10:33 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4BAXg10638; Mon, 4 Dec 2000 03:10:33 -0800 (PST) (envelope-from alex) Message-Id: <200012041110.eB4BAXg10638@freefall.freebsd.org> From: Alexander Langer Date: Mon, 4 Dec 2000 03:10:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/xsmbrowser Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/xsmbrowser/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/04 03:10:33 PST Modified files: net Makefile Added files: net/xsmbrowser Makefile distinfo pkg-comment pkg-descr pkg-plist net/xsmbrowser/files patch-aa Log: Add xsmbrowser, a Tcl/Tk port of Windows' Network Neighborhood. PR: 23260 Submitted by: Roman Shterenzon Revision Changes Path 1.437 +2 -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 4 3:10:45 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:10:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E44DF37B6A6; Mon, 4 Dec 2000 03:10:41 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4BAfL10677; Mon, 4 Dec 2000 03:10:41 -0800 (PST) (envelope-from alex) Message-Id: <200012041110.eB4BAfL10677@freefall.freebsd.org> From: Alexander Langer Date: Mon, 4 Dec 2000 03:10: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 X-Loop: FreeBSD.ORG alex 2000/12/04 03:10:41 PST Modified files: . modules Log: xsmbrowser --> ports/net/xsmbrowser Revision Changes Path 1.2069 +2 -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 4 3:34:34 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:34:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF35037B698; Mon, 4 Dec 2000 03:34:31 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4BYVi13071; Mon, 4 Dec 2000 03:34:31 -0800 (PST) (envelope-from sobomax) Message-Id: <200012041134.eB4BYVi13071@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 4 Dec 2000 03:34:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xenostep Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/04 03:34:31 PST Modified files: x11-toolkits/xenostep Makefile distinfo Log: Update to 200011270836. Revision Changes Path 1.2 +2 -2 ports/x11-toolkits/xenostep/Makefile 1.2 +1 -1 ports/x11-toolkits/xenostep/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 4 3:35: 1 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:34:58 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F49937B400; Mon, 4 Dec 2000 03:34:58 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4BYwa13150; Mon, 4 Dec 2000 03:34:58 -0800 (PST) (envelope-from alex) Message-Id: <200012041134.eB4BYwa13150@freefall.freebsd.org> From: Alexander Langer Date: Mon, 4 Dec 2000 03:34:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/developers-handbook/driverbasics chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/04 03:34:58 PST Modified files: en_US.ISO_8859-1/books/developers-handbook/driverbasics chapter.sgml Log: Block-devices are obsolete. Revision Changes Path 1.2 +3 -4 doc/en_US.ISO_8859-1/books/developers-handbook/driverbasics/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 4 3:39:24 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:39:21 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mail.rdc1.kt.home.ne.jp (ha1.rdc1.kt.home.ne.jp [203.165.9.242]) by hub.freebsd.org (Postfix) with ESMTP id 9390C37B400; Mon, 4 Dec 2000 03:39:20 -0800 (PST) Received: from daemon.local.idaemons.org ([203.165.161.10]) by mail.rdc1.kt.home.ne.jp (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20001204113919.VJSM20233.mail.rdc1.kt.home.ne.jp@daemon.local.idaemons.org>; Mon, 4 Dec 2000 03:39:19 -0800 Received: by daemon.local.idaemons.org (8.11.1/3.7W) id eB4BdIU90099; Mon, 4 Dec 2000 20:39:18 +0900 (JST) Date: Mon, 04 Dec 2000 20:39:18 +0900 Message-ID: <86vgt0wh3t.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/archivers Makefile ports/archivers/libcabinet Makefile distinfo pkg-comment pkg-descr pkg-plist ports/archivers/libcabinet/files patch-aa patch-ab In-Reply-To: <200011301629.eAUGTl057057@freefall.freebsd.org> References: <200011301629.eAUGTl057057@freefall.freebsd.org> User-Agent: Wanderlust/2.5.3 (Smooth) REMI/1.14.3 (Matsudai) FLIM/1.14.0 (Ninokuchi) APEL/10.2 MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by REMI 1.14.3 - "Matsudai") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Thu, 30 Nov 2000 08:29:46 -0800 (PST), sobomax wrote: > sobomax 2000/11/30 08:29:46 PST > > Modified files: > archivers Makefile > Added files: > archivers/libcabinet Makefile distinfo pkg-comment pkg-descr > pkg-plist > archivers/libcabinet/files patch-aa patch-ab > Log: > Add libcabinet - a library and utility to use (create, modify etc.) Microsoft > cabinet (.cab) files. Seems this port INSTALLS_SHLIB, doesn't it? -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 3:39:44 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:39:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A82D37B400; Mon, 4 Dec 2000 03:39:42 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4Bdgi13582; Mon, 4 Dec 2000 03:39:42 -0800 (PST) (envelope-from alex) Message-Id: <200012041139.eB4Bdgi13582@freefall.freebsd.org> From: Alexander Langer Date: Mon, 4 Dec 2000 03:39:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/developers-handbook/driverbasics chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/04 03:39:42 PST Modified files: en_US.ISO_8859-1/books/developers-handbook/driverbasics chapter.sgml Log: Now REALLY limit to character + network devices. Revision Changes Path 1.3 +3 -17 doc/en_US.ISO_8859-1/books/developers-handbook/driverbasics/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 4 3:41:46 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:41:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBFDE37B400; Mon, 4 Dec 2000 03:41:43 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4Bfhx13910; Mon, 4 Dec 2000 03:41:43 -0800 (PST) (envelope-from sobomax) Message-Id: <200012041141.eB4Bfhx13910@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 4 Dec 2000 03:41:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/clean-theme-gtk Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/04 03:41:43 PST Modified files: x11-toolkits/clean-theme-gtk Makefile distinfo Log: Update to 200011261817. Revision Changes Path 1.6 +2 -2 ports/x11-toolkits/clean-theme-gtk/Makefile 1.5 +1 -1 ports/x11-toolkits/clean-theme-gtk/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 4 3:47:15 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:47:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F2AB37B400; Mon, 4 Dec 2000 03:47:12 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4BlCs14383; Mon, 4 Dec 2000 03:47:12 -0800 (PST) (envelope-from dirk) Message-Id: <200012041147.eB4BlCs14383@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 4 Dec 2000 03:47:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql323-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2000/12/04 03:47:12 PST Modified files: databases/mysql322-server Makefile databases/mysql323-server Makefile Log: Move mysql.sock from ${DB_DIR} to /var/run/. ${DB_DIR} has mode 700 so only root and mysql were able to connect to the socket... Noticed by: Marco Hinz Revision Changes Path 1.85 +2 -2 ports/databases/mysql322-server/Makefile 1.89 +2 -2 ports/databases/mysql323-server/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 4 3:49:41 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 03:49:38 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AC0C37B400; Mon, 4 Dec 2000 03:49:38 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4BncN14639; Mon, 4 Dec 2000 03:49:38 -0800 (PST) (envelope-from sobomax) Message-Id: <200012041149.eB4BncN14639@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 4 Dec 2000 03:49:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/libcabinet Makefile ports/archivers/libcabinet/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/04 03:49:38 PST Modified files: archivers/libcabinet Makefile archivers/libcabinet/files patch-aa Log: - Add missed INSTALLS_SHLIB; - disable profiled library building. Submitted by: knu (INSTALLS_SHLIB) Revision Changes Path 1.2 +3 -1 ports/archivers/libcabinet/Makefile 1.2 +4 -3 ports/archivers/libcabinet/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 4 4:15:34 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 04:15:31 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB8C837B400; Mon, 4 Dec 2000 04:15:31 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4CFVJ21282; Mon, 4 Dec 2000 04:15:31 -0800 (PST) (envelope-from keith) Message-Id: <200012041215.eB4CFVJ21282@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Mon, 4 Dec 2000 04:15:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/ttfm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2000/12/04 04:15:31 PST Modified files: chinese/ttfm Makefile distinfo Log: Update to 0.9.2. Prior versions of TTFM modules have many undefined behaviors, some of which are coherent in 0.9.2, others like CID & TTF naming conventions are not standardized yet. Future versions should move to FreeType 2, since it has more font support, especially for CID fonts, so that some really hacks can be removed from TTFM. Revision Changes Path 1.3 +2 -2 ports/chinese/ttfm/Makefile 1.3 +1 -1 ports/chinese/ttfm/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 4 4:38:10 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 04:38:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 615A537B400; Mon, 4 Dec 2000 04:38:07 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4Cc7524147; Mon, 4 Dec 2000 04:38:07 -0800 (PST) (envelope-from jake) Message-Id: <200012041238.eB4Cc7524147@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 4 Dec 2000 04:38:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/04 04:38:05 PST Modified files: sys/i386/include mutex.h Log: (1) Allow a stray lock prefix to be compiled out with the MPLOCKED macro (2) Use decimal 12 rather than hex 0xc in an addl (3) Implement MTX_ENTER for the I386_CPU case (4) Use semi-colons between instructions to allow MTX_ENTER and MTX_ENTER_WITH_RECURSION to be assembled (5) Use incl instead of incw to increment the recusion count (6) 10 is not a valid label, use 7, 8 and 9 rather than 8, 9 and 10 (7) Sort numeric labels Submitted by: bde (2, 4, and 5) Revision Changes Path 1.14 +25 -17 src/sys/i386/include/mutex.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 4 4:59:46 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 04:59:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B61B37B400; Mon, 4 Dec 2000 04:59:43 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4Cxh227411; Mon, 4 Dec 2000 04:59:43 -0800 (PST) (envelope-from keith) Message-Id: <200012041259.eB4Cxh227411@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Mon, 4 Dec 2000 04:59:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/arphicttf Makefile pkg-deinstall pkg-install pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2000/12/04 04:59:42 PST Modified files: chinese/arphicttf Makefile pkg-deinstall pkg-install pkg-plist Log: Remove the old brute-force script that generates thousands of XLFD. Many of them are unnecessary, and most of the task are handled by ttfm now. It's also aware of chinese/{CJK, ghostscript6}. It supports XFree86 3.x or 4.x by default. Users only need to define GS6=yes or CJK=yes when installing, then it'll do most of the work. CJK and ghostscript6 ports should specify their respective variables via DEPENDS_ARGS. chinese/{moettf,moefonts-cid,wangttf} will have similar changes. Revision Changes Path 1.9 +24 -11 ports/chinese/arphicttf/Makefile 1.2 +21 -12 ports/chinese/arphicttf/pkg-deinstall 1.4 +47 -105 ports/chinese/arphicttf/pkg-install 1.3 +19 -18 ports/chinese/arphicttf/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 4 5: 0:10 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 05:00:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20F4037B400; Mon, 4 Dec 2000 05:00:08 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4D08l27535; Mon, 4 Dec 2000 05:00:08 -0800 (PST) (envelope-from roam) Message-Id: <200012041300.eB4D08l27535@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 4 Dec 2000 05:00:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/emboss Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/04 05:00:08 PST Modified files: biology/emboss Makefile distinfo Log: Update distfiles' checksums after the distfiles have been rerolled yet again without changing names or versions. Also add a new MASTER_SITE. PR: 23262 Submitted by: Johann Visagie Revision Changes Path 1.13 +3 -2 ports/biology/emboss/Makefile 1.10 +3 -3 ports/biology/emboss/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 5:11:54 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 05:11:51 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (beleriand.online.bg [195.138.137.181]) by hub.freebsd.org (Postfix) with SMTP id B9E4637B400 for ; Mon, 4 Dec 2000 05:11:47 -0800 (PST) Received: (qmail 8137 invoked by uid 1000); 4 Dec 2000 13:04:27 -0000 Date: Mon, 4 Dec 2000 15:04:27 +0200 From: Peter Pentchev To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/biology/emboss Makefile distinfo Message-ID: <20001204150427.D614@ringworld.oblivion.bg> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012041300.eB4D08l27535@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: <200012041300.eB4D08l27535@freefall.freebsd.org>; from roam@FreeBSD.org on Mon, Dec 04, 2000 at 05:00:08AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 05:00:08AM -0800, Peter Pentchev wrote: > roam 2000/12/04 05:00:08 PST > > Modified files: > biology/emboss Makefile distinfo > Log: > Update distfiles' checksums after the distfiles have been rerolled yet > again without changing names or versions. Also add a new MASTER_SITE. > > PR: 23262 > Submitted by: Johann Visagie ^^^^^^^^^^ -- 'maintainer' G'luck, Peter -- You have, of course, just begun reading the sentence that you have just finished reading. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 5:39: 2 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 05:39:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 673A837B400; Mon, 4 Dec 2000 05:39:00 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4Dd0133695; Mon, 4 Dec 2000 05:39:00 -0800 (PST) (envelope-from ume) Message-Id: <200012041339.eB4Dd0133695@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 4 Dec 2000 05:39:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping6 ping6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/12/04 05:39:00 PST Modified files: sbin/ping6 ping6.c Log: test strdup() failures. from: Chris Faulhaber Obtained from: KAME Revision Changes Path 1.8 +8 -6 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 Mon Dec 4 5:42:34 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 05:42:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 074CD37B400; Mon, 4 Dec 2000 05:42:29 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4DgSQ34132; Mon, 4 Dec 2000 05:42:28 -0800 (PST) (envelope-from knu) Message-Id: <200012041342.eB4DgSQ34132@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 4 Dec 2000 05:42:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/rbnamazu Makefile distinfo ports/japanese/rbnamazu/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/04 05:42:28 PST Modified files: japanese/rbnamazu Makefile distinfo Removed files: japanese/rbnamazu/files patch-aa Log: Update to 0.4. Revision Changes Path 1.5 +2 -2 ports/japanese/rbnamazu/Makefile 1.2 +1 -1 ports/japanese/rbnamazu/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 4 6: 4:28 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 06:04:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D72037B400; Mon, 4 Dec 2000 06:04:26 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4E4PA37283; Mon, 4 Dec 2000 06:04:25 -0800 (PST) (envelope-from ume) Message-Id: <200012041404.eB4E4PA37283@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 4 Dec 2000 06:04:25 -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 X-Loop: FreeBSD.ORG ume 2000/12/04 06:04:25 PST Modified files: (Branch: RELENG_4) sbin/ifconfig ifconfig.c Log: MFC 1.55->1.56: Add missing initialization for IPv6 address lifetime. Revision Changes Path 1.51.2.3 +36 -2 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 Mon Dec 4 6: 7: 8 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 06:07:06 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0301F37B400; Mon, 4 Dec 2000 06:07:06 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4E75f39542; Mon, 4 Dec 2000 06:07:05 -0800 (PST) (envelope-from ume) Message-Id: <200012041407.eB4E75f39542@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 4 Dec 2000 06:07:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/route6d route6d.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/12/04 06:07:05 PST Modified files: (Branch: RELENG_4) usr.sbin/route6d route6d.c Log: MFC 1.7->1.8 - do not check/advertise cloned routes, nor dynamic routes - cast size_t on printing (be friendly with alpha) Revision Changes Path 1.2.2.4 +22 -6 src/usr.sbin/route6d/route6d.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 4 6:35:12 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 06:35:10 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26CB437B400; Mon, 4 Dec 2000 06:35:10 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4EZAW43616; Mon, 4 Dec 2000 06:35:10 -0800 (PST) (envelope-from kevlo) Message-Id: <200012041435.eB4EZAW43616@freefall.freebsd.org> From: Kevin Lo Date: Mon, 4 Dec 2000 06:35:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/saint Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/04 06:35:09 PST Modified files: security/saint Makefile distinfo pkg-plist Log: Update to version 3.1.1 PR: 23241 Submitted by: MAINTAINER Revision Changes Path 1.16 +4 -3 ports/security/saint/Makefile 1.13 +1 -1 ports/security/saint/distinfo 1.13 +5 -0 ports/security/saint/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 4 6:40:38 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 06:40:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D079C37B400; Mon, 4 Dec 2000 06:40:34 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4EeYw44280; Mon, 4 Dec 2000 06:40:34 -0800 (PST) (envelope-from kevlo) Message-Id: <200012041440.eB4EeYw44280@freefall.freebsd.org> From: Kevin Lo Date: Mon, 4 Dec 2000 06:40:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmms-tfmx Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/04 06:40:34 PST Modified files: audio/xmms-tfmx Makefile distinfo Log: Update to 0.3 PR: 23243 Submitted by: MAINTAINER Revision Changes Path 1.3 +4 -3 ports/audio/xmms-tfmx/Makefile 1.2 +1 -1 ports/audio/xmms-tfmx/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 4 7:13:39 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 07:13:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7481237B401; Mon, 4 Dec 2000 07:13:36 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4FDaw51707; Mon, 4 Dec 2000 07:13:36 -0800 (PST) (envelope-from dirk) Message-Id: <200012041513.eB4FDaw51707@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 4 Dec 2000 07:13:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql323-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2000/12/04 07:13:36 PST Modified files: databases/mysql322-server Makefile databases/mysql323-server Makefile Log: Go back to where I started: Put mysql.sock in /tmp/... PR: ports/23266 Submitted by: Louis Mamakos Revision Changes Path 1.86 +2 -3 ports/databases/mysql322-server/Makefile 1.90 +2 -3 ports/databases/mysql323-server/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 4 8: 6:43 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 08:06:40 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65CBA37B400; Mon, 4 Dec 2000 08:06:40 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4G6eZ38506; Mon, 4 Dec 2000 08:06:40 -0800 (PST) (envelope-from roam) Message-Id: <200012041606.eB4G6eZ38506@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 4 Dec 2000 08:06:40 -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 X-Loop: FreeBSD.ORG roam 2000/12/04 08:06:40 PST Modified files: ftp/curl Makefile distinfo Log: Update to version 7.5. Revision Changes Path 1.25 +3 -3 ports/ftp/curl/Makefile 1.11 +1 -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 Mon Dec 4 8:59:46 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 08:59:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 2BE0437B400; Mon, 4 Dec 2000 08:59:42 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eB4GxfV72696; Mon, 4 Dec 2000 08:59:41 -0800 (PST) (envelope-from dillon) Date: Mon, 4 Dec 2000 08:59:41 -0800 (PST) From: Matt Dillon Message-Id: <200012041659.eB4GxfV72696@earth.backplane.com> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/sys mmap.2 References: <200012032017.eB3KHaC61682@freefall.freebsd.org> <20001204101057.C7891@sunbay.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :On Sun, Dec 03, 2000 at 12:17:36PM -0800, Matt Dillon wrote: :> dillon 2000/12/03 12:17:36 PST :> :> Modified files: :> lib/libc/sys mmap.2 :> Log: :> Add warning on file-fragmentation issues related to MAP_NOSYNC :> :> Revision Changes Path :> 1.27 +16 -1 src/lib/libc/sys/mmap.2 :> :Look! : :Writing mdoc(7) documents is not as straight-forward as writing plain :text. Please filter your entries through me, sheldonh or ben, if you :do not have enough time to make it properly, OK? : :-- :Ruslan Ermilov Oracle Developer/DBA, Be more specific. I'm not going to filter every little manual page change through someone. I ran it through nroff -man. If that isn't good enough then tell me how to test it properly. -Matt :ru@sunbay.com Sunbay Software AG, :ru@FreeBSD.org FreeBSD committer, :+380.652.512.251 Simferopol, Ukraine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 9:21:49 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 09:21:46 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78BB237B400; Mon, 4 Dec 2000 09:21:46 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4HLki50642; Mon, 4 Dec 2000 09:21:46 -0800 (PST) (envelope-from mjacob) Message-Id: <200012041721.eB4HLki50642@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 09:21:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_eb164.c src/sys/alpha/pci pci_eb164_intr.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/04 09:21:46 PST Modified files: sys/alpha/alpha dec_eb164.c sys/alpha/pci pci_eb164_intr.s Log: Fix for vanilla PC164 systems to use a slightly different PALcode magic tweak to enable/disable interrupt sources. Seems to work. It is unclear how many of the PC164 models actually might needs this, and whether or not there are other hidden issues. Obtained from:Bernd Walter Revision Changes Path 1.11 +10 -3 src/sys/alpha/alpha/dec_eb164.c 1.4 +31 -1 src/sys/alpha/pci/pci_eb164_intr.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 9:22:28 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 09:22:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 6B8C937B400; Mon, 4 Dec 2000 09:22:18 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eB4HLxe37829; Mon, 4 Dec 2000 19:21:59 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200012041721.eB4HLxe37829@gratis.grondar.za> To: Matt Dillon Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys mmap.2 References: <200012041659.eB4GxfV72696@earth.backplane.com> In-Reply-To: <200012041659.eB4GxfV72696@earth.backplane.com> ; from Matt Dillon "Mon, 04 Dec 2000 08:59:41 PST." Date: Mon, 04 Dec 2000 19:22:03 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Be more specific. I'm not going to filter every little manual page > change through someone. I ran it through nroff -man. If that isn't > good enough then tell me how to test it properly. # man mdoc # man mdoc.samples # nroff -mdoc $YOURPAGE | less # groff -mdoc -Tps $YOURPAGE | lpr -P$POSTSCRIPTPRINTER (Note that -man is wrong. The above seems to be the minimum that the doc folks that I know aspire to, although SheldonH is good enough that he can eyeball it; the others maybe also.) You could just give up on that and let the capable (and willing) ports team turn your words into properly marked up MDOC. :-) Heck, the ones that I know will even commit it for you. :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.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 4 9:53:42 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 09:53:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 5FE0737B404; Mon, 4 Dec 2000 09:53:37 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id JAA09761; Mon, 4 Dec 2000 09:53:36 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB4HrZr45121; Mon, 4 Dec 2000 09:53:35 -0800 (PST) (envelope-from obrien) Date: Mon, 4 Dec 2000 09:53:34 -0800 From: "David O'Brien" To: Matt Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/sys mmap.2 Message-ID: <20001204095334.A45072@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <200012032017.eB3KHaC61682@freefall.freebsd.org> <20001204101057.C7891@sunbay.com> <200012041659.eB4GxfV72696@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012041659.eB4GxfV72696@earth.backplane.com>; from dillon@earth.backplane.com on Mon, Dec 04, 2000 at 08:59:41AM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 08:59:41AM -0800, Matt Dillon wrote: > :Writing mdoc(7) documents is not as straight-forward as writing plain > :text. Please filter your entries through me, sheldonh or ben, if you > :do not have enough time to make it properly, OK? > > Be more specific. You must have missed that manpages should have start a new sentance at the start of a line. In other words, the manpage should look like this email messasge. Rather than a paragraph formated way. At least that is what I saw wrong with the commit. It looks ugly in the source. But looks nice when displayed. Enjoy! -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 10: 2:17 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 10:02:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FD1137B400; Mon, 4 Dec 2000 10:02:14 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4I2En56432; Mon, 4 Dec 2000 10:02:14 -0800 (PST) (envelope-from ume) Message-Id: <200012041802.eB4I2En56432@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 4 Dec 2000 10:02:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net rcmd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/12/04 10:02:14 PST Modified files: lib/libc/net rcmd.c Log: - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpd - iruserok_sa() and __ivaliduser_af() were re-organized to use __ivaliduser_sa() - __icheckhost() was re-written to use getaddrinfo() instead of getipnodebyname() - better handling of multiple destination addresses in rcmd() These changes were basically taken from KAME and changed to fit our rcmd.c. Obtained from: KAME Revision Changes Path 1.30 +170 -102 src/lib/libc/net/rcmd.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 4 10: 6:52 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 10:06:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFE2437B400; Mon, 4 Dec 2000 10:06:49 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4I6nQ58974; Mon, 4 Dec 2000 10:06:49 -0800 (PST) (envelope-from ume) Message-Id: <200012041806.eB4I6nQ58974@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 4 Dec 2000 10:06:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall tcpip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/12/04 10:06:49 PST Modified files: release/sysinstall tcpip.c Log: Wait DAD complete after ifconfig up. Revision Changes Path 1.110 +8 -2 src/release/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 4 10:23:43 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 10:23:41 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B53B37B400; Mon, 4 Dec 2000 10:23:41 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4INfs61020; Mon, 4 Dec 2000 10:23:41 -0800 (PST) (envelope-from taoka) Message-Id: <200012041823.eB4INfs61020@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 4 Dec 2000 10:23:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ASCIIdates98-fpw Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/12/04 10:23:40 PST Modified files: japanese/ASCIIdates98-fpw Makefile Log: Fixed a typo Submitted by: Takeshi Hiyama Obtained from: ports-jp@jp.freebsd.org Revision Changes Path 1.2 +2 -2 ports/japanese/ASCIIdates98-fpw/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 4 10:29: 2 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 10:29:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 461C437B404; Mon, 4 Dec 2000 10:29:01 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4IT1F61512; Mon, 4 Dec 2000 10:29:01 -0800 (PST) (envelope-from iedowse) Message-Id: <200012041829.eB4IT1F61512@freefall.freebsd.org> From: Ian Dowse Date: Mon, 4 Dec 2000 10:29:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2000/12/04 10:29:01 PST Modified files: en/news newsflash.sgml Log: Add newsflash entry for myself. Reviewed by: sheldonh Revision Changes Path 1.231 +9 -1 www/en/news/newsflash.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 4 10:42: 7 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 10:42:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id BD83F37B400 for ; Mon, 4 Dec 2000 10:42:02 -0800 (PST) Received: (qmail 80507 invoked by uid 1142); 4 Dec 2000 18:42:02 -0000 Date: 4 Dec 2000 10:42:02 -0800 Date: Mon, 4 Dec 2000 10:41:32 -0800 From: Jason Evans To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph ng_base.c Message-ID: <20001204104132.B4140@canonware.com> References: <200012021327.eB2DRx473765@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: <200012021327.eB2DRx473765@freefall.freebsd.org>; from julian@FreeBSD.org on Sat, Dec 02, 2000 at 05:27:59AM -0800 Sender: jasone@magnesium.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 02, 2000 at 05:27:59AM -0800, Julian Elischer wrote: > julian 2000/12/02 05:27:59 PST > > Modified files: > sys/netgraph ng_base.c > Log: > Add splhigh()s to protect against a race condition > that shows up when running with ethernet bridging > at high speed. How can this fix anything in -current? spl*() no longer have any effect. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 10:59:14 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 10:59:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 18D2D37B400; Mon, 4 Dec 2000 10:59:12 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB4IwmC08800; Mon, 4 Dec 2000 10:58:48 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.0) id eB4Iwtu29121; Mon, 4 Dec 2000 10:58:55 -0800 (PST) (envelope-from jhb) 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: <200012031705.eB3H5ke30393@freefall.freebsd.org> Date: Mon, 04 Dec 2000 10:58:55 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Jeroen Ruigrok van der Werven Subject: RE: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: jhb@foo.osd.bsdi.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 03-Dec-00 Jeroen Ruigrok van der Werven wrote: > asmodai 2000/12/03 09:05:45 PST > > Modified files: > usr.bin/tail forward.c read.c reverse.c tail.c > Log: > Remove register keyword usage with prejudice. > Modern compilers are smarter when it comes to allocating register > usage. They also ignore the register keyword, so this is a rather pointless change, although it does add to repo bloat and in more active code could make diffs harder to read. :-/ -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "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 4 11:20:48 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 11:20:46 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 330F537B400; Mon, 4 Dec 2000 11:20:41 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eB4JKbe38294; Mon, 4 Dec 2000 21:20:37 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200012041920.eB4JKbe38294@gratis.grondar.za> To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail References: In-Reply-To: ; from John Baldwin "Mon, 04 Dec 2000 10:58:55 PST." Date: Mon, 04 Dec 2000 21:20:39 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > They also ignore the register keyword, so this is a rather pointless change, > although it does add to repo bloat and in more active code could make diffs > harder to read. :-/ This particular code is very probably a lousy example, but when too many "minimalist" changes get made to a file, the file _sucks_ after some years. At some stage, garbage collection needs to be done. I recently tried to understand the twisty maze of garbage in sys/i386/... and was very frustated with the rotten (albeit functional) state of that code. Compare sys/i386/... with sys/alpha/... ( and the even more recent sys/ia64/... ) to see what I mean. I'm not promoting anything as destructive as a wholesale indent(1) of the code; that is silly. I _am_ saying that accepting code cleanups as inevitable is reasonable. Yes, we need to be conservative about them. But not conservative to the state of immobility. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.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 4 11:24:14 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 11:24:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 66BFD37B400; Mon, 4 Dec 2000 11:24:08 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eB4JO6r64244; Mon, 4 Dec 2000 20:24:06 +0100 (CET) (envelope-from asmodai) Date: Mon, 4 Dec 2000 20:24:06 +0100 From: Jeroen Ruigrok van der Werven To: John Baldwin Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Message-ID: <20001204202406.A64100@lucifer.bart.nl> References: <200012031705.eB3H5ke30393@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 04, 2000 at 10:58:55AM -0800 Organisation: VIA Net.Works The Netherlands Sender: asmodai@lucifer.ninth-circle.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001204 20:00], John Baldwin (jhb@FreeBSD.ORG) wrote: >On 03-Dec-00 Jeroen Ruigrok van der Werven wrote: >> Log: >> Remove register keyword usage with prejudice. >> Modern compilers are smarter when it comes to allocating register >> usage. > >They also ignore the register keyword, so this is a rather pointless change, >although it does add to repo bloat and in more active code could make diffs >harder to read. :-/ So effectively the register keyword doesn't serve any purpose anymore nowadays. What would be the point in leaving it in? Also, I am actively working on the tail source code in order to fix up some of its weirdness. Just committing things, which IMHO (after consulting a bit with markm and eivind about standard issues) are not needed in today's world anymore. Shooo John, go back to your kernel work. :))) -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 We're not submissive, we're not aggressive, but they think we can't defend To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 11:42:57 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 11:42:53 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id B079437B402; Mon, 4 Dec 2000 11:42:53 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eB4Jgrp75009; Mon, 4 Dec 2000 11:42:53 -0800 (PST) (envelope-from dillon) Date: Mon, 4 Dec 2000 11:42:53 -0800 (PST) From: Matt Dillon Message-Id: <200012041942.eB4Jgrp75009@earth.backplane.com> To: Jeroen Ruigrok van der Werven Cc: John Baldwin , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail References: <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :>They also ignore the register keyword, so this is a rather pointless change, :>although it does add to repo bloat and in more active code could make diffs :>harder to read. :-/ : :So effectively the register keyword doesn't serve any purpose anymore :nowadays. What would be the point in leaving it in? No point. It just junks things up. I usually remove 'register' on any module I'm working on directly, but unless we have a mandate to clean up the source base it wouldn't be proper to remove it gratuitously, making porting work harder. Besides, most of those register keywords came from the original VAX-oriented source-base. They plain and simply do not apply, even if the compiler actually did something with them. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 11:55:39 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 11:55:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (adsl-64-163-195-99.dsl.snfc21.pacbell.net [64.163.195.99]) by hub.freebsd.org (Postfix) with ESMTP id ED74837B400; Mon, 4 Dec 2000 11:55:34 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id eB4JtWJ11058; Mon, 4 Dec 2000 11:55:33 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200012041955.eB4JtWJ11058@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: John Baldwin Cc: Jeroen Ruigrok van der Werven , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail In-Reply-To: Date: Mon, 04 Dec 2000 11:55:32 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 03-Dec-00 Jeroen Ruigrok van der Werven wrote: > > asmodai 2000/12/03 09:05:45 PST > > > > Modified files: > > usr.bin/tail forward.c read.c reverse.c tail.c > > Log: > > Remove register keyword usage with prejudice. > > Modern compilers are smarter when it comes to allocating register > > usage. > > They also ignore the register keyword, so this is a rather pointless change, > although it does add to repo bloat and in more active code could make diffs > harder to read. :-/ It doesn't actually ignore it. Try this: register int foo; printf("%p\n", &foo); This does get in the way at times, which is why people remove it. 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 4 12: 8:58 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:08:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id A17AD37B400; Mon, 4 Dec 2000 12:08:53 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eB4K8nh64861; Mon, 4 Dec 2000 21:08:49 +0100 (CET) (envelope-from asmodai) Date: Mon, 4 Dec 2000 21:08:48 +0100 From: Jeroen Ruigrok van der Werven To: Matt Dillon Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Message-ID: <20001204210848.B64100@lucifer.bart.nl> References: <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <200012041942.eB4Jgrp75009@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012041942.eB4Jgrp75009@earth.backplane.com>; from dillon@earth.backplane.com on Mon, Dec 04, 2000 at 11:42:53AM -0800 Organisation: VIA Net.Works The Netherlands Sender: asmodai@lucifer.ninth-circle.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001204 20:45], Matt Dillon (dillon@earth.backplane.com) wrote: >:>They also ignore the register keyword, so this is a rather pointless change, >:>although it does add to repo bloat and in more active code could make diffs >:>harder to read. :-/ >: >:So effectively the register keyword doesn't serve any purpose anymore >:nowadays. What would be the point in leaving it in? > > No point. It just junks things up. I usually remove 'register' > on any module I'm working on directly, but unless we have a mandate > to clean up the source base it wouldn't be proper to remove it > gratuitously, making porting work harder. What I tried to communicate in my last message to John was the fact that I am actively working on the userland, synching it with NetBSD and OpenBSD and bringing the source code more up to par with modern day standards and tools. > Besides, most of those register keywords came from the original > VAX-oriented source-base. They plain and simply do not apply, even > if the compiler actually did something with them. Point taken. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 We're not submissive, we're not aggressive, but they think we can't defend To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 12:13:47 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:13:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6416737B400; Mon, 4 Dec 2000 12:13:40 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eB4KDbQ93069; Mon, 4 Dec 2000 13:13:37 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA63405; Mon, 4 Dec 2000 13:13:36 -0700 (MST) Message-Id: <200012042013.NAA63405@harmony.village.org> To: Jeroen Ruigrok van der Werven Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Cc: Matt Dillon , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Mon, 04 Dec 2000 21:08:48 +0100." <20001204210848.B64100@lucifer.bart.nl> References: <20001204210848.B64100@lucifer.bart.nl> <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <200012041942.eB4Jgrp75009@earth.backplane.com> Date: Mon, 04 Dec 2000 13:13:36 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20001204210848.B64100@lucifer.bart.nl> Jeroen Ruigrok van der Werven writes: : What I tried to communicate in my last message to John was the fact that : I am actively working on the userland, synching it with NetBSD and : OpenBSD and bringing the source code more up to par with modern day : standards and tools. I would like to lend my voice of support for this action. We have too many programs that have needlessly drifted since the mid 1990's when 4.xBSD BSD split into {Free,Net,Open}BSD[*]. Why do we need to have different versions of cat? Some programs the drift has been good, but for others it is just drift that can easily be reeled in. Warner [*] I'm glossing over history here, nit pickers are reminded that I know how to read /usr/share/misc/bsd-family-tree :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 12:16:10 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:16:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE56637B401; Mon, 4 Dec 2000 12:16:07 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4KG7i90025; Mon, 4 Dec 2000 12:16:07 -0800 (PST) (envelope-from joerg) Message-Id: <200012042016.eB4KG7i90025@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 4 Dec 2000 12:16:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2000/12/04 12:16:07 PST Modified files: sys/cam/scsi scsi_cd.c Log: Turn off the load_eject bit in cdstartunit(). It causes an `Invalid field in CDB' error when attempting to start a caddy-type CD drive, since those drives apparently in general refuse to load a medium. Since we never advertised the feature to load the medium upon calling cdstartunit() (i. e. upon receipt of a CDIOCSTART ioctl command), nobody should have relied on it. Besides, nobody noticed so far at all that this command is failing for caddy-type drives... Only few applications seem to use it at all (among them is workman, which made me notice it). Reviewed by: ken Revision Changes Path 1.44 +2 -2 src/sys/cam/scsi/scsi_cd.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 4 12:19:46 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:19:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id AED7A37B400; Mon, 4 Dec 2000 12:19:41 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eB4KJPo65057; Mon, 4 Dec 2000 21:19:25 +0100 (CET) (envelope-from asmodai) Date: Mon, 4 Dec 2000 21:19:25 +0100 From: Jeroen Ruigrok van der Werven To: Warner Losh Cc: Matt Dillon , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Message-ID: <20001204211924.C64100@lucifer.bart.nl> References: <20001204210848.B64100@lucifer.bart.nl> <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <200012041942.eB4Jgrp75009@earth.backplane.com> <20001204210848.B64100@lucifer.bart.nl> <200012042013.NAA63405@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012042013.NAA63405@harmony.village.org>; from imp@village.org on Mon, Dec 04, 2000 at 01:13:36PM -0700 Organisation: VIA Net.Works The Netherlands Sender: asmodai@lucifer.ninth-circle.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001204 21:15], Warner Losh (imp@village.org) wrote: >I would like to lend my voice of support for this action. We have too >many programs that have needlessly drifted since the mid 1990's when >4.xBSD BSD split into {Free,Net,Open}BSD[*]. Why do we need to have >different versions of cat? I can only hope that OpenBSD, NetBSD and hopefully our Mac OS X brothers will try to incorporate our changes back in. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 We're not submissive, we're not aggressive, but they think we can't defend To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 12:23:43 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:23:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A571237B400; Mon, 4 Dec 2000 12:23:36 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eB4KNZQ93157; Mon, 4 Dec 2000 13:23:35 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA63588; Mon, 4 Dec 2000 13:23:35 -0700 (MST) Message-Id: <200012042023.NAA63588@harmony.village.org> To: Jeroen Ruigrok van der Werven Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Cc: Matt Dillon , John Baldwin , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG In-reply-to: Your message of "Mon, 04 Dec 2000 21:19:25 +0100." <20001204211924.C64100@lucifer.bart.nl> References: <20001204211924.C64100@lucifer.bart.nl> <20001204210848.B64100@lucifer.bart.nl> <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <200012041942.eB4Jgrp75009@earth.backplane.com> <20001204210848.B64100@lucifer.bart.nl> <200012042013.NAA63405@harmony.village.org> Date: Mon, 04 Dec 2000 13:23:35 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20001204211924.C64100@lucifer.bart.nl> Jeroen Ruigrok van der Werven writes: : -On [20001204 21:15], Warner Losh (imp@village.org) wrote: : >I would like to lend my voice of support for this action. We have too : >many programs that have needlessly drifted since the mid 1990's when : >4.xBSD BSD split into {Free,Net,Open}BSD[*]. Why do we need to have : >different versions of cat? : : I can only hope that OpenBSD, NetBSD and hopefully our Mac OS X brothers : will try to incorporate our changes back in. We know people with commit privs in {Net,Open}BSD :-) Getting everyone to agree will vary from trivial to ulser inspiring. 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 4 12:25: 6 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:25:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id AEC4F37B401; Mon, 4 Dec 2000 12:25:01 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA10637; Mon, 4 Dec 2000 12:25:00 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB4KOxo46670; Mon, 4 Dec 2000 12:24:59 -0800 (PST) (envelope-from obrien) Date: Mon, 4 Dec 2000 12:24:58 -0800 From: "David O'Brien" To: Jeroen Ruigrok van der Werven Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Message-ID: <20001204122458.A46610@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001204202406.A64100@lucifer.bart.nl>; from asmodai@FreeBSD.ORG on Mon, Dec 04, 2000 at 08:24:06PM +0100 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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 08:24:06PM +0100, Jeroen Ruigrok van der Werven wrote: > So effectively the register keyword doesn't serve any purpose anymore > nowadays. Correct. > What would be the point in leaving it in? REDUCE THE DIFFs. Maybe I am the only one that often goes and reads diffs and logs back to the very beginning.. but if the change is a NOP, why make it? What is this new Young Turks movement to totally change style(9)?? One of the big advantages of FreeBSD is the code in a *single* place, following a rather *standard* layout. This really improves the readability of the code base. > Also, I am actively working on the tail source code in order to fix up > some of its weirdness. Just committing things, which IMHO (after > consulting a bit with markm and eivind about standard issues) are not > needed in today's world anymore. Why don't you talk to others about it too rather than just ones that strongly back *your* opinion? Please consider listening to the Gray Beards. (and yes I own both the C89, C99, and C++ standards) -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 12:33:17 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:33:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 42CF437B400; Mon, 4 Dec 2000 12:33:13 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1098) id B6C712B249; Mon, 4 Dec 2000 14:33:12 -0600 (CST) Date: Mon, 4 Dec 2000 14:33:12 -0600 From: Bill Fumerola To: David O'Brien Cc: Jeroen Ruigrok van der Werven , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Message-ID: <20001204143312.B75794@elvis.mu.org> References: <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <20001204122458.A46610@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: <20001204122458.A46610@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Mon, Dec 04, 2000 at 12:24:58PM -0800 X-Operating-System: FreeBSD 4.2-FEARSOME-20001103 i386 Sender: billf@elvis.mu.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 12:24:58PM -0800, David O'Brien wrote: > > What would be the point in leaving it in? > > REDUCE THE DIFFs. Maybe I am the only one that often goes and reads > diffs and logs back to the very beginning.. but if the change is a NOP, > why make it? What is this new Young Turks movement to totally change > style(9)?? One of the big advantages of FreeBSD is the code in a > *single* place, following a rather *standard* layout. This really > improves the readability of the code base. Reducing the diffs may be the exact reason for removing. Other *BSDs have long since removed them from some of the code in cleanups. > Why don't you talk to others about it too rather than just ones that > strongly back *your* opinion? Please consider listening to the Gray > Beards. (and yes I own both the C89, C99, and C++ standards) Can I have the obrien-approved list of people I can get reviews from? -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@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 4 12:36:44 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:36:40 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 476F137B400; Mon, 4 Dec 2000 12:36:40 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA10697; Mon, 4 Dec 2000 12:36:39 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB4KabH46837; Mon, 4 Dec 2000 12:36:37 -0800 (PST) (envelope-from obrien) Date: Mon, 4 Dec 2000 12:36:37 -0800 From: "David O'Brien" To: Bill Fumerola Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Message-ID: <20001204123637.B46752@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <20001204122458.A46610@dragon.nuxi.com> <20001204143312.B75794@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: <20001204143312.B75794@elvis.mu.org>; from billf@mu.org on Mon, Dec 04, 2000 at 02:33:12PM -0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 02:33:12PM -0600, Bill Fumerola wrote: > On Mon, Dec 04, 2000 at 12:24:58PM -0800, David O'Brien wrote: > > REDUCE THE DIFFs. Maybe I am the only one that often goes and reads ... > Reducing the diffs may be the exact reason for removing. Other *BSDs > have long since removed them from some of the code in cleanups. Diffs w/in our own CVS repo is more important, IMO. Take a poll, I think others will agree; but I could be wrong, so poll and find out. > > Why don't you talk to others about it too rather than just ones that > > Can I have the obrien-approved list of people I can get reviews from? Yes you can -- arch@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 4 12:47:35 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:47:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C904437B400; Mon, 4 Dec 2000 12:47:29 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eB4KlPQ93276; Mon, 4 Dec 2000 13:47:27 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA63871; Mon, 4 Dec 2000 13:47:25 -0700 (MST) Message-Id: <200012042047.NAA63871@harmony.village.org> To: obrien@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Cc: Bill Fumerola , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Mon, 04 Dec 2000 12:36:37 PST." <20001204123637.B46752@dragon.nuxi.com> References: <20001204123637.B46752@dragon.nuxi.com> <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <20001204122458.A46610@dragon.nuxi.com> <20001204143312.B75794@elvis.mu.org> Date: Mon, 04 Dec 2000 13:47:25 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20001204123637.B46752@dragon.nuxi.com> "David O'Brien" writes: : Diffs w/in our own CVS repo is more important, IMO. Take a poll, I think : others will agree; but I could be wrong, so poll and find out. I'd disagree if we get something out of it. If we're in sync with *BSD and they can get in sync with us, it makes it easier to share code. This is, imho, more important than being able to do the diff w/i our cvs repo. This is especially true for build tools as it makes cross building easier. : > > Why don't you talk to others about it too rather than just ones that : > : > Can I have the obrien-approved list of people I can get reviews from? : : Yes you can -- arch@freebsd.org audit@freebsd.org is another good place. Its charter has been expanded to review any specific code changes in the past few weeks. 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 4 12:48:53 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:48:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 7699637B400; Mon, 4 Dec 2000 12:48:49 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1098) id 08A6F2B249; Mon, 4 Dec 2000 14:48:48 -0600 (CST) Date: Mon, 4 Dec 2000 14:48:48 -0600 From: Bill Fumerola To: David O'Brien Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Message-ID: <20001204144848.C75794@elvis.mu.org> References: <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <20001204122458.A46610@dragon.nuxi.com> <20001204143312.B75794@elvis.mu.org> <20001204123637.B46752@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: <20001204123637.B46752@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Mon, Dec 04, 2000 at 12:36:37PM -0800 X-Operating-System: FreeBSD 4.2-FEARSOME-20001103 i386 Sender: billf@elvis.mu.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 12:36:37PM -0800, David O'Brien wrote: > Diffs w/in our own CVS repo is more important, IMO. Take a poll, I think > others will agree; but I could be wrong, so poll and find out. Like I've said before, I won't let the stupidity of our revision control system weigh too heavily on getting real changes done. Reducing diffs between BSDs is much more important then making sure we don't add a little repobloat. When possible, I'd just suggest doing the cosmetic(register removal, __P() removal, etc) changes seperate from the functional changes. > Yes you can -- arch@freebsd.org I think that is more detail then the charter of that list covers. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@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 4 12:49:31 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:49:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 648FC37B400; Mon, 4 Dec 2000 12:49:27 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4KnRn94920; Mon, 4 Dec 2000 12:49:27 -0800 (PST) (envelope-from will) Message-Id: <200012042049.eB4KnRn94920@freefall.freebsd.org> From: Will Andrews Date: Mon, 4 Dec 2000 12:49:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/reportmagic Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/reportmagic/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/04 12:49:27 PST Modified files: www Makefile Added files: www/reportmagic Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist www/reportmagic/files patch-aa Log: Add reportmagic 2.03, a wrapper for analog that produces more professional looking stats pages. PR: 23253 Submitted by: Jeremy Shaffner Revision Changes Path 1.273 +2 -1 ports/www/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 4 12:49:42 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:49:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC2837B404; Mon, 4 Dec 2000 12:49:39 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4Knd795006; Mon, 4 Dec 2000 12:49:39 -0800 (PST) (envelope-from will) Message-Id: <200012042049.eB4Knd795006@freefall.freebsd.org> From: Will Andrews Date: Mon, 4 Dec 2000 12:49:39 -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 X-Loop: FreeBSD.ORG will 2000/12/04 12:49:39 PST Modified files: . modules Log: reportmagic --> ports/www/reportmagic Revision Changes Path 1.2070 +2 -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 4 13: 3:51 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 13:03:47 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90E1337B400; Mon, 4 Dec 2000 13:03:47 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4L3lb96877; Mon, 4 Dec 2000 13:03:47 -0800 (PST) (envelope-from jim) Message-Id: <200012042103.eB4L3lb96877@freefall.freebsd.org> From: Jim Mock Date: Mon, 4 Dec 2000 13:03:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/12/04 13:03:47 PST Modified files: . access Log: Welcome Rebecca "Bean" Visger to the funny farm. She'll be handling the conspectus for -advocacy and whatever other docs and/or www stuff we can coerce her into doing :-) I'll be her mentor. Revision Changes Path 1.200 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 13:12:13 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 13:12:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 98B2837B402; Mon, 4 Dec 2000 13:12:06 -0800 (PST) Received: from localhost (8yoehb@localhost [127.0.0.1]) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id eB4LBx736905; Mon, 4 Dec 2000 16:12:03 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200012042112.eB4LBx736905@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Peter Wemm Cc: John Baldwin , Jeroen Ruigrok van der Werven , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail In-Reply-To: Message from Peter Wemm of "Mon, 04 Dec 2000 11:55:32 PST." <200012041955.eB4JtWJ11058@mobile.wemm.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 04 Dec 2000 16:11:59 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Wemm wrote: > John Baldwin wrote: > > > > On 03-Dec-00 Jeroen Ruigrok van der Werven wrote: > > > asmodai 2000/12/03 09:05:45 PST > > > > > > Modified files: > > > usr.bin/tail forward.c read.c reverse.c tail.c > > > Log: > > > Remove register keyword usage with prejudice. > > > Modern compilers are smarter when it comes to allocating register > > > usage. > > > > They also ignore the register keyword, so this is a rather pointless change, > > although it does add to repo bloat and in more active code could make diffs > > harder to read. :-/ > > It doesn't actually ignore it. Try this: > > register int foo; > printf("%p\n", &foo); > > This does get in the way at times, which is why people remove it. For example, converting macros to side-effect-safe (macros|inline functions). #define M_PREPEND(m, plen, how) do { \ struct mbuf **_mmp = &(m); \ is my example for why it's useful not to try to force the compiler into using registers. Besides, I only know of one case when a register keyword does something: register reg_type variable __asm__("reg"). Even in that case, it's useless because that declaration will be optimized by the compiler (volatile doesn't help) and made useless in the process by taking away the special treatment of it. So I can't see any use of register. -- 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 4 13:15:20 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 13:15:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90DB037B400; Mon, 4 Dec 2000 13:15:16 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4LFG701099; Mon, 4 Dec 2000 13:15:16 -0800 (PST) (envelope-from peter) Message-Id: <200012042115.eB4LFG701099@freefall.freebsd.org> From: Peter Wemm Date: Mon, 4 Dec 2000 13:15:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c mpapic.c src/sys/i386/include smp.h src/sys/i386/isa apic_ipl.h apic_ipl.s apic_vector.s icu.h icu_ipl.s icu_vector.s intr_machdep.h ithread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/12/04 13:15:15 PST Modified files: sys/i386/i386 mp_machdep.c mpapic.c sys/i386/include smp.h sys/i386/isa apic_ipl.h apic_ipl.s apic_vector.s icu.h icu_ipl.s icu_vector.s intr_machdep.h ithread.c Log: Cleanup some leftover lint from the old interrupt system. Also, while here, run up to 32 interrupt sources on APIC systems. Normalize INTREN/INTRDIS so they are the same on both UP and SMP systems rather than sometimes a macro, and sometimes a function. Reviewed by: jhb, jakeb Revision Changes Path 1.130 +2 -2 src/sys/i386/i386/mp_machdep.c 1.43 +3 -3 src/sys/i386/i386/mpapic.c 1.60 +2 -7 src/sys/i386/include/smp.h 1.4 +3 -3 src/sys/i386/isa/apic_ipl.h 1.31 +1 -217 src/sys/i386/isa/apic_ipl.s 1.59 +24 -10 src/sys/i386/isa/apic_vector.s 1.19 +6 -35 src/sys/i386/isa/icu.h 1.8 +22 -60 src/sys/i386/isa/icu_ipl.s 1.23 +1 -32 src/sys/i386/isa/icu_vector.s 1.25 +9 -3 src/sys/i386/isa/intr_machdep.h 1.10 +3 -27 src/sys/i386/isa/ithread.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 4 13:25:47 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 13:25:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-176-64.dsl.snfc21.pacbell.net [63.202.176.64]) by hub.freebsd.org (Postfix) with ESMTP id D697E37B400; Mon, 4 Dec 2000 13:25:42 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.0/8.11.1) with ESMTP id eB4LYKF01258; Mon, 4 Dec 2000 13:34:25 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200012042134.eB4LYKF01258@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: David Malone Cc: David Malone , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa labpc.c In-reply-to: Your message of "Sun, 03 Dec 2000 13:29:31 GMT." <20001203132931.A84388@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 04 Dec 2000 13:34:20 -0800 From: Mike Smith Sender: msmith@mass.osd.bsdi.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sun, Dec 03, 2000 at 05:18:49AM -0800, David Malone wrote: > > dwmalone 2000/12/03 05:18:49 PST > > > > Modified files: > > sys/i386/isa labpc.c > > Log: > > Check return value of malloc correctly and use M_ZERO. > > > > As noted by Poul-Hennig, this driver can't have worked in ages. > Is there anyone with one of these cards who can test it now? > > (If someone has one they don't want and feels like posting it to > me, then I'll take it. They sound like they might be fun to play > with). Code talking to the labpc card should just use the i386_get|set_ioperm and manipulate it from userspace. This driver should probably be diked. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 13:31:56 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 13:31:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147]) by hub.freebsd.org (Postfix) with ESMTP id 0543037B400; Mon, 4 Dec 2000 13:31:44 -0800 (PST) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id eB4LVgL27863; Mon, 4 Dec 2000 22:31:42 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Mike Smith Cc: David Malone , David Malone , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa labpc.c In-Reply-To: Your message of "Mon, 04 Dec 2000 13:34:20 PST." <200012042134.eB4LYKF01258@mass.osd.bsdi.com> Date: Mon, 04 Dec 2000 22:31:42 +0100 Message-ID: <27861.975965502@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200012042134.eB4LYKF01258@mass.osd.bsdi.com>, Mike Smith writes: >> On Sun, Dec 03, 2000 at 05:18:49AM -0800, David Malone wrote: >> > dwmalone 2000/12/03 05:18:49 PST >> > >> > Modified files: >> > sys/i386/isa labpc.c >> > Log: >> > Check return value of malloc correctly and use M_ZERO. >> > >> >> As noted by Poul-Hennig, this driver can't have worked in ages. >> Is there anyone with one of these cards who can test it now? >> >> (If someone has one they don't want and feels like posting it to >> me, then I'll take it. They sound like they might be fun to play >> with). > >Code talking to the labpc card should just use the i386_get|set_ioperm >and manipulate it from userspace. This driver should probably be diked. I have to agree. I've been using various cards with good luck that way, even something as complex as a 7210 based HP-IB card. In general I think that industrial I/O is a very slim market, where almost every single application has unique needs, and any attempt at generalizing a driver for these kinds of cards and applications is a waste of time. Let me add that a 8-port relay card makes a very nice remote-reset gadget. I have a small 486 machine with 8 sio ports and an 8 port relay card connected to my machines here in my lab. The relays are connected to the RESET pins on the computers. Real nice. All done from userland. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 13:35:29 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 13:35:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF6C737B400; Mon, 4 Dec 2000 13:35:26 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4LZQb04536; Mon, 4 Dec 2000 13:35:26 -0800 (PST) (envelope-from brian) Message-Id: <200012042135.eB4LZQb04536@freefall.freebsd.org> From: Brian Somers Date: Mon, 4 Dec 2000 13:35:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp tty.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/12/04 13:35:25 PST Modified files: (Branch: RELENG_4) usr.sbin/ppp tty.c Log: MFC: Check the return from tcsetattr(). Requested by: Andre Albsmeier Revision Changes Path 1.21.2.1 +17 -8 src/usr.sbin/ppp/tty.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 4 14: 2:11 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 14:02:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 18DF337B400; Mon, 4 Dec 2000 14:02:06 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.0/8.11.0) id eB4M0Bl01640; Mon, 4 Dec 2000 22:00:11 GMT (envelope-from nik) Date: Mon, 4 Dec 2000 22:00:11 +0000 From: Nik Clayton To: Warner Losh Cc: Jeroen Ruigrok van der Werven , Matt Dillon , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Message-ID: <20001204220011.A1618@canyon.nothing-going-on.org> References: <20001204210848.B64100@lucifer.bart.nl> <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <200012041942.eB4Jgrp75009@earth.backplane.com> <20001204210848.B64100@lucifer.bart.nl> <200012042013.NAA63405@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012042013.NAA63405@harmony.village.org>; from imp@village.org on Mon, Dec 04, 2000 at 01:13:36PM -0700 Organization: FreeBSD Project Sender: nik@nothing-going-on.demon.co.uk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 01:13:36PM -0700, Warner Losh wrote: > In message <20001204210848.B64100@lucifer.bart.nl> Jeroen Ruigrok van der Werven writes: > : What I tried to communicate in my last message to John was the fact that > : I am actively working on the userland, synching it with NetBSD and > : OpenBSD and bringing the source code more up to par with modern day > : standards and tools. > > I would like to lend my voice of support for this action. We have too > many programs that have needlessly drifted since the mid 1990's when > 4.xBSD BSD split into {Free,Net,Open}BSD[*]. Why do we need to have > different versions of cat? Ditto. Not just different versions of cat.c, but also different versions of cat.1, not to mention duplicated translation efforts across the BSDs. N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 14: 7: 5 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 14:07:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1BF237B400; Mon, 4 Dec 2000 14:07:01 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4M71G11177; Mon, 4 Dec 2000 14:07:01 -0800 (PST) (envelope-from obrien) Message-Id: <200012042207.eB4M71G11177@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 4 Dec 2000 14:07:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/egcs/files patch-cccp.c patch-choose-temp.c patch-cp%decl.c patch-cp%ptree.c patch-dbxout.c patch-gcc.1 patch-gcc.c patch-pexecute.c patch-xm-freebsd.h patch-af patch-ai patch-ak patch-al X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/04 14:07:01 PST Modified files: lang/egcs/files patch-af patch-ai patch-ak patch-al Added files: lang/egcs/files patch-cccp.c patch-choose-temp.c patch-cp%decl.c patch-cp%ptree.c patch-dbxout.c patch-gcc.1 patch-gcc.c patch-pexecute.c patch-xm-freebsd.h Log: Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way back when... that is all but a.out support. Revision Changes Path 1.14 +4 -11 ports/lang/egcs/files/patch-af 1.2 +0 -9 ports/lang/egcs/files/patch-ai 1.8 +2 -2 ports/lang/egcs/files/patch-ak 1.6 +2 -2 ports/lang/egcs/files/patch-al To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 14: 8:53 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 14:08:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAABC37B400; Mon, 4 Dec 2000 14:08:50 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4M8oE11462; Mon, 4 Dec 2000 14:08:50 -0800 (PST) (envelope-from julian) Message-Id: <200012042208.eB4M8oE11462@freefall.freebsd.org> From: Julian Elischer Date: Mon, 4 Dec 2000 14:08:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/12/04 14:08:50 PST Modified files: (Branch: RELENG_4) sys/netgraph ng_base.c Log: MFC: 1.26 protect reference counts during queue operations with spl... Revision Changes Path 1.11.2.7 +14 -3 src/sys/netgraph/ng_base.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 4 14:11: 0 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 14:10:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE59E37B401; Mon, 4 Dec 2000 14:10:57 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4MAvF12056; Mon, 4 Dec 2000 14:10:57 -0800 (PST) (envelope-from jkh) Message-Id: <200012042210.eB4MAvF12056@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 4 Dec 2000 14:10:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cvsupit pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/12/04 14:10:57 PST Modified files: net/cvsupit pkg-install Log: Update to conform to modern times. Revision Changes Path 1.3 +3 -7 ports/net/cvsupit/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 14:11:11 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 14:11:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9A0237B698; Mon, 4 Dec 2000 14:11:01 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4MB1L12093; Mon, 4 Dec 2000 14:11:01 -0800 (PST) (envelope-from julian) Message-Id: <200012042211.eB4MB1L12093@freefall.freebsd.org> From: Julian Elischer Date: Mon, 4 Dec 2000 14:11:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/12/04 14:11:01 PST Modified files: (Branch: RELENG_3) sys/netgraph ng_base.c Log: MFC: 1.26 block a race with splhigh() Revision Changes Path 1.6.2.14 +13 -2 src/sys/netgraph/ng_base.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 4 14:13:34 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 14:13:31 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8788937B400; Mon, 4 Dec 2000 14:13:31 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4MDV012686; Mon, 4 Dec 2000 14:13:31 -0800 (PST) (envelope-from brian) Message-Id: <200012042213.eB4MDV012686@freefall.freebsd.org> From: Brian Somers Date: Mon, 4 Dec 2000 14:13:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/pppoed pppoed.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/12/04 14:13:31 PST Modified files: libexec/pppoed pppoed.c Log: Drop out of our main loop due to a signal rather than handling things in the signal handler. Fix a spelling error. Subtley pointed out by: bde Make some stuff static Revision Changes Path 1.7 +29 -25 src/libexec/pppoed/pppoed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 14:46:55 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 14:46:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 836F637B401; Mon, 4 Dec 2000 14:46:52 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4MkqP18085; Mon, 4 Dec 2000 14:46:52 -0800 (PST) (envelope-from wpaul) Message-Id: <200012042246.eB4MkqP18085@freefall.freebsd.org> From: Bill Paul Date: Mon, 4 Dec 2000 14:46:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.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 X-Loop: FreeBSD.ORG wpaul 2000/12/04 14:46:52 PST Modified files: sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Log: Initialize/grab the mutex earlier in the attach phase, so that bailing out to the fail: label where we release/destroy the mutex will work without exploding. Revision Changes Path 1.40 +5 -4 src/sys/pci/if_dc.c 1.14 +6 -6 src/sys/pci/if_pcn.c 1.52 +5 -5 src/sys/pci/if_rl.c 1.27 +4 -4 src/sys/pci/if_sf.c 1.26 +5 -5 src/sys/pci/if_sis.c 1.36 +5 -4 src/sys/pci/if_sk.c 1.21 +5 -4 src/sys/pci/if_ste.c 1.41 +5 -5 src/sys/pci/if_ti.c 1.60 +5 -5 src/sys/pci/if_tl.c 1.35 +5 -4 src/sys/pci/if_vr.c 1.36 +5 -5 src/sys/pci/if_wb.c 1.87 +5 -5 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 Mon Dec 4 14:57:57 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 14:57:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BFAE37B400; Mon, 4 Dec 2000 14:57:54 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4Mvs819163; Mon, 4 Dec 2000 14:57:54 -0800 (PST) (envelope-from brian) Message-Id: <200012042257.eB4Mvs819163@freefall.freebsd.org> From: Brian Somers Date: Mon, 4 Dec 2000 14:57:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh ssh.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/12/04 14:57:54 PST Modified files: crypto/openssh ssh.c Log: Remove duplicate line Not responded to by: kris, then green Revision Changes Path 1.11 +1 -2 src/crypto/openssh/ssh.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 4 15: 6: 5 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 15:06:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FF9E37B400; Mon, 4 Dec 2000 15:06:03 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4N63021833; Mon, 4 Dec 2000 15:06:03 -0800 (PST) (envelope-from grog) Message-Id: <200012042306.eB4N63021833@freefall.freebsd.org> From: Greg Lehey Date: Mon, 4 Dec 2000 15:06:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2000/12/04 15:06:02 PST Modified files: . access Log: Add Thomas-Henning von Kamptz and Christoph Herrmann as new committers. Approved by: core Revision Changes Path 1.201 +3 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 15:52:10 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 15:52:06 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6245137B401; Mon, 4 Dec 2000 15:52:06 -0800 (PST) Received: (from tomsoft@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4Nq6B26666; Mon, 4 Dec 2000 15:52:06 -0800 (PST) (envelope-from tomsoft) Message-Id: <200012042352.eB4Nq6B26666@freefall.freebsd.org> From: Thomas-Henning von Kamptz Date: Mon, 4 Dec 2000 15:52:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml ports/astro/xearth/files freebsd.committers.markers www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tomsoft 2000/12/04 15:52:06 PST Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/staff chapter.sgml astro/xearth/files freebsd.committers.markers en/news newsflash.sgml Log: Traditional first commit Revision Changes Path 1.135 +5 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.182 +9 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml 1.45 +2 -0 ports/astro/xearth/files/freebsd.committers.markers 1.232 +7 -1 www/en/news/newsflash.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 4 16: 6:20 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 16:06:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B213237B402; Mon, 4 Dec 2000 16:06:16 -0800 (PST) Received: (from chm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB506GF30418; Mon, 4 Dec 2000 16:06:16 -0800 (PST) (envelope-from chm) Message-Id: <200012050006.eB506GF30418@freefall.freebsd.org> From: Christoph Herrmann Date: Mon, 4 Dec 2000 16:06:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chm 2000/12/04 16:06:16 PST Modified files: astro/xearth/files freebsd.committers.markers Log: my first commit Revision Changes Path 1.46 +1 -1 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 16: 6:56 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 16:06:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from echunga.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id CFF7A37B400; Mon, 4 Dec 2000 16:06:49 -0800 (PST) Received: (from grog@localhost) by echunga.lemis.com (8.11.1/8.9.3) id eB505Ww84660; Tue, 5 Dec 2000 10:35:32 +1030 (CST) (envelope-from grog) Date: Tue, 5 Dec 2000 10:35:31 +1030 From: Greg Lehey To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mutex.h src/sys/kern kern_mutex.c Message-ID: <20001205103531.O79405@echunga.lemis.com> References: <200012010011.eB10B0h35323@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: <200012010011.eB10B0h35323@freefall.freebsd.org>; from jhb@FreeBSD.org on Thu, Nov 30, 2000 at 04:11:00PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: grog@echunga.lemis.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 30 November 2000 at 16:11:00 -0800, John Baldwin wrote: > jhb 2000/11/30 16:11:00 PST > > Modified files: > sys/sys mutex.h > sys/kern kern_mutex.c > Log: > Split the WITNESS and MUTEX_DEBUG options apart so that WITNESS does not > depend on MUTEX_DEBUG. The MUTEX_DEBUG option turns on extra assertions > and checks to verify that mutexes themselves are implemented properly. > The WITNESS option uses extra checks and diagnostics to verify that other > code is using mutexes properly. Is this worth a mention in UPDATING? Greg -- Finger grog@lemis.com for PGP public key 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 4 16:19:14 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 16:19:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A05B37B400; Mon, 4 Dec 2000 16:19:11 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB50JBJ32025; Mon, 4 Dec 2000 16:19:11 -0800 (PST) (envelope-from msmith) Message-Id: <200012050019.eB50JBJ32025@freefall.freebsd.org> From: Mike Smith Date: Mon, 4 Dec 2000 16:19:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/04 16:19:10 PST Modified files: sys/dev/acpica acpi.c Log: ACPI HID's aren't limited to 7 characters. Don't check the length of the HID passed in as an argument at all; callers are typically going to be sending us static strings anyway. Submitted by: Munehiro Matsuda Revision Changes Path 1.5 +3 -3 src/sys/dev/acpica/acpi.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 4 16:36: 4 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 16:36:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6721A37B400; Mon, 4 Dec 2000 16:36:01 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB50a1k34417; Mon, 4 Dec 2000 16:36:01 -0800 (PST) (envelope-from jake) Message-Id: <200012050036.eB50a1k34417@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 4 Dec 2000 16:36:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include md_var.h src/sys/i386/i386 machdep.c src/sys/i386/include asnames.h md_var.h src/sys/i386/isa ipl.s src/sys/ia64/ia64 machdep.c src/sys/ia64/include md_var.h src/sys/kern kern_intr.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/04 16:36:01 PST Modified files: sys/alpha/alpha machdep.c sys/alpha/include md_var.h sys/i386/i386 machdep.c sys/i386/include asnames.h md_var.h sys/i386/isa ipl.s sys/ia64/ia64 machdep.c sys/ia64/include md_var.h sys/kern kern_intr.c sys/net netisr.h Log: Remove the last of the MD netisr code. It is now all MI. Remove spending, which was unused now that all software interrupts have their own thread. Make the legacy schednetisr use an atomic op for setting bits in the netisr mask. Reviewed by: jhb Revision Changes Path 1.103 +1 -28 src/sys/alpha/alpha/machdep.c 1.14 +1 -2 src/sys/alpha/include/md_var.h 1.424 +1 -28 src/sys/i386/i386/machdep.c 1.49 +1 -3 src/sys/i386/include/asnames.h 1.39 +1 -2 src/sys/i386/include/md_var.h 1.41 +1 -27 src/sys/i386/isa/ipl.s 1.15 +1 -28 src/sys/ia64/ia64/machdep.c 1.3 +1 -2 src/sys/ia64/include/md_var.h 1.34 +28 -1 src/sys/kern/kern_intr.c 1.24 +6 -2 src/sys/net/netisr.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 4 16:48:34 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 16:48:31 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 5EBDA37B400; Mon, 4 Dec 2000 16:48:16 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.1/8.11.1) with ESMTP id eB50i6M03059; Tue, 5 Dec 2000 00:44:06 GMT (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id eB50l5G01523; Tue, 5 Dec 2000 00:47:05 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200012050047.eB50l5G01523@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: John Polstra Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/lib/libc/gen setproctitle.c In-Reply-To: Message from John Polstra of "Sun, 03 Dec 2000 17:26:30 PST." <200012040126.eB41QUP07454@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Dec 2000 00:47:05 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > jdp 2000/12/03 17:26:30 PST > > Modified files: > lib/libc/gen setproctitle.c > Log: > When recording the original arguments, don't (ab)use "nargc" for > iterating over the arguments. Doing so wipes out the value which > is about to be stored into the ps_strings structure. > > Revision Changes Path > 1.13 +5 -4 src/lib/libc/gen/setproctitle.c Thank you ! I assume this was why cvsupd has stopped displaying who's connected... :-) -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 18: 8:46 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 18:08:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 22EFA37B400; Mon, 4 Dec 2000 18:08:42 -0800 (PST) Received: from localhost (usqsou@localhost [127.0.0.1]) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id eB528g737840; Mon, 4 Dec 2000 21:08:43 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200012050208.eB528g737840@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh ssh.c In-Reply-To: Message from Brian Somers of "Mon, 04 Dec 2000 14:57:54 PST." <200012042257.eB4Mvs819163@freefall.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 04 Dec 2000 21:08:41 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > brian 2000/12/04 14:57:54 PST > > Modified files: > crypto/openssh ssh.c > Log: > Remove duplicate line > > Not responded to by: kris, then green I don't recall ever seeing it... was it on a mailing list that I missed reading? -- 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 4 18:20:28 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 18:20:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1B0037B400; Mon, 4 Dec 2000 18:20:19 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB52KJo50468; Mon, 4 Dec 2000 18:20:19 -0800 (PST) (envelope-from green) Message-Id: <200012050220.eB52KJo50468@freefall.freebsd.org> From: Brian Feldman Date: Mon, 4 Dec 2000 18:20:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/12/04 18:20:19 PST src/crypto/openssh - Imported sources Update of /home/ncvs/src/crypto/openssh In directory freefall.freebsd.org:/d/home/green/openssh-2.3.0/ssh Log Message: Import of OpenSSH 2.3.0 (virgin OpenBSD source release). Status: Vendor Tag: OpenBSD Release Tags: OpenSSH_2_3_0 U src/crypto/openssh/LICENCE U src/crypto/openssh/Makefile U src/crypto/openssh/Makefile.inc U src/crypto/openssh/OVERVIEW U src/crypto/openssh/README U src/crypto/openssh/RFC.nroff U src/crypto/openssh/atomicio.c C src/crypto/openssh/auth-krb4.c U src/crypto/openssh/auth-options.c U src/crypto/openssh/auth-options.h C src/crypto/openssh/auth-passwd.c C src/crypto/openssh/auth-rh-rsa.c U src/crypto/openssh/auth-rhosts.c C src/crypto/openssh/auth-rsa.c C src/crypto/openssh/auth-skey.c C src/crypto/openssh/auth.c U src/crypto/openssh/auth.h C src/crypto/openssh/auth1.c N src/crypto/openssh/auth2-skey.c C src/crypto/openssh/auth2.c C src/crypto/openssh/authfd.c U src/crypto/openssh/authfd.h C src/crypto/openssh/authfile.c U src/crypto/openssh/authfile.h U src/crypto/openssh/bufaux.c U src/crypto/openssh/bufaux.h U src/crypto/openssh/buffer.c U src/crypto/openssh/buffer.h C src/crypto/openssh/canohost.c U src/crypto/openssh/channels.c U src/crypto/openssh/channels.h C src/crypto/openssh/cipher.c C src/crypto/openssh/cipher.h N src/crypto/openssh/cli.c N src/crypto/openssh/cli.h U src/crypto/openssh/clientloop.c U src/crypto/openssh/compat.c U src/crypto/openssh/compat.h U src/crypto/openssh/compress.c U src/crypto/openssh/compress.h U src/crypto/openssh/crc32.c U src/crypto/openssh/crc32.h U src/crypto/openssh/deattack.c U src/crypto/openssh/deattack.h N src/crypto/openssh/dh.c N src/crypto/openssh/dh.h U src/crypto/openssh/dispatch.c U src/crypto/openssh/dispatch.h U src/crypto/openssh/dsa.c U src/crypto/openssh/dsa.h U src/crypto/openssh/getput.h U src/crypto/openssh/hmac.c U src/crypto/openssh/hmac.h U src/crypto/openssh/hostfile.c U src/crypto/openssh/hostfile.h U src/crypto/openssh/includes.h U src/crypto/openssh/kex.c U src/crypto/openssh/kex.h U src/crypto/openssh/key.c U src/crypto/openssh/key.h U src/crypto/openssh/log-client.c U src/crypto/openssh/log-server.c U src/crypto/openssh/log.c U src/crypto/openssh/login.c U src/crypto/openssh/match.c U src/crypto/openssh/match.h U src/crypto/openssh/mpaux.c U src/crypto/openssh/mpaux.h U src/crypto/openssh/myproposal.h U src/crypto/openssh/nchan.c U src/crypto/openssh/nchan.h U src/crypto/openssh/nchan.ms U src/crypto/openssh/nchan2.ms U src/crypto/openssh/packet.c U src/crypto/openssh/packet.h U src/crypto/openssh/pty.c U src/crypto/openssh/pty.h U src/crypto/openssh/radix.c C src/crypto/openssh/readconf.c C src/crypto/openssh/readconf.h U src/crypto/openssh/readpass.c N src/crypto/openssh/rijndael.c N src/crypto/openssh/rijndael.h U src/crypto/openssh/rsa.c U src/crypto/openssh/rsa.h U src/crypto/openssh/scp.1 U src/crypto/openssh/scp.c C src/crypto/openssh/servconf.c C src/crypto/openssh/servconf.h U src/crypto/openssh/serverloop.c C src/crypto/openssh/session.c U src/crypto/openssh/session.h U src/crypto/openssh/sftp-server.8 U src/crypto/openssh/sftp-server.c U src/crypto/openssh/ssh-add.1 U src/crypto/openssh/ssh-add.c U src/crypto/openssh/ssh-agent.1 C src/crypto/openssh/ssh-agent.c U src/crypto/openssh/ssh-keygen.1 U src/crypto/openssh/ssh-keygen.c C src/crypto/openssh/ssh.1 C src/crypto/openssh/ssh.c C src/crypto/openssh/ssh.h U src/crypto/openssh/ssh2.h U src/crypto/openssh/ssh_config C src/crypto/openssh/sshconnect.c U src/crypto/openssh/sshconnect.h C src/crypto/openssh/sshconnect1.c U src/crypto/openssh/sshconnect2.c C src/crypto/openssh/sshd.8 C src/crypto/openssh/sshd.c C src/crypto/openssh/sshd_config U src/crypto/openssh/tildexpand.c U src/crypto/openssh/ttymodes.c U src/crypto/openssh/ttymodes.h U src/crypto/openssh/uidswap.c U src/crypto/openssh/uidswap.h U src/crypto/openssh/util.c U src/crypto/openssh/uuencode.c U src/crypto/openssh/uuencode.h U src/crypto/openssh/version.h U src/crypto/openssh/xmalloc.c U src/crypto/openssh/xmalloc.h U src/crypto/openssh/lib/Makefile U src/crypto/openssh/scp/Makefile U src/crypto/openssh/sftp-server/Makefile U src/crypto/openssh/ssh/Makefile U src/crypto/openssh/ssh-add/Makefile U src/crypto/openssh/ssh-agent/Makefile U src/crypto/openssh/ssh-keygen/Makefile U src/crypto/openssh/sshd/Makefile 27 conflicts created by this import. Use the following command to help the merge: cvs checkout -jOpenBSD:yesterday -jOpenBSD src/crypto/openssh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 18:27: 1 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 18:26:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id D1F0C37B69B; Mon, 4 Dec 2000 18:26:56 -0800 (PST) Received: from laptop.baldwin.cx (root@dhcp246.osd.bsdi.com [204.216.28.246]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB52QKC25827; Mon, 4 Dec 2000 18:26:20 -0800 (PST) (envelope-from jhb@FreeBSD.org) 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: <20001205103531.O79405@echunga.lemis.com> Date: Mon, 04 Dec 2000 18:26:56 -0800 (PST) From: John Baldwin To: Greg Lehey Subject: Re: cvs commit: src/sys/sys mutex.h src/sys/kern kern_mutex.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 05-Dec-00 Greg Lehey wrote: > On Thursday, 30 November 2000 at 16:11:00 -0800, John Baldwin wrote: >> jhb 2000/11/30 16:11:00 PST >> >> Modified files: >> sys/sys mutex.h >> sys/kern kern_mutex.c >> Log: >> Split the WITNESS and MUTEX_DEBUG options apart so that WITNESS does not >> depend on MUTEX_DEBUG. The MUTEX_DEBUG option turns on extra assertions >> and checks to verify that mutexes themselves are implemented properly. >> The WITNESS option uses extra checks and diagnostics to verify that other >> code is using mutexes properly. > > Is this worth a mention in UPDATING? I doubt it, they are both non-default options, and if you are using them, then you are probably reading SMPng commit mails. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "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 4 18:34: 7 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 18:34:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7210837B401; Mon, 4 Dec 2000 18:34:04 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB52Y4N52632; Mon, 4 Dec 2000 18:34:04 -0800 (PST) (envelope-from asami) Message-Id: <200012050234.eB52Y4N52632@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 4 Dec 2000 18:34:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/scrot Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/12/04 18:34:04 PST Modified files: graphics/scrot Makefile Log: imlib2 -> imlib2-tmp Submitted by: bento Revision Changes Path 1.2 +2 -2 ports/graphics/scrot/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 4 18:41: 5 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 18:41:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FE3B37B400; Mon, 4 Dec 2000 18:41:03 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB52f3553918; Mon, 4 Dec 2000 18:41:03 -0800 (PST) (envelope-from green) Message-Id: <200012050241.eB52f3553918@freefall.freebsd.org> From: Brian Feldman Date: Mon, 4 Dec 2000 18:41:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/12/04 18:41:01 PST Modified files: crypto/openssh/pam_ssh pam_ssh.c Log: Forgot to remove the old line in the last commit. Revision Changes Path 1.11 +1 -2 src/crypto/openssh/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 Mon Dec 4 18:55:21 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 18:55:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B749B37B401; Mon, 4 Dec 2000 18:55:15 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB52tFb56101; Mon, 4 Dec 2000 18:55:15 -0800 (PST) (envelope-from green) Message-Id: <200012050255.eB52tFb56101@freefall.freebsd.org> From: Brian Feldman Date: Mon, 4 Dec 2000 18:55:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh auth-pam.c auth-pam.h auth-krb4.c auth-krb5.c auth-passwd.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.c auth1.c auth2-skey.c auth2.c authfd.c authfile.c bufaux.c canohost.c cipher.c cipher.h compat.c hostfile.c includes.h key.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/12/04 18:55:15 PST Modified files: crypto/openssh auth-krb4.c auth-krb5.c auth-passwd.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.c auth1.c auth2-skey.c auth2.c authfd.c authfile.c bufaux.c canohost.c cipher.c cipher.h compat.c hostfile.c includes.h key.c login.c mpaux.c packet.h pty.c readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h session.c ssh-add.c ssh-agent.c ssh.1 ssh.c ssh.h ssh_config sshconnect.c sshconnect.h sshconnect1.c sshd.8 sshd.c sshd_config Added files: crypto/openssh auth-pam.c auth-pam.h Log: Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0 new features description elided in favor of checking out their website. Important new FreeBSD-version stuff: PAM support has been worked in, partially from the "Unix" OpenSSH version, and a lot due to the work of Eivind Eklend, too. This requires at least the following in pam.conf: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so Parts by: Eivind Eklend Revision Changes Path 1.7 +14 -2 src/crypto/openssh/auth-krb4.c 1.5 +1 -1 src/crypto/openssh/auth-krb5.c 1.6 +2 -2 src/crypto/openssh/auth-passwd.c 1.6 +3 -3 src/crypto/openssh/auth-rh-rsa.c 1.7 +19 -5 src/crypto/openssh/auth-rsa.c 1.7 +2 -2 src/crypto/openssh/auth-skey.c 1.6 +1 -2 src/crypto/openssh/auth.c 1.9 +145 -140 src/crypto/openssh/auth1.c 1.2 +6 -5 src/crypto/openssh/auth2-skey.c 1.7 +300 -140 src/crypto/openssh/auth2.c 1.7 +16 -6 src/crypto/openssh/authfd.c 1.6 +22 -22 src/crypto/openssh/authfile.c 1.7 +0 -0 src/crypto/openssh/bufaux.c 1.5 +2 -2 src/crypto/openssh/canohost.c 1.8 +407 -329 src/crypto/openssh/cipher.c 1.7 +67 -64 src/crypto/openssh/cipher.h 1.2 +91 -8 src/crypto/openssh/compat.c 1.6 +0 -0 src/crypto/openssh/hostfile.c 1.9 +0 -0 src/crypto/openssh/includes.h 1.7 +0 -0 src/crypto/openssh/key.c 1.7 +0 -0 src/crypto/openssh/login.c 1.6 +0 -0 src/crypto/openssh/mpaux.c 1.7 +0 -0 src/crypto/openssh/packet.h 1.6 +0 -0 src/crypto/openssh/pty.c 1.10 +17 -3 src/crypto/openssh/readconf.c 1.6 +3 -1 src/crypto/openssh/readconf.h 1.8 +1 -1 src/crypto/openssh/rsa.c 1.6 +0 -0 src/crypto/openssh/rsa.h 1.16 +20 -3 src/crypto/openssh/servconf.c 1.7 +3 -1 src/crypto/openssh/servconf.h 1.11 +86 -14 src/crypto/openssh/session.c 1.2 +105 -58 src/crypto/openssh/ssh-add.c 1.8 +14 -4 src/crypto/openssh/ssh-agent.c 1.16 +10 -6 src/crypto/openssh/ssh.1 1.12 +26 -24 src/crypto/openssh/ssh.c 1.13 +13 -12 src/crypto/openssh/ssh.h 1.7 +0 -0 src/crypto/openssh/ssh_config 1.10 +15 -8 src/crypto/openssh/sshconnect.c 1.2 +25 -0 src/crypto/openssh/sshconnect.h 1.5 +4 -11 src/crypto/openssh/sshconnect1.c 1.15 +19 -7 src/crypto/openssh/sshd.8 1.18 +222 -38 src/crypto/openssh/sshd.c 1.13 +7 -3 src/crypto/openssh/sshd_config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 19: 1:37 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 19:01:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50E5037B400; Mon, 4 Dec 2000 19:01:34 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB531YL57070; Mon, 4 Dec 2000 19:01:34 -0800 (PST) (envelope-from green) Message-Id: <200012050301.eB531YL57070@freefall.freebsd.org> From: Brian Feldman Date: Mon, 4 Dec 2000 19:01:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pam.conf src/secure/lib/libssh Makefile src/secure/usr.sbin/sshd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/12/04 19:01:34 PST Modified files: etc pam.conf secure/lib/libssh Makefile secure/usr.sbin/sshd Makefile Log: Update for OpenSSH 2.3.0. Revision Changes Path 1.9 +7 -1 src/etc/pam.conf 1.7 +4 -3 src/secure/lib/libssh/Makefile 1.12 +7 -5 src/secure/usr.sbin/sshd/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 4 20: 0:22 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 20:00:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EF9E37B400; Mon, 4 Dec 2000 20:00:19 -0800 (PST) Received: (from sanpei@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB540J365728; Mon, 4 Dec 2000 20:00:19 -0800 (PST) (envelope-from sanpei) Message-Id: <200012050400.eB540J365728@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Mon, 4 Dec 2000 20:00:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmovie Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/12/04 20:00:18 PST Modified files: graphics/xmovie Makefile distinfo pkg-descr Log: update to 1.5.3 Continued improvements in DVD decoding. Improved DV decoder. Faster pause and resume. move Web page Revision Changes Path 1.12 +3 -3 ports/graphics/xmovie/Makefile 1.4 +1 -1 ports/graphics/xmovie/distinfo 1.5 +1 -1 ports/graphics/xmovie/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 4 20:49:29 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 20:49:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C412A37B400; Mon, 4 Dec 2000 20:49:26 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB54nQK72899; Mon, 4 Dec 2000 20:49:26 -0800 (PST) (envelope-from imp) Message-Id: <200012050449.eB54nQK72899@freefall.freebsd.org> From: Warner Losh Date: Mon, 4 Dec 2000 20:49:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365.c i82365var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/12/04 20:49:26 PST Modified files: sys/dev/pcic i82365.c i82365var.h Log: Start to make code more generic so it can be used by the pccbb driver in the future: o Remove pcic_softc from pcic_handle and replace it with a void * o Reduce dependence on accessing softc via a pcic_handle Minor cleanups: o Define a macro to count the size of an array and use it. o Minor whitespace alignment o make no slots found a printf not a panic. Revision Changes Path 1.32 +16 -19 src/sys/dev/pcic/i82365.c 1.25 +5 -5 src/sys/dev/pcic/i82365var.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 4 21: 2:19 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 21:02:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (unknown [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CA90937B400; Mon, 4 Dec 2000 21:02:15 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eB552EQ94968; Mon, 4 Dec 2000 22:02:14 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA67015; Mon, 4 Dec 2000 22:02:14 -0700 (MST) Message-Id: <200012050502.WAA67015@harmony.village.org> To: Brian Feldman Subject: Re: cvs commit: src/crypto/openssh auth-pam.c auth-pam.h auth-krb4.c auth-krb5.c auth-passwd.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.c auth1.c auth2-skey.c auth2.c authfd.c authfile.c bufaux.c canohost.c cipher.c cipher.h compat.c hostfile.c includes.h key.c ... Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 04 Dec 2000 18:55:15 PST." <200012050255.eB52tFb56101@freefall.freebsd.org> References: <200012050255.eB52tFb56101@freefall.freebsd.org> Date: Mon, 04 Dec 2000 22:02:14 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200012050255.eB52tFb56101@freefall.freebsd.org> Brian Feldman writes: : This requires at least the following in pam.conf: UPDATING fodder? 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 4 21:21:44 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 21:21:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7500037B400; Mon, 4 Dec 2000 21:21:42 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB55Lgo78837; Mon, 4 Dec 2000 21:21:42 -0800 (PST) (envelope-from jim) Message-Id: <200012050521.eB55Lgo78837@freefall.freebsd.org> From: Jim Mock Date: Mon, 4 Dec 2000 21:21:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/12/04 21:21:42 PST Removed files: net/gaim/files patch-ad Log: Update to version 0.11.0pre2. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 21:23:27 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 21:23:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DBB137B401; Mon, 4 Dec 2000 21:23:23 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB55NN679071; Mon, 4 Dec 2000 21:23:23 -0800 (PST) (envelope-from jim) Message-Id: <200012050523.eB55NN679071@freefall.freebsd.org> From: Jim Mock Date: Mon, 4 Dec 2000 21:23:23 -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 X-Loop: FreeBSD.ORG jim 2000/12/04 21:23:23 PST Modified files: net/gaim Makefile distinfo pkg-plist net/gaim/files patch-ac Log: Uh, actually update the rest of this port to version 0.11.0pre2. I forgot to apply the diff before my last commit :-) Revision Changes Path 1.34 +2 -3 ports/net/gaim/Makefile 1.24 +1 -1 ports/net/gaim/distinfo 1.14 +8 -1 ports/net/gaim/pkg-plist 1.2 +35 -32 ports/net/gaim/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 Mon Dec 4 21:47:58 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 21:47:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 235F437B400; Mon, 4 Dec 2000 21:47:55 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB55ltP82198; Mon, 4 Dec 2000 21:47:55 -0800 (PST) (envelope-from keith) Message-Id: <200012050547.eB55ltP82198@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Mon, 4 Dec 2000 21:47:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/joe Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2000/12/04 21:47:54 PST Modified files: chinese/joe Makefile distinfo Log: Fix building errors due to recent ${PORTSDIR}/editors/joe changes. Submitted by: "Shen Chuan-Hsing" (MAINTAINER) Revision Changes Path 1.2 +2 -2 ports/chinese/joe/Makefile 1.2 +1 -1 ports/chinese/joe/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 4 22:13:21 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 22:13:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F28E037B400; Mon, 4 Dec 2000 22:13:18 -0800 (PST) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB56DIR89806; Mon, 4 Dec 2000 22:13:18 -0800 (PST) (envelope-from nakai) Message-Id: <200012050613.eB56DIR89806@freefall.freebsd.org> From: Yukihiro Nakai Date: Mon, 4 Dec 2000 22:13:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/xfce Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/12/04 22:13:18 PST Modified files: x11-wm/xfce Makefile distinfo pkg-plist Log: Update to 3.6.3 Revision Changes Path 1.39 +2 -2 ports/x11-wm/xfce/Makefile 1.21 +1 -1 ports/x11-wm/xfce/distinfo 1.22 +43 -36 ports/x11-wm/xfce/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 4 22:44:25 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 22:44:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0643F37B400; Mon, 4 Dec 2000 22:44:23 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB56iMt96042; Mon, 4 Dec 2000 22:44:22 -0800 (PST) (envelope-from marcel) Message-Id: <200012050644.eB56iMt96042@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 4 Dec 2000 22:44:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_mib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/12/04 22:44:22 PST Modified files: sys/compat/linux linux_mib.c Log: Remove call to bzero after MALLOC and instead add M_ZERO to MALLOC. Revision Changes Path 1.8 +2 -3 src/sys/compat/linux/linux_mib.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 4 23:33:15 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:33:10 2000 Return-Path: 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 E78D137B400; Mon, 4 Dec 2000 23:33:05 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id eB57WfB84579; Tue, 5 Dec 2000 09:32:41 +0200 (EET) (envelope-from ru) Date: Tue, 5 Dec 2000 09:32:41 +0200 From: Ruslan Ermilov To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys mmap.2 Message-ID: <20001205093241.A84152@sunbay.com> Mail-Followup-To: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012032017.eB3KHaC61682@freefall.freebsd.org> <20001204101057.C7891@sunbay.com> <200012041659.eB4GxfV72696@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012041659.eB4GxfV72696@earth.backplane.com>; from dillon@earth.backplane.com on Mon, Dec 04, 2000 at 08:59:41AM -0800 Sender: ru@whale.sunbay.crimea.ua Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 08:59:41AM -0800, Matt Dillon wrote: > > : > :On Sun, Dec 03, 2000 at 12:17:36PM -0800, Matt Dillon wrote: > :> dillon 2000/12/03 12:17:36 PST > :> > :> Modified files: > :> lib/libc/sys mmap.2 > :> Log: > :> Add warning on file-fragmentation issues related to MAP_NOSYNC > :> > :> Revision Changes Path > :> 1.27 +16 -1 src/lib/libc/sys/mmap.2 > :> > :Look! > : > :Writing mdoc(7) documents is not as straight-forward as writing plain > :text. Please filter your entries through me, sheldonh or ben, if you > :do not have enough time to make it properly, OK? > : > :-- > :Ruslan Ermilov Oracle Developer/DBA, > > Be more specific. I'm not going to filter every little manual page > change through someone. I ran it through nroff -man. If that isn't > good enough then tell me how to test it properly. > For specifics, please take a look at what I did in the next revision. You know, I have spent a lot of time recently cleaning our manuals, and the work is still going. So, if you are not too familiar with mdoc(7) format, do not hesitate to submit your plain-text additions to manual pages to the above mentioned people. Thanks, -- 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 4 23:38:44 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:38:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D692E37B400; Mon, 4 Dec 2000 23:38:41 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57cf603981; Mon, 4 Dec 2000 23:38:41 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050738.eB57cf603981@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:38:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/04 23:38:41 PST Modified files: sys/pci isp_pci.c Log: Remove more printfs and use either isp_prt or device_printf. Remember to set ISP_LOGINFO if bootverbose is set. Revision Changes Path 1.56 +38 -35 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 Mon Dec 4 23:39:57 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:39:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA40337B400; Mon, 4 Dec 2000 23:39:54 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57dsa04230; Mon, 4 Dec 2000 23:39:54 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050739.eB57dsa04230@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:39:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/04 23:39:54 PST Modified files: sys/dev/isp isp_freebsd.c Log: Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0 for rate setting/getting printouts. Revision Changes Path 1.50 +32 -32 src/sys/dev/isp/isp_freebsd.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 4 23:41:57 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:41:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A82F37B401; Mon, 4 Dec 2000 23:41:54 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57frF04512; Mon, 4 Dec 2000 23:41:53 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050741.eB57frF04512@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:41:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/04 23:41:53 PST Modified files: sys/dev/isp isp_freebsd.h Log: Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP. Add a test against isp->isp_osinfo.islocked prior to trying to see whether --isp->isp_osinfo.islocked is zero to cause us to unlock (non-SMPLOCK case). Revision Changes Path 1.42 +11 -7 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 23:48: 4 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:48:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F76037B400; Mon, 4 Dec 2000 23:48:02 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57m2S05083; Mon, 4 Dec 2000 23:48:02 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050748.eB57m2S05083@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:48:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/04 23:48:02 PST Modified files: (Branch: RELENG_4) sys/dev/isp isp.c Log: MFC: Make the Not RESPONSE in RESPONSE QUEUE message have a bit more info (specifically, how many entries we've looked at so far). Maintain interrupt instrumentation. Use USEC_SLEEP instead of USEC_DELAY in a number of places (this allows us to drop locks and sleep instead of spin). Track changes to configuration options for topology preference. Fix botched order of printout for Channel, Target, Lun. Revision Changes Path 1.41.2.7 +37 -15 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 23:49:19 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:49:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 595BE37B400; Mon, 4 Dec 2000 23:49:17 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57nHU05254; Mon, 4 Dec 2000 23:49:17 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050749.eB57nHU05254@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:49:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/04 23:49:17 PST Modified files: (Branch: RELENG_4) sys/dev/isp isp_freebsd.c Log: MFC: Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0 for rate setting/getting printouts. Remove "SERVICING_INTERRUPT" nonsense Revision Changes Path 1.32.2.6 +33 -34 src/sys/dev/isp/isp_freebsd.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 4 23:51:36 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:51:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 1D26737B400; Mon, 4 Dec 2000 23:51:17 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eB57pFK72706; Tue, 5 Dec 2000 08:51:15 +0100 (CET) (envelope-from asmodai) Date: Tue, 5 Dec 2000 08:51:15 +0100 From: Jeroen Ruigrok van der Werven To: Greg Lehey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20001205085115.C72288@lucifer.bart.nl> References: <200012042306.eB4N63021833@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: <200012042306.eB4N63021833@freefall.freebsd.org>; from grog@FreeBSD.org on Mon, Dec 04, 2000 at 03:06:02PM -0800 Organisation: VIA Net.Works The Netherlands Sender: asmodai@lucifer.ninth-circle.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001205 00:10], Greg Lehey (grog@FreeBSD.org) wrote: > Log: > Add Thomas-Henning von Kamptz and Christoph Herrmann > as new committers. Welcome aboard. What will these fine gentleman be working on? -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 We're not submissive, we're not aggressive, but they think we can't defend To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 23:51:39 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:51:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1F1F37B401; Mon, 4 Dec 2000 23:51:35 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57pZR06041; Mon, 4 Dec 2000 23:51:35 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050751.eB57pZR06041@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:51:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/04 23:51:35 PST Modified files: (Branch: RELENG_4) sys/dev/isp isp_freebsd.h Log: MFC: Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP. Add a test against isp->isp_osinfo.islocked prior to trying to see whether --isp->isp_osinfo.islocked is zero to cause us to unlock (non-SMPLOCK case). Add USEC_SLEEP macro support. Change the location at which we define ISP_LOCK/ISP_UNLOCK macros. Roll minor revision again. Revision Changes Path 1.26.2.5 +46 -43 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 4 23:52:13 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:52:10 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA77D37B401; Mon, 4 Dec 2000 23:52:10 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57qAG06132; Mon, 4 Dec 2000 23:52:10 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050752.eB57qAG06132@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:52:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/04 23:52:10 PST Modified files: (Branch: RELENG_4) sys/dev/isp ispvar.h Log: MFC: Add interrupt instrumentation. Change ISP_CFG_NPORT config option to a set of options that allows specific loop, loop-only, nport, nport-only topology settings. Define a required macro for all platforms (USEC_SLEEEP). Revision Changes Path 1.25.2.5 +12 -2 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 4 23:53:42 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:53:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B41E37B698; Mon, 4 Dec 2000 23:53:39 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57rdR06293; Mon, 4 Dec 2000 23:53:39 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050753.eB57rdR06293@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:53:39 -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 X-Loop: FreeBSD.ORG mjacob 2000/12/04 23:53:39 PST Modified files: (Branch: RELENG_4) sys/pci isp_pci.c Log: MFC: Remove more printfs and use either isp_prt or device_printf. Remember to set ISP_LOGINFO if bootverbose is set. Remove unneeded , Replace splbio/splx with ISP_LOCK/ISP_UNLOCK macros. Revision Changes Path 1.45.2.5 +48 -48 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 Mon Dec 4 23:58: 3 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:58:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B53A37B400; Mon, 4 Dec 2000 23:57:59 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57vxb06865; Mon, 4 Dec 2000 23:57:59 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050757.eB57vxb06865@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:57:59 -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 ispreg.h ispvar.h src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/04 23:57:59 PST Modified files: (Branch: RELENG_3) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h ispmbox.h ispreg.h ispvar.h sys/pci isp_pci.c Log: MFC: Far too many changes to list singly- but cause 3.X to benefit from the rewrites that up through this date's -current && RELENG_4 have had. (this is probably the last RELENG_3 update). Revision Changes Path 1.11.2.14 +1327 -1124 src/sys/dev/isp/isp.c 1.10.2.12 +235 -180 src/sys/dev/isp/isp_freebsd.c 1.9.2.11 +245 -168 src/sys/dev/isp/isp_freebsd.h 1.1.4.5 +54 -126 src/sys/dev/isp/isp_inline.h 1.5.2.3 +122 -135 src/sys/dev/isp/isp_target.c 1.3.2.3 +6 -12 src/sys/dev/isp/isp_target.h 1.4.2.10 +41 -19 src/sys/dev/isp/ispmbox.h 1.4.2.7 +7 -10 src/sys/dev/isp/ispreg.h 1.8.2.12 +223 -53 src/sys/dev/isp/ispvar.h 1.13.2.14 +188 -170 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 Mon Dec 4 23:59:28 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:59:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from echunga.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 91F0037B400; Mon, 4 Dec 2000 23:59:22 -0800 (PST) Received: (from grog@localhost) by echunga.lemis.com (8.11.1/8.9.3) id eB57ufD88375; Tue, 5 Dec 2000 18:26:41 +1030 (CST) (envelope-from grog) Date: Tue, 5 Dec 2000 18:26:41 +1030 From: Greg Lehey To: Jeroen Ruigrok van der Werven Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20001205182641.J86600@echunga.lemis.com> References: <200012042306.eB4N63021833@freefall.freebsd.org> <20001205085115.C72288@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001205085115.C72288@lucifer.bart.nl>; from jruigrok@via-net-works.nl on Tue, Dec 05, 2000 at 08:51:15AM +0100 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: grog@echunga.lemis.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 5 December 2000 at 8:51:15 +0100, Jeroen Ruigrok van der Werven wrote: > -On [20001205 00:10], Greg Lehey (grog@FreeBSD.org) wrote: >> Log: >> Add Thomas-Henning von Kamptz and Christoph Herrmann >> as new committers. > > Welcome aboard. > > What will these fine gentleman be working on? In keeping with tradition, I'll leave that to their "first" commit :-) Greg -- Finger grog@lemis.com for PGP public key 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 Tue Dec 5 0:10:30 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 00:10:28 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11FFB37B401; Tue, 5 Dec 2000 00:10:28 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB58ASF10193; Tue, 5 Dec 2000 00:10:28 -0800 (PST) (envelope-from ru) Message-Id: <200012050810.eB58ASF10193@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 00:10:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/05 00:10:27 PST Modified files: gnu/usr.bin/man/manpath Makefile Log: Fixed manpage building. Revision Changes Path 1.23 +3 -3 src/gnu/usr.bin/man/manpath/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 5 0:11:15 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 00:11:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 068E437B400; Tue, 5 Dec 2000 00:11:13 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB58BCS10275; Tue, 5 Dec 2000 00:11:13 -0800 (PST) (envelope-from ru) Message-Id: <200012050811.eB58BCS10275@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 00:11:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/05 00:11:12 PST Modified files: (Branch: RELENG_4) gnu/usr.bin/man/manpath Makefile Log: MFC: Fixed manpage building. Revision Changes Path 1.22.2.1 +3 -3 src/gnu/usr.bin/man/manpath/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 5 0:45: 0 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 00:44:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4143737B400; Tue, 5 Dec 2000 00:44:57 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB58ivD14747; Tue, 5 Dec 2000 00:44:57 -0800 (PST) (envelope-from sobomax) Message-Id: <200012050844.eB58ivD14747@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 00:44:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/py-opengl Makefile distinfo pkg-descr pkg-plist ports/graphics/py-opengl/files patch-ab patch-ac patch-ad Setup.add.togl Setup.base patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 00:44:56 PST Modified files: graphics/py-opengl Makefile distinfo pkg-descr pkg-plist Added files: graphics/py-opengl/files patch-ab patch-ac patch-ad Removed files: graphics/py-opengl/files Setup.add.togl Setup.base patch-aa Log: - Update to 1.5.6.a2; - take over maintainership (mail addressed to the old maintainer bounces); - use USE_PYTHON; - new MASTER_SITES and WWW (project has been moved to Sourceforge). Revision Changes Path 1.10 +22 -43 ports/graphics/py-opengl/Makefile 1.2 +1 -1 ports/graphics/py-opengl/distinfo 1.3 +1 -1 ports/graphics/py-opengl/pkg-descr 1.2 +134 -84 ports/graphics/py-opengl/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 5 0:47:44 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 00:47:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2AF837B400; Tue, 5 Dec 2000 00:47:41 -0800 (PST) Received: (from takawata@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB58lfd15009; Tue, 5 Dec 2000 00:47:41 -0800 (PST) (envelope-from takawata) Message-Id: <200012050847.eB58lfd15009@freefall.freebsd.org> From: Takanori Watanabe Date: Tue, 5 Dec 2000 00:47:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/acpica Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG takawata 2000/12/05 00:47:41 PST Modified files: sys/modules/acpica Makefile Log: Update Makefile to follow acpica-1115 import. Revision Changes Path 1.2 +1 -1 src/sys/modules/acpica/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 5 1: 4:28 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 01:04:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBB5D37B401; Tue, 5 Dec 2000 01:04:25 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB594PB17065; Tue, 5 Dec 2000 01:04:25 -0800 (PST) (envelope-from marcel) Message-Id: <200012050904.eB594PB17065@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 5 Dec 2000 01:04:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/12/05 01:04:25 PST Modified files: sys/alpha/alpha machdep.c Log: Make osendsig global. It's used by the Linuxulator. Revision Changes Path 1.104 +4 -2 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 1: 6:45 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 01:06:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 897DB37B400; Tue, 5 Dec 2000 01:06:43 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB596hi19317; Tue, 5 Dec 2000 01:06:43 -0800 (PST) (envelope-from marcel) Message-Id: <200012050906.eB596hi19317@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 5 Dec 2000 01:06:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/12/05 01:06:43 PST Modified files: sys/alpha/linux linux_sysvec.c Log: Minor cleanups: o remove unused prototypes, o remove unused extern declarations, o move prototypes up. Revision Changes Path 1.71 +4 -9 src/sys/alpha/linux/linux_sysvec.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 5 1:10:53 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 01:10:51 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 385E137B400; Tue, 5 Dec 2000 01:10:51 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB59ApF19721; Tue, 5 Dec 2000 01:10:51 -0800 (PST) (envelope-from marcel) Message-Id: <200012050910.eB59ApF19721@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 5 Dec 2000 01:10:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.alpha options.alpha X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/12/05 01:10:51 PST Modified files: sys/conf files.alpha options.alpha Log: Add support for COMPAT_LINUX and DEBUG_LINUX. Make the OSF1 files dependent on 'compat_linux' as well as the Linuxulator depends on the osfulator. Revision Changes Path 1.62 +35 -1 src/sys/conf/files.alpha 1.27 +4 -3 src/sys/conf/options.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 1:27:45 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 01:27:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A37F37B400; Tue, 5 Dec 2000 01:27:43 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB59RhW21547; Tue, 5 Dec 2000 01:27:43 -0800 (PST) (envelope-from kato) Message-Id: <200012050927.eB59RhW21547@freefall.freebsd.org> From: KATO Takenori Date: Tue, 5 Dec 2000 01:27:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/12/05 01:27:42 PST Modified files: sys/conf files.pc98 Log: Merged from files.i386 revisions 1.337 and 1.338. Revision Changes Path 1.175 +2 -2 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 1:28:52 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 01:28:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6101C37B400; Tue, 5 Dec 2000 01:28:49 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB59SnG21719; Tue, 5 Dec 2000 01:28:49 -0800 (PST) (envelope-from kato) Message-Id: <200012050928.eB59SnG21719@freefall.freebsd.org> From: KATO Takenori Date: Tue, 5 Dec 2000 01:28:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/12/05 01:28:49 PST Modified files: sys/conf files.pc98 Log: Merged from files.i386 revision 1.339. Revision Changes Path 1.176 +2 -1 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 1:33:14 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 01:33:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB60B37B400; Tue, 5 Dec 2000 01:33:11 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB59XB622198; Tue, 5 Dec 2000 01:33:11 -0800 (PST) (envelope-from kato) Message-Id: <200012050933.eB59XB622198@freefall.freebsd.org> From: KATO Takenori Date: Tue, 5 Dec 2000 01:33:11 -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 X-Loop: FreeBSD.ORG kato 2000/12/05 01:33:11 PST Modified files: sys/pc98/i386 machdep.c Log: Merged from sys/i386/i386/machdep.c revision 1.424. Revision Changes Path 1.192 +1 -15 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 Tue Dec 5 1:35:56 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 01:35:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5885C37B400; Tue, 5 Dec 2000 01:35:54 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB59ZsS22536; Tue, 5 Dec 2000 01:35:54 -0800 (PST) (envelope-from kato) Message-Id: <200012050935.eB59ZsS22536@freefall.freebsd.org> From: KATO Takenori Date: Tue, 5 Dec 2000 01:35:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 clock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/12/05 01:35:54 PST Modified files: sys/pc98/pc98 clock.c Log: Merged from sys/i386/isa/clock.c revision 1.164. Revision Changes Path 1.95 +6 -1 src/sys/pc98/pc98/clock.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 5 1:43:16 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 01:43:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BB3537B400; Tue, 5 Dec 2000 01:43:13 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB59hDn23446; Tue, 5 Dec 2000 01:43:13 -0800 (PST) (envelope-from alfred) Message-Id: <200012050943.eB59hDn23446@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 5 Dec 2000 01:43:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fstat fstat.c cd9660.c src/sys/sys mount.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/12/05 01:43:12 PST Modified files: (Branch: RELENG_4) usr.bin/fstat fstat.c cd9660.c sys/sys mount.h Log: MFC: remove struct mount from userland (except fstat) to prevent namespace pollution. Revision Changes Path 1.21.2.3 +2 -2 src/usr.bin/fstat/fstat.c 1.1.2.2 +3 -1 src/usr.bin/fstat/cd9660.c 1.89.2.1 +5 -1 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 2:31:51 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 02:31:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36DF037B402; Tue, 5 Dec 2000 02:31:01 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5AV1g32200; Tue, 5 Dec 2000 02:31:01 -0800 (PST) (envelope-from knu) Message-Id: <200012051031.eB5AV1g32200@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 5 Dec 2000 02:31:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware2/files Hints.FreeBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/05 02:31:01 PST Modified files: emulators/vmware2/files Hints.FreeBSD Log: Replace obsolete /dev/rfd0 with /dev/fd0. Revision Changes Path 1.8 +3 -3 ports/emulators/vmware2/files/Hints.FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 3: 2:23 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 03:02:20 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0A9A37B400; Tue, 5 Dec 2000 03:02:20 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5B2KZ36278; Tue, 5 Dec 2000 03:02:20 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051102.eB5B2KZ36278@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 03:02:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 03:02:20 PST Modified files: usr.sbin/pkg_install/info main.c Log: - Add missed `-s' option into usage printout; - sort options alphabetically. Revision Changes Path 1.27 +2 -2 src/usr.sbin/pkg_install/info/main.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 5 3: 3:23 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 03:03:21 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9F5237B400; Tue, 5 Dec 2000 03:03:20 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5B3K036450; Tue, 5 Dec 2000 03:03:20 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051103.eB5B3K036450@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 03:03:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 03:03:20 PST Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/info main.c Log: MFC: - Add missed `-s' option into usage printout; - sort options alphabetically. Revision Changes Path 1.22.2.5 +1 -1 src/usr.sbin/pkg_install/info/main.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 5 3:58:14 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 03:58:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20E4A37B400; Tue, 5 Dec 2000 03:58:11 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5BwBn43479; Tue, 5 Dec 2000 03:58:11 -0800 (PST) (envelope-from knu) Message-Id: <200012051158.eB5BwBn43479@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 5 Dec 2000 03:58:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/epic4 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/05 03:58:10 PST Modified files: irc/epic4 Makefile distinfo pkg-plist Log: Update to 0.9.13. Do portlint & cleanups. Prepare for the forthcoming slave port(s). Approved by: Anders Andersson (MAINTAINER) Revision Changes Path 1.29 +26 -16 ports/irc/epic4/Makefile 1.18 +2 -1 ports/irc/epic4/distinfo 1.18 +2 -1 ports/irc/epic4/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 5 4: 4:50 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:04:47 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3085537B401; Tue, 5 Dec 2000 04:04:47 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5C4ll46461; Tue, 5 Dec 2000 04:04:47 -0800 (PST) (envelope-from knu) Message-Id: <200012051204.eB5C4ll46461@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 5 Dec 2000 04:04:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/epic4 Makefile pkg-comment pkg-descr ports/japanese/epic4/files patch-Makefile.in patch-config.h patch-defs.h patch-input.c patch-kanji.c patch-kanji.h patch-parse.c patch-screen.c patch-server.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/05 04:04:46 PST Modified files: japanese Makefile Added files: japanese/epic4 Makefile pkg-comment pkg-descr japanese/epic4/files patch-Makefile.in patch-config.h patch-defs.h patch-input.c patch-kanji.c patch-kanji.h patch-parse.c patch-screen.c patch-server.c patch-term.c patch-term.h Log: Add ja-epic4, the (E)nhanced (P)rogrammable (I)RC-II (C)lient with Japanese support. Revision Changes Path 1.325 +2 -1 ports/japanese/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 5 4: 5: 7 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:05:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBFCD37B400; Tue, 5 Dec 2000 04:05:04 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5C54f46589; Tue, 5 Dec 2000 04:05:04 -0800 (PST) (envelope-from knu) Message-Id: <200012051205.eB5C54f46589@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 5 Dec 2000 04:05:04 -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 X-Loop: FreeBSD.ORG knu 2000/12/05 04:05:04 PST Modified files: . modules Log: ja-epic4 --> ports/japanese/epic4 Revision Changes Path 1.2071 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 4:12:56 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:12:52 2000 Return-Path: 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 8AC9B37B401; Tue, 5 Dec 2000 04:12:49 -0800 (PST) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.11.1/8.9.3) id eB5CCms46194; Tue, 5 Dec 2000 13:12:48 +0100 (CET) (envelope-from ibex) Date: Tue, 5 Dec 2000 13:12:47 +0100 From: Dirk Froemberg To: Thomas-Henning von Kamptz Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml ports/astro/xearth/files freebsd.committers.markers www/en/news newsflash.sgml Message-ID: <20001205131247.A44271@physik.TU-Berlin.DE> References: <200012042352.eB4Nq6B26666@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: <200012042352.eB4Nq6B26666@freefall.freebsd.org>; from tomsoft@freebsd.org on Mon, Dec 04, 2000 at 03:52:06PM -0800 Sender: ibex@emmi.physik.TU-Berlin.DE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Thomas! Welcome on board. 8-) BTW. Thomas and I worked together in the Technical University Berlin some years ago. Good to have him with us... Best regards Dirk On Mon, Dec 04, 2000 at 03:52:06PM -0800, Thomas-Henning von Kamptz wrote: > tomsoft 2000/12/04 15:52:06 PST > > Modified files: > en_US.ISO_8859-1/books/handbook authors.ent > en_US.ISO_8859-1/books/handbook/staff chapter.sgml > astro/xearth/files freebsd.committers.markers > en/news newsflash.sgml > Log: > Traditional first commit > > Revision Changes Path > 1.135 +5 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent > 1.182 +9 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml > 1.45 +2 -0 ports/astro/xearth/files/freebsd.committers.markers > 1.232 +7 -1 www/en/news/newsflash.sgml -- 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 Tue Dec 5 4:13:33 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:13:28 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 7DF3737B401; Tue, 5 Dec 2000 04:13:27 -0800 (PST) Received: (from ler@localhost) by lerami.lerctr.org (8.11.1/8.11.1/20001028) id eB5CDLv04607; Tue, 5 Dec 2000 06:13:21 -0600 (CST) (envelope-from ler) Date: Tue, 5 Dec 2000 06:13:20 -0600 From: Larry Rosenman To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fstat fstat.c cd9660.c src/sys/sys mount.h Message-ID: <20001205061320.A4269@lerami.lerctr.org> References: <200012050943.eB59hDn23446@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <200012050943.eB59hDn23446@freefall.freebsd.org>; from alfred@FreeBSD.org on Tue, Dec 05, 2000 at 01:43:12AM -0800 X-Mailer: Mutt http://www.mutt.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Alfred Perlstein [001205 03:43]: > alfred 2000/12/05 01:43:12 PST > > Modified files: (Branch: RELENG_4) > usr.bin/fstat fstat.c cd9660.c > sys/sys mount.h > Log: > MFC: remove struct mount from userland (except fstat) to prevent namespace > pollution. > > Revision Changes Path > 1.21.2.3 +2 -2 src/usr.bin/fstat/fstat.c > 1.1.2.2 +3 -1 src/usr.bin/fstat/cd9660.c > 1.89.2.1 +5 -1 src/sys/sys/mount.h > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > And make world breaks... gzip -cn /usr/src/usr.bin/from/from.1 > from.1.gz ===> usr.bin/fstat cc -O -pipe -Wall -I/usr/src/usr.bin/fstat/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/fstat/cd9660.c In file included from /usr/src/usr.bin/fstat/cd9660.c:51: /usr/src/usr.bin/fstat/../../sys/isofs/cd9660/cd9660_node.h:64: field `i_lock' has incomplete type *** Error code 1 Stop in /usr/src/usr.bin/fstat. *** Error code 1 Stop in /usr/src/usr.bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Looks to me like /usr/src/sys/sys/isofs/cd9660/cd9660_node.h needs to #include -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 4:22:25 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:22:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id E400E37B400; Tue, 5 Dec 2000 04:22:21 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB5CMF912822; Tue, 5 Dec 2000 04:22:15 -0800 (PST) Date: Tue, 5 Dec 2000 04:22:14 -0800 From: Alfred Perlstein To: Larry Rosenman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fstat fstat.c cd9660.c src/sys/sys mount.h Message-ID: <20001205042214.O8051@fw.wintelcom.net> References: <200012050943.eB59hDn23446@freefall.freebsd.org> <20001205061320.A4269@lerami.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001205061320.A4269@lerami.lerctr.org>; from ler@lerctr.org on Tue, Dec 05, 2000 at 06:13:20AM -0600 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Larry Rosenman [001205 04:13] wrote: > * Alfred Perlstein [001205 03:43]: > > alfred 2000/12/05 01:43:12 PST > > > > Modified files: (Branch: RELENG_4) > > usr.bin/fstat fstat.c cd9660.c > > sys/sys mount.h > > Log: > > MFC: remove struct mount from userland (except fstat) to prevent namespace > > pollution. > > > > Revision Changes Path > > 1.21.2.3 +2 -2 src/usr.bin/fstat/fstat.c > > 1.1.2.2 +3 -1 src/usr.bin/fstat/cd9660.c > > 1.89.2.1 +5 -1 src/sys/sys/mount.h > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > > And make world breaks... > > Looks to me like /usr/src/sys/sys/isofs/cd9660/cd9660_node.h needs to > #include It really shouldn't have, make sure you have the most up to date version of each of these files. field i_lock is a 'struct lock' however sys/lock.h should have already been included by the #define _KERNEL and #include sys/mount.h right above it. I can't reproduce this, can you double check that you have the most up to date version of src/usr.bin/fstat/cd9660.c ? -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 4:25:27 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:25:18 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 54B3237B400; Tue, 5 Dec 2000 04:25:17 -0800 (PST) Received: (from ler@localhost) by lerami.lerctr.org (8.11.1/8.11.1/20001028) id eB5CPGZ05164; Tue, 5 Dec 2000 06:25:16 -0600 (CST) (envelope-from ler) Date: Tue, 5 Dec 2000 06:25:16 -0600 From: Larry Rosenman To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fstat fstat.c cd9660.c src/sys/sys mount.h Message-ID: <20001205062516.A5086@lerami.lerctr.org> References: <200012050943.eB59hDn23446@freefall.freebsd.org> <20001205061320.A4269@lerami.lerctr.org> <20001205042214.O8051@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <20001205042214.O8051@fw.wintelcom.net>; from alfred@FreeBSD.org on Tue, Dec 05, 2000 at 04:22:14AM -0800 X-Mailer: Mutt http://www.mutt.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Alfred Perlstein [001205 06:22]: > * Larry Rosenman [001205 04:13] wrote: > > * Alfred Perlstein [001205 03:43]: > > > alfred 2000/12/05 01:43:12 PST > > > > > > Modified files: (Branch: RELENG_4) > > > usr.bin/fstat fstat.c cd9660.c > > > sys/sys mount.h > > > Log: > > > MFC: remove struct mount from userland (except fstat) to prevent namespace > > > pollution. > > > > > > Revision Changes Path > > > 1.21.2.3 +2 -2 src/usr.bin/fstat/fstat.c > > > 1.1.2.2 +3 -1 src/usr.bin/fstat/cd9660.c > > > 1.89.2.1 +5 -1 src/sys/sys/mount.h > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe cvs-all" in the body of the message > > > > > And make world breaks... > > > > Looks to me like /usr/src/sys/sys/isofs/cd9660/cd9660_node.h needs to > > #include > > It really shouldn't have, make sure you have the most up to date > version of each of these files. > > field i_lock is a 'struct lock' however sys/lock.h should have > already been included by the #define _KERNEL and #include sys/mount.h > right above it. > > I can't reproduce this, can you double check that you have the most > up to date version of src/usr.bin/fstat/cd9660.c ? It's what cvsup gave me... /* * Copyright (c) 2000 Peter Edwards * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by Peter Edwards * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * $FreeBSD: src/usr.bin/fstat/cd9660.c,v 1.1.2.1 2000/07/02 10:20:24 ps Exp $ */ /* * XXX - * This had to be separated from fstat.c because cd9660s has namespace * conflicts with UFS. */ #include #include #include #include #include #include #include #include #include "fstat.h" int isofs_filestat(vp, fsp) struct vnode *vp; struct filestat *fsp; { struct iso_node isonode; if (!KVM_READ(VTOI(vp), &isonode, sizeof (isonode))) { dprintf(stderr, "can't read iso_node at %p for pid %d\n", (void *)VTOI(vp), Pid); return 0; } fsp->fsid = dev2udev(isonode.i_dev) & 0xffff; fsp->mode = (mode_t)isonode.inode.iso_mode; fsp->rdev = isonode.i_dev; fsp->fileid = (long)isonode.i_number; fsp->size = (u_long)isonode.i_size; return 1; } > > -- > -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] > "I have the heart of a child; I keep it in a jar on my desk." -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 4:27: 8 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:27:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 3BA7037B400; Tue, 5 Dec 2000 04:27:03 -0800 (PST) Received: (from ler@localhost) by lerami.lerctr.org (8.11.1/8.11.1/20001028) id eB5CR2105206; Tue, 5 Dec 2000 06:27:02 -0600 (CST) (envelope-from ler) Date: Tue, 5 Dec 2000 06:27:02 -0600 From: Larry Rosenman To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fstat fstat.c cd9660.c src/sys/sys mount.h Message-ID: <20001205062702.A5198@lerami.lerctr.org> References: <200012050943.eB59hDn23446@freefall.freebsd.org> <20001205061320.A4269@lerami.lerctr.org> <20001205042214.O8051@fw.wintelcom.net> <20001205062516.A5086@lerami.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <20001205062516.A5086@lerami.lerctr.org>; from ler@lerctr.org on Tue, Dec 05, 2000 at 06:25:16AM -0600 X-Mailer: Mutt http://www.mutt.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Larry Rosenman [001205 06:25]: > * Alfred Perlstein [001205 06:22]: > > * Larry Rosenman [001205 04:13] wrote: > > > * Alfred Perlstein [001205 03:43]: > > > > alfred 2000/12/05 01:43:12 PST > > > > > > > > Modified files: (Branch: RELENG_4) > > > > usr.bin/fstat fstat.c cd9660.c > > > > sys/sys mount.h > > > > Log: > > > > MFC: remove struct mount from userland (except fstat) to prevent namespace > > > > pollution. > > > > > > > > Revision Changes Path > > > > 1.21.2.3 +2 -2 src/usr.bin/fstat/fstat.c > > > > 1.1.2.2 +3 -1 src/usr.bin/fstat/cd9660.c > > > > 1.89.2.1 +5 -1 src/sys/sys/mount.h > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe cvs-all" in the body of the message > > > > > > > And make world breaks... > > > > > > Looks to me like /usr/src/sys/sys/isofs/cd9660/cd9660_node.h needs to > > > #include > > > > It really shouldn't have, make sure you have the most up to date > > version of each of these files. > > > > field i_lock is a 'struct lock' however sys/lock.h should have > > already been included by the #define _KERNEL and #include sys/mount.h > > right above it. > > > > I can't reproduce this, can you double check that you have the most > > up to date version of src/usr.bin/fstat/cd9660.c ? > It's what cvsup gave me... OK, a new cvsup got the delta to cd9660.c Sowwy.... -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 4:28:37 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:28:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 88FBA37B400; Tue, 5 Dec 2000 04:28:32 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB5CSF813004; Tue, 5 Dec 2000 04:28:15 -0800 (PST) Date: Tue, 5 Dec 2000 04:28:15 -0800 From: Alfred Perlstein To: Larry Rosenman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fstat fstat.c cd9660.c src/sys/sys mount.h Message-ID: <20001205042815.P8051@fw.wintelcom.net> References: <200012050943.eB59hDn23446@freefall.freebsd.org> <20001205061320.A4269@lerami.lerctr.org> <20001205042214.O8051@fw.wintelcom.net> <20001205062516.A5086@lerami.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001205062516.A5086@lerami.lerctr.org>; from ler@lerctr.org on Tue, Dec 05, 2000 at 06:25:16AM -0600 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Larry Rosenman [001205 04:25] wrote: > * Alfred Perlstein [001205 06:22]: > > * Larry Rosenman [001205 04:13] wrote: > > > * Alfred Perlstein [001205 03:43]: > > > > alfred 2000/12/05 01:43:12 PST > > > > > > > > Modified files: (Branch: RELENG_4) > > > > usr.bin/fstat fstat.c cd9660.c > > > > sys/sys mount.h > > > > Log: > > > > MFC: remove struct mount from userland (except fstat) to prevent namespace > > > > pollution. > > > > > > > > Revision Changes Path > > > > 1.21.2.3 +2 -2 src/usr.bin/fstat/fstat.c > > > > 1.1.2.2 +3 -1 src/usr.bin/fstat/cd9660.c > > > > 1.89.2.1 +5 -1 src/sys/sys/mount.h > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe cvs-all" in the body of the message > > > > > > > And make world breaks... > > > > > > Looks to me like /usr/src/sys/sys/isofs/cd9660/cd9660_node.h needs to > > > #include > > > > It really shouldn't have, make sure you have the most up to date > > version of each of these files. > > > > field i_lock is a 'struct lock' however sys/lock.h should have > > already been included by the #define _KERNEL and #include sys/mount.h > > right above it. > > > > I can't reproduce this, can you double check that you have the most > > up to date version of src/usr.bin/fstat/cd9660.c ? > It's what cvsup gave me... hah! > > > > 1.1.2.2 +3 -1 src/usr.bin/fstat/cd9660.c ----------^^^^^^^ > * $FreeBSD: src/usr.bin/fstat/cd9660.c,v 1.1.2.1 2000/07/02 10:20:24 ps Exp $ --------------------------------------------^^^^^^^ You're out of date somehow you got half of my patch. CVSup again in a few minutes and you should be ok. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 4:28:55 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:28:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EFAC37B400; Tue, 5 Dec 2000 04:28:52 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5CSpo51159; Tue, 5 Dec 2000 04:28:52 -0800 (PST) (envelope-from knu) Message-Id: <200012051228.eB5CSpo51159@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 5 Dec 2000 04:28:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/wxg Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/japanese/wxg/files wxg.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/05 04:28:51 PST Modified files: japanese Makefile Added files: japanese/wxg Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist japanese/wxg/files wxg.sh Log: Add ja-wxg, high-quality Canna-compatible Japanese input engine from A.I.SOFT. Revision Changes Path 1.326 +2 -1 ports/japanese/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 5 4:29: 7 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:29:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97DF037B400; Tue, 5 Dec 2000 04:29:05 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5CT5b51218; Tue, 5 Dec 2000 04:29:05 -0800 (PST) (envelope-from knu) Message-Id: <200012051229.eB5CT5b51218@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 5 Dec 2000 04:29: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 X-Loop: FreeBSD.ORG knu 2000/12/05 04:29:05 PST Modified files: . modules Log: ja-wxg --> ports/japanese/wxg Revision Changes Path 1.2072 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 4:29:52 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:29:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAFBA37B400; Tue, 5 Dec 2000 04:29:49 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5CTn751315; Tue, 5 Dec 2000 04:29:49 -0800 (PST) (envelope-from knu) Message-Id: <200012051229.eB5CTn751315@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 5 Dec 2000 04:29:49 -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 X-Loop: FreeBSD.ORG knu 2000/12/05 04:29:49 PST Modified files: . LEGAL Log: Add entries for japanese/vje30 and japanese/wxg. Revision Changes Path 1.187 +3 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 4:30:11 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:30:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 24B4D37B402; Tue, 5 Dec 2000 04:30:03 -0800 (PST) Received: (from ler@localhost) by lerami.lerctr.org (8.11.1/8.11.1/20001028) id eB5CU2j05450; Tue, 5 Dec 2000 06:30:02 -0600 (CST) (envelope-from ler) Date: Tue, 5 Dec 2000 06:30:02 -0600 From: Larry Rosenman To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-stable@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fstat fstat.c cd9660.c src/sys/sys mount.h Message-ID: <20001205063002.A5217@lerami.lerctr.org> References: <200012050943.eB59hDn23446@freefall.freebsd.org> <20001205061320.A4269@lerami.lerctr.org> <20001205042214.O8051@fw.wintelcom.net> <20001205062516.A5086@lerami.lerctr.org> <20001205062702.A5198@lerami.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <20001205062702.A5198@lerami.lerctr.org>; from ler@lerctr.org on Tue, Dec 05, 2000 at 06:27:02AM -0600 X-Mailer: Mutt http://www.mutt.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Larry Rosenman [001205 06:27]: > * Larry Rosenman [001205 06:25]: > > * Alfred Perlstein [001205 06:22]: > > > * Larry Rosenman [001205 04:13] wrote: > > > > * Alfred Perlstein [001205 03:43]: > > > > > alfred 2000/12/05 01:43:12 PST > > > > > > > > > > Modified files: (Branch: RELENG_4) > > > > > usr.bin/fstat fstat.c cd9660.c > > > > > sys/sys mount.h > > > > > Log: > > > > > MFC: remove struct mount from userland (except fstat) to prevent namespace > > > > > pollution. > > > > > > > > > > Revision Changes Path > > > > > 1.21.2.3 +2 -2 src/usr.bin/fstat/fstat.c > > > > > 1.1.2.2 +3 -1 src/usr.bin/fstat/cd9660.c > > > > > 1.89.2.1 +5 -1 src/sys/sys/mount.h > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe cvs-all" in the body of the message > > > > > > > > > And make world breaks... > > > > > > > > Looks to me like /usr/src/sys/sys/isofs/cd9660/cd9660_node.h needs to > > > > #include > > > > > > It really shouldn't have, make sure you have the most up to date > > > version of each of these files. > > > > > > field i_lock is a 'struct lock' however sys/lock.h should have > > > already been included by the #define _KERNEL and #include sys/mount.h > > > right above it. > > > > > > I can't reproduce this, can you double check that you have the most > > > up to date version of src/usr.bin/fstat/cd9660.c ? > > It's what cvsup gave me... > OK, a new cvsup got the delta to cd9660.c > > Sowwy.... > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler@lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 4:38:26 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:38:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C49A037B402; Tue, 5 Dec 2000 04:38:23 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5CcNn52318; Tue, 5 Dec 2000 04:38:23 -0800 (PST) (envelope-from tg) Message-Id: <200012051238.eB5CcNn52318@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 5 Dec 2000 04:38:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libform Makefile src/lib/libmenu Makefile src/lib/libpanel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/12/05 04:38:23 PST Modified files: lib/libform Makefile lib/libmenu Makefile lib/libpanel Makefile Log: Install manpages, including appropriate MLINKS. Revision Changes Path 1.5 +67 -1 src/lib/libform/Makefile 1.6 +55 -1 src/lib/libmenu/Makefile 1.5 +18 -1 src/lib/libpanel/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 5 4:40:19 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:40:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB6DE37B400; Tue, 5 Dec 2000 04:40:16 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5CeGk52590; Tue, 5 Dec 2000 04:40:16 -0800 (PST) (envelope-from tg) Message-Id: <200012051240.eB5CeGk52590@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 5 Dec 2000 04:40:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/12/05 04:40:14 PST Modified files: lib/libncurses Makefile Log: Add some missing functions in MLINKS. Link assume_default_colors.3 and use_default_colors.3 to default_colors.3 instead of dft_fgbg.3. The former seems to be newer and/or better maintained. Revision Changes Path 1.45 +11 -6 src/lib/libncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 4:54:26 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:54:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 97B3737B400; Tue, 5 Dec 2000 04:54:21 -0800 (PST) Received: from localhost (9o2pfn@localhost [127.0.0.1]) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id eB5CsG740461; Tue, 5 Dec 2000 07:54:19 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200012051254.eB5CsG740461@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh auth-pam.c auth-pam.h auth-krb4.c auth-krb5.c auth-passwd.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.c auth1.c auth2-skey.c auth2.c authfd.c authfile.c bufaux.c canohost.c cipher.c cipher.h compat.c hostfile.c includes.h key.c ... In-Reply-To: Message from Warner Losh of "Mon, 04 Dec 2000 22:02:14 MST." <200012050502.WAA67015@harmony.village.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Dec 2000 07:54:15 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > In message <200012050255.eB52tFb56101@freefall.freebsd.org> Brian Feldman writes: > : This requires at least the following in pam.conf: > > UPDATING fodder? Please do :) The sshd doesn't work very well without such lines as defaults. -- 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 Tue Dec 5 4:54:50 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:54:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4ECA37B401; Tue, 5 Dec 2000 04:54:47 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5Csla54127; Tue, 5 Dec 2000 04:54:47 -0800 (PST) (envelope-from jim) Message-Id: <200012051254.eB5Csla54127@freefall.freebsd.org> From: Jim Mock Date: Tue, 5 Dec 2000 04:54:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/disks chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/12/05 04:54:47 PST Modified files: en_US.ISO_8859-1/books/handbook/disks chapter.sgml Log: Add a section on using slices. PR: 22996 Submitted by: Szilveszter Adam Revision Changes Path 1.24 +21 -3 doc/en_US.ISO_8859-1/books/handbook/disks/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 5 5:18:20 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 05:18:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 950AE37B400; Tue, 5 Dec 2000 05:18:17 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5DIHM58809; Tue, 5 Dec 2000 05:18:17 -0800 (PST) (envelope-from jim) Message-Id: <200012051318.eB5DIHM58809@freefall.freebsd.org> From: Jim Mock Date: Tue, 5 Dec 2000 05:18:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/12/05 05:18:17 PST Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Add an entry for questions regarding changing the time if kern.securelevel > 1. Fix a dangling pronoun in the preceeding question as well. PR: 23200 Submitted by: Mike Meyer Revision Changes Path 1.129 +30 -4 doc/en_US.ISO_8859-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 5 5:41:34 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 05:41:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C91A37B400; Tue, 5 Dec 2000 05:41:32 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5DfWK61800; Tue, 5 Dec 2000 05:41:32 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051341.eB5DfWK61800@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 05:41:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/librep Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 05:41:32 PST Modified files: lang/librep Makefile distinfo Log: Update to 0.13.3. Revision Changes Path 1.22 +2 -2 ports/lang/librep/Makefile 1.14 +1 -1 ports/lang/librep/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 5 5:42:41 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 05:42:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2162037B402; Tue, 5 Dec 2000 05:42:39 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5Dgd661997; Tue, 5 Dec 2000 05:42:39 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051342.eB5Dgd661997@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 05:42:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/rep-gtk Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 05:42:39 PST Modified files: x11-toolkits/rep-gtk Makefile distinfo Log: Update to 0.15. Revision Changes Path 1.23 +2 -3 ports/x11-toolkits/rep-gtk/Makefile 1.11 +1 -1 ports/x11-toolkits/rep-gtk/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 5 5:54:20 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 05:54:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FBF237B400; Tue, 5 Dec 2000 05:54:17 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5DsHg64315; Tue, 5 Dec 2000 05:54:17 -0800 (PST) (envelope-from roger) Message-Id: <200012051354.eB5DsHg64315@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 5 Dec 2000 05:54:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/vid Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/12/05 05:54:17 PST Modified files: graphics Makefile Added files: graphics/vid Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add vid, a program to capture single frames from USB Cameras using the OV511 chipet. Cameras include * Creative Labs WebCam 3 * D-Link DSB-C300 * Puretek PT-6007 * Koala-Cam * Lifeview RoboCam * AverMedia InterCam Elite * MediaForte MV300 FreeBSD will tell you if you have an OV511 camera at boot time if you have usb and ugen support enabled Obtained from: Peter Housel Revision Changes Path 1.249 +2 -1 ports/graphics/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 5 5:54:29 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 05:54:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AD7237B402; Tue, 5 Dec 2000 05:54:22 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5DsML64354; Tue, 5 Dec 2000 05:54:22 -0800 (PST) (envelope-from roger) Message-Id: <200012051354.eB5DsML64354@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 5 Dec 2000 05:54: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 X-Loop: FreeBSD.ORG roger 2000/12/05 05:54:22 PST Modified files: . modules Log: vid --> ports/graphics/vid Revision Changes Path 1.2073 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 5:56: 6 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 05:56:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B7DE37B400; Tue, 5 Dec 2000 05:56:03 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5Du3U64623; Tue, 5 Dec 2000 05:56:03 -0800 (PST) (envelope-from dwmalone) Message-Id: <200012051356.eB5Du3U64623@freefall.freebsd.org> From: David Malone Date: Tue, 5 Dec 2000 05:56:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/12/05 05:56:02 PST Modified files: usr.sbin/inetd builtins.c inetd.8 Log: Add a -F option to the builtin ident service, which allows .fakeid files to contain the name of other valid users. PR: 22837 Submitted by: Andreas Gerstenberg Reviewed by: green Reviewed by: sheldonh Revision Changes Path 1.29 +8 -4 src/usr.sbin/inetd/builtins.c 1.54 +11 -1 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 5 6: 1: 3 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 06:01:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from warning.follo.net (warning.follo.net [195.204.136.30]) by hub.freebsd.org (Postfix) with ESMTP id B4B2337B400; Tue, 5 Dec 2000 06:00:59 -0800 (PST) Received: (from eivind@localhost) by warning.follo.net (8.9.3/8.9.3) id PAA83381; Tue, 5 Dec 2000 15:00:58 +0100 (CET) Date: Tue, 5 Dec 2000 15:00:58 +0100 From: Eivind Eklund To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh auth-pam.c auth-pam.h auth-krb4.c auth-krb5.c auth-passwd.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.c auth1.c auth2-skey.c auth2.c authfd.c authfile.c bufaux.c canohost.c cipher.c cipher.h compat.c hostfile.c includes.h key.c ... Message-ID: <20001205150058.E44715@warning.follo.net> References: <200012050255.eB52tFb56101@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200012050255.eB52tFb56101@freefall.freebsd.org>; from green@FreeBSD.org on Mon, Dec 04, 2000 at 06:55:15PM -0800 Sender: eivind@warning.follo.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 04, 2000 at 06:55:15PM -0800, Brian Feldman wrote: > Important new FreeBSD-version stuff: PAM support has been worked > in, partially from the "Unix" OpenSSH version, and a lot due to the > work of Eivind Eklend, too. > > This requires at least the following in pam.conf: > > sshd auth sufficient pam_skey.so > sshd auth required pam_unix.so try_first_pass > sshd session required pam_permit.so > > Parts by: Eivind Eklend For the record: This work was sponsored by Enitel ASA. 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 5 6: 7:33 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 06:07:31 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C9C937B400; Tue, 5 Dec 2000 06:07:31 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5E7Ug68142; Tue, 5 Dec 2000 06:07:30 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051407.eB5E7Ug68142@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 06:07:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish Makefile distinfo pkg-plist ports/x11-wm/sawfish/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 06:07:30 PST Modified files: x11-wm/sawfish Makefile distinfo pkg-plist x11-wm/sawfish/files patch-ac Log: Update to 0.34. Revision Changes Path 1.36 +2 -5 ports/x11-wm/sawfish/Makefile 1.23 +1 -1 ports/x11-wm/sawfish/distinfo 1.27 +14 -0 ports/x11-wm/sawfish/pkg-plist 1.7 +3 -3 ports/x11-wm/sawfish/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 Tue Dec 5 6:12: 8 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 06:12:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 938EF37B401; Tue, 5 Dec 2000 06:11:59 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id E14B818DB; Tue, 5 Dec 2000 09:11:53 -0500 (EST) Date: Tue, 5 Dec 2000 09:11:53 -0500 From: Will Andrews To: Eivind Eklund Cc: Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh auth-pam.c auth-pam.h auth-krb4.c auth-krb5.c auth-passwd.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.c auth1.c auth2-skey.c auth2.c authfd.c authfile.c bufaux.c canohost.c cipher.c cipher.h compat.c hostfile.c includes.h key.c ... Message-ID: <20001205091153.G563@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Eivind Eklund , Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012050255.eB52tFb56101@freefall.freebsd.org> <20001205150058.E44715@warning.follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001205150058.E44715@warning.follo.net>; from eivind@FreeBSD.org on Tue, Dec 05, 2000 at 03:00:58PM +0100 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: will@puck.firepipe.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 05, 2000 at 03:00:58PM +0100, Eivind Eklund wrote: > For the record: This work was sponsored by Enitel ASA. This should really be noted via forced commit. -- 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 5 6:14:41 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 06:14:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06E4B37B401; Tue, 5 Dec 2000 06:14:39 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5EEcd69016; Tue, 5 Dec 2000 06:14:38 -0800 (PST) (envelope-from roger) Message-Id: <200012051414.eB5EEcd69016@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 5 Dec 2000 06:14:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vid Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/12/05 06:14:38 PST Modified files: graphics/vid Makefile Log: Add dependency on netpbm Revision Changes Path 1.2 +3 -1 ports/graphics/vid/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 5 6:16:11 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 06:16:07 2000 Return-Path: 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 3339237B401; Tue, 5 Dec 2000 06:16:06 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id PAA24519; Tue, 5 Dec 2000 15:16:04 +0100 (CET) (envelope-from des@ofug.org) Sender: des@ofug.org 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: obrien@FreeBSD.org Cc: Bill Fumerola , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail References: <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <20001204122458.A46610@dragon.nuxi.com> <20001204143312.B75794@elvis.mu.org> <20001204123637.B46752@dragon.nuxi.com> From: Dag-Erling Smorgrav Date: 05 Dec 2000 15:16:04 +0100 In-Reply-To: "David O'Brien"'s message of "Mon, 4 Dec 2000 12:36:37 -0800" Message-ID: Lines: 13 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David O'Brien" writes: > On Mon, Dec 04, 2000 at 02:33:12PM -0600, Bill Fumerola wrote: > > On Mon, Dec 04, 2000 at 12:24:58PM -0800, David O'Brien wrote: > > > Why don't you talk to others about it too rather than just ones that > > Can I have the obrien-approved list of people I can get reviews from? > Yes you can -- arch@freebsd.org Cool! I'm on -arch, next time Jeroen needs someone to review his removal of the "register" keyword I'll be happy to approve it. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 7:17:51 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 07:17:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32B4037B400; Tue, 5 Dec 2000 07:17:48 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5FHmT82223; Tue, 5 Dec 2000 07:17:48 -0800 (PST) (envelope-from joerg) Message-Id: <200012051517.eB5FHmT82223@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 5 Dec 2000 07:17:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/avr-binutils Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2000/12/05 07:17:47 PST Modified files: devel Makefile Added files: devel/avr-binutils Makefile distinfo pkg-comment pkg-descr pkg-plist Log: This is the first port of a fairly complete toolchain for Atmel AVR microcomputer cross-development. More (avr-gcc, avr-libc) to follow... Revision Changes Path 1.368 +2 -1 ports/devel/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 5 7:18: 0 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 07:17:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D188F37B698; Tue, 5 Dec 2000 07:17:51 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5FHpI82281; Tue, 5 Dec 2000 07:17:51 -0800 (PST) (envelope-from joerg) Message-Id: <200012051517.eB5FHpI82281@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 5 Dec 2000 07:17: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 X-Loop: FreeBSD.ORG joerg 2000/12/05 07:17:51 PST Modified files: . modules Log: avr-binutils --> ports/devel/avr-binutils Revision Changes Path 1.2074 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 7:21: 6 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 07:21:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7320037B400; Tue, 5 Dec 2000 07:21:03 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5FL3M83456; Tue, 5 Dec 2000 07:21:03 -0800 (PST) (envelope-from joerg) Message-Id: <200012051521.eB5FL3M83456@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 5 Dec 2000 07:21:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/avr-gcc Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2000/12/05 07:21:03 PST Modified files: devel Makefile Added files: devel/avr-gcc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Atmel AVR cross-development, part #2: the C compiler. Revision Changes Path 1.369 +2 -1 ports/devel/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 5 7:21:15 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 07:21:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAAE837B404; Tue, 5 Dec 2000 07:21:06 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5FL6W83491; Tue, 5 Dec 2000 07:21:06 -0800 (PST) (envelope-from joerg) Message-Id: <200012051521.eB5FL6W83491@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 5 Dec 2000 07:21:06 -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 X-Loop: FreeBSD.ORG joerg 2000/12/05 07:21:06 PST Modified files: . modules Log: avr-gcc --> ports/devel/avr-gcc Revision Changes Path 1.2075 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 7:23:21 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 07:23:18 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EEEF37B400; Tue, 5 Dec 2000 07:23:18 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5FNIW84351; Tue, 5 Dec 2000 07:23:18 -0800 (PST) (envelope-from joerg) Message-Id: <200012051523.eB5FNIW84351@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 5 Dec 2000 07:23:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/avr-libc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/avr-libc/files README.libdoc avr-lib.pdf patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2000/12/05 07:23:18 PST Modified files: devel Makefile Added files: devel/avr-libc Makefile distinfo pkg-comment pkg-descr pkg-plist devel/avr-libc/files README.libdoc avr-lib.pdf patch-aa Log: Atmel AVR cross-development, part #3: a C and floating point math library. This port also installs some documentation which actually describes the combo of all three ports (avr-binutils, avr-gcc, avr-libc). Revision Changes Path 1.370 +2 -1 ports/devel/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 5 7:23:29 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 07:23:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8766237B69B; Tue, 5 Dec 2000 07:23:21 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5FNLK84389; Tue, 5 Dec 2000 07:23:21 -0800 (PST) (envelope-from joerg) Message-Id: <200012051523.eB5FNLK84389@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 5 Dec 2000 07:23: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 X-Loop: FreeBSD.ORG joerg 2000/12/05 07:23:21 PST Modified files: . modules Log: avr-libc --> ports/devel/avr-libc Revision Changes Path 1.2076 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 7:34:39 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 07:34:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6036E37B400; Tue, 5 Dec 2000 07:34:36 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5FYag86329; Tue, 5 Dec 2000 07:34:36 -0800 (PST) (envelope-from kevlo) Message-Id: <200012051534.eB5FYag86329@freefall.freebsd.org> From: Kevin Lo Date: Tue, 5 Dec 2000 07:34:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/STk Makefile distinfo pkg-descr pkg-plist ports/lang/STk/files patch-ab patch-ac patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/05 07:34:36 PST Modified files: lang/STk Makefile distinfo pkg-descr pkg-plist Added files: lang/STk/files patch-ab patch-ac Removed files: lang/STk/files patch-aa Log: - Update to version 4.0.1 - Switch maintainer to ports@FreeBSD.org PR: 23276 Submitted by: Ports Fury Approved by: MAINTAINER Revision Changes Path 1.22 +12 -13 ports/lang/STk/Makefile 1.6 +1 -1 ports/lang/STk/distinfo 1.3 +2 -0 ports/lang/STk/pkg-descr 1.7 +411 -159 ports/lang/STk/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 5 7:57: 4 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 07:57:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B2E437B400; Tue, 5 Dec 2000 07:57:01 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5Fv1F89826; Tue, 5 Dec 2000 07:57:01 -0800 (PST) (envelope-from jmz) Message-Id: <200012051557.eB5Fv1F89826@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Tue, 5 Dec 2000 07:57:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86 Makefile ports/x11/XFree86/files patch-q patch-r patch-s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/12/05 07:57:01 PST Modified files: x11/XFree86 Makefile Log: Increment PORTVERSION Revision Changes Path 1.90 +2 -2 ports/x11/XFree86/Makefile Added files: x11/XFree86/files patch-q patch-r patch-s Log: Compilation fixes for changes in machine/console.h and machine/mouse.h in -current. patch-r and patch-s come from the XFRee86-4 port, another patch is required here for scanpci.c (patch-q, submitted by Donald J. Maddox ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 8:21: 8 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 08:21:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 227C137B69B; Tue, 5 Dec 2000 08:21:02 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5GL2g09591; Tue, 5 Dec 2000 08:21:02 -0800 (PST) (envelope-from jlemon) Message-Id: <200012051621.eB5GL2g09591@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 5 Dec 2000 08:21:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/12/05 08:21:01 PST Modified files: sys/net if_tun.c Log: Move the wakeup/signaling of the reader side of the tun device into a tunstart function, which is called when a packet is sucessfully placed on the queue. This allows us to properly do output byte accounting within the handoff routine. Revision Changes Path 1.82 +19 -10 src/sys/net/if_tun.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 5 8:22:17 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 08:22:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6990637B401; Tue, 5 Dec 2000 08:22:14 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5GMEb10020; Tue, 5 Dec 2000 08:22:14 -0800 (PST) (envelope-from knu) Message-Id: <200012051622.eB5GMEb10020@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 5 Dec 2000 08:22:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi query-pr.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/05 08:22:14 PST Modified files: en/cgi query-pr.cgi Log: Plug up a big security hole; never ever pass meta characters to shell! Submitted by: Anthony Rubin Revision Changes Path 1.22 +4 -2 www/en/cgi/query-pr.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 5 8:38:17 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 08:38:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDDA137B400; Tue, 5 Dec 2000 08:38:13 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5GcDT14826; Tue, 5 Dec 2000 08:38:13 -0800 (PST) (envelope-from roam) Message-Id: <200012051638.eB5GcDT14826@freefall.freebsd.org> From: Peter Pentchev Date: Tue, 5 Dec 2000 08:38:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lavaps Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/05 08:38:13 PST Modified files: sysutils/lavaps Makefile pkg-descr Log: Use Tcl and Tk 8.3 instead of 8.2, as recommended by the program author. Maintainer change. PR: 23297 Submitted by: Johann Visagie (new maintainer) Approved by: John Heidemann (former maintainer) Revision Changes Path 1.7 +4 -4 ports/sysutils/lavaps/Makefile 1.3 +3 -2 ports/sysutils/lavaps/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 5 8:38:18 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 08:38:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B1CC37B401; Tue, 5 Dec 2000 08:38:15 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5GcFs14859; Tue, 5 Dec 2000 08:38:15 -0800 (PST) (envelope-from imp) Message-Id: <200012051638.eB5GcFs14859@freefall.freebsd.org> From: Warner Losh Date: Tue, 5 Dec 2000 08:38:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/12/05 08:38:15 PST Modified files: . UPDATING Log: Add new ssh pam support and pam.conf requirements. Revision Changes Path 1.131 +10 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 8:40:17 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 08:40:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACEBF37B400; Tue, 5 Dec 2000 08:40:14 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5GeEU15399; Tue, 5 Dec 2000 08:40:14 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051640.eB5GeEU15399@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 08:40:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info pkg_info.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 08:40:14 PST Modified files: usr.sbin/pkg_install/info pkg_info.1 Log: Alphabetically reorder options in `.Op Fl' macro to be consistent with the rest of the code. Revision Changes Path 1.30 +2 -2 src/usr.sbin/pkg_install/info/pkg_info.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 5 8:41:29 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 08:41:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CABF837B400; Tue, 5 Dec 2000 08:41:26 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5GfQv15683; Tue, 5 Dec 2000 08:41:26 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051641.eB5GfQv15683@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 08:41:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info pkg_info.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 08:41:26 PST Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/info pkg_info.1 Log: MFC: Alphabetically reorder options in `.Op Fl' macro to be consistent with the rest of the code. Revision Changes Path 1.24.2.4 +1 -1 src/usr.sbin/pkg_install/info/pkg_info.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 5 8:59: 7 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 08:59:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C7FE37B400; Tue, 5 Dec 2000 08:59:03 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5Gx3w20750; Tue, 5 Dec 2000 08:59:03 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051659.eB5Gx3w20750@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 08:59:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add pkg_add.1 src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/delete pkg_delete.1 src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 08:59:02 PST Modified files: (Branch: RELENG_3) usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 usr.sbin/pkg_install/delete pkg_delete.1 usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c Log: MFS4: - Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record a path of the port from which package has been created within FreeBSD Ports Collection and will be used to improve pkg_version(1) and similar tools; - add "-s" option to check size of installed package(s); - add several missed references to pkg_version(1). Prompted by: asami (`origin' option) Revision Changes Path 1.29.2.7 +2 -1 src/usr.sbin/pkg_install/add/pkg_add.1 1.14.2.2 +1 -0 src/usr.sbin/pkg_install/create/create.h 1.18.2.3 +8 -3 src/usr.sbin/pkg_install/create/main.c 1.47.2.3 +5 -1 src/usr.sbin/pkg_install/create/perform.c 1.27.2.5 +10 -1 src/usr.sbin/pkg_install/create/pkg_create.1 1.11.2.4 +1 -0 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.10.2.2 +4 -0 src/usr.sbin/pkg_install/info/info.h 1.15.2.4 +10 -2 src/usr.sbin/pkg_install/info/main.c 1.26.2.4 +4 -0 src/usr.sbin/pkg_install/info/perform.c 1.19.2.4 +11 -1 src/usr.sbin/pkg_install/info/pkg_info.1 1.12.2.3 +69 -0 src/usr.sbin/pkg_install/info/show.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 5 9: 1:34 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 09:01:30 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 3DEAE37B400; Tue, 5 Dec 2000 09:01:27 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eB5H1Ns83190; Tue, 5 Dec 2000 09:01:23 -0800 (PST) (envelope-from dillon) Date: Tue, 5 Dec 2000 09:01:23 -0800 (PST) From: Matt Dillon Message-Id: <200012051701.eB5H1Ns83190@earth.backplane.com> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/sys mmap.2 References: <200012032017.eB3KHaC61682@freefall.freebsd.org> <20001204101057.C7891@sunbay.com> <200012041659.eB4GxfV72696@earth.backplane.com> <20001205093241.A84152@sunbay.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> :Ruslan Ermilov Oracle Developer/DBA, :> :> Be more specific. I'm not going to filter every little manual page :> change through someone. I ran it through nroff -man. If that isn't :> good enough then tell me how to test it properly. :> :For specifics, please take a look at what I did in the next revision. :You know, I have spent a lot of time recently cleaning our manuals, :and the work is still going. So, if you are not too familiar with :mdoc(7) format, do not hesitate to submit your plain-text additions :to manual pages to the above mentioned people. : : :Thanks, :-- :Ruslan Ermilov Oracle Developer/DBA, :ru@sunbay.com Sunbay Software AG, Ah, I see. Ok, no problem. I'll still try to do man stuff myself (mdoc isn't *that* hard to learn!), but I appreciate the help you've given! -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 9:22:29 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 09:22:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17B6337B400; Tue, 5 Dec 2000 09:22:26 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5HMPc64994; Tue, 5 Dec 2000 09:22:25 -0800 (PST) (envelope-from obrien) Message-Id: <200012051722.eB5HMPc64994@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 09:22:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim6 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 09:22:25 PST Modified files: editors/vim6 Makefile distinfo Log: Update to Vim 6.0 beta O Revision Changes Path 1.97 +2 -2 ports/editors/vim6/Makefile 1.58 +2 -2 ports/editors/vim6/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 5 9:24:30 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 09:24:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12F1337B401; Tue, 5 Dec 2000 09:24:29 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5HOT474059; Tue, 5 Dec 2000 09:24:29 -0800 (PST) (envelope-from obrien) Message-Id: <200012051724.eB5HOT474059@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 09:24:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 09:24:28 PST Modified files: editors/vim6 Makefile Log: Finish cleaning up after the switch to Open Motif. Building with Motif is the default, unless WITH_ATHENA is defined. Revision Changes Path 1.98 +5 -4 ports/editors/vim6/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 5 9:25:47 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 09:25:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D0B137B400; Tue, 5 Dec 2000 09:25:45 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5HPjj79491; Tue, 5 Dec 2000 09:25:45 -0800 (PST) (envelope-from obrien) Message-Id: <200012051725.eB5HPjj79491@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 09:25:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim5 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 09:25:45 PST Modified files: editors/vim5 Makefile Log: Finish cleaning up after the switch to Open Motif. Building with Motif is the default unless WITH_ATHENA or WITH_GTK is defined. Revision Changes Path 1.93 +3 -4 ports/editors/vim5/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 5 9:44:40 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 09:44:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B932837B400; Tue, 5 Dec 2000 09:44:36 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5HiaT12147; Tue, 5 Dec 2000 09:44:36 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051744.eB5HiaT12147@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 09:44:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/threeDS Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 09:44:36 PST Modified files: graphics Makefile Added files: graphics/threeDS Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add threeDS - a Python module and viewer for loading and displaying models in 3DS format. Revision Changes Path 1.250 +2 -1 ports/graphics/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 5 9:45: 4 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 09:45:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AC8537B6A2; Tue, 5 Dec 2000 09:44:57 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5HivS12802; Tue, 5 Dec 2000 09:44:57 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051744.eB5HivS12802@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 09:44:57 -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 X-Loop: FreeBSD.ORG sobomax 2000/12/05 09:44:57 PST Modified files: . modules Log: threeDS --> ports/graphics/threeDS Revision Changes Path 1.2077 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 9:48: 6 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 09:48:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11F7537B400; Tue, 5 Dec 2000 09:48:04 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5Hm3J19043; Tue, 5 Dec 2000 09:48:03 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051748.eB5Hm3J19043@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 09:48:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/utah-glx Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 09:48:03 PST Modified files: graphics/utah-glx Makefile distinfo Log: Update to 0.9.20001128. Revision Changes Path 1.18 +2 -3 ports/graphics/utah-glx/Makefile 1.5 +1 -1 ports/graphics/utah-glx/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 5 9:53:45 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 09:53:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31C5637B69F; Tue, 5 Dec 2000 09:53:42 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5HrgW24563; Tue, 5 Dec 2000 09:53:42 -0800 (PST) (envelope-from obrien) Message-Id: <200012051753.eB5HrgW24563@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 09:53:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3/files patch-site.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 09:53:42 PST Modified files: net/isc-dhcp3/files patch-site.h Log: Opps, forgot to fix the file path after I re-generated the patch. (we use some perl h0h0magic, so the file extention is non-standard) Revision Changes Path 1.2 +1 -1 ports/net/isc-dhcp3/files/patch-site.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 5 10:11:40 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 10:11:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1367337B400; Tue, 5 Dec 2000 10:11:37 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA17298; Tue, 5 Dec 2000 10:11:35 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB5IBXo41411; Tue, 5 Dec 2000 10:11:33 -0800 (PST) (envelope-from obrien) Date: Tue, 5 Dec 2000 10:11:33 -0800 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: Bill Fumerola , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Message-ID: <20001205101133.B41198@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <20001204122458.A46610@dragon.nuxi.com> <20001204143312.B75794@elvis.mu.org> <20001204123637.B46752@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: ; from des@ofug.org on Tue, Dec 05, 2000 at 03:16:04PM +0100 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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 05, 2000 at 03:16:04PM +0100, Dag-Erling Smorgrav wrote: > "David O'Brien" writes: > > On Mon, Dec 04, 2000 at 02:33:12PM -0600, Bill Fumerola wrote: > > > On Mon, Dec 04, 2000 at 12:24:58PM -0800, David O'Brien wrote: > > > > Why don't you talk to others about it too rather than just ones that > > > Can I have the obrien-approved list of people I can get reviews from? > > Yes you can -- arch@freebsd.org > > Cool! I'm on -arch, next time Jeroen needs someone to review his > removal of the "register" keyword I'll be happy to approve it. You have missed the point (...hold back desire to say more...). The issue is, this is one that many people have an opinion on. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 10:15:17 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 10:15:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9285637B400; Tue, 5 Dec 2000 10:15:14 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5IFEi56023; Tue, 5 Dec 2000 10:15:14 -0800 (PST) (envelope-from sobomax) Message-Id: <200012051815.eB5IFEi56023@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 10:15:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/py-opengl/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 10:15:14 PST Added files: graphics/py-opengl/files patch-ae Log: Fix incompatability with python2.0 in one of the examples. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 10:43:43 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 10:43:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 21B4E37B401; Tue, 5 Dec 2000 10:43:32 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.1/8.11.1) with ESMTP id eB5IbnM08373; Tue, 5 Dec 2000 18:37:49 GMT (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id eB5IecY38566; Tue, 5 Dec 2000 18:40:38 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200012051840.eB5IecY38566@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: "Brian F. Feldman" Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/crypto/openssh ssh.c In-Reply-To: Message from "Brian F. Feldman" of "Mon, 04 Dec 2000 21:08:41 EST." <200012050208.eB528g737840@green.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Dec 2000 18:40:38 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Brian Somers wrote: > > brian 2000/12/04 14:57:54 PST > > > > Modified files: > > crypto/openssh ssh.c > > Log: > > Remove duplicate line > > > > Not responded to by: kris, then green > > I don't recall ever seeing it... was it on a mailing list that I missed > reading? Well, actually, I shouldn't have written that. I had two ssh-related things in my tree, and I committed one with the history of the other in mind.... The above commit can close PR 22307 (assigned to you - but in fairness, you inherited it, so you probably haven't gotten around to looking at it). I was confusing this with my comments about documenting ENABLE_SUID_SSH :-/ Sorry. > -- > Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / > green@FreeBSD.org `------------------------------' -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 10:50:31 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 10:49:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92CA037B401; Tue, 5 Dec 2000 10:49:48 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5InjM00228; Tue, 5 Dec 2000 10:49:45 -0800 (PST) (envelope-from ru) Message-Id: <200012051849.eB5InjM00228@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 10:49:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/05 10:49:45 PST src/contrib/groff - Imported sources Update of /home/ncvs/src/contrib/groff In directory freefall.freebsd.org:/d/home/ru/groff/groff-1.16.1 Log Message: Virgin import of FSF groff v1.16.1 Status: Vendor Tag: FSF Release Tags: v1_16_1 U src/contrib/groff/Makefile U src/contrib/groff/BUG-REPORT U src/contrib/groff/COPYING U src/contrib/groff/ChangeLog N src/contrib/groff/FDL U src/contrib/groff/INSTALL U src/contrib/groff/INSTALL.gen N src/contrib/groff/MORE.STUFF U src/contrib/groff/Makefile.ccpg U src/contrib/groff/Makefile.comm U src/contrib/groff/Makefile.cpg U src/contrib/groff/Makefile.dev U src/contrib/groff/Makefile.in U src/contrib/groff/Makefile.init U src/contrib/groff/Makefile.lib U src/contrib/groff/Makefile.man U src/contrib/groff/Makefile.sub U src/contrib/groff/NEWS U src/contrib/groff/PROBLEMS U src/contrib/groff/PROJECTS U src/contrib/groff/README N src/contrib/groff/README.WIN32 N src/contrib/groff/REVISION U src/contrib/groff/TODO U src/contrib/groff/VERSION U src/contrib/groff/aclocal.m4 U src/contrib/groff/configure U src/contrib/groff/configure.in U src/contrib/groff/gendef.sh U src/contrib/groff/install-sh U src/contrib/groff/mdate.sh N src/contrib/groff/mkinstalldirs U src/contrib/groff/test-groff N src/contrib/groff/win32-diffs U src/contrib/groff/grodvi/Makefile.sub U src/contrib/groff/grodvi/dvi.cc U src/contrib/groff/grodvi/grodvi.man U src/contrib/groff/man/Makefile.sub N src/contrib/groff/man/groff.man U src/contrib/groff/man/groff_char.man U src/contrib/groff/man/groff_font.man C src/contrib/groff/man/groff_out.man N src/contrib/groff/man/roff.man U src/contrib/groff/tmac/Makefile.sub U src/contrib/groff/tmac/TODO U src/contrib/groff/tmac/doc-common U src/contrib/groff/tmac/doc-ditroff U src/contrib/groff/tmac/doc-nroff U src/contrib/groff/tmac/doc-syms C src/contrib/groff/tmac/eqnrc U src/contrib/groff/tmac/fixmacros.sed U src/contrib/groff/tmac/groff_man.man N src/contrib/groff/tmac/groff_markup.man U src/contrib/groff/tmac/groff_mdoc.man U src/contrib/groff/tmac/groff_mdoc.samples.man U src/contrib/groff/tmac/groff_me.man U src/contrib/groff/tmac/groff_ms.man U src/contrib/groff/tmac/groff_msafer.man N src/contrib/groff/tmac/groff_tmac.man U src/contrib/groff/tmac/man.local U src/contrib/groff/tmac/man.ultrix U src/contrib/groff/tmac/mm.diff U src/contrib/groff/tmac/strip.sed U src/contrib/groff/tmac/tmac.X U src/contrib/groff/tmac/tmac.Xps U src/contrib/groff/tmac/tmac.a4 U src/contrib/groff/tmac/tmac.an U src/contrib/groff/tmac/tmac.andoc U src/contrib/groff/tmac/tmac.arkup C src/contrib/groff/tmac/tmac.doc I src/contrib/groff/tmac/tmac.doc.old U src/contrib/groff/tmac/tmac.dvi U src/contrib/groff/tmac/tmac.e U src/contrib/groff/tmac/tmac.html U src/contrib/groff/tmac/tmac.latin1 N src/contrib/groff/tmac/tmac.lbp U src/contrib/groff/tmac/tmac.lj4 N src/contrib/groff/tmac/tmac.man N src/contrib/groff/tmac/tmac.mandoc N src/contrib/groff/tmac/tmac.markup N src/contrib/groff/tmac/tmac.mdoc N src/contrib/groff/tmac/tmac.me N src/contrib/groff/tmac/tmac.ms U src/contrib/groff/tmac/tmac.pic U src/contrib/groff/tmac/tmac.ps U src/contrib/groff/tmac/tmac.psatk U src/contrib/groff/tmac/tmac.psfig U src/contrib/groff/tmac/tmac.psnew U src/contrib/groff/tmac/tmac.psold U src/contrib/groff/tmac/tmac.pspic U src/contrib/groff/tmac/tmac.s C src/contrib/groff/tmac/troffrc U src/contrib/groff/tmac/tmac.safer U src/contrib/groff/tmac/tmac.trace C src/contrib/groff/tmac/tmac.tty C src/contrib/groff/tmac/tmac.tty-char N src/contrib/groff/tmac/troffrc-end U src/contrib/groff/devX100/CB U src/contrib/groff/devX100/CBI U src/contrib/groff/devX100/CI U src/contrib/groff/devX100/CR U src/contrib/groff/devX100/DESC U src/contrib/groff/devX100/HB U src/contrib/groff/devX100/HBI U src/contrib/groff/devX100/HI U src/contrib/groff/devX100/HR U src/contrib/groff/devX100/Makefile.sub U src/contrib/groff/devX100/NB U src/contrib/groff/devX100/NBI U src/contrib/groff/devX100/NI U src/contrib/groff/devX100/NR U src/contrib/groff/devX100/S U src/contrib/groff/devX100/TB U src/contrib/groff/devX100/TBI U src/contrib/groff/devX100/TI U src/contrib/groff/devX100/TR U src/contrib/groff/doc/Makefile N src/contrib/groff/doc/grnexmpl.g N src/contrib/groff/doc/grnexmpl.me U src/contrib/groff/doc/groff.texinfo N src/contrib/groff/doc/homepage.ms U src/contrib/groff/doc/meintro.me U src/contrib/groff/doc/meref.me U src/contrib/groff/doc/pic.ms N src/contrib/groff/doc/texinfo.tex U src/contrib/groff/mm/ChangeLog U src/contrib/groff/mm/Makefile.sim U src/contrib/groff/mm/Makefile.sub U src/contrib/groff/mm/NOTES U src/contrib/groff/mm/README U src/contrib/groff/mm/groff_mm.man U src/contrib/groff/mm/groff_mmse.man N src/contrib/groff/mm/mmroff.man N src/contrib/groff/mm/mmroff.pl U src/contrib/groff/mm/tmac.m U src/contrib/groff/mm/tmac.mse N src/contrib/groff/mm/examples/APP N src/contrib/groff/mm/examples/B1B2 N src/contrib/groff/mm/examples/COVER N src/contrib/groff/mm/examples/IND N src/contrib/groff/mm/examples/LT N src/contrib/groff/mm/examples/LT.se N src/contrib/groff/mm/examples/ML N src/contrib/groff/mm/examples/MOVE N src/contrib/groff/mm/examples/MUL N src/contrib/groff/mm/examples/NCOL N src/contrib/groff/mm/examples/ND N src/contrib/groff/mm/examples/README N src/contrib/groff/mm/examples/References N src/contrib/groff/mm/examples/SETR U src/contrib/groff/mm/mm/0.MT U src/contrib/groff/mm/mm/4.MT U src/contrib/groff/mm/mm/5.MT U src/contrib/groff/mm/mm/ms.cov U src/contrib/groff/mm/mm/se_ms.cov U src/contrib/groff/devX75/CB U src/contrib/groff/devX75/CBI U src/contrib/groff/devX75/CI U src/contrib/groff/devX75/CR U src/contrib/groff/devX75/DESC U src/contrib/groff/devX75/HB U src/contrib/groff/devX75/HBI U src/contrib/groff/devX75/HI U src/contrib/groff/devX75/HR U src/contrib/groff/devX75/Makefile.sub U src/contrib/groff/devX75/NB U src/contrib/groff/devX75/NBI U src/contrib/groff/devX75/NI U src/contrib/groff/devX75/NR U src/contrib/groff/devX75/S U src/contrib/groff/devX75/TB U src/contrib/groff/devX75/TBI U src/contrib/groff/devX75/TI U src/contrib/groff/devX75/TR U src/contrib/groff/devX100-12/CB U src/contrib/groff/devX100-12/CBI U src/contrib/groff/devX100-12/CI U src/contrib/groff/devX100-12/CR U src/contrib/groff/devX100-12/DESC U src/contrib/groff/devX100-12/HB U src/contrib/groff/devX100-12/HBI U src/contrib/groff/devX100-12/HI U src/contrib/groff/devX100-12/HR U src/contrib/groff/devX100-12/Makefile.sub U src/contrib/groff/devX100-12/NB U src/contrib/groff/devX100-12/NBI U src/contrib/groff/devX100-12/NI U src/contrib/groff/devX100-12/NR U src/contrib/groff/devX100-12/S U src/contrib/groff/devX100-12/TB U src/contrib/groff/devX100-12/TBI U src/contrib/groff/devX100-12/TI U src/contrib/groff/devX100-12/TR U src/contrib/groff/devX75-12/CB U src/contrib/groff/devX75-12/CBI U src/contrib/groff/devX75-12/CI U src/contrib/groff/devX75-12/CR U src/contrib/groff/devX75-12/DESC U src/contrib/groff/devX75-12/HB U src/contrib/groff/devX75-12/HBI U src/contrib/groff/devX75-12/HI U src/contrib/groff/devX75-12/HR U src/contrib/groff/devX75-12/Makefile.sub U src/contrib/groff/devX75-12/NB U src/contrib/groff/devX75-12/NBI U src/contrib/groff/devX75-12/NI U src/contrib/groff/devX75-12/NR U src/contrib/groff/devX75-12/S U src/contrib/groff/devX75-12/TB U src/contrib/groff/devX75-12/TBI U src/contrib/groff/devX75-12/TI U src/contrib/groff/devX75-12/TR U src/contrib/groff/devascii/DESC.proto U src/contrib/groff/devascii/Makefile.sub C src/contrib/groff/devascii/R.proto N src/contrib/groff/devcp1047/DESC.proto N src/contrib/groff/devcp1047/Makefile.sub N src/contrib/groff/devcp1047/R.proto U src/contrib/groff/devdvi/B U src/contrib/groff/devdvi/BI U src/contrib/groff/devdvi/CW N src/contrib/groff/devdvi/CWI U src/contrib/groff/devdvi/DESC.in U src/contrib/groff/devdvi/EX U src/contrib/groff/devdvi/H U src/contrib/groff/devdvi/HB U src/contrib/groff/devdvi/HI U src/contrib/groff/devdvi/I U src/contrib/groff/devdvi/MI U src/contrib/groff/devdvi/Makefile.sub U src/contrib/groff/devdvi/R U src/contrib/groff/devdvi/S U src/contrib/groff/devdvi/SA U src/contrib/groff/devdvi/SB U src/contrib/groff/devdvi/generate/CompileFonts U src/contrib/groff/devdvi/generate/Makefile U src/contrib/groff/devdvi/generate/cork.map U src/contrib/groff/devdvi/generate/msam.map U src/contrib/groff/devdvi/generate/msbm.map U src/contrib/groff/devdvi/generate/texb.map U src/contrib/groff/devdvi/generate/texex.map U src/contrib/groff/devdvi/generate/texi.map U src/contrib/groff/devdvi/generate/texmi.map U src/contrib/groff/devdvi/generate/texr.map U src/contrib/groff/devdvi/generate/texsy.map U src/contrib/groff/devdvi/generate/textt.map U src/contrib/groff/devhtml/CB U src/contrib/groff/devhtml/CBI U src/contrib/groff/devhtml/CI U src/contrib/groff/devhtml/CR U src/contrib/groff/devhtml/DESC U src/contrib/groff/devhtml/HB U src/contrib/groff/devhtml/HBI U src/contrib/groff/devhtml/HI U src/contrib/groff/devhtml/HR U src/contrib/groff/devhtml/Makefile.sub U src/contrib/groff/devhtml/NB U src/contrib/groff/devhtml/NBI U src/contrib/groff/devhtml/NI U src/contrib/groff/devhtml/NR U src/contrib/groff/devhtml/S U src/contrib/groff/devhtml/TB U src/contrib/groff/devhtml/TBI U src/contrib/groff/devhtml/TI U src/contrib/groff/devhtml/TR U src/contrib/groff/devlatin1/DESC.proto U src/contrib/groff/devlatin1/Makefile.sub U src/contrib/groff/devlatin1/R.proto N src/contrib/groff/devlbp/CB N src/contrib/groff/devlbp/CI N src/contrib/groff/devlbp/CR N src/contrib/groff/devlbp/DESC.in N src/contrib/groff/devlbp/EB N src/contrib/groff/devlbp/EI N src/contrib/groff/devlbp/ER N src/contrib/groff/devlbp/HB N src/contrib/groff/devlbp/HBI N src/contrib/groff/devlbp/HI N src/contrib/groff/devlbp/HNB N src/contrib/groff/devlbp/HNBI N src/contrib/groff/devlbp/HNI N src/contrib/groff/devlbp/HNR N src/contrib/groff/devlbp/HR N src/contrib/groff/devlbp/Makefile.sub N src/contrib/groff/devlbp/TB N src/contrib/groff/devlbp/TBI N src/contrib/groff/devlbp/TI N src/contrib/groff/devlbp/TR U src/contrib/groff/devlj4/ALBB U src/contrib/groff/devlj4/ALBR U src/contrib/groff/devlj4/AOB U src/contrib/groff/devlj4/AOI U src/contrib/groff/devlj4/AOR U src/contrib/groff/devlj4/CB U src/contrib/groff/devlj4/CBI U src/contrib/groff/devlj4/CI U src/contrib/groff/devlj4/CLARENDON U src/contrib/groff/devlj4/CORONET U src/contrib/groff/devlj4/CR U src/contrib/groff/devlj4/DESC.in U src/contrib/groff/devlj4/GB U src/contrib/groff/devlj4/GBI U src/contrib/groff/devlj4/GI U src/contrib/groff/devlj4/GR U src/contrib/groff/devlj4/LGB U src/contrib/groff/devlj4/LGI U src/contrib/groff/devlj4/LGR U src/contrib/groff/devlj4/MARIGOLD U src/contrib/groff/devlj4/Makefile.sub U src/contrib/groff/devlj4/OB U src/contrib/groff/devlj4/OBI U src/contrib/groff/devlj4/OI U src/contrib/groff/devlj4/OR U src/contrib/groff/devlj4/S U src/contrib/groff/devlj4/TB U src/contrib/groff/devlj4/TBI U src/contrib/groff/devlj4/TI U src/contrib/groff/devlj4/TR U src/contrib/groff/devlj4/UB U src/contrib/groff/devlj4/UBI U src/contrib/groff/devlj4/UCB U src/contrib/groff/devlj4/UCBI U src/contrib/groff/devlj4/UCI U src/contrib/groff/devlj4/UCR U src/contrib/groff/devlj4/UI U src/contrib/groff/devlj4/UR U src/contrib/groff/devlj4/generate/Makefile U src/contrib/groff/devlj4/generate/special.map U src/contrib/groff/devlj4/generate/text.map U src/contrib/groff/devps/AB U src/contrib/groff/devps/ABI U src/contrib/groff/devps/AI U src/contrib/groff/devps/AR U src/contrib/groff/devps/BMB U src/contrib/groff/devps/BMBI U src/contrib/groff/devps/BMI U src/contrib/groff/devps/BMR U src/contrib/groff/devps/CB U src/contrib/groff/devps/CBI U src/contrib/groff/devps/CI U src/contrib/groff/devps/CR U src/contrib/groff/devps/DESC.in U src/contrib/groff/devps/HB U src/contrib/groff/devps/HBI U src/contrib/groff/devps/HI U src/contrib/groff/devps/HNB U src/contrib/groff/devps/HNBI U src/contrib/groff/devps/HNI U src/contrib/groff/devps/HNR U src/contrib/groff/devps/HR U src/contrib/groff/devps/Makefile.sub U src/contrib/groff/devps/NB U src/contrib/groff/devps/NBI U src/contrib/groff/devps/NI U src/contrib/groff/devps/NR U src/contrib/groff/devps/PB U src/contrib/groff/devps/PBI U src/contrib/groff/devps/PI U src/contrib/groff/devps/PR U src/contrib/groff/devps/S U src/contrib/groff/devps/SS U src/contrib/groff/devps/TB U src/contrib/groff/devps/TBI U src/contrib/groff/devps/TI U src/contrib/groff/devps/TR U src/contrib/groff/devps/ZD U src/contrib/groff/devps/ZCMI U src/contrib/groff/devps/ZDR U src/contrib/groff/devps/download U src/contrib/groff/devps/prologue.ps U src/contrib/groff/devps/psstrip.sed U src/contrib/groff/devps/symbol.afm U src/contrib/groff/devps/symbolmap U src/contrib/groff/devps/symbolsl.ps U src/contrib/groff/devps/text.enc U src/contrib/groff/devps/zapfdr.afm U src/contrib/groff/devps/zapfdr.ps U src/contrib/groff/devps/generate/Makefile U src/contrib/groff/devps/generate/afmname U src/contrib/groff/devps/generate/dingbatsmap U src/contrib/groff/devps/generate/dingbatsrmap U src/contrib/groff/devps/generate/lgreekmap U src/contrib/groff/devps/generate/symbol.sed U src/contrib/groff/devps/generate/symbolchars U src/contrib/groff/devps/generate/symbolsl.afm U src/contrib/groff/devps/generate/textmap N src/contrib/groff/devutf8/DESC.proto N src/contrib/groff/devutf8/Makefile.sub N src/contrib/groff/devutf8/NOTES N src/contrib/groff/devutf8/R.proto U src/contrib/groff/grohtml/ChangeLog U src/contrib/groff/grohtml/Makefile.sub N src/contrib/groff/grohtml/TODO U src/contrib/groff/grohtml/design.ms U src/contrib/groff/grohtml/grohtml.man U src/contrib/groff/grohtml/html.cc U src/contrib/groff/grohtml/html.h N src/contrib/groff/grohtml/html_chars.h U src/contrib/groff/grohtml/ordered_list.h N src/contrib/groff/grohtml/output.cc N src/contrib/groff/grolbp/Makefile.sub N src/contrib/groff/grolbp/charset.h N src/contrib/groff/grolbp/grolbp.man N src/contrib/groff/grolbp/lbp.cc N src/contrib/groff/grolbp/lbp.h U src/contrib/groff/grolj4/Makefile.sub U src/contrib/groff/grolj4/grolj4.man U src/contrib/groff/grolj4/lj4.cc U src/contrib/groff/grops/Makefile.sub U src/contrib/groff/grops/TODO C src/contrib/groff/grops/grops.man U src/contrib/groff/grops/ps.cc U src/contrib/groff/grops/ps.h U src/contrib/groff/grops/psfig.diff U src/contrib/groff/grops/psrm.cc U src/contrib/groff/grotty/Makefile.sub U src/contrib/groff/grotty/TODO C src/contrib/groff/grotty/grotty.man U src/contrib/groff/grotty/tty.cc U src/contrib/groff/include/Makefile.sub U src/contrib/groff/include/assert.h U src/contrib/groff/include/cmap.h U src/contrib/groff/include/cset.h U src/contrib/groff/include/device.h U src/contrib/groff/include/driver.h U src/contrib/groff/include/errarg.h U src/contrib/groff/include/error.h U src/contrib/groff/include/font.h N src/contrib/groff/include/getopt.h N src/contrib/groff/include/groff-getopt.h N src/contrib/groff/include/htmlindicate.h U src/contrib/groff/include/index.h U src/contrib/groff/include/lib.h U src/contrib/groff/include/macropath.h N src/contrib/groff/include/nonposix.h U src/contrib/groff/include/posix.h U src/contrib/groff/include/printer.h U src/contrib/groff/include/ptable.h U src/contrib/groff/include/refid.h U src/contrib/groff/include/search.h U src/contrib/groff/include/searchpath.h U src/contrib/groff/include/stringclass.h U src/contrib/groff/libbib/Makefile.sub U src/contrib/groff/libbib/common.cc U src/contrib/groff/libbib/index.cc U src/contrib/groff/libbib/linear.cc U src/contrib/groff/libbib/map.c U src/contrib/groff/libbib/search.cc U src/contrib/groff/libdriver/Makefile.sub U src/contrib/groff/libdriver/input.cc U src/contrib/groff/libdriver/printer.cc U src/contrib/groff/libgroff/Makefile.sub U src/contrib/groff/libgroff/assert.cc U src/contrib/groff/libgroff/change_lf.cc U src/contrib/groff/libgroff/cmap.cc U src/contrib/groff/libgroff/cset.cc U src/contrib/groff/libgroff/device.cc U src/contrib/groff/libgroff/errarg.cc U src/contrib/groff/libgroff/error.cc U src/contrib/groff/libgroff/fatal.cc U src/contrib/groff/libgroff/filename.cc U src/contrib/groff/libgroff/fmod.c C src/contrib/groff/libgroff/font.cc U src/contrib/groff/libgroff/fontfile.cc U src/contrib/groff/libgroff/getcwd.c N src/contrib/groff/libgroff/getopt.c N src/contrib/groff/libgroff/getopt1.c N src/contrib/groff/libgroff/htmlindicate.cc U src/contrib/groff/libgroff/iftoa.c C src/contrib/groff/libgroff/illegal.cc U src/contrib/groff/libgroff/itoa.c U src/contrib/groff/libgroff/lf.cc U src/contrib/groff/libgroff/lineno.cc U src/contrib/groff/libgroff/macropath.cc U src/contrib/groff/libgroff/matherr.c U src/contrib/groff/libgroff/new.cc U src/contrib/groff/libgroff/nametoindex.cc U src/contrib/groff/libgroff/prime.cc U src/contrib/groff/libgroff/progname.cc U src/contrib/groff/libgroff/ptable.cc U src/contrib/groff/libgroff/putenv.c U src/contrib/groff/libgroff/searchpath.cc U src/contrib/groff/libgroff/strerror.c U src/contrib/groff/libgroff/string.cc U src/contrib/groff/libgroff/strsave.cc U src/contrib/groff/libgroff/strtol.c U src/contrib/groff/libgroff/tmpfile.cc U src/contrib/groff/eqn/Makefile.sub U src/contrib/groff/eqn/TODO U src/contrib/groff/eqn/box.cc U src/contrib/groff/eqn/box.h U src/contrib/groff/eqn/delim.cc U src/contrib/groff/eqn/eqn.cc U src/contrib/groff/eqn/eqn.h U src/contrib/groff/eqn/eqn.man U src/contrib/groff/eqn/eqn.y N src/contrib/groff/eqn/eqn_tab.h U src/contrib/groff/eqn/lex.cc U src/contrib/groff/eqn/limit.cc U src/contrib/groff/eqn/list.cc U src/contrib/groff/eqn/main.cc U src/contrib/groff/eqn/mark.cc C src/contrib/groff/eqn/neqn.sh U src/contrib/groff/eqn/other.cc U src/contrib/groff/eqn/over.cc U src/contrib/groff/eqn/pbox.h U src/contrib/groff/eqn/pile.cc U src/contrib/groff/eqn/script.cc U src/contrib/groff/eqn/special.cc U src/contrib/groff/eqn/sqrt.cc U src/contrib/groff/eqn/text.cc N src/contrib/groff/grn/Makefile.sub N src/contrib/groff/grn/README N src/contrib/groff/grn/gprint.h N src/contrib/groff/grn/grn.man N src/contrib/groff/grn/hdb.cc N src/contrib/groff/grn/hgraph.cc N src/contrib/groff/grn/hpoint.cc N src/contrib/groff/grn/main.cc U src/contrib/groff/pic/Makefile.sub U src/contrib/groff/pic/TODO U src/contrib/groff/pic/common.cc U src/contrib/groff/pic/common.h U src/contrib/groff/pic/depend U src/contrib/groff/pic/lex.cc U src/contrib/groff/pic/main.cc U src/contrib/groff/pic/object.cc U src/contrib/groff/pic/object.h U src/contrib/groff/pic/output.h C src/contrib/groff/pic/pic.cc U src/contrib/groff/pic/pic.h U src/contrib/groff/pic/pic.man U src/contrib/groff/pic/pic.y N src/contrib/groff/pic/pic_tab.h U src/contrib/groff/pic/position.h U src/contrib/groff/pic/tex.cc U src/contrib/groff/pic/text.h U src/contrib/groff/pic/troff.cc U src/contrib/groff/refer/Makefile.sub U src/contrib/groff/refer/TODO U src/contrib/groff/refer/command.cc U src/contrib/groff/refer/command.h C src/contrib/groff/refer/label.cc U src/contrib/groff/refer/label.y U src/contrib/groff/refer/ref.cc U src/contrib/groff/refer/ref.h U src/contrib/groff/refer/refer.cc U src/contrib/groff/refer/refer.h U src/contrib/groff/refer/refer.man U src/contrib/groff/refer/token.cc U src/contrib/groff/refer/token.h U src/contrib/groff/soelim/Makefile.sub U src/contrib/groff/soelim/TODO U src/contrib/groff/soelim/soelim.cc U src/contrib/groff/soelim/soelim.man U src/contrib/groff/tbl/Makefile.sub U src/contrib/groff/tbl/main.cc U src/contrib/groff/tbl/table.cc U src/contrib/groff/tbl/table.h U src/contrib/groff/tbl/tbl.man U src/contrib/groff/groff/Makefile.sub U src/contrib/groff/groff/groff.cc C src/contrib/groff/groff/groff.man U src/contrib/groff/groff/pipeline.c U src/contrib/groff/groff/pipeline.h U src/contrib/groff/grog/Makefile.sub U src/contrib/groff/grog/grog.man U src/contrib/groff/grog/grog.pl U src/contrib/groff/grog/grog.sh U src/contrib/groff/nroff/Makefile.sub C src/contrib/groff/nroff/nroff.man C src/contrib/groff/nroff/nroff.sh U src/contrib/groff/troff/Makefile.sub U src/contrib/groff/troff/TODO U src/contrib/groff/troff/charinfo.h U src/contrib/groff/troff/column.cc U src/contrib/groff/troff/dictionary.cc U src/contrib/groff/troff/dictionary.h U src/contrib/groff/troff/div.cc U src/contrib/groff/troff/div.h U src/contrib/groff/troff/env.cc U src/contrib/groff/troff/env.h U src/contrib/groff/troff/hvunits.h U src/contrib/groff/troff/hyphen.us U src/contrib/groff/troff/input.cc U src/contrib/groff/troff/node.cc U src/contrib/groff/troff/node.h U src/contrib/groff/troff/number.cc U src/contrib/groff/troff/reg.cc U src/contrib/groff/troff/reg.h U src/contrib/groff/troff/request.h U src/contrib/groff/troff/symbol.cc U src/contrib/groff/troff/symbol.h U src/contrib/groff/troff/token.h U src/contrib/groff/troff/troff.h C src/contrib/groff/troff/troff.man U src/contrib/groff/addftinfo/Makefile.sub U src/contrib/groff/addftinfo/addftinfo.cc U src/contrib/groff/addftinfo/addftinfo.man U src/contrib/groff/addftinfo/guess.cc U src/contrib/groff/addftinfo/guess.h U src/contrib/groff/afmtodit/Makefile.sub U src/contrib/groff/afmtodit/afmtodit.man U src/contrib/groff/afmtodit/afmtodit.pl U src/contrib/groff/hpftodit/Makefile.sub U src/contrib/groff/hpftodit/hpftodit.cc U src/contrib/groff/hpftodit/hpftodit.man U src/contrib/groff/indxbib/Makefile.sub U src/contrib/groff/indxbib/dirnamemax.c U src/contrib/groff/indxbib/eign U src/contrib/groff/indxbib/indxbib.cc U src/contrib/groff/indxbib/indxbib.man U src/contrib/groff/indxbib/signal.c U src/contrib/groff/lkbib/Makefile.sub U src/contrib/groff/lkbib/lkbib.cc U src/contrib/groff/lkbib/lkbib.man U src/contrib/groff/lookbib/Makefile.sub U src/contrib/groff/lookbib/lookbib.cc U src/contrib/groff/lookbib/lookbib.man U src/contrib/groff/pfbtops/Makefile.sub U src/contrib/groff/pfbtops/pfbtops.c U src/contrib/groff/pfbtops/pfbtops.man U src/contrib/groff/tfmtodit/Makefile.sub U src/contrib/groff/tfmtodit/tfmtodit.cc U src/contrib/groff/tfmtodit/tfmtodit.man U src/contrib/groff/xditview/ChangeLog U src/contrib/groff/xditview/DESC U src/contrib/groff/xditview/Dvi.c U src/contrib/groff/xditview/Dvi.h U src/contrib/groff/xditview/DviChar.c U src/contrib/groff/xditview/DviChar.h U src/contrib/groff/xditview/DviP.h U src/contrib/groff/xditview/FontMap U src/contrib/groff/xditview/GXditview-ad.h U src/contrib/groff/xditview/GXditview.ad U src/contrib/groff/xditview/INSTALL N src/contrib/groff/xditview/Imakefile.in U src/contrib/groff/xditview/Menu.h U src/contrib/groff/xditview/README U src/contrib/groff/xditview/TODO U src/contrib/groff/xditview/XFontName.c U src/contrib/groff/xditview/XFontName.h U src/contrib/groff/xditview/ad2c U src/contrib/groff/xditview/device.c U src/contrib/groff/xditview/device.h U src/contrib/groff/xditview/draw.c U src/contrib/groff/xditview/font.c U src/contrib/groff/xditview/gray1.bm U src/contrib/groff/xditview/gray2.bm U src/contrib/groff/xditview/gray3.bm U src/contrib/groff/xditview/gray4.bm U src/contrib/groff/xditview/gray5.bm U src/contrib/groff/xditview/gray6.bm U src/contrib/groff/xditview/gray7.bm U src/contrib/groff/xditview/gray8.bm U src/contrib/groff/xditview/gxditview.man U src/contrib/groff/xditview/lex.c U src/contrib/groff/xditview/page.c U src/contrib/groff/xditview/parse.c U src/contrib/groff/xditview/xdit.bm U src/contrib/groff/xditview/xdit_mask.bm U src/contrib/groff/xditview/xditview.c U src/contrib/groff/xditview/xtotroff.c 18 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/contrib/groff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 10:52:37 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 10:52:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3B5737B400; Tue, 5 Dec 2000 10:52:33 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5IqXe04343; Tue, 5 Dec 2000 10:52:33 -0800 (PST) (envelope-from ru) Message-Id: <200012051852.eB5IqXe04343@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 10:52:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/addftinfo Makefile.dep src/contrib/groff/eqn Makefile.dep src/contrib/groff/grodvi Makefile.dep src/contrib/groff/groff Makefile.dep src/contrib/groff/grohtml Makefile.dep src/contrib/groff/grolj4 Makefile.dep ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/05 10:52:33 PST Removed files: contrib/groff/addftinfo Makefile.dep contrib/groff/eqn Makefile.dep contrib/groff/grodvi Makefile.dep contrib/groff/groff Makefile.dep contrib/groff/grohtml Makefile.dep contrib/groff/grolj4 Makefile.dep contrib/groff/grops Makefile.dep contrib/groff/grotty Makefile.dep contrib/groff/hpftodit Makefile.dep contrib/groff/include unix.h contrib/groff/indxbib Makefile.dep contrib/groff/libbib Makefile.dep contrib/groff/libdriver Makefile.dep contrib/groff/libgroff Makefile.dep contrib/groff/lkbib Makefile.dep contrib/groff/lookbib Makefile.dep contrib/groff/pfbtops Makefile.dep contrib/groff/pic Makefile.dep contrib/groff/psbb Makefile.dep Makefile.sub psbb.c psbb.man contrib/groff/refer Makefile.dep contrib/groff/soelim Makefile.dep contrib/groff/tbl Makefile.dep contrib/groff/tfmtodit Makefile.dep contrib/groff/troff Makefile.dep contrib/groff/xditview Imakefile Log: Removed files not present in v1.16.1 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 5 10:53:31 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 10:53:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D88D37B400; Tue, 5 Dec 2000 10:53:29 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5IrTK05373; Tue, 5 Dec 2000 10:53:29 -0800 (PST) (envelope-from ru) Message-Id: <200012051853.eB5IrTK05373@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 10:53:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/eqn eqn_tab.h src/contrib/groff/pic pic_tab.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/05 10:53:29 PST Removed files: contrib/groff/eqn eqn_tab.h contrib/groff/pic pic_tab.h Log: Removed yacc(1) output files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 11: 6:45 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 11:06:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF21A37B400; Tue, 5 Dec 2000 11:06:41 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5J6fL09669; Tue, 5 Dec 2000 11:06:41 -0800 (PST) (envelope-from ru) Message-Id: <200012051906.eB5J6fL09669@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 11:06:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/devascii R.proto src/contrib/groff/eqn neqn.sh src/contrib/groff/groff groff.man src/contrib/groff/grops grops.man src/contrib/groff/grotty grotty.man src/contrib/groff/libgroff font.cc illegal.cc ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/05 11:06:41 PST Modified files: contrib/groff/devascii R.proto contrib/groff/eqn neqn.sh contrib/groff/groff groff.man contrib/groff/grops grops.man contrib/groff/grotty grotty.man contrib/groff/libgroff font.cc illegal.cc contrib/groff/man groff_out.man contrib/groff/nroff nroff.man nroff.sh contrib/groff/tmac eqnrc tmac.tty tmac.tty-char troffrc contrib/groff/troff troff.man Log: Resolve conflicts after v1.16.1 import. Revision Changes Path 1.3 +3 -0 src/contrib/groff/devascii/R.proto 1.5 +2 -1 src/contrib/groff/eqn/neqn.sh 1.5 +96 -59 src/contrib/groff/groff/groff.man 1.3 +25 -19 src/contrib/groff/grops/grops.man 1.3 +74 -11 src/contrib/groff/grotty/grotty.man 1.4 +32 -5 src/contrib/groff/libgroff/font.cc 1.4 +21 -0 src/contrib/groff/libgroff/illegal.cc 1.4 +8 -3 src/contrib/groff/man/groff_out.man 1.5 +41 -42 src/contrib/groff/nroff/nroff.man 1.9 +74 -63 src/contrib/groff/nroff/nroff.sh 1.4 +4 -3 src/contrib/groff/tmac/eqnrc 1.4 +4 -3 src/contrib/groff/tmac/tmac.tty 1.4 +10 -4 src/contrib/groff/tmac/tmac.tty-char 1.7 +13 -7 src/contrib/groff/tmac/troffrc 1.4 +116 -14 src/contrib/groff/troff/troff.man To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 11:15:44 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 11:15:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73DBB37B404; Tue, 5 Dec 2000 11:15:37 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5JFbh12620; Tue, 5 Dec 2000 11:15:37 -0800 (PST) (envelope-from ru) Message-Id: <200012051915.eB5JFbh12620@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 11:15:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff Makefile Makefile.cfg Makefile.tty src/gnu/usr.bin/groff/addftinfo Makefile src/gnu/usr.bin/groff/afmtodit Makefile src/gnu/usr.bin/groff/devascii Makefile src/gnu/usr.bin/groff/devcp1047 Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/05 11:15:37 PST Modified files: gnu/usr.bin/groff Makefile Makefile.cfg Makefile.tty gnu/usr.bin/groff/addftinfo Makefile gnu/usr.bin/groff/devascii Makefile gnu/usr.bin/groff/devdvi Makefile gnu/usr.bin/groff/devhtml Makefile gnu/usr.bin/groff/devkoi8-r Makefile gnu/usr.bin/groff/devlatin1 Makefile gnu/usr.bin/groff/devlj4 Makefile gnu/usr.bin/groff/devps Makefile gnu/usr.bin/groff/eqn Makefile gnu/usr.bin/groff/grodvi Makefile gnu/usr.bin/groff/groff Makefile gnu/usr.bin/groff/grog Makefile gnu/usr.bin/groff/grohtml Makefile gnu/usr.bin/groff/grolj4 Makefile gnu/usr.bin/groff/grops Makefile gnu/usr.bin/groff/grotty Makefile gnu/usr.bin/groff/indxbib Makefile gnu/usr.bin/groff/libdriver Makefile gnu/usr.bin/groff/libgroff Makefile gnu/usr.bin/groff/lkbib Makefile gnu/usr.bin/groff/lookbib Makefile gnu/usr.bin/groff/man Makefile gnu/usr.bin/groff/mm Makefile gnu/usr.bin/groff/nroff Makefile gnu/usr.bin/groff/pfbtops Makefile gnu/usr.bin/groff/pic Makefile gnu/usr.bin/groff/refer Makefile gnu/usr.bin/groff/tbl Makefile gnu/usr.bin/groff/tfmtodit Makefile gnu/usr.bin/groff/tmac Makefile gnu/usr.bin/groff/troff Makefile Added files: gnu/usr.bin/groff/afmtodit Makefile gnu/usr.bin/groff/devcp1047 Makefile gnu/usr.bin/groff/devlbp Makefile gnu/usr.bin/groff/devutf8 Makefile gnu/usr.bin/groff/grn Makefile gnu/usr.bin/groff/grolbp Makefile gnu/usr.bin/groff/hpftodit Makefile Removed files: gnu/usr.bin/groff/psbb Makefile Log: Upgrade to version 1.16.1. Revision Changes Path 2.7 +10 -11 src/gnu/usr.bin/groff/Makefile 2.11 +27 -12 src/gnu/usr.bin/groff/Makefile.cfg 2.3 +4 -25 src/gnu/usr.bin/groff/Makefile.tty 1.5 +2 -4 src/gnu/usr.bin/groff/addftinfo/Makefile 1.5 +1 -2 src/gnu/usr.bin/groff/devascii/Makefile 1.6 +5 -5 src/gnu/usr.bin/groff/devdvi/Makefile 1.2 +5 -7 src/gnu/usr.bin/groff/devhtml/Makefile 1.4 +2 -2 src/gnu/usr.bin/groff/devkoi8-r/Makefile 1.4 +1 -1 src/gnu/usr.bin/groff/devlatin1/Makefile 2.3 +11 -9 src/gnu/usr.bin/groff/devlj4/Makefile 1.6 +10 -9 src/gnu/usr.bin/groff/devps/Makefile 1.14 +4 -4 src/gnu/usr.bin/groff/eqn/Makefile 1.6 +2 -4 src/gnu/usr.bin/groff/grodvi/Makefile 1.6 +2 -3 src/gnu/usr.bin/groff/groff/Makefile 1.3 +3 -3 src/gnu/usr.bin/groff/grog/Makefile 1.2 +3 -6 src/gnu/usr.bin/groff/grohtml/Makefile 2.2 +2 -4 src/gnu/usr.bin/groff/grolj4/Makefile 1.6 +2 -4 src/gnu/usr.bin/groff/grops/Makefile 1.6 +2 -4 src/gnu/usr.bin/groff/grotty/Makefile 1.9 +2 -3 src/gnu/usr.bin/groff/indxbib/Makefile 1.5 +3 -4 src/gnu/usr.bin/groff/libdriver/Makefile 1.8 +11 -11 src/gnu/usr.bin/groff/libgroff/Makefile 1.6 +2 -3 src/gnu/usr.bin/groff/lkbib/Makefile 1.6 +2 -4 src/gnu/usr.bin/groff/lookbib/Makefile 1.6 +3 -4 src/gnu/usr.bin/groff/man/Makefile 1.10 +9 -8 src/gnu/usr.bin/groff/mm/Makefile 1.8 +4 -3 src/gnu/usr.bin/groff/nroff/Makefile 1.5 +2 -4 src/gnu/usr.bin/groff/pfbtops/Makefile 1.9 +4 -4 src/gnu/usr.bin/groff/pic/Makefile 1.9 +2 -2 src/gnu/usr.bin/groff/refer/Makefile 1.6 +2 -4 src/gnu/usr.bin/groff/tbl/Makefile 1.6 +2 -4 src/gnu/usr.bin/groff/tfmtodit/Makefile 1.23 +27 -12 src/gnu/usr.bin/groff/tmac/Makefile 1.13 +11 -13 src/gnu/usr.bin/groff/troff/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 5 11:18:48 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 11:18:46 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65EFA37B400; Tue, 5 Dec 2000 11:18:46 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5JIks13006; Tue, 5 Dec 2000 11:18:46 -0800 (PST) (envelope-from ru) Message-Id: <200012051918.eB5JIks13006@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 11:18:46 -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 X-Loop: FreeBSD.ORG ru 2000/12/05 11:18:46 PST Modified files: etc/mtree BSD.usr.dist Log: Added directories needed for Groff 1.16.1 distribution. Revision Changes Path 1.204 +7 -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 Tue Dec 5 11:33:38 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 11:33:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE76237B400; Tue, 5 Dec 2000 11:33:34 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5JXYh16923; Tue, 5 Dec 2000 11:33:34 -0800 (PST) (envelope-from obrien) Message-Id: <200012051933.eB5JXYh16923@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 11:33:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wget Makefile ports/ftp/wget/files zh_TW.Big5.po patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 11:33:34 PST Modified files: ftp/wget Makefile ftp/wget/files patch-ab Added files: ftp/wget/files zh_TW.Big5.po Log: Add Big5 messages. Nothing is done with them at this point as the submitter didn't supply a diff to the port. But I am committing the po file so that it dos not get lost. Submitted by: Shen Chuan-Hsing Revision Changes Path 1.28 +3 -2 ports/ftp/wget/Makefile 1.4 +2 -2 ports/ftp/wget/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 11:47: 2 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 11:46:58 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE09D37B401; Tue, 5 Dec 2000 11:46:58 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5Jkw818920; Tue, 5 Dec 2000 11:46:58 -0800 (PST) (envelope-from obrien) Message-Id: <200012051946.eB5Jkw818920@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 11:46:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wget/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 11:46:58 PST Modified files: ftp/wget/files patch-ab Log: Rev 1.4 actually removes `&' as an unsafe character in URLs. I've been getting mucho bitching about the special treatment of `&'. One example is when trying to use the script at http://www.nikasoft.com/dan/updatedhs.asp Any one wanting to add it back should tell me why treating `&' specially does not break RFC 2396 as `&' can be used as a delimiter. I'm not sure I've properly backed out the functionality, as the old CVS history of when this entered has been lost due to Attic cleaning, and the fact the initial patch was one held diffs for serveral files in one. I have 1/2 a mind to remove all the patches to wget and just use the stock source... let people deal with the Wget developers if they want to change the functionality.... Revision Changes Path 1.5 +0 -0 ports/ftp/wget/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 11:50:35 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 11:50:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78B0237B400; Tue, 5 Dec 2000 11:50:32 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5JoWu19319; Tue, 5 Dec 2000 11:50:32 -0800 (PST) (envelope-from obrien) Message-Id: <200012051950.eB5JoWu19319@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 11:50:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/egcs/files patch-bc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 11:50:32 PST Modified files: lang/egcs/files patch-bc Log: Change the libstdc++.so version number to be more like the stock one. This change is needed as the one I was using is too much in the range of shared version numbers the stock libstdc++.so will have. Revision Changes Path 1.4 +1 -1 ports/lang/egcs/files/patch-bc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 11:56:53 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 11:56:51 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B45637B400; Tue, 5 Dec 2000 11:56:51 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5Jupe19933; Tue, 5 Dec 2000 11:56:51 -0800 (PST) (envelope-from ru) Message-Id: <200012051956.eB5Jupe19933@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 11:56:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.man.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/05 11:56:51 PST Modified files: share/mk bsd.man.mk Log: groff does not use MANDEPEND anymore. Revision Changes Path 1.33 +2 -2 src/share/mk/bsd.man.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 5 12: 2: 1 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:01:58 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB6F637B400; Tue, 5 Dec 2000 12:01:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5K1v220597; Tue, 5 Dec 2000 12:01:57 -0800 (PST) (envelope-from ade) Message-Id: <200012052001.eB5K1v220597@freefall.freebsd.org> From: Ade Lovett Date: Tue, 5 Dec 2000 12:01:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/bakery Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/12/05 12:01:57 PST Modified files: x11-toolkits/bakery Makefile distinfo pkg-plist Log: Update to 0.4.0 Revision Changes Path 1.3 +2 -2 ports/x11-toolkits/bakery/Makefile 1.2 +1 -1 ports/x11-toolkits/bakery/distinfo 1.2 +2 -1 ports/x11-toolkits/bakery/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 5 12:20:48 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:20:46 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3070E37B400; Tue, 5 Dec 2000 12:20:46 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KKk525037; Tue, 5 Dec 2000 12:20:46 -0800 (PST) (envelope-from wilko) Message-Id: <200012052020.eB5KKk525037@freefall.freebsd.org> From: Wilko Bulte Date: Tue, 5 Dec 2000 12:20:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/12/05 12:20:45 PST Modified files: release/texts/alpha HARDWARE.TXT Log: Note that Symbios is the new owner of the NCR SCSI chip designs. And that the document references to Symbios are ment to include NCR-stamped chips as well. Suggested by: obrien Revision Changes Path 1.64 +18 -15 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 12:21:22 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:21:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5228737B400; Tue, 5 Dec 2000 12:21:19 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KLJk25125; Tue, 5 Dec 2000 12:21:19 -0800 (PST) (envelope-from wilko) Message-Id: <200012052021.eB5KLJk25125@freefall.freebsd.org> From: Wilko Bulte Date: Tue, 5 Dec 2000 12:21:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/12/05 12:21:19 PST Modified files: (Branch: RELENG_4) release/texts/alpha HARDWARE.TXT Log: Note that Symbios is the new owner of the NCR SCSI chip designs. And that the document references to Symbios are ment to include NCR-stamped chips as well. Suggested by: obrien Revision Changes Path 1.22.2.35 +18 -15 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 12:23:48 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:23:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E48737B400; Tue, 5 Dec 2000 12:23:44 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KNii25504; Tue, 5 Dec 2000 12:23:44 -0800 (PST) (envelope-from jhb) Message-Id: <200012052023.eB5KNii25504@freefall.freebsd.org> From: John Baldwin Date: Tue, 5 Dec 2000 12:23:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/05 12:23:44 PST Modified files: sys/sys proc.h Log: 1. Several style cleanups: - Whitespace fixes. - Comment fixes (mostly capitalization and trailing periods). - Reorderings to put variables all in the same place, function prototypes sorted alphabetically, etc. 2. Removed unused and #ifdef'd out members from struct ithd. 3. Changed ESTCPULIM() to use an explicit (PRIO_MAX - PRIO_MIN) rather than PRIO_TOTAL. 4. Remove #include and resort #include's. Submitted by: bde (1, 3, 4) Revision Changes Path 1.131 +104 -161 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 5 12:30:31 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:30:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3F0937B400; Tue, 5 Dec 2000 12:30:28 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KUSv26382; Tue, 5 Dec 2000 12:30:28 -0800 (PST) (envelope-from jhb) Message-Id: <200012052030.eB5KUSv26382@freefall.freebsd.org> From: John Baldwin Date: Tue, 5 Dec 2000 12:30:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/05 12:30:28 PST Modified files: lib/libc/gen syslog.3 Log: Move the ipfw(4) xref to the description of LOG_SECURITY instead of LOG_UUCP. PR: docs/23302 Submitted by: cshumway Revision Changes Path 1.12 +2 -2 src/lib/libc/gen/syslog.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 12:31:25 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:31:21 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE03E37B400; Tue, 5 Dec 2000 12:31:21 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KVLS26583; Tue, 5 Dec 2000 12:31:21 -0800 (PST) (envelope-from obrien) Message-Id: <200012052031.eB5KVLS26583@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 12:31:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc295 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 12:31:21 PST Modified files: lang/gcc295 Makefile pkg-plist Log: Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on. Revision Changes Path 1.73 +11 -12 ports/lang/gcc295/Makefile 1.30 +4 -219 ports/lang/gcc295/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 5 12:33: 9 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:33:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36DC637B400; Tue, 5 Dec 2000 12:33:07 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KX7n26945; Tue, 5 Dec 2000 12:33:07 -0800 (PST) (envelope-from jhb) Message-Id: <200012052033.eB5KX7n26945@freefall.freebsd.org> From: John Baldwin Date: Tue, 5 Dec 2000 12:33:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/05 12:33:06 PST Modified files: (Branch: RELENG_4) lib/libc/gen syslog.3 Log: MFC: Put ipfw(4) xref in right place. Revision Changes Path 1.9.2.2 +2 -2 src/lib/libc/gen/syslog.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 12:34:35 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:34:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F9A937B400; Tue, 5 Dec 2000 12:34:33 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KYXm27186; Tue, 5 Dec 2000 12:34:33 -0800 (PST) (envelope-from obrien) Message-Id: <200012052034.eB5KYXm27186@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 12:34:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc295/files patch-bc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 12:34:33 PST Modified files: lang/gcc295/files patch-bc Log: Change the libstdc++.so version number to be more like the stock one. This change is needed as the one I was using is too much in the range of shared version numbers the stock libstdc++.so will have. Revision Changes Path 1.3 +1 -1 ports/lang/gcc295/files/patch-bc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 12:35:44 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:35:41 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55A2937B400; Tue, 5 Dec 2000 12:35:41 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KZfM27401; Tue, 5 Dec 2000 12:35:41 -0800 (PST) (envelope-from obrien) Message-Id: <200012052035.eB5KZfM27401@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 12:35:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc-devel/files patch-bc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 12:35:41 PST Modified files: lang/gcc-devel/files patch-bc Log: Change the libstdc++.so version number to be more like the stock one. This change is needed as the one I was using is too much in the range of shared version numbers the stock libstdc++.so will have. Revision Changes Path 1.5 +1 -1 ports/lang/gcc-devel/files/patch-bc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 12:42: 1 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:41:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6323B37B400; Tue, 5 Dec 2000 12:41:59 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5Kfxa28302; Tue, 5 Dec 2000 12:41:59 -0800 (PST) (envelope-from jhb) Message-Id: <200012052041.eB5Kfxa28302@freefall.freebsd.org> From: John Baldwin Date: Tue, 5 Dec 2000 12:41:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/05 12:41:59 PST Modified files: (Branch: RELENG_4) lib/libc/gen syslog.3 Log: MFC: Trim trailing whitespace. Revision Changes Path 1.9.2.3 +3 -3 src/lib/libc/gen/syslog.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 12:58:18 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:58:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 081F537B400; Tue, 5 Dec 2000 12:58:16 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KwGo30104; Tue, 5 Dec 2000 12:58:16 -0800 (PST) (envelope-from obrien) Message-Id: <200012052058.eB5KwGo30104@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 12:58:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/egcs Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 12:58:15 PST Modified files: lang/egcs Makefile pkg-plist Log: Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on. Revision Changes Path 1.74 +11 -8 ports/lang/egcs/Makefile 1.31 +3 -178 ports/lang/egcs/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 5 13:37: 3 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 13:37:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C25A37B400; Tue, 5 Dec 2000 13:37:01 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5Lb0V36604; Tue, 5 Dec 2000 13:37:00 -0800 (PST) (envelope-from obrien) Message-Id: <200012052137.eB5Lb0V36604@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 13:37:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc-devel Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 13:37:00 PST Modified files: lang/gcc-devel Makefile pkg-plist Log: Change name of programs from e to g, since e conflicts with the egcs port. I'm open to a better nameing scheme. Also change the shared libs configuring logic a little bit due to changed way of doing it on libstdc++-v3, which this snapshot uses by default. Revision Changes Path 1.92 +14 -15 ports/lang/gcc-devel/Makefile 1.35 +5 -5 ports/lang/gcc-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 Tue Dec 5 13:39:18 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 13:39:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 491F737B401; Tue, 5 Dec 2000 13:39:15 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5LdFn36873; Tue, 5 Dec 2000 13:39:15 -0800 (PST) (envelope-from jim) Message-Id: <200012052139.eB5LdFn36873@freefall.freebsd.org> From: Jim Mock Date: Tue, 5 Dec 2000 13:39:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml doc/en_US.ISO_8859-1/books/handbook mailing-lists.ent doc/share/sgml catalog X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/12/05 13:39:15 PST Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml en_US.ISO_8859-1/books/handbook mailing-lists.ent share/sgml catalog Log: Add the cvs-committers and developers mailing lists to the Who's Who section of the committer's guide. While I'm here, change some instances of freebsd.org to FreeBSD.org. Submitted by: obrien Revision Changes Path 1.45 +35 -6 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml 1.6 +7 -1 doc/en_US.ISO_8859-1/books/handbook/mailing-lists.ent 1.11 +5 -1 doc/share/sgml/catalog To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 14: 1: 5 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 14:01:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from front1m.grolier.fr (front1m.grolier.fr [195.36.216.51]) by hub.freebsd.org (Postfix) with ESMTP id 23D3E37B400; Tue, 5 Dec 2000 14:01:01 -0800 (PST) Received: from nas1-178.mea.club-internet.fr (nas1-178.mea.club-internet.fr [195.36.139.178]) by front1m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id XAA12310; Tue, 5 Dec 2000 23:00:57 +0100 (MET) Date: Tue, 5 Dec 2000 22:00:59 +0100 (CET) From: =?ISO-8859-1?Q?G=E9rard_Roudier?= X-Sender: groudier@linux.local To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 mp_machdep.c mpapic.c src/sys/i386/include smp.h src/sys/i386/isa apic_ipl.h apic_ipl.s apic_vector.s icu.h icu_ipl.s icu_vector.s intr_machdep.h ithread.c In-Reply-To: <200012042115.eB4LFG701099@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 4 Dec 2000, Peter Wemm wrote: > peter 2000/12/04 13:15:15 PST >=20 > Modified files: > sys/i386/i386 mp_machdep.c mpapic.c=20 > sys/i386/include smp.h=20 > sys/i386/isa apic_ipl.h apic_ipl.s apic_vector.s icu.h=20 > icu_ipl.s icu_vector.s intr_machdep.h=20 > ithread.c=20 > Log: > Cleanup some leftover lint from the old interrupt system. > Also, while here, run up to 32 interrupt sources on APIC systems. What about RELENG_4 and RELENG_3? My current Mobo wants to use IRQ >=3D 24, for my LSI53C1010 on PCI BUS #1 (64 bit). The chip is being assigned=20 IRQ 24 and IRQ 25 (2 functions). Mobo is Supermicro 370 DLE. I am under the impression that getting rid of CAMNET SWI should allow up to 26 IRQ sources and thus should work just fine on my system (modulo some hacking elsewhere). Is this feasible ? If yes, while you're here ... :-) G=E9rard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 14:10:47 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 14:10:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31D0E37B400; Tue, 5 Dec 2000 14:10:44 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5MAiE43568; Tue, 5 Dec 2000 14:10:44 -0800 (PST) (envelope-from obrien) Message-Id: <200012052210.eB5MAiE43568@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 14:10:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libipsec Makefile src/usr.bin/mklocale Makefile src/usr.bin/xlint/lint1 Makefile src/usr.sbin/atm/scspd Makefile src/usr.sbin/i4b/isdnd Makefile src/usr.sbin/rrenumd Makefile src/usr.sbin/setkey Makefile src/bin/csh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 14:10:43 PST Modified files: lib/libipsec Makefile usr.bin/mklocale Makefile usr.bin/xlint/lint1 Makefile usr.sbin/atm/scspd Makefile usr.sbin/i4b/isdnd Makefile usr.sbin/rrenumd Makefile usr.sbin/setkey Makefile bin/csh Makefile Log: Change the spelling of `.' to `.' from .OBJDIR since `.' really is where generated files land. Also give precedence to generated files. Revision Changes Path 1.10 +2 -2 src/lib/libipsec/Makefile 1.24 +2 -2 src/usr.bin/mklocale/Makefile 1.9 +2 -2 src/usr.bin/xlint/lint1/Makefile 1.8 +2 -2 src/usr.sbin/atm/scspd/Makefile 1.7 +2 -2 src/usr.sbin/i4b/isdnd/Makefile 1.5 +2 -2 src/usr.sbin/rrenumd/Makefile 1.5 +2 -2 src/usr.sbin/setkey/Makefile 1.23 +2 -2 src/bin/csh/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 5 14:22:26 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 14:22:24 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 810A237B401; Tue, 5 Dec 2000 14:22:24 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5MMOO44994; Tue, 5 Dec 2000 14:22:24 -0800 (PST) (envelope-from alfred) Message-Id: <200012052222.eB5MMOO44994@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 5 Dec 2000 14:22:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm phys_pager.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/12/05 14:22:24 PST Modified files: sys/vm phys_pager.c Log: need to adjust allocation size to properly deal with non PAGE_SIZE allocations, specifically with allocations < PAGE_SIZE when the code doesn't work properly Revision Changes Path 1.4 +2 -2 src/sys/vm/phys_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 14:23:13 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 14:23:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BBD037B402; Tue, 5 Dec 2000 14:23:11 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5MNBw45086; Tue, 5 Dec 2000 14:23:11 -0800 (PST) (envelope-from alfred) Message-Id: <200012052223.eB5MNBw45086@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 5 Dec 2000 14:23:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm phys_pager.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/12/05 14:23:11 PST Modified files: (Branch: RELENG_4) sys/vm phys_pager.c Log: MFC: 1.4 (handle non PAGE_SIZE requests properly) Revision Changes Path 1.3.2.2 +2 -2 src/sys/vm/phys_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 14:30:40 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 14:30:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FD9F37B400; Tue, 5 Dec 2000 14:30:37 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5MUbm46214; Tue, 5 Dec 2000 14:30:37 -0800 (PST) (envelope-from bmah) Message-Id: <200012052230.eB5MUbm46214@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 5 Dec 2000 14:30:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.1 pkg_version.pl X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2000/12/05 14:30:37 PST Modified files: (Branch: RELENG_3) usr.sbin/pkg_install/version pkg_version.1 pkg_version.pl Log: MFC: "origin patch", -L option, other small bugfixes to sync up to HEAD. pkg_version.pl: 1.9->1.15 pkg_version.1: 1.7->1.10 Requested by: sobomax Revision Changes Path 1.2.2.5 +89 -30 src/usr.sbin/pkg_install/version/pkg_version.1 1.2.2.4 +113 -34 src/usr.sbin/pkg_install/version/pkg_version.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 5 14:31:42 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 14:31:38 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 7D4CC37B400; Tue, 5 Dec 2000 14:31:38 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id OAA19170; Tue, 5 Dec 2000 14:31:37 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB5MVaV46045; Tue, 5 Dec 2000 14:31:36 -0800 (PST) (envelope-from obrien) Date: Tue, 5 Dec 2000 14:31:36 -0800 From: "David O'Brien" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001205143136.A45983@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012052223.eB5MNBw45086@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: <200012052223.eB5MNBw45086@freefall.freebsd.org>; from alfred@FreeBSD.org on Tue, Dec 05, 2000 at 02:23:11PM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 05, 2000 at 02:23:11PM -0800, Alfred Perlstein wrote: > Modified files: (Branch: RELENG_4) > sys/vm phys_pager.c > Log: > MFC: 1.4 (handle non PAGE_SIZE requests properly) Uh.. what happened to letting it settle in -current first... Didn't this *same* discussion come up just last week... perhaps you are a little too 'D'elete key happy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 14:50:30 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 14:50:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 8A7A637B400; Tue, 5 Dec 2000 14:50:26 -0800 (PST) Received: from laptop.baldwin.cx (root@dhcp246.osd.bsdi.com [204.216.28.246]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB5Mnx757383; Tue, 5 Dec 2000 14:49:59 -0800 (PST) (envelope-from jhb@FreeBSD.org) 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: <20001205143136.A45983@dragon.nuxi.com> Date: Tue, 05 Dec 2000 14:50:41 -0800 (PST) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/sys/vm phys_pager.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Alfred Perlstein Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 05-Dec-00 David O'Brien wrote: > On Tue, Dec 05, 2000 at 02:23:11PM -0800, Alfred Perlstein wrote: >> Modified files: (Branch: RELENG_4) >> sys/vm phys_pager.c >> Log: >> MFC: 1.4 (handle non PAGE_SIZE requests properly) > > Uh.. what happened to letting it settle in -current first... > Didn't this *same* discussion come up just last week... perhaps you are > a little too 'D'elete key happy. David, the code in question is controlled by a sysctl that is off by default and is thus rarely used. This fixes a serious bug that Dillon approved if you read the thread on -hackers. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "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 5 14:58: 8 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 14:58:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id AC9AC37B400; Tue, 5 Dec 2000 14:58:04 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id OAA19359; Tue, 5 Dec 2000 14:58:03 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB5Mw2H46286; Tue, 5 Dec 2000 14:58:02 -0800 (PST) (envelope-from obrien) Date: Tue, 5 Dec 2000 14:58:02 -0800 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Alfred Perlstein Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001205145802.A46252@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20001205143136.A45983@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: ; from jhb@FreeBSD.org on Tue, Dec 05, 2000 at 02:50:41PM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 05, 2000 at 02:50:41PM -0800, John Baldwin wrote: > David, the code in question is controlled by a sysctl that is off by default > and is thus rarely used. This fixes a serious bug that Dillon approved if you > read the thread on -hackers. I fail to see where either (1) turned off by default, or (2) fixes a serious bug comes is allowed by the general MFC rule we operate under. We have slowly moved from a let things settle practice, to one of MFC right away; and this is wrong. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 14:59:12 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 14:59:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id DE17B37B400; Tue, 5 Dec 2000 14:59:08 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB5Mx8202607; Tue, 5 Dec 2000 14:59:08 -0800 (PST) Date: Tue, 5 Dec 2000 14:59:08 -0800 From: Alfred Perlstein To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001205145908.K8051@fw.wintelcom.net> References: <200012052223.eB5MNBw45086@freefall.freebsd.org> <20001205143136.A45983@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: <20001205143136.A45983@dragon.nuxi.com>; from obrien@FreeBSD.org on Tue, Dec 05, 2000 at 02:31:36PM -0800 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David O'Brien [001205 14:31] wrote: > On Tue, Dec 05, 2000 at 02:23:11PM -0800, Alfred Perlstein wrote: > > Modified files: (Branch: RELENG_4) > > sys/vm phys_pager.c > > Log: > > MFC: 1.4 (handle non PAGE_SIZE requests properly) > > Uh.. what happened to letting it settle in -current first... > Didn't this *same* discussion come up just last week... perhaps you are > a little too 'D'elete key happy. 1) I tested it under -stable before -current. 2) I needed it working. 3) It was a bugfix and needed. 4) It defaults to off in all systems. 5) It was reviewed. 6) I have extreme doubts that anyone could have been using it reliably before my fix. 7) It's been broken for many months, I finally spent all night tracking it down and the Maintainer (peter) didn't seem interested in chasing down the problem when I told him about it months ago. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 15: 5:48 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 15:05:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A402237B400; Tue, 5 Dec 2000 15:05:45 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5N5jl52593; Tue, 5 Dec 2000 15:05:45 -0800 (PST) (envelope-from alfred) Message-Id: <200012052305.eB5N5jl52593@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 5 Dec 2000 15:05:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sysv_msg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/12/05 15:05:45 PST Modified files: sys/kern sysv_msg.c Log: Add forgotten SYSCALL_MODULE_HELPER() for msgsys() syscall. Discovered by: Valentin Chopov Revision Changes Path 1.28 +2 -1 src/sys/kern/sysv_msg.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 5 15: 7:51 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 15:07:47 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 4183C37B400; Tue, 5 Dec 2000 15:07:47 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA19417; Tue, 5 Dec 2000 15:07:46 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB5N7jm46401; Tue, 5 Dec 2000 15:07:45 -0800 (PST) (envelope-from obrien) Date: Tue, 5 Dec 2000 15:07:45 -0800 From: "David O'Brien" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001205150745.D46252@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012052223.eB5MNBw45086@freefall.freebsd.org> <20001205143136.A45983@dragon.nuxi.com> <20001205145908.K8051@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001205145908.K8051@fw.wintelcom.net>; from alfred@FreeBSD.org on Tue, Dec 05, 2000 at 02:59:08PM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 05, 2000 at 02:59:08PM -0800, Alfred Perlstein wrote: > > Didn't this *same* discussion come up just last week... perhaps you are > > a little too 'D'elete key happy. > > 1) I tested it under -stable before -current. > 2) I needed it working. > 3) It was a bugfix and needed. > 4) It defaults to off in all systems. > 5) It was reviewed. > 6) I have extreme doubts that anyone could have been using it reliably > before my fix. > 7) It's been broken for many months, I finally spent all night tracking > it down and the Maintainer (peter) didn't seem interested in chasing > down the problem when I told him about it months ago. Which of the 7 points above is allows an immediate MFC by our general MFC rules? -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 15:11:39 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 15:11:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 92D7437B400; Tue, 5 Dec 2000 15:11:35 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id SAA26617; Tue, 5 Dec 2000 18:11:14 -0500 (EST) Date: Tue, 5 Dec 2000 18:11:14 -0500 (EST) From: Daniel Eischen To: Alfred Perlstein Cc: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c In-Reply-To: <20001205145908.K8051@fw.wintelcom.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 5 Dec 2000, Alfred Perlstein wrote: > * David O'Brien [001205 14:31] wrote: > > On Tue, Dec 05, 2000 at 02:23:11PM -0800, Alfred Perlstein wrote: > > > Modified files: (Branch: RELENG_4) > > > sys/vm phys_pager.c > > > Log: > > > MFC: 1.4 (handle non PAGE_SIZE requests properly) > > > > Uh.. what happened to letting it settle in -current first... > > Didn't this *same* discussion come up just last week... perhaps you are > > a little too 'D'elete key happy. > > 1) I tested it under -stable before -current. > 2) I needed it working. > 3) It was a bugfix and needed. > 4) It defaults to off in all systems. > 5) It was reviewed. > 6) I have extreme doubts that anyone could have been using it reliably > before my fix. > 7) It's been broken for many months, I finally spent all night tracking > it down and the Maintainer (peter) didn't seem interested in chasing > down the problem when I told him about it months ago. I don't want to pick on Alfred; just using this as a platform. For problems that don't affect the majority of folks and is not a security related problem, there is no reason *not* to wait to MFC. I'd like to see all fixes like this settle for at least a day or two, just to make sure that world wasn't accidentally broken. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 15:21: 1 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 15:20:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id AA45E37B400; Tue, 5 Dec 2000 15:20:56 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB5NKtn03673; Tue, 5 Dec 2000 15:20:55 -0800 (PST) Date: Tue, 5 Dec 2000 15:20:55 -0800 From: Alfred Perlstein To: Daniel Eischen Cc: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001205152054.M8051@fw.wintelcom.net> References: <20001205145908.K8051@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from eischen@vigrid.com on Tue, Dec 05, 2000 at 06:11:14PM -0500 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Daniel Eischen [001205 15:12] wrote: > On Tue, 5 Dec 2000, Alfred Perlstein wrote: > > * David O'Brien [001205 14:31] wrote: > > > On Tue, Dec 05, 2000 at 02:23:11PM -0800, Alfred Perlstein wrote: > > > > Modified files: (Branch: RELENG_4) > > > > sys/vm phys_pager.c > > > > Log: > > > > MFC: 1.4 (handle non PAGE_SIZE requests properly) > > > > > > Uh.. what happened to letting it settle in -current first... > > > Didn't this *same* discussion come up just last week... perhaps you are > > > a little too 'D'elete key happy. > > > > 1) I tested it under -stable before -current. > > 2) I needed it working. > > 3) It was a bugfix and needed. > > 4) It defaults to off in all systems. > > 5) It was reviewed. > > 6) I have extreme doubts that anyone could have been using it reliably > > before my fix. > > 7) It's been broken for many months, I finally spent all night tracking > > it down and the Maintainer (peter) didn't seem interested in chasing > > down the problem when I told him about it months ago. > > I don't want to pick on Alfred; just using this as a platform. > > For problems that don't affect the majority of folks and is not > a security related problem, there is no reason *not* to wait to > MFC. I'd like to see all fixes like this settle for at least > a day or two, just to make sure that world wasn't accidentally > broken. And who exactly would bump into this problem except me? It was a one line change, an 'off by PAGE_SIZE' error and no one was going to test it in -current anyhow. This code has been broken since it was brought into the tree, no one is using it otherwise we'd hear complaints. This is completely the wrong place to start this arguement, in fact it's getting so annoying that I've been thinking of keeping my own private branch of -stable to avoid the _real_ premature commits that mess me up and keep my fixes to myself. Maybe I'll get around to allowing access to it, maybe not. *feh* .. whatever... You'll note the that loadable syscipc stuff hasn't been MFC'd because I'm still hashing out bugs with it and I knew it could be problematic. I think a bit more faith in my work would be nice. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 15:22: 5 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 15:22:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id D5E6337B400; Tue, 5 Dec 2000 15:22:00 -0800 (PST) Received: from laptop.baldwin.cx (root@dhcp246.osd.bsdi.com [204.216.28.246]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB5NLY758575; Tue, 5 Dec 2000 15:21:34 -0800 (PST) (envelope-from jhb@FreeBSD.org) 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: <20001205150745.D46252@dragon.nuxi.com> Date: Tue, 05 Dec 2000 15:22:15 -0800 (PST) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/sys/vm phys_pager.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Alfred Perlstein Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 05-Dec-00 David O'Brien wrote: > On Tue, Dec 05, 2000 at 02:59:08PM -0800, Alfred Perlstein wrote: >> > Didn't this *same* discussion come up just last week... perhaps you are >> > a little too 'D'elete key happy. >> >> 1) I tested it under -stable before -current. >> 2) I needed it working. >> 3) It was a bugfix and needed. >> 4) It defaults to off in all systems. >> 5) It was reviewed. >> 6) I have extreme doubts that anyone could have been using it reliably >> before my fix. >> 7) It's been broken for many months, I finally spent all night tracking >> it down and the Maintainer (peter) didn't seem interested in chasing >> down the problem when I told him about it months ago. > > > Which of the 7 points above is allows an immediate MFC by our general MFC > rules? An excerpt from the Committer's Guide, Rule 5: "...unless the -STABLE fix is critical, time sensitive or so obvious as to make further testing unnecessary (spelling fixes to manpages, obvious bug/typo fixes, etc.)" If you had looked at a) the patch, and b) the thread on -hackers, you would have seen that this is an obvious bug/typo, and for people who use phy_backed_shm a critical fix since the functionality was badly broken. This option is not on by default and is most likely not being used by anyone running -current right now as it is a very special case. I'll also note the very end of rule 5: "In other words, apply common sense." -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "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 5 15:37:13 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 15:37:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 8F1CB37B400; Tue, 5 Dec 2000 15:37:09 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA19653; Tue, 5 Dec 2000 15:37:08 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB5Nb7M55373; Tue, 5 Dec 2000 15:37:07 -0800 (PST) (envelope-from obrien) Date: Tue, 5 Dec 2000 15:37:07 -0800 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Alfred Perlstein Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001205153707.C55259@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20001205150745.D46252@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: ; from jhb@FreeBSD.org on Tue, Dec 05, 2000 at 03:22:15PM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 05, 2000 at 03:22:15PM -0800, John Baldwin wrote: > An excerpt from the Committer's Guide, Rule 5: > > "...unless the -STABLE fix is critical, time sensitive or so obvious as > to make further testing unnecessary (spelling fixes to manpages, > obvious bug/typo fixes, etc.)" > > If you had looked at a) the patch, and b) the thread on -hackers, you > would have seen that this is an obvious bug/typo, and for people who Take liberties with "obvious bug/typo" will only lead to peril. > I'll also note the very end of rule 5: > "In other words, apply common sense." I am. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 16: 3:42 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 16:03:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (adsl-64-163-195-99.dsl.snfc21.pacbell.net [64.163.195.99]) by hub.freebsd.org (Postfix) with ESMTP id E7DA637B400; Tue, 5 Dec 2000 16:03:38 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id eB603cJ26865; Tue, 5 Dec 2000 16:03:38 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200012060003.eB603cJ26865@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: obrien@FreeBSD.org Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Alfred Perlstein Subject: Re: cvs commit: src/sys/vm phys_pager.c In-Reply-To: <20001205153707.C55259@dragon.nuxi.com> Date: Tue, 05 Dec 2000 16:03:38 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David O'Brien" wrote: > On Tue, Dec 05, 2000 at 03:22:15PM -0800, John Baldwin wrote: > > An excerpt from the Committer's Guide, Rule 5: > > > > "...unless the -STABLE fix is critical, time sensitive or so obvious as > > to make further testing unnecessary (spelling fixes to manpages, > > obvious bug/typo fixes, etc.)" > > > > If you had looked at a) the patch, and b) the thread on -hackers, you > > would have seen that this is an obvious bug/typo, and for people who > > Take liberties with "obvious bug/typo" will only lead to peril. This is not a liberty. It is an obvious fix and a killer bug if left alone. > > I'll also note the very end of rule 5: > > "In other words, apply common sense." > > I am. Well, common sense suggests to me that it is perfectly OK to fix it. 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 5 16:24: 4 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 16:24:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id E21B437B400; Tue, 5 Dec 2000 16:24:01 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eB60O1K88315; Tue, 5 Dec 2000 16:24:01 -0800 (PST) (envelope-from dillon) Date: Tue, 5 Dec 2000 16:24:01 -0800 (PST) From: Matt Dillon Message-Id: <200012060024.eB60O1K88315@earth.backplane.com> To: John Baldwin Cc: "David O'Brien" , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Alfred Perlstein Subject: Re: cvs commit: src/sys/vm phys_pager.c References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :An excerpt from the Committer's Guide, Rule 5: : :"...unless the -STABLE fix is critical, time sensitive or so obvious as to make :further testing unnecessary (spelling fixes to manpages, obvious bug/typo :fixes, etc.)" : :If you had looked at a) the patch, and b) the thread on -hackers, you would :have seen that this is an obvious bug/typo, and for people who use :phy_backed_shm a critical fix since the functionality was badly broken. This :option is not on by default and is most likely not being used by anyone running :-current right now as it is a very special case. I'll also note the very end :of rule 5: : :"In other words, apply common sense." Sounds like a perfect fit to me. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 16:34: 2 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 16:33:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B6A337B400; Tue, 5 Dec 2000 16:33:59 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB60XxV64402; Tue, 5 Dec 2000 16:33:59 -0800 (PST) (envelope-from jhb) Message-Id: <200012060033.eB60XxV64402@freefall.freebsd.org> From: John Baldwin Date: Tue, 5 Dec 2000 16:33:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/05 16:33:59 PST Modified files: sys/kern kern_synch.c Log: Add in #include of since it was axed from . Noticed by: Wesley Morgan Pointy hat to: me Revision Changes Path 1.116 +2 -1 src/sys/kern/kern_synch.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 5 16:38: 7 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 16:38:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B148C37B400; Tue, 5 Dec 2000 16:38:04 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB60c4H64884; Tue, 5 Dec 2000 16:38:04 -0800 (PST) (envelope-from peter) Message-Id: <200012060038.eB60c4H64884@freefall.freebsd.org> From: Peter Wemm Date: Tue, 5 Dec 2000 16:38:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa apic_ipl.s src/sys/i386/include smp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/12/05 16:38:04 PST Modified files: sys/i386/isa apic_ipl.s sys/i386/include smp.h Log: GC unused assembler function apic_eoi() Revision Changes Path 1.32 +1 -8 src/sys/i386/isa/apic_ipl.s 1.61 +1 -2 src/sys/i386/include/smp.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 5 16:47:57 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 16:47:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D142137B400; Tue, 5 Dec 2000 16:47:54 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB60lsW66023; Tue, 5 Dec 2000 16:47:54 -0800 (PST) (envelope-from jkh) Message-Id: <200012060047.eB60lsW66023@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 5 Dec 2000 16:47:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall ftp.c http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/12/05 16:47:54 PST Modified files: release/sysinstall ftp.c http.c Log: Enable the same path deduction as for ftp install (great for snapshot tests) Allow user to change proxy server Allow user to change ftp path Submitted by: pho Revision Changes Path 1.42 +2 -2 src/release/sysinstall/ftp.c 1.5 +59 -18 src/release/sysinstall/http.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 5 16:50:56 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 16:50:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46AEC37B400; Tue, 5 Dec 2000 16:50:54 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB60osG66445; Tue, 5 Dec 2000 16:50:54 -0800 (PST) (envelope-from mjacob) Message-Id: <200012060050.eB60osG66445@freefall.freebsd.org> From: Matt Jacob Date: Tue, 5 Dec 2000 16:50:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wxreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/05 16:50:54 PST Modified files: sys/pci if_wxreg.h Log: Move $FreeBSD id up to top of file for multi-OS ease of support reasons. Revision Changes Path 1.6 +1 -1 src/sys/pci/if_wxreg.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 5 16:52:31 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 16:52:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 169AD37B400; Tue, 5 Dec 2000 16:52:29 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB60qTs67441; Tue, 5 Dec 2000 16:52:29 -0800 (PST) (envelope-from mjacob) Message-Id: <200012060052.eB60qTs67441@freefall.freebsd.org> From: Matt Jacob Date: Tue, 5 Dec 2000 16:52:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wx.c if_wxvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/05 16:52:29 PST Modified files: sys/pci if_wx.c if_wxvar.h Log: Restore a sense of cleanly supporting multiple platforms. That is, place the LOCKing macros within the areas within if_wxvar.h that is set aside for them. Put any platform specific data also in those areas. For ease of maintenance purposes, merge in the OpenBSD version codebase here. Revision Changes Path 1.13 +61 -31 src/sys/pci/if_wx.c 1.8 +34 -5 src/sys/pci/if_wxvar.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 5 16:54:36 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 16:54:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A13D737B400; Tue, 5 Dec 2000 16:54:33 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB60sXN67983; Tue, 5 Dec 2000 16:54:33 -0800 (PST) (envelope-from mjacob) Message-Id: <200012060054.eB60sXN67983@freefall.freebsd.org> From: Matt Jacob Date: Tue, 5 Dec 2000 16:54:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wx.c if_wxreg.h if_wxvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/05 16:54:33 PST Modified files: (Branch: RELENG_4) sys/pci if_wx.c if_wxreg.h if_wxvar.h Log: MFC: Merge in OpenBSD support and add some LOCKing macros, also for ease of support. Revision Changes Path 1.5.2.7 +80 -48 src/sys/pci/if_wx.c 1.3.2.3 +1 -1 src/sys/pci/if_wxreg.h 1.4.2.3 +34 -1 src/sys/pci/if_wxvar.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 5 17: 4: 5 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 17:04:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1028D37B400; Tue, 5 Dec 2000 17:04:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6143g71636; Tue, 5 Dec 2000 17:04:03 -0800 (PST) (envelope-from peter) Message-Id: <200012060104.eB6143g71636@freefall.freebsd.org> From: Peter Wemm Date: Tue, 5 Dec 2000 17:04:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa apic_ipl.s src/sys/i386/i386 mpapic.c src/sys/i386/include smp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/12/05 17:04:02 PST Modified files: sys/i386/isa apic_ipl.s sys/i386/i386 mpapic.c sys/i386/include smp.h Log: Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into mpapic.c. This gives us the benefit of C type checking. These functions are not called in any critical paths and are not used by the interrupt routines. Revision Changes Path 1.33 +1 -30 src/sys/i386/isa/apic_ipl.s 1.44 +24 -1 src/sys/i386/i386/mpapic.c 1.62 +4 -5 src/sys/i386/include/smp.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 5 17:45:24 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 17:45:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E26837B400; Tue, 5 Dec 2000 17:45:22 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB61jMS08634; Tue, 5 Dec 2000 17:45:22 -0800 (PST) (envelope-from jhb) Message-Id: <200012060145.eB61jMS08634@freefall.freebsd.org> From: John Baldwin Date: Tue, 5 Dec 2000 17:45:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_psdev.c coda_venus.c coda_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/05 17:45:22 PST Modified files: sys/coda coda_psdev.c coda_venus.c coda_vnops.c Log: Protect accesses to member of struct proc with the proc lock. Revision Changes Path 1.15 +6 -3 src/sys/coda/coda_psdev.c 1.10 +5 -1 src/sys/coda/coda_venus.c 1.27 +4 -1 src/sys/coda/coda_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 17:49:13 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 17:49:10 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76EA537B400; Tue, 5 Dec 2000 17:49:10 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB61nA210529; Tue, 5 Dec 2000 17:49:10 -0800 (PST) (envelope-from jedgar) Message-Id: <200012060149.eB61nA210529@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 5 Dec 2000 17:49:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libz Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/12/05 17:49:10 PST Modified files: lib/libz Makefile Log: Add appropriate defines to use snprintf/vsnprintf instead of sprintf/vsprintf. Approved by: peter Revision Changes Path 1.12 +3 -1 src/lib/libz/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 5 17:49:52 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 17:49:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id DC66437B400; Tue, 5 Dec 2000 17:49:49 -0800 (PST) Received: from laptop.baldwin.cx (root@dhcp246.osd.bsdi.com [204.216.28.246]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB61nM762828; Tue, 5 Dec 2000 17:49:22 -0800 (PST) (envelope-from jhb@FreeBSD.org) 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: <200012060145.eB61jMS08634@freefall.freebsd.org> Date: Tue, 05 Dec 2000 17:50:04 -0800 (PST) From: John Baldwin To: cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/coda coda_psdev.c coda_venus.c coda_vnop Cc: cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 06-Dec-00 John Baldwin wrote: > jhb 2000/12/05 17:45:22 PST > > Modified files: > sys/coda coda_psdev.c coda_venus.c coda_vnops.c > Log: > Protect accesses to member of struct proc with the proc lock. LINT compiles, so I know it compiles ok, but I don't have coda setup anywhere to test this I'm afraid. :( -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "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 5 18: 1:59 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 18:01:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74EBA37B400; Tue, 5 Dec 2000 18:01:56 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB621uY15182; Tue, 5 Dec 2000 18:01:56 -0800 (PST) (envelope-from jhb) Message-Id: <200012060201.eB621uY15182@freefall.freebsd.org> From: John Baldwin Date: Tue, 5 Dec 2000 18:01:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/05 18:01:56 PST Modified files: sys/sys proc.h Log: - Add in PROC_LOCK() and PROC_UNLOCK() macros. For now these do simple mutex operations. In the future they may call functions that verify correct locking order between processes in the INVARIANTS case. - Lock the process in PHOLD() and PREL(). Revision Changes Path 1.132 +15 -3 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 18:24:22 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 18:24:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCB5637B400; Tue, 5 Dec 2000 18:24:19 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB62OJr24793; Tue, 5 Dec 2000 18:24:19 -0800 (PST) (envelope-from jkh) Message-Id: <200012060224.eB62OJr24793@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 5 Dec 2000 18:24:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cvsupit pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/12/05 18:24:19 PST Modified files: net/cvsupit pkg-install Log: Update to list more current branches and servers. Revision Changes Path 1.4 +2 -0 ports/net/cvsupit/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 5 18:55:24 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 18:55:19 2000 Return-Path: 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 3D11C37B400; Tue, 5 Dec 2000 18:55:19 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.1/8.11.1) with SMTP id eB62tHf96632; Tue, 5 Dec 2000 21:55:18 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 5 Dec 2000 21:55:17 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/coda coda_psdev.c coda_venus.c coda_vnop In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: robert@fledge.watson.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Forward information on your commit to shafeeq@FreeBSD.org, as it's possible he's not following the commit list closely. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Tue, 5 Dec 2000, John Baldwin wrote: > > On 06-Dec-00 John Baldwin wrote: > > jhb 2000/12/05 17:45:22 PST > > > > Modified files: > > sys/coda coda_psdev.c coda_venus.c coda_vnops.c > > Log: > > Protect accesses to member of struct proc with the proc lock. > > LINT compiles, so I know it compiles ok, but I don't have coda setup anywhere > to test this I'm afraid. :( > > -- > > John Baldwin -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.baldwin.cx/~john/pgpkey.asc > "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 5 19:14:31 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 19:14:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D32E137B400; Tue, 5 Dec 2000 19:14:28 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB63ESS47491; Tue, 5 Dec 2000 19:14:28 -0800 (PST) (envelope-from deischen) Message-Id: <200012060314.eB63ESS47491@freefall.freebsd.org> From: Daniel Eischen Date: Tue, 5 Dec 2000 19:14:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include dirent.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/12/05 19:14:28 PST Modified files: include dirent.h Log: Add a LIST_HEAD to DIR for a queue of telldir positions. Also add a location count (used as the magic for telldir) to DIR. A future change will also add a mutex/lock. Revision Changes Path 1.8 +7 -2 src/include/dirent.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 5 19:15:53 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 19:15:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FD3937B401; Tue, 5 Dec 2000 19:15:49 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB63FnE48013; Tue, 5 Dec 2000 19:15:49 -0800 (PST) (envelope-from deischen) Message-Id: <200012060315.eB63FnE48013@freefall.freebsd.org> From: Daniel Eischen Date: Tue, 5 Dec 2000 19:15:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen closedir.c directory.3 opendir.c readdir.c telldir.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/12/05 19:15:49 PST Modified files: lib/libc/gen closedir.c directory.3 opendir.c readdir.c telldir.c Log: Cleanup XXXdir functions to eliminate global hash table of telldir positions. This will allow (future) locking on a per-DIR basis (for MT-safety). For now, this change does the following: o Remove the hash table from telldir.c. Recode to use queue macros. o Remove 'const' from 'telldir(const DIR *)'. o Remove 'register' variables as suggested in a recent thread. No response from: -current Revision Changes Path 1.7 +4 -4 src/lib/libc/gen/closedir.c 1.10 +2 -2 src/lib/libc/gen/directory.3 1.11 +3 -1 src/lib/libc/gen/opendir.c 1.7 +6 -5 src/lib/libc/gen/readdir.c 1.5 +24 -46 src/lib/libc/gen/telldir.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 5 19:45:18 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 19:45:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB8C637B400; Tue, 5 Dec 2000 19:45:15 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB63jFe65726; Tue, 5 Dec 2000 19:45:15 -0800 (PST) (envelope-from jhb) Message-Id: <200012060345.eB63jFe65726@freefall.freebsd.org> From: John Baldwin Date: Tue, 5 Dec 2000 19:45:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_kthread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/05 19:45:15 PST Modified files: sys/kern kern_kthread.c Log: Pass RFSTOPPED to fork1() in kthread_create() to avoid a race condition where fork1() could put the process on the run queue where it could be snatched up by another CPU before kthread_create() had set the proper fork handler. Instead, we put the new kthread on the runqueue after its fork handler has been sent. Noticed by: jake Looked over by: peter Revision Changes Path 1.9 +10 -2 src/sys/kern/kern_kthread.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 5 19:47:17 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 19:47:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C476837B400; Tue, 5 Dec 2000 19:47:14 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB63lEP66396; Tue, 5 Dec 2000 19:47:14 -0800 (PST) (envelope-from peter) Message-Id: <200012060347.eB63lEP66396@freefall.freebsd.org> From: Peter Wemm Date: Tue, 5 Dec 2000 19:47:14 -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 X-Loop: FreeBSD.ORG peter 2000/12/05 19:47:14 PST Modified files: sys/i386/i386 mp_machdep.c Log: This is kind of a nasty hack, but it appears to solve the Compaq DL360 SMP problem. Compaq, in their infinite wisdom, forgot to put the IO apic intpin #0 connection to the 8259 PIC into the mptable. This hack is to look and see if intpin #0 has *no* table entry and adds a fake ExtInt entry for the remap routines to use. isa/clock.c will still test the interrupts. This entry is only ever used on an already broken system. Revision Changes Path 1.131 +14 -3 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 Tue Dec 5 20:35:48 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 20:35:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEE1637B400; Tue, 5 Dec 2000 20:35:45 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB64ZjK88438; Tue, 5 Dec 2000 20:35:45 -0800 (PST) (envelope-from obrien) Message-Id: <200012060435.eB64ZjK88438@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 20:35:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 20:35:45 PST Modified files: . Makefile Log: Add back displaying the `world' start time when displaying the stop time. However, don't prefix it with '>>>', so those greping for times will not see it. Revision Changes Path 1.242 +4 -3 src/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 5 21: 0:50 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 21:00:47 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DE8C37B400; Tue, 5 Dec 2000 21:00:47 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB650lI96134; Tue, 5 Dec 2000 21:00:47 -0800 (PST) (envelope-from vanilla) Message-Id: <200012060500.eB650lI96134@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 5 Dec 2000 21:00:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/12/05 21:00:47 PST Modified files: . access Log: Add Clive Lin (clive), he will works for zh-* ports, and I will be his mentor. Approved by: core Revision Changes Path 1.202 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 21:43: 6 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 21:43:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE36C37B400; Tue, 5 Dec 2000 21:43:03 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB65h3K27184; Tue, 5 Dec 2000 21:43:03 -0800 (PST) (envelope-from will) Message-Id: <200012060543.eB65h3K27184@freefall.freebsd.org> From: Will Andrews Date: Tue, 5 Dec 2000 21:43:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile ports/astro/p5-GPS Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/05 21:43:03 PST Modified files: astro Makefile Added files: astro/p5-GPS Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-GPS 0.12, a perl module that gives access to several GPS protocols such as Garmin, NMEA, and Magellan. PR: 23317 Submitted by: Jeremy Shaffner Revision Changes Path 1.24 +2 -1 ports/astro/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 5 21:43:16 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 21:43:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2184437B400; Tue, 5 Dec 2000 21:43:14 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB65hEC27463; Tue, 5 Dec 2000 21:43:14 -0800 (PST) (envelope-from will) Message-Id: <200012060543.eB65hEC27463@freefall.freebsd.org> From: Will Andrews Date: Tue, 5 Dec 2000 21:43:13 -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 X-Loop: FreeBSD.ORG will 2000/12/05 21:43:13 PST Modified files: . modules Log: p5-GPS --> ports/astro/p5-GPS Revision Changes Path 1.2078 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 22: 0:47 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 22:00:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CCAD37B400; Tue, 5 Dec 2000 22:00:44 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB660iw52927; Tue, 5 Dec 2000 22:00:44 -0800 (PST) (envelope-from obrien) Message-Id: <200012060600.eB660iw52927@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Dec 2000 22:00:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/05 22:00:44 PST Modified files: (Branch: RELENG_4) . Makefile Log: MFC: rev 1.242 (show start and stop times together) Revision Changes Path 1.234.2.6 +4 -3 src/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 5 22:27:19 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 22:27:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFA0437B400; Tue, 5 Dec 2000 22:27:16 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB66RGB68866; Tue, 5 Dec 2000 22:27:16 -0800 (PST) (envelope-from will) Message-Id: <200012060627.eB66RGB68866@freefall.freebsd.org> From: Will Andrews Date: Tue, 5 Dec 2000 22:27:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt22 Makefile distinfo pkg-plist ports/x11-toolkits/qt22/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/05 22:27:16 PST Modified files: x11-toolkits/qt22 Makefile distinfo pkg-plist Removed files: x11-toolkits/qt22/files patch-ae Log: Update to QT 2.2.2; mostly minor bugfixes. Required for KDE 2.0.1. Remove a patch in configure by replacing it with "yes yes" to automate accepting the GPL license (*sigh*) and avoiding interactive configure. *THIS TIME* I checked to make sure *.so wasn't removed accidentally. ;-) Revision Changes Path 1.66 +4 -15 ports/x11-toolkits/qt22/Makefile 1.21 +1 -1 ports/x11-toolkits/qt22/distinfo 1.36 +6 -2 ports/x11-toolkits/qt22/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 5 22:48:31 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 22:48:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C3B537B400; Tue, 5 Dec 2000 22:48:29 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB66mTd70791; Tue, 5 Dec 2000 22:48:29 -0800 (PST) (envelope-from ru) Message-Id: <200012060648.eB66mTd70791@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 22:48:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/05 22:48:29 PST Modified files: lib/libc/gen syslog.3 Log: ipfw(4) -> ipfw(8). Revision Changes Path 1.13 +2 -2 src/lib/libc/gen/syslog.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 22:50:29 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 22:50:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E32237B400; Tue, 5 Dec 2000 22:50:26 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB66oQf71006; Tue, 5 Dec 2000 22:50:26 -0800 (PST) (envelope-from ru) Message-Id: <200012060650.eB66oQf71006@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Dec 2000 22:50:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/05 22:50:26 PST Modified files: lib/libc/gen syslog.3 Log: Back this out, we apparently have the ipfw(4). Revision Changes Path 1.14 +2 -2 src/lib/libc/gen/syslog.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 22:51:20 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 22:51:16 2000 Return-Path: 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 B15A837B401; Tue, 5 Dec 2000 22:51:12 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id eB66p9w79515; Wed, 6 Dec 2000 08:51:09 +0200 (EET) (envelope-from ru) Date: Wed, 6 Dec 2000 08:51:09 +0200 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen syslog.3 Message-ID: <20001206085109.B78737@sunbay.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012060650.eB66oQf71006@freefall.freebsd.org> <200012060648.eB66mTd70791@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: <200012060648.eB66mTd70791@freefall.freebsd.org>; from ru@FreeBSD.org on Tue, Dec 05, 2000 at 10:48:29PM -0800 Sender: ru@whale.sunbay.crimea.ua Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry about that! On Tue, Dec 05, 2000 at 10:48:29PM -0800, Ruslan Ermilov wrote: > ru 2000/12/05 22:48:29 PST > > Modified files: > lib/libc/gen syslog.3 > Log: > ipfw(4) -> ipfw(8). > > Revision Changes Path > 1.13 +2 -2 src/lib/libc/gen/syslog.3 > On Tue, Dec 05, 2000 at 10:50:26PM -0800, Ruslan Ermilov wrote: > ru 2000/12/05 22:50:26 PST > > Modified files: > lib/libc/gen syslog.3 > Log: > Back this out, we apparently have the ipfw(4). > > Revision Changes Path > 1.14 +2 -2 src/lib/libc/gen/syslog.3 > -- 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 5 22:59:42 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 22:59:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ED8637B400; Tue, 5 Dec 2000 22:59:39 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB66xdJ72174; Tue, 5 Dec 2000 22:59:39 -0800 (PST) (envelope-from peter) Message-Id: <200012060659.eB66xdJ72174@freefall.freebsd.org> From: Peter Wemm Date: Tue, 5 Dec 2000 22:59:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vnode_if.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/12/05 22:59:39 PST Modified files: sys/kern vnode_if.pl Log: Simplify this a bit so that it doesn't have to generate silly redundant __P() prototypes when an ansi-style static inline is a prototype already. Since vnode_if.[ch] are generated on the fly, there are no CVS diffs to mess up. Revision Changes Path 1.23 +4 -15 src/sys/kern/vnode_if.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 5 23: 9:12 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 23:09:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61EA037B400; Tue, 5 Dec 2000 23:09:09 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6799E75446; Tue, 5 Dec 2000 23:09:09 -0800 (PST) (envelope-from peter) Message-Id: <200012060709.eB6799E75446@freefall.freebsd.org> From: Peter Wemm Date: Tue, 5 Dec 2000 23:09:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cache.c vfs_init.c vfs_lookup.c vfs_subr.c src/sys/sys systm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/12/05 23:09:09 PST Modified files: sys/kern vfs_cache.c vfs_init.c vfs_lookup.c vfs_subr.c sys/sys systm.h Log: Untangle vfsinit() a bit. Use seperate sysinit functions rather than having a super-function calling bits all over the place. Revision Changes Path 1.51 +6 -4 src/sys/kern/vfs_cache.c 1.51 +3 -24 src/sys/kern/vfs_init.c 1.42 +15 -1 src/sys/kern/vfs_lookup.c 1.295 +5 -3 src/sys/kern/vfs_subr.c 1.130 +1 -3 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 23:15:25 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 23:15:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from toptk.com (tp085010.seeder.net [202.43.85.10]) by hub.freebsd.org (Postfix) with ESMTP id 064AD37B400; Tue, 5 Dec 2000 23:15:19 -0800 (PST) Received: from FreeBSD.org (tc070195.seeder.net [202.43.70.195] (may be forged)) by toptk.com (8.9.3/8.9.3) with ESMTP id PAA04199; Wed, 6 Dec 2000 15:09:28 +0800 Sender: kevlo@toptk.com Message-ID: <3A2DE6B9.4107313E@FreeBSD.org> Date: Wed, 06 Dec 2000 15:11:54 +0800 From: Kevin Lo X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-20001202-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/qt22 Makefile distinfo pkg-plistports/x11-toolkits/qt22/files patch-ae References: <200012060627.eB66RGB68866@freefall.freebsd.org> Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will Andrews wrote: > will 2000/12/05 22:27:16 PST > > Modified files: > x11-toolkits/qt22 Makefile distinfo pkg-plist > Removed files: > x11-toolkits/qt22/files patch-ae > Log: > Update to QT 2.2.2; mostly minor bugfixes. Required for KDE 2.0.1. > Remove a patch in configure by replacing it with "yes yes" to automate > accepting the GPL license (*sigh*) and avoiding interactive configure. > *THIS TIME* I checked to make sure *.so wasn't removed accidentally. ;-) Cool! :-) I'll update kde2 ports ASAP. - Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 5 23:17: 3 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 23:17:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78CC037B401; Tue, 5 Dec 2000 23:17:01 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB67H1Y76337; Tue, 5 Dec 2000 23:17:01 -0800 (PST) (envelope-from ps) Message-Id: <200012060717.eB67H1Y76337@freefall.freebsd.org> From: Paul Saab Date: Tue, 5 Dec 2000 23:17:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi query-pr.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/12/05 23:17:01 PST Modified files: en/cgi query-pr.cgi Log: Terminate subsitution introduced in rev 1.22. Revision Changes Path 1.23 +2 -2 www/en/cgi/query-pr.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 5 23:43:29 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 23:43:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55BC537B400; Tue, 5 Dec 2000 23:43:27 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB67hRV79425; Tue, 5 Dec 2000 23:43:27 -0800 (PST) (envelope-from sobomax) Message-Id: <200012060743.eB67hRV79425@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Dec 2000 23:43:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/giram Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/05 23:43:27 PST Modified files: graphics/giram Makefile distinfo Log: Update to 0.1.7. Approved by: maintainer Revision Changes Path 1.9 +4 -2 ports/graphics/giram/Makefile 1.4 +1 -1 ports/graphics/giram/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 6 0: 1:19 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 00:01:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id EF56237B402; Tue, 5 Dec 2000 23:59:46 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA83494; Tue, 5 Dec 2000 23:59:46 -0800 (PST) (envelope-from DougB@FreeBSD.org) Sender: doug@dt051n37.san.rr.com Message-ID: <3A2DF1F2.6245BABB@FreeBSD.org> Date: Tue, 05 Dec 2000 23:59:46 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Doug White Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/postfix-current/scripts configure References: <200012022028.eB2KSjg01028@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote: > > dwhite 2000/12/02 12:28:45 PST > > Modified files: > mail/postfix-current/scripts configure > Log: > Change configure script to use find & grep instead of grep -r. The -r > option is only available on 4.X. This allows postfix to compile properly > on FreeBSD 3.X (and possibly before.) grep -R does the same thing on 3.x, why not: .if ${OSVERSION} >= 400000 GREP_R= ${GREP} -r .else GREP_R= ${GREP} -R .endif Just a thought, Doug -- So what I want to know is, where does the RED brick road go? Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 0:23:51 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 00:23:47 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mailgate.westmarsh.com (orion.westmarsh.com [193.195.76.57]) by hub.freebsd.org (Postfix) with ESMTP id B5BF937B400; Wed, 6 Dec 2000 00:23:45 -0800 (PST) Received: from westmarsh.com (mailgate.westmarsh.com [193.195.76.50]) by mailgate.westmarsh.com (8.11.1/8.11.1) with ESMTP id eB68Nfp06754; Wed, 6 Dec 2000 08:23:42 GMT (envelope-from pierre.dampure@westmarsh.com) Sender: pierre.dampure@westmarsh.com Message-ID: <3A2DF78B.257344F9@westmarsh.com> Date: Wed, 06 Dec 2000 08:23:39 +0000 From: "Pierre Y. Dampure" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Alfred Perlstein Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mount.h src/usr.bin/fstat fstat.c References: <200012040921.eB49L6e90365@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > > alfred 2000/12/04 01:21:06 PST > > Modified files: > sys/sys mount.h > usr.bin/fstat fstat.c > Log: > remove struct mount from useland visibility > > Revision Changes Path > 1.99 +5 -1 src/sys/sys/mount.h > 1.24 +2 -2 src/usr.bin/fstat/fstat.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message This seems to break the lsof port (see below -- variable m is declared as a struct mount in dmnt.c): cc -march=pentiumpro -pipe -DFREEBSDV=500 -DHASFDESCFS=2 -DHASPROCFS -DHAS9660F S -DHASIPv6 -DLSOF_VSTR=\"5.0-CURRENT\" -I/usr/include -I/usr/src/sys -O -c dmnt .c dmnt.c: In function `readvfs': dmnt.c:227: storage size of `m' isn't known *** Error code 1 Stop in /usr/ports/sysutils/lsof/work/lsof_4.53C.freebsd. *** Error code 1 Stop in /usr/ports/sysutils/lsof. *** Error code 1 Stop in /usr/ports/sysutils/lsof. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 0:27:40 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 00:27:38 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D59237B400; Wed, 6 Dec 2000 00:27:38 -0800 (PST) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB68RcZ87232; Wed, 6 Dec 2000 00:27:38 -0800 (PST) (envelope-from nakai) Message-Id: <200012060827.eB68RcZ87232@freefall.freebsd.org> From: Yukihiro Nakai Date: Wed, 6 Dec 2000 00:27:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/xfce/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/12/06 00:27:38 PST Removed files: x11-wm/xfce/files patch-aa Log: I forgot to remove this file for 3.6.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 6 0:35:50 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 00:35:47 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3722A37B401; Wed, 6 Dec 2000 00:35:47 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB68Zlf88452; Wed, 6 Dec 2000 00:35:47 -0800 (PST) (envelope-from ru) Message-Id: <200012060835.eB68Zlf88452@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 00:35:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff Makefile.dev Makefile.tty src/gnu/usr.bin/groff/devdvi Makefile src/gnu/usr.bin/groff/devhtml Makefile src/gnu/usr.bin/groff/devlbp Makefile src/gnu/usr.bin/groff/devlj4 Makefile src/gnu/usr.bin/groff/devps ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 00:35:46 PST Modified files: gnu/usr.bin/groff Makefile.dev Makefile.tty gnu/usr.bin/groff/devdvi Makefile gnu/usr.bin/groff/devhtml Makefile gnu/usr.bin/groff/devlbp Makefile gnu/usr.bin/groff/devlj4 Makefile gnu/usr.bin/groff/devps Makefile Log: Fixed device files building procedure. This makes it possible to ``make all install'' in one pass. Revision Changes Path 2.7 +4 -20 src/gnu/usr.bin/groff/Makefile.dev 2.4 +1 -3 src/gnu/usr.bin/groff/Makefile.tty 1.7 +1 -3 src/gnu/usr.bin/groff/devdvi/Makefile 1.3 +1 -2 src/gnu/usr.bin/groff/devhtml/Makefile 1.2 +1 -3 src/gnu/usr.bin/groff/devlbp/Makefile 2.4 +1 -3 src/gnu/usr.bin/groff/devlj4/Makefile 1.7 +5 -7 src/gnu/usr.bin/groff/devps/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 6 0:42:55 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 00:42:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mail.rdc1.kt.home.ne.jp (ha1.rdc1.kt.home.ne.jp [203.165.9.242]) by hub.freebsd.org (Postfix) with ESMTP id E7E3937B400; Wed, 6 Dec 2000 00:42:46 -0800 (PST) Received: from daemon.local.idaemons.org ([203.165.161.10]) by mail.rdc1.kt.home.ne.jp (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20001206084246.NTYR20233.mail.rdc1.kt.home.ne.jp@daemon.local.idaemons.org>; Wed, 6 Dec 2000 00:42:46 -0800 Received: by daemon.local.idaemons.org (8.11.1/3.7W) id eB68giU14792; Wed, 6 Dec 2000 17:42:44 +0900 (JST) Date: Wed, 06 Dec 2000 17:42:43 +0900 Message-ID: <86puj6os8s.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Paul Saab Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/cgi query-pr.cgi In-Reply-To: <200012060717.eB67H1Y76337@freefall.freebsd.org> References: <200012060717.eB67H1Y76337@freefall.freebsd.org> User-Agent: Wanderlust/2.5.3 (Smooth) REMI/1.14.3 (Matsudai) FLIM/1.14.0 (Ninokuchi) APEL/10.2 MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by REMI 1.14.3 - "Matsudai") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Tue, 5 Dec 2000 23:17:01 -0800 (PST), Paul Saab wrote: > ps 2000/12/05 23:17:01 PST > > Modified files: > en/cgi query-pr.cgi > Log: > Terminate subsitution introduced in rev 1.22. > > Revision Changes Path > 1.23 +2 -2 www/en/cgi/query-pr.cgi Thanks! That was my fault. :( -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 0:45:13 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 00:45:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2211A37B400; Wed, 6 Dec 2000 00:45:09 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB68j9U89900; Wed, 6 Dec 2000 00:45:09 -0800 (PST) (envelope-from sheldonh) Message-Id: <200012060845.eB68j9U89900@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 6 Dec 2000 00:45:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/12/06 00:45:03 PST Modified files: share/man/man4 Makefile Log: Fix bogon in previous commit, whereby the contents of SUBDIR were lost in the assignment of man4.alpha! This prevented the man4.i386 pages from being installed. Reported by: Masayuki FUKUI Revision Changes Path 1.113 +3 -3 src/share/man/man4/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 6 0:49: 8 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 00:49:06 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F002A37B400; Wed, 6 Dec 2000 00:49:05 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB68n5a90473; Wed, 6 Dec 2000 00:49:05 -0800 (PST) (envelope-from ru) Message-Id: <200012060849.eB68n5a90473@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 00:49:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/devascii DESC.proto src/contrib/groff/devlatin1 DESC.proto X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 00:49:05 PST Modified files: contrib/groff/devascii DESC.proto contrib/groff/devlatin1 DESC.proto Log: Use stock (FSF) version of this file. Revision Changes Path 1.3 +2 -1 src/contrib/groff/devascii/DESC.proto 1.3 +2 -1 src/contrib/groff/devlatin1/DESC.proto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 1: 1:10 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 01:01:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0336137B400; Wed, 6 Dec 2000 01:01:08 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6918Q92349; Wed, 6 Dec 2000 01:01:08 -0800 (PST) (envelope-from ru) Message-Id: <200012060901.eB6918Q92349@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 01:01:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff Makefile.tty X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 01:01:07 PST Modified files: gnu/usr.bin/groff Makefile.tty Log: Font `L' is not needed for BSD docs, but some use font `CW'. Revision Changes Path 2.5 +2 -2 src/gnu/usr.bin/groff/Makefile.tty To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 1: 2: 3 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 01:02:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78FD637B400; Wed, 6 Dec 2000 01:02:01 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6921E92562; Wed, 6 Dec 2000 01:02:01 -0800 (PST) (envelope-from sobomax) Message-Id: <200012060902.eB6921E92562@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 6 Dec 2000 01:02:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gcompris Makefile distinfo pkg-plist ports/games/gcompris/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/06 01:02:01 PST Modified files: games/gcompris Makefile distinfo pkg-plist games/gcompris/files patch-ac Log: Update to 0.3.4. Revision Changes Path 1.7 +2 -2 ports/games/gcompris/Makefile 1.3 +1 -1 ports/games/gcompris/distinfo 1.4 +10 -3 ports/games/gcompris/pkg-plist 1.3 +17 -3 ports/games/gcompris/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 Wed Dec 6 1:21:40 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 01:21:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5705837B400; Wed, 6 Dec 2000 01:21:37 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB69LbG96672; Wed, 6 Dec 2000 01:21:37 -0800 (PST) (envelope-from ru) Message-Id: <200012060921.eB69LbG96672@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 01:21:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/libgroff font.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 01:21:37 PST Modified files: contrib/groff/libgroff font.cc Log: Backout rev 1.2 (workaround for gcc 2.60 expression evaluation bug) as later versions of gcc have apparently this bug fixed. Revision Changes Path 1.5 +2 -6 src/contrib/groff/libgroff/font.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 1:23:31 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 01:23:28 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58E0E37B400; Wed, 6 Dec 2000 01:23:28 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB69NSw96973; Wed, 6 Dec 2000 01:23:28 -0800 (PST) (envelope-from des) Message-Id: <200012060923.eB69NSw96973@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 6 Dec 2000 01:23:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.3 ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/06 01:23:28 PST Modified files: lib/libfetch fetch.3 ftp.c Log: Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate and had libfetch selecting passive mode even when FTP_PASSIVE_MODE was not set at all, which is really quite surprising unless you know about it. So change it to the agreed default behaviour of selecting passive mode if FTP_PASSIVE_MODE is set, but not "no". Revision Changes Path 1.33 +4 -4 src/lib/libfetch/fetch.3 1.56 +2 -2 src/lib/libfetch/ftp.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 6 1:32:13 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 01:32:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EAD437B400; Wed, 6 Dec 2000 01:32:11 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB69WB297896; Wed, 6 Dec 2000 01:32:11 -0800 (PST) (envelope-from ru) Message-Id: <200012060932.eB69WB297896@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 01:32:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff mdate.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 01:32:10 PST Modified files: contrib/groff mdate.sh Log: Reduce the diffs with the stock (FSF) version. Revision Changes Path 1.3 +2 -2 src/contrib/groff/mdate.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 2:26:53 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 02:26:51 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28E9337B400; Wed, 6 Dec 2000 02:26:51 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6AQpI06080; Wed, 6 Dec 2000 02:26:51 -0800 (PST) (envelope-from sobomax) Message-Id: <200012061026.eB6AQpI06080@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 6 Dec 2000 02:26:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/scigraphica Makefile distinfo pkg-plist ports/math/scigraphica/files patch-ag patch-ac patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/06 02:26:51 PST Modified files: math/scigraphica Makefile distinfo pkg-plist math/scigraphica/files patch-ac patch-af Added files: math/scigraphica/files patch-ag Log: Update to 0.6.1. Revision Changes Path 1.8 +2 -2 ports/math/scigraphica/Makefile 1.4 +1 -1 ports/math/scigraphica/distinfo 1.4 +1 -0 ports/math/scigraphica/pkg-plist 1.3 +6 -6 ports/math/scigraphica/files/patch-ac 1.2 +7 -7 ports/math/scigraphica/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 2:32:43 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 02:32:40 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C626937B401; Wed, 6 Dec 2000 02:32:40 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6AWeu06974; Wed, 6 Dec 2000 02:32:40 -0800 (PST) (envelope-from ru) Message-Id: <200012061032.eB6AWeu06974@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 02:32:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/19.memacros Makefile src/share/doc/usd/20.meref Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 02:32:40 PST Modified files: share/doc/usd/19.memacros Makefile share/doc/usd/20.meref Makefile Log: These groff(1) documents require sed(1) parsing. Revision Changes Path 1.7 +15 -3 src/share/doc/usd/19.memacros/Makefile 1.7 +15 -3 src/share/doc/usd/20.meref/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 6 2:47:54 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 02:47:51 2000 Return-Path: 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 9D7D637B400; Wed, 6 Dec 2000 02:47:48 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id VAA30713; Wed, 6 Dec 2000 21:47:44 +1100 Date: Wed, 6 Dec 2000 21:47:55 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vnode_if.pl In-Reply-To: <200012060659.eB66xdJ72174@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 5 Dec 2000, Peter Wemm wrote: > peter 2000/12/05 22:59:39 PST > > Modified files: > sys/kern vnode_if.pl > Log: > Simplify this a bit so that it doesn't have to generate silly redundant > __P() prototypes when an ansi-style static inline is a prototype already. This gratuitously breaks K&R support. We generated non-redundant __P() prototypes and old-style non-prototype function headers. 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 6 2:57:59 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 02:57:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0B2637B401; Wed, 6 Dec 2000 02:57:57 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6AvvO10166; Wed, 6 Dec 2000 02:57:57 -0800 (PST) (envelope-from green) Message-Id: <200012061057.eB6AvvO10166@freefall.freebsd.org> From: Brian Feldman Date: Wed, 6 Dec 2000 02:57:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh auth-pam.c auth-pam.h auth1.c auth2.c session.c ssh.h sshd.c src/secure/usr.sbin/sshd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/12/06 02:57:57 PST Modified files: crypto/openssh auth-pam.c auth-pam.h auth1.c auth2.c session.c ssh.h sshd.c secure/usr.sbin/sshd Makefile Log: The PAM support for our OpenSSH is sponsored by Enitel ASA. PAM support by: Eivind Eklund Revision Changes Path 1.2 +1 -1 src/crypto/openssh/auth-pam.c 1.2 +1 -1 src/crypto/openssh/auth-pam.h 1.10 +1 -1 src/crypto/openssh/auth1.c 1.8 +1 -1 src/crypto/openssh/auth2.c 1.12 +1 -1 src/crypto/openssh/session.c 1.14 +1 -1 src/crypto/openssh/ssh.h 1.19 +1 -1 src/crypto/openssh/sshd.c 1.13 +1 -1 src/secure/usr.sbin/sshd/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 6 3: 0:19 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 03:00:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 74B2137B401; Wed, 6 Dec 2000 03:00:15 -0800 (PST) Received: from localhost (eldkrd@localhost [127.0.0.1]) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id eB6B0D501356; Wed, 6 Dec 2000 06:00:14 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200012061100.eB6B0D501356@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Eivind Eklund Cc: Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh auth-pam.c auth-pam.h auth-krb4.c auth-krb5.c auth-passwd.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.c auth1.c auth2-skey.c auth2.c authfd.c authfile.c bufaux.c canohost.c cipher.c cipher.h compat.c hostfile.c includes.h key.c ... In-Reply-To: Message from Eivind Eklund of "Tue, 05 Dec 2000 15:00:58 +0100." <20001205150058.E44715@warning.follo.net> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Dec 2000 06:00:12 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Eivind Eklund wrote: > On Mon, Dec 04, 2000 at 06:55:15PM -0800, Brian Feldman wrote: > > Important new FreeBSD-version stuff: PAM support has been worked > > in, partially from the "Unix" OpenSSH version, and a lot due to the > > work of Eivind Eklend, too. > > > > This requires at least the following in pam.conf: > > > > sshd auth sufficient pam_skey.so > > sshd auth required pam_unix.so try_first_pass > > sshd session required pam_permit.so > > > > Parts by: Eivind Eklend > > For the record: This work was sponsored by Enitel ASA. Gotcha, and sorry about the "Eklend"! I really need to proofread commit messages for accidents like that. -- 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 Wed Dec 6 3:25:37 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 03:25:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BCBB37B400; Wed, 6 Dec 2000 03:25:34 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6BPYL15444; Wed, 6 Dec 2000 03:25:34 -0800 (PST) (envelope-from ru) Message-Id: <200012061125.eB6BPYL15444@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 03:25:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff Makefile.tty X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 03:25:34 PST Modified files: gnu/usr.bin/groff Makefile.tty Log: Hmm, font `L' is still used in old Sun docs. Revision Changes Path 2.6 +2 -2 src/gnu/usr.bin/groff/Makefile.tty To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 3:38:37 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 03:38:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC06437B400; Wed, 6 Dec 2000 03:38:34 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6BcY417033; Wed, 6 Dec 2000 03:38:34 -0800 (PST) (envelope-from ru) Message-Id: <200012061138.eB6BcY417033@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 03:38:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc/PSD.doc stubs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 03:38:34 PST Modified files: lib/libc/rpc/PSD.doc stubs Log: Upgrade to groff 1.16.1. Revision Changes Path 1.2 +2 -9 src/lib/libc/rpc/PSD.doc/stubs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 3:56:37 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 03:56:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47C6437B400; Wed, 6 Dec 2000 03:56:35 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6BuZ919124; Wed, 6 Dec 2000 03:56:35 -0800 (PST) (envelope-from ru) Message-Id: <200012061156.eB6BuZ919124@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 03:56:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/papers/bufbio Makefile src/share/doc/papers/jail Makefile paper.ms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 03:56:35 PST Modified files: share/doc/papers/bufbio Makefile share/doc/papers/jail Makefile paper.ms Log: Groff 1.16.1 implements .psbb request internally in troff(1) rather than as a macro using the .sy request, so we may drop the unsafe (-U) mode. Revision Changes Path 1.2 +2 -2 src/share/doc/papers/bufbio/Makefile 1.3 +2 -2 src/share/doc/papers/jail/Makefile 1.7 +2 -2 src/share/doc/papers/jail/paper.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 4:17: 5 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 04:17:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DA1D37B401; Wed, 6 Dec 2000 04:17:02 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6CH2t26010; Wed, 6 Dec 2000 04:17:02 -0800 (PST) (envelope-from ru) Message-Id: <200012061217.eB6CH2t26010@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 04:17:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff Makefile src/gnu/usr.bin/groff/doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 04:17:01 PST Modified files: gnu/usr.bin/groff Makefile Added files: gnu/usr.bin/groff/doc Makefile Log: Build and install groff(1) texinfo(1) documentation. Revision Changes Path 2.8 +3 -3 src/gnu/usr.bin/groff/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 6 4:26:29 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 04:26:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63F3C37B400; Wed, 6 Dec 2000 04:26:26 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6CQQc27279; Wed, 6 Dec 2000 04:26:26 -0800 (PST) (envelope-from knu) Message-Id: <200012061226.eB6CQQc27279@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 6 Dec 2000 04:26:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/wxg Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/06 04:26:26 PST Modified files: japanese/wxg Makefile distinfo Log: Use the plain tarball distribution instead of using the FreeBSD package distribution that the vendor provides. Now the vendor will be able to create a package from this port. :) Revision Changes Path 1.2 +16 -12 ports/japanese/wxg/Makefile 1.2 +1 -1 ports/japanese/wxg/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 6 4:40: 4 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 04:40:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DC2037B400; Wed, 6 Dec 2000 04:40:00 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6Ce0Z29138; Wed, 6 Dec 2000 04:40:00 -0800 (PST) (envelope-from clive) Message-Id: <200012061240.eB6Ce0Z29138@freefall.freebsd.org> From: Tun Clive Lin Date: Wed, 6 Dec 2000 04:39:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2000/12/06 04:39:59 PST Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: First commit ! Move myself from submitter to committer. Revision Changes Path 1.136 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.342 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/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 6 4:45:13 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 04:45:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D23D37B400; Wed, 6 Dec 2000 04:45:11 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6CjBD29970; Wed, 6 Dec 2000 04:45:11 -0800 (PST) (envelope-from ru) Message-Id: <200012061245.eB6CjBD29970@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 04:45:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/devascii R.proto X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 04:45:10 PST Modified files: contrib/groff/devascii R.proto Log: Backout rev 1.2 (emulate `:o' and `/o' letters using 'o'), since they are already emulated in tmac.tty-char. Revision Changes Path 1.4 +1 -3 src/contrib/groff/devascii/R.proto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 4:47:20 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 04:47:18 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CDBF37B400; Wed, 6 Dec 2000 04:47:18 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6ClIn30225; Wed, 6 Dec 2000 04:47:18 -0800 (PST) (envelope-from clive) Message-Id: <200012061247.eB6ClIn30225@freefall.freebsd.org> From: Tun Clive Lin Date: Wed, 6 Dec 2000 04:47:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2000/12/06 04:47:18 PST Modified files: astro/xearth/files freebsd.committers.markers Log: I'm another one who lives at Taipei, Taiwan. Revision Changes Path 1.47 +1 -1 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 5:10:25 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 05:10:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11D4337B400; Wed, 6 Dec 2000 05:10:23 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6DANu35240; Wed, 6 Dec 2000 05:10:23 -0800 (PST) (envelope-from clive) Message-Id: <200012061310.eB6DANu35240@freefall.freebsd.org> From: Tun Clive Lin Date: Wed, 6 Dec 2000 05:10:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2000/12/06 05:10:22 PST Modified files: en/news newsflash.sgml Log: Add myself into newsflash. Revision Changes Path 1.233 +5 -1 www/en/news/newsflash.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 6 5:14:14 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 05:14:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 755E137B401; Wed, 6 Dec 2000 05:14:11 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6DEBC35678; Wed, 6 Dec 2000 05:14:11 -0800 (PST) (envelope-from clive) Message-Id: <200012061314.eB6DEBC35678@freefall.freebsd.org> From: Tun Clive Lin Date: Wed, 6 Dec 2000 05:14:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2000/12/06 05:14:10 PST Modified files: en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Put myself in staff-committers. Reminded by: Keith Revision Changes Path 1.183 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/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 6 5:24:46 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 05:24:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2F2237B400; Wed, 6 Dec 2000 05:24:42 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6DOgh36851; Wed, 6 Dec 2000 05:24:42 -0800 (PST) (envelope-from clive) Message-Id: <200012061324.eB6DOgh36851@freefall.freebsd.org> From: Tun Clive Lin Date: Wed, 6 Dec 2000 05:24:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xphotohunter Makefile ports/chinese/emacs20 Makefile ports/chinese/xa+cv Makefile ports/chinese/xmms Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2000/12/06 05:24:42 PST Modified files: games/xphotohunter Makefile chinese/emacs20 Makefile chinese/xa+cv Makefile chinese/xmms Makefile Log: clive@CirX.ORG -> clive@FreeBSD.org Revision Changes Path 1.8 +2 -2 ports/games/xphotohunter/Makefile 1.2 +2 -2 ports/chinese/emacs20/Makefile 1.4 +2 -2 ports/chinese/xa+cv/Makefile 1.5 +2 -2 ports/chinese/xmms/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 6 5:40:39 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 05:40:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9620C37B400; Wed, 6 Dec 2000 05:40:36 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6DeaA38606; Wed, 6 Dec 2000 05:40:36 -0800 (PST) (envelope-from sobomax) Message-Id: <200012061340.eB6DeaA38606@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 6 Dec 2000 05:40:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish Makefile pkg-plist ports/x11-wm/sawfish/files zh_TW.Big5.po X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/06 05:40:36 PST Modified files: x11-wm/sawfish Makefile pkg-plist Added files: x11-wm/sawfish/files zh_TW.Big5.po Log: Add zh_TW.Big5 translation. Submitted by: Shen Chuan-Hsing Revision Changes Path 1.37 +5 -2 ports/x11-wm/sawfish/Makefile 1.28 +1 -0 ports/x11-wm/sawfish/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 6 5:56:35 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 05:56:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DE6E37B400; Wed, 6 Dec 2000 05:56:31 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6DuVD40970; Wed, 6 Dec 2000 05:56:31 -0800 (PST) (envelope-from clive) Message-Id: <200012061356.eB6DuVD40970@freefall.freebsd.org> From: Tun Clive Lin Date: Wed, 6 Dec 2000 05:56:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/bk2site Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/bk2site/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2000/12/06 05:56:31 PST Modified files: www Makefile Added files: www/bk2site Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist www/bk2site/files patch-Makefile.in Log: Add bk2site. Bk2site will transform your Netscape bookmarks file into a yahoo-like website with slashdot-like news. Revision Changes Path 1.274 +2 -1 ports/www/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 6 5:56:43 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 05:56:41 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8687337B698; Wed, 6 Dec 2000 05:56:35 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6DuZr41018; Wed, 6 Dec 2000 05:56:35 -0800 (PST) (envelope-from clive) Message-Id: <200012061356.eB6DuZr41018@freefall.freebsd.org> From: Tun Clive Lin Date: Wed, 6 Dec 2000 05:56: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 X-Loop: FreeBSD.ORG clive 2000/12/06 05:56:35 PST Modified files: . modules Log: bk2site --> ports/www/bk2site Revision Changes Path 1.2079 +2 -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 Wed Dec 6 5:59:57 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 05:59:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 0820C37B400; Wed, 6 Dec 2000 05:59:51 -0800 (PST) Received: (from clive@localhost) by cartier.cirx.org (8.11.1/8.11.1) id eB6DxnX06844; Wed, 6 Dec 2000 21:59:49 +0800 (CST) (envelope-from clive) Date: Wed, 6 Dec 2000 21:59:49 +0800 From: Clive Lin To: Tun Clive Lin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www Makefile ports/www/bk2site Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/bk2site/files patch-Makefile.in Message-ID: <20001206215949.A6805@cartier.cirx.org> References: <200012061356.eB6DuVD40970@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: <200012061356.eB6DuVD40970@freefall.freebsd.org>; from clive@FreeBSD.org on Wed, Dec 06, 2000 at 05:56:31AM -0800 X-PGP-key: http://freebsd.sinica.edu.tw/~clive/gpgkey.txt Sender: clive@cartier.cirx.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First import via addport -i -d bk2site ! Hope I didn't screw up anything :-) On Wed, Dec 06, 2000 at 05:56:31AM -0800, Tun Clive Lin wrote: > clive 2000/12/06 05:56:31 PST > > Modified files: > www Makefile > Added files: > www/bk2site Makefile distinfo pkg-comment pkg-descr > pkg-message pkg-plist > www/bk2site/files patch-Makefile.in > Log: > Add bk2site. > > Bk2site will transform your Netscape bookmarks file into a yahoo-like > website with slashdot-like news. > > Revision Changes Path > 1.274 +2 -1 ports/www/Makefile > -- CirX - This site doesnt' exist. 9c k9o h9 s1bg s1f=, 7v .y xqx a sj m8r ffg1 vg5 a6 asox tmul h38 =. ant sj m8r ob =? 1fj mwby a1 tao vg5 =. soq df v ' .a. CirX=. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 6: 0:48 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 06:00:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (pool30-tch-1.Sofia.0rbitel.net [212.95.170.30]) by hub.freebsd.org (Postfix) with SMTP id D86C737B400 for ; Wed, 6 Dec 2000 06:00:42 -0800 (PST) Received: (qmail 19019 invoked by uid 1000); 6 Dec 2000 14:00:02 -0000 Date: Wed, 6 Dec 2000 16:00:02 +0200 From: Peter Pentchev To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/vim5 Makefile Message-ID: <20001206160002.B17399@ringworld.oblivion.bg> Mail-Followup-To: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012051725.eB5HPjj79491@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: <200012051725.eB5HPjj79491@freefall.freebsd.org>; from obrien@FreeBSD.org on Tue, Dec 05, 2000 at 09:25:45AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 05, 2000 at 09:25:45AM -0800, David E. O'Brien wrote: > obrien 2000/12/05 09:25:45 PST > > Modified files: > editors/vim5 Makefile > Log: > Finish cleaning up after the switch to Open Motif. Building with > Motif is the default unless WITH_ATHENA or WITH_GTK is defined. Is there a way to build vim5 without any GUI whatsoever? G'luck, Peter -- Thit sentence is not self-referential because "thit" is not a word. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 6: 2: 6 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 06:02:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id BD65237B400; Wed, 6 Dec 2000 06:02:02 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1501) id BE6351360E; Wed, 6 Dec 2000 09:02:07 -0500 (EST) Date: Wed, 6 Dec 2000 09:02:07 -0500 From: Chris Faulhaber To: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/vim5 Makefile Message-ID: <20001206090207.A93425@peitho.fxp.org> References: <200012051725.eB5HPjj79491@freefall.freebsd.org> <20001206160002.B17399@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001206160002.B17399@ringworld.oblivion.bg>; from roam@orbitel.bg on Wed, Dec 06, 2000 at 04:00:02PM +0200 Sender: cdf.lists@fxp.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 06, 2000 at 04:00:02PM +0200, Peter Pentchev wrote: > On Tue, Dec 05, 2000 at 09:25:45AM -0800, David E. O'Brien wrote: > > obrien 2000/12/05 09:25:45 PST > > > > Modified files: > > editors/vim5 Makefile > > Log: > > Finish cleaning up after the switch to Open Motif. Building with > > Motif is the default unless WITH_ATHENA or WITH_GTK is defined. > > Is there a way to build vim5 without any GUI whatsoever? > ports/editors/vim-lite -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- 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 Wed Dec 6 6: 4:32 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 06:04:28 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id 6014D37B400; Wed, 6 Dec 2000 06:04:27 -0800 (PST) Received: from fwd02.sul.t-online.com by mailout06.sul.t-online.com with smtp id 143fB5-0006OQ-01; Wed, 06 Dec 2000 15:04:11 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.192.6]) by fmrl02.sul.t-online.com with esmtp id 143fAx-0IHTayC; Wed, 6 Dec 2000 15:04:03 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 37BD2AB01; Wed, 6 Dec 2000 15:04:13 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 682C814A68; Wed, 6 Dec 2000 15:03:59 +0100 (CET) Date: Wed, 6 Dec 2000 15:03:59 +0100 To: Clive Lin Cc: Tun Clive Lin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www Makefile ports/www/bk2site Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/bk2site/files patch-Makefile.in Message-ID: <20001206150359.A18109@cichlids.cichlids.com> References: <200012061356.eB6DuVD40970@freefall.freebsd.org> <20001206215949.A6805@cartier.cirx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001206215949.A6805@cartier.cirx.org>; from clive@CirX.ORG on Wed, Dec 06, 2000 at 09:59:49PM +0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Clive Lin (clive@CirX.ORG): > First import via addport -i -d bk2site ! > Hope I didn't screw up anything :-) No, looks ok :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 6:22:42 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 06:22:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (pool30-tch-1.Sofia.0rbitel.net [212.95.170.30]) by hub.freebsd.org (Postfix) with SMTP id 21C4C37B400 for ; Wed, 6 Dec 2000 06:22:36 -0800 (PST) Received: (qmail 20418 invoked by uid 1000); 6 Dec 2000 14:21:55 -0000 Date: Wed, 6 Dec 2000 16:21:55 +0200 From: Peter Pentchev To: Chris Faulhaber Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/vim5 Makefile Message-ID: <20001206162155.C17399@ringworld.oblivion.bg> Mail-Followup-To: Chris Faulhaber , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012051725.eB5HPjj79491@freefall.freebsd.org> <20001206160002.B17399@ringworld.oblivion.bg> <20001206090207.A93425@peitho.fxp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001206090207.A93425@peitho.fxp.org>; from jedgar@fxp.org on Wed, Dec 06, 2000 at 09:02:07AM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 06, 2000 at 09:02:07AM -0500, Chris Faulhaber wrote: > On Wed, Dec 06, 2000 at 04:00:02PM +0200, Peter Pentchev wrote: > > On Tue, Dec 05, 2000 at 09:25:45AM -0800, David E. O'Brien wrote: > > > obrien 2000/12/05 09:25:45 PST > > > > > > Modified files: > > > editors/vim5 Makefile > > > Log: > > > Finish cleaning up after the switch to Open Motif. Building with > > > Motif is the default unless WITH_ATHENA or WITH_GTK is defined. > > > > Is there a way to build vim5 without any GUI whatsoever? > > > > ports/editors/vim-lite vim-lite seems to be missing too many features besides GUI support :( G'luck, Peter -- Thit sentence is not self-referential because "thit" is not a word. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 6:40:48 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 06:40:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id E308A37B400; Wed, 6 Dec 2000 06:40:43 -0800 (PST) Received: (from clive@localhost) by cartier.cirx.org (8.11.1/8.11.1) id eB6EegF07334; Wed, 6 Dec 2000 22:40:42 +0800 (CST) (envelope-from clive) Date: Wed, 6 Dec 2000 22:40:42 +0800 From: Clive Lin To: Tun Clive Lin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www Makefile ports/www/bk2site Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/bk2site/files patch-Makefile.in Message-ID: <20001206224042.A7119@cartier.cirx.org> References: <200012061356.eB6DuVD40970@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: <200012061356.eB6DuVD40970@freefall.freebsd.org>; from clive@FreeBSD.org on Wed, Dec 06, 2000 at 05:56:31AM -0800 X-PGP-key: http://freebsd.sinica.edu.tw/~clive/gpgkey.txt Sender: clive@cartier.cirx.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 06, 2000 at 05:56:31AM -0800, Tun Clive Lin wrote: > clive 2000/12/06 05:56:31 PST > > Modified files: > www Makefile > Added files: > www/bk2site Makefile distinfo pkg-comment pkg-descr > pkg-message pkg-plist > www/bk2site/files patch-Makefile.in I forgot: Reviewed by: keith@FreeBSD.org Approved by: keith@FreeBSD.org Because vanilla is still in military (but will be out soon), he officially assigned keith as the person who could take care of me in these days. I still have bunches of ports on my hand, and would be more careful next times. Sorry for my rudeness. I will be more careful. -- CirX - This site doesnt' exist. 9c k9o h9 s1bg s1f=, 7v .y xqx a sj m8r ffg1 vg5 a6 asox tmul h38 =. ant sj m8r ob =? 1fj mwby a1 tao vg5 =. soq df v ' .a. CirX=. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 6:55:28 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 06:55:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 0FCC137B400; Wed, 6 Dec 2000 06:55:25 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id 252DD18C5; Wed, 6 Dec 2000 09:55:14 -0500 (EST) Date: Wed, 6 Dec 2000 09:55:14 -0500 From: Will Andrews To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/qt22 Makefile distinfo pkg-plist ports/x11-toolkits/qt22/files patch-ae Message-ID: <20001206095514.A967@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012060627.eB66RGB68866@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: <200012060627.eB66RGB68866@freefall.freebsd.org>; from will@FreeBSD.org on Tue, Dec 05, 2000 at 10:27:16PM -0800 X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: will@puck.firepipe.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 05, 2000 at 10:27:16PM -0800, Will Andrews wrote: > Modified files: > x11-toolkits/qt22 Makefile distinfo pkg-plist > Removed files: > x11-toolkits/qt22/files patch-ae > Log: > Update to QT 2.2.2; mostly minor bugfixes. Required for KDE 2.0.1. > Remove a patch in configure by replacing it with "yes yes" to automate > accepting the GPL license (*sigh*) and avoiding interactive configure. > *THIS TIME* I checked to make sure *.so wasn't removed accidentally. ;-) I forgot to mention this diff also diked out an obsolete message about GIF, since we now compile with it by default. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 7: 9:45 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 07:09:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1472237B400; Wed, 6 Dec 2000 07:09:43 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6F9hl53631; Wed, 6 Dec 2000 07:09:43 -0800 (PST) (envelope-from taoka) Message-Id: <200012061509.eB6F9hl53631@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 6 Dec 2000 07:09:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ryakugo-fpw Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/12/06 07:09:42 PST Removed files: japanese/ryakugo-fpw Makefile distinfo pkg-comment pkg-descr pkg-plist Log: This port is going to be renamed to ryaku-fpw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 7:11:36 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 07:11:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C28737B400; Wed, 6 Dec 2000 07:11:34 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6FBYV53939; Wed, 6 Dec 2000 07:11:34 -0800 (PST) (envelope-from taoka) Message-Id: <200012061511.eB6FBYV53939@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 6 Dec 2000 07:11:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/12/06 07:11:34 PST Modified files: japanese Makefile Log: This port is going to be renamed to ryaku-fpw Revision Changes Path 1.327 +1 -2 ports/japanese/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 6 7:11:59 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 07:11:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1348837B400; Wed, 6 Dec 2000 07:11:56 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6FBux54016; Wed, 6 Dec 2000 07:11:56 -0800 (PST) (envelope-from taoka) Message-Id: <200012061511.eB6FBux54016@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 6 Dec 2000 07:11: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 X-Loop: FreeBSD.ORG taoka 2000/12/06 07:11:56 PST Modified files: . modules Log: This port is going to be renamed to ryaku-fpw Revision Changes Path 1.2080 +1 -2 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 6 7:20:38 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 07:20:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27C7E37B400; Wed, 6 Dec 2000 07:20:36 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6FKan55269; Wed, 6 Dec 2000 07:20:36 -0800 (PST) (envelope-from taoka) Message-Id: <200012061520.eB6FKan55269@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 6 Dec 2000 07:20:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/ryaku-fpw Makefile Makefile.~1~ distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/12/06 07:20:35 PST Modified files: japanese Makefile Added files: japanese/ryaku-fpw Makefile Makefile.~1~ distinfo pkg-comment pkg-descr pkg-plist Log: An abbreviation (alphabet-->Japanese) dictionary (EPWING V1 format) Notice: This port's name was ryakugo-fpw. Its distfile was updated to version 1.0.1 and it was renamed Ryaku from Ryakugo. So this port name is changed to ryaku-fpw. Revision Changes Path 1.328 +2 -1 ports/japanese/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 6 7:20:48 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 07:20:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FB6B37B69C; Wed, 6 Dec 2000 07:20:42 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6FKgn55312; Wed, 6 Dec 2000 07:20:42 -0800 (PST) (envelope-from taoka) Message-Id: <200012061520.eB6FKgn55312@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 6 Dec 2000 07:20: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 X-Loop: FreeBSD.ORG taoka 2000/12/06 07:20:42 PST Modified files: . modules Log: ryaku-fpw --> ports/japanese/ryaku-fpw Revision Changes Path 1.2081 +2 -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 Wed Dec 6 7:37:41 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 07:37:38 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9522937B400; Wed, 6 Dec 2000 07:37:38 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6Fbcl57501; Wed, 6 Dec 2000 07:37:38 -0800 (PST) (envelope-from knu) Message-Id: <200012061537.eB6Fbcl57501@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 6 Dec 2000 07:37:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-slang Makefile distinfo ports/devel/ruby-slang/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/06 07:37:38 PST Modified files: devel/ruby-slang Makefile distinfo devel/ruby-slang/files patch-aa Removed files: devel/ruby-slang/files patch-ab Log: Update to 0.51. Revision Changes Path 1.8 +3 -4 ports/devel/ruby-slang/Makefile 1.4 +1 -1 ports/devel/ruby-slang/distinfo 1.2 +14 -19 ports/devel/ruby-slang/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 7:39: 3 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 07:39:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0015137B400; Wed, 6 Dec 2000 07:39:00 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6Fd0A57677; Wed, 6 Dec 2000 07:39:00 -0800 (PST) (envelope-from knu) Message-Id: <200012061539.eB6Fd0A57677@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 6 Dec 2000 07:39:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-amstd Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/06 07:39:00 PST Modified files: devel/ruby-amstd Makefile distinfo pkg-plist Log: Update to 1.9.6. Revision Changes Path 1.8 +4 -3 ports/devel/ruby-amstd/Makefile 1.4 +1 -1 ports/devel/ruby-amstd/distinfo 1.3 +2 -0 ports/devel/ruby-amstd/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 6 7:51:51 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 07:51:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C327737B400; Wed, 6 Dec 2000 07:51:48 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6FpmJ59298; Wed, 6 Dec 2000 07:51:48 -0800 (PST) (envelope-from knu) Message-Id: <200012061551.eB6FpmJ59298@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 6 Dec 2000 07:51:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-rdtool Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/06 07:51:48 PST Modified files: textproc/ruby-rdtool Makefile pkg-plist Log: Add a piece of code that formats amstd's rd file, due to their chicken-or-egg (cyclic) dependency. For the present, added parts are laid idle since rd2 causes an error during the format process. Revision Changes Path 1.12 +4 -2 ports/textproc/ruby-rdtool/Makefile 1.6 +1 -0 ports/textproc/ruby-rdtool/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 6 8:31:12 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 08:31:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1B60737B402; Wed, 6 Dec 2000 08:31:03 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id IAA24095; Wed, 6 Dec 2000 08:31:02 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB6GV0f01987; Wed, 6 Dec 2000 08:31:00 -0800 (PST) (envelope-from obrien) Date: Wed, 6 Dec 2000 08:30:59 -0800 From: "David O'Brien" To: "Pierre Y. Dampure" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mount.h src/usr.bin/fstat fstat.c Message-ID: <20001206083059.A1951@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200012040921.eB49L6e90365@freefall.freebsd.org> <3A2DF78B.257344F9@westmarsh.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A2DF78B.257344F9@westmarsh.com>; from pierre.dampure@westmarsh.com on Wed, Dec 06, 2000 at 08:23:39AM +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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 06, 2000 at 08:23:39AM +0000, Pierre Y. Dampure wrote: > This seems to break the lsof port (see below -- variable m is declared > as a struct mount in dmnt.c): I'll get ref5 updated and then turn the LSOF author loose on it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 8:39:28 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 08:39:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2DBA37B400; Wed, 6 Dec 2000 08:39:25 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6GdP869066; Wed, 6 Dec 2000 08:39:25 -0800 (PST) (envelope-from clive) Message-Id: <200012061639.eB6GdP869066@freefall.freebsd.org> From: Tun Clive Lin Date: Wed, 6 Dec 2000 08:39:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/kelp Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/kelp/files patch-config:x86-g++-linux patch-configure patch-mp++:config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2000/12/06 08:39:25 PST Modified files: devel Makefile Added files: devel/kelp Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist devel/kelp/files patch-config:x86-g++-linux patch-configure patch-mp++:config.h Log: KeLP (Kernel Lattice Parallelism) is an infrastructure/interface to FORTRAN 77 or C numeric kernels using FORTRAN array ordering. It is usually used for structured block-irregular grid computational applications. Submitted by: Michael Wu Reviewed by: keith@FreeBSD.org Approved by: keith@FreeBSD.org Revision Changes Path 1.371 +2 -1 ports/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 6 8:39:37 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 08:39:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBAAF37B69C; Wed, 6 Dec 2000 08:39:32 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6GdW869160; Wed, 6 Dec 2000 08:39:32 -0800 (PST) (envelope-from clive) Message-Id: <200012061639.eB6GdW869160@freefall.freebsd.org> From: Tun Clive Lin Date: Wed, 6 Dec 2000 08:39:32 -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 X-Loop: FreeBSD.ORG clive 2000/12/06 08:39:32 PST Modified files: . modules Log: kelp --> ports/devel/kelp Revision Changes Path 1.2082 +2 -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 Wed Dec 6 8:47:30 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 08:47:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7967637B400; Wed, 6 Dec 2000 08:47:27 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6GlRX71005; Wed, 6 Dec 2000 08:47:27 -0800 (PST) (envelope-from des) Message-Id: <200012061647.eB6GlRX71005@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 6 Dec 2000 08:47:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/linux-opera Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/linux-opera/files opera.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/06 08:47:27 PST Modified files: www Makefile Added files: www/linux-opera Makefile distinfo pkg-comment pkg-descr pkg-plist www/linux-opera/files opera.sh Log: This is the Linux port of the famous Opera browser (with Qt statically linked in - the dynamically linked version is slightly smaller, but there is no linux-qt port yet and I'm not about to create one) Now the best browser on earth is available on the best OS on earth :) Revision Changes Path 1.275 +2 -1 ports/www/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 6 8:47:32 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 08:47:31 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50EC837B401; Wed, 6 Dec 2000 08:47:30 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6GlUo71041; Wed, 6 Dec 2000 08:47:30 -0800 (PST) (envelope-from des) Message-Id: <200012061647.eB6GlUo71041@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 6 Dec 2000 08:47: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 X-Loop: FreeBSD.ORG des 2000/12/06 08:47:30 PST Modified files: . modules Log: linux-opera --> ports/www/linux-opera Revision Changes Path 1.2083 +2 -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 Wed Dec 6 8:57: 7 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 08:57:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24CD737B400; Wed, 6 Dec 2000 08:57:05 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6Gv5r94684; Wed, 6 Dec 2000 08:57:05 -0800 (PST) (envelope-from des) Message-Id: <200012061657.eB6Gv5r94684@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 6 Dec 2000 08:57:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/06 08:57:05 PST Modified files: www/linux-opera Makefile Log: I forgot the sed magic for opera.sh. Spotted by: jedgar Revision Changes Path 1.2 +5 -1 ports/www/linux-opera/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 6 9: 2:36 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 09:02:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3819037B401; Wed, 6 Dec 2000 09:02:34 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6H2Y119530; Wed, 6 Dec 2000 09:02:34 -0800 (PST) (envelope-from ru) Message-Id: <200012061702.eB6H2Y119530@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 09:02:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac tmac.andoc src/gnu/usr.bin/man Makefile.inc src/gnu/usr.bin/man/catman catman.perl src/share/mk bsd.man.mk src/gnu/usr.bin/groff/tmac Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 09:02:33 PST Modified files: contrib/groff/tmac tmac.andoc gnu/usr.bin/man Makefile.inc gnu/usr.bin/man/catman catman.perl share/mk bsd.man.mk gnu/usr.bin/groff/tmac Makefile Log: Install the stock (as supplied by groff(1) distribution) tmac.an and tmac.andoc files. The man(1), catman(1) and bsd.man.mk have been modified to call groff(1) with -mandoc argument. Revision Changes Path 1.3 +2 -1 src/contrib/groff/tmac/tmac.andoc 1.18 +3 -2 src/gnu/usr.bin/man/Makefile.inc 1.15 +4 -4 src/gnu/usr.bin/man/catman/catman.perl 1.34 +2 -2 src/share/mk/bsd.man.mk 1.24 +4 -9 src/gnu/usr.bin/groff/tmac/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 6 9: 8:55 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 09:08:53 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C21E637B400; Wed, 6 Dec 2000 09:08:52 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6H8pP43990; Wed, 6 Dec 2000 09:08:51 -0800 (PST) (envelope-from des) Message-Id: <200012061708.eB6H8pP43990@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 6 Dec 2000 09:08:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/06 09:08:51 PST Modified files: www/linux-opera Makefile Log: Add a dependency on linux-jpeg which I didn't spot because I already had it installed. Spotted by: jedgar (again - thanks!) Revision Changes Path 1.3 +3 -2 ports/www/linux-opera/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 6 9:27: 3 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 09:27:01 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0462B37B400; Wed, 6 Dec 2000 09:27:01 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6HR1c49692; Wed, 6 Dec 2000 09:27:01 -0800 (PST) (envelope-from taoka) Message-Id: <200012061727.eB6HR1c49692@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 6 Dec 2000 09:27:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ryaku-fpw Makefile.~1~ X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/12/06 09:27:00 PST Removed files: japanese/ryaku-fpw Makefile.~1~ Log: Remove the backup file Submitted by: eivind To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 9:32:47 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 09:32:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id E901B37B400; Wed, 6 Dec 2000 09:32:40 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 143iQm-0003Db-00; Wed, 06 Dec 2000 19:32:36 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id TAA16247; Wed, 6 Dec 2000 19:32:35 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 16239; Wed Dec 6 19:32:33 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 143iQj-000HAF-00; Wed, 06 Dec 2000 19:32:33 +0200 From: Sheldon Hearn To: Marcel Moolenaar Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files.alpha options.alpha In-reply-to: Your message of "Tue, 05 Dec 2000 01:10:51 PST." <200012050910.eB59ApF19721@freefall.freebsd.org> Date: Wed, 06 Dec 2000 19:32:33 +0200 Message-ID: <65982.976123953@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 05 Dec 2000 01:10:51 PST, Marcel Moolenaar wrote: > Modified files: > sys/conf files.alpha options.alpha > Log: > Add support for COMPAT_LINUX and DEBUG_LINUX. Make the OSF1 > files dependent on 'compat_linux' as well as the Linuxulator > depends on the osfulator. Somewhere between Andrew's COMPAT_OSF1 and your own delta, I'm _sure_ something should be changing in the osf1(4) manual page. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 10:23: 8 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 10:23:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9EDC37B402; Wed, 6 Dec 2000 10:23:05 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6IN5058945; Wed, 6 Dec 2000 10:23:05 -0800 (PST) (envelope-from des) Message-Id: <200012061823.eB6IN5058945@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 6 Dec 2000 10:23:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/gnu-regexp Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/06 10:23:05 PST Modified files: java Makefile Added files: java/gnu-regexp Makefile distinfo pkg-comment pkg-descr pkg-plist Log: GNU's regexp library for Java. Revision Changes Path 1.20 +2 -1 ports/java/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 6 10:23:19 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 10:23:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40FA537B402; Wed, 6 Dec 2000 10:23:14 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6INEm59024; Wed, 6 Dec 2000 10:23:14 -0800 (PST) (envelope-from des) Message-Id: <200012061823.eB6INEm59024@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 6 Dec 2000 10: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 X-Loop: FreeBSD.ORG des 2000/12/06 10:23:14 PST Modified files: . modules Log: gnu-regexp --> ports/java/gnu-regexp Revision Changes Path 1.2084 +2 -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 Wed Dec 6 10:31:25 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 10:31:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7962637B401; Wed, 6 Dec 2000 10:31:22 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6IVMT60203; Wed, 6 Dec 2000 10:31:22 -0800 (PST) (envelope-from ru) Message-Id: <200012061831.eB6IVMT60203@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Dec 2000 10:31:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac strip.sed doc-common doc-syms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/06 10:31:22 PST Modified files: contrib/groff/tmac strip.sed doc-common doc-syms Log: Do not duplicate our efforts checking FreeBSD version. For a new version, simply define the empty string before the .Fx macro definition, like this: .ds Fx*4.3 Revision Changes Path 1.3 +1 -2 src/contrib/groff/tmac/strip.sed 1.39 +3 -36 src/contrib/groff/tmac/doc-common 1.32 +34 -30 src/contrib/groff/tmac/doc-syms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 10:34:49 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 10:34:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id EB43737B400; Wed, 6 Dec 2000 10:34:37 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 143jOi-0003ji-00; Wed, 06 Dec 2000 20:34:32 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id UAA24200; Wed, 6 Dec 2000 20:34:29 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 24053; Wed Dec 6 20:33:52 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 143jO4-000HeX-00; Wed, 06 Dec 2000 20:33:52 +0200 From: Sheldon Hearn To: Matt Dillon Cc: Ruslan Ermilov , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/sys mmap.2 In-reply-to: Your message of "Tue, 05 Dec 2000 09:01:23 PST." <200012051701.eB5H1Ns83190@earth.backplane.com> Date: Wed, 06 Dec 2000 20:33:52 +0200 Message-ID: <67860.976127632@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 05 Dec 2000 09:01:23 PST, Matt Dillon wrote: > Ah, I see. Ok, no problem. I'll still try to do man stuff myself > (mdoc isn't *that* hard to learn!), but I appreciate the help you've > given! Hi Matt, One thing everyone seemed to miss when they climbed up your arse over this one is that the existing style of the document is awful. I can't see any mistakes you made that hadn't already been made elsewhere in the document. :-( Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 11: 0:24 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 11:00:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F336B37B401; Wed, 6 Dec 2000 11:00:21 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6J0Lr63869; Wed, 6 Dec 2000 11:00:21 -0800 (PST) (envelope-from phantom) Message-Id: <200012061900.eB6J0Lr63869@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 6 Dec 2000 11:00:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/12/06 11:00:21 PST Modified files: en Makefile Log: Cleanup Revision Changes Path 1.58 +2 -5 www/en/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 6 11:22: 2 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 11:22:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B9BE37B400; Wed, 6 Dec 2000 11:22:00 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6JM0d71490; Wed, 6 Dec 2000 11:22:00 -0800 (PST) (envelope-from phantom) Message-Id: <200012061922.eB6JM0d71490@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 6 Dec 2000 11:22:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/12/06 11:22:00 PST Modified files: en/commercial consulting.raw Log: Add information about Raditex AB, Sweden Submitted by: G Hasse Revision Changes Path 1.47 +8 -0 www/en/commercial/consulting.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 11:22:51 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 11:22:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA0E637B400; Wed, 6 Dec 2000 11:22:48 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6JMmJ71630; Wed, 6 Dec 2000 11:22:48 -0800 (PST) (envelope-from phantom) Message-Id: <200012061922.eB6JMmJ71630@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 6 Dec 2000 11:22:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial software.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/12/06 11:22:48 PST Modified files: en/commercial software.raw Log: Update information about Akopia Submitted by: Trish Jones Revision Changes Path 1.54 +18 -25 www/en/commercial/software.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 12: 3: 6 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 12:03:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1869137B400; Wed, 6 Dec 2000 12:03:03 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6K33579573; Wed, 6 Dec 2000 12:03:03 -0800 (PST) (envelope-from luigi) Message-Id: <200012062003.eB6K33579573@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 6 Dec 2000 12:03:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig Makefile ifconfig.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2000/12/06 12:03:02 PST Modified files: (Branch: RELENG_4) sbin/ifconfig Makefile ifconfig.c Log: MFC: remove and undefined reference when no VLAN support is compiled in, do not compile in VLAN support when RELEASE_CRUNCH is defined Revision Changes Path 1.14.2.1 +3 -1 src/sbin/ifconfig/Makefile 1.51.2.4 +6 -2 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 Wed Dec 6 12:32:45 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 12:32:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B50737B401; Wed, 6 Dec 2000 12:32:43 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6KWhP88344; Wed, 6 Dec 2000 12:32:43 -0800 (PST) (envelope-from luigi) Message-Id: <200012062032.eB6KWhP88344@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 6 Dec 2000 12:32:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build Makefile.crunch X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2000/12/06 12:32:42 PST Modified files: (Branch: RELENG_4) release/picobsd/build Makefile.crunch Log: Keep going even if crunchgen gives some warnings, they might be non fatal. Also, now that crunchgen can deal with obj directories different from /usr/obj we do not need the perl magic. Revision Changes Path 1.1.4.4 +3 -4 src/release/picobsd/build/Makefile.crunch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 12:34:33 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 12:34:30 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F6EA37B400; Wed, 6 Dec 2000 12:34:30 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6KYUU88735; Wed, 6 Dec 2000 12:34:30 -0800 (PST) (envelope-from luigi) Message-Id: <200012062034.eB6KYUU88735@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 6 Dec 2000 12:34:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build Makefile.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2000/12/06 12:34:29 PST Modified files: (Branch: RELENG_4) release/picobsd/build Makefile.conf Log: Put back kernel in $(SRC)/sys/compile/$(TYPE), the previous place would require a full make world to be done in advance (i think!) Revision Changes Path 1.5.2.2 +5 -5 src/release/picobsd/build/Makefile.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 6 12:36:44 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 12:36:41 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 054C037B400; Wed, 6 Dec 2000 12:36:41 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6KaeA89364; Wed, 6 Dec 2000 12:36:40 -0800 (PST) (envelope-from luigi) Message-Id: <200012062036.eB6KaeA89364@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 6 Dec 2000 12:36:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build build X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2000/12/06 12:36:40 PST Modified files: (Branch: RELENG_4) release/picobsd/build build Log: Mve build directory to /usr/obj-pico just to be sure that everything works with objects outside the standard place. Revision Changes Path 1.24.2.4 +2 -2 src/release/picobsd/build/build To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 12:38:23 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 12:38:21 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74ECF37B400; Wed, 6 Dec 2000 12:38:21 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6KcLD89764; Wed, 6 Dec 2000 12:38:21 -0800 (PST) (envelope-from luigi) Message-Id: <200012062038.eB6KcLD89764@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 6 Dec 2000 12:38:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build stage1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2000/12/06 12:38:20 PST Modified files: (Branch: RELENG_4) release/picobsd/build stage1 Log: Misc. cleanup: * deal with new location of kernel and objects; * take mfs files from mfs_tree; * build a small version of the loader without FORTH Revision Changes Path 1.17.2.4 +23 -22 src/release/picobsd/build/stage1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 12:55:18 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 12:55:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08C5337B400; Wed, 6 Dec 2000 12:55:14 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6KtDI92400; Wed, 6 Dec 2000 12:55:13 -0800 (PST) (envelope-from dillon) Message-Id: <200012062055.eB6KtDI92400@freefall.freebsd.org> From: Matt Dillon Date: Wed, 6 Dec 2000 12:55:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c src/sys/ufs/ufs ufs_readwrite.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/12/06 12:55:10 PST Modified files: sys/kern sys_generic.c sys/ufs/ufs ufs_readwrite.c Log: Add necessary bwillwrite() in writev() entry point. Deal with excessive dirty buffers when msync() syncs non-contiguous dirty buffers by checking for the case in UFS *before* checking for clusterability. Revision Changes Path 1.67 +2 -1 src/sys/kern/sys_generic.c 1.71 +4 -4 src/sys/ufs/ufs/ufs_readwrite.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 13:27:16 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 13:27:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D51737B400; Wed, 6 Dec 2000 13:27:14 -0800 (PST) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6LRDW97993; Wed, 6 Dec 2000 13:27:13 -0800 (PST) (envelope-from dannyboy) Message-Id: <200012062127.eB6LRDW97993@freefall.freebsd.org> From: Daniel Harris Date: Wed, 6 Dec 2000 13:27:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/sound chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/12/06 13:27:13 PST Modified files: en_US.ISO_8859-1/books/handbook/sound chapter.sgml Log: Grammar (, to ;) and remove an extra "the". Revision Changes Path 1.4 +3 -3 doc/en_US.ISO_8859-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 6 13:52:27 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 13:52:24 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E05F237B400; Wed, 6 Dec 2000 13:52:23 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6LqNU01059; Wed, 6 Dec 2000 13:52:23 -0800 (PST) (envelope-from alfred) Message-Id: <200012062152.eB6LqNU01059@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 6 Dec 2000 13:52:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm phys_pager.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/12/06 13:52:23 PST Modified files: sys/vm phys_pager.c Log: Really fix phys_pager: Backout the previous delta (rev 1.4), it didn't make any difference. If the requested handle is NULL then don't add it to the list of objects, to be found by handle. The problem is that when asking for a NULL handle you are implying you want a new object. Because objects with NULL handles were being added to the list, any further requests for phys backed objects with NULL handles would return a reference to the initial NULL handle object after finding it on the list. Basically one couldn't have more than one phys backed object without a handle in the entire system without this fix. If you did more than one shared memory allocation using the phys pager it would give you your initial allocation again. Revision Changes Path 1.5 +37 -32 src/sys/vm/phys_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 13:58:29 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 13:58:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 79A7037B400; Wed, 6 Dec 2000 13:58:25 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB6LwPW09904; Wed, 6 Dec 2000 13:58:25 -0800 (PST) Date: Wed, 6 Dec 2000 13:58:25 -0800 From: Alfred Perlstein To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001206135824.G8051@fw.wintelcom.net> References: <200012062152.eB6LqNU01059@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: <200012062152.eB6LqNU01059@freefall.freebsd.org>; from alfred@FreeBSD.org on Wed, Dec 06, 2000 at 01:52:23PM -0800 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Alfred Perlstein [001206 13:52] wrote: > alfred 2000/12/06 13:52:23 PST > > Modified files: > sys/vm phys_pager.c > Log: > Really fix phys_pager: > > Backout the previous delta (rev 1.4), it didn't make any difference. > > If the requested handle is NULL then don't add it to the list of > objects, to be found by handle. > > The problem is that when asking for a NULL handle you are implying > you want a new object. Because objects with NULL handles were > being added to the list, any further requests for phys backed > objects with NULL handles would return a reference to the initial > NULL handle object after finding it on the list. > > Basically one couldn't have more than one phys backed object without > a handle in the entire system without this fix. If you did more > than one shared memory allocation using the phys pager it would > give you your initial allocation again. > > Revision Changes Path > 1.5 +37 -32 src/sys/vm/phys_pager.c > Matt Dillon reviewed this. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 14: 0:11 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 14:00:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C59637B401; Wed, 6 Dec 2000 14:00:09 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6M09x01825; Wed, 6 Dec 2000 14:00:09 -0800 (PST) (envelope-from demon) Message-Id: <200012062200.eB6M09x01825@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 6 Dec 2000 14:00:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/apache13-modssl Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/12/06 14:00:09 PST Modified files: russian/apache13-modssl Makefile distinfo pkg-plist Log: Update: Apache 1.3.14; mod_ssl: 2.7.1; RA: 30.0 Also sync with www/apache13-modssl a bit. PR: 22775 (partially) Revision Changes Path 1.9 +12 -10 ports/russian/apache13-modssl/Makefile 1.6 +2 -2 ports/russian/apache13-modssl/distinfo 1.3 +87 -1 ports/russian/apache13-modssl/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 14: 3:21 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 14:03:18 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A55F537B400; Wed, 6 Dec 2000 14:03:18 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6M3I802315; Wed, 6 Dec 2000 14:03:18 -0800 (PST) (envelope-from demon) Message-Id: <200012062203.eB6M3I802315@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 6 Dec 2000 14:03:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/apache13-modssl/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/12/06 14:03:18 PST Removed files: russian/apache13-modssl/files patch-ac Log: Forgot to delete this file when upgrading to: Apache 1.3.14; mod_ssl 2.7.1; RA 30.0. PR: 22775 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 14:10:13 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 14:10:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1A8537B401; Wed, 6 Dec 2000 14:10:07 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6MA7h04944; Wed, 6 Dec 2000 14:10:07 -0800 (PST) (envelope-from knu) Message-Id: <200012062210.eB6MA7h04944@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 6 Dec 2000 14:10:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/xyaku Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/06 14:10:07 PST Modified files: japanese Makefile Added files: japanese/xyaku Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add xyaku, a general dictionary/search engine front-end for X. This program is not really Japanese specific, so I'd move this out of japanese category with other dictionary/lookup stuff in the category some day... Revision Changes Path 1.329 +2 -1 ports/japanese/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 6 14:10:22 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 14:10:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5483737B6BF; Wed, 6 Dec 2000 14:10:15 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6MAFb04992; Wed, 6 Dec 2000 14:10:15 -0800 (PST) (envelope-from knu) Message-Id: <200012062210.eB6MAFb04992@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 6 Dec 2000 14:10: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 X-Loop: FreeBSD.ORG knu 2000/12/06 14:10:15 PST Modified files: . modules Log: ja-xyaku --> ports/japanese/xyaku Revision Changes Path 1.2085 +2 -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 Wed Dec 6 14:37:12 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 14:37:10 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E33E37B400; Wed, 6 Dec 2000 14:37:10 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6MbAk07890; Wed, 6 Dec 2000 14:37:10 -0800 (PST) (envelope-from knu) Message-Id: <200012062237.eB6MbAk07890@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 6 Dec 2000 14:37:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xyaku/files patch-websearch.sh.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/06 14:37:10 PST Added files: japanese/xyaku/files patch-websearch.sh.in Log: Add probably useful entries: google, google-bsd, freebsd-cvsweb and freebsd-pr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 14:48:47 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 14:48:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27D9A37B404; Wed, 6 Dec 2000 14:48:45 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6Mmjs09152; Wed, 6 Dec 2000 14:48:45 -0800 (PST) (envelope-from alex) Message-Id: <200012062248.eB6Mmjs09152@freefall.freebsd.org> From: Alexander Langer Date: Wed, 6 Dec 2000 14:48:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/fsck_ext2fs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/fsck_ext2fs/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/06 14:48:44 PST Modified files: sysutils Makefile Added files: sysutils/fsck_ext2fs Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/fsck_ext2fs/files patch-aa patch-ab patch-ac Log: Add a port of OpenBSD's fsck_ext2fs. This is pseudo-version 2.8, which means, it is obtained from OpenBSD 2.8. Submitted by: Roman Shterenzon Revision Changes Path 1.135 +2 -1 ports/sysutils/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 6 14:48:57 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 14:48:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D55737B402; Wed, 6 Dec 2000 14:48:54 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6MmsR09218; Wed, 6 Dec 2000 14:48:54 -0800 (PST) (envelope-from alex) Message-Id: <200012062248.eB6MmsR09218@freefall.freebsd.org> From: Alexander Langer Date: Wed, 6 Dec 2000 14:48: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 X-Loop: FreeBSD.ORG alex 2000/12/06 14:48:54 PST Modified files: . modules Log: fsck_ext2fs --> ports/sysutils/fsck_ext2fs Revision Changes Path 1.2086 +2 -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 Wed Dec 6 14:53:35 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 14:53:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA5BE37B400; Wed, 6 Dec 2000 14:53:32 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6MrWr09893; Wed, 6 Dec 2000 14:53:32 -0800 (PST) (envelope-from knu) Message-Id: <200012062253.eB6MrWr09893@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 6 Dec 2000 14:53:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xyaku Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/06 14:53:32 PST Modified files: japanese/xyaku Makefile Log: Change the PREFIX directory from LOCALBASE to X11BASE where this program should live in. Bump PORTREVISION. Revision Changes Path 1.2 +7 -4 ports/japanese/xyaku/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 6 14:53:46 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 14:53:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AF0937B6A8; Wed, 6 Dec 2000 14:53:38 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6MrcV09920; Wed, 6 Dec 2000 14:53:38 -0800 (PST) (envelope-from trevor) Message-Id: <200012062253.eB6MrcV09920@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 6 Dec 2000 14:53:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/spiralsynth/files patch-SpiralSoundMidi_C ports/audio/spiralsynth Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2000/12/06 14:53:38 PST Modified files: audio/spiralsynth Makefile distinfo pkg-descr Added files: audio/spiralsynth/files patch-SpiralSoundMidi_C Log: - new master site (works for me) - new home page - update to 0.1.7 - add a patch needed for compilation - in pkg-descr, fix typo and update my address Revision Changes Path 1.4 +3 -4 ports/audio/spiralsynth/Makefile 1.3 +1 -1 ports/audio/spiralsynth/distinfo 1.2 +3 -3 ports/audio/spiralsynth/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 6 17: 6:23 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 17:06:20 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1617C37B400; Wed, 6 Dec 2000 17:06:20 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB716Jq29283; Wed, 6 Dec 2000 17:06:19 -0800 (PST) (envelope-from gallatin) Message-Id: <200012070106.eB716Jq29283@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 6 Dec 2000 17:06:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_2100_a500.c src/sys/alpha/pci t2.c t2_pci.c t2reg.h t2var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/12/06 17:06:19 PST Modified files: sys/alpha/alpha dec_2100_a500.c sys/alpha/pci t2.c t2_pci.c t2reg.h t2var.h Log: Partially re-write T2 chipset support based on Tru64 platform support files which Compaq open-sourced (with a BSD license). This commit adds support for proper PCI interrupt mapping and much better support for swizzling between "standard" isa IRQs and the stdio irqs used by the t2. This also adds enabling/disabling/eoi support for AlphaServer 2100A machines. The 2100A (or lynx) interrupt hardware is is very different (and much nicer) than the 2100. Previously, only AS2100 and AS2000 machines worked. This commits also lays the groundwork for supporting ExtIO modules. These modules are essentially a second hose. This work is left unfinished pending testing on real hardware. Wilko tells me that ExtIO modules are quite rare, and may not actually exist in the wild. Obtained from: Tru64 Tested by: wilko Revision Changes Path 1.5 +5 -14 src/sys/alpha/alpha/dec_2100_a500.c 1.5 +358 -84 src/sys/alpha/pci/t2.c 1.5 +2 -2 src/sys/alpha/pci/t2_pci.c 1.2 +92 -3 src/sys/alpha/pci/t2reg.h 1.3 +3 -2 src/sys/alpha/pci/t2var.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 6 17:26:35 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 17:26:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 9EEC137B400; Wed, 6 Dec 2000 17:26:32 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eB71QUw05300; Wed, 6 Dec 2000 17:26:30 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/fsck_ext2fs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/fsck_ext2fs/files patch-aa patch-ab patch-ac In-Reply-To: Message from Alexander Langer of "Wed, 06 Dec 2000 14:48:45 PST." <200012062248.eB6Mmjs09152@freefall.freebsd.org> Date: Wed, 06 Dec 2000 17:26:30 -0800 Message-ID: <5296.976152390@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is cool, but it would be nice if it were part of the base system and auto-invoked by fsck based on file type so that we can have a solution which is orthogonal to mount_ext2fs. Right now, it's possible to put ext2fs partitions in one's fstab which do the right thing up until such time as you panic linux and reboot back into freebsd, then you can't mount it again until it's cleaned and you can't clean it until you somehow find and build this port. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 18: 9:42 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 18:09:40 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 965B237B400; Wed, 6 Dec 2000 18:09:40 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB729e737857; Wed, 6 Dec 2000 18:09:40 -0800 (PST) (envelope-from archie) Message-Id: <200012070209.eB729e737857@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 6 Dec 2000 18:09:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/12/06 18:09:40 PST Modified files: sys/dev/ichsmb ichsmb.c ichsmb_var.h Log: Convert from spl -> mutex. Revision Changes Path 1.2 +35 -40 src/sys/dev/ichsmb/ichsmb.c 1.2 +2 -1 src/sys/dev/ichsmb/ichsmb_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 6 18:23:19 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 18:23:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB07337B401; Wed, 6 Dec 2000 18:23:16 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB72NGD39487; Wed, 6 Dec 2000 18:23:16 -0800 (PST) (envelope-from jhb) Message-Id: <200012070223.eB72NGD39487@freefall.freebsd.org> From: John Baldwin Date: Wed, 6 Dec 2000 18:23:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/06 18:23:16 PST Modified files: sys/i386/include mutex.h Log: Fix broken register restraints that needlessly clobbered registers %ecx and %edx resulting in gcc not having enough registers left to work with. Revision Changes Path 1.15 +14 -14 src/sys/i386/include/mutex.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 6 18:28:10 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 18:28:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 57EC937B401; Wed, 6 Dec 2000 18:28:07 -0800 (PST) Received: from laptop.baldwin.cx (root@jhb-laptop.osd.bsdi.com [204.216.28.241]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB72Ra700862; Wed, 6 Dec 2000 18:27:36 -0800 (PST) (envelope-from jhb@FreeBSD.org) 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: <200012070209.eB729e737857@freefall.freebsd.org> Date: Wed, 06 Dec 2000 18:28:18 -0800 (PST) From: John Baldwin To: Archie Cobbs Subject: RE: cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_var.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Dec-00 Archie Cobbs wrote: > archie 2000/12/06 18:09:40 PST > > Modified files: > sys/dev/ichsmb ichsmb.c ichsmb_var.h > Log: > Convert from spl -> mutex. Erm, would've been nice if you'd ask for a review on this. I'll look at this later when I have some more time. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 18:36:17 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 18:36:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D332837B400; Wed, 6 Dec 2000 18:36:14 -0800 (PST) Received: (from jwd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB72aEG41095; Wed, 6 Dec 2000 18:36:14 -0800 (PST) (envelope-from jwd) Message-Id: <200012070236.eB72aEG41095@freefall.freebsd.org> From: "John W. De Boskey" Date: Wed, 6 Dec 2000 18:36:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.0R errata.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jwd 2000/12/06 18:36:14 PST Modified files: en/releases/4.0R errata.sgml Log: Update 4.0 errata to match reality. PR: misc/18927 Submitted by: Stephen J. Roznowski Reviewed by: Bruce A. Mah Revision Changes Path 1.4 +21 -2 www/en/releases/4.0R/errata.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 6 18:56:31 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 18:56:28 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C91937B400; Wed, 6 Dec 2000 18:56:28 -0800 (PST) Received: (from patrick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB72uSm43202; Wed, 6 Dec 2000 18:56:28 -0800 (PST) (envelope-from patrick) Message-Id: <200012070256.eB72uSm43202@freefall.freebsd.org> From: "Patrick S. Gardella" Date: Wed, 6 Dec 2000 18:56:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tinycobol Makefile distinfo ports/lang/tinycobol/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG patrick 2000/12/06 18:56:28 PST Modified files: lang/tinycobol Makefile distinfo lang/tinycobol/files patch-aa patch-ab Log: Update to version 0.4 Revision Changes Path 1.2 +2 -2 ports/lang/tinycobol/Makefile 1.2 +1 -1 ports/lang/tinycobol/distinfo 1.2 +29 -13 ports/lang/tinycobol/files/patch-aa 1.2 +3 -12 ports/lang/tinycobol/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 18:57: 5 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 18:57:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9440E37B400; Wed, 6 Dec 2000 18:57:02 -0800 (PST) Received: (from patrick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB72v2j43268; Wed, 6 Dec 2000 18:57:02 -0800 (PST) (envelope-from patrick) Message-Id: <200012070257.eB72v2j43268@freefall.freebsd.org> From: "Patrick S. Gardella" Date: Wed, 6 Dec 2000 18:57:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tinycobol/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG patrick 2000/12/06 18:57:02 PST Added files: lang/tinycobol/files patch-ae Log: New patch for version 0.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 6 19: 8:19 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 19:08:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 626E437B400; Wed, 6 Dec 2000 19:08:14 -0800 (PST) Received: from newsguy.com (p22-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.151]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id MAA18555; Thu, 7 Dec 2000 12:08:10 +0900 (JST) Message-ID: <3A2EEF7B.6F8F2BE@newsguy.com> Date: Thu, 07 Dec 2000 11:01:31 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: John Baldwin Cc: Jeroen Ruigrok van der Werven , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 03-Dec-00 Jeroen Ruigrok van der Werven wrote: > > asmodai 2000/12/03 09:05:45 PST > > > > Modified files: > > usr.bin/tail forward.c read.c reverse.c tail.c > > Log: > > Remove register keyword usage with prejudice. > > Modern compilers are smarter when it comes to allocating register > > usage. > > They also ignore the register keyword, so this is a rather pointless change, > although it does add to repo bloat and in more active code could make diffs > harder to read. :-/ Not true. The register keyword is _not_ ignored and _does_ change register allocation. I know. I spent some time looking at the assembler code generated from regex, which makes extensive use of register keyword. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org "The bronze landed last, which canceled that method of impartial choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 19: 8:30 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 19:08:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 6410437B402; Wed, 6 Dec 2000 19:08:26 -0800 (PST) Received: from newsguy.com (p22-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.151]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id MAA18610; Thu, 7 Dec 2000 12:08:19 +0900 (JST) Message-ID: <3A2EF28E.288D575E@newsguy.com> Date: Thu, 07 Dec 2000 11:14:38 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: Bill Fumerola Cc: "David O'Brien" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail References: <200012031705.eB3H5ke30393@freefall.freebsd.org> <20001204202406.A64100@lucifer.bart.nl> <20001204122458.A46610@dragon.nuxi.com> <20001204143312.B75794@elvis.mu.org> <20001204123637.B46752@dragon.nuxi.com> <20001204144848.C75794@elvis.mu.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bill Fumerola wrote: > > > Diffs w/in our own CVS repo is more important, IMO. Take a poll, I think > > others will agree; but I could be wrong, so poll and find out. > > Like I've said before, I won't let the stupidity of our revision control > system weigh too heavily on getting real changes done. Reducing diffs between > BSDs is much more important then making sure we don't add a little repobloat. This has nothing to do with the specific source control tool we use. What O'brien is refering to is the ability of looking back in our own source code and see how things evolved, what changed. Each non-functional change made add to the noise, making it more difficult to identify the functional changes. That said, I think synching with other BSD is more important. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org "The bronze landed last, which canceled that method of impartial choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 19: 8:40 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 19:08:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 0F3FD37B699; Wed, 6 Dec 2000 19:08:31 -0800 (PST) Received: from newsguy.com (p22-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.151]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id MAA18644; Thu, 7 Dec 2000 12:08:28 +0900 (JST) Message-ID: <3A2EFBC4.EE8D90B1@newsguy.com> Date: Thu, 07 Dec 2000 11:53:56 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: Alfred Perlstein Cc: Daniel Eischen , "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > > And who exactly would bump into this problem except me? God, how many times was the world broken because of a mistake during commit, a missing file, a different version being committed than the one intended, a last minute addition that couldn't possibly go wrong (and was anyway), etc? I'm about to violate mailing lists charter, but I think it is appropriate here. Alfred, *shit happens*. And it should never, ever, not by accident, not in any case, happen on -stable. That's why there is -current, and that's why one should wait between -current and -stable commits. Given all the facts, a wait of one or two weeks would certainly not be called for, but give it a day, for Christ sake. You said yourself that this has been broken for months. The value of fixing it one day earlier, especially since it seems, from what you said yourself, only you have stumbled upon it, is far less than the risk of accidentally breaking world. And, far greater than both, is the value of _discipline_. As a committer, you have a lot of power over our source tree, and, with that, comes responsibility and the necessity of working well with the other committers. Breaking the few established rules we have because _you_ think they don't apply in a particular case goes against both. > I think a bit more faith in my work would be nice. If we didn't have faith in your work, you wouldn't be a committer. A bit more faith in the few rules we have, for a good reason, would go a long way. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org "The bronze landed last, which canceled that method of impartial choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 19:16:27 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 19:16:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D7BD37B400; Wed, 6 Dec 2000 19:16:25 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB73GOr47225; Wed, 6 Dec 2000 19:16:24 -0800 (PST) (envelope-from imp) Message-Id: <200012070316.eB73GOr47225@freefall.freebsd.org> From: Warner Losh Date: Wed, 6 Dec 2000 19:16:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/ray Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/12/06 19:16:23 PST Added files: sys/modules/ray Makefile Log: Add support for compiling ray driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 19:21: 1 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 19:20:58 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71EB737B401; Wed, 6 Dec 2000 19:20:58 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB73Kwa47845; Wed, 6 Dec 2000 19:20:58 -0800 (PST) (envelope-from luigi) Message-Id: <200012070320.eB73Kwa47845@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 6 Dec 2000 19:20:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/floppy.tree/etc sshd_config X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2000/12/06 19:20:58 PST Modified files: (Branch: RELENG_4) release/picobsd/floppy.tree/etc sshd_config Log: No need to do X11 forwarding with picobsd... Revision Changes Path 1.1.4.1 +1 -1 src/release/picobsd/floppy.tree/etc/sshd_config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 19:29:38 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 19:29:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A52337B400; Wed, 6 Dec 2000 19:29:35 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB73TYv49564; Wed, 6 Dec 2000 19:29:34 -0800 (PST) (envelope-from kevlo) Message-Id: <200012070329.eB73TYv49564@freefall.freebsd.org> From: Kevin Lo Date: Wed, 6 Dec 2000 19:29:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/linux-jdk13 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/java/linux-jdk13/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/06 19:29:34 PST Modified files: java Makefile Added files: java/linux-jdk13 Makefile distinfo pkg-comment pkg-descr pkg-plist java/linux-jdk13/files patch-aa patch-ab Log: Initial import of Linux JDK 1.3 This port is Sun's Java Development Kit 1.3.0 for Linux Revision Changes Path 1.21 +2 -1 ports/java/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 6 19:29:45 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 19:29:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB9C537B400; Wed, 6 Dec 2000 19:29:39 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB73Tde49605; Wed, 6 Dec 2000 19:29:39 -0800 (PST) (envelope-from kevlo) Message-Id: <200012070329.eB73Tde49605@freefall.freebsd.org> From: Kevin Lo Date: Wed, 6 Dec 2000 19:29:39 -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 X-Loop: FreeBSD.ORG kevlo 2000/12/06 19:29:39 PST Modified files: . modules Log: linux-jdk13 --> ports/java/linux-jdk13 Revision Changes Path 1.2087 +2 -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 Wed Dec 6 20: 9:43 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 20:09:40 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B74137B400; Wed, 6 Dec 2000 20:09:40 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB749e055721; Wed, 6 Dec 2000 20:09:40 -0800 (PST) (envelope-from imp) Message-Id: <200012070409.eB749e055721@freefall.freebsd.org> From: Warner Losh Date: Wed, 6 Dec 2000 20:09:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ieee80211.h src/sys/conf files src/sys/dev/awi README am79c930.c am79c930reg.h am79c930var.h awi.c awi_wep.c awi_wicfg.c awireg.h awivar.h if_awi_pccard.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/12/06 20:09:40 PST Modified files: (Branch: RELENG_4) sys/conf files Added files: (Branch: RELENG_4) sys/net if_ieee80211.h sys/dev/awi README am79c930.c am79c930reg.h am79c930var.h awi.c awi_wep.c awi_wicfg.c awireg.h awivar.h if_awi_pccard.c Log: Merge awi driver from -current version of the driver, less the changes that are not relevant (and break!) -stable. This driver is for PRISM I based wireless pccards written by Atushi Onoe-san on NetBSD. Revision Changes Path 1.340.2.40 +7 -1 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 Wed Dec 6 20:16:20 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 20:16:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 2111737B400; Wed, 6 Dec 2000 20:16:16 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eB74GBs39297; Wed, 6 Dec 2000 21:16:15 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id VAA97903; Wed, 6 Dec 2000 21:16:10 -0700 (MST) Message-Id: <200012070416.VAA97903@harmony.village.org> Subject: Re: cvs commit: src/sys/net if_ieee80211.h src/sys/conf files src/sys/dev/awi README am79c930.c am79c930reg.h am79c930var.h awi.c awi_wep.c awi_wicfg.c awireg.h awivar.h if_awi_pccard.c To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 06 Dec 2000 20:09:40 PST." <200012070409.eB749e055721@freefall.freebsd.org> References: <200012070409.eB749e055721@freefall.freebsd.org> Date: Wed, 06 Dec 2000 21:16:10 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200012070409.eB749e055721@freefall.freebsd.org> Warner Losh writes: : Merge awi driver from -current version of the driver, less the changes : that are not relevant (and break!) -stable. This driver is for PRISM I : based wireless pccards written by Atushi Onoe-san on NetBSD. I specifically didn't add this GENERIC or LINT. I didn't add this because I didn't want to break stable by mistake. Since this driver wasn't in -stable yet, I thought this would be OK. There are a number of interrelated files which is giving people problems trying to test this. Once this is tested, I will add it to GENERIC. Once I test it on a different system (to make sure I've not forgotten a file) I'll commit this to LINT. 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 6 21:30: 6 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 21:30:03 2000 Return-Path: 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 253A137B400; Wed, 6 Dec 2000 21:30:03 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id VAA69072; Wed, 6 Dec 2000 21:20:34 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.11.0/8.11.0) id eB75KYr18253; Wed, 6 Dec 2000 21:20:34 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200012070520.eB75KYr18253@curve.dellroad.org> Subject: Re: cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_var.h In-Reply-To: "from John Baldwin at Dec 6, 2000 06:28:18 pm" To: John Baldwin Date: Wed, 6 Dec 2000 21:20:34 -0800 (PST) Cc: Archie Cobbs , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin writes: > > archie 2000/12/06 18:09:40 PST > > > > Modified files: > > sys/dev/ichsmb ichsmb.c ichsmb_var.h > > Log: > > Convert from spl -> mutex. > > Erm, would've been nice if you'd ask for a review on this. I'll look at this > later when I have some more time. I'd appreciate a review.. I didn't think anyone really cared :-) Mind if I ask why? Sorry if I'm missing something obvious. -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 Wed Dec 6 22:44:28 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 22:44:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9EB337B400; Wed, 6 Dec 2000 22:44:25 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB76iP680690; Wed, 6 Dec 2000 22:44:25 -0800 (PST) (envelope-from knu) Message-Id: <200012070644.eB76iP680690@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 6 Dec 2000 22:44:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/postgresql7 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/06 22:44:25 PST Modified files: japanese/postgresql7 Makefile distinfo pkg-plist Log: Update to 7.0.3. psqlj has been added. PR: ports/23290 Submitted by: Saito Tomokatsu (MAINTAINER) Revision Changes Path 1.19 +12 -7 ports/japanese/postgresql7/Makefile 1.8 +3 -2 ports/japanese/postgresql7/distinfo 1.8 +1 -0 ports/japanese/postgresql7/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 6 22:54:27 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 22:54:24 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C71237B400; Wed, 6 Dec 2000 22:54:24 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB76sOM82026; Wed, 6 Dec 2000 22:54:24 -0800 (PST) (envelope-from knu) Message-Id: <200012070654.eB76sOM82026@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 6 Dec 2000 22:54:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/samba Makefile distinfo pkg-plist ports/japanese/samba/files patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/06 22:54:24 PST Modified files: japanese/samba Makefile distinfo pkg-plist japanese/samba/files patch-ag Log: Update to 2.0.7.j2.1. PR: ports/23311 Submitted by: NAKAJI Hiroyuki (MAINTAINER) Revision Changes Path 1.9 +4 -4 ports/japanese/samba/Makefile 1.6 +1 -1 ports/japanese/samba/distinfo 1.4 +3 -23 ports/japanese/samba/pkg-plist 1.3 +7 -7 ports/japanese/samba/files/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 23:33:12 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 23:33:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77E9437B401; Wed, 6 Dec 2000 23:33:09 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB77X9N87833; Wed, 6 Dec 2000 23:33:09 -0800 (PST) (envelope-from kevlo) Message-Id: <200012070733.eB77X9N87833@freefall.freebsd.org> From: Kevin Lo Date: Wed, 6 Dec 2000 23:33:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gma Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/06 23:33:09 PST Modified files: games/gma Makefile distinfo Log: - Mark unbroken - Update to version 0.6 PR: 23348 Submitted by: MAINTAINER Revision Changes Path 1.7 +2 -4 ports/games/gma/Makefile 1.2 +1 -1 ports/games/gma/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 6 23:50:12 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 23:50:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id E711D37B400; Wed, 6 Dec 2000 23:50:07 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB77o4B25940; Wed, 6 Dec 2000 23:50:04 -0800 (PST) Date: Wed, 6 Dec 2000 23:50:04 -0800 From: Alfred Perlstein To: "Daniel C. Sobral" Cc: Daniel Eischen , "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001206235004.E16205@fw.wintelcom.net> References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> <3A2EFBC4.EE8D90B1@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A2EFBC4.EE8D90B1@newsguy.com>; from dcs@newsguy.com on Thu, Dec 07, 2000 at 11:53:56AM +0900 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Daniel C. Sobral [001206 19:08] wrote: > Alfred Perlstein wrote: > > > > And who exactly would bump into this problem except me? > > God, how many times was the world broken because of a mistake during > commit, a missing file, a different version being committed than the one > intended, a last minute addition that couldn't possibly go wrong (and > was anyway), etc? > > I'm about to violate mailing lists charter, but I think it is > appropriate here. > > Alfred, *shit happens*. *sigh* Yes it does, like for instance turning a what should have been a 10 second downtime in order to turn on a sysctl to tune my box into a 15-20 minute downtime because the database got confused as hell when its shared segments became corrupted and I had to deduce what the heck just happened. > And it should never, ever, not by accident, not in any case, happen on > -stable. That's why there is -current, and that's why one should wait > between -current and -stable commits. > > Given all the facts, a wait of one or two weeks would certainly not be > called for, but give it a day, for Christ sake. You said yourself that > this has been broken for months. The value of fixing it one day earlier, > especially since it seems, from what you said yourself, only you have > stumbled upon it, is far less than the risk of accidentally breaking > world. > > And, far greater than both, is the value of _discipline_. As a > committer, you have a lot of power over our source tree, and, with that, > comes responsibility and the necessity of working well with the other > committers. Breaking the few established rules we have because _you_ > think they don't apply in a particular case goes against both. I am working within the rules of the committers' guide and I will not apologize for trying to fix this broken code, especially when the fix was already reviewed. > > I think a bit more faith in my work would be nice. > > If we didn't have faith in your work, you wouldn't be a committer. A bit > more faith in the few rules we have, for a good reason, would go a long > way. They are not just your rules, they are also my rules, I have some signifigant patches (loadable sysvipc) sitting here that are _not_ going into -stable right now because they just aren't -stable items and have no immediate need. I'm using my judgement and staying within the guidlines while trying to address a serious problem, you however are jumping to conclusions and wasting my time. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 6 23:58:16 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 23:58:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 5EEFD37B401; Wed, 6 Dec 2000 23:58:12 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id XAA28904; Wed, 6 Dec 2000 23:58:11 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB77wAK84477; Wed, 6 Dec 2000 23:58:10 -0800 (PST) (envelope-from obrien) Date: Wed, 6 Dec 2000 23:58:05 -0800 From: "David O'Brien" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001206235805.A84434@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> <3A2EFBC4.EE8D90B1@newsguy.com> <20001206235004.E16205@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001206235004.E16205@fw.wintelcom.net>; from alfred@FreeBSD.org on Wed, Dec 06, 2000 at 11:50:04PM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 06, 2000 at 11:50:04PM -0800, Alfred Perlstein wrote: > I am working within the rules of the committers' guide and I will > not apologize for trying to fix this broken code, especially when > the fix was already reviewed. No one said you shouldn't be trying to fix the broken code. The entire issue is the speed of your MFC (which must now be backed out). Got it?? > I'm using my judgement and staying within the guidlines while trying > to address a serious problem, you however are jumping to conclusions > and wasting my time. What conclusions??? This is a pretty black and white case from eischen, DCS's and my point of view. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 0: 4:22 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 00:04:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 9012437B400; Thu, 7 Dec 2000 00:04:17 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eB784Hw07811; Thu, 7 Dec 2000 00:04:17 -0800 (PST) (envelope-from dillon) Date: Thu, 7 Dec 2000 00:04:17 -0800 (PST) From: Matt Dillon Message-Id: <200012070804.eB784Hw07811@earth.backplane.com> To: "David O'Brien" Cc: Alfred Perlstein , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm phys_pager.c References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> <3A2EFBC4.EE8D90B1@newsguy.com> <20001206235004.E16205@fw.wintelcom.net> <20001206235805.A84434@dragon.nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :On Wed, Dec 06, 2000 at 11:50:04PM -0800, Alfred Perlstein wrote: :> I am working within the rules of the committers' guide and I will :> not apologize for trying to fix this broken code, especially when :> the fix was already reviewed. : :No one said you shouldn't be trying to fix the broken code. The entire :issue is the speed of your MFC (which must now be backed out). Got it?? : :> I'm using my judgement and staying within the guidlines while trying :> to address a serious problem, you however are jumping to conclusions :> and wasting my time. : :What conclusions??? This is a pretty black and white case from eischen, :DCS's and my point of view. : :-- :-- David (obrien@FreeBSD.org) : GNU is Not Unix / Linux Is Not UniX I'm really getting sick of this harping on Alfred. At least he is fixing the bugs... which is a hellofalot more then I can say for you. All you are doing is whining, whining, whining.... he goes through loops testing and getting a review and it isn't enough for you... no, you require MORE. Not to mention the fact that Alfred has already done more testing and reviewing then 95% of the committers out there. The analysis of the situation, despite the fact that the first fix turned out to be NOP, is still correct and still reasonable, and at this point all you are doing is screaming your head off over a few drops in the bucket. So give it a rest. -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 7 0: 8:48 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 00:08:46 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0332837B400; Thu, 7 Dec 2000 00:08:46 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB788j394222; Thu, 7 Dec 2000 00:08:45 -0800 (PST) (envelope-from ps) Message-Id: <200012070808.eB788j394222@freefall.freebsd.org> From: Paul Saab Date: Thu, 7 Dec 2000 00:08:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/twe twe.c twe_freebsd.c twevar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/12/07 00:08:45 PST Modified files: (Branch: RELENG_4) sys/dev/twe twe.c twe_freebsd.c twevar.h Log: MFC: - add support for crashdumps - standardise error reporting for commands - simplify the driver-to-controller bio transfer - add bio in/out accounting - correctly preserve the command ID in twe_ioctl (thanks to joel@3ware) Revision Changes Path 1.1.2.4 +172 -165 src/sys/dev/twe/twe.c 1.2.2.2 +97 -8 src/sys/dev/twe/twe_freebsd.c 1.1.2.3 +7 -15 src/sys/dev/twe/twevar.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 7 0:15: 3 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 00:14:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A925B37B400; Thu, 7 Dec 2000 00:14:59 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB78Exu94817; Thu, 7 Dec 2000 00:14:59 -0800 (PST) (envelope-from roam) Message-Id: <200012070814.eB78Exu94817@freefall.freebsd.org> From: Peter Pentchev Date: Thu, 7 Dec 2000 00:14:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xfig Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/07 00:14:59 PST Modified files: graphics/xfig Makefile Log: Update MASTER_SITES, keep MASTER_SITE_XCONTRIB as a last resort - presently it does not carry the '.full' xfig source tarball. PR: 23331 Submitted by: quinot@inf.enst.fr Revision Changes Path 1.39 +4 -3 ports/graphics/xfig/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 7 0:15:15 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 00:15:10 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id A3B8337B6C8; Thu, 7 Dec 2000 00:15:09 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB78F9t26775; Thu, 7 Dec 2000 00:15:09 -0800 (PST) Date: Thu, 7 Dec 2000 00:15:08 -0800 From: Alfred Perlstein To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001207001508.H16205@fw.wintelcom.net> References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> <3A2EFBC4.EE8D90B1@newsguy.com> <20001206235004.E16205@fw.wintelcom.net> <20001206235805.A84434@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: <20001206235805.A84434@dragon.nuxi.com>; from obrien@FreeBSD.org on Wed, Dec 06, 2000 at 11:58:05PM -0800 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David O'Brien [001206 23:58] wrote: > On Wed, Dec 06, 2000 at 11:50:04PM -0800, Alfred Perlstein wrote: > > I am working within the rules of the committers' guide and I will > > not apologize for trying to fix this broken code, especially when > > the fix was already reviewed. > > No one said you shouldn't be trying to fix the broken code. The entire > issue is the speed of your MFC (which must now be backed out). Got it?? It doesn't do anything, it's already broken. > > I'm using my judgement and staying within the guidlines while trying > > to address a serious problem, you however are jumping to conclusions > > and wasting my time. > > What conclusions??? This is a pretty black and white case from eischen, > DCS's and my point of view. I find it hard to believe that you can come to a respectable conclusion when you have no clue as to what the code is and does. Y'know what, instead of going into these tirades a much more productive course of action would be to figure some way to tie in a keyword we can put into the cvs log messages that will automagically open a PR to remind us to MFC it. Since you care so much, I'll leave writing it up to you. All this damn arguing is exhausting and I just barely remebered that I'm sitting on a patch to vfs_lookup.c that really ought to be MFC'd, can you send me a reminder to do so sometime before the next release? thanks, -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 0:24:26 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 00:24:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id B9CBA37B6A1; Thu, 7 Dec 2000 00:24:22 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id AAA29031; Thu, 7 Dec 2000 00:24:21 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB78OK384824; Thu, 7 Dec 2000 00:24:20 -0800 (PST) (envelope-from obrien) Date: Thu, 7 Dec 2000 00:24:20 -0800 From: "David O'Brien" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001207002420.A84706@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> <3A2EFBC4.EE8D90B1@newsguy.com> <20001206235004.E16205@fw.wintelcom.net> <20001206235805.A84434@dragon.nuxi.com> <20001207001508.H16205@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001207001508.H16205@fw.wintelcom.net>; from alfred@FreeBSD.org on Thu, Dec 07, 2000 at 12:15:08AM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 07, 2000 at 12:15:08AM -0800, Alfred Perlstein wrote: > All this damn arguing is exhausting and I just barely remebered > that I'm sitting on a patch to vfs_lookup.c that really ought > to be MFC'd, can you send me a reminder to do so sometime before > the next release? When you get the commit message for current in your inbox, rather than delete it, save it in your MFC_RELENG_4 mailbox if you think an MFC is appropriate. Once a month(week) look in your MFC_RELENG_4 mailbox and review the commits you thought should be MFC'ed. If you still agree and it has sat in -CURRENT long enough, then MFC it and delete that commit email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 0:40:40 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 00:40:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id D012D37B400; Thu, 7 Dec 2000 00:40:36 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB78eaT27614; Thu, 7 Dec 2000 00:40:36 -0800 (PST) Date: Thu, 7 Dec 2000 00:40:36 -0800 From: Alfred Perlstein To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001207004036.L16205@fw.wintelcom.net> References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> <3A2EFBC4.EE8D90B1@newsguy.com> <20001206235004.E16205@fw.wintelcom.net> <20001206235805.A84434@dragon.nuxi.com> <20001207001508.H16205@fw.wintelcom.net> <20001207002420.A84706@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: <20001207002420.A84706@dragon.nuxi.com>; from obrien@FreeBSD.org on Thu, Dec 07, 2000 at 12:24:20AM -0800 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David O'Brien [001207 00:24] wrote: > On Thu, Dec 07, 2000 at 12:15:08AM -0800, Alfred Perlstein wrote: > > All this damn arguing is exhausting and I just barely remebered > > that I'm sitting on a patch to vfs_lookup.c that really ought > > to be MFC'd, can you send me a reminder to do so sometime before > > the next release? > > When you get the commit message for current in your inbox, rather than > delete it, save it in your MFC_RELENG_4 mailbox if you think an MFC is > appropriate. Once a month(week) look in your MFC_RELENG_4 mailbox and > review the commits you thought should be MFC'ed. If you still agree and > it has sat in -CURRENT long enough, then MFC it and delete that commit > email. That sounds reasonable, not as much fun as a MFC_REMINDER: ? in the CVS template, but it'll do. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 0:43:22 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 00:43:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6739937B400; Thu, 7 Dec 2000 00:43:19 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB78hJT97949; Thu, 7 Dec 2000 00:43:19 -0800 (PST) (envelope-from knu) Message-Id: <200012070843.eB78hJT97949@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 7 Dec 2000 00:43:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/wxg Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/07 00:43:19 PST Modified files: japanese/wxg Makefile Log: Fix a typo in the IGNORE message. Revision Changes Path 1.3 +2 -2 ports/japanese/wxg/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 7 0:55:25 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 00:55:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 0270337B400; Thu, 7 Dec 2000 00:55:21 -0800 (PST) Received: from fwd05.sul.t-online.com by mailout03.sul.t-online.com with smtp id 143wpj-00089P-00; Thu, 07 Dec 2000 09:55:19 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.193.245]) by fmrl05.sul.t-online.com with esmtp id 143wpX-0IBycKC; Thu, 7 Dec 2000 09:55:07 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id ECF40AB0E; Thu, 7 Dec 2000 09:55:22 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 78E1F14A77; Thu, 7 Dec 2000 09:55:05 +0100 (CET) Date: Thu, 7 Dec 2000 09:55:05 +0100 From: Alexander Langer To: Jordan Hubbard Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/fsck_ext2fs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/fsck_ext2fs/files patch-aa patch-ab patch-ac Message-ID: <20001207095505.A1625@cichlids.cichlids.com> References: <5296.976152390@winston.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5296.976152390@winston.osd.bsdi.com>; from jkh@winston.osd.bsdi.com on Wed, Dec 06, 2000 at 05:26:30PM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: alex@big.endian.de X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Jordan Hubbard (jkh@winston.osd.bsdi.com): > This is cool, but it would be nice if it were part of the base system > and auto-invoked by fsck based on file type so that we can have a > solution which is orthogonal to mount_ext2fs. Hmm, doesn't the current mount already include the right things to do so, if there a fsck_ext2fs exists? It could be easily imported. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 1: 9:35 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 01:09:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id E98D737B401; Thu, 7 Dec 2000 01:09:31 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eB799Tw07191; Thu, 7 Dec 2000 01:09:29 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/fsck_ext2fs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/fsck_ext2fs/files patch-aa patch-ab patch-ac In-Reply-To: Message from Alexander Langer of "Thu, 07 Dec 2000 09:55:05 +0100." <20001207095505.A1625@cichlids.cichlids.com> Date: Thu, 07 Dec 2000 01:09:29 -0800 Message-ID: <7187.976180169@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mount wouldn't go anywhere near fsck no matter what the filesystem type. :) - Jordan > Thus spake Jordan Hubbard (jkh@winston.osd.bsdi.com): > > > This is cool, but it would be nice if it were part of the base system > > and auto-invoked by fsck based on file type so that we can have a > > solution which is orthogonal to mount_ext2fs. > > Hmm, doesn't the current mount already include the right things to do > so, if there a fsck_ext2fs exists? > > It could be easily imported. > > Alex > -- > cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 1:15:59 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 01:15:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id 6CFFE37B400; Thu, 7 Dec 2000 01:15:54 -0800 (PST) Received: from fwd05.sul.t-online.com by mailout01.sul.t-online.com with smtp id 143x9c-0004At-06; Thu, 07 Dec 2000 10:15:52 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.193.245]) by fmrl05.sul.t-online.com with esmtp id 143x9P-1zHPQeC; Thu, 7 Dec 2000 10:15:39 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 031B1AB0E; Thu, 7 Dec 2000 10:15:43 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 50FB414A77; Thu, 7 Dec 2000 10:15:24 +0100 (CET) Date: Thu, 7 Dec 2000 10:15:24 +0100 From: Alexander Langer To: Jordan Hubbard Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/fsck_ext2fs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/fsck_ext2fs/files patch-aa patch-ab patch-ac Message-ID: <20001207101524.A6977@cichlids.cichlids.com> References: <7187.976180169@winston.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <7187.976180169@winston.osd.bsdi.com>; from jkh@winston.osd.bsdi.com on Thu, Dec 07, 2000 at 01:09:29AM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: alex@big.endian.de X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Jordan Hubbard (jkh@winston.osd.bsdi.com): > Mount wouldn't go anywhere near fsck no matter what the filesystem > type. :) Haha! of course I meant our current fsck. btw, the fsck_ext2fs contains several stuff our fsck doesn't do, e.g. remounting a device after checking or something. IMHO it should be modified before importing it. I think Adrian Chadd is working on it, btw. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 1:28:53 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 01:28:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mailout00.sul.t-online.com (mailout00.sul.t-online.com [194.25.134.16]) by hub.freebsd.org (Postfix) with ESMTP id E116737B400; Thu, 7 Dec 2000 01:28:47 -0800 (PST) Received: from fwd05.sul.t-online.com by mailout00.sul.t-online.com with smtp id 143xM6-000276-02; Thu, 07 Dec 2000 10:28:46 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.193.245]) by fmrl05.sul.t-online.com with esmtp id 143xLy-0kw8aOC; Thu, 7 Dec 2000 10:28:38 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 43DC4AB0E; Thu, 7 Dec 2000 10:28:50 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id DF66014A77; Thu, 7 Dec 2000 10:28:32 +0100 (CET) Date: Thu, 7 Dec 2000 10:28:32 +0100 To: Kevin Lo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java Makefile ports/java/linux-jdk13 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/java/linux-jdk13/files patch-aa patch-ab Message-ID: <20001207102832.A8027@cichlids.cichlids.com> References: <200012070329.eB73TYv49564@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: <200012070329.eB73TYv49564@freefall.freebsd.org>; from kevlo@FreeBSD.org on Wed, Dec 06, 2000 at 07:29:34PM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Kevin Lo (kevlo@FreeBSD.org): > java/linux-jdk13 Makefile distinfo pkg-comment pkg-descr > pkg-plist > java/linux-jdk13/files patch-aa patch-ab > Initial import of Linux JDK 1.3 Uhm - repo copy? Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 1:42:46 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 01:42:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29AEE37B400; Thu, 7 Dec 2000 01:42:44 -0800 (PST) Received: (from chm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB79giE05798; Thu, 7 Dec 2000 01:42:44 -0800 (PST) (envelope-from chm) Message-Id: <200012070942.eB79giE05798@freefall.freebsd.org> From: Christoph Herrmann Date: Thu, 7 Dec 2000 01:42:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chm 2000/12/07 01:42:43 PST Modified files: en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: change (correct) the alphabetical order of the committers Revision Changes Path 1.184 +3 -3 doc/en_US.ISO_8859-1/books/handbook/staff/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 7 1:49:26 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 01:49:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F6E537B400; Thu, 7 Dec 2000 01:49:00 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB79n0308231; Thu, 7 Dec 2000 01:49:00 -0800 (PST) (envelope-from ru) Message-Id: <200012070949.eB79n0308231@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 01:49:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff FDL MORE.STUFF README.WIN32 REVISION mkinstalldirs win32-diffs BUG-REPORT ChangeLog INSTALL INSTALL.gen Makefile Makefile.ccpg Makefile.comm Makefile.cpg Makefile.in Makefile.init Makefile.lib Makefile.man NEWS PROBLEMS PROJECTS ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 01:49:00 PST Modified files: (Branch: RELENG_4) contrib/groff BUG-REPORT ChangeLog INSTALL INSTALL.gen Makefile Makefile.ccpg Makefile.comm Makefile.cpg Makefile.in Makefile.init Makefile.lib Makefile.man NEWS PROBLEMS PROJECTS README TODO VERSION aclocal.m4 configure configure.in gendef.sh mdate.sh test-groff contrib/groff/addftinfo Makefile.sub contrib/groff/afmtodit Makefile.sub afmtodit.man afmtodit.pl contrib/groff/devX100 CB CBI CI CR HB HBI HI HR NB NBI NI NR TB TBI TI TR contrib/groff/devX100-12 CB CBI CI CR HB HBI HI HR NB NBI NI NR TB TBI TI TR contrib/groff/devX75 CB CBI CI CR HB HBI HI HR NB NBI NI NR TB TBI TI TR contrib/groff/devX75-12 CB CBI CI CR HB HBI HI HR NB NBI NI NR TB TBI TI TR contrib/groff/devascii DESC.proto R.proto contrib/groff/devdvi B BI CW DESC.in H HB HI I Makefile.sub R S SA SB contrib/groff/devdvi/generate Makefile cork.map texb.map texi.map texr.map texsy.map textt.map contrib/groff/devhtml CB CBI CI CR DESC HB HBI HI HR NB NBI NI NR TB TBI TI TR contrib/groff/devlatin1 DESC.proto R.proto contrib/groff/devlj4 ALBB ALBR AOB AOI AOR CB CBI CI CLARENDON CORONET CR GB GBI GI GR LGB LGI LGR MARIGOLD Makefile.sub OB OBI OI OR TB TBI TI TR UB UBI UCB UCBI UCI UCR UI UR contrib/groff/devlj4/generate Makefile text.map contrib/groff/devps AB ABI AI AR BMB BMBI BMI BMR CB CBI CI CR HB HBI HI HNB HNBI HNI HNR HR Makefile.sub NB NBI NI NR PB PBI PI PR S SS TB TBI TI TR ZCMI ZD ZDR symbol.afm symbolmap contrib/groff/devps/generate Makefile afmname textmap contrib/groff/doc Makefile groff.texinfo meref.me pic.ms contrib/groff/eqn Makefile.sub box.cc eqn.man lex.cc main.cc neqn.sh other.cc over.cc special.cc text.cc contrib/groff/grodvi Makefile.sub dvi.cc grodvi.man contrib/groff/groff Makefile.sub groff.cc groff.man pipeline.c contrib/groff/grog Makefile.sub grog.man grog.pl grog.sh contrib/groff/grohtml ChangeLog Makefile.sub design.ms grohtml.man html.cc html.h ordered_list.h contrib/groff/grolj4 Makefile.sub grolj4.man lj4.cc contrib/groff/grops Makefile.sub grops.man ps.cc psrm.cc contrib/groff/grotty Makefile.sub grotty.man tty.cc contrib/groff/hpftodit Makefile.sub hpftodit.cc hpftodit.man contrib/groff/include Makefile.sub driver.h font.h lib.h posix.h contrib/groff/indxbib Makefile.sub indxbib.cc indxbib.man contrib/groff/libbib Makefile.sub index.cc linear.cc search.cc contrib/groff/libdriver Makefile.sub input.cc printer.cc contrib/groff/libgroff Makefile.sub errarg.cc font.cc fontfile.cc iftoa.c illegal.cc itoa.c nametoindex.cc searchpath.cc string.cc tmpfile.cc contrib/groff/lkbib Makefile.sub lkbib.cc lkbib.man contrib/groff/lookbib Makefile.sub lookbib.cc lookbib.man contrib/groff/man Makefile.sub groff_char.man groff_font.man groff_out.man contrib/groff/mm ChangeLog Makefile.sim Makefile.sub groff_mm.man groff_mmse.man tmac.m tmac.mse contrib/groff/mm/mm 0.MT 4.MT 5.MT ms.cov se_ms.cov contrib/groff/nroff Makefile.sub nroff.man nroff.sh contrib/groff/pfbtops Makefile.sub pfbtops.c contrib/groff/pic Makefile.sub lex.cc main.cc object.cc pic.h pic.man pic.y troff.cc contrib/groff/refer Makefile.sub label.y ref.cc refer.cc refer.man contrib/groff/soelim Makefile.sub soelim.cc soelim.man contrib/groff/tbl Makefile.sub main.cc table.cc contrib/groff/tfmtodit Makefile.sub tfmtodit.cc tfmtodit.man contrib/groff/tmac Makefile.sub doc-common doc-ditroff doc-nroff doc-syms eqnrc groff_man.man strip.sed tmac.X tmac.an tmac.andoc tmac.arkup tmac.doc tmac.dvi tmac.html tmac.latin1 tmac.pspic tmac.s tmac.safer tmac.tty tmac.tty-char troffrc contrib/groff/troff Makefile.sub TODO charinfo.h column.cc dictionary.cc div.cc env.cc env.h input.cc node.cc node.h reg.cc request.h token.h troff.man contrib/groff/xditview ChangeLog Dvi.c DviChar.c README xtotroff.c Added files: (Branch: RELENG_4) contrib/groff FDL MORE.STUFF README.WIN32 REVISION mkinstalldirs win32-diffs contrib/groff/devcp1047 DESC.proto Makefile.sub R.proto contrib/groff/devdvi CWI contrib/groff/devlbp CB CI CR DESC.in EB EI ER HB HBI HI HNB HNBI HNI HNR HR Makefile.sub TB TBI TI TR contrib/groff/devutf8 DESC.proto Makefile.sub NOTES R.proto contrib/groff/doc grnexmpl.g grnexmpl.me homepage.ms texinfo.tex contrib/groff/grn Makefile.sub README gprint.h grn.man hdb.cc hgraph.cc hpoint.cc main.cc contrib/groff/grohtml TODO html_chars.h output.cc contrib/groff/grolbp Makefile.sub charset.h grolbp.man lbp.cc lbp.h contrib/groff/include getopt.h groff-getopt.h htmlindicate.h nonposix.h contrib/groff/libgroff getopt.c getopt1.c htmlindicate.cc contrib/groff/man groff.man roff.man contrib/groff/mm mmroff.man mmroff.pl contrib/groff/mm/examples APP B1B2 COVER IND LT LT.se ML MOVE MUL NCOL ND README References SETR contrib/groff/tmac groff_markup.man groff_tmac.man tmac.lbp tmac.man tmac.mandoc tmac.markup tmac.mdoc tmac.me tmac.ms troffrc-end contrib/groff/xditview Imakefile.in Removed files: (Branch: RELENG_4) contrib/groff/addftinfo Makefile.dep contrib/groff/eqn Makefile.dep contrib/groff/grodvi Makefile.dep contrib/groff/groff Makefile.dep contrib/groff/grohtml Makefile.dep contrib/groff/grolj4 Makefile.dep contrib/groff/grops Makefile.dep contrib/groff/grotty Makefile.dep contrib/groff/hpftodit Makefile.dep contrib/groff/include unix.h contrib/groff/indxbib Makefile.dep contrib/groff/libbib Makefile.dep contrib/groff/libdriver Makefile.dep contrib/groff/libgroff Makefile.dep contrib/groff/lkbib Makefile.dep contrib/groff/lookbib Makefile.dep contrib/groff/pfbtops Makefile.dep contrib/groff/pic Makefile.dep contrib/groff/psbb Makefile.dep Makefile.sub psbb.c psbb.man contrib/groff/refer Makefile.dep contrib/groff/soelim Makefile.dep contrib/groff/tbl Makefile.dep contrib/groff/tfmtodit Makefile.dep contrib/groff/troff Makefile.dep contrib/groff/xditview Imakefile Log: MFC: Upgrade to Groff 1.16.1. Revision Changes Path 1.1.1.2.2.1 +12 -12 src/contrib/groff/BUG-REPORT 1.1.1.3.2.1 +1392 -12 src/contrib/groff/ChangeLog 1.1.1.3.2.1 +10 -6 src/contrib/groff/INSTALL 1.1.1.1.8.1 +8 -1 src/contrib/groff/INSTALL.gen 1.1.1.1.8.1 +1 -1 src/contrib/groff/Makefile 1.1.1.1.8.1 +9 -2 src/contrib/groff/Makefile.ccpg 1.1.1.2.2.1 +60 -46 src/contrib/groff/Makefile.comm 1.1.1.1.8.1 +9 -2 src/contrib/groff/Makefile.cpg 1.1.1.2.2.1 +215 -90 src/contrib/groff/Makefile.in 1.1.1.1.8.1 +1 -1 src/contrib/groff/Makefile.init 1.1.1.1.8.1 +8 -2 src/contrib/groff/Makefile.lib 1.1.1.1.8.1 +1 -0 src/contrib/groff/Makefile.man 1.1.1.3.2.1 +171 -0 src/contrib/groff/NEWS 1.1.1.2.2.1 +210 -51 src/contrib/groff/PROBLEMS 1.1.1.3.2.1 +1 -1 src/contrib/groff/PROJECTS 1.1.1.3.2.1 +25 -18 src/contrib/groff/README 1.1.1.1.8.1 +7 -2 src/contrib/groff/TODO 1.1.1.3.2.1 +1 -1 src/contrib/groff/VERSION 1.1.1.2.2.1 +131 -67 src/contrib/groff/aclocal.m4 1.1.1.2.2.1 +390 -199 src/contrib/groff/configure 1.1.1.2.2.1 +16 -9 src/contrib/groff/configure.in 1.1.1.1.8.1 +5 -1 src/contrib/groff/gendef.sh 1.2.6.1 +2 -2 src/contrib/groff/mdate.sh 1.1.1.1.8.1 +22 -7 src/contrib/groff/test-groff 1.1.1.1.8.1 +8 -3 src/contrib/groff/addftinfo/Makefile.sub 1.1.1.1.8.1 +2 -2 src/contrib/groff/afmtodit/Makefile.sub 1.1.1.1.8.1 +17 -16 src/contrib/groff/afmtodit/afmtodit.man 1.1.1.1.8.1 +2 -2 src/contrib/groff/afmtodit/afmtodit.pl 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/CB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/CBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/CI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/CR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/HB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/HBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/HI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/HR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/NB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/NBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/NI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/NR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/TB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/TBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/TI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100/TR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/CB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/CBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/CI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/CR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/HB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/HBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/HI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/HR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/NB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/NBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/NI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/NR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/TB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/TBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/TI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX100-12/TR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/CB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/CBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/CI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/CR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/HB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/HBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/HI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/HR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/NB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/NBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/NI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/NR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/TB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/TBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/TI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75/TR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/CB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/CBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/CI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/CR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/HB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/HBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/HI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/HR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/NB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/NBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/NI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/NR 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/TB 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/TBI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/TI 1.1.1.1.8.1 +3 -1 src/contrib/groff/devX75-12/TR 1.2.8.1 +2 -1 src/contrib/groff/devascii/DESC.proto 1.2.6.1 +3 -2 src/contrib/groff/devascii/R.proto 1.1.1.1.8.1 +12 -1 src/contrib/groff/devdvi/B 1.1.1.1.8.1 +14 -1 src/contrib/groff/devdvi/BI 1.1.1.1.8.1 +4 -2 src/contrib/groff/devdvi/CW 1.1.1.1.8.1 +2 -2 src/contrib/groff/devdvi/DESC.in 1.1.1.1.8.1 +6 -1 src/contrib/groff/devdvi/H 1.1.1.1.8.1 +6 -1 src/contrib/groff/devdvi/HB 1.1.1.1.8.1 +6 -1 src/contrib/groff/devdvi/HI 1.1.1.1.8.1 +14 -1 src/contrib/groff/devdvi/I 1.1.1.1.8.1 +1 -1 src/contrib/groff/devdvi/Makefile.sub 1.1.1.1.8.1 +12 -1 src/contrib/groff/devdvi/R 1.1.1.1.8.1 +1 -0 src/contrib/groff/devdvi/S 1.1.1.1.8.1 +47 -47 src/contrib/groff/devdvi/SA 1.1.1.1.8.1 +1 -1 src/contrib/groff/devdvi/SB 1.1.1.1.8.1 +39 -25 src/contrib/groff/devdvi/generate/Makefile 1.1.1.1.8.1 +2 -2 src/contrib/groff/devdvi/generate/cork.map 1.1.1.1.8.1 +1 -1 src/contrib/groff/devdvi/generate/texb.map 1.1.1.1.8.1 +1 -1 src/contrib/groff/devdvi/generate/texi.map 1.1.1.1.8.1 +1 -1 src/contrib/groff/devdvi/generate/texr.map 1.1.1.1.8.1 +1 -1 src/contrib/groff/devdvi/generate/texsy.map 1.1.1.1.8.1 +2 -2 src/contrib/groff/devdvi/generate/textt.map 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/CB 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/CBI 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/CI 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/CR 1.1.1.1.4.1 +2 -0 src/contrib/groff/devhtml/DESC 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/HB 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/HBI 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/HI 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/HR 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/NB 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/NBI 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/NI 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/NR 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/TB 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/TBI 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/TI 1.1.1.1.4.1 +102 -100 src/contrib/groff/devhtml/TR 1.2.8.1 +2 -1 src/contrib/groff/devlatin1/DESC.proto 1.1.1.1.8.1 +6 -2 src/contrib/groff/devlatin1/R.proto 1.1.1.1.8.1 +19 -2 src/contrib/groff/devlj4/ALBB 1.1.1.1.8.1 +19 -2 src/contrib/groff/devlj4/ALBR 1.1.1.1.8.1 +6 -2 src/contrib/groff/devlj4/AOB 1.1.1.1.8.1 +18 -2 src/contrib/groff/devlj4/AOI 1.1.1.1.8.1 +17 -2 src/contrib/groff/devlj4/AOR 1.1.1.1.8.1 +5 -2 src/contrib/groff/devlj4/CB 1.1.1.1.8.1 +5 -2 src/contrib/groff/devlj4/CBI 1.1.1.1.8.1 +5 -2 src/contrib/groff/devlj4/CI 1.1.1.1.8.1 +5 -2 src/contrib/groff/devlj4/CLARENDON 1.1.1.1.8.1 +5 -2 src/contrib/groff/devlj4/CORONET 1.1.1.1.8.1 +5 -2 src/contrib/groff/devlj4/CR 1.1.1.1.8.1 +19 -2 src/contrib/groff/devlj4/GB 1.1.1.1.8.1 +18 -2 src/contrib/groff/devlj4/GBI 1.1.1.1.8.1 +19 -2 src/contrib/groff/devlj4/GI 1.1.1.1.8.1 +21 -2 src/contrib/groff/devlj4/GR 1.1.1.1.8.1 +5 -2 src/contrib/groff/devlj4/LGB 1.1.1.1.8.1 +5 -2 src/contrib/groff/devlj4/LGI 1.1.1.1.8.1 +5 -2 src/contrib/groff/devlj4/LGR 1.1.1.1.8.1 +5 -2 src/contrib/groff/devlj4/MARIGOLD 1.1.1.2.2.1 +1 -1 src/contrib/groff/devlj4/Makefile.sub 1.1.1.1.8.1 +22 -2 src/contrib/groff/devlj4/OB 1.1.1.1.8.1 +19 -2 src/contrib/groff/devlj4/OBI 1.1.1.1.8.1 +20 -2 src/contrib/groff/devlj4/OI 1.1.1.1.8.1 +25 -2 src/contrib/groff/devlj4/OR 1.1.1.1.8.1 +22 -2 src/contrib/groff/devlj4/TB 1.1.1.1.8.1 +24 -2 src/contrib/groff/devlj4/TBI 1.1.1.1.8.1 +27 -2 src/contrib/groff/devlj4/TI 1.1.1.1.8.1 +20 -2 src/contrib/groff/devlj4/TR 1.1.1.1.8.1 +22 -2 src/contrib/groff/devlj4/UB 1.1.1.1.8.1 +22 -2 src/contrib/groff/devlj4/UBI 1.1.1.1.8.1 +18 -2 src/contrib/groff/devlj4/UCB 1.1.1.1.8.1 +17 -2 src/contrib/groff/devlj4/UCBI 1.1.1.1.8.1 +20 -2 src/contrib/groff/devlj4/UCI 1.1.1.1.8.1 +19 -2 src/contrib/groff/devlj4/UCR 1.1.1.1.8.1 +68 -2 src/contrib/groff/devlj4/UI 1.1.1.1.8.1 +24 -2 src/contrib/groff/devlj4/UR 1.1.1.1.8.1 +26 -19 src/contrib/groff/devlj4/generate/Makefile 1.1.1.1.8.1 +3 -0 src/contrib/groff/devlj4/generate/text.map 1.1.1.1.8.1 +241 -226 src/contrib/groff/devps/AB 1.1.1.1.8.1 +241 -226 src/contrib/groff/devps/ABI 1.1.1.1.8.1 +242 -226 src/contrib/groff/devps/AI 1.1.1.1.8.1 +242 -226 src/contrib/groff/devps/AR 1.1.1.1.8.1 +229 -226 src/contrib/groff/devps/BMB 1.1.1.1.8.1 +229 -226 src/contrib/groff/devps/BMBI 1.1.1.1.8.1 +229 -226 src/contrib/groff/devps/BMI 1.1.1.1.8.1 +229 -226 src/contrib/groff/devps/BMR 1.1.1.1.8.1 +229 -226 src/contrib/groff/devps/CB 1.1.1.1.8.1 +229 -226 src/contrib/groff/devps/CBI 1.1.1.1.8.1 +229 -226 src/contrib/groff/devps/CI 1.1.1.1.8.1 +229 -226 src/contrib/groff/devps/CR 1.1.1.1.8.1 +241 -226 src/contrib/groff/devps/HB 1.1.1.1.8.1 +241 -226 src/contrib/groff/devps/HBI 1.1.1.1.8.1 +239 -226 src/contrib/groff/devps/HI 1.1.1.1.8.1 +241 -226 src/contrib/groff/devps/HNB 1.1.1.1.8.1 +241 -226 src/contrib/groff/devps/HNBI 1.1.1.1.8.1 +239 -226 src/contrib/groff/devps/HNI 1.1.1.1.8.1 +239 -226 src/contrib/groff/devps/HNR 1.1.1.1.8.1 +239 -226 src/contrib/groff/devps/HR 1.1.1.1.8.1 +3 -3 src/contrib/groff/devps/Makefile.sub 1.1.1.1.8.1 +351 -324 src/contrib/groff/devps/NB 1.1.1.1.8.1 +480 -333 src/contrib/groff/devps/NBI 1.1.1.1.8.1 +421 -333 src/contrib/groff/devps/NI 1.1.1.1.8.1 +407 -332 src/contrib/groff/devps/NR 1.1.1.1.8.1 +238 -226 src/contrib/groff/devps/PB 1.1.1.1.8.1 +238 -226 src/contrib/groff/devps/PBI 1.1.1.1.8.1 +238 -226 src/contrib/groff/devps/PI 1.1.1.1.8.1 +236 -226 src/contrib/groff/devps/PR 1.1.1.1.8.1 +187 -187 src/contrib/groff/devps/S 1.1.1.1.8.1 +187 -187 src/contrib/groff/devps/SS 1.1.1.1.8.1 +241 -226 src/contrib/groff/devps/TB 1.1.1.1.8.1 +242 -226 src/contrib/groff/devps/TBI 1.1.1.1.8.1 +242 -226 src/contrib/groff/devps/TI 1.1.1.1.8.1 +243 -226 src/contrib/groff/devps/TR 1.1.1.1.8.1 +243 -226 src/contrib/groff/devps/ZCMI 1.1.1.1.8.1 +187 -187 src/contrib/groff/devps/ZD 1.1.1.1.8.1 +187 -187 src/contrib/groff/devps/ZDR 1.1.1.1.8.1 +0 -3 src/contrib/groff/devps/symbol.afm 1.1.1.1.8.1 +3 -0 src/contrib/groff/devps/symbolmap 1.1.1.1.8.1 +16 -17 src/contrib/groff/devps/generate/Makefile 1.1.1.1.8.1 +1 -1 src/contrib/groff/devps/generate/afmname 1.1.1.1.8.1 +3 -0 src/contrib/groff/devps/generate/textmap 1.1.1.3.2.1 +59 -41 src/contrib/groff/doc/Makefile 1.1.1.1.4.1 +5524 -2488 src/contrib/groff/doc/groff.texinfo 1.1.1.2.2.1 +10 -0 src/contrib/groff/doc/meref.me 1.1.1.2.4.1 +1 -1 src/contrib/groff/doc/pic.ms 1.1.1.1.8.1 +39 -9 src/contrib/groff/eqn/Makefile.sub 1.1.1.1.8.1 +1 -1 src/contrib/groff/eqn/box.cc 1.1.1.1.8.1 +28 -30 src/contrib/groff/eqn/eqn.man 1.1.1.1.8.1 +2 -2 src/contrib/groff/eqn/lex.cc 1.1.1.2.2.1 +10 -8 src/contrib/groff/eqn/main.cc 1.4.2.1 +2 -1 src/contrib/groff/eqn/neqn.sh 1.1.1.1.8.1 +4 -4 src/contrib/groff/eqn/other.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/eqn/over.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/eqn/special.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/eqn/text.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/grodvi/Makefile.sub 1.1.1.2.2.1 +8 -4 src/contrib/groff/grodvi/dvi.cc 1.1.1.1.8.1 +7 -4 src/contrib/groff/grodvi/grodvi.man 1.1.1.1.8.1 +3 -3 src/contrib/groff/groff/Makefile.sub 1.1.1.2.2.1 +45 -17 src/contrib/groff/groff/groff.cc 1.4.2.1 +96 -59 src/contrib/groff/groff/groff.man 1.1.1.1.8.1 +185 -3 src/contrib/groff/groff/pipeline.c 1.1.1.1.8.1 +5 -3 src/contrib/groff/grog/Makefile.sub 1.1.1.1.8.1 +7 -1 src/contrib/groff/grog/grog.man 1.1.1.1.8.1 +19 -1 src/contrib/groff/grog/grog.pl 1.1.1.1.8.1 +8 -4 src/contrib/groff/grog/grog.sh 1.1.1.1.4.1 +143 -0 src/contrib/groff/grohtml/ChangeLog 1.1.1.1.4.1 +6 -2 src/contrib/groff/grohtml/Makefile.sub 1.1.1.1.4.1 +0 -27 src/contrib/groff/grohtml/design.ms 1.1.1.1.4.1 +27 -13 src/contrib/groff/grohtml/grohtml.man 1.1.1.1.4.1 +2347 -939 src/contrib/groff/grohtml/html.cc 1.1.1.1.4.1 +4 -4 src/contrib/groff/grohtml/html.h 1.1.1.1.4.1 +4 -4 src/contrib/groff/grohtml/ordered_list.h 1.1.1.1.8.1 +1 -1 src/contrib/groff/grolj4/Makefile.sub 1.1.1.2.2.1 +46 -21 src/contrib/groff/grolj4/grolj4.man 1.1.1.2.2.1 +12 -7 src/contrib/groff/grolj4/lj4.cc 1.1.1.1.8.1 +8 -3 src/contrib/groff/grops/Makefile.sub 1.2.8.1 +25 -19 src/contrib/groff/grops/grops.man 1.1.1.2.2.1 +24 -15 src/contrib/groff/grops/ps.cc 1.1.1.2.2.1 +33 -29 src/contrib/groff/grops/psrm.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/grotty/Makefile.sub 1.2.8.1 +74 -11 src/contrib/groff/grotty/grotty.man 1.1.1.2.2.1 +42 -11 src/contrib/groff/grotty/tty.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/hpftodit/Makefile.sub 1.1.1.1.8.1 +37 -4 src/contrib/groff/hpftodit/hpftodit.cc 1.1.1.1.8.1 +5 -1 src/contrib/groff/hpftodit/hpftodit.man 1.1.1.1.8.1 +27 -5 src/contrib/groff/include/Makefile.sub 1.1.1.1.8.1 +3 -0 src/contrib/groff/include/driver.h 1.1.1.1.8.1 +3 -0 src/contrib/groff/include/font.h 1.1.1.1.8.1 +18 -29 src/contrib/groff/include/lib.h 1.1.1.1.8.1 +3 -1 src/contrib/groff/include/posix.h 1.1.1.1.8.1 +11 -5 src/contrib/groff/indxbib/Makefile.sub 1.1.1.1.8.1 +57 -7 src/contrib/groff/indxbib/indxbib.cc 1.1.1.1.8.1 +4 -1 src/contrib/groff/indxbib/indxbib.man 1.1.1.1.8.1 +13 -3 src/contrib/groff/libbib/Makefile.sub 1.1.1.1.8.1 +29 -11 src/contrib/groff/libbib/index.cc 1.1.1.1.8.1 +15 -1 src/contrib/groff/libbib/linear.cc 1.1.1.1.8.1 +3 -2 src/contrib/groff/libbib/search.cc 1.1.1.1.8.1 +6 -2 src/contrib/groff/libdriver/Makefile.sub 1.1.1.2.2.1 +26 -3 src/contrib/groff/libdriver/input.cc 1.1.1.2.2.1 +1 -1 src/contrib/groff/libdriver/printer.cc 1.1.1.1.8.1 +81 -12 src/contrib/groff/libgroff/Makefile.sub 1.1.1.1.8.1 +2 -2 src/contrib/groff/libgroff/errarg.cc 1.3.2.1 +33 -10 src/contrib/groff/libgroff/font.cc 1.1.1.1.8.1 +2 -0 src/contrib/groff/libgroff/fontfile.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/libgroff/iftoa.c 1.3.2.1 +21 -0 src/contrib/groff/libgroff/illegal.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/libgroff/itoa.c 1.1.1.1.8.1 +1 -1 src/contrib/groff/libgroff/nametoindex.cc 1.1.1.1.8.1 +7 -6 src/contrib/groff/libgroff/searchpath.cc 1.1.1.2.2.1 +1 -1 src/contrib/groff/libgroff/string.cc 1.1.1.1.8.1 +104 -16 src/contrib/groff/libgroff/tmpfile.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/lkbib/Makefile.sub 1.1.1.1.8.1 +2 -2 src/contrib/groff/lkbib/lkbib.cc 1.1.1.1.8.1 +4 -1 src/contrib/groff/lkbib/lkbib.man 1.1.1.1.8.1 +1 -1 src/contrib/groff/lookbib/Makefile.sub 1.1.1.1.8.1 +2 -2 src/contrib/groff/lookbib/lookbib.cc 1.1.1.1.8.1 +4 -1 src/contrib/groff/lookbib/lookbib.man 1.1.1.1.8.1 +7 -2 src/contrib/groff/man/Makefile.sub 1.1.1.1.8.1 +13 -5 src/contrib/groff/man/groff_char.man 1.1.1.1.8.1 +33 -4 src/contrib/groff/man/groff_font.man 1.3.2.1 +8 -3 src/contrib/groff/man/groff_out.man 1.1.1.2.2.1 +35 -0 src/contrib/groff/mm/ChangeLog 1.1.1.1.4.1 +22 -22 src/contrib/groff/mm/Makefile.sim 1.1.1.2.2.1 +24 -11 src/contrib/groff/mm/Makefile.sub 1.1.1.2.2.1 +103 -84 src/contrib/groff/mm/groff_mm.man 1.1.1.2.2.1 +5 -5 src/contrib/groff/mm/groff_mmse.man 1.1.1.2.2.1 +89 -49 src/contrib/groff/mm/tmac.m 1.1.1.2.2.1 +2 -3 src/contrib/groff/mm/tmac.mse 1.1.1.2.2.1 +1 -1 src/contrib/groff/mm/mm/0.MT 1.1.1.2.2.1 +4 -2 src/contrib/groff/mm/mm/4.MT 1.1.1.2.2.1 +1 -1 src/contrib/groff/mm/mm/5.MT 1.1.1.2.2.1 +1 -1 src/contrib/groff/mm/mm/ms.cov 1.1.1.2.2.1 +1 -1 src/contrib/groff/mm/mm/se_ms.cov 1.1.1.1.8.1 +2 -1 src/contrib/groff/nroff/Makefile.sub 1.4.2.1 +41 -42 src/contrib/groff/nroff/nroff.man 1.8.2.1 +74 -63 src/contrib/groff/nroff/nroff.sh 1.1.1.2.2.1 +1 -1 src/contrib/groff/pfbtops/Makefile.sub 1.1.1.1.8.1 +8 -2 src/contrib/groff/pfbtops/pfbtops.c 1.1.1.1.8.1 +26 -6 src/contrib/groff/pic/Makefile.sub 1.1.1.1.8.1 +7 -7 src/contrib/groff/pic/lex.cc 1.1.1.2.2.1 +2 -2 src/contrib/groff/pic/main.cc 1.1.1.1.8.1 +7 -7 src/contrib/groff/pic/object.cc 1.1.1.2.2.1 +2 -2 src/contrib/groff/pic/pic.h 1.1.1.2.2.1 +142 -18 src/contrib/groff/pic/pic.man 1.1.1.2.2.1 +10 -1 src/contrib/groff/pic/pic.y 1.1.1.2.2.1 +3 -2 src/contrib/groff/pic/troff.cc 1.1.1.1.8.1 +18 -5 src/contrib/groff/refer/Makefile.sub 1.1.1.1.8.1 +6 -6 src/contrib/groff/refer/label.y 1.1.1.1.8.1 +1 -1 src/contrib/groff/refer/ref.cc 1.1.1.2.2.1 +4 -4 src/contrib/groff/refer/refer.cc 1.1.1.1.8.1 +4 -1 src/contrib/groff/refer/refer.man 1.1.1.1.8.1 +1 -1 src/contrib/groff/soelim/Makefile.sub 1.1.1.2.2.1 +14 -5 src/contrib/groff/soelim/soelim.cc 1.1.1.2.2.1 +5 -1 src/contrib/groff/soelim/soelim.man 1.1.1.1.8.1 +8 -3 src/contrib/groff/tbl/Makefile.sub 1.1.1.2.2.1 +6 -5 src/contrib/groff/tbl/main.cc 1.1.1.2.2.1 +12 -12 src/contrib/groff/tbl/table.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/tfmtodit/Makefile.sub 1.1.1.2.2.1 +18 -6 src/contrib/groff/tfmtodit/tfmtodit.cc 1.1.1.1.8.1 +18 -10 src/contrib/groff/tfmtodit/tfmtodit.man 1.1.1.2.2.1 +40 -13 src/contrib/groff/tmac/Makefile.sub 1.21.2.14 +5 -36 src/contrib/groff/tmac/doc-common 1.1.1.1.8.1 +2 -1 src/contrib/groff/tmac/doc-ditroff 1.1.1.1.8.2 +2 -2 src/contrib/groff/tmac/doc-nroff 1.24.2.5 +91 -188 src/contrib/groff/tmac/doc-syms 1.3.2.1 +4 -3 src/contrib/groff/tmac/eqnrc 1.1.1.1.4.1 +323 -53 src/contrib/groff/tmac/groff_man.man 1.2.2.1 +1 -2 src/contrib/groff/tmac/strip.sed 1.1.1.1.8.1 +1 -1 src/contrib/groff/tmac/tmac.X 1.1.1.2.2.1 +337 -263 src/contrib/groff/tmac/tmac.an 1.2.8.1 +2 -1 src/contrib/groff/tmac/tmac.andoc 1.1.1.1.4.1 +79 -96 src/contrib/groff/tmac/tmac.arkup 1.4.2.2 +21 -34 src/contrib/groff/tmac/tmac.doc 1.1.1.1.8.1 +12 -2 src/contrib/groff/tmac/tmac.dvi 1.1.1.1.4.1 +4 -2 src/contrib/groff/tmac/tmac.html 1.1.1.1.8.1 +2 -2 src/contrib/groff/tmac/tmac.latin1 1.1.1.1.8.1 +5 -16 src/contrib/groff/tmac/tmac.pspic 1.1.1.1.8.1 +1 -2 src/contrib/groff/tmac/tmac.s 1.1.1.1.8.1 +3 -0 src/contrib/groff/tmac/tmac.safer 1.3.2.1 +4 -3 src/contrib/groff/tmac/tmac.tty 1.3.2.1 +10 -4 src/contrib/groff/tmac/tmac.tty-char 1.6.2.1 +13 -7 src/contrib/groff/tmac/troffrc 1.1.1.1.8.1 +39 -12 src/contrib/groff/troff/Makefile.sub 1.1.1.1.8.1 +1 -3 src/contrib/groff/troff/TODO 1.1.1.1.8.1 +6 -0 src/contrib/groff/troff/charinfo.h 1.1.1.1.8.1 +2 -2 src/contrib/groff/troff/column.cc 1.1.1.1.8.1 +1 -1 src/contrib/groff/troff/dictionary.cc 1.1.1.1.8.1 +17 -18 src/contrib/groff/troff/div.cc 1.1.1.1.8.1 +158 -57 src/contrib/groff/troff/env.cc 1.1.1.1.8.1 +1 -0 src/contrib/groff/troff/env.h 1.1.1.2.2.1 +344 -29 src/contrib/groff/troff/input.cc 1.1.1.2.2.1 +71 -23 src/contrib/groff/troff/node.cc 1.1.1.2.2.1 +2 -1 src/contrib/groff/troff/node.h 1.1.1.1.8.1 +20 -5 src/contrib/groff/troff/reg.cc 1.1.1.1.8.1 +0 -2 src/contrib/groff/troff/request.h 1.1.1.1.8.1 +6 -0 src/contrib/groff/troff/token.h 1.3.2.1 +116 -14 src/contrib/groff/troff/troff.man 1.1.1.2.2.1 +35 -1 src/contrib/groff/xditview/ChangeLog 1.1.1.2.2.1 +2 -8 src/contrib/groff/xditview/Dvi.c 1.1.1.1.8.1 +3 -3 src/contrib/groff/xditview/DviChar.c 1.1.1.2.2.1 +2 -2 src/contrib/groff/xditview/README 1.1.1.2.2.1 +10 -2 src/contrib/groff/xditview/xtotroff.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 7 1:57:28 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 01:57:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE36437B400; Thu, 7 Dec 2000 01:57:21 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB79vLP10200; Thu, 7 Dec 2000 01:57:21 -0800 (PST) (envelope-from ru) Message-Id: <200012070957.eB79vLP10200@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 01:57:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff Makefile Makefile.cfg Makefile.dev Makefile.tty src/gnu/usr.bin/groff/addftinfo Makefile src/gnu/usr.bin/groff/afmtodit Makefile src/gnu/usr.bin/groff/devascii Makefile src/gnu/usr.bin/groff/devcp1047 Makefile ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 01:57:21 PST Modified files: (Branch: RELENG_4) gnu/usr.bin/groff Makefile Makefile.cfg Makefile.dev Makefile.tty gnu/usr.bin/groff/addftinfo Makefile gnu/usr.bin/groff/devascii Makefile gnu/usr.bin/groff/devdvi Makefile gnu/usr.bin/groff/devhtml Makefile gnu/usr.bin/groff/devkoi8-r Makefile gnu/usr.bin/groff/devlatin1 Makefile gnu/usr.bin/groff/devlj4 Makefile gnu/usr.bin/groff/devps Makefile gnu/usr.bin/groff/eqn Makefile gnu/usr.bin/groff/grodvi Makefile gnu/usr.bin/groff/groff Makefile gnu/usr.bin/groff/grog Makefile gnu/usr.bin/groff/grohtml Makefile gnu/usr.bin/groff/grolj4 Makefile gnu/usr.bin/groff/grops Makefile gnu/usr.bin/groff/grotty Makefile gnu/usr.bin/groff/indxbib Makefile gnu/usr.bin/groff/libdriver Makefile gnu/usr.bin/groff/libgroff Makefile gnu/usr.bin/groff/lkbib Makefile gnu/usr.bin/groff/lookbib Makefile gnu/usr.bin/groff/man Makefile gnu/usr.bin/groff/mm Makefile gnu/usr.bin/groff/nroff Makefile gnu/usr.bin/groff/pfbtops Makefile gnu/usr.bin/groff/pic Makefile gnu/usr.bin/groff/refer Makefile gnu/usr.bin/groff/tbl Makefile gnu/usr.bin/groff/tfmtodit Makefile gnu/usr.bin/groff/tmac Makefile gnu/usr.bin/groff/troff Makefile gnu/usr.bin/man Makefile.inc gnu/usr.bin/man/catman catman.perl Added files: (Branch: RELENG_4) gnu/usr.bin/groff/afmtodit Makefile gnu/usr.bin/groff/devcp1047 Makefile gnu/usr.bin/groff/devlbp Makefile gnu/usr.bin/groff/devutf8 Makefile gnu/usr.bin/groff/doc Makefile gnu/usr.bin/groff/grn Makefile gnu/usr.bin/groff/grolbp Makefile gnu/usr.bin/groff/hpftodit Makefile Removed files: (Branch: RELENG_4) gnu/usr.bin/groff/psbb Makefile Log: MFC: Upgrade to Groff 1.16.1. Revision Changes Path 2.6.2.1 +10 -11 src/gnu/usr.bin/groff/Makefile 2.9.2.2 +27 -12 src/gnu/usr.bin/groff/Makefile.cfg 2.6.2.1 +4 -20 src/gnu/usr.bin/groff/Makefile.dev 2.2.8.1 +5 -28 src/gnu/usr.bin/groff/Makefile.tty 1.4.8.1 +2 -4 src/gnu/usr.bin/groff/addftinfo/Makefile 1.4.8.1 +1 -2 src/gnu/usr.bin/groff/devascii/Makefile 1.5.8.1 +5 -7 src/gnu/usr.bin/groff/devdvi/Makefile 1.1.4.1 +4 -7 src/gnu/usr.bin/groff/devhtml/Makefile 1.3.8.1 +2 -2 src/gnu/usr.bin/groff/devkoi8-r/Makefile 1.3.8.1 +1 -1 src/gnu/usr.bin/groff/devlatin1/Makefile 2.2.8.1 +11 -11 src/gnu/usr.bin/groff/devlj4/Makefile 1.5.8.1 +11 -12 src/gnu/usr.bin/groff/devps/Makefile 1.12.2.1 +6 -5 src/gnu/usr.bin/groff/eqn/Makefile 1.5.8.1 +2 -4 src/gnu/usr.bin/groff/grodvi/Makefile 1.5.8.1 +2 -3 src/gnu/usr.bin/groff/groff/Makefile 1.1.2.2 +3 -3 src/gnu/usr.bin/groff/grog/Makefile 1.1.4.1 +3 -6 src/gnu/usr.bin/groff/grohtml/Makefile 2.1.1.1.8.1 +2 -4 src/gnu/usr.bin/groff/grolj4/Makefile 1.5.8.1 +2 -4 src/gnu/usr.bin/groff/grops/Makefile 1.5.8.1 +2 -4 src/gnu/usr.bin/groff/grotty/Makefile 1.8.6.1 +2 -3 src/gnu/usr.bin/groff/indxbib/Makefile 1.4.8.1 +3 -4 src/gnu/usr.bin/groff/libdriver/Makefile 1.7.2.1 +11 -11 src/gnu/usr.bin/groff/libgroff/Makefile 1.5.8.1 +2 -3 src/gnu/usr.bin/groff/lkbib/Makefile 1.5.8.1 +2 -4 src/gnu/usr.bin/groff/lookbib/Makefile 1.5.8.1 +3 -4 src/gnu/usr.bin/groff/man/Makefile 1.9.6.1 +9 -8 src/gnu/usr.bin/groff/mm/Makefile 1.7.6.1 +4 -3 src/gnu/usr.bin/groff/nroff/Makefile 1.4.8.1 +2 -4 src/gnu/usr.bin/groff/pfbtops/Makefile 1.7.2.1 +6 -5 src/gnu/usr.bin/groff/pic/Makefile 1.7.2.1 +4 -3 src/gnu/usr.bin/groff/refer/Makefile 1.5.8.1 +2 -4 src/gnu/usr.bin/groff/tbl/Makefile 1.5.8.1 +2 -4 src/gnu/usr.bin/groff/tfmtodit/Makefile 1.21.2.2 +27 -17 src/gnu/usr.bin/groff/tmac/Makefile 1.12.2.1 +11 -13 src/gnu/usr.bin/groff/troff/Makefile 1.17.2.1 +3 -2 src/gnu/usr.bin/man/Makefile.inc 1.14.2.1 +4 -4 src/gnu/usr.bin/man/catman/catman.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 1:59: 4 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 01:59:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D57A737B400; Thu, 7 Dec 2000 01:59:01 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB79x1610473; Thu, 7 Dec 2000 01:59:01 -0800 (PST) (envelope-from ru) Message-Id: <200012070959.eB79x1610473@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 01:59:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 01:59:01 PST Modified files: (Branch: RELENG_4) etc/mtree BSD.usr.dist Log: MFC: Upgrade to Groff 1.16.1. Revision Changes Path 1.188.2.8 +7 -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 Thu Dec 7 2: 0:10 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 02:00:06 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66A3337B400; Thu, 7 Dec 2000 02:00:06 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7A06310669; Thu, 7 Dec 2000 02:00:06 -0800 (PST) (envelope-from ru) Message-Id: <200012071000.eB7A06310669@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 02:00:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/papers/jail Makefile paper.ms src/share/doc/usd/19.memacros Makefile src/share/doc/usd/20.meref Makefile src/share/mk bsd.man.mk X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 02:00:06 PST Modified files: (Branch: RELENG_4) share/doc/papers/jail Makefile paper.ms share/doc/usd/19.memacros Makefile share/doc/usd/20.meref Makefile share/mk bsd.man.mk Log: MFC: Upgrade to Groff 1.16.1. Revision Changes Path 1.1.2.3 +2 -2 src/share/doc/papers/jail/Makefile 1.4.2.3 +2 -2 src/share/doc/papers/jail/paper.ms 1.5.2.2 +15 -3 src/share/doc/usd/19.memacros/Makefile 1.5.2.2 +15 -3 src/share/doc/usd/20.meref/Makefile 1.31.2.1 +4 -4 src/share/mk/bsd.man.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 7 2: 1:38 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 02:01:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BC3937B400; Thu, 7 Dec 2000 02:01:35 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7A1ZL10861; Thu, 7 Dec 2000 02:01:35 -0800 (PST) (envelope-from ru) Message-Id: <200012071001.eB7A1ZL10861@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 02:01:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc/PSD.doc stubs X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 02:01:35 PST Modified files: (Branch: RELENG_4) lib/libc/rpc/PSD.doc stubs Log: MFC: Upgrade to Groff 1.16.1. Revision Changes Path 1.1.2.2 +2 -9 src/lib/libc/rpc/PSD.doc/stubs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 2:13:21 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 02:13:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D51837B400; Thu, 7 Dec 2000 02:13:19 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7ADJw14512; Thu, 7 Dec 2000 02:13:19 -0800 (PST) (envelope-from roger) Message-Id: <200012071013.eB7ADJw14512@freefall.freebsd.org> From: Roger Hardiman Date: Thu, 7 Dec 2000 02:13:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/12/07 02:13:19 PST Modified files: sys/dev/usb ugen.c Log: Non functional change. Change a few indentations to tabs. Change the functions to use ANSI sytle parameters. This lowers the diffs between our copy of ugen.c and NetBSD's copy Approved by: Nick Hibma Revision Changes Path 1.44 +21 -70 src/sys/dev/usb/ugen.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 7 2:28:30 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 02:28:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2197937B400; Thu, 7 Dec 2000 02:28:27 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7ASQT16514; Thu, 7 Dec 2000 02:28:26 -0800 (PST) (envelope-from roger) Message-Id: <200012071028.eB7ASQT16514@freefall.freebsd.org> From: Roger Hardiman Date: Thu, 7 Dec 2000 02:28:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/12/07 02:28:26 PST Modified files: sys/dev/usb ugen.c Log: Add Isochronus transfer mode support required by USB WebCams, using a patch from Peter Housel. With this change ugen, and with Peter's 'vid' program in ports/graphics/vid, we can capture single images from USB Cameras using the OmniVision OV511 chipset (including some models of the Creative WebCam 3) NetBSD merged in Peter's patch to their ugen.c file several months ago, so this brings us back in line. Submitted by: Peter Housel http://members.home.com/housel/ Approved by: Nick Hibma Revision Changes Path 1.45 +180 -13 src/sys/dev/usb/ugen.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 7 2:53: 3 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 02:53:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6818737B400; Thu, 7 Dec 2000 02:53:00 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7Ar0J19395; Thu, 7 Dec 2000 02:53:00 -0800 (PST) (envelope-from msmith) Message-Id: <200012071053.eB7Ar0J19395@freefall.freebsd.org> From: Mike Smith Date: Thu, 7 Dec 2000 02:53:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pciconf pathnames.h pciconf.8 pciconf.c vendors.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/07 02:53:00 PST Modified files: usr.sbin/pciconf pathnames.h pciconf.8 pciconf.c Removed files: usr.sbin/pciconf vendors.h Log: Update to improve handling of verbose PCI vendor/device information. - Read the database from /usr/share/misc (or wherever else we're pointed) rather than compiling it in. - Decode the class/subclass fields if requested. - Print things in a slightly longer but more readable format. Revision Changes Path 1.2 +2 -0 src/usr.sbin/pciconf/pathnames.h 1.12 +10 -3 src/usr.sbin/pciconf/pciconf.8 1.13 +230 -25 src/usr.sbin/pciconf/pciconf.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 7 2:56:32 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 02:56:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9117037B401; Thu, 7 Dec 2000 02:56:29 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7AuTB19734; Thu, 7 Dec 2000 02:56:29 -0800 (PST) (envelope-from msmith) Message-Id: <200012071056.eB7AuTB19734@freefall.freebsd.org> From: Mike Smith Date: Thu, 7 Dec 2000 02:56:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc pci_vendors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/07 02:56:29 PST Added files: share/misc pci_vendors Log: Add a PCI vendor/device database, used by pciconf (and available for use by other tools as well). Note that omissions and corrections for this file should be resolved via http://www.yourvote.com/pci, as this is the master source for this database, rather than by editing this file directly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 3:36: 4 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 03:36:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B54EF37B400; Thu, 7 Dec 2000 03:36:02 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7Ba2F27024; Thu, 7 Dec 2000 03:36:02 -0800 (PST) (envelope-from knu) Message-Id: <200012071136.eB7Ba2F27024@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 7 Dec 2000 03:36:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/postgresql7 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/07 03:36:02 PST Modified files: japanese/postgresql7 Makefile Log: Remove a redundant modifier (:R) that was added by mistake. Revision Changes Path 1.20 +2 -2 ports/japanese/postgresql7/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 7 4: 6:34 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 04:06:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD3BE37B400; Thu, 7 Dec 2000 04:06:31 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7C6VI34870; Thu, 7 Dec 2000 04:06:31 -0800 (PST) (envelope-from tg) Message-Id: <200012071206.eB7C6VI34870@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 7 Dec 2000 04:06:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/12/07 04:06:31 PST Modified files: lang/python Makefile Log: MASTER_SITE changed. Submitted by: sobomax Revision Changes Path 1.74 +3 -2 ports/lang/python/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 7 4:19:25 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 04:19:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97B9E37B400; Thu, 7 Dec 2000 04:19:22 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7CJMG36527; Thu, 7 Dec 2000 04:19:22 -0800 (PST) (envelope-from sobomax) Message-Id: <200012071219.eB7CJMG36527@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 7 Dec 2000 04:19:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/recode Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/07 04:19:22 PST Modified files: converters/recode Makefile Log: Use libintl from xgettext port. Revision Changes Path 1.13 +8 -1 ports/converters/recode/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 7 4:24: 0 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 04:23:58 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F65837B400; Thu, 7 Dec 2000 04:23:58 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7CNwK36989; Thu, 7 Dec 2000 04:23:58 -0800 (PST) (envelope-from tg) Message-Id: <200012071223.eB7CNwK36989@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 7 Dec 2000 04:23:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libform Makefile src/lib/libmenu Makefile src/lib/libncurses Makefile src/lib/libpanel Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/12/07 04:23:58 PST Modified files: (Branch: RELENG_4) lib/libform Makefile lib/libmenu Makefile lib/libncurses Makefile lib/libpanel Makefile Log: MFC: Install missing manpages, add missing functions to MLINKS. Revision Changes Path 1.2.2.3 +67 -1 src/lib/libform/Makefile 1.2.2.3 +55 -1 src/lib/libmenu/Makefile 1.39.2.4 +11 -6 src/lib/libncurses/Makefile 1.2.2.3 +18 -1 src/lib/libpanel/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 7 4:45:54 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 04:45:51 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3612F37B400; Thu, 7 Dec 2000 04:45:51 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7Cjpk39686; Thu, 7 Dec 2000 04:45:51 -0800 (PST) (envelope-from knu) Message-Id: <200012071245.eB7Cjpk39686@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 7 Dec 2000 04:45:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/07 04:45:50 PST www/en/cgi - Imported sources Update of /home/ncvs/www/en/cgi In directory freefall.freebsd.org:/d/home/knu/work Log Message: Import knu-cvsweb 1.104.1.41, which is based on cvsweb-zeller 1.104. Status: Vendor Tag: KNU Release Tags: v1_104_1_41 C www/en/cgi/cvsweb.cgi C www/en/cgi/cvsweb.conf 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jKNU:yesterday -jKNU www/en/cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 4:51: 1 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 04:50:58 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A85837B400; Thu, 7 Dec 2000 04:50:58 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7CowQ40297; Thu, 7 Dec 2000 04:50:58 -0800 (PST) (envelope-from sobomax) Message-Id: <200012071250.eB7CowQ40297@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 7 Dec 2000 04:50:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/pybliographer Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/pybliographer/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/07 04:50:58 PST Modified files: misc Makefile Added files: misc/pybliographer Makefile distinfo pkg-comment pkg-descr pkg-plist misc/pybliographer/files patch-Makefile.in Log: Add pybliographer. Pybliographer is a tool for handling databases of bibliographic references. It provides an homogeneous interface (with powerful editing and searching features) for several bibliographic database formats - currently supported are BibTeX, Medline, Ovid and Refer. In addition, it can export references directly to LyX. PR: 23326 Submitted by: Johann Visagie Revision Changes Path 1.309 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 4:51:25 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 04:51:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FD8A37B400; Thu, 7 Dec 2000 04:51:23 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7CpN540413; Thu, 7 Dec 2000 04:51:23 -0800 (PST) (envelope-from sobomax) Message-Id: <200012071251.eB7CpN540413@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 7 Dec 2000 04:51: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 X-Loop: FreeBSD.ORG sobomax 2000/12/07 04:51:23 PST Modified files: . modules Log: pybliographer --> ports/misc/pybliographer Revision Changes Path 1.2088 +2 -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 Thu Dec 7 5: 1:37 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 05:01:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E03AB37B400; Thu, 7 Dec 2000 05:01:34 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7D1Ya41957; Thu, 7 Dec 2000 05:01:34 -0800 (PST) (envelope-from sobomax) Message-Id: <200012071301.eB7D1Ya41957@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 7 Dec 2000 05:01:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/pybliographer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/07 05:01:34 PST Modified files: misc/pybliographer Makefile Log: Put ^I after MASTER_SITE_SUBDIR=. Revision Changes Path 1.2 +2 -2 ports/misc/pybliographer/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 7 5:17:58 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 05:17:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B17A37B400; Thu, 7 Dec 2000 05:17:56 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7DHuX45809; Thu, 7 Dec 2000 05:17:56 -0800 (PST) (envelope-from des) Message-Id: <200012071317.eB7DHuX45809@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 7 Dec 2000 05:17:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/07 05:17:56 PST Modified files: (Branch: RELENG_4) sys/i386/linux/linprocfs linprocfs_misc.c Log: MFC: bogus bogomips Revision Changes Path 1.3.2.5 +11 -8 src/sys/i386/linux/linprocfs/linprocfs_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 6:27: 6 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 06:27:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E23A537B400; Thu, 7 Dec 2000 06:27:02 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7ER2O55632; Thu, 7 Dec 2000 06:27:02 -0800 (PST) (envelope-from iwasaki) Message-Id: <200012071427.eB7ER2O55632@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 7 Dec 2000 06:27:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC.hints NEWCARD.hints X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/12/07 06:27:02 PST Modified files: sys/i386/conf GENERIC.hints NEWCARD.hints Log: Create a pmtimer device instance for GENERIC and NEWCARD kernels by default. Submitted by: Masayuki FUKUI Revision Changes Path 1.7 +2 -1 src/sys/i386/conf/GENERIC.hints 1.3 +2 -1 src/sys/i386/conf/NEWCARD.hints To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 6:47:48 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 06:47:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id EC95537B6CF; Thu, 7 Dec 2000 06:47:36 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 1442Kc-0007gs-00; Thu, 07 Dec 2000 16:47:34 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id QAA05531; Thu, 7 Dec 2000 16:47:33 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 5468; Thu Dec 7 16:47:15 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 1442KJ-0001NE-00; Thu, 07 Dec 2000 16:47:15 +0200 From: Sheldon Hearn To: Alfred Perlstein Cc: "David O'Brien" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm phys_pager.c In-reply-to: Your message of "Thu, 07 Dec 2000 00:40:36 PST." <20001207004036.L16205@fw.wintelcom.net> Date: Thu, 07 Dec 2000 16:47:15 +0200 Message-ID: <5283.976200435@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 07 Dec 2000 00:40:36 PST, Alfred Perlstein wrote: > That sounds reasonable, not as much fun as a MFC_REMINDER: ? > in the CVS template, but it'll do. Both serve different purposes. Your MFC folder helps you remember the things that you plan to MFC. A CVS commit log reminder helps other people remember if you forget or die. 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 7 6:59:15 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 06:59:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B38F37B402; Thu, 7 Dec 2000 06:59:12 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7ExCI59856; Thu, 7 Dec 2000 06:59:12 -0800 (PST) (envelope-from ru) Message-Id: <200012071459.eB7ExCI59856@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 06:59:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rlogind rlogind.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 06:59:11 PST Modified files: libexec/rlogind rlogind.c Log: MFS: Silence compilation warnings. Revision Changes Path 1.34 +2 -2 src/libexec/rlogind/rlogind.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 7 7: 2:34 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:02:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BEAD37B402; Thu, 7 Dec 2000 07:02:31 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7F2Vl60331; Thu, 7 Dec 2000 07:02:31 -0800 (PST) (envelope-from ru) Message-Id: <200012071502.eB7F2Vl60331@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 07:02:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rlogind rlogind.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 07:02:31 PST Modified files: (Branch: RELENG_4) libexec/rlogind rlogind.c Log: Sync with -current (whitespace only). Revision Changes Path 1.29.2.5 +4 -1 src/libexec/rlogind/rlogind.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 7 7: 6: 4 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:06:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 464ED37B400; Thu, 7 Dec 2000 07:06:02 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7F62R62743; Thu, 7 Dec 2000 07:06:02 -0800 (PST) (envelope-from kris) Message-Id: <200012071506.eB7F62R62743@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 7 Dec 2000 07:06:02 -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 X-Loop: FreeBSD.ORG kris 2000/12/07 07:06:02 PST Modified files: security/uvscan-dat Makefile distinfo Log: Upgrade to 4110 virus definitions. Revision Changes Path 1.8 +2 -2 ports/security/uvscan-dat/Makefile 1.8 +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 Thu Dec 7 7: 9:51 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:09:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4C0237B400; Thu, 7 Dec 2000 07:09:48 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7F9m763322; Thu, 7 Dec 2000 07:09:48 -0800 (PST) (envelope-from ru) Message-Id: <200012071509.eB7F9m763322@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 07:09:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rshd rshd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 07:09:48 PST Modified files: libexec/rshd rshd.c Log: Whitespace-only to sync with -stable. Revision Changes Path 1.34 +1 -3 src/libexec/rshd/rshd.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 7 7:10:19 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:10:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0903337B400; Thu, 7 Dec 2000 07:10:17 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7FAHC63490; Thu, 7 Dec 2000 07:10:17 -0800 (PST) (envelope-from sobomax) Message-Id: <200012071510.eB7FAHC63490@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 7 Dec 2000 07:10:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/finder Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/07 07:10:16 PST Modified files: x11/finder Makefile distinfo Log: Update to 0.80.4. Revision Changes Path 1.4 +2 -2 ports/x11/finder/Makefile 1.3 +1 -1 ports/x11/finder/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 7 7:12:56 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:12:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97BAB37B400; Thu, 7 Dec 2000 07:12:53 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7FCrD63884; Thu, 7 Dec 2000 07:12:53 -0800 (PST) (envelope-from ru) Message-Id: <200012071512.eB7FCrD63884@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 07:12:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rshd Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 07:12:53 PST Modified files: (Branch: RELENG_4) libexec/rshd Makefile Log: The previous MFC of 1.16 was not actually an MFC, fixed this. Revision Changes Path 1.15.2.2 +3 -3 src/libexec/rshd/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 7 7:16:16 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:16:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D04037B400; Thu, 7 Dec 2000 07:16:13 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7FGDZ64457; Thu, 7 Dec 2000 07:16:13 -0800 (PST) (envelope-from ru) Message-Id: <200012071516.eB7FGDZ64457@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 07:16:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pam.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 07:16:13 PST Modified files: (Branch: RELENG_4) etc pam.conf Log: MFC (rev 1.8): Removed broken PAM support from rshd(8) and rlogind(8). Revision Changes Path 1.6.2.2 +1 -4 src/etc/pam.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 7 7:16:34 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:16:31 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 747D937B400; Thu, 7 Dec 2000 07:16:31 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7FGVd64505; Thu, 7 Dec 2000 07:16:31 -0800 (PST) (envelope-from knu) Message-Id: <200012071516.eB7FGVd64505@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 7 Dec 2000 07:16:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/07 07:16:31 PST www/en/cgi - Imported sources Update of /home/ncvs/www/en/cgi In directory freefall.freebsd.org:/d/home/knu/work Log Message: Import knu-cvsweb 1.104.1.42, which is based on cvsweb-zeller 1.104. Status: Vendor Tag: KNU Release Tags: v1_104_1_42 C www/en/cgi/cvsweb.cgi U www/en/cgi/cvsweb.conf 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jKNU:yesterday -jKNU www/en/cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 7:19:20 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:19:18 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3D8A37B400; Thu, 7 Dec 2000 07:19:17 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7FJH464852; Thu, 7 Dec 2000 07:19:17 -0800 (PST) (envelope-from ru) Message-Id: <200012071519.eB7FJH464852@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 07:19:17 -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 X-Loop: FreeBSD.ORG ru 2000/12/07 07:19:17 PST Modified files: (Branch: RELENG_4) etc rc Log: MFC: (rev 1.232) Turn the verbose mode on for dumpon(8). Revision Changes Path 1.212.2.9 +2 -2 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 Thu Dec 7 7:21:10 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:21:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D18437B400; Thu, 7 Dec 2000 07:21:07 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7FL7X65135; Thu, 7 Dec 2000 07:21:07 -0800 (PST) (envelope-from knu) Message-Id: <200012071521.eB7FL7X65135@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 7 Dec 2000 07:21:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi cvsweb.cgi cvsweb.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/07 07:21:07 PST Modified files: en/cgi cvsweb.cgi cvsweb.conf Log: Merge from knu-cvsweb 1.104.1.42. 2000-12-08 00:11 knu * cvsweb.cgi: Silence `Use of uninitialized value' warnings. (again) 2000-12-07 03:20 knu * TODO.knu: Mention "show only tags" feature breakage. 2000-12-07 03:19 knu * cvsweb.cgi: Emit a rather better error message when a user requests to check out a deleted file. Pointed out by: Chris Faulhaber Cut an out-of-date error message. (adding -R and -l options to the cvs command line should have obsoleted it) Optimize, clean up. 2000-11-23 04:26 knu * cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify the charset for HTML output. Submitted by: SADA Kenji Revision Changes Path 1.58 +69 -68 www/en/cgi/cvsweb.cgi 1.9 +6 -2 www/en/cgi/cvsweb.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 7 7:24:19 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:24:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A951337B400; Thu, 7 Dec 2000 07:24:14 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7FOEq65430; Thu, 7 Dec 2000 07:24:14 -0800 (PST) (envelope-from knu) Message-Id: <200012071524.eB7FOEq65430@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 7 Dec 2000 07:24:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/12/07 07:24:14 PST Modified files: devel/cvsweb Makefile distinfo Log: Update to knu-cvsweb 1.104.1.42. 2000-12-08 00:11 knu * cvsweb.cgi: Silence `Use of uninitialized value' warnings. (again) 2000-12-07 03:20 knu * TODO.knu: Mention "show only tags" feature breakage. 2000-12-07 03:19 knu * cvsweb.cgi: Emit a rather better error message when a user requests to check out a deleted file. Pointed out by: Chris Faulhaber Cut an out-of-date error message. (adding -R and -l options to the cvs command line should have obsoleted it) Optimize, clean up. 2000-11-23 04:26 knu * cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify the charset for HTML output. Submitted by: SADA Kenji Revision Changes Path 1.35 +2 -2 ports/devel/cvsweb/Makefile 1.21 +1 -1 ports/devel/cvsweb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 7:24:29 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:24:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51F6837B698; Thu, 7 Dec 2000 07:24:27 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7FORW65517; Thu, 7 Dec 2000 07:24:27 -0800 (PST) (envelope-from ru) Message-Id: <200012071524.eB7FORW65517@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 07:24:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 07:24:27 PST Modified files: (Branch: RELENG_4) sbin/ipfw ipfw.8 Log: MFC: (rev 1.72) IPFW does not discard *any* IP fragments with OFF=1, only TCP ones. Revision Changes Path 1.63.2.6 +7 -4 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 Thu Dec 7 7:38:51 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:38:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABFCC37B400; Thu, 7 Dec 2000 07:38:48 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7Fcmw67100; Thu, 7 Dec 2000 07:38:48 -0800 (PST) (envelope-from ru) Message-Id: <200012071538.eB7Fcmw67100@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 07:38:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex re_format.7 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 07:38:48 PST Modified files: (Branch: RELENG_4) lib/libc/regex re_format.7 Log: MFC: convert to mdoc(7) format. Revision Changes Path 1.4.2.1 +354 -149 src/lib/libc/regex/re_format.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 7:55:41 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:55:38 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6460537B400; Thu, 7 Dec 2000 07:55:38 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7Ftcb68870; Thu, 7 Dec 2000 07:55:38 -0800 (PST) (envelope-from shige) Message-Id: <200012071555.eB7Ftcb68870@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Thu, 7 Dec 2000 07:55:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ptex-pkfonts118 Makefile ports/japanese/ptex-pkfonts240 Makefile ports/japanese/ptex-pkfonts300 Makefile ports/japanese/ptex-pkfonts360 Makefile ports/japanese/ptex-pkfonts400 Makefile ports/japanese/ptex-pkfonts600 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/12/07 07:55:38 PST Modified files: japanese/ptex-pkfonts118 Makefile japanese/ptex-pkfonts240 Makefile japanese/ptex-pkfonts300 Makefile japanese/ptex-pkfonts360 Makefile japanese/ptex-pkfonts400 Makefile japanese/ptex-pkfonts600 Makefile Log: Fix mismatch problem between USEPK_MODE and RESOLUTION. Approved by: maintainer. Revision Changes Path 1.4 +2 -1 ports/japanese/ptex-pkfonts118/Makefile 1.4 +2 -1 ports/japanese/ptex-pkfonts240/Makefile 1.4 +2 -2 ports/japanese/ptex-pkfonts300/Makefile 1.4 +2 -1 ports/japanese/ptex-pkfonts360/Makefile 1.4 +2 -1 ports/japanese/ptex-pkfonts400/Makefile 1.4 +2 -1 ports/japanese/ptex-pkfonts600/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 7 7:59:33 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 07:59:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85B4E37B400; Thu, 7 Dec 2000 07:59:29 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7FxTU69629; Thu, 7 Dec 2000 07:59:29 -0800 (PST) (envelope-from shige) Message-Id: <200012071559.eB7FxTU69629@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Thu, 7 Dec 2000 07:59:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xdvik-vflib Makefile ports/japanese/xdvik-vflib-pk118 Makefile ports/japanese/xdvik-vflib-pk240 Makefile ports/japanese/xdvik-vflib-pk300 Makefile ports/japanese/xdvik-vflib-pk360 Makefile ports/japanese/xdvik-vflib-pk400 Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/12/07 07:59:29 PST Modified files: japanese/xdvik-vflib Makefile japanese/xdvik-vflib-pk118 Makefile japanese/xdvik-vflib-pk240 Makefile japanese/xdvik-vflib-pk300 Makefile japanese/xdvik-vflib-pk360 Makefile japanese/xdvik-vflib-pk400 Makefile japanese/xdvik-vflib-pk600 Makefile Log: Fix mismatch problem between RESOLUTION and USEPK_MODE or MAKETEX_MODE. Approved by: maintainer Revision Changes Path 1.15 +3 -3 ports/japanese/xdvik-vflib/Makefile 1.14 +2 -1 ports/japanese/xdvik-vflib-pk118/Makefile 1.14 +2 -1 ports/japanese/xdvik-vflib-pk240/Makefile 1.14 +2 -1 ports/japanese/xdvik-vflib-pk300/Makefile 1.14 +2 -1 ports/japanese/xdvik-vflib-pk360/Makefile 1.14 +2 -1 ports/japanese/xdvik-vflib-pk400/Makefile 1.14 +2 -1 ports/japanese/xdvik-vflib-pk600/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 7 8: 5:34 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 08:05:31 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA68937B401; Thu, 7 Dec 2000 08:05:31 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7G5V872065; Thu, 7 Dec 2000 08:05:31 -0800 (PST) (envelope-from ru) Message-Id: <200012071605.eB7G5V872065@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Dec 2000 08:05:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sendmail/src mailq.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/07 08:05:31 PST Modified files: (Branch: RELENG_4) contrib/sendmail/src mailq.1 Log: MFC: (rev 1.6) use stock (SENDMAIL) version of this file. Revision Changes Path 1.3.6.3 +4 -9 src/contrib/sendmail/src/mailq.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 7 8:33:44 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 08:33:41 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D26B037B400; Thu, 7 Dec 2000 08:33:40 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7GXeF26588; Thu, 7 Dec 2000 08:33:40 -0800 (PST) (envelope-from obrien) Message-Id: <200012071633.eB7GXeF26588@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 7 Dec 2000 08:33:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libipsec Makefile src/usr.bin/mklocale Makefile src/usr.bin/xlint/lint1 Makefile src/usr.sbin/atm/scspd Makefile src/usr.sbin/i4b/isdnd Makefile src/usr.sbin/rrenumd Makefile src/usr.sbin/setkey Makefile src/bin/csh Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/07 08:33:40 PST Modified files: (Branch: RELENG_4) lib/libipsec Makefile usr.bin/mklocale Makefile usr.bin/xlint/lint1 Makefile usr.sbin/atm/scspd Makefile usr.sbin/i4b/isdnd Makefile usr.sbin/rrenumd Makefile usr.sbin/setkey Makefile bin/csh Makefile Log: MFC. Revision Changes Path 1.2.2.2 +2 -2 src/lib/libipsec/Makefile 1.21.2.1 +2 -2 src/usr.bin/mklocale/Makefile 1.7.2.1 +2 -2 src/usr.bin/xlint/lint1/Makefile 1.6.2.1 +2 -2 src/usr.sbin/atm/scspd/Makefile 1.3.2.1 +2 -3 src/usr.sbin/i4b/isdnd/Makefile 1.1.2.2 +2 -2 src/usr.sbin/rrenumd/Makefile 1.1.2.3 +2 -2 src/usr.sbin/setkey/Makefile 1.11.2.4 +2 -2 src/bin/csh/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 7 8:35:23 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 08:35:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D040637B401; Thu, 7 Dec 2000 08:35:21 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7GZLE31209; Thu, 7 Dec 2000 08:35:21 -0800 (PST) (envelope-from obrien) Message-Id: <200012071635.eB7GZLE31209@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 7 Dec 2000 08:35:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/07 08:35:21 PST Modified files: usr.sbin/i4b/isdnd Makefile Log: put localdir first Revision Changes Path 1.8 +2 -3 src/usr.sbin/i4b/isdnd/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 7 8:37:57 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 08:37:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF22D37B401; Thu, 7 Dec 2000 08:37:54 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7Gbsi38265; Thu, 7 Dec 2000 08:37:54 -0800 (PST) (envelope-from clive) Message-Id: <200012071637.eB7Gbsi38265@freefall.freebsd.org> From: Clive Lin Date: Thu, 7 Dec 2000 08:37:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/tin Makefile ports/chinese/tin/files patch-misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2000/12/07 08:37:54 PST Modified files: chinese/tin Makefile Added files: chinese/tin/files patch-misc.c Log: Don't do isprint(3) filtering, just print it. Before isprint(3) get fixed or any one knows how to use isprint(3) to identify multibytes characters, this temporary fix would remain here. PR: 23196 Reviewed by: People on tw.bbs.comp.386bsd newsgroup Revision Changes Path 1.23 +3 -2 ports/chinese/tin/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 7 9: 5:44 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 09:05:41 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 5414737B400; Thu, 7 Dec 2000 09:05:40 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id JAA03059; Thu, 7 Dec 2000 09:05:29 -0800 (PST) (envelope-from DougB@FreeBSD.org) Sender: doug@dt051n37.san.rr.com Message-ID: <3A2FC359.E336EE9B@FreeBSD.org> Date: Thu, 07 Dec 2000 09:05:29 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ruslan Ermilov Cc: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys mmap.2 References: <200012032017.eB3KHaC61682@freefall.freebsd.org> <20001204101057.C7891@sunbay.com> <200012041659.eB4GxfV72696@earth.backplane.com> <20001205093241.A84152@sunbay.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > For specifics, please take a look at what I did in the next revision. > You know, I have spent a lot of time recently cleaning our manuals, > and the work is still going. So, if you are not too familiar with > mdoc(7) format, do not hesitate to submit your plain-text additions > to manual pages to the above mentioned people. With all due respect to your much needed, and welcome work I don't think we should be discouraging committers from adding to the documentation. I think Sheldon does a good job of fixing plus teaching how to do it better when reviewing mdoc commits, I would encourage you to adopt that model, rather than suggesting pre-commit review. That way we have a broader base of people with some mdoc knowledge who can do basic improvements on their own. One of the key elements in any volunteer organization is to always be teaching the next generation. The more complex and anachronistic the skill (like mdoc) the more important it is to pass that knowledge along. Doug -- So what I want to know is, where does the RED brick road go? Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 10: 5:16 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 10:05:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CD5C37B401; Thu, 7 Dec 2000 10:05:12 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7I5C960641; Thu, 7 Dec 2000 10:05:12 -0800 (PST) (envelope-from sobomax) Message-Id: <200012071805.eB7I5C960641@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 7 Dec 2000 10:05:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/gsi Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/audio/gsi/files configure.sh patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/07 10:05:12 PST Modified files: audio Makefile Added files: audio/gsi Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist audio/gsi/files configure.sh patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av Log: Add GSI. GSI is an easy to use audio system which can be used over a network and which gives applications, through a very simple API, sample playing with stereo, 3D, doppler effects, music playing (MIDI, HMP, MUS), cd playing and ejecting/changing. Revision Changes Path 1.193 +2 -1 ports/audio/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 7 10: 5:42 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 10:05:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B28037B400; Thu, 7 Dec 2000 10:05:39 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7I5dG61583; Thu, 7 Dec 2000 10:05:39 -0800 (PST) (envelope-from sobomax) Message-Id: <200012071805.eB7I5dG61583@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 7 Dec 2000 10:05:39 -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 X-Loop: FreeBSD.ORG sobomax 2000/12/07 10:05:39 PST Modified files: . modules Log: gsi --> ports/audio/gsi Revision Changes Path 1.2089 +2 -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 Thu Dec 7 10: 8: 8 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 10:08:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id E170D37B402; Thu, 7 Dec 2000 10:08:04 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA31821; Thu, 7 Dec 2000 10:08:03 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB7I83S24650; Thu, 7 Dec 2000 10:08:03 -0800 (PST) (envelope-from obrien) Date: Thu, 7 Dec 2000 10:08:02 -0800 From: "David O'Brien" To: Doug Barton Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys mmap.2 Message-ID: <20001207100802.A24592@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012032017.eB3KHaC61682@freefall.freebsd.org> <20001204101057.C7891@sunbay.com> <200012041659.eB4GxfV72696@earth.backplane.com> <20001205093241.A84152@sunbay.com> <3A2FC359.E336EE9B@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: <3A2FC359.E336EE9B@FreeBSD.org>; from DougB@FreeBSD.org on Thu, Dec 07, 2000 at 09:05:29AM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 07, 2000 at 09:05:29AM -0800, Doug Barton wrote: > rather than suggesting pre-commit review. We often take a "please get a review" approach to our source [code], why can't the same be taken for manpage source? -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 10: 8:40 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 10:08:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C05C037B400; Thu, 7 Dec 2000 10:08:37 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7I8bp62820; Thu, 7 Dec 2000 10:08:37 -0800 (PST) (envelope-from sobomax) Message-Id: <200012071808.eB7I8bp62820@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 7 Dec 2000 10:08:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gsi Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/07 10:08:37 PST Modified files: audio/gsi Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: (forced commit) Forgot to give a creadit to submitter: PR: 22699 Submitted by: Sean Farley Revision Changes Path 1.2 +1 -1 ports/audio/gsi/Makefile 1.2 +0 -0 ports/audio/gsi/distinfo 1.2 +0 -0 ports/audio/gsi/pkg-comment 1.2 +0 -0 ports/audio/gsi/pkg-descr 1.2 +0 -0 ports/audio/gsi/pkg-message 1.2 +0 -0 ports/audio/gsi/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 7 10:11:22 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 10:11:20 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E39137B400; Thu, 7 Dec 2000 10:11:20 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7IBK163344; Thu, 7 Dec 2000 10:11:20 -0800 (PST) (envelope-from nectar) Message-Id: <200012071811.eB7IBK163344@freefall.freebsd.org> From: Jacques Vidrine Date: Thu, 7 Dec 2000 10:11:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-functional Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/12/07 10:11:19 PST Modified files: devel/py-functional Makefile Log: The distfile disappeared (rolled into a larger package I suspect). Store it locally for now. Revision Changes Path 1.2 +6 -3 ports/devel/py-functional/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 7 10:15:41 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 10:15:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60A1337B400; Thu, 7 Dec 2000 10:15:39 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7IFdN64010; Thu, 7 Dec 2000 10:15:39 -0800 (PST) (envelope-from nectar) Message-Id: <200012071815.eB7IFdN64010@freefall.freebsd.org> From: Jacques Vidrine Date: Thu, 7 Dec 2000 10:15:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/grail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/12/07 10:15:39 PST Modified files: www/grail Makefile Log: The distfile disappeared from the HTTP site. Use the FTP site instead. Revision Changes Path 1.19 +3 -4 ports/www/grail/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 7 10:30:12 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 10:30:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 6929437B400; Thu, 7 Dec 2000 10:30:08 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB7ITZ722738; Thu, 7 Dec 2000 10:29:35 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.0) id eB7ITcR64575; Thu, 7 Dec 2000 10:29:39 -0800 (PST) (envelope-from jhb) 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: <200012070520.eB75KYr18253@curve.dellroad.org> Date: Thu, 07 Dec 2000 10:29:38 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Archie Cobbs Subject: Re: cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_var.h Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: jhb@foo.osd.bsdi.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Dec-00 Archie Cobbs wrote: > John Baldwin writes: >> > archie 2000/12/06 18:09:40 PST >> > >> > Modified files: >> > sys/dev/ichsmb ichsmb.c ichsmb_var.h >> > Log: >> > Convert from spl -> mutex. >> >> Erm, would've been nice if you'd ask for a review on this. I'll look at >> this >> later when I have some more time. > > I'd appreciate a review.. I didn't think anyone really cared :-) > > Mind if I ask why? Sorry if I'm missing something obvious. I'm just pushing the panic button a little. We aren't really yet ready as it were for locking drivers yet is all, so I just want to have a look-see over the first few that go in to make sure they will server as good examples to everyone else. > -Archie -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "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 7 10:36: 5 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 10:36:02 2000 Return-Path: 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 E96A737B401; Thu, 7 Dec 2000 10:36:01 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id KAA74049; Thu, 7 Dec 2000 10:36:00 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.11.0/8.11.0) id eB7Ia0g20591; Thu, 7 Dec 2000 10:36:00 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200012071836.eB7Ia0g20591@curve.dellroad.org> Subject: Re: cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_var.h In-Reply-To: "from John Baldwin at Dec 7, 2000 10:29:38 am" To: John Baldwin Date: Thu, 7 Dec 2000 10:36:00 -0800 (PST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin writes: > > Mind if I ask why? Sorry if I'm missing something obvious. > > I'm just pushing the panic button a little. We aren't really yet ready as it > were for locking drivers yet is all, so I just want to have a look-see over the > first few that go in to make sure they will server as good examples to everyone > else. Sounds prudent. So.. how'd I do?? :-) -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 Thu Dec 7 10:44: 6 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 10:44:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F321137B400; Thu, 7 Dec 2000 10:44:03 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7Ii3L66953; Thu, 7 Dec 2000 10:44:03 -0800 (PST) (envelope-from mjacob) Message-Id: <200012071844.eB7Ii3L66953@freefall.freebsd.org> From: Matt Jacob Date: Thu, 7 Dec 2000 10:44:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/nwclient Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/07 10:44:03 PST Modified files: sysutils/nwclient Makefile Log: malformed master site Revision Changes Path 1.5 +2 -2 ports/sysutils/nwclient/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 7 10:50:47 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 10:50:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id BFBE537B400; Thu, 7 Dec 2000 10:50:42 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB7IoA723556; Thu, 7 Dec 2000 10:50:10 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.0) id eB7IoD164731; Thu, 7 Dec 2000 10:50:13 -0800 (PST) (envelope-from jhb) 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: <200012071836.eB7Ia0g20591@curve.dellroad.org> Date: Thu, 07 Dec 2000 10:50:13 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Archie Cobbs Subject: Re: cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_var.h Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: jhb@foo.osd.bsdi.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Dec-00 Archie Cobbs wrote: > John Baldwin writes: >> > Mind if I ask why? Sorry if I'm missing something obvious. >> >> I'm just pushing the panic button a little. We aren't really yet ready as >> it >> were for locking drivers yet is all, so I just want to have a look-see over >> the >> first few that go in to make sure they will server as good examples to >> everyone >> else. > > Sounds prudent. So.. how'd I do?? :-) Looks ok at first glance. :) Was splhigh() protecting anything other than the ichsmb softc? Also, which SMBus methods are you referring to in this comment? + * + * This driver assumes that the generic SMBus code will ensure that + * at most one process at a time calls into the SMBus methods below. > -Archie -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "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 7 11:13:52 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 11:13:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 97B4D37B400; Thu, 7 Dec 2000 11:13:49 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB7JDfF14211; Thu, 7 Dec 2000 11:13:41 -0800 (PST) Date: Thu, 7 Dec 2000 11:13:41 -0800 From: Alfred Perlstein To: Sheldon Hearn Cc: "David O'Brien" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001207111341.U16205@fw.wintelcom.net> References: <20001207004036.L16205@fw.wintelcom.net> <5283.976200435@axl.fw.uunet.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: <5283.976200435@axl.fw.uunet.co.za>; from sheldonh@uunet.co.za on Thu, Dec 07, 2000 at 04:47:15PM +0200 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Sheldon Hearn [001207 06:47] wrote: > > > On Thu, 07 Dec 2000 00:40:36 PST, Alfred Perlstein wrote: > > > That sounds reasonable, not as much fun as a MFC_REMINDER: ? > > in the CVS template, but it'll do. > > Both serve different purposes. Your MFC folder helps you remember the > things that you plan to MFC. A CVS commit log reminder helps other > people remember if you forget or die. That's not really what a I meant, it was for a field that would automatically open a PR making you responsible for the MFC. That way the next monday morning I could assess the readiness of my patches. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 11:24:58 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 11:24:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DDF837B400; Thu, 7 Dec 2000 11:24:55 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7JOt976202; Thu, 7 Dec 2000 11:24:55 -0800 (PST) (envelope-from obrien) Message-Id: <200012071924.eB7JOt976202@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 7 Dec 2000 11:24:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/rdist Makefile cron.entry defs.h docmd.c expand.c gram.y lookup.c main.c pathnames.h rshrcmd.c server.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/07 11:24:55 PST Modified files: usr.bin Makefile Removed files: usr.bin/rdist Makefile cron.entry defs.h docmd.c expand.c gram.y lookup.c main.c pathnames.h rshrcmd.c server.c Log: Retire this ancient version of rdist. Revision Changes Path 1.155 +1 -2 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 7 12: 4:38 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 12:04:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52DBB37B401; Thu, 7 Dec 2000 12:04:36 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7K4a181614; Thu, 7 Dec 2000 12:04:36 -0800 (PST) (envelope-from jkh) Message-Id: <200012072004.eB7K4a181614@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 7 Dec 2000 12:04:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/12/07 12:04:36 PST Modified files: release/sysinstall menus.c Log: Fix bug where minimal dist selection didn't check off the right menu item. Noticed by: Dan "Sheepdip" Langille Revision Changes Path 1.287 +2 -2 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 Thu Dec 7 12: 5:11 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 12:05:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 070AE37B400; Thu, 7 Dec 2000 12:05:08 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7K57581971; Thu, 7 Dec 2000 12:05:07 -0800 (PST) (envelope-from jkh) Message-Id: <200012072005.eB7K57581971@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 7 Dec 2000 12:05:07 -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 X-Loop: FreeBSD.ORG jkh 2000/12/07 12:05:07 PST Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: MFC: fix minimal distribution flag Revision Changes Path 1.252.2.28 +2 -2 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 Thu Dec 7 12:30:59 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 12:30:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AA8137B401; Thu, 7 Dec 2000 12:30:57 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7KUuR86931; Thu, 7 Dec 2000 12:30:56 -0800 (PST) (envelope-from alex) Message-Id: <200012072030.eB7KUuR86931@freefall.freebsd.org> From: Alexander Langer Date: Thu, 7 Dec 2000 12:30:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/tutorials index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/07 12:30:56 PST Modified files: en/tutorials index.sgml Log: Add FreeBSD Assembly Language Programming Tutorial (written by submitter). Submitted by: "G. Adam Stanislav" on -doc Revision Changes Path 1.18 +6 -2 www/en/tutorials/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 12:58:22 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 12:58:20 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA29B37B400; Thu, 7 Dec 2000 12:58:19 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7KwJ190483; Thu, 7 Dec 2000 12:58:19 -0800 (PST) (envelope-from alex) Message-Id: <200012072058.eB7KwJ190483@freefall.freebsd.org> From: Alexander Langer Date: Thu, 7 Dec 2000 12:58:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sym sym_hipd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/07 12:58:17 PST Modified files: sys/dev/sym sym_hipd.c Log: Remove unneeded include of Approved by: groudier Revision Changes Path 1.22 +1 -2 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 7 13: 9:26 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 13:09:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 607B237B400; Thu, 7 Dec 2000 13:09:23 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7L9Ne93937; Thu, 7 Dec 2000 13:09:23 -0800 (PST) (envelope-from ben) Message-Id: <200012072109.eB7L9Ne93937@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 7 Dec 2000 13:09:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/init init.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/12/07 13:09:23 PST Modified files: sbin/init init.8 Log: Explicitly document the fact that securelevel > 0 means that kernel modules may not be (un)loaded. PR: 23350 Submitted by: Gordon Tetlow Revision Changes Path 1.26 +6 -2 src/sbin/init/init.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 13:10:47 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 13:10:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05F3137B400; Thu, 7 Dec 2000 13:10:45 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7LAiJ94112; Thu, 7 Dec 2000 13:10:44 -0800 (PST) (envelope-from ben) Message-Id: <200012072110.eB7LAiJ94112@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 7 Dec 2000 13:10:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/init init.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/12/07 13:10:44 PST Modified files: (Branch: RELENG_4) sbin/init init.8 Log: MFC: document that securelevel > 0 forbids module (un)loading. Revision Changes Path 1.22.2.3 +6 -2 src/sbin/init/init.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 13:13:46 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 13:13:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4749637B400; Thu, 7 Dec 2000 13:13:44 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7LDiE94582; Thu, 7 Dec 2000 13:13:44 -0800 (PST) (envelope-from wilko) Message-Id: <200012072113.eB7LDiE94582@freefall.freebsd.org> From: Wilko Bulte Date: Thu, 7 Dec 2000 13:13:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/12/07 13:13:43 PST Modified files: release/texts/alpha RELNOTES.TXT Log: Document support for AlphaServer 2100A. Thanks to: gallatin & Compaq for open-sourcing bits of Tru64 UNIX Tested by: wilko Revision Changes Path 1.103 +2 -1 src/release/texts/alpha/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 13:35:54 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 13:35:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3F8C37B400; Thu, 7 Dec 2000 13:35:51 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7LZpa97541; Thu, 7 Dec 2000 13:35:51 -0800 (PST) (envelope-from wilko) Message-Id: <200012072135.eB7LZpa97541@freefall.freebsd.org> From: Wilko Bulte Date: Thu, 7 Dec 2000 13:35:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/12/07 13:35:51 PST Modified files: release/texts/alpha HARDWARE.TXT Log: Document 'untested' status of ExtIO module on AS2100. Even when we don't know if these things were ever produced. Revision Changes Path 1.65 +4 -0 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 13:36:36 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 13:36:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF4DD37B401; Thu, 7 Dec 2000 13:36:33 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7LaX097730; Thu, 7 Dec 2000 13:36:33 -0800 (PST) (envelope-from wilko) Message-Id: <200012072136.eB7LaX097730@freefall.freebsd.org> From: Wilko Bulte Date: Thu, 7 Dec 2000 13:36:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/12/07 13:36:33 PST Modified files: (Branch: RELENG_4) release/texts/alpha HARDWARE.TXT Log: Document 'untested' status of ExtIO module on AS2100. Even when we don't know these things were ever produced. Revision Changes Path 1.22.2.36 +4 -0 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 13:37:57 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 13:37:53 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 3D2C037B400; Thu, 7 Dec 2000 13:37:52 -0800 (PST) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 1448jc-0000rj-00; Thu, 07 Dec 2000 21:37:48 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.1/8.11.0) id eB7LbPP02643; Thu, 7 Dec 2000 22:37:25 +0100 (CET) (envelope-from wkb) Date: Thu, 7 Dec 2000 22:37:25 +0100 From: Wilko Bulte To: Bill Fumerola Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC Message-ID: <20001207223725.B2558@freebie.demon.nl> References: <200010120610.XAA42282@freefall.freebsd.org> <20001012101700.A18692@freebie.demon.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001012101700.A18692@freebie.demon.nl>; from wkb@freebie.demon.nl on Thu, Oct 12, 2000 at 10:17:00AM +0200 X-OS: FreeBSD 4.2-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Oct 12, 2000 at 10:17:00AM +0200, Wilko Bulte wrote: > On Wed, Oct 11, 2000 at 11:10:13PM -0700, Bill Fumerola wrote: > > billf 2000/10/11 23:10:12 PDT > > > > Modified files: > > sys/alpha/conf GENERIC > > Log: > > Remove 'device tx'. In wilko's testing it traps on bringing the interface > > up. Even though this has recieved all the right MI treatment (newbus, miibus) > > it stands for now a i386 only driver. > > I will try to catch a crashdump (assuming these work on current at the > moment) once I get some more time. I have a crashdump now. Anyone interested in looking at it? It is quite mysterious to me to be honest. -- Wilko Bulte Arnhem, the Netherlands wilko@freebsd.org http://www.freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 13:46: 7 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 13:46:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E176837B400; Thu, 7 Dec 2000 13:46:04 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7Lk4U99287; Thu, 7 Dec 2000 13:46:04 -0800 (PST) (envelope-from alex) Message-Id: <200012072146.eB7Lk4U99287@freefall.freebsd.org> From: Alexander Langer Date: Thu, 7 Dec 2000 13:46:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/sym Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/07 13:46:04 PST Added files: sys/modules/sym Makefile Log: Build the sym driver as a kernel module. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 13:52:15 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 13:52:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 0C0A737B400; Thu, 7 Dec 2000 13:52:11 -0800 (PST) Received: from fwd04.sul.t-online.com by mailout03.sul.t-online.com with smtp id 1448xW-00006V-01; Thu, 07 Dec 2000 22:52:10 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.193.245]) by fmrl04.sul.t-online.com with esmtp id 1448xL-1Zwi4OC; Thu, 7 Dec 2000 22:51:59 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id B2F59AB0C; Thu, 7 Dec 2000 22:51:49 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id C25FA14A86; Thu, 7 Dec 2000 22:51:43 +0100 (CET) Date: Thu, 7 Dec 2000 22:51:43 +0100 From: Alexander Langer To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sym Makefile Message-ID: <20001207225143.A808@cichlids.cichlids.com> References: <200012072146.eB7Lk4U99287@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: <200012072146.eB7Lk4U99287@freefall.freebsd.org>; from alex@FreeBSD.org on Thu, Dec 07, 2000 at 01:46:04PM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: alex@big.endian.de X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Alexander Langer (alex@FreeBSD.org): > Build the sym driver as a kernel module. Could one please test this on alpha? Beast builds the driver fine, but I can't actually test, if it works. Unfortunately, I can't test it on my alpha at the moment :-( Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 14:15: 4 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 14:15:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id E41F737B400; Thu, 7 Dec 2000 14:14:59 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eB7MEhF13510; Thu, 7 Dec 2000 14:14:43 -0800 (PST) (envelope-from dillon) Date: Thu, 7 Dec 2000 14:14:43 -0800 (PST) From: Matt Dillon Message-Id: <200012072214.eB7MEhF13510@earth.backplane.com> To: "Daniel C. Sobral" Cc: John Baldwin , Jeroen Ruigrok van der Werven , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail References: <3A2EEF7B.6F8F2BE@newsguy.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :Not true. The register keyword is _not_ ignored and _does_ change :register allocation. I know. I spent some time looking at the assembler :code generated from regex, which makes extensive use of register :keyword. : :-- :Daniel C. Sobral (8-DCS) In general, there isn't much point in using 'register' any more. Old compilers only allocated registers when you told them to. Newer compilers (generally anything newer then 15-20 years ago) will automatically allocate registers and the 'register' keyword will just mess around with the selection heuristic to make it 'more likely'. Not to mention the fact that declaring registers in one architecture to optimize code can very well deoptimize it for another architecture. This goes all the way back to the 'writing hand assembly to optimize the code' verses 'let the compiler do it' argument. The 'let the compiler do it' argument eventually won, because porting assembly between architectures is rather difficult. While the register keyword isn't quite that bad, the portability argument still holds. I still remember all the 'register'ized hand-optimized C code and embedded assembly in games and libraries specifically optimized for VAXen. It's still very much in evidence... anyone remember all the garbage that used to be in the 'compress' program to make it go fast on a vax? I sure do! -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 7 14:19:12 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 14:19:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D18D37B401; Thu, 7 Dec 2000 14:19:07 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7MJ7006067; Thu, 7 Dec 2000 14:19:07 -0800 (PST) (envelope-from phk) Message-Id: <200012072219.eB7MJ7006067@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 7 Dec 2000 14:19:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hea eni_intr.c eni_vcm.c src/sys/dev/hfa fore_intr.c fore_load.c src/sys/netatm atm_if.c atm_signal.c atm_socket.c atm_usrreq.c src/sys/netatm/ipatm ipatm_event.c ipatm_if.c ipatm_load.c ipatm_output.c ipatm_vcm.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/12/07 14:19:07 PST Modified files: sys/dev/hea eni_intr.c eni_vcm.c sys/dev/hfa fore_intr.c fore_load.c sys/netatm atm_if.c atm_signal.c atm_socket.c atm_usrreq.c sys/netatm/ipatm ipatm_event.c ipatm_if.c ipatm_load.c ipatm_output.c ipatm_vcm.c sys/netatm/spans spans_cls.c spans_subr.c sys/netatm/uni sscf_uni.c sscf_uni_lower.c sscf_uni_upper.c sscop.c sscop_lower.c sscop_subr.c sscop_upper.c uni_load.c uniarp_input.c uniarp_output.c uniarp_vcm.c unisig_encode.c unisig_mbuf.c unisig_msg.c unisig_print.c unisig_proto.c unisig_sigmgr_state.c Log: Add back some now needed #include Fix various warnings while here anyway. Revision Changes Path 1.8 +3 -2 src/sys/dev/hea/eni_intr.c 1.8 +3 -2 src/sys/dev/hea/eni_vcm.c 1.9 +3 -8 src/sys/dev/hfa/fore_intr.c 1.21 +4 -8 src/sys/dev/hfa/fore_load.c 1.9 +6 -2 src/sys/netatm/atm_if.c 1.8 +3 -2 src/sys/netatm/atm_signal.c 1.8 +3 -2 src/sys/netatm/atm_socket.c 1.11 +3 -2 src/sys/netatm/atm_usrreq.c 1.8 +3 -2 src/sys/netatm/ipatm/ipatm_event.c 1.8 +3 -2 src/sys/netatm/ipatm/ipatm_if.c 1.11 +3 -2 src/sys/netatm/ipatm/ipatm_load.c 1.9 +3 -2 src/sys/netatm/ipatm/ipatm_output.c 1.8 +3 -2 src/sys/netatm/ipatm/ipatm_vcm.c 1.10 +3 -2 src/sys/netatm/spans/spans_cls.c 1.8 +3 -2 src/sys/netatm/spans/spans_subr.c 1.11 +3 -2 src/sys/netatm/uni/sscf_uni.c 1.8 +3 -2 src/sys/netatm/uni/sscf_uni_lower.c 1.9 +3 -2 src/sys/netatm/uni/sscf_uni_upper.c 1.10 +3 -2 src/sys/netatm/uni/sscop.c 1.9 +3 -2 src/sys/netatm/uni/sscop_lower.c 1.10 +3 -2 src/sys/netatm/uni/sscop_subr.c 1.9 +3 -2 src/sys/netatm/uni/sscop_upper.c 1.9 +3 -2 src/sys/netatm/uni/uni_load.c 1.10 +3 -2 src/sys/netatm/uni/uniarp_input.c 1.7 +3 -2 src/sys/netatm/uni/uniarp_output.c 1.9 +3 -2 src/sys/netatm/uni/uniarp_vcm.c 1.9 +3 -2 src/sys/netatm/uni/unisig_encode.c 1.9 +3 -2 src/sys/netatm/uni/unisig_mbuf.c 1.10 +3 -2 src/sys/netatm/uni/unisig_msg.c 1.8 +3 -2 src/sys/netatm/uni/unisig_print.c 1.9 +3 -2 src/sys/netatm/uni/unisig_proto.c 1.10 +3 -2 src/sys/netatm/uni/unisig_sigmgr_state.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 7 14:28:23 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 14:28:21 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5696B37B400; Thu, 7 Dec 2000 14:28:21 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7MSLc07247; Thu, 7 Dec 2000 14:28:21 -0800 (PST) (envelope-from phk) Message-Id: <200012072228.eB7MSLc07247@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 7 Dec 2000 14:28:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern quad.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/12/07 14:28:21 PST Modified files: sys/libkern quad.h Log: Add __ucmpdi2 prototype to quelch a warning. Revision Changes Path 1.10 +2 -1 src/sys/libkern/quad.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 7 14:30:14 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 14:30:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1EFB37B404; Thu, 7 Dec 2000 14:30:11 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7MUBe07453; Thu, 7 Dec 2000 14:30:11 -0800 (PST) (envelope-from phk) Message-Id: <200012072230.eB7MUBe07453@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 7 Dec 2000 14:30:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/12/07 14:30:11 PST Modified files: sys/i386/include cpu.h Log: Move extern tsc_present outside function to quelch a warning. Revision Changes Path 1.53 +5 -2 src/sys/i386/include/cpu.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 7 14:31:16 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 14:31:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B863137B400; Thu, 7 Dec 2000 14:31:13 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7MVDL07604; Thu, 7 Dec 2000 14:31:13 -0800 (PST) (envelope-from phk) Message-Id: <200012072231.eB7MVDL07604@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 7 Dec 2000 14:31:13 -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 X-Loop: FreeBSD.ORG phk 2000/12/07 14:31:13 PST Modified files: sys/cam/scsi scsi_low.c Log: Add needed include of Revision Changes Path 1.3 +2 -1 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 Thu Dec 7 14:33:16 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 14:33:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45FD437B400; Thu, 7 Dec 2000 14:33:13 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7MXDi07804; Thu, 7 Dec 2000 14:33:13 -0800 (PST) (envelope-from phk) Message-Id: <200012072233.eB7MXDi07804@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 7 Dec 2000 14:33:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ppbus lpt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/12/07 14:33:13 PST Modified files: sys/dev/ppbus lpt.c Log: Don't use a private malloc(9) type for something this M_DEVBUFish. Noticed long time ago by: bde Revision Changes Path 1.20 +5 -7 src/sys/dev/ppbus/lpt.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 7 14:35: 5 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 14:35:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from cheddar.netmonger.net (cheddar.netmonger.net [209.54.21.140]) by hub.freebsd.org (Postfix) with ESMTP id CC23137B400; Thu, 7 Dec 2000 14:34:59 -0800 (PST) Received: (from chris@localhost) by cheddar.netmonger.net (8.8.8/8.8.8) id RAA22788; Thu, 7 Dec 2000 17:34:53 -0500 (EST) Message-ID: <20001207173453.A18103@netmonger.net> Date: Thu, 7 Dec 2000 17:34:53 -0500 From: Christopher Masto To: "Daniel C. Sobral" , Alfred Perlstein Cc: Daniel Eischen , "David O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm phys_pager.c References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> <3A2EFBC4.EE8D90B1@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <3A2EFBC4.EE8D90B1@newsguy.com>; from Daniel C. Sobral on Thu, Dec 07, 2000 at 11:53:56AM +0900 Sender: chris@cheddar.netmonger.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 07, 2000 at 11:53:56AM +0900, Daniel C. Sobral wrote: > Alfred Perlstein wrote: > > > > And who exactly would bump into this problem except me? > > God, how many times was the world broken because of a mistake during > commit, a missing file, a different version being committed than the one > intended, a last minute addition that couldn't possibly go wrong (and > was anyway), etc? > > I'm about to violate mailing lists charter, but I think it is > appropriate here. object = vm_object_allocate(OBJT_PHYS, - OFF_TO_IDX(foff + size)); + OFF_TO_IDX(foff + PAGE_MASK + size)); Honestly, this thread is ridiculous. If the code didn't work in the first place, AND nobody noticed because it's so rarely used, AND the change is _obviously_ trivial, then what's the problem here? "stable" is not "immobile". Even if this fix was wrong (and apparently it was), it doesn't change the fact that it was: 1. A fix for code that was known to be unusably broken 2. Extremely unlikely to hurt anything (esp. given #1) 3. Extremely unlikely to break the world (obvious by inspection) 4. Trivially reversible You've got the right argument, but you've picked the wrong example to apply it to. There has to be _some_ flexibility in the rules, and it would be hard to find a better example of where "shakeout in -current" has no value. -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- 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 7 14:38:25 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 14:38:22 2000 Return-Path: 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 6955737B400; Thu, 7 Dec 2000 14:38:22 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id OAA75360; Thu, 7 Dec 2000 14:38:20 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.11.0/8.11.0) id eB7McKF21304; Thu, 7 Dec 2000 14:38:20 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200012072238.eB7McKF21304@curve.dellroad.org> Subject: Re: cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_var.h In-Reply-To: "from John Baldwin at Dec 7, 2000 10:50:13 am" To: John Baldwin Date: Thu, 7 Dec 2000 14:38:20 -0800 (PST) Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin writes: > Looks ok at first glance. :) Was splhigh() protecting anything other than the > ichsmb softc? Nope.. > Also, which SMBus methods are you referring to in this comment? > > + * > + * This driver assumes that the generic SMBus code will ensure that > + * at most one process at a time calls into the SMBus methods below. Those defined in /sys/dev/smbus/smbus_if.m. See /sys/dev/smbus/smb.c. -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 Thu Dec 7 14:38:28 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 14:38:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6581037B401; Thu, 7 Dec 2000 14:38:24 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7McNb08400; Thu, 7 Dec 2000 14:38:23 -0800 (PST) (envelope-from phk) Message-Id: <200012072238.eB7McNb08400@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 7 Dec 2000 14:38:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prof.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/12/07 14:38:23 PST Modified files: sys/kern subr_prof.c Log: Hide intrstate in the #ifdef where it belongs. Revision Changes Path 1.38 +2 -2 src/sys/kern/subr_prof.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 7 15:30:54 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 15:30:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D9E937B400; Thu, 7 Dec 2000 15:30:52 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7NUqc16093; Thu, 7 Dec 2000 15:30:52 -0800 (PST) (envelope-from wpaul) Message-Id: <200012072330.eB7NUqc16093@freefall.freebsd.org> From: Bill Paul Date: Thu, 7 Dec 2000 15:30:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vx if_vx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/12/07 15:30:51 PST Modified files: sys/dev/vx if_vx.c Log: When I converted this driver, I neglected to deal with packet alignment. We must force payload alignment to a longword boundary to make the alpha happy. This should stop the driver from trapping on the alpha when the interface is ifconfig'ed (actually, when the first frame is received). Revision Changes Path 1.32 +18 -1 src/sys/dev/vx/if_vx.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 7 15:46: 0 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 15:45:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A823237B400; Thu, 7 Dec 2000 15:45:57 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7NjvX17684; Thu, 7 Dec 2000 15:45:57 -0800 (PST) (envelope-from dillon) Message-Id: <200012072345.eB7NjvX17684@freefall.freebsd.org> From: Matt Dillon Date: Thu, 7 Dec 2000 15:45:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/12/07 15:45:57 PST Modified files: sys/kern sys_generic.c Log: Only call bwillwrite() for vnodes. Do not penalize devices or pipes. Revision Changes Path 1.68 +3 -2 src/sys/kern/sys_generic.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 7 15:48: 2 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 15:47:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 4A59037B400; Thu, 7 Dec 2000 15:47:59 -0800 (PST) Subject: Re: cvs commit: src/sys/alpha/conf GENERIC In-Reply-To: <20001207223725.B2558@freebie.demon.nl> from Wilko Bulte at "Dec 7, 2000 10:37:25 pm" To: wkb@freebie.demon.nl (Wilko Bulte) Date: Thu, 7 Dec 2000 15:47:59 -0800 (PST) Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20001207234759.4A59037B400@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, Oct 12, 2000 at 10:17:00AM +0200, Wilko Bulte wrote: > > On Wed, Oct 11, 2000 at 11:10:13PM -0700, Bill Fumerola wrote: > > > billf 2000/10/11 23:10:12 PDT > > > > > > Modified files: > > > sys/alpha/conf GENERIC > > > Log: > > > Remove 'device tx'. In wilko's testing it traps on bringing the interface > > > up. Even though this has recieved all the right MI treatment (newbus, miibus) > > > it stands for now a i386 only driver. > > > > I will try to catch a crashdump (assuming these work on current at the > > moment) once I get some more time. > > I have a crashdump now. Anyone interested in looking at it? It is quite > mysterious to me to be honest. *sob* All you had to do was say what kind of trap it was. That's all. Just one extra word: it was a ________ trap. The damn kernel tells you what kind it is when it panics. Just answer yes or no: was it an alignment trap? Don't say anything else. Don't offer me the crash dump. Don't give me a whole treatise on why you weren't able to provide this information earlier. Just yes or no. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 16:49:40 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 16:49:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD40C37B400; Thu, 7 Dec 2000 16:49:37 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB80nbw26906; Thu, 7 Dec 2000 16:49:37 -0800 (PST) (envelope-from archie) Message-Id: <200012080049.eB80nbw26906@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 7 Dec 2000 16:49:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ichsmb ichsmb_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/12/07 16:49:37 PST Modified files: sys/dev/ichsmb ichsmb_pci.c Log: Add missing #include. Revision Changes Path 1.2 +2 -1 src/sys/dev/ichsmb/ichsmb_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 16:58:57 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 16:58:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BF9037B400; Thu, 7 Dec 2000 16:58:55 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB80wtt27742; Thu, 7 Dec 2000 16:58:55 -0800 (PST) (envelope-from jhb) Message-Id: <200012080058.eB80wtt27742@freefall.freebsd.org> From: John Baldwin Date: Thu, 7 Dec 2000 16:58:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/07 16:58:55 PST Modified files: sys/sys proc.h Log: Add comments to the proc structure to describe how each member will be locked. This list is subject to change, but hopefully many changes will not have to be made. Revision Changes Path 1.133 +116 -96 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 7 18:49: 4 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 18:49:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F147637B400; Thu, 7 Dec 2000 18:49:01 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB82n1c43087; Thu, 7 Dec 2000 18:49:01 -0800 (PST) (envelope-from marcel) Message-Id: <200012080249.eB82n1c43087@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 7 Dec 2000 18:49:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.alpha osf1.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/12/07 18:49:01 PST Modified files: share/man/man4/man4.alpha osf1.4 Log: The osfulator can be compiled-in now: o add kernel option to the synopsis. o remove "only as module" from bugs. Reviewed by: sheldonh Revision Changes Path 1.2 +4 -5 src/share/man/man4/man4.alpha/osf1.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 18:52:30 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 18:52:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A616437B400; Thu, 7 Dec 2000 18:52:27 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB82qRu43391; Thu, 7 Dec 2000 18:52:27 -0800 (PST) (envelope-from marcel) Message-Id: <200012080252.eB82qRu43391@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 7 Dec 2000 18:52:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.alpha linux.4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/12/07 18:52:27 PST Modified files: share/man/man4/man4.alpha Makefile Added files: share/man/man4/man4.alpha linux.4 Log: Add Linuxulator manpage. Derived from i386 version. Revision Changes Path 1.2 +4 -3 src/share/man/man4/man4.alpha/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 7 19:19:12 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 19:19:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 3119437B400; Thu, 7 Dec 2000 19:19:07 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id TAA09142; Thu, 7 Dec 2000 19:19:05 -0800 (PST) (envelope-from DougB@FreeBSD.org) Sender: doug@dt051n37.san.rr.com Message-ID: <3A305329.16A2BE7C@FreeBSD.org> Date: Thu, 07 Dec 2000 19:19:05 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys mmap.2 References: <200012032017.eB3KHaC61682@freefall.freebsd.org> <20001204101057.C7891@sunbay.com> <200012041659.eB4GxfV72696@earth.backplane.com> <20001205093241.A84152@sunbay.com> <3A2FC359.E336EE9B@FreeBSD.org> <20001207100802.A24592@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Thu, Dec 07, 2000 at 09:05:29AM -0800, Doug Barton wrote: > > rather than suggesting pre-commit review. > > We often take a "please get a review" approach to our source [code], why > can't the same be taken for manpage source? A) Because bad nroff doesn't cause system failures, especially system failures in dangerous and difficult to discover ways. B) Because we're not in any danger of running out of people to commit code, but it's a constant battle to encourage programmers to document their own, and/or other people's work; and we shouldn't be doing anything to discourage it. Doug -- So what I want to know is, where does the RED brick road go? Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 19:25:20 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 19:25:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CF7337B401; Thu, 7 Dec 2000 19:25:17 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB83PHu48040; Thu, 7 Dec 2000 19:25:17 -0800 (PST) (envelope-from kuriyama) Message-Id: <200012080325.eB83PHu48040@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 7 Dec 2000 19:25:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en web.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/12/07 19:25:17 PST Removed files: en web.mk Log: Gooby, good old web.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 7 20: 1:43 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 20:01:41 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC89137B400; Thu, 7 Dec 2000 20:01:40 -0800 (PST) Received: (from chris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB841eM52066; Thu, 7 Dec 2000 20:01:40 -0800 (PST) (envelope-from chris) Message-Id: <200012080401.eB841eM52066@freefall.freebsd.org> From: Chris Costello Date: Thu, 7 Dec 2000 20:01:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/fconv Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chris 2000/12/07 20:01:40 PST Modified files: converters/fconv Makefile distinfo Log: Upgrade to fconv-1.1 Revision Changes Path 1.10 +2 -8 ports/converters/fconv/Makefile 1.3 +1 -1 ports/converters/fconv/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 7 20: 4:19 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 20:04:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 171EF37B400; Thu, 7 Dec 2000 20:04:16 -0800 (PST) Received: by gw.nectar.com (Postfix, from userid 1001) id 86424193E9; Thu, 7 Dec 2000 22:04:15 -0600 (CST) Date: Thu, 7 Dec 2000 22:04:15 -0600 From: "Jacques A. Vidrine" To: Doug Barton Cc: obrien@FreeBSD.org, Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys mmap.2 Message-ID: <20001207220415.A6465@spawn.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , Doug Barton , obrien@FreeBSD.org, Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012032017.eB3KHaC61682@freefall.freebsd.org> <20001204101057.C7891@sunbay.com> <200012041659.eB4GxfV72696@earth.backplane.com> <20001205093241.A84152@sunbay.com> <3A2FC359.E336EE9B@FreeBSD.org> <20001207100802.A24592@dragon.nuxi.com> <3A305329.16A2BE7C@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: <3A305329.16A2BE7C@FreeBSD.org>; from DougB@FreeBSD.org on Thu, Dec 07, 2000 at 07:19:05PM -0800 X-Url: http://www.nectar.com/ Sender: nectar@nectar.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 07, 2000 at 07:19:05PM -0800, Doug Barton wrote: > A) Because bad nroff doesn't cause system failures, especially system > failures in dangerous and difficult to discover ways. > B) Because we're not in any danger of running out of people to commit > code, but it's a constant battle to encourage programmers to document > their own, and/or other people's work; and we shouldn't be doing > anything to discourage it. C) No code is better than bad code; but bad documentation is better than no documentation. -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@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 7 20: 8:12 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 20:08:10 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4442A37B400; Thu, 7 Dec 2000 20:08:10 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB848Ae54772; Thu, 7 Dec 2000 20:08:10 -0800 (PST) (envelope-from marcel) Message-Id: <200012080408.eB848Ae54772@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 7 Dec 2000 20:08:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ia64 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/12/07 20:08:10 PST Added files: sys/boot/ia64 Makefile Log: Add "empty" makefile. Cross-building fails without it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 21: 2:18 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 21:02:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A9CE37B400; Thu, 7 Dec 2000 21:02:15 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB852FB61830; Thu, 7 Dec 2000 21:02:15 -0800 (PST) (envelope-from ps) Message-Id: <200012080502.eB852FB61830@freefall.freebsd.org> From: Paul Saab Date: Thu, 7 Dec 2000 21:02:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand tftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/12/07 21:02:14 PST Modified files: lib/libstand tftp.c Log: When TFTP tries to open a file, it is expecting struct open_file member f_devdata to be a pointer to a socket number. When currdev is "pxe", that assumption is correct. When currdev is "disk*", that assumption is incorrect. Submitted by: Jim Browne Revision Changes Path 1.5 +4 -1 src/lib/libstand/tftp.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 7 21: 3:37 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 21:03:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D08237B400; Thu, 7 Dec 2000 21:03:34 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB853Yk62013; Thu, 7 Dec 2000 21:03:34 -0800 (PST) (envelope-from jhb) Message-Id: <200012080503.eB853Yk62013@freefall.freebsd.org> From: John Baldwin Date: Thu, 7 Dec 2000 21:03:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/07 21:03:34 PST Modified files: sys/i386/include mutex.h Log: Well, the previous commit wasn't entirely correct either. For now, just disable the optimized mutex micro-operations for the non-I386_CPU case and fall back to the C stubs that call the atomic_foo() inlines. Revision Changes Path 1.16 +3 -2 src/sys/i386/include/mutex.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 7 22:12:23 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 22:12:21 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9AFD37B400; Thu, 7 Dec 2000 22:12:20 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB86CKh74624; Thu, 7 Dec 2000 22:12:20 -0800 (PST) (envelope-from steve) Message-Id: <200012080612.eB86CKh74624@freefall.freebsd.org> From: Steve Price Date: Thu, 7 Dec 2000 22:12:20 -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 X-Loop: FreeBSD.ORG steve 2000/12/07 22:12:20 PST Modified files: databases/postgresql7 Makefile Log: Palle Girgensohn stepped forward and said that he would like to maintain this port. Revision Changes Path 1.67 +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 Thu Dec 7 22:42:12 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 22:42:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD54A37B400; Thu, 7 Dec 2000 22:42:09 -0800 (PST) Received: (from bean@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB86g9k79755; Thu, 7 Dec 2000 22:42:09 -0800 (PST) (envelope-from bean) Message-Id: <200012080642.eB86g9k79755@freefall.freebsd.org> From: Rebecca Visger Date: Thu, 7 Dec 2000 22:42:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bean 2000/12/07 22:42:09 PST Modified files: en_US.ISO_8859-1/books/handbook authors.ent Log: Submitted by: Bean hey, new commiter, "Hi!" Revision Changes Path 1.137 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 7 22:45:52 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 22:45:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D43B37B400; Thu, 7 Dec 2000 22:45:49 -0800 (PST) Received: (from bean@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB86jnB80186; Thu, 7 Dec 2000 22:45:49 -0800 (PST) (envelope-from bean) Message-Id: <200012080645.eB86jnB80186@freefall.freebsd.org> From: Rebecca Visger Date: Thu, 7 Dec 2000 22:45:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bean 2000/12/07 22:45:49 PST Modified files: en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Submitted by: Bean hey, new commiter, "Hi!" Revision Changes Path 1.185 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/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 7 22:57:42 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 22:57:40 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1813637B400; Thu, 7 Dec 2000 22:57:40 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB86vdA81230; Thu, 7 Dec 2000 22:57:39 -0800 (PST) (envelope-from phk) Message-Id: <200012080657.eB86vdA81230@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 7 Dec 2000 22:57:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_log.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/12/07 22:57:39 PST Modified files: sys/kern subr_log.c Log: Kill some bogus "register" keywords. Go Ansi on the functions. Revision Changes Path 1.40 +13 -33 src/sys/kern/subr_log.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 8 0:27:51 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 00:27:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 354F437B400; Fri, 8 Dec 2000 00:27:49 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB88Rnc95232; Fri, 8 Dec 2000 00:27:49 -0800 (PST) (envelope-from peter) Message-Id: <200012080827.eB88Rnc95232@freefall.freebsd.org> From: Peter Wemm Date: Fri, 8 Dec 2000 00:27:49 -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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/12/08 00:27:49 PST Modified files: (Branch: RELENG_4) sys/i386/i386 mp_machdep.c Log: MFC: rev 1.131; workaround for broken MP tables like on the Compaq DL360. Revision Changes Path 1.115.2.5 +14 -3 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 Fri Dec 8 0:39:20 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 00:39:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 70AF837B400; Fri, 8 Dec 2000 00:39:14 -0800 (PST) Received: from newsguy.com (p15-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.144]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id RAA22516; Fri, 8 Dec 2000 17:39:10 +0900 (JST) Message-ID: <3A309DB7.6483DA9B@newsguy.com> Date: Fri, 08 Dec 2000 17:37:11 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: Matt Dillon Cc: John Baldwin , Jeroen Ruigrok van der Werven , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail References: <3A2EEF7B.6F8F2BE@newsguy.com> <200012072214.eB7MEhF13510@earth.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt Dillon wrote: > > In general, there isn't much point in using 'register' any more. > Old compilers only allocated registers when you told them to. Newer > compilers (generally anything newer then 15-20 years ago) will > automatically allocate registers and the 'register' keyword will just > mess around with the selection heuristic to make it 'more likely'. I'm not disputing the fact that register is better left unused, I'm just disputing the statement that it doesn't cause any changes to the code generated. I would much rather have ripped all the register stuff from regex, but I was trying very hard not to _change_ anything, just add. That, we a certain committer I know was planning replacing it by Spencer's latest code. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org "The bronze landed last, which canceled that method of impartial choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 0:49:39 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 00:49:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25D2437B400; Fri, 8 Dec 2000 00:49:37 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB88nbe97758; Fri, 8 Dec 2000 00:49:37 -0800 (PST) (envelope-from jake) Message-Id: <200012080849.eB88nbe97758@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 8 Dec 2000 00:49:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/08 00:49:36 PST Modified files: sys/i386/include mutex.h Log: Change the calling conventions of the MTX_ENTER macro to match that of MTX_EXIT. Don't assume that the reg parameter to MTX_ENTER holds curproc, load it explicitly. Put semi-colons at the end of the macros to be more consistent and so its harder to forget them when these change. Revision Changes Path 1.17 +14 -12 src/sys/i386/include/mutex.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 8 0:59:56 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 00:59:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 54F9437B401; Fri, 8 Dec 2000 00:59:48 -0800 (PST) Received: from newsguy.com (p15-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.144]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id RAA29890; Fri, 8 Dec 2000 17:59:41 +0900 (JST) Message-ID: <3A30A286.30E102EC@newsguy.com> Date: Fri, 08 Dec 2000 17:57:42 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: Christopher Masto , cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/vm phys_pager.c References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> <3A2EFBC4.EE8D90B1@newsguy.com> <20001207173453.A18103@netmonger.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christopher Masto wrote: > > object = vm_object_allocate(OBJT_PHYS, > - OFF_TO_IDX(foff + size)); > + OFF_TO_IDX(foff + PAGE_MASK + size)); > > Honestly, this thread is ridiculous. If the code didn't work in the > first place, AND nobody noticed because it's so rarely used, AND the > change is _obviously_ trivial, then what's the problem here? "stable" > is not "immobile". Typos happen. Go look the cvs repo or cvs-all archives, and you'll see plenty changes very much like the one above where the committer just happened to make a typo and not notice. Also, using cvs also sometimes can result in mistakes, by confusing versions, mixing local repo with remote repo, etc. Further, any code with macros and/or #ifs may not compile cleanly under different options than what the author tested them with. This is not hypothetical. It *happens*. It has happened in the past, and will happen again in the future. And risking breaking -stable's world is just not worth waiting a few hours to see if no one had a problem. > Even if this fix was wrong (and apparently it was), it doesn't change > the fact that it was: > > 1. A fix for code that was known to be unusably broken But, nevertheless, didn't break world. > 2. Extremely unlikely to hurt anything (esp. given #1) As far as *functional* changes go, this is right. But the problem is elsewhere. See above. > 3. Extremely unlikely to break the world (obvious by inspection) Experience tells another story. In particular, typos have an annoying tendency of escaping visual inspection because the human mind tends to adjust what it is seeing in terms of what it expects to see. > 4. Trivially reversible And trivially simple to wait 24 hours. > You've got the right argument, but you've picked the wrong example > to apply it to. There has to be _some_ flexibility in the rules, > and it would be hard to find a better example of where "shakeout > in -current" has no value. It is very, very bad when -stable world breaks. It tarnishes our reputation, increases support workload, and make people less confident in the process. Perhaps I see the rules in a different light than many others. To me, "common sense" there refers to being able to discern when a commit _must_ be merged as soon as possible. I have no problems with Alfred making such a call. But the call he made, and many others seem to support, is one of "may" be merged instantly. I don't think anything may be merged instantly unless there are reasons that _requires_ it to be merged instantly. This, at least, is my view of the rules in the light of the problems that have happened in the past. Alfred, I'm not disputing your ability to make judgment calls. I just think that the risk of silly mistakes (mentioned above), that have nothing to do with what your _intentions_ were when you wrote the fix, outweights the benefits to be gained by an instant MFC (as a matter of fact, I don't see any benefits except your own convenience). -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org "The bronze landed last, which canceled that method of impartial choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 1: 1:38 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 01:01:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A212337B400; Fri, 8 Dec 2000 01:01:35 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB891ZA99242; Fri, 8 Dec 2000 01:01:35 -0800 (PST) (envelope-from keith) Message-Id: <200012080901.eB891ZA99242@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Fri, 8 Dec 2000 01:01:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/arphicttf Makefile pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2000/12/08 01:01:34 PST Modified files: chinese/arphicttf Makefile pkg-install Log: CJK -> WANT_CJK GS6 -> WANT_GS6 XTT -> WANT_X According to bsd.gnome.mk's logic. Revision Changes Path 1.10 +11 -11 ports/chinese/arphicttf/Makefile 1.5 +4 -4 ports/chinese/arphicttf/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 1:16:25 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 01:16:21 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 306E537B400; Fri, 8 Dec 2000 01:16:21 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB89GLa03357; Fri, 8 Dec 2000 01:16:21 -0800 (PST) (envelope-from msmith) Message-Id: <200012080916.eB89GLa03357@freefall.freebsd.org> From: Mike Smith Date: Fri, 8 Dec 2000 01:16:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_button.c acpi_ec.c acpi_isa.c acpi_lid.c acpi_pcib.c acpi_processor.c acpi_resource.c acpi_thermal.c acpi_timer.c acpiio.h acpivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/08 01:16:21 PST Modified files: sys/dev/acpica acpi.c acpi_button.c acpi_ec.c acpi_isa.c acpi_lid.c acpi_pcib.c acpi_processor.c acpi_resource.c acpi_thermal.c acpi_timer.c acpiio.h acpivar.h Log: - Convert a lot of homebrew debugging output to use the ACPI CA debugging infrastructure. It's not perfect, but it's a lot better than what we've been using so far. The following rules apply to this: o BSD component names should be capitalised o Layer names should be taken from the non-CA set for now. We may elect to add some new BSD-specific layers later. - Make it possible to turn off selective debugging flags or layers by listing them in debug.acpi.layer or debug.acpi.level prefixed with !. - Fully implement support for avoiding nodes in the ACPI namespace. Nodes may be listed in the debug.acpi.avoid environment variable; these nodes and all their children will be ignored (although still scanned over) by ACPI functions which scan the namespace. Multiple nodes can be specified, separated by whitespace. - Implement support for selectively disabling ACPI subsystem components via the debug.acpi.disable environment variable. The following components can be disabled: o bus creation/scanning of the ACPI 'bus' o children attachment of children to the ACPI 'bus' o button the acpi_button control-method button driver o ec the acpi_ec embedded-controller driver o isa acpi replacement of PnP BIOS for ISA device discovery o lid the control-method lid switch driver o pci pci root-bus discovery o processor CPU power/speed management o thermal system temperature detection and control o timer ACPI timecounter Multiple components may be disabled by specifying their name(s) separated by whitespace. - Add support for ioctl registration. ACPI subsystem components may register ioctl handlers with the /dev/acpi generic ioctl handler, allowing us to avoid the need for a multitude of /dev/acpi* control devices, etc. Revision Changes Path 1.6 +222 -47 src/sys/dev/acpica/acpi.c 1.2 +36 -18 src/sys/dev/acpica/acpi_button.c 1.3 +33 -16 src/sys/dev/acpica/acpi_ec.c 1.3 +52 -20 src/sys/dev/acpica/acpi_isa.c 1.2 +22 -6 src/sys/dev/acpica/acpi_lid.c 1.4 +18 -7 src/sys/dev/acpica/acpi_pcib.c 1.3 +37 -15 src/sys/dev/acpica/acpi_processor.c 1.2 +35 -56 src/sys/dev/acpica/acpi_resource.c 1.2 +19 -7 src/sys/dev/acpica/acpi_thermal.c 1.3 +21 -6 src/sys/dev/acpica/acpi_timer.c 1.2 +8 -1 src/sys/dev/acpica/acpiio.h 1.2 +4 -3 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 Fri Dec 8 1:17:19 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 01:17:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8132037B400; Fri, 8 Dec 2000 01:17:16 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB89HGj03462; Fri, 8 Dec 2000 01:17:16 -0800 (PST) (envelope-from jake) Message-Id: <200012080917.eB89HGj03462@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 8 Dec 2000 01:17:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/08 01:17:16 PST Modified files: sys/sys mutex.h Log: Add macros MPASS3 and MPASS4, which take the file and line number as parameters. Use them in the mutex inlines so that the file and line numbers are those of the caller instead of always in this file. Revision Changes Path 1.11 +14 -6 src/sys/sys/mutex.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 8 1:20:28 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 01:20:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F025A37B400; Fri, 8 Dec 2000 01:20:24 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB89KO603907; Fri, 8 Dec 2000 01:20:24 -0800 (PST) (envelope-from alex) Message-Id: <200012080920.eB89KO603907@freefall.freebsd.org> From: Alexander Langer Date: Fri, 8 Dec 2000 01:20:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/08 01:20:24 PST Modified files: en_US.ISO_8859-1/books/handbook/security chapter.sgml Log: Correct link to CERT's packet filtering site. Submitted by: "Johan Andersson" on -doc Revision Changes Path 1.39 +2 -2 doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 1:20:38 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 01:20:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15D9437B404; Fri, 8 Dec 2000 01:20:35 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB89KZi03949; Fri, 8 Dec 2000 01:20:35 -0800 (PST) (envelope-from keith) Message-Id: <200012080920.eB89KZi03949@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Fri, 8 Dec 2000 01:20:35 -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 X-Loop: FreeBSD.ORG keith 2000/12/08 01:20:35 PST Modified files: chinese/pine4 Makefile distinfo Log: Update to 4.31. PR: ports/23377 Submitted by: avatar@mmlab.cse.yzu.edu.tw (MAINTAINER) Revision Changes Path 1.19 +4 -4 ports/chinese/pine4/Makefile 1.11 +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 Fri Dec 8 1:20:52 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 01:20:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC44F37B6A2; Fri, 8 Dec 2000 01:20:40 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB89Kek03976; Fri, 8 Dec 2000 01:20:40 -0800 (PST) (envelope-from msmith) Message-Id: <200012080920.eB89Kek03976@freefall.freebsd.org> From: Mike Smith Date: Fri, 8 Dec 2000 01:20:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/08 01:20:40 PST src/sys/contrib/dev/acpica - Imported sources Update of /home/ncvs/src/sys/contrib/dev/acpica In directory freefall.freebsd.org:/d/home/msmith/x Log Message: Update to the 20001201 ACPI CA snapshot. Status: Vendor Tag: INTEL Release Tags: r20001201 U src/sys/contrib/dev/acpica/Subsystem/Common/cmalloc.c U src/sys/contrib/dev/acpica/Subsystem/Common/cmclib.c U src/sys/contrib/dev/acpica/Subsystem/Common/cmcopy.c U src/sys/contrib/dev/acpica/Subsystem/Common/cmdebug.c U src/sys/contrib/dev/acpica/Subsystem/Common/cmdelete.c U src/sys/contrib/dev/acpica/Subsystem/Common/cmeval.c U src/sys/contrib/dev/acpica/Subsystem/Common/cmglobal.c U src/sys/contrib/dev/acpica/Subsystem/Common/cminit.c U src/sys/contrib/dev/acpica/Subsystem/Common/cmobject.c U src/sys/contrib/dev/acpica/Subsystem/Common/cmutils.c U src/sys/contrib/dev/acpica/Subsystem/Common/cmxface.c U src/sys/contrib/dev/acpica/Subsystem/Debugger/dbcmds.c U src/sys/contrib/dev/acpica/Subsystem/Debugger/dbdisasm.c U src/sys/contrib/dev/acpica/Subsystem/Debugger/dbdisply.c U src/sys/contrib/dev/acpica/Subsystem/Debugger/dbexec.c U src/sys/contrib/dev/acpica/Subsystem/Debugger/dbfileio.c U src/sys/contrib/dev/acpica/Subsystem/Debugger/dbhistry.c U src/sys/contrib/dev/acpica/Subsystem/Debugger/dbinput.c U src/sys/contrib/dev/acpica/Subsystem/Debugger/dbstats.c U src/sys/contrib/dev/acpica/Subsystem/Debugger/dbutils.c U src/sys/contrib/dev/acpica/Subsystem/Debugger/dbxface.c U src/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsfield.c U src/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsmethod.c U src/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsmthdat.c U src/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsobject.c U src/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsopcode.c U src/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsutils.c U src/sys/contrib/dev/acpica/Subsystem/Dispatcher/dswexec.c U src/sys/contrib/dev/acpica/Subsystem/Dispatcher/dswload.c U src/sys/contrib/dev/acpica/Subsystem/Dispatcher/dswscope.c U src/sys/contrib/dev/acpica/Subsystem/Dispatcher/dswstate.c U src/sys/contrib/dev/acpica/Subsystem/Events/evevent.c U src/sys/contrib/dev/acpica/Subsystem/Events/evmisc.c U src/sys/contrib/dev/acpica/Subsystem/Events/evregion.c U src/sys/contrib/dev/acpica/Subsystem/Events/evrgnini.c U src/sys/contrib/dev/acpica/Subsystem/Events/evsci.c U src/sys/contrib/dev/acpica/Subsystem/Events/evxface.c U src/sys/contrib/dev/acpica/Subsystem/Events/evxfevnt.c U src/sys/contrib/dev/acpica/Subsystem/Events/evxfregn.c U src/sys/contrib/dev/acpica/Subsystem/Hardware/hwacpi.c U src/sys/contrib/dev/acpica/Subsystem/Hardware/hwcpu32.c U src/sys/contrib/dev/acpica/Subsystem/Hardware/hwgpe.c U src/sys/contrib/dev/acpica/Subsystem/Hardware/hwregs.c U src/sys/contrib/dev/acpica/Subsystem/Hardware/hwxface.c U src/sys/contrib/dev/acpica/Subsystem/Include/accommon.h U src/sys/contrib/dev/acpica/Subsystem/Include/acconfig.h U src/sys/contrib/dev/acpica/Subsystem/Include/acdebug.h U src/sys/contrib/dev/acpica/Subsystem/Include/acdispat.h U src/sys/contrib/dev/acpica/Subsystem/Include/acefi.h U src/sys/contrib/dev/acpica/Subsystem/Include/acenv.h U src/sys/contrib/dev/acpica/Subsystem/Include/acevents.h U src/sys/contrib/dev/acpica/Subsystem/Include/acexcep.h U src/sys/contrib/dev/acpica/Subsystem/Include/acfreebsd.h C src/sys/contrib/dev/acpica/Subsystem/Include/acgcc.h U src/sys/contrib/dev/acpica/Subsystem/Include/acglobal.h U src/sys/contrib/dev/acpica/Subsystem/Include/achware.h U src/sys/contrib/dev/acpica/Subsystem/Include/acinterp.h U src/sys/contrib/dev/acpica/Subsystem/Include/aclinux.h U src/sys/contrib/dev/acpica/Subsystem/Include/aclocal.h U src/sys/contrib/dev/acpica/Subsystem/Include/acmacros.h U src/sys/contrib/dev/acpica/Subsystem/Include/acmsvc.h U src/sys/contrib/dev/acpica/Subsystem/Include/acnamesp.h U src/sys/contrib/dev/acpica/Subsystem/Include/acobject.h U src/sys/contrib/dev/acpica/Subsystem/Include/acoutput.h U src/sys/contrib/dev/acpica/Subsystem/Include/acparser.h U src/sys/contrib/dev/acpica/Subsystem/Include/acpi.h U src/sys/contrib/dev/acpica/Subsystem/Include/acpiosxf.h U src/sys/contrib/dev/acpica/Subsystem/Include/acpixf.h U src/sys/contrib/dev/acpica/Subsystem/Include/acresrc.h U src/sys/contrib/dev/acpica/Subsystem/Include/actables.h U src/sys/contrib/dev/acpica/Subsystem/Include/actbl.h U src/sys/contrib/dev/acpica/Subsystem/Include/actbl1.h U src/sys/contrib/dev/acpica/Subsystem/Include/actbl2.h U src/sys/contrib/dev/acpica/Subsystem/Include/actbl71.h U src/sys/contrib/dev/acpica/Subsystem/Include/actypes.h U src/sys/contrib/dev/acpica/Subsystem/Include/acwin.h U src/sys/contrib/dev/acpica/Subsystem/Include/amlcode.h U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amconfig.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amcreate.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amdump.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amdyadic.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amfield.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amfldio.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/ammisc.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/ammonad.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amnames.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amprep.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amregion.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amresnte.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amresolv.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amresop.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amstore.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amstoren.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amstorob.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amsystem.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amutils.c U src/sys/contrib/dev/acpica/Subsystem/Interpreter/amxface.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nsaccess.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nsalloc.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nsdump.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nseval.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nsinit.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nsload.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nsnames.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nsobject.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nssearch.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nsutils.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nswalk.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nsxfname.c U src/sys/contrib/dev/acpica/Subsystem/Namespace/nsxfobj.c U src/sys/contrib/dev/acpica/Subsystem/Parser/psargs.c U src/sys/contrib/dev/acpica/Subsystem/Parser/psfind.c U src/sys/contrib/dev/acpica/Subsystem/Parser/psopcode.c C src/sys/contrib/dev/acpica/Subsystem/Parser/psparse.c U src/sys/contrib/dev/acpica/Subsystem/Parser/psscope.c U src/sys/contrib/dev/acpica/Subsystem/Parser/pstree.c U src/sys/contrib/dev/acpica/Subsystem/Parser/psutils.c U src/sys/contrib/dev/acpica/Subsystem/Parser/pswalk.c U src/sys/contrib/dev/acpica/Subsystem/Parser/psxface.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rsaddr.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rscalc.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rscreate.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rsdump.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rsio.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rsirq.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rslist.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rsmemory.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rsmisc.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rsutils.c U src/sys/contrib/dev/acpica/Subsystem/Resources/rsxface.c U src/sys/contrib/dev/acpica/Subsystem/Tables/tbconvrt.c U src/sys/contrib/dev/acpica/Subsystem/Tables/tbget.c U src/sys/contrib/dev/acpica/Subsystem/Tables/tbinstal.c U src/sys/contrib/dev/acpica/Subsystem/Tables/tbutils.c U src/sys/contrib/dev/acpica/Subsystem/Tables/tbxface.c U src/sys/contrib/dev/acpica/Subsystem/Tables/tbxfroot.c 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jINTEL:yesterday -jINTEL src/sys/contrib/dev/acpica To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 1:22:22 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 01:22:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C67137B400; Fri, 8 Dec 2000 01:22:19 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB89MJn04269; Fri, 8 Dec 2000 01:22:19 -0800 (PST) (envelope-from msmith) Message-Id: <200012080922.eB89MJn04269@freefall.freebsd.org> From: Mike Smith Date: Fri, 8 Dec 2000 01:22:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica/Subsystem/Include acgcc.h src/sys/contrib/dev/acpica/Subsystem/Parser psparse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/08 01:22:19 PST Modified files: sys/contrib/dev/acpica/Subsystem/Include acgcc.h sys/contrib/dev/acpica/Subsystem/Parser psparse.c Log: Resolve conflicts from the 20001201 merge. Revision Changes Path 1.3 +3 -3 src/sys/contrib/dev/acpica/Subsystem/Include/acgcc.h 1.4 +72 -38 src/sys/contrib/dev/acpica/Subsystem/Parser/psparse.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 8 1:23: 9 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 01:23:06 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B52937B400; Fri, 8 Dec 2000 01:23:06 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB89N6L04380; Fri, 8 Dec 2000 01:23:06 -0800 (PST) (envelope-from keith) Message-Id: <200012080923.eB89N6L04380@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Fri, 8 Dec 2000 01:23:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/chinput2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2000/12/08 01:23:06 PST Modified files: chinese/chinput2 Makefile Log: Add USE_XLIB=yes. Reported by: bento Revision Changes Path 1.2 +3 -1 ports/chinese/chinput2/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 8 1:51:17 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 01:51:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A71437B400; Fri, 8 Dec 2000 01:51:14 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB89pEp07351; Fri, 8 Dec 2000 01:51:14 -0800 (PST) (envelope-from jake) Message-Id: <200012080951.eB89pEp07351@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 8 Dec 2000 01:51:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/08 01:51:14 PST Modified files: sys/sys mutex.h Log: Whitespace. Make the indentation for MPASS and MPASS2 consistent and slightly more sane. Make the arguments to the nop MPASS2 match those of the functional one. Change 4 spaces to a tab. Don't indeent a label so its easier to see. Revision Changes Path 1.12 +12 -10 src/sys/sys/mutex.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 8 2:30:27 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:30:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 795F437B400; Fri, 8 Dec 2000 02:30:24 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8AUOs13245; Fri, 8 Dec 2000 02:30:24 -0800 (PST) (envelope-from obrien) Message-Id: <200012081030.eB8AUOs13245@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 8 Dec 2000 02:30:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/compaq-cc Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/08 02:30:24 PST Modified files: lang Makefile Added files: lang/compaq-cc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is available on the Compaq Tru64 UNIX platform. The compiler produces excellent optimized code for the Alpha architecture, particularly for floating-point intensive applications. I was able to compile simple test programs by: ccc -c foo.c cc -o foo foo.o Revision Changes Path 1.200 +2 -1 ports/lang/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 8 2:30:36 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:30:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E91AA37B404; Fri, 8 Dec 2000 02:30:27 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8AURO13279; Fri, 8 Dec 2000 02:30:27 -0800 (PST) (envelope-from obrien) Message-Id: <200012081030.eB8AURO13279@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 8 Dec 2000 02:30: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 X-Loop: FreeBSD.ORG obrien 2000/12/08 02:30:27 PST Modified files: . modules Log: compaq-cc --> ports/lang/compaq-cc Revision Changes Path 1.2090 +2 -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 Fri Dec 8 2:35:46 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:35:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id D7ED037B404; Fri, 8 Dec 2000 02:35:41 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id CAA37272; Fri, 8 Dec 2000 02:35:41 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB8AZdU47363; Fri, 8 Dec 2000 02:35:39 -0800 (PST) (envelope-from obrien) Date: Fri, 8 Dec 2000 02:35:39 -0800 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang Makefile ports/lang/compaq-cc Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20001208023538.A47304@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012081030.eB8AUOs13245@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: <200012081030.eB8AUOs13245@freefall.freebsd.org>; from obrien@FreeBSD.org on Fri, Dec 08, 2000 at 02:30:24AM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG addport -d . works very nicely now. Thank you. On Fri, Dec 08, 2000 at 02:30:24AM -0800, David E. O'Brien wrote: > obrien 2000/12/08 02:30:24 PST > > Modified files: > lang Makefile > Added files: > lang/compaq-cc Makefile distinfo pkg-comment pkg-descr > 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 8 2:36:13 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:36:10 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (unknown [194.128.198.234]) by hub.freebsd.org (Postfix) with ESMTP id 78DDF37B400; Fri, 8 Dec 2000 02:36:08 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.0/8.11.0) id eB8AVnX36733; Fri, 8 Dec 2000 10:31:49 GMT (envelope-from nik) Date: Fri, 8 Dec 2000 10:31:49 +0000 From: Nik Clayton To: Doug Barton Cc: Ruslan Ermilov , Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys mmap.2 Message-ID: <20001208103149.A36704@canyon.nothing-going-on.org> References: <200012032017.eB3KHaC61682@freefall.freebsd.org> <20001204101057.C7891@sunbay.com> <200012041659.eB4GxfV72696@earth.backplane.com> <20001205093241.A84152@sunbay.com> <3A2FC359.E336EE9B@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: <3A2FC359.E336EE9B@FreeBSD.org>; from DougB@FreeBSD.org on Thu, Dec 07, 2000 at 09:05:29AM -0800 Organization: FreeBSD Project Sender: nik@nothing-going-on.demon.co.uk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 07, 2000 at 09:05:29AM -0800, Doug Barton wrote: > > For specifics, please take a look at what I did in the next revision. > > You know, I have spent a lot of time recently cleaning our manuals, > > and the work is still going. So, if you are not too familiar with > > mdoc(7) format, do not hesitate to submit your plain-text additions > > to manual pages to the above mentioned people. > One of the key elements in any volunteer organization is to always be > teaching the next generation. The more complex and anachronistic the > skill (like mdoc) the more important it is to pass that knowledge along. Anyone that wants to write a "Man page" chapter for the fdp primer is more than welcome. . . N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 2:37: 2 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:36:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1537A37B400; Fri, 8 Dec 2000 02:36:59 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id CAA37276; Fri, 8 Dec 2000 02:36:57 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB8AatC47382; Fri, 8 Dec 2000 02:36:55 -0800 (PST) (envelope-from obrien) Date: Fri, 8 Dec 2000 02:36:55 -0800 From: "David O'Brien" To: Chris Faulhaber , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/vim5 Makefile Message-ID: <20001208023655.B47304@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012051725.eB5HPjj79491@freefall.freebsd.org> <20001206160002.B17399@ringworld.oblivion.bg> <20001206090207.A93425@peitho.fxp.org> <20001206162155.C17399@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001206162155.C17399@ringworld.oblivion.bg>; from roam@orbitel.bg on Wed, Dec 06, 2000 at 04:21:55PM +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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 06, 2000 at 04:21:55PM +0200, Peter Pentchev wrote: > > > Is there a way to build vim5 without any GUI whatsoever? > > ports/editors/vim-lite > vim-lite seems to be missing too many features besides GUI support :( Send a patch. ;-) -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 2:39: 5 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:39:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B70F37B400; Fri, 8 Dec 2000 02:39:02 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8Ad2214309; Fri, 8 Dec 2000 02:39:02 -0800 (PST) (envelope-from jake) Message-Id: <200012081039.eB8Ad2214309@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 8 Dec 2000 02:39:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ipl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/08 02:39:02 PST Modified files: sys/sys ipl.h Log: Remove unused declarations for spending and sdelayed, and remove unused #defines for bits corresponding to pending interrupts. Yay threads! Revision Changes Path 1.2 +1 -23 src/sys/sys/ipl.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 8 2:42:30 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:42:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id F020037B400; Fri, 8 Dec 2000 02:42:26 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id CAA37326; Fri, 8 Dec 2000 02:42:25 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB8AgOT47451; Fri, 8 Dec 2000 02:42:24 -0800 (PST) (envelope-from obrien) Date: Fri, 8 Dec 2000 02:42:23 -0800 From: "David O'Brien" To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash1/files patch-execute_cmd.c Message-ID: <20001208024223.C47304@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200011291948.eATJmF934018@freefall.freebsd.org> <3A29BDF0.A07414BD@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A29BDF0.A07414BD@gorean.org>; from DougB@gorean.org on Sat, Dec 02, 2000 at 07:28:48PM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 02, 2000 at 07:28:48PM -0800, Doug Barton wrote: > > Added files: > > shells/bash1/files patch-execute_cmd.c > Can someone remind me why we still carry bash 1 at all? Bash2 is more strict about the syntax of scripts. Thus people may have scripts they don't care to re-write yet need to run. my ~/.bashrc was in this boat until just a while ago. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 2:44:18 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:44:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 524AE37B400; Fri, 8 Dec 2000 02:44:15 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8AiFf14813; Fri, 8 Dec 2000 02:44:15 -0800 (PST) (envelope-from n_hibma) Message-Id: <200012081044.eB8AiFf14813@freefall.freebsd.org> From: Nick Hibma Date: Fri, 8 Dec 2000 02:44:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uscanner.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/12/08 02:44:15 PST Modified files: sys/dev/usb uscanner.c Log: Remove a warning. Reported by: phk Revision Changes Path 1.7 +3 -2 src/sys/dev/usb/uscanner.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 8 2:55:36 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:55:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D87F037B400; Fri, 8 Dec 2000 02:55:33 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8AtXL16440; Fri, 8 Dec 2000 02:55:33 -0800 (PST) (envelope-from obrien) Message-Id: <200012081055.eB8AtXL16440@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 8 Dec 2000 02:55:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc crontab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/08 02:55:33 PST Modified files: etc crontab Log: Run weekly a little bit later to give more time for daily to complete (since it starts later now). Revision Changes Path 1.24 +2 -2 src/etc/crontab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 2:56:10 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:56:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3773237B400; Fri, 8 Dec 2000 02:56:08 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8Au8B16530; Fri, 8 Dec 2000 02:56:08 -0800 (PST) (envelope-from obrien) Message-Id: <200012081056.eB8Au8B16530@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 8 Dec 2000 02:56:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc crontab X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/08 02:56:08 PST Modified files: (Branch: RELENG_4) etc crontab Log: MFC: run weekly later as daily runs later now Revision Changes Path 1.21.2.3 +2 -2 src/etc/crontab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 3: 7:19 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 03:07:16 2000 Return-Path: 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 2A28B37B400; Fri, 8 Dec 2000 03:07:15 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA38215; Fri, 8 Dec 2000 12:07:13 +0100 (CET) (envelope-from des@ofug.org) Sender: des@ofug.org 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: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab References: <200012081055.eB8AtXL16440@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 08 Dec 2000 12:07:13 +0100 In-Reply-To: "David E. O'Brien"'s message of "Fri, 8 Dec 2000 02:55:33 -0800 (PST)" Message-ID: Lines: 20 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David E. O'Brien" writes: > Log: > Run weekly a little bit later to give more time for daily to complete > (since it starts later now). Wouldn't this do the trick? 59 1 * * 1-5 root periodic daily 59 1 * * 6 root periodic daily weekly That way weekly would start immediately after daily on saturdays. Ideally, something similar should be done for monthly, but that'd be slightly harder. We could use a wrapper for periodic(8) that checks what jobs need to be run and invokes periodic(8) with the right parameters. 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 8 3: 9:12 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 03:09:08 2000 Return-Path: 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 9126937B400; Fri, 8 Dec 2000 03:09:07 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA38229; Fri, 8 Dec 2000 12:09:06 +0100 (CET) (envelope-from des@ofug.org) Sender: des@ofug.org 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: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab References: <200012081055.eB8AtXL16440@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 08 Dec 2000 12:09:06 +0100 In-Reply-To: Dag-Erling Smorgrav's message of "08 Dec 2000 12:07:13 +0100" Message-ID: Lines: 15 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > 59 1 * * 1-5 root periodic daily > 59 1 * * 6 root periodic daily weekly Uh, I forgot Sundays. Make that 59 1 * * 1-5,7 root periodic daily 59 1 * * 6 root periodic weekly though there's no reason why weekly couldn't run on Sundays instead of Saturdays, saving us a whooping two bytes in /etc/crontab 8) 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 8 3:18: 1 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 03:17:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (adsl-64-163-195-99.dsl.snfc21.pacbell.net [64.163.195.99]) by hub.freebsd.org (Postfix) with ESMTP id C26B237B400; Fri, 8 Dec 2000 03:17:58 -0800 (PST) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id eB8BHw630956; Fri, 8 Dec 2000 03:17:58 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200012081117.eB8BHw630956@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab In-Reply-To: <200012081056.eB8Au8B16530@freefall.freebsd.org> Date: Fri, 08 Dec 2000 03:17:58 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David E. O'Brien" wrote: > obrien 2000/12/08 02:56:08 PST > > Modified files: (Branch: RELENG_4) > etc crontab > Log: > MFC: run weekly later as daily runs later now Oh woe is us! Yet another immediate MFC! -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 3:33: 7 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 03:33:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D03E37B402; Fri, 8 Dec 2000 03:33:05 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8BX5J21995; Fri, 8 Dec 2000 03:33:05 -0800 (PST) (envelope-from sobomax) Message-Id: <200012081133.eB8BX5J21995@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 8 Dec 2000 03:33:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/iconv/files patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/12/08 03:33:04 PST Added files: converters/iconv/files patch-ai Log: Fix breakage on FreeBSD < 4.2 caused by using `:C/' make(1) modifier. Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 3:42:57 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 03:42:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56CA537B400; Fri, 8 Dec 2000 03:42:54 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8BgsD23512; Fri, 8 Dec 2000 03:42:54 -0800 (PST) (envelope-from brian) Message-Id: <200012081142.eB8BgsD23512@freefall.freebsd.org> From: Brian Somers Date: Fri, 8 Dec 2000 03:42:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date vary.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/12/08 03:42:54 PST Modified files: (Branch: RELENG_4) bin/date vary.c Log: MFC: Die gracefully rather than dropping a core if malloc() fails Revision Changes Path 1.8.2.2 +4 -2 src/bin/date/vary.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 8 4:10:59 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 04:10:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B24237B400; Fri, 8 Dec 2000 04:10:57 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8CAvU30703; Fri, 8 Dec 2000 04:10:57 -0800 (PST) (envelope-from roam) Message-Id: <200012081210.eB8CAvU30703@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 8 Dec 2000 04:10:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/oneko-sakura Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/08 04:10:56 PST Modified files: games/oneko-sakura Makefile distinfo pkg-comment pkg-descr Log: Update to 1.2.sakura.5. PR: 23361 Submitted by: maintainer Revision Changes Path 1.6 +6 -6 ports/games/oneko-sakura/Makefile 1.2 +1 -1 ports/games/oneko-sakura/distinfo 1.3 +1 -1 ports/games/oneko-sakura/pkg-comment 1.2 +9 -6 ports/games/oneko-sakura/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 4:17:56 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 04:17:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF3D737B400; Fri, 8 Dec 2000 04:17:53 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8CHrg31637; Fri, 8 Dec 2000 04:17:53 -0800 (PST) (envelope-from alex) Message-Id: <200012081217.eB8CHrg31637@freefall.freebsd.org> From: Alexander Langer Date: Fri, 8 Dec 2000 04:17:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen vis.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/08 04:17:53 PST Modified files: lib/libc/gen vis.3 Log: There are four types of encoding now, not three. Most of them use the backslash as a special char, but not all. Revision Changes Path 1.13 +3 -3 src/lib/libc/gen/vis.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 8 4:25: 9 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 04:25:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE44337B401; Fri, 8 Dec 2000 04:25:06 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8CP6N33911; Fri, 8 Dec 2000 04:25:06 -0800 (PST) (envelope-from ru) Message-Id: <200012081225.eB8CP6N33911@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 04:25:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd isdnd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 04:25:06 PST Modified files: usr.sbin/i4b/isdnd isdnd.8 Log: mdoc(7) police: once again, remove the hard sentence breaks. Revision Changes Path 1.13 +24 -12 src/usr.sbin/i4b/isdnd/isdnd.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 8 4:28:41 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 04:28:38 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95A3237B6B7; Fri, 8 Dec 2000 04:28:38 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8CScf34315; Fri, 8 Dec 2000 04:28:38 -0800 (PST) (envelope-from alex) Message-Id: <200012081228.eB8CScf34315@freefall.freebsd.org> From: Alexander Langer Date: Fri, 8 Dec 2000 04:28:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/worms worms.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/08 04:28:38 PST Modified files: (Branch: RELENG_3) games/worms worms.c Log: Don't fix the delay option in the wrong branch. Pointy hat: alex Revision Changes Path 1.5.2.2 +1 -3 src/games/worms/worms.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 8 4:35:10 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 04:35:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10AA437B6A1; Fri, 8 Dec 2000 04:35:08 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8CZ7e35118; Fri, 8 Dec 2000 04:35:07 -0800 (PST) (envelope-from alex) Message-Id: <200012081235.eB8CZ7e35118@freefall.freebsd.org> From: Alexander Langer Date: Fri, 8 Dec 2000 04:35:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen vis.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/08 04:35:07 PST Modified files: lib/libc/gen vis.3 Log: strunvis(3) and unvis(3) are the same files. Revision Changes Path 1.14 +1 -2 src/lib/libc/gen/vis.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 8 4:35:37 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 04:35:34 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from warning.follo.net (warning.follo.net [195.204.136.30]) by hub.freebsd.org (Postfix) with ESMTP id BB0D537B6A2; Fri, 8 Dec 2000 04:35:32 -0800 (PST) Received: (from eivind@localhost) by warning.follo.net (8.9.3/8.9.3) id NAA60116; Fri, 8 Dec 2000 13:35:24 +0100 (CET) Date: Fri, 8 Dec 2000 13:35:23 +0100 From: Eivind Eklund To: "Daniel C. Sobral" Cc: Christopher Masto , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001208133523.A58535@warning.follo.net> References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> <3A2EFBC4.EE8D90B1@newsguy.com> <20001207173453.A18103@netmonger.net> <3A30A286.30E102EC@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <3A30A286.30E102EC@newsguy.com>; from dcs@newsguy.com on Fri, Dec 08, 2000 at 05:57:42PM +0900 Sender: eivind@warning.follo.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 08, 2000 at 05:57:42PM +0900, Daniel C. Sobral wrote: > > 4. Trivially reversible > > And trivially simple to wait 24 hours. I'm going to dispute this. Unless you already have an MFC log system in place, waiting 24 hours costs mindshare and a slight amount of nerves WRT forgetting. No matter what, it costs attention on doing the MFC the next day. The accumulated cost of this depends a lot on the personality of the person that is to do the MFC. For some, it is hardly a cost at all - for others, the cost is high enough that they are reluctant to do changes that should be MFCed. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 4:42:28 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 04:42:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 863C737B400; Fri, 8 Dec 2000 04:42:25 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8CgP636420; Fri, 8 Dec 2000 04:42:25 -0800 (PST) (envelope-from ru) Message-Id: <200012081242.eB8CgP636420@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 04:42:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd isdnd.rc.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 04:42:25 PST Modified files: usr.sbin/i4b/isdnd isdnd.rc.5 Log: mdoc(7) police: Once again, remove single-space hard sentence breaks. Revision Changes Path 1.16 +143 -70 src/usr.sbin/i4b/isdnd/isdnd.rc.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 4:52:49 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 04:52:46 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9392337B402; Fri, 8 Dec 2000 04:52:43 -0800 (PST) Received: (from non@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8Cqhr37862; Fri, 8 Dec 2000 04:52:43 -0800 (PST) (envelope-from non) Message-Id: <200012081252.eB8Cqhr37862@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Fri, 8 Dec 2000 04:52:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG non 2000/12/08 04:52:43 PST Modified files: release/texts/i386 RELNOTES.TXT Log: The drivers ncv, nsp and stg are already merged to -stable. Revision Changes Path 1.173 +2 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 5: 4:28 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:04:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD0B737B400; Fri, 8 Dec 2000 05:04:25 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8D4Ps39889; Fri, 8 Dec 2000 05:04:25 -0800 (PST) (envelope-from roam) Message-Id: <200012081304.eB8D4Ps39889@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 8 Dec 2000 05:04:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/es/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/08 05:04:25 PST Added files: shells/es/files patch-ab Log: free() before realloc() is bad, bad, bad. Submitted by: Loren James Rittle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 5: 6:29 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:06:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D980637B400; Fri, 8 Dec 2000 05:06:26 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8D6Qb42192; Fri, 8 Dec 2000 05:06:26 -0800 (PST) (envelope-from roam) Message-Id: <200012081306.eB8D6Qb42192@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 8 Dec 2000 05:06:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/es Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/08 05:06:26 PST Modified files: shells/es Makefile Log: Bump PORTREVISION because of the added efree()/erealloc() patch. Also, let people blame Loren James Rittle for future es problems ;) Submitted by: Loren James Rittle Revision Changes Path 1.11 +3 -2 ports/shells/es/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 8 5: 8:20 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:08:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DA1537B400; Fri, 8 Dec 2000 05:08:16 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8D8GG42455; Fri, 8 Dec 2000 05:08:16 -0800 (PST) (envelope-from roam) Message-Id: <200012081308.eB8D8GG42455@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 8 Dec 2000 05:08:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/es Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/08 05:08:16 PST Modified files: shells/es Makefile Log: Well, basic reading skills certainly do help occassionally - Loren James Rittle suggested that he be added as port maintainer with another e-mail address. Revision Changes Path 1.12 +2 -2 ports/shells/es/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 8 5:27:32 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:27:30 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02FA137B400; Fri, 8 Dec 2000 05:27:30 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8DRTZ44720; Fri, 8 Dec 2000 05:27:29 -0800 (PST) (envelope-from obrien) Message-Id: <200012081327.eB8DRTZ44720@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 8 Dec 2000 05:27:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/compaq-cc Makefile pkg-plist ports/lang/compaq-cc/files errno_location.c ieee_fp_control.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/08 05:27:29 PST Modified files: lang/compaq-cc Makefile pkg-plist Added files: lang/compaq-cc/files errno_location.c ieee_fp_control.c Log: * Remove the Linux -dynamic-linker specification from the `ld' execution. Luckly our `ld' knows the name of our dynamic linker and DTRT. * Remove the DECpaq shared libs from the standard search dir as linking with them gives unresolved symbols. Thus we'll use the .a's for now. * Add the symbols __errno_location, __ieee_get_fp_control, and __ieee_set_fp_control (mapped to native interfaces) to the static Compaq Portable Math Library. Thus all symbols are resolved. This allows `CC=ccc' to build fully native FreeBSD Alpha binaries. Revision Changes Path 1.2 +17 -5 ports/lang/compaq-cc/Makefile 1.2 +4 -3 ports/lang/compaq-cc/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 8 5:30:22 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:30:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52CAC37B400; Fri, 8 Dec 2000 05:30:19 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8DUJB45734; Fri, 8 Dec 2000 05:30:19 -0800 (PST) (envelope-from roam) Message-Id: <200012081330.eB8DUJB45734@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 8 Dec 2000 05:30:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/lopster Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/08 05:30:19 PST Modified files: audio/lopster Makefile distinfo Log: Update to 0.9.7-1. PR: 23369 Submitted by: maintainer Revision Changes Path 1.6 +3 -2 ports/audio/lopster/Makefile 1.4 +1 -1 ports/audio/lopster/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 8 5:30:55 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:30:53 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F195937B400; Fri, 8 Dec 2000 05:30:52 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8DUqR45984; Fri, 8 Dec 2000 05:30:52 -0800 (PST) (envelope-from roam) Message-Id: <200012081330.eB8DUqR45984@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 8 Dec 2000 05:30:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/lopster/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/12/08 05:30:52 PST Removed files: audio/lopster/files patch-aa Log: No longer needed in 0.9.7-1. PR: 23369 Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 5:34:46 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:34:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A83B37B400; Fri, 8 Dec 2000 05:34:42 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8DYgU47132; Fri, 8 Dec 2000 05:34:42 -0800 (PST) (envelope-from ru) Message-Id: <200012081334.eB8DYgU47132@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 05:34:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cat cat.1 src/bin/chio chio.1 src/bin/chmod chmod.1 src/bin/cp cp.1 src/bin/date date.1 src/bin/dd dd.1 src/bin/df df.1 src/bin/domainname domainname.1 src/bin/echo echo.1 src/bin/ed ed.1 src/bin/expr expr.1 src/bin/hostname ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 05:34:42 PST Modified files: (Branch: RELENG_4) bin/cat cat.1 bin/chio chio.1 bin/chmod chmod.1 bin/cp cp.1 bin/date date.1 bin/dd dd.1 bin/df df.1 bin/domainname domainname.1 bin/echo echo.1 bin/ed ed.1 bin/expr expr.1 bin/hostname hostname.1 bin/kill kill.1 bin/ln ln.1 symlink.7 bin/ls ls.1 bin/mkdir mkdir.1 bin/mv mv.1 bin/pax pax.1 bin/ps ps.1 bin/pwd pwd.1 bin/rcp rcp.1 bin/rm rm.1 bin/rmdir rmdir.1 bin/sh sh.1 bin/stty stty.1 bin/sync sync.8 bin/test test.1 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.10.2.4 +2 -2 src/bin/cat/cat.1 1.10.2.2 +8 -5 src/bin/chio/chio.1 1.17.2.1 +5 -4 src/bin/chmod/chmod.1 1.16.2.1 +3 -3 src/bin/cp/cp.1 1.34.2.5 +3 -3 src/bin/date/date.1 1.15.2.1 +3 -3 src/bin/dd/dd.1 1.18.2.3 +2 -2 src/bin/df/df.1 1.8.2.1 +3 -3 src/bin/domainname/domainname.1 1.10.2.1 +2 -2 src/bin/echo/echo.1 1.17.2.2 +17 -13 src/bin/ed/ed.1 1.9.2.1 +2 -2 src/bin/expr/expr.1 1.10.2.1 +2 -2 src/bin/hostname/hostname.1 1.11.2.1 +5 -5 src/bin/kill/kill.1 1.11.2.2 +3 -3 src/bin/ln/ln.1 1.13.2.2 +2 -2 src/bin/ln/symlink.7 1.33.2.5 +3 -3 src/bin/ls/ls.1 1.12.2.1 +2 -2 src/bin/mkdir/mkdir.1 1.15.2.1 +3 -3 src/bin/mv/mv.1 1.12.2.1 +6 -6 src/bin/pax/pax.1 1.24.2.1 +3 -3 src/bin/ps/ps.1 1.10.2.1 +2 -2 src/bin/pwd/pwd.1 1.9.2.1 +5 -5 src/bin/rcp/rcp.1 1.19.2.1 +3 -3 src/bin/rm/rm.1 1.8.2.1 +2 -2 src/bin/rmdir/rmdir.1 1.39.2.3 +2 -2 src/bin/sh/sh.1 1.13.2.1 +4 -6 src/bin/stty/stty.1 1.8.2.2 +3 -3 src/bin/sync/sync.8 1.11.2.1 +8 -8 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 8 5:38: 9 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:38:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FE9F37B400; Fri, 8 Dec 2000 05:38:07 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8Dc7R48018; Fri, 8 Dec 2000 05:38:07 -0800 (PST) (envelope-from ru) Message-Id: <200012081338.eB8Dc7R48018@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 05:38:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/pnpinfo pnpinfo.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 05:38:07 PST Modified files: (Branch: RELENG_4) contrib/pnpinfo pnpinfo.8 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.2.2.1 +2 -2 src/contrib/pnpinfo/pnpinfo.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 8 5:38:57 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:38:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F93E37B400; Fri, 8 Dec 2000 05:38:54 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8DcsU48156; Fri, 8 Dec 2000 05:38:54 -0800 (PST) (envelope-from ru) Message-Id: <200012081338.eB8DcsU48156@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 05:38:54 -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 X-Loop: FreeBSD.ORG ru 2000/12/08 05:38:54 PST Modified files: (Branch: RELENG_4) crypto/telnet/telnet telnet.1 crypto/telnet/telnetd telnetd.8 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.4.2.1 +42 -48 src/crypto/telnet/telnet/telnet.1 1.5.2.1 +3 -5 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 8 5:40: 9 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:40:06 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39CA037B400; Fri, 8 Dec 2000 05:40:06 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8De6x48559; Fri, 8 Dec 2000 05:40:06 -0800 (PST) (envelope-from ru) Message-Id: <200012081340.eB8De6x48559@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 05:40:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/adventure adventure.6 src/games/bcd bcd.6 src/games/caesar caesar.6 src/games/dm dm.8 src/games/fortune/fortune fortune.6 src/games/fortune/strfile strfile.8 src/games/larn larn.6 src/games/number number.6 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 05:40:06 PST Modified files: (Branch: RELENG_4) games/adventure adventure.6 games/bcd bcd.6 games/caesar caesar.6 games/dm dm.8 games/fortune/fortune fortune.6 games/fortune/strfile strfile.8 games/larn larn.6 games/number number.6 games/piano piano.6 games/pig pig.6 games/quiz quiz.6 games/random random.6 games/wargames wargames.6 games/worms worms.6 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.3.2.1 +2 -2 src/games/adventure/adventure.6 1.7.2.1 +4 -5 src/games/bcd/bcd.6 1.5.2.1 +3 -3 src/games/caesar/caesar.6 1.3.2.1 +6 -6 src/games/dm/dm.8 1.9.2.2 +3 -3 src/games/fortune/fortune/fortune.6 1.5.2.1 +5 -5 src/games/fortune/strfile/strfile.8 1.6.2.1 +3 -3 src/games/larn/larn.6 1.3.2.1 +7 -6 src/games/number/number.6 1.2.6.1 +7 -5 src/games/piano/piano.6 1.4.2.1 +2 -2 src/games/pig/pig.6 1.3.2.1 +7 -7 src/games/quiz/quiz.6 1.3.2.1 +3 -3 src/games/random/random.6 1.1.4.1 +4 -4 src/games/wargames/wargames.6 1.4.2.1 +2 -2 src/games/worms/worms.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 8 5:40:59 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:40:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B891B37B400; Fri, 8 Dec 2000 05:40:55 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8DetX48836; Fri, 8 Dec 2000 05:40:55 -0800 (PST) (envelope-from ru) Message-Id: <200012081340.eB8DetX48836@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 05:40:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/ld ld.1 src/gnu/usr.bin/man/catman catman.1 src/gnu/usr.bin/man/makewhatis makewhatis.local.8 src/gnu/usr.bin/tar tar.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 05:40:55 PST Modified files: (Branch: RELENG_4) gnu/usr.bin/ld ld.1 gnu/usr.bin/man/catman catman.1 gnu/usr.bin/man/makewhatis makewhatis.local.8 gnu/usr.bin/tar tar.1 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.21.2.1 +14 -13 src/gnu/usr.bin/ld/ld.1 1.17.2.2 +3 -3 src/gnu/usr.bin/man/catman/catman.1 1.8.2.1 +3 -3 src/gnu/usr.bin/man/makewhatis/makewhatis.local.8 1.22.2.2 +13 -10 src/gnu/usr.bin/tar/tar.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 8 5:49:53 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:49:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 249E837B400; Fri, 8 Dec 2000 05:49:42 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8Dngn50930; Fri, 8 Dec 2000 05:49:42 -0800 (PST) (envelope-from ru) Message-Id: <200012081349.eB8Dngn50930@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 05:49:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/compat-43 sigpause.2 sigvec.2 src/lib/libc/gen basename.3 dirname.3 dllockinit.3 fts.3 getvfsbyname.3 getvfsent.3 glob.3 msgrcv.3 msgsnd.3 popen.3 setproctitle.3 shm_open.3 siginterrupt.3 signal.3 sysctl.3 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 05:49:41 PST Modified files: (Branch: RELENG_4) lib/libc/compat-43 sigpause.2 sigvec.2 lib/libc/gen basename.3 dirname.3 dllockinit.3 fts.3 getvfsbyname.3 getvfsent.3 glob.3 msgrcv.3 msgsnd.3 popen.3 setproctitle.3 shm_open.3 siginterrupt.3 signal.3 sysctl.3 tcsetpgrp.3 timezone.3 unvis.3 lib/libc/i386/sys i386_get_ldt.2 lib/libc/locale rune.3 lib/libc/net ethers.3 getaddrinfo.3 getservent.3 inet.3 rcmd.3 lib/libc/nls catopen.3 lib/libc/rpc bindresvport.3 getrpcent.3 lib/libc/stdio fclose.3 printf.3 stdio.3 lib/libc/stdlib getenv.3 getopt.3 getsubopt.3 malloc.3 strtod.3 lib/libc/stdtime strptime.3 time2posix.3 lib/libc/string memset.3 strtok.3 lib/libc/sys aio_cancel.2 aio_error.2 aio_return.2 aio_waitcomplete.2 chmod.2 chroot.2 clock_gettime.2 connect.2 execve.2 fcntl.2 getfh.2 getfsstat.2 gettimeofday.2 intro.2 kldnext.2 kqueue.2 link.2 mkfifo.2 mmap.2 modnext.2 mount.2 nfssvc.2 pathconf.2 ptrace.2 rfork.2 rtprio.2 sched_get_priority_max.2 sched_setparam.2 sched_setscheduler.2 sched_yield.2 semop.2 sendfile.2 setresuid.2 sigaction.2 sigaltstack.2 sigsuspend.2 socket.2 socketpair.2 stat.2 statfs.2 truncate.2 undelete.2 wait.2 lib/libc_r/man pthread_condattr.3 sem_destroy.3 sem_init.3 lib/libcam cam_cdbparse.3 lib/libcrypt crypt.3 lib/libdevstat devstat.3 lib/libdisk libdisk.3 lib/libedit editline.3 editrc.5 lib/libfetch fetch.3 lib/libkvm kvm_geterr.3 kvm_getfiles.3 kvm_getprocs.3 kvm_open.3 lib/libm/common_source acos.3 ieee.3 infnan.3 lgamma.3 sqrt.3 lib/libpam/modules/pam_radius pam_radius.8 lib/libposix1e acl.3 acl_delete.3 acl_dup.3 acl_free.3 acl_from_text.3 acl_get.3 acl_init.3 acl_set.3 acl_to_text.3 acl_valid.3 posix1e.3 lib/libradius libradius.3 radius.conf.5 lib/libtacplus libtacplus.3 tacplus.conf.5 lib/libusb usb.3 lib/libutil auth.conf.5 fparseln.3 login.conf.5 property.3 lib/libvgl vgl.3 lib/msun/man acos.3 lgamma.3 sqrt.3 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.5.2.2 +2 -2 src/lib/libc/compat-43/sigpause.2 1.9.2.3 +3 -3 src/lib/libc/compat-43/sigvec.2 1.1.2.2 +2 -2 src/lib/libc/gen/basename.3 1.1.2.2 +2 -2 src/lib/libc/gen/dirname.3 1.5.2.3 +3 -2 src/lib/libc/gen/dllockinit.3 1.7.2.2 +13 -13 src/lib/libc/gen/fts.3 1.7.2.2 +2 -7 src/lib/libc/gen/getvfsbyname.3 1.17.2.2 +2 -1 src/lib/libc/gen/getvfsent.3 1.7.2.3 +24 -24 src/lib/libc/gen/glob.3 1.8.2.2 +2 -2 src/lib/libc/gen/msgrcv.3 1.9.2.2 +2 -2 src/lib/libc/gen/msgsnd.3 1.10.2.2 +4 -5 src/lib/libc/gen/popen.3 1.16.2.2 +2 -1 src/lib/libc/gen/setproctitle.3 1.3.2.2 +12 -13 src/lib/libc/gen/shm_open.3 1.6.2.2 +4 -4 src/lib/libc/gen/siginterrupt.3 1.17.2.3 +8 -6 src/lib/libc/gen/signal.3 1.33.2.5 +14 -16 src/lib/libc/gen/sysctl.3 1.6.2.2 +8 -12 src/lib/libc/gen/tcsetpgrp.3 1.4.2.3 +3 -3 src/lib/libc/gen/timezone.3 1.6.2.2 +2 -2 src/lib/libc/gen/unvis.3 1.6.2.4 +2 -2 src/lib/libc/i386/sys/i386_get_ldt.2 1.10.2.3 +6 -6 src/lib/libc/locale/rune.3 1.10.2.5 +2 -2 src/lib/libc/net/ethers.3 1.2.2.4 +2 -2 src/lib/libc/net/getaddrinfo.3 1.7.2.2 +1 -2 src/lib/libc/net/getservent.3 1.8.2.2 +5 -5 src/lib/libc/net/inet.3 1.12.2.5 +2 -2 src/lib/libc/net/rcmd.3 1.9.2.4 +2 -2 src/lib/libc/nls/catopen.3 1.10.2.1 +2 -2 src/lib/libc/rpc/bindresvport.3 1.11.2.1 +2 -2 src/lib/libc/rpc/getrpcent.3 1.7.2.2 +4 -2 src/lib/libc/stdio/fclose.3 1.17.2.2 +1 -2 src/lib/libc/stdio/printf.3 1.10.2.2 +3 -3 src/lib/libc/stdio/stdio.3 1.4.2.3 +4 -2 src/lib/libc/stdlib/getenv.3 1.11.2.3 +2 -2 src/lib/libc/stdlib/getopt.3 1.5.2.2 +2 -2 src/lib/libc/stdlib/getsubopt.3 1.25.2.4 +3 -2 src/lib/libc/stdlib/malloc.3 1.4.2.3 +3 -3 src/lib/libc/stdlib/strtod.3 1.9.2.2 +2 -3 src/lib/libc/stdtime/strptime.3 1.9.2.2 +16 -14 src/lib/libc/stdtime/time2posix.3 1.3.2.2 +2 -2 src/lib/libc/string/memset.3 1.10.2.3 +3 -3 src/lib/libc/string/strtok.3 1.5.2.4 +3 -2 src/lib/libc/sys/aio_cancel.2 1.6.2.3 +2 -2 src/lib/libc/sys/aio_error.2 1.5.2.3 +2 -2 src/lib/libc/sys/aio_return.2 1.1.2.4 +4 -2 src/lib/libc/sys/aio_waitcomplete.2 1.16.2.2 +5 -2 src/lib/libc/sys/chmod.2 1.7.2.3 +7 -3 src/lib/libc/sys/chroot.2 1.3.2.3 +2 -2 src/lib/libc/sys/clock_gettime.2 1.11.2.3 +2 -2 src/lib/libc/sys/connect.2 1.16.2.4 +1 -3 src/lib/libc/sys/execve.2 1.16.2.3 +1 -2 src/lib/libc/sys/fcntl.2 1.7.2.2 +8 -8 src/lib/libc/sys/getfh.2 1.7.2.2 +3 -3 src/lib/libc/sys/getfsstat.2 1.9.2.3 +2 -2 src/lib/libc/sys/gettimeofday.2 1.21.2.2 +1 -4 src/lib/libc/sys/intro.2 1.5.2.3 +4 -2 src/lib/libc/sys/kldnext.2 1.1.2.7 +2 -2 src/lib/libc/sys/kqueue.2 1.11.2.3 +1 -2 src/lib/libc/sys/link.2 1.9.2.3 +2 -2 src/lib/libc/sys/mkfifo.2 1.22.2.4 +4 -4 src/lib/libc/sys/mmap.2 1.1.2.2 +4 -2 src/lib/libc/sys/modnext.2 1.20.2.3 +5 -5 src/lib/libc/sys/mount.2 1.8.2.3 +11 -4 src/lib/libc/sys/nfssvc.2 1.4.2.2 +4 -3 src/lib/libc/sys/pathconf.2 1.12.2.4 +2 -2 src/lib/libc/sys/ptrace.2 1.11.2.4 +5 -6 src/lib/libc/sys/rfork.2 1.13.2.3 +2 -1 src/lib/libc/sys/rtprio.2 1.3.2.4 +3 -3 src/lib/libc/sys/sched_get_priority_max.2 1.4.2.3 +2 -2 src/lib/libc/sys/sched_setparam.2 1.3.2.4 +2 -2 src/lib/libc/sys/sched_setscheduler.2 1.2.2.3 +2 -2 src/lib/libc/sys/sched_yield.2 1.7.2.2 +5 -3 src/lib/libc/sys/semop.2 1.6.2.3 +4 -2 src/lib/libc/sys/sendfile.2 1.2.2.3 +4 -4 src/lib/libc/sys/setresuid.2 1.22.2.4 +3 -3 src/lib/libc/sys/sigaction.2 1.11.2.3 +2 -2 src/lib/libc/sys/sigaltstack.2 1.9.2.2 +2 -2 src/lib/libc/sys/sigsuspend.2 1.12.2.3 +2 -2 src/lib/libc/sys/socket.2 1.6.2.3 +2 -2 src/lib/libc/sys/socketpair.2 1.16.2.3 +4 -4 src/lib/libc/sys/stat.2 1.9.2.3 +2 -2 src/lib/libc/sys/statfs.2 1.7.2.3 +2 -2 src/lib/libc/sys/truncate.2 1.4.2.3 +3 -3 src/lib/libc/sys/undelete.2 1.6.2.3 +2 -2 src/lib/libc/sys/wait.2 1.2.2.3 +3 -2 src/lib/libc_r/man/pthread_condattr.3 1.1.2.3 +4 -2 src/lib/libc_r/man/sem_destroy.3 1.1.2.5 +4 -2 src/lib/libc_r/man/sem_init.3 1.3.2.4 +7 -4 src/lib/libcam/cam_cdbparse.3 1.6.2.4 +4 -3 src/lib/libcrypt/crypt.3 1.7.2.2 +9 -9 src/lib/libdevstat/devstat.3 1.11.2.3 +10 -7 src/lib/libdisk/libdisk.3 1.8.2.3 +2 -1 src/lib/libedit/editline.3 1.5.2.1 +2 -1 src/lib/libedit/editrc.5 1.11.2.10 +7 -4 src/lib/libfetch/fetch.3 1.3.2.2 +1 -2 src/lib/libkvm/kvm_geterr.3 1.6.2.2 +1 -2 src/lib/libkvm/kvm_getfiles.3 1.6.2.2 +1 -2 src/lib/libkvm/kvm_getprocs.3 1.5.2.2 +1 -2 src/lib/libkvm/kvm_open.3 1.4.2.2 +2 -2 src/lib/libm/common_source/acos.3 1.4.2.2 +3 -3 src/lib/libm/common_source/ieee.3 1.4.2.2 +10 -9 src/lib/libm/common_source/infnan.3 1.4.2.2 +4 -4 src/lib/libm/common_source/lgamma.3 1.4.2.2 +4 -4 src/lib/libm/common_source/sqrt.3 1.3.2.1 +2 -1 src/lib/libpam/modules/pam_radius/pam_radius.8 1.2.2.2 +6 -3 src/lib/libposix1e/acl.3 1.2.2.2 +3 -2 src/lib/libposix1e/acl_delete.3 1.2.2.2 +3 -2 src/lib/libposix1e/acl_dup.3 1.2.2.2 +3 -2 src/lib/libposix1e/acl_free.3 1.3.2.2 +3 -2 src/lib/libposix1e/acl_from_text.3 1.3.2.2 +3 -2 src/lib/libposix1e/acl_get.3 1.2.2.2 +3 -2 src/lib/libposix1e/acl_init.3 1.2.2.2 +3 -2 src/lib/libposix1e/acl_set.3 1.2.2.2 +6 -3 src/lib/libposix1e/acl_to_text.3 1.2.2.2 +6 -3 src/lib/libposix1e/acl_valid.3 1.3.2.2 +11 -5 src/lib/libposix1e/posix1e.3 1.6.2.1 +4 -2 src/lib/libradius/libradius.3 1.4.2.1 +4 -2 src/lib/libradius/radius.conf.5 1.3.2.2 +4 -2 src/lib/libtacplus/libtacplus.3 1.3.2.1 +4 -2 src/lib/libtacplus/tacplus.conf.5 1.1.2.2 +2 -2 src/lib/libusb/usb.3 1.3.2.1 +2 -2 src/lib/libutil/auth.conf.5 1.5.2.3 +2 -2 src/lib/libutil/fparseln.3 1.22.2.5 +8 -4 src/lib/libutil/login.conf.5 1.8.2.4 +4 -4 src/lib/libutil/property.3 1.12.2.2 +2 -2 src/lib/libvgl/vgl.3 1.6.2.1 +2 -2 src/lib/msun/man/acos.3 1.7.2.1 +4 -4 src/lib/msun/man/lgamma.3 1.6.2.1 +4 -4 src/lib/msun/man/sqrt.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 8 5:50:23 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:50:20 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B06A137B400; Fri, 8 Dec 2000 05:50:20 -0800 (PST) Received: (from non@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8DoKv51043; Fri, 8 Dec 2000 05:50:20 -0800 (PST) (envelope-from non) Message-Id: <200012081350.eB8DoKv51043@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Fri, 8 Dec 2000 05:50:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/stg tmc18c30.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG non 2000/12/08 05:50:20 PST Modified files: sys/dev/stg tmc18c30.c Log: Remove conflicts between unsinged char *s and int s. It was possible cause of kernel panic. Pointed Out by: phk@FreeBSD.ORG Revision Changes Path 1.2 +7 -7 src/sys/dev/stg/tmc18c30.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 8 5:52:39 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:52:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B88AC37B400; Fri, 8 Dec 2000 05:52:33 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8DqXe51671; Fri, 8 Dec 2000 05:52:33 -0800 (PST) (envelope-from ru) Message-Id: <200012081352.eB8DqXe51671@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 05:52:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd bootpd.8 bootptab.5 src/libexec/comsat comsat.8 src/libexec/fingerd fingerd.8 src/libexec/ftpd ftpd.8 src/libexec/getty getty.8 gettytab.5 src/libexec/makekey makekey.8 src/libexec/mknetid mknetid.8 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 05:52:33 PST Modified files: (Branch: RELENG_4) libexec/bootpd bootpd.8 bootptab.5 libexec/comsat comsat.8 libexec/fingerd fingerd.8 libexec/ftpd ftpd.8 libexec/getty getty.8 gettytab.5 libexec/makekey makekey.8 libexec/mknetid mknetid.8 libexec/rbootd rbootd.8 libexec/revnetgroup revnetgroup.8 libexec/rexecd rexecd.8 libexec/rlogind rlogind.8 libexec/rshd rshd.8 libexec/talkd talkd.8 libexec/telnetd telnetd.8 libexec/tftpd tftpd.8 libexec/ypxfr ypxfr.8 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.10.2.1 +11 -11 src/libexec/bootpd/bootpd.8 1.4.2.1 +28 -29 src/libexec/bootpd/bootptab.5 1.6.2.1 +2 -2 src/libexec/comsat/comsat.8 1.4.2.1 +2 -2 src/libexec/fingerd/fingerd.8 1.31.2.2 +3 -3 src/libexec/ftpd/ftpd.8 1.10.2.1 +2 -2 src/libexec/getty/getty.8 1.21.2.2 +2 -4 src/libexec/getty/gettytab.5 1.9.2.1 +2 -2 src/libexec/makekey/makekey.8 1.7.2.1 +4 -4 src/libexec/mknetid/mknetid.8 1.9.2.1 +2 -2 src/libexec/rbootd/rbootd.8 1.7.2.1 +4 -4 src/libexec/revnetgroup/revnetgroup.8 1.9.2.2 +3 -3 src/libexec/rexecd/rexecd.8 1.13.2.1 +4 -4 src/libexec/rlogind/rlogind.8 1.18.2.1 +3 -3 src/libexec/rshd/rshd.8 1.3.2.1 +2 -2 src/libexec/talkd/talkd.8 1.16.2.2 +3 -3 src/libexec/telnetd/telnetd.8 1.6.2.2 +2 -2 src/libexec/tftpd/tftpd.8 1.10.2.1 +3 -3 src/libexec/ypxfr/ypxfr.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 8 5:52:49 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:52:46 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A0F437B708; Fri, 8 Dec 2000 05:52:45 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8Dqj751703; Fri, 8 Dec 2000 05:52:45 -0800 (PST) (envelope-from jmz) Message-Id: <200012081352.eB8Dqj751703@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Fri, 8 Dec 2000 05:52:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/p2c Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/12/08 05:52:45 PST Modified files: lang/p2c Makefile Log: Update MASTER_SITES Revision Changes Path 1.14 +4 -4 ports/lang/p2c/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 8 5:53: 6 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:53:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0EE037B401; Fri, 8 Dec 2000 05:53:03 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8Dr3S51771; Fri, 8 Dec 2000 05:53:03 -0800 (PST) (envelope-from ru) Message-Id: <200012081353.eB8Dr3S51771@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 05:53:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall sysinstall.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 05:53:03 PST Modified files: (Branch: RELENG_4) release/sysinstall sysinstall.8 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.31.2.4 +7 -9 src/release/sysinstall/sysinstall.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 8 5:54: 6 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 05:54:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B67B37B400; Fri, 8 Dec 2000 05:54:04 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8Ds4551917; Fri, 8 Dec 2000 05:54:04 -0800 (PST) (envelope-from obrien) Message-Id: <200012081354.eB8Ds4551917@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 8 Dec 2000 05:54:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/compaq-cc Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/08 05:54:04 PST Modified files: lang/compaq-cc Makefile pkg-plist Log: Replace pre-defined "linux" symbol with "FreeBSD". Revision Changes Path 1.3 +4 -1 ports/lang/compaq-cc/Makefile 1.3 +4 -3 ports/lang/compaq-cc/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 8 6: 4:32 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 06:04:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4303A37B400; Fri, 8 Dec 2000 06:04:23 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8E4NT55433; Fri, 8 Dec 2000 06:04:23 -0800 (PST) (envelope-from ru) Message-Id: <200012081404.eB8E4NT55433@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 06:04:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 src/sbin/camcontrol camcontrol.8 src/sbin/ccdconfig ccdconfig.8 src/sbin/clri clri.8 src/sbin/comcontrol comcontrol.8 src/sbin/disklabel disklabel.8 src/sbin/dmesg dmesg.8 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 06:04:22 PST Modified files: (Branch: RELENG_4) sbin/adjkerntz adjkerntz.8 sbin/badsect badsect.8 sbin/camcontrol camcontrol.8 sbin/ccdconfig ccdconfig.8 sbin/clri clri.8 sbin/comcontrol comcontrol.8 sbin/disklabel disklabel.8 sbin/dmesg dmesg.8 sbin/dump dump.8 sbin/dumpfs dumpfs.8 sbin/dumpon dumpon.8 sbin/fsck fsck.8 sbin/fsdb fsdb.8 sbin/fsirand fsirand.8 sbin/i386/cxconfig cxconfig.8 sbin/i386/fdisk fdisk.8 sbin/i386/nextboot nextboot.8 sbin/ifconfig ifconfig.8 sbin/init init.8 sbin/ip6fw ip6fw.8 sbin/ipfw ipfw.8 sbin/kget kget.8 sbin/kldload kldload.8 sbin/kldstat kldstat.8 sbin/kldunload kldunload.8 sbin/ldconfig ldconfig.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_msdos mount_msdos.8 sbin/mount_nfs mount_nfs.8 sbin/mount_ntfs mount_ntfs.8 sbin/mount_null mount_null.8 sbin/mount_nwfs mount_nwfs.8 sbin/mount_portal mount_portal.8 sbin/mount_std mount_std.8 sbin/mount_umap mount_umap.8 sbin/mount_union mount_union.8 sbin/mountd exports.5 mountd.8 netgroup.5 sbin/natd natd.8 sbin/newfs newfs.8 sbin/newfs_msdos newfs_msdos.8 sbin/nfsd nfsd.8 sbin/nfsiod nfsiod.8 sbin/nologin nologin.8 sbin/nos-tun nos-tun.8 sbin/pc98/fdisk fdisk.8 sbin/ping ping.8 sbin/ping6 ping6.8 sbin/quotacheck quotacheck.8 sbin/reboot reboot.8 sbin/restore restore.8 sbin/route route.8 sbin/routed routed.8 sbin/routed/rtquery rtquery.8 sbin/savecore savecore.8 sbin/shutdown shutdown.8 sbin/slattach slattach.8 sbin/spppcontrol spppcontrol.8 sbin/startslip startslip.1 sbin/swapon swapon.8 sbin/sysctl sysctl.8 sbin/tunefs tunefs.8 sbin/umount umount.8 sbin/vinum vinum.8 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.18.2.1 +4 -4 src/sbin/adjkerntz/adjkerntz.8 1.10.2.1 +3 -3 src/sbin/badsect/badsect.8 1.19.2.5 +43 -43 src/sbin/camcontrol/camcontrol.8 1.9.2.1 +8 -8 src/sbin/ccdconfig/ccdconfig.8 1.7.2.1 +2 -2 src/sbin/clri/clri.8 1.15.2.2 +2 -2 src/sbin/comcontrol/comcontrol.8 1.15.2.6 +108 -67 src/sbin/disklabel/disklabel.8 1.5.2.1 +2 -2 src/sbin/dmesg/dmesg.8 1.27.2.2 +5 -6 src/sbin/dump/dump.8 1.5.2.1 +2 -2 src/sbin/dumpfs/dumpfs.8 1.11.2.4 +3 -3 src/sbin/dumpon/dumpon.8 1.14.2.1 +6 -6 src/sbin/fsck/fsck.8 1.12.2.1 +5 -6 src/sbin/fsdb/fsdb.8 1.10.2.1 +4 -3 src/sbin/fsirand/fsirand.8 1.5.2.1 +5 -5 src/sbin/i386/cxconfig/cxconfig.8 1.17.2.2 +31 -36 src/sbin/i386/fdisk/fdisk.8 1.11.2.1 +4 -4 src/sbin/i386/nextboot/nextboot.8 1.27.2.3 +7 -7 src/sbin/ifconfig/ifconfig.8 1.22.2.4 +3 -3 src/sbin/init/init.8 1.3.2.2 +9 -7 src/sbin/ip6fw/ip6fw.8 1.63.2.7 +15 -14 src/sbin/ipfw/ipfw.8 1.3.2.1 +2 -2 src/sbin/kget/kget.8 1.7.2.1 +2 -2 src/sbin/kldload/kldload.8 1.7.2.3 +2 -2 src/sbin/kldstat/kldstat.8 1.9.2.1 +3 -3 src/sbin/kldunload/kldunload.8 1.19.2.2 +5 -4 src/sbin/ldconfig/ldconfig.8 1.10.2.1 +2 -2 src/sbin/md5/md5.1 1.11.2.2 +3 -3 src/sbin/mknod/mknod.8 1.6.2.1 +5 -5 src/sbin/mount/getmntopts.3 1.31.2.3 +5 -5 src/sbin/mount/mount.8 1.12.2.1 +2 -2 src/sbin/mount_cd9660/mount_cd9660.8 1.6.2.1 +2 -2 src/sbin/mount_ext2fs/mount_ext2fs.8 1.1.2.1 +5 -4 src/sbin/mount_hpfs/mount_hpfs.8 1.19.2.1 +3 -3 src/sbin/mount_msdos/mount_msdos.8 1.18.2.3 +3 -3 src/sbin/mount_nfs/mount_nfs.8 1.6.2.1 +2 -2 src/sbin/mount_ntfs/mount_ntfs.8 1.11.2.2 +3 -3 src/sbin/mount_null/mount_null.8 1.7.2.1 +3 -3 src/sbin/mount_nwfs/mount_nwfs.8 1.8.2.1 +2 -2 src/sbin/mount_portal/mount_portal.8 1.9.2.2 +3 -3 src/sbin/mount_std/mount_std.8 1.10.2.1 +2 -2 src/sbin/mount_umap/mount_umap.8 1.6.2.1 +11 -9 src/sbin/mount_union/mount_union.8 1.10.2.2 +2 -2 src/sbin/mountd/exports.5 1.16.2.2 +2 -2 src/sbin/mountd/mountd.8 1.10.2.1 +2 -2 src/sbin/mountd/netgroup.5 1.27.2.6 +60 -25 src/sbin/natd/natd.8 1.26.2.1 +4 -6 src/sbin/newfs/newfs.8 1.7.2.3 +2 -2 src/sbin/newfs_msdos/newfs_msdos.8 1.12.2.1 +8 -8 src/sbin/nfsd/nfsd.8 1.9.2.1 +2 -2 src/sbin/nfsiod/nfsiod.8 1.4.2.1 +2 -2 src/sbin/nologin/nologin.8 1.6.2.1 +3 -2 src/sbin/nos-tun/nos-tun.8 1.1.2.2 +30 -37 src/sbin/pc98/fdisk/fdisk.8 1.25.2.1 +3 -3 src/sbin/ping/ping.8 1.3.2.4 +3 -3 src/sbin/ping6/ping6.8 1.6.2.1 +3 -3 src/sbin/quotacheck/quotacheck.8 1.10.2.1 +2 -2 src/sbin/reboot/reboot.8 1.20.2.3 +22 -23 src/sbin/restore/restore.8 1.17.2.3 +8 -5 src/sbin/route/route.8 1.15.2.2 +6 -6 src/sbin/routed/routed.8 1.11.2.1 +1 -2 src/sbin/routed/rtquery/rtquery.8 1.8.2.1 +3 -3 src/sbin/savecore/savecore.8 1.12.2.1 +2 -2 src/sbin/shutdown/shutdown.8 1.16.2.1 +5 -5 src/sbin/slattach/slattach.8 1.6.2.2 +3 -4 src/sbin/spppcontrol/spppcontrol.8 1.16.2.1 +4 -4 src/sbin/startslip/startslip.1 1.15.2.1 +3 -3 src/sbin/swapon/swapon.8 1.23.2.3 +4 -4 src/sbin/sysctl/sysctl.8 1.11.2.1 +2 -2 src/sbin/tunefs/tunefs.8 1.7.2.2 +3 -3 src/sbin/umount/umount.8 1.33.2.5 +30 -21 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 6:59:36 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 06:59:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA02C37B400; Fri, 8 Dec 2000 06:59:22 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8ExMu65907; Fri, 8 Dec 2000 06:59:22 -0800 (PST) (envelope-from ru) Message-Id: <200012081459.eB8ExMu65907@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 06:59:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/mdoc example.1 example.3 example.4 src/share/man/man1 builtin.1 src/share/man/man3 assert.3 bitstring.3 end.3 intro.3 pthread.3 stdarg.3 sysexits.3 src/share/man/man4 adv.4 adw.4 aha.4 amr.4 an.4 ata.4 atkbd.4 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 06:59:22 PST Modified files: (Branch: RELENG_4) share/examples/mdoc example.1 example.3 example.4 share/man/man1 builtin.1 share/man/man3 assert.3 bitstring.3 end.3 intro.3 pthread.3 stdarg.3 sysexits.3 share/man/man4 adv.4 adw.4 aha.4 amr.4 an.4 ata.4 atkbd.4 bktr.4 bpf.4 bridge.4 bt.4 ccd.4 cd.4 ch.4 csa.4 da.4 de.4 divert.4 dpt.4 dummynet.4 ed.4 fpa.4 fxp.4 gif.4 ifmib.4 inet6.4 intro.4 ip6.4 ipsec.4 isp.4 ispfw.4 joy.4 kame.4 keyboard.4 kld.4 lp.4 md.4 mem.4 mlx.4 mly.4 mtio.4 ng_ether.4 null.4 pass.4 pci.4 ppi.4 ppp.4 psm.4 pty.4 route.4 sa.4 sbc.4 screen.4 scsi.4 sd.4 ses.4 sf.4 si.4 sio.4 sl.4 smp.4 snp.4 splash.4 sppp.4 st.4 stf.4 sym.4 syncer.4 syscons.4 sysmouse.4 tap.4 termios.4 ttcp.4 tun.4 ukbd.4 umass.4 ums.4 uscanner.4 vga.4 vinum.4 vn.4 vpo.4 worm.4 wx.4 xpt.4 yp.4 share/man/man4/man4.i386 aic.4 apm.4 ar.4 asr.4 cs.4 cx.4 cy.4 dgb.4 ex.4 fe.4 gsc.4 ie.4 io.4 le.4 lnc.4 matcd.4 mcd.4 meteor.4 mse.4 npx.4 perfmon.4 pnp.4 rdp.4 sb.4 scd.4 spkr.4 sr.4 vx.4 wl.4 wt.4 share/man/man5 core.5 devfs.5 dir.5 disktab.5 ethers.5 fbtab.5 fdesc.5 fstab.5 group.5 hosts.5 hosts.equiv.5 hosts.lpd.5 intro.5 kernfs.5 link.5 linprocfs.5 networks.5 passwd.5 periodic.conf.5 procfs.5 protocols.5 remote.5 services.5 shells.5 stab.5 sysctl.conf.5 utmp.5 share/man/man6 intro.6 share/man/man7 ascii.7 clocks.7 environ.7 hier.7 intro.7 mdoc.7 mdoc.samples.7 ports.7 share/man/man8 crash.8 intro.8 picobsd.8 rc.8 share/man/man9 BUS_SETUP_INTR.9 DEVICE_PROBE.9 VFS_VGET.9 VOP_LOOKUP.9 VOP_PATHCONF.9 at_exit.9 at_fork.9 bus_alloc_resource.9 bus_generic_read_ivar.9 cd.9 copy.9 devfs_add_devswf.9 devfs_link.9 devstat.9 inittodr.9 intro.9 microtime.9 posix4.9 rtalloc.9 rtentry.9 sleep.9 spl.9 style.9 suser.9 time.9 timeout.9 uio.9 share/termcap termcap.5 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.12.2.1 +2 -2 src/share/examples/mdoc/example.1 1.12.2.2 +3 -3 src/share/examples/mdoc/example.3 1.10.2.1 +2 -2 src/share/examples/mdoc/example.4 1.5.2.5 +2 -2 src/share/man/man1/builtin.1 1.7.2.1 +2 -2 src/share/man/man3/assert.3 1.6.2.1 +2 -2 src/share/man/man3/bitstring.3 1.3.2.2 +2 -2 src/share/man/man3/end.3 1.9.2.1 +2 -2 src/share/man/man3/intro.3 1.12.2.1 +8 -4 src/share/man/man3/pthread.3 1.4.2.1 +3 -3 src/share/man/man3/stdarg.3 1.5.2.2 +4 -5 src/share/man/man3/sysexits.3 1.7.4.2 +5 -3 src/share/man/man4/adv.4 1.5.4.2 +4 -2 src/share/man/man4/adw.4 1.11.4.2 +3 -2 src/share/man/man4/aha.4 1.3.2.5 +2 -1 src/share/man/man4/amr.4 1.5.2.1 +2 -2 src/share/man/man4/an.4 1.3.2.4 +4 -3 src/share/man/man4/ata.4 1.12.2.2 +5 -4 src/share/man/man4/atkbd.4 1.9.2.2 +7 -6 src/share/man/man4/bktr.4 1.21.2.2 +6 -5 src/share/man/man4/bpf.4 1.6.2.3 +9 -8 src/share/man/man4/bridge.4 1.10.4.2 +2 -1 src/share/man/man4/bt.4 1.11.2.2 +15 -15 src/share/man/man4/ccd.4 1.17.2.2 +7 -7 src/share/man/man4/cd.4 1.18.2.2 +10 -9 src/share/man/man4/ch.4 1.3.2.1 +2 -2 src/share/man/man4/csa.4 1.22.2.3 +13 -13 src/share/man/man4/da.4 1.9.2.2 +2 -1 src/share/man/man4/de.4 1.15.2.2 +10 -9 src/share/man/man4/divert.4 1.5.4.2 +2 -1 src/share/man/man4/dpt.4 1.4.2.4 +5 -5 src/share/man/man4/dummynet.4 1.19.2.2 +6 -6 src/share/man/man4/ed.4 1.12.2.1 +4 -4 src/share/man/man4/fpa.4 1.11.2.2 +2 -1 src/share/man/man4/fxp.4 1.3.2.3 +5 -5 src/share/man/man4/gif.4 1.8.2.1 +2 -2 src/share/man/man4/ifmib.4 1.4.2.3 +3 -3 src/share/man/man4/inet6.4 1.13.2.1 +4 -4 src/share/man/man4/intro.4 1.1.2.2 +2 -2 src/share/man/man4/ip6.4 1.3.2.3 +2 -2 src/share/man/man4/ipsec.4 1.3.4.3 +5 -5 src/share/man/man4/isp.4 1.1.2.2 +2 -2 src/share/man/man4/ispfw.4 1.12.4.2 +3 -2 src/share/man/man4/joy.4 1.3.2.3 +4 -4 src/share/man/man4/kame.4 1.19.2.1 +2 -2 src/share/man/man4/keyboard.4 1.5.2.1 +7 -6 src/share/man/man4/kld.4 1.5.2.2 +10 -5 src/share/man/man4/lp.4 1.3.2.3 +4 -2 src/share/man/man4/md.4 1.7.2.1 +10 -10 src/share/man/man4/mem.4 1.3.2.3 +23 -73 src/share/man/man4/mlx.4 1.4.2.2 +2 -2 src/share/man/man4/mly.4 1.8.2.2 +3 -3 src/share/man/man4/mtio.4 1.4.2.6 +3 -3 src/share/man/man4/ng_ether.4 1.5.2.1 +2 -2 src/share/man/man4/null.4 1.5.2.1 +8 -8 src/share/man/man4/pass.4 1.3.2.1 +9 -9 src/share/man/man4/pci.4 1.4.2.1 +2 -2 src/share/man/man4/ppi.4 1.4.2.1 +3 -3 src/share/man/man4/ppp.4 1.24.2.3 +6 -3 src/share/man/man4/psm.4 1.8.2.1 +2 -2 src/share/man/man4/pty.4 1.9.2.1 +4 -4 src/share/man/man4/route.4 1.22.2.3 +11 -7 src/share/man/man4/sa.4 1.3.2.1 +2 -2 src/share/man/man4/sbc.4 1.14.2.8 +36 -25 src/share/man/man4/screen.4 1.18.2.2 +2 -2 src/share/man/man4/scsi.4 1.13.2.1 +2 -2 src/share/man/man4/sd.4 1.2.2.2 +3 -3 src/share/man/man4/ses.4 1.9.2.2 +5 -3 src/share/man/man4/sf.4 1.20.2.2 +3 -2 src/share/man/man4/si.4 1.34.2.1 +7 -10 src/share/man/man4/sio.4 1.8.2.1 +3 -3 src/share/man/man4/sl.4 1.7.2.1 +2 -2 src/share/man/man4/smp.4 1.15.2.1 +7 -7 src/share/man/man4/snp.4 1.9.2.3 +4 -3 src/share/man/man4/splash.4 1.8.2.2 +4 -5 src/share/man/man4/sppp.4 1.13.2.1 +2 -2 src/share/man/man4/st.4 1.3.2.2 +2 -2 src/share/man/man4/stf.4 1.5.2.2 +2 -1 src/share/man/man4/sym.4 1.3.2.4 +2 -2 src/share/man/man4/syncer.4 1.10.2.6 +6 -5 src/share/man/man4/syscons.4 1.12.2.1 +2 -1 src/share/man/man4/sysmouse.4 1.1.2.2 +49 -29 src/share/man/man4/tap.4 1.12.2.3 +5 -5 src/share/man/man4/termios.4 1.8.2.1 +2 -4 src/share/man/man4/ttcp.4 1.9.2.1 +5 -5 src/share/man/man4/tun.4 1.10.2.2 +5 -4 src/share/man/man4/ukbd.4 1.9.2.3 +5 -4 src/share/man/man4/umass.4 1.9.2.2 +5 -4 src/share/man/man4/ums.4 1.1.2.2 +3 -2 src/share/man/man4/uscanner.4 1.7.2.5 +5 -4 src/share/man/man4/vga.4 1.22.2.3 +20 -12 src/share/man/man4/vinum.4 1.6.2.2 +6 -4 src/share/man/man4/vn.4 1.9.2.1 +8 -4 src/share/man/man4/vpo.4 1.18.2.1 +12 -7 src/share/man/man4/worm.4 1.1.2.3 +2 -2 src/share/man/man4/wx.4 1.3.2.2 +5 -5 src/share/man/man4/xpt.4 1.17.2.2 +21 -18 src/share/man/man4/yp.4 1.6.2.2 +2 -2 src/share/man/man4/man4.i386/aic.4 1.13.2.2 +12 -12 src/share/man/man4/man4.i386/apm.4 1.17.2.2 +6 -5 src/share/man/man4/man4.i386/ar.4 1.2.2.2 +4 -2 src/share/man/man4/man4.i386/asr.4 1.6.2.2 +8 -5 src/share/man/man4/man4.i386/cs.4 1.7.2.2 +2 -2 src/share/man/man4/man4.i386/cx.4 1.13.2.1 +4 -4 src/share/man/man4/man4.i386/cy.4 1.13.2.1 +4 -4 src/share/man/man4/man4.i386/dgb.4 1.9.2.2 +2 -1 src/share/man/man4/man4.i386/ex.4 1.14.2.2 +11 -11 src/share/man/man4/man4.i386/fe.4 1.12.2.1 +12 -8 src/share/man/man4/man4.i386/gsc.4 1.11.2.2 +3 -2 src/share/man/man4/man4.i386/ie.4 1.6.2.1 +2 -2 src/share/man/man4/man4.i386/io.4 1.10.2.2 +2 -1 src/share/man/man4/man4.i386/le.4 1.12.2.2 +3 -2 src/share/man/man4/man4.i386/lnc.4 1.13.2.1 +19 -19 src/share/man/man4/man4.i386/matcd.4 1.10.2.1 +13 -12 src/share/man/man4/man4.i386/mcd.4 1.10.2.1 +20 -21 src/share/man/man4/man4.i386/meteor.4 1.10.2.1 +2 -2 src/share/man/man4/man4.i386/mse.4 1.9.2.1 +3 -3 src/share/man/man4/man4.i386/npx.4 1.8.2.1 +2 -2 src/share/man/man4/man4.i386/perfmon.4 1.5.2.1 +5 -2 src/share/man/man4/man4.i386/pnp.4 1.5.2.2 +2 -3 src/share/man/man4/man4.i386/rdp.4 1.9.2.1 +4 -2 src/share/man/man4/man4.i386/sb.4 1.9.2.1 +4 -3 src/share/man/man4/man4.i386/scd.4 1.13.2.1 +2 -2 src/share/man/man4/man4.i386/spkr.4 1.15.2.1 +7 -5 src/share/man/man4/man4.i386/sr.4 1.10.2.2 +7 -6 src/share/man/man4/man4.i386/vx.4 1.10.2.1 +3 -3 src/share/man/man4/man4.i386/wl.4 1.6.2.1 +2 -2 src/share/man/man4/man4.i386/wt.4 1.8.2.1 +5 -3 src/share/man/man5/core.5 1.6.2.1 +2 -2 src/share/man/man5/devfs.5 1.12.2.1 +3 -2 src/share/man/man5/dir.5 1.4.2.1 +2 -2 src/share/man/man5/disktab.5 1.8.2.1 +4 -4 src/share/man/man5/ethers.5 1.6.2.1 +3 -3 src/share/man/man5/fbtab.5 1.6.2.1 +3 -2 src/share/man/man5/fdesc.5 1.11.2.2 +6 -6 src/share/man/man5/fstab.5 1.15.2.1 +5 -3 src/share/man/man5/group.5 1.5.2.1 +3 -3 src/share/man/man5/hosts.5 1.10.2.1 +3 -3 src/share/man/man5/hosts.equiv.5 1.4.2.2 +3 -3 src/share/man/man5/hosts.lpd.5 1.3.2.1 +2 -2 src/share/man/man5/intro.5 1.8.2.1 +4 -3 src/share/man/man5/kernfs.5 1.14.2.1 +2 -2 src/share/man/man5/link.5 1.1.2.3 +5 -4 src/share/man/man5/linprocfs.5 1.5.2.1 +3 -3 src/share/man/man5/networks.5 1.26.2.2 +2 -2 src/share/man/man5/passwd.5 1.8.2.8 +2 -2 src/share/man/man5/periodic.conf.5 1.14.2.1 +4 -3 src/share/man/man5/procfs.5 1.3.2.1 +3 -3 src/share/man/man5/protocols.5 1.5.2.1 +2 -2 src/share/man/man5/remote.5 1.5.2.1 +3 -3 src/share/man/man5/services.5 1.3.2.1 +3 -3 src/share/man/man5/shells.5 1.4.2.1 +2 -2 src/share/man/man5/stab.5 1.3.4.2 +4 -2 src/share/man/man5/sysctl.conf.5 1.9.2.2 +11 -8 src/share/man/man5/utmp.5 1.4.2.1 +2 -2 src/share/man/man6/intro.6 1.3.2.1 +2 -2 src/share/man/man7/ascii.7 1.9.2.1 +5 -5 src/share/man/man7/clocks.7 1.13.2.1 +2 -2 src/share/man/man7/environ.7 1.29.2.3 +8 -8 src/share/man/man7/hier.7 1.5.2.1 +2 -2 src/share/man/man7/intro.7 1.17.2.3 +3 -4 src/share/man/man7/mdoc.7 1.28.2.8 +20 -7 src/share/man/man7/mdoc.samples.7 1.17.2.1 +24 -11 src/share/man/man7/ports.7 1.9.2.1 +5 -5 src/share/man/man8/crash.8 1.3.2.1 +2 -2 src/share/man/man8/intro.8 1.1.2.2 +22 -12 src/share/man/man8/picobsd.8 1.9.2.3 +8 -8 src/share/man/man8/rc.8 1.1.2.2 +2 -1 src/share/man/man9/BUS_SETUP_INTR.9 1.4.2.1 +4 -3 src/share/man/man9/DEVICE_PROBE.9 1.5.2.1 +2 -2 src/share/man/man9/VFS_VGET.9 1.8.2.1 +5 -5 src/share/man/man9/VOP_LOOKUP.9 1.6.2.1 +2 -2 src/share/man/man9/VOP_PATHCONF.9 1.10.2.1 +2 -2 src/share/man/man9/at_exit.9 1.9.2.1 +2 -2 src/share/man/man9/at_fork.9 1.2.2.3 +3 -2 src/share/man/man9/bus_alloc_resource.9 1.4.2.1 +2 -2 src/share/man/man9/bus_generic_read_ivar.9 1.11.2.1 +3 -2 src/share/man/man9/cd.9 1.6.2.2 +7 -3 src/share/man/man9/copy.9 1.9.2.2 +5 -5 src/share/man/man9/devfs_add_devswf.9 1.12.2.1 +3 -4 src/share/man/man9/devfs_link.9 1.10.2.1 +5 -5 src/share/man/man9/devstat.9 1.4.2.1 +2 -2 src/share/man/man9/inittodr.9 1.10.2.1 +2 -2 src/share/man/man9/intro.9 1.2.2.1 +2 -2 src/share/man/man9/microtime.9 1.5.2.1 +5 -3 src/share/man/man9/posix4.9 1.8.2.1 +3 -3 src/share/man/man9/rtalloc.9 1.11.2.1 +2 -2 src/share/man/man9/rtentry.9 1.18.2.1 +9 -9 src/share/man/man9/sleep.9 1.8.2.1 +3 -4 src/share/man/man9/spl.9 1.32.2.5 +3 -3 src/share/man/man9/style.9 1.9.2.1 +4 -2 src/share/man/man9/suser.9 1.3.2.1 +11 -8 src/share/man/man9/time.9 1.9.2.1 +14 -4 src/share/man/man9/timeout.9 1.5.2.1 +3 -4 src/share/man/man9/uio.9 1.12.2.1 +6 -6 src/share/termcap/termcap.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 7: 2:58 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 07:02:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9A0C37B400; Fri, 8 Dec 2000 07:02:54 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8F2st66604; Fri, 8 Dec 2000 07:02:54 -0800 (PST) (envelope-from kevlo) Message-Id: <200012081502.eB8F2st66604@freefall.freebsd.org> From: Kevin Lo Date: Fri, 8 Dec 2000 07:02:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gpart Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/08 07:02:54 PST Modified files: sysutils/gpart Makefile Log: Fix static linked executable. PR: 23370 Submitted by: MAINTAINER Revision Changes Path 1.6 +2 -2 ports/sysutils/gpart/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 8 7: 3:39 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 07:03:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61A8137B400; Fri, 8 Dec 2000 07:03:36 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8F3ac66919; Fri, 8 Dec 2000 07:03:36 -0800 (PST) (envelope-from ru) Message-Id: <200012081503.eB8F3ac66919@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 07:03:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common loader.8 src/sys/boot/forth loader.4th.8 loader.conf.5 src/sys/boot/i386/pxeldr pxeboot.8 src/sys/modules/ibcs2 ibcs2.8 src/sys/modules/osf1 osf1.8 src/sys/modules/svr4 svr4.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 07:03:36 PST Modified files: (Branch: RELENG_4) sys/boot/common loader.8 sys/boot/forth loader.4th.8 loader.conf.5 sys/boot/i386/pxeldr pxeboot.8 sys/modules/ibcs2 ibcs2.8 sys/modules/osf1 osf1.8 sys/modules/svr4 svr4.8 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.18.2.3 +11 -11 src/sys/boot/common/loader.8 1.5.2.1 +3 -3 src/sys/boot/forth/loader.4th.8 1.7.2.1 +5 -5 src/sys/boot/forth/loader.conf.5 1.1.2.4 +6 -5 src/sys/boot/i386/pxeldr/pxeboot.8 1.10.2.1 +5 -3 src/sys/modules/ibcs2/Attic/ibcs2.8 1.1.2.1 +2 -2 src/sys/modules/osf1/Attic/osf1.8 1.1.2.1 +2 -2 src/sys/modules/svr4/Attic/svr4.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 8 7: 7:28 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 07:07:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CAFD37B402; Fri, 8 Dec 2000 07:07:25 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8F7P869297; Fri, 8 Dec 2000 07:07:25 -0800 (PST) (envelope-from phk) Message-Id: <200012081507.eB8F7P869297@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 8 Dec 2000 07:07:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/12/08 07:07:25 PST Modified files: sys/fs/devfs devfs.h devfs_devs.c devfs_vnops.c Log: staticize. Revision Changes Path 1.6 +1 -3 src/sys/fs/devfs/devfs.h 1.9 +6 -3 src/sys/fs/devfs/devfs_devs.c 1.13 +3 -3 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 7:14:41 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 07:14:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C22837B400; Fri, 8 Dec 2000 07:14:25 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8FEPr73096; Fri, 8 Dec 2000 07:14:25 -0800 (PST) (envelope-from ru) Message-Id: <200012081514.eB8FEPr73096@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 07:14:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/apply apply.1 src/usr.bin/ar ar.1 ar.5 src/usr.bin/banner banner.6 src/usr.bin/basename basename.1 src/usr.bin/biff biff.1 src/usr.bin/brandelf brandelf.1 src/usr.bin/c89 c89.1 src/usr.bin/calendar calendar.1 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 07:14:25 PST Modified files: (Branch: RELENG_4) usr.bin/apply apply.1 usr.bin/ar ar.1 ar.5 usr.bin/banner banner.6 usr.bin/basename basename.1 usr.bin/biff biff.1 usr.bin/brandelf brandelf.1 usr.bin/c89 c89.1 usr.bin/calendar calendar.1 usr.bin/cap_mkdb cap_mkdb.1 usr.bin/checknr checknr.1 usr.bin/chflags chflags.1 usr.bin/chkey chkey.1 usr.bin/chpass chpass.1 usr.bin/cksum cksum.1 usr.bin/cmp cmp.1 usr.bin/col col.1 usr.bin/colcrt colcrt.1 usr.bin/colldef colldef.1 usr.bin/colrm colrm.1 usr.bin/column column.1 usr.bin/comm comm.1 usr.bin/compress compress.1 zopen.3 usr.bin/ctags ctags.1 usr.bin/cut cut.1 usr.bin/doscmd doscmd.1 usr.bin/du du.1 usr.bin/ee ee.1 usr.bin/enigma enigma.1 usr.bin/expand expand.1 usr.bin/false false.1 usr.bin/fetch fetch.1 usr.bin/file2c file2c.1 usr.bin/find find.1 usr.bin/finger finger.1 usr.bin/fold fold.1 usr.bin/from from.1 usr.bin/fstat fstat.1 usr.bin/fsync fsync.1 usr.bin/ftp ftp.1 usr.bin/genassym genassym.8 usr.bin/gencat gencat.1 usr.bin/gensetdefs gensetdefs.8 usr.bin/getopt getopt.1 usr.bin/gprof gprof.1 usr.bin/head head.1 usr.bin/hexdump hexdump.1 od.1 usr.bin/id groups.1 id.1 whoami.1 usr.bin/indent indent.1 usr.bin/ipcs ipcs.1 usr.bin/join join.1 usr.bin/jot jot.1 usr.bin/kenv kenv.1 usr.bin/key key.1 usr.bin/keyinfo keyinfo.1 usr.bin/killall killall.1 usr.bin/ktrace ktrace.1 usr.bin/lam lam.1 usr.bin/last last.1 usr.bin/ldd ldd.1 usr.bin/limits limits.1 usr.bin/locate/locate locate.1 usr.bin/lock lock.1 usr.bin/lsvfs lsvfs.1 usr.bin/m4 m4.1 usr.bin/mail mail.1 usr.bin/make make.1 usr.bin/minigzip minigzip.1 usr.bin/mk_cmds mk_cmds.1 usr.bin/mkdep mkdep.1 usr.bin/mklocale mklocale.1 usr.bin/mktemp mktemp.1 usr.bin/msgs msgs.1 usr.bin/mt mt.1 usr.bin/ncal ncal.1 usr.bin/ncplist ncplist.1 usr.bin/ncplogin ncplogin.1 ncplogout.1 usr.bin/netstat netstat.1 usr.bin/newkey newkey.8 usr.bin/nice nice.1 usr.bin/nohup nohup.1 usr.bin/objformat objformat.1 usr.bin/pagesize pagesize.1 usr.bin/passwd passwd.1 usr.bin/pr pr.1 usr.bin/printenv printenv.1 usr.bin/quota quota.1 usr.bin/ranlib ranlib.1 usr.bin/rdist rdist.1 usr.bin/renice renice.8 usr.bin/rev rev.1 usr.bin/rlogin rlogin.1 usr.bin/rpcgen rpcgen.1 usr.bin/rpcinfo rpcinfo.8 usr.bin/rs rs.1 usr.bin/rsh rsh.1 usr.bin/rup rup.1 usr.bin/ruptime ruptime.1 usr.bin/rusers rusers.1 usr.bin/script script.1 usr.bin/sed sed.1 usr.bin/showmount showmount.8 usr.bin/size size.1 usr.bin/sockstat sockstat.1 usr.bin/split split.1 usr.bin/su su.1 usr.bin/systat systat.1 usr.bin/tail tail.1 usr.bin/tconv tconv.1 usr.bin/telnet telnet.1 usr.bin/tftp tftp.1 usr.bin/tip/tip modems.5 tip.1 usr.bin/touch touch.1 usr.bin/tr tr.1 usr.bin/truncate truncate.1 usr.bin/truss truss.1 usr.bin/tset tset.1 usr.bin/uac uac.1 usr.bin/ul ul.1 usr.bin/unifdef unifdef.1 usr.bin/units units.1 usr.bin/uuencode uuencode.1 uuencode.format.5 usr.bin/vgrind vgrindefs.5 usr.bin/vmstat vmstat.8 usr.bin/w w.1 usr.bin/wall wall.1 usr.bin/wc wc.1 usr.bin/whereis whereis.1 usr.bin/which which.1 usr.bin/who who.1 usr.bin/whois whois.1 usr.bin/window window.1 usr.bin/write write.1 usr.bin/xargs xargs.1 usr.bin/xinstall install.1 usr.bin/xlint/xlint lint.1 usr.bin/xstr xstr.1 usr.bin/yes yes.1 usr.bin/ypcat ypcat.1 usr.bin/ypmatch ypmatch.1 usr.bin/ypwhich ypwhich.1 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.8.2.1 +4 -4 src/usr.bin/apply/apply.1 1.6.2.1 +21 -21 src/usr.bin/ar/ar.1 1.5.2.1 +4 -4 src/usr.bin/ar/ar.5 1.4.2.2 +2 -2 src/usr.bin/banner/banner.6 1.6.2.2 +2 -2 src/usr.bin/basename/basename.1 1.8.2.1 +3 -3 src/usr.bin/biff/biff.1 1.9.2.2 +3 -3 src/usr.bin/brandelf/brandelf.1 1.4.2.1 +2 -2 src/usr.bin/c89/c89.1 1.16.2.2 +4 -4 src/usr.bin/calendar/calendar.1 1.7.2.1 +2 -2 src/usr.bin/cap_mkdb/cap_mkdb.1 1.5.2.1 +6 -6 src/usr.bin/checknr/checknr.1 1.9.2.2 +2 -2 src/usr.bin/chflags/chflags.1 1.4.2.1 +2 -2 src/usr.bin/chkey/chkey.1 1.23.2.1 +6 -6 src/usr.bin/chpass/chpass.1 1.10.2.1 +2 -2 src/usr.bin/cksum/cksum.1 1.7.2.3 +8 -8 src/usr.bin/cmp/cmp.1 1.4.2.2 +2 -2 src/usr.bin/col/col.1 1.4.2.2 +2 -2 src/usr.bin/colcrt/colcrt.1 1.8.2.1 +10 -9 src/usr.bin/colldef/colldef.1 1.3.2.1 +3 -3 src/usr.bin/colrm/colrm.1 1.5.2.2 +2 -2 src/usr.bin/column/column.1 1.4.2.1 +4 -4 src/usr.bin/comm/comm.1 1.4.2.2 +2 -3 src/usr.bin/compress/compress.1 1.5.2.2 +2 -2 src/usr.bin/compress/zopen.3 1.5.2.1 +5 -5 src/usr.bin/ctags/ctags.1 1.9.2.1 +7 -7 src/usr.bin/cut/cut.1 1.12.2.3 +32 -32 src/usr.bin/doscmd/doscmd.1 1.15.2.3 +2 -2 src/usr.bin/du/du.1 1.8.2.1 +6 -6 src/usr.bin/ee/ee.1 1.5.2.1 +2 -2 src/usr.bin/enigma/enigma.1 1.3.2.2 +2 -2 src/usr.bin/expand/expand.1 1.3.2.1 +4 -4 src/usr.bin/false/false.1 1.33.2.5 +3 -2 src/usr.bin/fetch/fetch.1 1.6.2.2 +2 -2 src/usr.bin/file2c/file2c.1 1.23.2.3 +27 -27 src/usr.bin/find/find.1 1.9.2.4 +10 -10 src/usr.bin/finger/finger.1 1.3.2.1 +3 -3 src/usr.bin/fold/fold.1 1.7.2.1 +3 -3 src/usr.bin/from/from.1 1.9.2.2 +6 -6 src/usr.bin/fstat/fstat.1 1.2.2.3 +2 -2 src/usr.bin/fsync/fsync.1 1.15.2.3 +8 -8 src/usr.bin/ftp/ftp.1 1.2.2.1 +7 -4 src/usr.bin/genassym/genassym.8 1.4.2.1 +4 -3 src/usr.bin/gencat/gencat.1 1.2.2.1 +2 -2 src/usr.bin/gensetdefs/gensetdefs.8 1.10.2.1 +5 -5 src/usr.bin/getopt/getopt.1 1.12.2.1 +5 -5 src/usr.bin/gprof/gprof.1 1.4.2.1 +4 -4 src/usr.bin/head/head.1 1.9.2.1 +16 -9 src/usr.bin/hexdump/hexdump.1 1.8.2.1 +3 -3 src/usr.bin/hexdump/od.1 1.4.2.2 +2 -2 src/usr.bin/id/groups.1 1.7.2.2 +7 -7 src/usr.bin/id/id.1 1.4.2.2 +2 -2 src/usr.bin/id/whoami.1 1.8.2.1 +3 -11 src/usr.bin/indent/indent.1 1.9.2.1 +2 -2 src/usr.bin/ipcs/ipcs.1 1.3.2.2 +3 -3 src/usr.bin/join/join.1 1.8.2.1 +2 -2 src/usr.bin/jot/jot.1 1.1.2.3 +4 -4 src/usr.bin/kenv/kenv.1 1.5.2.1 +11 -14 src/usr.bin/key/key.1 1.7.2.1 +30 -21 src/usr.bin/keyinfo/keyinfo.1 1.11.2.2 +7 -5 src/usr.bin/killall/killall.1 1.8.2.1 +3 -3 src/usr.bin/ktrace/ktrace.1 1.4.2.1 +2 -3 src/usr.bin/lam/lam.1 1.6.2.1 +7 -7 src/usr.bin/last/last.1 1.12.2.4 +2 -2 src/usr.bin/ldd/ldd.1 1.14.2.2 +11 -8 src/usr.bin/limits/limits.1 1.16.2.1 +4 -2 src/usr.bin/locate/locate/locate.1 1.4.2.1 +3 -3 src/usr.bin/lock/lock.1 1.7.2.2 +2 -2 src/usr.bin/lsvfs/lsvfs.1 1.10.2.1 +5 -5 src/usr.bin/m4/m4.1 1.18.2.2 +29 -29 src/usr.bin/mail/mail.1 1.29.2.5 +14 -14 src/usr.bin/make/make.1 1.3.2.1 +2 -2 src/usr.bin/minigzip/minigzip.1 1.2.2.1 +3 -3 src/usr.bin/mk_cmds/mk_cmds.1 1.7.2.1 +2 -2 src/usr.bin/mkdep/mkdep.1 1.7.2.1 +15 -21 src/usr.bin/mklocale/mklocale.1 1.7.2.2 +4 -4 src/usr.bin/mktemp/mktemp.1 1.9.2.2 +4 -4 src/usr.bin/msgs/msgs.1 1.19.2.2 +3 -3 src/usr.bin/mt/mt.1 1.8.2.1 +3 -3 src/usr.bin/ncal/ncal.1 1.3.2.2 +2 -2 src/usr.bin/ncplist/ncplist.1 1.4.2.3 +3 -3 src/usr.bin/ncplogin/ncplogin.1 1.3.2.2 +3 -3 src/usr.bin/ncplogin/ncplogout.1 1.22.2.1 +12 -12 src/usr.bin/netstat/netstat.1 1.4.2.1 +3 -3 src/usr.bin/newkey/newkey.8 1.12.2.2 +3 -3 src/usr.bin/nice/nice.1 1.6.2.2 +2 -2 src/usr.bin/nohup/nohup.1 1.3.2.1 +3 -2 src/usr.bin/objformat/objformat.1 1.4.2.1 +3 -3 src/usr.bin/pagesize/pagesize.1 1.18.2.2 +23 -30 src/usr.bin/passwd/passwd.1 1.9.2.1 +7 -9 src/usr.bin/pr/pr.1 1.6.2.4 +4 -4 src/usr.bin/printenv/printenv.1 1.7.2.2 +4 -4 src/usr.bin/quota/quota.1 1.7.2.1 +4 -2 src/usr.bin/ranlib/ranlib.1 1.13.2.1 +2 -2 src/usr.bin/rdist/rdist.1 1.5.2.1 +3 -3 src/usr.bin/renice/renice.8 1.4.2.1 +3 -3 src/usr.bin/rev/rev.1 1.11.2.1 +2 -2 src/usr.bin/rlogin/rlogin.1 1.12.2.1 +8 -8 src/usr.bin/rpcgen/rpcgen.1 1.5.2.1 +6 -6 src/usr.bin/rpcinfo/rpcinfo.8 1.4.2.1 +2 -2 src/usr.bin/rs/rs.1 1.11.2.1 +2 -2 src/usr.bin/rsh/rsh.1 1.7.2.2 +2 -2 src/usr.bin/rup/rup.1 1.8.2.2 +2 -2 src/usr.bin/ruptime/ruptime.1 1.8.2.2 +2 -2 src/usr.bin/rusers/rusers.1 1.12.2.1 +2 -2 src/usr.bin/script/script.1 1.9.2.2 +40 -43 src/usr.bin/sed/sed.1 1.8.2.2 +2 -2 src/usr.bin/showmount/showmount.8 1.5.2.1 +2 -2 src/usr.bin/size/size.1 1.6.2.3 +2 -2 src/usr.bin/sockstat/sockstat.1 1.3.2.1 +5 -5 src/usr.bin/split/split.1 1.17.2.2 +3 -3 src/usr.bin/su/su.1 1.23.2.1 +4 -4 src/usr.bin/systat/systat.1 1.5.2.1 +2 -2 src/usr.bin/tail/tail.1 1.10.2.1 +2 -2 src/usr.bin/tconv/tconv.1 1.15.2.2 +5 -5 src/usr.bin/telnet/telnet.1 1.4.2.1 +3 -3 src/usr.bin/tftp/tftp.1 1.5.2.1 +2 -2 src/usr.bin/tip/tip/modems.5 1.7.2.2 +20 -22 src/usr.bin/tip/tip/tip.1 1.6.2.2 +2 -2 src/usr.bin/touch/touch.1 1.5.2.1 +14 -14 src/usr.bin/tr/tr.1 1.4.2.2 +3 -3 src/usr.bin/truncate/truncate.1 1.5.2.1 +3 -3 src/usr.bin/truss/truss.1 1.5.2.1 +3 -4 src/usr.bin/tset/tset.1 1.3.2.3 +3 -2 src/usr.bin/uac/uac.1 1.6.2.1 +2 -2 src/usr.bin/ul/ul.1 1.4.2.2 +6 -3 src/usr.bin/unifdef/unifdef.1 1.8.2.1 +3 -3 src/usr.bin/units/units.1 1.9.2.1 +3 -3 src/usr.bin/uuencode/uuencode.1 1.8.2.1 +2 -2 src/usr.bin/uuencode/uuencode.format.5 1.5.2.1 +4 -4 src/usr.bin/vgrind/vgrindefs.5 1.16.2.1 +2 -2 src/usr.bin/vmstat/vmstat.8 1.12.2.1 +2 -2 src/usr.bin/w/w.1 1.3.2.1 +2 -2 src/usr.bin/wall/wall.1 1.6.2.2 +2 -2 src/usr.bin/wc/wc.1 1.8.2.1 +5 -5 src/usr.bin/whereis/whereis.1 1.16.2.1 +2 -2 src/usr.bin/which/which.1 1.7.2.1 +3 -3 src/usr.bin/who/who.1 1.15.2.1 +2 -2 src/usr.bin/whois/whois.1 1.5.2.1 +21 -21 src/usr.bin/window/window.1 1.7.2.1 +2 -2 src/usr.bin/write/write.1 1.6.2.1 +2 -2 src/usr.bin/xargs/xargs.1 1.16.2.1 +5 -5 src/usr.bin/xinstall/install.1 1.8.2.1 +12 -12 src/usr.bin/xlint/xlint/lint.1 1.4.2.1 +4 -4 src/usr.bin/xstr/xstr.1 1.3.2.1 +2 -2 src/usr.bin/yes/yes.1 1.8.2.1 +3 -3 src/usr.bin/ypcat/ypcat.1 1.8.2.1 +3 -3 src/usr.bin/ypmatch/ypmatch.1 1.4.2.1 +4 -4 src/usr.bin/ypwhich/ypwhich.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 7:29:28 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 07:29:10 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B8F837B400; Fri, 8 Dec 2000 07:29:10 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8FTAP78283; Fri, 8 Dec 2000 07:29:10 -0800 (PST) (envelope-from ru) Message-Id: <200012081529.eB8FTAP78283@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Dec 2000 07:29:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/IPXrouted IPXrouted.8 src/usr.sbin/ac ac.8 src/usr.sbin/accton accton.8 src/usr.sbin/adduser adduser.8 rmuser.8 src/usr.sbin/ancontrol ancontrol.8 src/usr.sbin/apm apm.8 src/usr.sbin/apmd apmd.8 src/usr.sbin/arp arp.4 arp.8 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/12/08 07:29:09 PST Modified files: (Branch: RELENG_4) usr.sbin/IPXrouted IPXrouted.8 usr.sbin/ac ac.8 usr.sbin/accton accton.8 usr.sbin/adduser adduser.8 rmuser.8 usr.sbin/ancontrol ancontrol.8 usr.sbin/apm apm.8 usr.sbin/apmd apmd.8 usr.sbin/arp arp.4 arp.8 usr.sbin/boot0cfg boot0cfg.8 usr.sbin/btxld btxld.8 usr.sbin/burncd burncd.8 usr.sbin/cdcontrol cdcontrol.1 usr.sbin/chkgrp chkgrp.8 usr.sbin/chown chgrp.1 chown.8 usr.sbin/chroot chroot.8 usr.sbin/ckdist ckdist.1 usr.sbin/config config.8 usr.sbin/cron/cron cron.8 usr.sbin/cron/crontab crontab.1 crontab.5 usr.sbin/crunch/crunchgen crunchgen.1 usr.sbin/crunch/crunchide crunchide.1 usr.sbin/ctm/ctm ctm.1 usr.sbin/ctm/ctm_rmail ctm_rmail.1 usr.sbin/dev_mkdb dev_mkdb.8 usr.sbin/diskpart diskpart.8 usr.sbin/edquota edquota.8 usr.sbin/elf2exe elf2exe.8 usr.sbin/faithd faithd.8 usr.sbin/fdcontrol fdcontrol.8 usr.sbin/fdformat fdformat.1 usr.sbin/fdwrite fdwrite.1 usr.sbin/gifconfig gifconfig.8 usr.sbin/i4b/dtmfdecode dtmfdecode.1 usr.sbin/i4b/g711conv g711conv.1 usr.sbin/i4b/isdnd isdnd.8 isdnd.acct.5 isdnd.rates.5 usr.sbin/i4b/isdndebug isdndebug.8 usr.sbin/i4b/isdndecode isdndecode.8 usr.sbin/i4b/isdnmonitor isdnmonitor.8 usr.sbin/i4b/isdntel isdntel.8 usr.sbin/i4b/isdntelctl isdntelctl.8 usr.sbin/i4b/isdntest isdntest.8 usr.sbin/i4b/isdntrace isdntrace.8 usr.sbin/i4b/man i4b.4 i4bctl.4 i4bipr.4 i4bisppp.4 i4bq921.4 i4bq931.4 i4brbch.4 i4btel.4 i4btrc.4 isic.4 usr.sbin/inetd inetd.8 usr.sbin/iostat iostat.8 usr.sbin/jail jail.8 usr.sbin/kbdcontrol kbdcontrol.1 kbdmap.5 usr.sbin/kbdmap kbdmap.1 usr.sbin/kernbb kernbb.8 usr.sbin/keyadmin keyadmin.8 usr.sbin/keyserv keyserv.8 usr.sbin/kgmon kgmon.8 usr.sbin/kgzip kgzip.8 usr.sbin/lpr/chkprintcap chkprintcap.8 usr.sbin/lpr/lp lp.1 usr.sbin/lpr/lpc lpc.8 usr.sbin/lpr/lpd lpd.8 usr.sbin/lpr/lpq lpq.1 usr.sbin/lpr/lpr lpr.1 printcap.5 usr.sbin/lpr/lprm lprm.1 usr.sbin/lpr/lptest lptest.1 usr.sbin/lpr/pac pac.8 usr.sbin/lptcontrol lptcontrol.8 usr.sbin/manctl manctl.8 usr.sbin/memcontrol memcontrol.8 usr.sbin/mergemaster mergemaster.8 usr.sbin/mixer mixer.8 usr.sbin/mlxcontrol mlxcontrol.8 usr.sbin/moused moused.8 usr.sbin/mptable mptable.1 usr.sbin/mrouted map-mbone.8 mrinfo.8 mrouted.8 mtrace.8 usr.sbin/mtree mtree.8 usr.sbin/ndp ndp.8 usr.sbin/newsyslog newsyslog.8 usr.sbin/ngctl ngctl.8 usr.sbin/ntp/doc ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8 usr.sbin/pccard/pccardc pccardc.8 usr.sbin/pccard/pccardd pccard.conf.5 pccardd.8 usr.sbin/pciconf pciconf.8 usr.sbin/pcvt/cursor cursor.1 usr.sbin/pcvt/ispcvt ispcvt.8 usr.sbin/pcvt/kcon kcon.1 usr.sbin/pcvt/keycap/man5 keycap.5 usr.sbin/pcvt/loadfont loadfont.1 usr.sbin/pcvt/scon scon.1 usr.sbin/pcvt/vgaio vgaio.8 usr.sbin/periodic periodic.8 usr.sbin/pim6dd pim6dd.8 pim6dd.conf.5 usr.sbin/pim6sd pim6sd.8 pim6sd.conf.5 pim6stat.1 usr.sbin/pim6sd/mtrace6 mtrace6.8 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/create pkg_create.1 usr.sbin/pkg_install/delete pkg_delete.1 usr.sbin/pkg_install/info pkg_info.1 usr.sbin/pkg_install/version pkg_version.1 usr.sbin/portmap portmap.8 usr.sbin/ppp ppp.8 usr.sbin/pppctl pppctl.8 usr.sbin/prefix prefix.8 usr.sbin/pstat pstat.8 usr.sbin/pw pw.8 usr.sbin/pwd_mkdb pwd_mkdb.8 usr.sbin/quot quot.8 usr.sbin/quotaon quotaon.8 usr.sbin/rarpd rarpd.8 usr.sbin/repquota repquota.8 usr.sbin/rmt rmt.8 usr.sbin/route6d route6d.8 usr.sbin/rpc.lockd rpc.lockd.8 usr.sbin/rpc.statd rpc.statd.8 usr.sbin/rpc.umntall rpc.umntall.8 usr.sbin/rpc.yppasswdd rpc.yppasswdd.8 usr.sbin/rpc.ypxfrd rpc.ypxfrd.8 usr.sbin/rrenumd rrenumd.conf.5 usr.sbin/rtadvd rtadvd.8 rtadvd.conf.5 usr.sbin/rtprio rtprio.1 usr.sbin/rtsold rtsold.8 usr.sbin/rwhod rwhod.8 usr.sbin/sa sa.8 usr.sbin/setkey setkey.8 usr.sbin/sgsc sgsc.1 usr.sbin/sicontrol sicontrol.8 usr.sbin/sliplogin sliplogin.8 usr.sbin/spray spray.8 usr.sbin/stallion/bootcode stl.4 usr.sbin/stallion/stlload stlload.8 usr.sbin/stallion/stlstats stlstats.8 usr.sbin/syslogd syslogd.8 usr.sbin/tcpdump/tcpslice tcpslice.1 usr.sbin/timed/timed timed.8 usr.sbin/timed/timedc timedc.8 usr.sbin/traceroute6 traceroute6.8 usr.sbin/trpt trpt.8 usr.sbin/tzsetup tzsetup.8 usr.sbin/usbd usbd.8 usr.sbin/vidcontrol vidcontrol.1 usr.sbin/vipw vipw.8 usr.sbin/vnconfig vnconfig.8 usr.sbin/watch watch.8 usr.sbin/wicontrol wicontrol.8 usr.sbin/wlconfig wlconfig.8 usr.sbin/xten xten.1 usr.sbin/yp_mkdb yp_mkdb.8 usr.sbin/yppoll yppoll.8 usr.sbin/yppush yppush.8 usr.sbin/ypserv ypinit.8 ypserv.8 usr.sbin/ypset ypset.8 usr.sbin/zic zdump.8 zic.8 Log: MFC: recent mdoc(7) fixes. Revision Changes Path 1.8.2.1 +16 -16 src/usr.sbin/IPXrouted/IPXrouted.8 1.13.2.1 +2 -2 src/usr.sbin/ac/ac.8 1.6.2.2 +2 -2 src/usr.sbin/accton/accton.8 1.30.2.2 +4 -14 src/usr.sbin/adduser/adduser.8 1.10.2.1 +2 -2 src/usr.sbin/adduser/rmuser.8 1.3.2.3 +22 -22 src/usr.sbin/ancontrol/ancontrol.8 1.16.2.1 +8 -8 src/usr.sbin/apm/apm.8 1.7.2.1 +22 -22 src/usr.sbin/apmd/apmd.8 1.4.2.1 +3 -5 src/usr.sbin/arp/arp.4 1.8.2.1 +8 -8 src/usr.sbin/arp/arp.8 1.5.2.2 +4 -3 src/usr.sbin/boot0cfg/boot0cfg.8 1.2.2.1 +2 -2 src/usr.sbin/btxld/btxld.8 1.6.2.2 +4 -5 src/usr.sbin/burncd/burncd.8 1.21.2.3 +2 -2 src/usr.sbin/cdcontrol/cdcontrol.1 1.7.2.2 +2 -2 src/usr.sbin/chkgrp/chkgrp.8 1.9.2.1 +2 -2 src/usr.sbin/chown/chgrp.1 1.10.2.1 +3 -3 src/usr.sbin/chown/chown.8 1.5.2.1 +3 -3 src/usr.sbin/chroot/chroot.8 1.4.2.1 +2 -2 src/usr.sbin/ckdist/ckdist.1 1.21.2.1 +10 -8 src/usr.sbin/config/config.8 1.7.2.1 +2 -2 src/usr.sbin/cron/cron/cron.8 1.7.2.2 +3 -3 src/usr.sbin/cron/crontab/crontab.1 1.12.2.3 +1 -2 src/usr.sbin/cron/crontab/crontab.5 1.11.2.6 +4 -4 src/usr.sbin/crunch/crunchgen/crunchgen.1 1.5.2.1 +4 -5 src/usr.sbin/crunch/crunchide/crunchide.1 1.17.2.1 +4 -4 src/usr.sbin/ctm/ctm/ctm.1 1.19.2.2 +8 -5 src/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 1.5.2.1 +2 -2 src/usr.sbin/dev_mkdb/dev_mkdb.8 1.5.2.1 +2 -2 src/usr.sbin/diskpart/diskpart.8 1.9.2.1 +5 -6 src/usr.sbin/edquota/edquota.8 1.3.2.1 +2 -2 src/usr.sbin/elf2exe/elf2exe.8 1.2.2.3 +4 -5 src/usr.sbin/faithd/faithd.8 1.9.2.1 +4 -5 src/usr.sbin/fdcontrol/fdcontrol.8 1.17.2.2 +6 -6 src/usr.sbin/fdformat/fdformat.1 1.12.2.2 +14 -17 src/usr.sbin/fdwrite/fdwrite.1 1.1.2.4 +3 -3 src/usr.sbin/gifconfig/gifconfig.8 1.5.2.1 +6 -8 src/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 1.4.2.1 +3 -3 src/usr.sbin/i4b/g711conv/g711conv.1 1.9.2.1 +11 -11 src/usr.sbin/i4b/isdnd/isdnd.8 1.9.2.1 +2 -2 src/usr.sbin/i4b/isdnd/isdnd.acct.5 1.9.2.1 +5 -12 src/usr.sbin/i4b/isdnd/isdnd.rates.5 1.8.2.1 +3 -3 src/usr.sbin/i4b/isdndebug/isdndebug.8 1.9.2.1 +4 -4 src/usr.sbin/i4b/isdndecode/isdndecode.8 1.8.2.1 +10 -15 src/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 1.9.2.1 +3 -3 src/usr.sbin/i4b/isdntel/isdntel.8 1.8.2.1 +3 -3 src/usr.sbin/i4b/isdntelctl/isdntelctl.8 1.7.2.1 +3 -3 src/usr.sbin/i4b/isdntest/isdntest.8 1.9.2.1 +5 -13 src/usr.sbin/i4b/isdntrace/isdntrace.8 1.7.2.1 +2 -2 src/usr.sbin/i4b/man/i4b.4 1.7.2.1 +2 -2 src/usr.sbin/i4b/man/i4bctl.4 1.7.2.1 +2 -2 src/usr.sbin/i4b/man/i4bipr.4 1.7.2.1 +9 -7 src/usr.sbin/i4b/man/i4bisppp.4 1.7.2.1 +2 -2 src/usr.sbin/i4b/man/i4bq921.4 1.7.2.1 +2 -2 src/usr.sbin/i4b/man/i4bq931.4 1.8.2.1 +2 -2 src/usr.sbin/i4b/man/i4brbch.4 1.8.2.1 +2 -2 src/usr.sbin/i4b/man/i4btel.4 1.7.2.2 +2 -2 src/usr.sbin/i4b/man/i4btrc.4 1.8.2.1 +7 -7 src/usr.sbin/i4b/man/isic.4 1.46.2.3 +4 -4 src/usr.sbin/inetd/inetd.8 1.11.2.1 +13 -13 src/usr.sbin/iostat/iostat.8 1.13.2.4 +7 -4 src/usr.sbin/jail/jail.8 1.18.2.4 +5 -5 src/usr.sbin/kbdcontrol/kbdcontrol.1 1.1.2.2 +2 -2 src/usr.sbin/kbdcontrol/kbdmap.5 1.17.2.2 +3 -3 src/usr.sbin/kbdmap/kbdmap.1 1.9.2.1 +2 -2 src/usr.sbin/kernbb/kernbb.8 1.5.2.1 +27 -21 src/usr.sbin/keyadmin/keyadmin.8 1.6.2.1 +4 -4 src/usr.sbin/keyserv/keyserv.8 1.7.2.1 +2 -2 src/usr.sbin/kgmon/kgmon.8 1.3.2.1 +2 -2 src/usr.sbin/kgzip/kgzip.8 1.3.2.1 +4 -4 src/usr.sbin/lpr/chkprintcap/chkprintcap.8 1.12.2.1 +3 -4 src/usr.sbin/lpr/lp/lp.1 1.8.2.1 +3 -3 src/usr.sbin/lpr/lpc/lpc.8 1.14.2.2 +2 -2 src/usr.sbin/lpr/lpd/lpd.8 1.5.2.1 +3 -3 src/usr.sbin/lpr/lpq/lpq.1 1.11.2.3 +4 -4 src/usr.sbin/lpr/lpr/lpr.1 1.16.2.1 +4 -4 src/usr.sbin/lpr/lpr/printcap.5 1.5.2.1 +4 -4 src/usr.sbin/lpr/lprm/lprm.1 1.3.2.1 +2 -2 src/usr.sbin/lpr/lptest/lptest.1 1.4.2.1 +2 -2 src/usr.sbin/lpr/pac/pac.8 1.12.2.1 +2 -2 src/usr.sbin/lptcontrol/lptcontrol.8 1.9.2.1 +2 -2 src/usr.sbin/manctl/manctl.8 1.3.2.1 +2 -2 src/usr.sbin/memcontrol/memcontrol.8 1.5.2.3 +5 -4 src/usr.sbin/mergemaster/mergemaster.8 1.10.2.3 +2 -1 src/usr.sbin/mixer/mixer.8 1.3.2.2 +9 -9 src/usr.sbin/mlxcontrol/mlxcontrol.8 1.27.2.3 +5 -4 src/usr.sbin/moused/moused.8 1.6.2.2 +2 -2 src/usr.sbin/mptable/mptable.1 1.7.2.1 +2 -2 src/usr.sbin/mrouted/map-mbone.8 1.9.2.1 +6 -6 src/usr.sbin/mrouted/mrinfo.8 1.16.2.1 +19 -23 src/usr.sbin/mrouted/mrouted.8 1.12.2.1 +12 -22 src/usr.sbin/mrouted/mtrace.8 1.16.2.4 +4 -4 src/usr.sbin/mtree/mtree.8 1.1.2.3 +14 -14 src/usr.sbin/ndp/ndp.8 1.23.2.2 +4 -4 src/usr.sbin/newsyslog/newsyslog.8 1.5.2.1 +2 -2 src/usr.sbin/ngctl/ngctl.8 1.4.2.2 +3 -3 src/usr.sbin/ntp/doc/ntpd.8 1.1.2.2 +3 -3 src/usr.sbin/ntp/doc/ntpdate.8 1.2.2.3 +7 -7 src/usr.sbin/ntp/doc/ntpdc.8 1.3.2.3 +4 -4 src/usr.sbin/ntp/doc/ntpq.8 1.1.2.1 +2 -2 src/usr.sbin/ntp/doc/ntptime.8 1.1.2.3 +4 -4 src/usr.sbin/ntp/doc/ntptrace.8 1.7.2.3 +5 -3 src/usr.sbin/pccard/pccardc/pccardc.8 1.12.2.6 +2 -2 src/usr.sbin/pccard/pccardd/pccard.conf.5 1.17.2.2 +3 -3 src/usr.sbin/pccard/pccardd/pccardd.8 1.8.2.1 +11 -6 src/usr.sbin/pciconf/pciconf.8 1.6.2.1 +3 -3 src/usr.sbin/pcvt/cursor/cursor.1 1.9.2.1 +6 -6 src/usr.sbin/pcvt/ispcvt/ispcvt.8 1.7.2.1 +7 -7 src/usr.sbin/pcvt/kcon/kcon.1 1.9.2.1 +5 -5 src/usr.sbin/pcvt/keycap/man5/keycap.5 1.9.2.1 +5 -6 src/usr.sbin/pcvt/loadfont/loadfont.1 1.8.2.1 +8 -11 src/usr.sbin/pcvt/scon/scon.1 1.6.2.1 +4 -5 src/usr.sbin/pcvt/vgaio/vgaio.8 1.11.2.4 +2 -2 src/usr.sbin/periodic/periodic.8 1.3.2.5 +2 -2 src/usr.sbin/pim6dd/pim6dd.8 1.2.2.6 +2 -2 src/usr.sbin/pim6dd/pim6dd.conf.5 1.3.2.4 +2 -2 src/usr.sbin/pim6sd/pim6sd.8 1.2.2.4 +2 -2 src/usr.sbin/pim6sd/pim6sd.conf.5 1.1.2.4 +2 -2 src/usr.sbin/pim6sd/pim6stat.1 1.2.2.4 +4 -4 src/usr.sbin/pim6sd/mtrace6/mtrace6.8 1.35.2.1 +2 -2 src/usr.sbin/pkg_install/add/pkg_add.1 1.35.2.2 +6 -4 src/usr.sbin/pkg_install/create/pkg_create.1 1.16.2.1 +2 -2 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.24.2.5 +5 -4 src/usr.sbin/pkg_install/info/pkg_info.1 1.5.2.6 +3 -3 src/usr.sbin/pkg_install/version/pkg_version.1 1.7.2.1 +2 -2 src/usr.sbin/portmap/portmap.8 1.209.2.15 +27 -28 src/usr.sbin/ppp/ppp.8 1.12.2.2 +3 -2 src/usr.sbin/pppctl/pppctl.8 1.2.2.3 +4 -4 src/usr.sbin/prefix/prefix.8 1.19.2.1 +3 -3 src/usr.sbin/pstat/pstat.8 1.19.2.1 +16 -16 src/usr.sbin/pw/pw.8 1.15.2.1 +5 -5 src/usr.sbin/pwd_mkdb/pwd_mkdb.8 1.12.2.1 +2 -2 src/usr.sbin/quot/quot.8 1.4.2.1 +5 -5 src/usr.sbin/quotaon/quotaon.8 1.9.2.1 +3 -2 src/usr.sbin/rarpd/rarpd.8 1.4.2.1 +3 -3 src/usr.sbin/repquota/repquota.8 1.5.2.1 +2 -3 src/usr.sbin/rmt/rmt.8 1.1.2.3 +3 -3 src/usr.sbin/route6d/route6d.8 1.8.2.1 +4 -4 src/usr.sbin/rpc.lockd/rpc.lockd.8 1.7.2.1 +2 -2 src/usr.sbin/rpc.statd/rpc.statd.8 1.6.2.1 +2 -2 src/usr.sbin/rpc.umntall/rpc.umntall.8 1.12.2.1 +6 -6 src/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 1.9.2.1 +4 -4 src/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 1.4.2.2 +2 -2 src/usr.sbin/rrenumd/rrenumd.conf.5 1.3.2.3 +2 -2 src/usr.sbin/rtadvd/rtadvd.8 1.1.2.3 +2 -2 src/usr.sbin/rtadvd/rtadvd.conf.5 1.19.2.1 +6 -5 src/usr.sbin/rtprio/rtprio.1 1.1.2.3 +4 -4 src/usr.sbin/rtsold/rtsold.8 1.13.2.1 +4 -4 src/usr.sbin/rwhod/rwhod.8 1.11.2.1 +2 -2 src/usr.sbin/sa/sa.8 1.4.2.5 +6 -6 src/usr.sbin/setkey/setkey.8 1.8.2.1 +2 -2 src/usr.sbin/sgsc/sgsc.1 1.11.2.1 +2 -2 src/usr.sbin/sicontrol/sicontrol.8 1.12.2.1 +3 -3 src/usr.sbin/sliplogin/sliplogin.8 1.5.2.1 +2 -2 src/usr.sbin/spray/spray.8 1.8.2.1 +13 -13 src/usr.sbin/stallion/bootcode/stl.4 1.5.2.1 +2 -2 src/usr.sbin/stallion/stlload/stlload.8 1.5.2.1 +2 -2 src/usr.sbin/stallion/stlstats/stlstats.8 1.22.2.4 +3 -3 src/usr.sbin/syslogd/syslogd.8 1.7.2.2 +2 -2 src/usr.sbin/tcpdump/tcpslice/tcpslice.1 1.7.2.2 +6 -6 src/usr.sbin/timed/timed/timed.8 1.6.2.1 +2 -3 src/usr.sbin/timed/timedc/timedc.8 1.1.2.5 +2 -2 src/usr.sbin/traceroute6/traceroute6.8 1.8.2.1 +2 -2 src/usr.sbin/trpt/trpt.8 1.11.2.1 +3 -3 src/usr.sbin/tzsetup/tzsetup.8 1.9.2.2 +4 -4 src/usr.sbin/usbd/usbd.8 1.24.2.1 +4 -4 src/usr.sbin/vidcontrol/vidcontrol.1 1.7.2.1 +4 -4 src/usr.sbin/vipw/vipw.8 1.14.2.3 +3 -3 src/usr.sbin/vnconfig/vnconfig.8 1.18.2.1 +4 -4 src/usr.sbin/watch/watch.8 1.14.2.4 +21 -21 src/usr.sbin/wicontrol/wicontrol.8 1.7.2.1 +2 -2 src/usr.sbin/wlconfig/wlconfig.8 1.9.2.1 +2 -2 src/usr.sbin/xten/xten.1 1.12.2.1 +7 -5 src/usr.sbin/yp_mkdb/yp_mkdb.8 1.4.2.1 +2 -2 src/usr.sbin/yppoll/yppoll.8 1.12.2.1 +3 -3 src/usr.sbin/yppush/yppush.8 1.7.2.1 +6 -5 src/usr.sbin/ypserv/ypinit.8 1.22.2.2 +4 -4 src/usr.sbin/ypserv/ypserv.8 1.7.2.1 +2 -2 src/usr.sbin/ypset/ypset.8 1.7.2.1 +2 -2 src/usr.sbin/zic/zdump.8 1.11.2.1 +2 -2 src/usr.sbin/zic/zic.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 8 8:14:33 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 08:14:31 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6ECED37B400; Fri, 8 Dec 2000 08:14:30 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eB8GESs51393; Fri, 8 Dec 2000 09:14:29 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA13280; Fri, 8 Dec 2000 09:14:28 -0700 (MST) Message-Id: <200012081614.JAA13280@harmony.village.org> To: "David E. O'Brien" Subject: Re: cvs commit: ports/lang/compaq-cc Makefile pkg-plist ports/lang/compaq-cc/files errno_location.c ieee_fp_control.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 08 Dec 2000 05:27:29 PST." <200012081327.eB8DRTZ44720@freefall.freebsd.org> References: <200012081327.eB8DRTZ44720@freefall.freebsd.org> Date: Fri, 08 Dec 2000 09:14:28 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200012081327.eB8DRTZ44720@freefall.freebsd.org> "David E. O'Brien" writes: : This allows `CC=ccc' to build fully native FreeBSD Alpha binaries. How much better is ccc? Does it make the worldstone faster? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 8:23:20 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 08:23:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F52737B401; Fri, 8 Dec 2000 08:23:17 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8GNHU59668; Fri, 8 Dec 2000 08:23:17 -0800 (PST) (envelope-from keith) Message-Id: <200012081623.eB8GNHU59668@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Fri, 8 Dec 2000 08:23:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/wangttf pkg-deinstall pkg-install Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2000/12/08 08:23:17 PST Modified files: chinese/wangttf Makefile pkg-plist Added files: chinese/wangttf pkg-deinstall pkg-install Log: Adding supports for zh-CJK, zh-ghostscript6, and X-TT, following zh-arphicttf's pattern. Some fonts have problems with X-TT/X-freetype, possibly due to bogus entries, including wcl-02.ttf, wcl-03.ttf, wcl-05.ttf, wcl-06.ttf, and wcl-07.ttf. The rest are displayed correctly. Further testings showed that all these fonts can't be used in GS6. It seems that the patched GS6 is confused identifying Big5 and GB TTFs, so for now only the newer Unicode-encoded TTFs can be used. Revision Changes Path 1.2 +21 -2 ports/chinese/wangttf/Makefile 1.2 +12 -12 ports/chinese/wangttf/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 8 9:20:58 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 09:20:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lion-around.at.yiff.net (lion-around.at.yiff.net [209.54.21.199]) by hub.freebsd.org (Postfix) with ESMTP id 2A31C37B402; Fri, 8 Dec 2000 09:20:54 -0800 (PST) Received: (from chris@localhost) by lion-around.at.yiff.net (8.11.0/8.11.0) id eB8HKlm58125; Fri, 8 Dec 2000 12:20:47 -0500 (EST) (envelope-from chris@netmonger.net) X-Authentication-Warning: lion-around.at.yiff.net: chris set sender to chris@netmonger.net using -f Date: Fri, 8 Dec 2000 12:20:47 -0500 From: Christopher Masto To: "Daniel C. Sobral" Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/vm phys_pager.c Message-ID: <20001208122047.T90192@netmonger.net> References: <20001205145908.K8051@fw.wintelcom.net> <20001205152054.M8051@fw.wintelcom.net> <3A2EFBC4.EE8D90B1@newsguy.com> <20001207173453.A18103@netmonger.net> <3A30A286.30E102EC@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A30A286.30E102EC@newsguy.com>; from dcs@newsguy.com on Fri, Dec 08, 2000 at 05:57:42PM +0900 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 08, 2000 at 05:57:42PM +0900, Daniel C. Sobral wrote: > > You've got the right argument, but you've picked the wrong example > > to apply it to. There has to be _some_ flexibility in the rules, > > and it would be hard to find a better example of where "shakeout > > in -current" has no value. > > It is very, very bad when -stable world breaks. It tarnishes our > reputation, increases support workload, and make people less confident > in the process. I actually agree that he should have waited, since this was not a critically-needed patch. But I also think that the way you guys jumped up his butt was inappropriate. I think it's the severity of the reaction to such a small offense that caused this "discussion" to break out. "You're both right." > Perhaps I see the rules in a different light than many others. Well, you (and others) certainly seem to feel that any breakage in -stable is a capital offense. I suppose my take on it is that -current is different from -stable. Testing things first in -current is no guarantee that they will not break when MFCed. I think of -current as a testing ground for unusual, incomplete, or otherwise dangerous ideas, but I also think that -stable needs to have ongoing development. Anything that breaks should be minor, and should be fixed immediately, but I don't see how you can guarantee that -stable will _always_ work. In my world, people looking for that kind of stability should stick to releases. In any event, as someone who is responsible for only a handful of lines of code in FreeBSD, I will be quiet now so you can all get back to making -current work again. :-) -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- 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 8 9:26:21 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 09:26:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id CDC5437B400; Fri, 8 Dec 2000 09:26:14 -0800 (PST) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 144RHh-0002Pn-00; Fri, 08 Dec 2000 17:26:13 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.1/8.11.0) id eB8HPoJ07430; Fri, 8 Dec 2000 18:25:50 +0100 (CET) (envelope-from wkb) Date: Fri, 8 Dec 2000 18:25:50 +0100 From: Wilko Bulte To: Bill Paul Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC Message-ID: <20001208182550.A7398@freebie.demon.nl> References: <20001207223725.B2558@freebie.demon.nl> <20001207234759.4A59037B400@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001207234759.4A59037B400@hub.freebsd.org>; from wpaul@freebsd.org on Thu, Dec 07, 2000 at 03:47:59PM -0800 X-OS: FreeBSD 4.2-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 07, 2000 at 03:47:59PM -0800, Bill Paul wrote: > > On Thu, Oct 12, 2000 at 10:17:00AM +0200, Wilko Bulte wrote: > > > On Wed, Oct 11, 2000 at 11:10:13PM -0700, Bill Fumerola wrote: > > > > billf 2000/10/11 23:10:12 PDT > > > > > *sob* All you had to do was say what kind of trap it was. That's all. > Just one extra word: it was a ________ trap. The damn kernel tells you > what kind it is when it panics. Sorry.. dry your tears. Is this what you are looking for, (kgdb) bt #0 0xfffffc0000381900 in dumpsys () at ../../kern/kern_shutdown.c:468 #1 0xfffffc00003814b8 in boot (howto=256) at ../../kern/kern_shutdown.c:309 #2 0xfffffc0000381c50 in panic (fmt=0xfffffc0000530734 "trap") at ../../kern/kern_shutdown.c:556 #3 0xfffffc00004dc8ac in trap (a0=4603904, a1=1, a2=18446741874690831360, entry=0, framep=0xfffffe00045c9b40) at ../../alpha/alpha/trap.c:548 (kgdb) or do you want the message that is on the console after the panic? -- Wilko Bulte Arnhem, the Netherlands wilko@freebsd.org http://www.freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 9:27:47 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 09:27:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A51737B402; Fri, 8 Dec 2000 09:27:43 -0800 (PST) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 144RJ7-000DuN-00; Fri, 08 Dec 2000 17:27:42 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.1/8.11.0) id eB8HRD707480; Fri, 8 Dec 2000 18:27:13 +0100 (CET) (envelope-from wkb) Date: Fri, 8 Dec 2000 18:27:13 +0100 From: Wilko Bulte To: Bill Paul Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC Message-ID: <20001208182713.A7466@freebie.demon.nl> References: <20001207223725.B2558@freebie.demon.nl> <20001207234759.4A59037B400@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001207234759.4A59037B400@hub.freebsd.org>; from wpaul@freebsd.org on Thu, Dec 07, 2000 at 03:47:59PM -0800 X-OS: FreeBSD 4.2-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 07, 2000 at 03:47:59PM -0800, Bill Paul wrote: > > On Thu, Oct 12, 2000 at 10:17:00AM +0200, Wilko Bulte wrote: > > > On Wed, Oct 11, 2000 at 11:10:13PM -0700, Bill Fumerola wrote: > > > > billf 2000/10/11 23:10:12 PDT > > > > > Just answer yes or no: was it an alignment trap? Don't say anything And the console message is: mx5# ifconfig tx0 10.0.0.1 fatal kernel trap: trap entry = 0x2 (memory management fault) a0 = 0x464000 a1 = 0x1 a2 = 0x0 pc = 0xfffffc000046b008 ra = 0xfffffc0000469dac curproc = 0xfffffe00042f5e40 pid = 206, comm = ifconfig panic: trap -- Wilko Bulte Arnhem, the Netherlands wilko@freebsd.org http://www.freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 9:45:18 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 09:45:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 1CD8637B400; Fri, 8 Dec 2000 09:45:15 -0800 (PST) Subject: Re: cvs commit: src/sys/alpha/conf GENERIC In-Reply-To: <20001208182713.A7466@freebie.demon.nl> from Wilko Bulte at "Dec 8, 2000 06:27:13 pm" To: wkb@freebie.demon.nl (Wilko Bulte) Date: Fri, 8 Dec 2000 09:45:15 -0800 (PST) Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20001208174515.1CD8637B400@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > mx5# ifconfig tx0 10.0.0.1 > > fatal kernel trap: > > trap entry = 0x2 (memory management fault) > a0 = 0x464000 > a1 = 0x1 > a2 = 0x0 > pc = 0xfffffc000046b008 > ra = 0xfffffc0000469dac > curproc = 0xfffffe00042f5e40 > pid = 206, comm = ifconfig > > panic: trap Hm. This doesn't look like an alignment problem. Unfortunately, I'd need an EPIC card to fix this, and I don't have one. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 10:10:37 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 10:10:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A29837B400; Fri, 8 Dec 2000 10:10:35 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8IAZ878642; Fri, 8 Dec 2000 10:10:35 -0800 (PST) (envelope-from jim) Message-Id: <200012081810.eB8IAZ878642@freefall.freebsd.org> From: Jim Mock Date: Fri, 8 Dec 2000 10:10:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/12/08 10:10:34 PST Modified files: en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Fix this so the handbook is buildable again. Revision Changes Path 1.186 +7 -3 doc/en_US.ISO_8859-1/books/handbook/staff/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 8 10:21:10 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 10:21:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53D9B37B400; Fri, 8 Dec 2000 10:21:07 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8IL7l80129; Fri, 8 Dec 2000 10:21:07 -0800 (PST) (envelope-from jhb) Message-Id: <200012081821.eB8IL7l80129@freefall.freebsd.org> From: John Baldwin Date: Fri, 8 Dec 2000 10:21:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/08 10:21:07 PST Modified files: sys/i386/include mutex.h Log: Argh, revert the clobber changes. Since %ecx and %edx aren't call safe, calling the C functions mtx_enter_hard() and mtx_exit_hard() clobbers them. Note that %eax is also not call safe, but it is already clobbered due to cmpxchg. However, now we are back to not compiling again, so these macros are still left disabled for now. Revision Changes Path 1.18 +10 -10 src/sys/i386/include/mutex.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 8 11: 0:14 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 11:00:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C53DB37B401; Fri, 8 Dec 2000 11:00:11 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8J0B484887; Fri, 8 Dec 2000 11:00:11 -0800 (PST) (envelope-from archie) Message-Id: <200012081900.eB8J0B484887@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 8 Dec 2000 11:00:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/an if_aironet_ieee.h if_anreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/12/08 11:00:11 PST Modified files: sys/dev/an if_aironet_ieee.h if_anreg.h Log: Fixes to the Aironet driver to clear up some WEP issues. PR: 23097 Submitted by: Doug Ambrisko Revision Changes Path 1.3 +3 -2 src/sys/dev/an/if_aironet_ieee.h 1.4 +4 -2 src/sys/dev/an/if_anreg.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 8 11: 2:38 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 11:02:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 229BB37B401; Fri, 8 Dec 2000 11:02:36 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8J2a285183; Fri, 8 Dec 2000 11:02:36 -0800 (PST) (envelope-from archie) Message-Id: <200012081902.eB8J2a285183@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 8 Dec 2000 11:02:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ancontrol Makefile ancontrol.8 ancontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/12/08 11:02:36 PST Modified files: usr.sbin/ancontrol Makefile ancontrol.8 ancontrol.c Log: Fixes to the Aironet driver to clear up some WEP issues. "Security notes" section to the man page added by me. PR: 23097 Submitted by: Doug Ambrisko Revision Changes Path 1.2 +2 -2 src/usr.sbin/ancontrol/Makefile 1.8 +102 -43 src/usr.sbin/ancontrol/ancontrol.8 1.7 +110 -11 src/usr.sbin/ancontrol/ancontrol.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 8 11:14:34 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 11:14:32 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0755B37B402; Fri, 8 Dec 2000 11:14:32 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8JEVn88603; Fri, 8 Dec 2000 11:14:31 -0800 (PST) (envelope-from obrien) Message-Id: <200012081914.eB8JEVn88603@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 8 Dec 2000 11:14:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/compaq-cc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/08 11:14:31 PST Modified files: lang/compaq-cc Makefile Log: Fix typo in kldload command. Submitted by: Thomas Valentino Crimi Revision Changes Path 1.4 +2 -2 ports/lang/compaq-cc/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 8 11:17:20 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 11:17:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 2CF8137B401; Fri, 8 Dec 2000 11:17:17 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id LAA39430; Fri, 8 Dec 2000 11:17:16 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB8JHEL81381; Fri, 8 Dec 2000 11:17:14 -0800 (PST) (envelope-from obrien) Date: Fri, 8 Dec 2000 11:17:14 -0800 From: "David O'Brien" To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/compaq-cc Makefile pkg-plist ports/lang/compaq-cc/files errno_location.c ieee_fp_control.c Message-ID: <20001208111714.A81342@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012081327.eB8DRTZ44720@freefall.freebsd.org> <200012081614.JAA13280@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012081614.JAA13280@harmony.village.org>; from imp@village.org on Fri, Dec 08, 2000 at 09:14:28AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 08, 2000 at 09:14:28AM -0700, Warner Losh wrote: > : This allows `CC=ccc' to build fully native FreeBSD Alpha binaries. > > How much better is ccc? *much* Some say 33%. > Does it make the worldstone faster? It cannot compile the world, we have way too many GCC'isms. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 11:53:40 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 11:53:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B358237B400; Fri, 8 Dec 2000 11:53:37 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8JrbQ93022; Fri, 8 Dec 2000 11:53:37 -0800 (PST) (envelope-from jake) Message-Id: <200012081953.eB8JrbQ93022@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 8 Dec 2000 11:53:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/08 11:53:37 PST Modified files: sys/i386/include mutex.h Log: Fix a jump to the wrong label, . Put a period at the end of a sentence in a comment. Submitted by: bde Revision Changes Path 1.19 +3 -3 src/sys/i386/include/mutex.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 8 11:54:57 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 11:54:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D851537B401; Fri, 8 Dec 2000 11:54:54 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8Jss593198; Fri, 8 Dec 2000 11:54:54 -0800 (PST) (envelope-from will) Message-Id: <200012081954.eB8Jss593198@freefall.freebsd.org> From: Will Andrews Date: Fri, 8 Dec 2000 11:54:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts addport X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/08 11:54:54 PST Modified files: Tools/scripts addport Log: Functional modification: Make -n only apply to cvs commit, NOT *all* cvs ops. Many committers found it difficult to debug while using addport with the -n argument. I'm inclined to agree with the sentiment. Submitted by: sada, deischen, others Revision Changes Path 1.14 +4 -4 ports/Tools/scripts/addport To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 12: 9: 2 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 12:09:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38EEF37B400; Fri, 8 Dec 2000 12:09:00 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8K90b97271; Fri, 8 Dec 2000 12:09:00 -0800 (PST) (envelope-from jmz) Message-Id: <200012082009.eB8K90b97271@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Fri, 8 Dec 2000 12:08:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/12/08 12:08:59 PST Modified files: textproc/ispell Makefile Log: A better way to display the pre-everything message Submitted by: asami Revision Changes Path 1.42 +2 -4 ports/textproc/ispell/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 8 12: 9: 7 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 12:09:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10E3437B401; Fri, 8 Dec 2000 12:09:01 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8K91e97286; Fri, 8 Dec 2000 12:09:01 -0800 (PST) (envelope-from phk) Message-Id: <200012082009.eB8K91e97286@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 8 Dec 2000 12:09:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/fla fla.c src/sys/dev/ata ata-all.c ata-disk.c ata-raid.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c src/sys/dev/ppbus ppbconf.c src/sys/i386/conf GENERIC src/sys/i386/i386 nexus.c src/sys/i386/isa spkr.c src/sys/isa ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/12/08 12:09:00 PST Modified files: sys/contrib/dev/fla fla.c sys/dev/ata ata-all.c ata-disk.c ata-raid.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c sys/dev/ppbus ppbconf.c sys/i386/conf GENERIC sys/i386/i386 nexus.c sys/i386/isa spkr.c sys/isa atkbdc_isa.c isa_common.c sys/kern kern_acl.c kern_conf.c kern_module.c subr_bus.c subr_disk.c subr_eventhandler.c subr_taskqueue.c tty_pty.c tty_snoop.c vfs_cache.c sys/net bpf.c sys/netinet ip_encap.c sys/netinet6 frag6.c sys/pc98/pc98 spkr.c sys/pci agp.c sys/ufs/ffs ffs_softdep.c Log: Staticize some malloc M_ instances. Revision Changes Path 1.26 +2 -2 src/sys/contrib/dev/fla/fla.c 1.90 +2 -2 src/sys/dev/ata/ata-all.c 1.87 +2 -2 src/sys/dev/ata/ata-disk.c 1.7 +2 -2 src/sys/dev/ata/ata-raid.c 1.57 +2 -2 src/sys/dev/ata/atapi-all.c 1.68 +2 -2 src/sys/dev/ata/atapi-cd.c 1.55 +2 -2 src/sys/dev/ata/atapi-fd.c 1.47 +2 -2 src/sys/dev/ata/atapi-tape.c 1.19 +2 -2 src/sys/dev/ppbus/ppbconf.c 1.292 +3 -1 src/sys/i386/conf/GENERIC 1.41 +3 -3 src/sys/i386/i386/nexus.c 1.48 +2 -2 src/sys/i386/isa/spkr.c 1.19 +2 -2 src/sys/isa/atkbdc_isa.c 1.20 +2 -2 src/sys/isa/isa_common.c 1.5 +2 -2 src/sys/kern/kern_acl.c 1.87 +2 -2 src/sys/kern/kern_conf.c 1.25 +2 -2 src/sys/kern/kern_module.c 1.85 +2 -2 src/sys/kern/subr_bus.c 1.32 +2 -2 src/sys/kern/subr_disk.c 1.8 +2 -2 src/sys/kern/subr_eventhandler.c 1.6 +2 -2 src/sys/kern/subr_taskqueue.c 1.81 +2 -2 src/sys/kern/tty_pty.c 1.49 +2 -2 src/sys/kern/tty_snoop.c 1.52 +2 -2 src/sys/kern/vfs_cache.c 1.70 +2 -2 src/sys/net/bpf.c 1.2 +2 -2 src/sys/netinet/ip_encap.c 1.5 +2 -2 src/sys/netinet6/frag6.c 1.28 +2 -2 src/sys/pc98/pc98/spkr.c 1.8 +2 -2 src/sys/pci/agp.c 1.78 +14 -14 src/sys/ufs/ffs/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 12:36:36 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 12:36:33 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0D6937B400; Fri, 8 Dec 2000 12:36:33 -0800 (PST) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8KaXc00683; Fri, 8 Dec 2000 12:36:33 -0800 (PST) (envelope-from jasone) Message-Id: <200012082036.eB8KaXc00683@freefall.freebsd.org> From: Jason Evans Date: Fri, 8 Dec 2000 12:36:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kmod.mk src/sys/conf kmod.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/12/08 12:36:33 PST Modified files: share/mk bsd.kmod.mk sys/conf kmod.mk Log: Do not check for existence of ${_dir}/kern/ , because for modules that set .PATH to ${.CURDIR}/[...]/kern , the "exists" expression will fail for the form exists(${.CURDIR}/[...]/kern/). This appears to be happening because make is searching for the argument to "exists" by using .PATH rather than a relative search, because .PATH and the argument match at the beginning. Additionally, make appears to consider a path that starts with ${.CURDIR} as relative, even though it expands to an absolute path. The reason that most people aren't seeing this problem is that the absolute paths of /usr/src/sys and /sys are also searched, so as long as the kernel source can be found in at least one of those places, no problems surface. This problem was inadvertently introduced on 1 December 2000, with the addition of the sysvipc modules. Revision Changes Path 1.86 +3 -3 src/share/mk/bsd.kmod.mk 1.86 +2 -2 src/sys/conf/kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 12:38:54 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 12:38:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id CB0A337B400; Fri, 8 Dec 2000 12:38:50 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB8Kco224830; Fri, 8 Dec 2000 12:38:50 -0800 (PST) Date: Fri, 8 Dec 2000 12:38:50 -0800 From: Alfred Perlstein To: Jason Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.kmod.mk src/sys/conf kmod.mk Message-ID: <20001208123850.R16205@fw.wintelcom.net> References: <200012082036.eB8KaXc00683@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: <200012082036.eB8KaXc00683@freefall.freebsd.org>; from jasone@FreeBSD.org on Fri, Dec 08, 2000 at 12:36:33PM -0800 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Jason Evans [001208 12:36] wrote: > > This problem was inadvertently introduced on 1 December 2000, with the > addition of the sysvipc modules. > > Revision Changes Path > 1.86 +3 -3 src/share/mk/bsd.kmod.mk > 1.86 +2 -2 src/sys/conf/kmod.mk Don't you mean 'exposed'. :) -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 12:48:37 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 12:48:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBEF937B401; Fri, 8 Dec 2000 12:48:34 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8KmYc02106; Fri, 8 Dec 2000 12:48:34 -0800 (PST) (envelope-from msmith) Message-Id: <200012082048.eB8KmYc02106@freefall.freebsd.org> From: Mike Smith Date: Fri, 8 Dec 2000 12:48:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica/Osd OsdMemory.c OsdSynch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/08 12:48:34 PST Modified files: sys/dev/acpica/Osd OsdMemory.c OsdSynch.c Log: Staticise some malloc pools Submitted by: phk Revision Changes Path 1.3 +2 -2 src/sys/dev/acpica/Osd/OsdMemory.c 1.2 +2 -2 src/sys/dev/acpica/Osd/OsdSynch.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 8 13: 1:54 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:01:51 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4006837B400; Fri, 8 Dec 2000 13:01:51 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8L1p003807; Fri, 8 Dec 2000 13:01:51 -0800 (PST) (envelope-from archie) Message-Id: <200012082101.eB8L1p003807@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 8 Dec 2000 13:01:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_one2many.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/12/08 13:01:47 PST Modified files: share/man/man4 ng_one2many.4 Log: Fix typo. Submitted by: Ben Smithurst Revision Changes Path 1.2 +2 -2 src/share/man/man4/ng_one2many.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 8 13: 2:44 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:02:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0A0F37B400; Fri, 8 Dec 2000 13:02:41 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8L2fv03968; Fri, 8 Dec 2000 13:02:41 -0800 (PST) (envelope-from archie) Message-Id: <200012082102.eB8L2fv03968@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 8 Dec 2000 13:02:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_one2many.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/12/08 13:02:41 PST Modified files: (Branch: RELENG_4) share/man/man4 ng_one2many.4 Log: MFC: fix typo. Revision Changes Path 1.1.2.2 +2 -2 src/share/man/man4/ng_one2many.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 8 13: 6:27 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:06:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 640A737B400; Fri, 8 Dec 2000 13:06:25 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8L6PQ06447; Fri, 8 Dec 2000 13:06:25 -0800 (PST) (envelope-from ade) Message-Id: <200012082106.eB8L6PQ06447@freefall.freebsd.org> From: Ade Lovett Date: Fri, 8 Dec 2000 13:06:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/12/08 13:06:24 PST Modified files: textproc/libxml2 Makefile distinfo Log: Update to 2.2.10 Revision Changes Path 1.37 +2 -2 ports/textproc/libxml2/Makefile 1.27 +1 -1 ports/textproc/libxml2/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 8 13: 7:49 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:07:47 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7ED037B400; Fri, 8 Dec 2000 13:07:44 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8L7i906684; Fri, 8 Dec 2000 13:07:44 -0800 (PST) (envelope-from ade) Message-Id: <200012082107.eB8L7i906684@freefall.freebsd.org> From: Ade Lovett Date: Fri, 8 Dec 2000 13:07:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ncurses Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/12/08 13:07:44 PST Modified files: devel/ncurses Makefile Log: Mark FORBIDDEN for 4.x and above which already has this in the base system - lots of wonderful breakages with this port installed too on such systems. Revision Changes Path 1.26 +8 -2 ports/devel/ncurses/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 8 13: 8:12 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:08:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 048BD37B400; Fri, 8 Dec 2000 13:08:09 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8L88e06766; Fri, 8 Dec 2000 13:08:08 -0800 (PST) (envelope-from ade) Message-Id: <200012082108.eB8L88e06766@freefall.freebsd.org> From: Ade Lovett Date: Fri, 8 Dec 2000 13:08:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/libghttp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/12/08 13:08:05 PST Modified files: www/libghttp Makefile distinfo Log: Update to 1.0.8 Revision Changes Path 1.20 +2 -2 ports/www/libghttp/Makefile 1.9 +1 -1 ports/www/libghttp/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 8 13: 9:56 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:09:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB3CF37B400; Fri, 8 Dec 2000 13:09:52 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8L9qF07173; Fri, 8 Dec 2000 13:09:52 -0800 (PST) (envelope-from ade) Message-Id: <200012082109.eB8L9qF07173@freefall.freebsd.org> From: Ade Lovett Date: Fri, 8 Dec 2000 13:09:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libgtop Makefile ports/devel/libgtop/files patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/12/08 13:09:51 PST Modified files: devel/libgtop Makefile devel/libgtop/files patch-ah Log: struct mount was hidden from userland on -current a short while ago No idea why libgtop wanted it, since the information was never used. Revision Changes Path 1.38 +2 -1 ports/devel/libgtop/Makefile 1.2 +14 -6 ports/devel/libgtop/files/patch-ah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 13:10:38 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:10:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8623D37B401; Fri, 8 Dec 2000 13:10:35 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LAZ307369; Fri, 8 Dec 2000 13:10:35 -0800 (PST) (envelope-from ade) Message-Id: <200012082110.eB8LAZ307369@freefall.freebsd.org> From: Ade Lovett Date: Fri, 8 Dec 2000 13:10:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gal Makefile distinfo pkg-plist ports/x11-toolkits/gal/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/12/08 13:10:34 PST Modified files: x11-toolkits/gal Makefile distinfo pkg-plist x11-toolkits/gal/files patch-aa Log: Update to 0.3 Revision Changes Path 1.6 +5 -4 ports/x11-toolkits/gal/Makefile 1.5 +1 -1 ports/x11-toolkits/gal/distinfo 1.4 +29 -1 ports/x11-toolkits/gal/pkg-plist 1.2 +22 -4 ports/x11-toolkits/gal/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 8 13:11: 3 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:11:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40F6A37B400; Fri, 8 Dec 2000 13:11:00 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LB0t07498; Fri, 8 Dec 2000 13:11:00 -0800 (PST) (envelope-from ade) Message-Id: <200012082111.eB8LB0t07498@freefall.freebsd.org> From: Ade Lovett Date: Fri, 8 Dec 2000 13:11:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnumeric Makefile distinfo pkg-plist ports/math/gnumeric/files patch-ci X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/12/08 13:10:59 PST Modified files: math/gnumeric Makefile distinfo pkg-plist math/gnumeric/files patch-ci Log: Update to 0.60 Revision Changes Path 1.50 +4 -4 ports/math/gnumeric/Makefile 1.26 +1 -1 ports/math/gnumeric/distinfo 1.24 +1 -2 ports/math/gnumeric/pkg-plist 1.2 +13 -10 ports/math/gnumeric/files/patch-ci To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 13:11:52 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:11:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FA0337B400; Fri, 8 Dec 2000 13:11:49 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LBnw07617; Fri, 8 Dec 2000 13:11:49 -0800 (PST) (envelope-from ade) Message-Id: <200012082111.eB8LBnw07617@freefall.freebsd.org> From: Ade Lovett Date: Fri, 8 Dec 2000 13:11:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gtkhtml Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/12/08 13:11:46 PST Modified files: www/gtkhtml Makefile Log: Use new version of x11-toolkits/gal. Bump PORTREVISION since they're not binary compatible. Revision Changes Path 1.14 +3 -2 ports/www/gtkhtml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 13:12: 9 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:12:06 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDC7337B400; Fri, 8 Dec 2000 13:12:06 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LC6s07672; Fri, 8 Dec 2000 13:12:06 -0800 (PST) (envelope-from ade) Message-Id: <200012082112.eB8LC6s07672@freefall.freebsd.org> From: Ade Lovett Date: Fri, 8 Dec 2000 13:12:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnucash Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/12/08 13:12:06 PST Modified files: deskutils/gnucash Makefile distinfo pkg-plist Log: Update to 1.4.9 Revision Changes Path 1.25 +2 -2 ports/deskutils/gnucash/Makefile 1.10 +1 -1 ports/deskutils/gnucash/distinfo 1.9 +17 -0 ports/deskutils/gnucash/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 8 13:12:39 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:12:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A577637B400; Fri, 8 Dec 2000 13:12:36 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LCac07756; Fri, 8 Dec 2000 13:12:36 -0800 (PST) (envelope-from ade) Message-Id: <200012082112.eB8LCac07756@freefall.freebsd.org> From: Ade Lovett Date: Fri, 8 Dec 2000 13:12:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/12/08 13:12:36 PST Modified files: mail/evolution Makefile Log: Mark BROKEN.. it's incompatible with the new x11-toolkits/gal. I love GNOME release engineering. Really. Revision Changes Path 1.17 +3 -1 ports/mail/evolution/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 8 13:13:16 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:13:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D837B37B400; Fri, 8 Dec 2000 13:13:11 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LDBB07845; Fri, 8 Dec 2000 13:13:11 -0800 (PST) (envelope-from ade) Message-Id: <200012082113.eB8LDBB07845@freefall.freebsd.org> From: Ade Lovett Date: Fri, 8 Dec 2000 13:13:11 -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 X-Loop: FreeBSD.ORG ade 2000/12/08 13:13:11 PST Modified files: x11/gnome Makefile Log: It's high time that the GNOME metaport got cleaned up to actually USE_GNOME :) Revision Changes Path 1.29 +2 -18 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 Fri Dec 8 13:29:59 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:29:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C120037B400; Fri, 8 Dec 2000 13:29:56 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LTu610115; Fri, 8 Dec 2000 13:29:56 -0800 (PST) (envelope-from deischen) Message-Id: <200012082129.eB8LTu610115@freefall.freebsd.org> From: Daniel Eischen Date: Fri, 8 Dec 2000 13:29: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 X-Loop: FreeBSD.ORG deischen 2000/12/08 13:29:56 PST Modified files: . modules Log: gtkada --> ports/x11-toolkits/gtkada Revision Changes Path 1.2091 +2 -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 Fri Dec 8 13:31:56 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:31:53 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1FFA37B400; Fri, 8 Dec 2000 13:31:52 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LVq610497; Fri, 8 Dec 2000 13:31:52 -0800 (PST) (envelope-from jake) Message-Id: <200012082131.eB8LVq610497@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 8 Dec 2000 13:31:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/08 13:31:52 PST Modified files: sys/i386/i386 swtch.s vm_machdep.c Log: Revert the previous change I made to cpu_switch. It doesn't help as much as I thought it would and according to bde was a pessimization. Revision Changes Path 1.101 +5 -3 src/sys/i386/i386/swtch.s 1.144 +2 -2 src/sys/i386/i386/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 13:33:57 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:33:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D94CB37B400; Fri, 8 Dec 2000 13:33:54 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LXso10767; Fri, 8 Dec 2000 13:33:54 -0800 (PST) (envelope-from deischen) Message-Id: <200012082133.eB8LXso10767@freefall.freebsd.org> From: Daniel Eischen Date: Fri, 8 Dec 2000 13:33:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtkada Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/gtkada/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/12/08 13:33:54 PST Modified files: x11-toolkits Makefile Added files: x11-toolkits/gtkada Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/gtkada/files patch-aa Log: GtkAda is an Ada binding to Gtk. PR: 23138 Submitted by: Samuel Tardieu Revision Changes Path 1.114 +2 -1 ports/x11-toolkits/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 8 13:35:15 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:35:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D570737B400; Fri, 8 Dec 2000 13:35:12 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LZCj11111; Fri, 8 Dec 2000 13:35:12 -0800 (PST) (envelope-from wpaul) Message-Id: <200012082135.eB8LZCj11111@freefall.freebsd.org> From: Bill Paul Date: Fri, 8 Dec 2000 13:35:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ray if_ray.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/12/08 13:35:12 PST Modified files: sys/dev/ray if_ray.c Log: Fix probe/attach a little. We don't have to call bpfattach() anymore since ether_ifattach() does it for us. We do need to call ether_ifdetach() instead of if_detach(). And we don't have to check for ifp->if_name already being initialized because it never will be in FreeBSD 4.x and above. Reviewed by: Warner Losh, Duncan Barclay Revision Changes Path 1.46 +19 -22 src/sys/dev/ray/if_ray.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 8 13:38:10 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:38:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 82C8137B400; Fri, 8 Dec 2000 13:38:07 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id QAA19771; Fri, 8 Dec 2000 16:37:47 -0500 (EST) Date: Fri, 8 Dec 2000 16:37:46 -0500 (EST) From: Daniel Eischen To: Daniel Eischen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtkada Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/gtkada/files patch-aa In-Reply-To: <200012082133.eB8LXso10767@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 8 Dec 2000, Daniel Eischen wrote: > deischen 2000/12/08 13:33:54 PST > > Modified files: > x11-toolkits Makefile > Added files: > x11-toolkits/gtkada Makefile distinfo pkg-comment pkg-descr > pkg-plist > x11-toolkits/gtkada/files patch-aa > Log: > GtkAda is an Ada binding to Gtk. Hopefully this got added correctly. I used the latest addport with -n and didn't want to commit anything the first time around, but it added gtkada to modules. I then ran it again without the -n to commit the rest of the bits. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 13:48:21 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:48:18 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6914237B400; Fri, 8 Dec 2000 13:48:18 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LmIL15715; Fri, 8 Dec 2000 13:48:18 -0800 (PST) (envelope-from deischen) Message-Id: <200012082148.eB8LmIL15715@freefall.freebsd.org> From: Daniel Eischen Date: Fri, 8 Dec 2000 13:48:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/gvd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/gvd/files freebsd.h patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/12/08 13:48:18 PST Modified files: devel Makefile Added files: devel/gvd Makefile distinfo pkg-comment pkg-descr pkg-plist devel/gvd/files freebsd.h patch-aa Log: GVD is the GNU Visual Debugger, very similar to DDD. It is an extensible graphical debugger licensed under the GPL and written in Ada using GNAT and GtkAda. Supposedly, this is the future GNOME debugger. PR: 23280 Submitted by: Samuel Tardieu Revision Changes Path 1.372 +2 -1 ports/devel/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 8 13:48:29 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:48:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F9A837B699; Fri, 8 Dec 2000 13:48:24 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LmOM15763; Fri, 8 Dec 2000 13:48:24 -0800 (PST) (envelope-from deischen) Message-Id: <200012082148.eB8LmOM15763@freefall.freebsd.org> From: Daniel Eischen Date: Fri, 8 Dec 2000 13:48:24 -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 X-Loop: FreeBSD.ORG deischen 2000/12/08 13:48:24 PST Modified files: . modules Log: gvd --> ports/devel/gvd Revision Changes Path 1.2092 +2 -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 Fri Dec 8 13:51:20 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:51:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D49B437B400; Fri, 8 Dec 2000 13:51:08 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8Lp7r16870; Fri, 8 Dec 2000 13:51:07 -0800 (PST) (envelope-from dwmalone) Message-Id: <200012082151.eB8Lp7r16870@freefall.freebsd.org> From: David Malone Date: Fri, 8 Dec 2000 13:51:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/oltr if_oltr.c src/sys/dev/ccd ccd.c src/sys/dev/eisa eisaconf.c src/sys/dev/fb fb.c src/sys/dev/ida ida.c src/sys/dev/kbd atkbd.c atkbdc.c kbd.c src/sys/dev/lmc if_lmc.c if_lmc_fbsd3.c src/sys/dev/lnc ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/12/08 13:51:07 PST Modified files: sys/contrib/dev/oltr if_oltr.c sys/dev/ccd ccd.c sys/dev/eisa eisaconf.c sys/dev/fb fb.c sys/dev/ida ida.c sys/dev/kbd atkbd.c atkbdc.c kbd.c sys/dev/lmc if_lmc.c if_lmc_fbsd3.c sys/dev/lnc if_lnc_pci.c sys/dev/md md.c sys/dev/musycc musycc.c sys/dev/null null.c sys/dev/pdq if_fpa.c sys/dev/ppbus ppbconf.c vpo.c sys/dev/rp rp.c rp_isa.c rp_pci.c sys/dev/si si.c sys/dev/syscons syscons.c sys/dev/vn vn.c sys/fs/devfs devfs_devs.c devfs_vfsops.c sys/fs/hpfs hpfs_vfsops.c sys/i386/i386 busdma_machdep.c i686_mem.c k6_mem.c nexus.c userconfig.c vm_machdep.c sys/i386/isa cy.c if_ar.c if_sr.c intr_machdep.c isa_compat.c istallion.c rp.c stallion.c sys/i386/isa/bs bsfunc.c bsif.c sys/ia64/ia64 busdma_machdep.c sscdisk.c sys/isa atkbdc_isa.c fd.c isa_common.c pnpparse.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern kern_conf.c kern_descrip.c kern_event.c kern_jail.c kern_linker.c kern_mutex.c kern_sysctl.c link_elf.c subr_blist.c subr_bus.c subr_kobj.c subr_prof.c subr_rman.c tty.c tty_pty.c tty_snoop.c uipc_socket.c uipc_syscalls.c vfs_init.c vfs_subr.c vfs_syscalls.c sys/miscfs/union union_vfsops.c sys/msdosfs msdosfs_vfsops.c sys/net bpf.c bridge.c if.c if_ef.c if_sl.c if_tap.c if_tun.c rtsock.c sys/netatalk at_control.c ddp_usrreq.c sys/netinet in.c in_hostcache.c in_pcb.c ip_dummynet.c ip_fw.c tcp_input.c sys/netipx ipx.c ipx_ip.c ipx_pcb.c spx_usrreq.c sys/netnatm natm_pcb.c sys/nfs nfs_nqlease.c nfs_srvcache.c nfs_syscalls.c sys/ntfs ntfs_subr.c ntfs_vfsops.c sys/pc98/i386 userconfig.c sys/pc98/pc98 fd.c syscons.c wd.c wd_cd.c wfd.c wst.c sys/pci if_fxp.c if_mn.c if_tx.c isp_pci.c ncr.c pci.c pci_compat.c simos.c sys/ufs/ffs ffs_softdep.c ffs_vfsops.c sys/ufs/ufs ufs_quota.c sys/vm swap_pager.c Log: Convert more malloc+bzero to malloc+M_ZERO. Submitted by: josh@zipperup.org Submitted by: Robert Drehmel Revision Changes Path 1.18 +2 -3 src/sys/contrib/dev/oltr/if_oltr.c 1.84 +3 -3 src/sys/dev/ccd/ccd.c 1.58 +2 -3 src/sys/dev/eisa/eisaconf.c 1.14 +6 -7 src/sys/dev/fb/fb.c 1.16 +3 -3 src/sys/dev/ida/ida.c 1.30 +7 -10 src/sys/dev/kbd/atkbd.c 1.9 +2 -3 src/sys/dev/kbd/atkbdc.c 1.23 +4 -5 src/sys/dev/kbd/kbd.c 1.7 +2 -3 src/sys/dev/lmc/if_lmc.c 1.3 +2 -3 src/sys/dev/lmc/if_lmc_fbsd3.c 1.18 +2 -4 src/sys/dev/lnc/if_lnc_pci.c 1.17 +4 -7 src/sys/dev/md/md.c 1.9 +4 -7 src/sys/dev/musycc/musycc.c 1.5 +2 -3 src/sys/dev/null/null.c 1.14 +2 -3 src/sys/dev/pdq/if_fpa.c 1.20 +3 -3 src/sys/dev/ppbus/ppbconf.c 1.23 +2 -4 src/sys/dev/ppbus/vpo.c 1.39 +4 -5 src/sys/dev/rp/rp.c 1.3 +4 -7 src/sys/dev/rp/rp_isa.c 1.3 +3 -5 src/sys/dev/rp/rp_pci.c 1.105 +4 -5 src/sys/dev/si/si.c 1.349 +2 -3 src/sys/dev/syscons/syscons.c 1.120 +2 -3 src/sys/dev/vn/vn.c 1.10 +5 -9 src/sys/fs/devfs/devfs_devs.c 1.11 +2 -3 src/sys/fs/devfs/devfs_vfsops.c 1.7 +2 -3 src/sys/fs/hpfs/hpfs_vfsops.c 1.20 +8 -10 src/sys/i386/i386/busdma_machdep.c 1.10 +2 -3 src/sys/i386/i386/i686_mem.c 1.8 +2 -3 src/sys/i386/i386/k6_mem.c 1.42 +2 -3 src/sys/i386/i386/nexus.c 1.186 +4 -4 src/sys/i386/i386/userconfig.c 1.145 +2 -3 src/sys/i386/i386/vm_machdep.c 1.108 +2 -3 src/sys/i386/isa/cy.c 1.42 +5 -8 src/sys/i386/isa/if_ar.c 1.39 +7 -10 src/sys/i386/isa/if_sr.c 1.42 +4 -5 src/sys/i386/isa/intr_machdep.c 1.23 +2 -3 src/sys/i386/isa/isa_compat.c 1.41 +3 -5 src/sys/i386/isa/istallion.c 1.36 +5 -9 src/sys/i386/isa/rp.c 1.43 +7 -11 src/sys/i386/isa/stallion.c 1.9 +2 -4 src/sys/i386/isa/bs/bsfunc.c 1.14 +3 -3 src/sys/i386/isa/bs/bsif.c 1.4 +19 -24 src/sys/ia64/ia64/busdma_machdep.c 1.4 +2 -3 src/sys/ia64/ia64/sscdisk.c 1.20 +3 -3 src/sys/isa/atkbdc_isa.c 1.192 +2 -3 src/sys/isa/fd.c 1.21 +2 -3 src/sys/isa/isa_common.c 1.11 +2 -3 src/sys/isa/pnpparse.c 1.81 +3 -5 src/sys/isofs/cd9660/cd9660_vfsops.c 1.88 +2 -3 src/sys/kern/kern_conf.c 1.95 +3 -5 src/sys/kern/kern_descrip.c 1.18 +2 -3 src/sys/kern/kern_event.c 1.9 +2 -3 src/sys/kern/kern_jail.c 1.53 +7 -11 src/sys/kern/kern_linker.c 1.27 +3 -3 src/sys/kern/kern_mutex.c 1.101 +2 -3 src/sys/kern/kern_sysctl.c 1.33 +2 -3 src/sys/kern/link_elf.c 1.7 +2 -4 src/sys/kern/subr_blist.c 1.86 +8 -15 src/sys/kern/subr_bus.c 1.4 +2 -3 src/sys/kern/subr_kobj.c 1.39 +2 -3 src/sys/kern/subr_prof.c 1.16 +6 -11 src/sys/kern/subr_rman.c 1.142 +2 -3 src/sys/kern/tty.c 1.82 +2 -3 src/sys/kern/tty_pty.c 1.50 +2 -3 src/sys/kern/tty_snoop.c 1.85 +3 -5 src/sys/kern/uipc_socket.c 1.80 +3 -3 src/sys/kern/uipc_syscalls.c 1.52 +3 -3 src/sys/kern/vfs_init.c 1.296 +3 -5 src/sys/kern/vfs_subr.c 1.174 +2 -3 src/sys/kern/vfs_syscalls.c 1.41 +2 -4 src/sys/miscfs/union/union_vfsops.c 1.67 +3 -5 src/sys/msdosfs/msdosfs_vfsops.c 1.71 +2 -3 src/sys/net/bpf.c 1.29 +2 -3 src/sys/net/bridge.c 1.96 +4 -7 src/sys/net/if.c 1.9 +3 -3 src/sys/net/if_ef.c 1.91 +2 -3 src/sys/net/if_sl.c 1.5 +2 -3 src/sys/net/if_tap.c 1.83 +2 -3 src/sys/net/if_tun.c 1.48 +3 -3 src/sys/net/rtsock.c 1.29 +2 -3 src/sys/netatalk/at_control.c 1.20 +2 -3 src/sys/netatalk/ddp_usrreq.c 1.48 +4 -5 src/sys/netinet/in.c 1.4 +3 -3 src/sys/netinet/in_hostcache.c 1.69 +5 -5 src/sys/netinet/in_pcb.c 1.32 +7 -11 src/sys/netinet/ip_dummynet.c 1.150 +4 -7 src/sys/netinet/ip_fw.c 1.120 +2 -3 src/sys/netinet/tcp_input.c 1.19 +3 -3 src/sys/netipx/ipx.c 1.26 +2 -3 src/sys/netipx/ipx_ip.c 1.20 +2 -3 src/sys/netipx/ipx_pcb.c 1.28 +2 -3 src/sys/netipx/spx_usrreq.c 1.8 +4 -5 src/sys/netnatm/natm_pcb.c 1.54 +4 -5 src/sys/nfs/nfs_nqlease.c 1.26 +2 -3 src/sys/nfs/nfs_srvcache.c 1.63 +6 -9 src/sys/nfs/nfs_syscalls.c 1.11 +6 -8 src/sys/ntfs/ntfs_subr.c 1.26 +2 -3 src/sys/ntfs/ntfs_vfsops.c 1.117 +4 -4 src/sys/pc98/i386/userconfig.c 1.98 +2 -3 src/sys/pc98/pc98/fd.c 1.154 +2 -3 src/sys/pc98/pc98/syscons.c 1.118 +3 -5 src/sys/pc98/pc98/wd.c 1.37 +4 -7 src/sys/pc98/pc98/wd_cd.c 1.40 +2 -3 src/sys/pc98/pc98/wfd.c 1.33 +2 -3 src/sys/pc98/pc98/wst.c 1.100 +4 -5 src/sys/pci/if_fxp.c 1.22 +3 -5 src/sys/pci/if_mn.c 1.43 +2 -3 src/sys/pci/if_tx.c 1.57 +4 -7 src/sys/pci/isp_pci.c 1.163 +5 -10 src/sys/pci/ncr.c 1.167 +4 -9 src/sys/pci/pci.c 1.41 +2 -3 src/sys/pci/pci_compat.c 1.11 +2 -3 src/sys/pci/simos.c 1.79 +9 -15 src/sys/ufs/ffs/ffs_softdep.c 1.133 +2 -3 src/sys/ufs/ffs/ffs_vfsops.c 1.39 +3 -3 src/sys/ufs/ufs/ufs_quota.c 1.149 +2 -3 src/sys/vm/swap_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 14:10:32 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 14:10:29 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 879C937B400; Fri, 8 Dec 2000 14:10:29 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8MATY22573; Fri, 8 Dec 2000 14:10:29 -0800 (PST) (envelope-from jhb) Message-Id: <200012082210.eB8MATY22573@freefall.freebsd.org> From: John Baldwin Date: Fri, 8 Dec 2000 14:10:29 -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 X-Loop: FreeBSD.ORG jhb 2000/12/08 14:10:29 PST Modified files: share/man/man9 atomic.9 Log: Fix some nits in the globs used to describe the various sets of atomic operations. Submitted by: jake, jasone Revision Changes Path 1.2 +6 -6 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 Fri Dec 8 14:11:30 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 14:11:24 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31EB337B400; Fri, 8 Dec 2000 14:11:24 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8MBOt22838; Fri, 8 Dec 2000 14:11:24 -0800 (PST) (envelope-from msmith) Message-Id: <200012082211.eB8MBOt22838@freefall.freebsd.org> From: Mike Smith Date: Fri, 8 Dec 2000 14:11:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c pci_if.m pcib_if.m pcireg.h pcisupport.c pcivar.h src/sys/dev/pci eisa_pci.c fixup_pci.c ignore_pci.c isa_pci.c pci_pci.c vga_pci.c pci.c pcivar.h src/sys/modules/agp Makefile src/sys/modules/netgraph/tty Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/08 14:11:24 PST Modified files: sys/dev/pci pci.c pcivar.h sys/modules/agp Makefile sys/modules/netgraph/tty Makefile sys/modules/osf1 Makefile sys/i386/pci pci_bus.c pci_cfgreg.c sys/alpha/alpha cpuconf.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c dec_3000_500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn8ae.c dec_st550.c dec_st6600.c machdep.c sys/alpha/include cpuconf.h md_var.h sys/alpha/osf1 osf1_misc.c osf1_signal.c sys/alpha/pci apecs_pci.c cia_pci.c irongate_pci.c lca_pci.c pcibus.c t2.c t2_pci.c t2var.h tsunami_pci.c Added files: sys/dev/pci eisa_pci.c fixup_pci.c ignore_pci.c isa_pci.c pci_pci.c vga_pci.c Removed files: sys/pci pci.c pci_if.m pcib_if.m pcireg.h pcisupport.c pcivar.h Log: Next phase in the PCI subsystem cleanup. - Move PCI core code to dev/pci. - Split bridge code out into separate modules. - Remove the descriptive strings from the bridge drivers. If you want to know what a device is, use pciconf. Add support for broadly identifying devices based on class/subclass, and for parsing a preloaded device identification database so that if you want to waste the memory, you can identify *anything* we know about. - Remove machine-dependant code from the core PCI code. APIC interrupt mapping is performed by shadowing the intline register in machine- dependant code. - Bring interrupt routing support to the Alpha (although many platforms don't yet support routing or mapping interrupts entirely correctly). This resulted in spamming into more places than it really should have gone. - Put sys/dev on the kernel/modules include path. This avoids having to change *all* the pci*.h includes. Revision Changes Path 1.167 +224 -134 src/sys/dev/pci/pci.c 1.49 +1 -8 src/sys/dev/pci/pcivar.h 1.5 +2 -2 src/sys/modules/agp/Makefile 1.9 +2 -2 src/sys/modules/netgraph/tty/Makefile 1.6 +2 -2 src/sys/modules/osf1/Makefile 1.75 +3 -3 src/sys/i386/pci/pci_bus.c 1.72 +53 -3 src/sys/i386/pci/pci_cfgreg.c 1.12 +2 -1 src/sys/alpha/alpha/cpuconf.c 1.6 +28 -45 src/sys/alpha/alpha/dec_1000a.c 1.9 +17 -27 src/sys/alpha/alpha/dec_2100_a50.c 1.6 +3 -2 src/sys/alpha/alpha/dec_2100_a500.c 1.4 +2 -1 src/sys/alpha/alpha/dec_3000_300.c 1.4 +2 -1 src/sys/alpha/alpha/dec_3000_500.c 1.10 +15 -50 src/sys/alpha/alpha/dec_axppci_33.c 1.12 +3 -2 src/sys/alpha/alpha/dec_eb164.c 1.7 +3 -2 src/sys/alpha/alpha/dec_eb64plus.c 1.10 +23 -22 src/sys/alpha/alpha/dec_kn20aa.c 1.11 +2 -1 src/sys/alpha/alpha/dec_kn8ae.c 1.8 +18 -18 src/sys/alpha/alpha/dec_st550.c 1.9 +6 -6 src/sys/alpha/alpha/dec_st6600.c 1.105 +2 -1 src/sys/alpha/alpha/machdep.c 1.9 +2 -2 src/sys/alpha/include/cpuconf.h 1.15 +2 -2 src/sys/alpha/include/md_var.h 1.8 +2 -1 src/sys/alpha/osf1/osf1_misc.c 1.5 +2 -1 src/sys/alpha/osf1/osf1_signal.c 1.9 +3 -1 src/sys/alpha/pci/apecs_pci.c 1.11 +2 -1 src/sys/alpha/pci/cia_pci.c 1.5 +3 -1 src/sys/alpha/pci/irongate_pci.c 1.9 +3 -1 src/sys/alpha/pci/lca_pci.c 1.27 +12 -5 src/sys/alpha/pci/pcibus.c 1.6 +33 -32 src/sys/alpha/pci/t2.c 1.6 +3 -1 src/sys/alpha/pci/t2_pci.c 1.4 +2 -2 src/sys/alpha/pci/t2var.h 1.11 +2 -1 src/sys/alpha/pci/tsunami_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 8 14:19: 7 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 14:19:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-176-64.dsl.snfc21.pacbell.net [63.202.176.64]) by hub.freebsd.org (Postfix) with ESMTP id 5C62537B400; Fri, 8 Dec 2000 14:19:03 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.0/8.11.1) with ESMTP id eB8MSPF02462; Fri, 8 Dec 2000 14:28:26 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200012082228.eB8MSPF02462@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mike Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pci.c pci_if.m pcib_if.m pcireg.h pcisupport.c pcivar.h src/sys/dev/pci eisa_pci.c fixup_pci.c ignore_pci.c isa_pci.c pci_pci.c vga_pci.c pci.c pcivar.h src/sys/modules/agp Makefile src/sys/modules/netgraph/tty Makefile ... In-reply-to: Your message of "Fri, 08 Dec 2000 14:11:24 PST." <200012082211.eB8MBOt22838@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 08 Dec 2000 14:28:25 -0800 From: Mike Smith Sender: msmith@mass.osd.bsdi.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Note that whilst I've been testing this for weeks, I'm sure I've busted *something*. Please let me know if PCI acts all weird for you after these commits - our operators are standing by. Please *don't* complain about your bridge chipsets etc. not being identified. Use 'pciconf -lv' instead, or play with load -t pci_vendor_data /usr/share/misc/pci_vendors in the loader (this code is still only lightly tested and may not yet be functional). -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 14:20:54 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 14:20:50 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 093CF37B401; Fri, 8 Dec 2000 14:20:50 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id OAA02668; Fri, 8 Dec 2000 14:20:55 -0800 Date: Fri, 8 Dec 2000 14:20:51 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Mike Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pci.c pci_if.m pcib_if.m pcireg.h pcisupport.c pcivar.h src/sys/dev/pci eisa_pci.c fixup_pci.c ignore_pci.c isa_pci.c pci_pci.c vga_pci.c pci.c pcivar.h src/sys/modules/agp Makefile src/sys/modules/netgraph/tty Makefile ... In-Reply-To: <200012082228.eB8MSPF02462@mass.osd.bsdi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 8 Dec 2000, Mike Smith wrote: > > Note that whilst I've been testing this for weeks, I'm sure I've busted > *something*. Please let me know if PCI acts all weird for you after > these commits - our operators are standing by. > > Please *don't* complain about your bridge chipsets etc. not being > identified. Use 'pciconf -lv' instead, or play with > > load -t pci_vendor_data /usr/share/misc/pci_vendors > > in the loader (this code is still only lightly tested and may not yet be > functional). oooh oooh! I like this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 14:26:52 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 14:26:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8948B37B400; Fri, 8 Dec 2000 14:26:49 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8MQn924692; Fri, 8 Dec 2000 14:26:49 -0800 (PST) (envelope-from msmith) Message-Id: <200012082226.eB8MQn924692@freefall.freebsd.org> From: Mike Smith Date: Fri, 8 Dec 2000 14:26:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 files kmod.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/08 14:26:49 PST Modified files: sys/conf Makefile.alpha Makefile.i386 files kmod.mk Log: Next-phase PCI system update; move PCI core code to sys/dev and update header include path to include sys/dev to avoid massive #include updates. Revision Changes Path 1.82 +2 -2 src/sys/conf/Makefile.alpha 1.215 +2 -2 src/sys/conf/Makefile.i386 1.449 +10 -5 src/sys/conf/files 1.87 +5 -4 src/sys/conf/kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 14:29:52 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 14:29:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id BF9B537B400; Fri, 8 Dec 2000 14:29:48 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id 7266418CF; Fri, 8 Dec 2000 17:29:47 -0500 (EST) Date: Fri, 8 Dec 2000 17:29:47 -0500 From: Will Andrews To: Daniel Eischen Cc: Daniel Eischen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtkada Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/gtkada/files patch-aa Message-ID: <20001208172947.P572@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Daniel Eischen , Daniel Eischen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012082133.eB8LXso10767@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 eischen@vigrid.com on Fri, Dec 08, 2000 at 04:37:46PM -0500 X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: will@puck.firepipe.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 08, 2000 at 04:37:46PM -0500, Daniel Eischen wrote: > Hopefully this got added correctly. I used the latest addport > with -n and didn't want to commit anything the first time around, > but it added gtkada to modules. I then ran it again without the > -n to commit the rest of the bits. Indeed it did. Don't be afraid, addport doesn't bite. ;-) -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 15:15: 5 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 15:15:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EC3C37B400; Fri, 8 Dec 2000 15:15:02 -0800 (PST) Received: (from mph@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8NF2A31575; Fri, 8 Dec 2000 15:15:02 -0800 (PST) (envelope-from mph) Message-Id: <200012082315.eB8NF2A31575@freefall.freebsd.org> From: Matthew Hunt Date: Fri, 8 Dec 2000 15:15:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xephem Makefile distinfo pkg-plist ports/astro/xephem/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mph 2000/12/08 15:15:02 PST Modified files: astro/xephem Makefile distinfo pkg-plist astro/xephem/files patch-aa Removed files: astro/xephem/files patch-ab Log: Update to 3.4. PR: 23382 Submitted by: KATO Tsuguru Revision Changes Path 1.23 +12 -49 ports/astro/xephem/Makefile 1.8 +1 -1 ports/astro/xephem/distinfo 1.10 +21 -8 ports/astro/xephem/pkg-plist 1.7 +1 -1 ports/astro/xephem/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 8 16: 1:50 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:01:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B80E37B400; Fri, 8 Dec 2000 16:01:48 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB901lT36207; Fri, 8 Dec 2000 16:01:47 -0800 (PST) (envelope-from nsayer) Message-Id: <200012090001.eB901lT36207@freefall.freebsd.org> From: Nick Sayer Date: Fri, 8 Dec 2000 16:01:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/calctool Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/12/08 16:01:47 PST Modified files: math/calctool Makefile Log: Update e-mail address. Revision Changes Path 1.8 +2 -2 ports/math/calctool/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 8 16: 2:29 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:02:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0503437B401; Fri, 8 Dec 2000 16:02:27 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB902Qg36319; Fri, 8 Dec 2000 16:02:26 -0800 (PST) (envelope-from nsayer) Message-Id: <200012090002.eB902Qg36319@freefall.freebsd.org> From: Nick Sayer Date: Fri, 8 Dec 2000 16:02:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/contool Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/12/08 16:02:26 PST Modified files: sysutils/contool Makefile Log: Release maintainership. I no longer use openlook. Revision Changes Path 1.14 +2 -2 ports/sysutils/contool/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 8 16: 2:58 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:02:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A35A637B400; Fri, 8 Dec 2000 16:02:55 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB902tc36377; Fri, 8 Dec 2000 16:02:55 -0800 (PST) (envelope-from nsayer) Message-Id: <200012090002.eB902tc36377@freefall.freebsd.org> From: Nick Sayer Date: Fri, 8 Dec 2000 16:02:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/identify Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/12/08 16:02:55 PST Modified files: security/identify Makefile Log: Update e-mail address. Revision Changes Path 1.9 +2 -2 ports/security/identify/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 8 16: 3:58 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:03:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B22537B400; Fri, 8 Dec 2000 16:03:55 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB903tq36494; Fri, 8 Dec 2000 16:03:55 -0800 (PST) (envelope-from nsayer) Message-Id: <200012090003.eB903tq36494@freefall.freebsd.org> From: Nick Sayer Date: Fri, 8 Dec 2000 16:03:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/raproxy Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/12/08 16:03:55 PST Modified files: audio/raproxy Makefile Log: Release maintainership. Revision Changes Path 1.8 +2 -2 ports/audio/raproxy/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 8 16: 4:30 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:04:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A4C237B400; Fri, 8 Dec 2000 16:04:27 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB904RF36584; Fri, 8 Dec 2000 16:04:27 -0800 (PST) (envelope-from nsayer) Message-Id: <200012090004.eB904RF36584@freefall.freebsd.org> From: Nick Sayer Date: Fri, 8 Dec 2000 16:04:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/yaunc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/12/08 16:04:27 PST Modified files: misc/yaunc Makefile Log: Release maintainership. Revision Changes Path 1.3 +2 -2 ports/misc/yaunc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 16: 7:50 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:07:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9AFF37B400; Fri, 8 Dec 2000 16:07:47 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB907lk38864; Fri, 8 Dec 2000 16:07:47 -0800 (PST) (envelope-from msmith) Message-Id: <200012090007.eB907lk38864@freefall.freebsd.org> From: Mike Smith Date: Fri, 8 Dec 2000 16:07:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pciconf pciconf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/08 16:07:47 PST Modified files: usr.sbin/pciconf pciconf.c Log: Update for new location of pcireg.h. Revision Changes Path 1.14 +2 -2 src/usr.sbin/pciconf/pciconf.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 8 16:10:18 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:10:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3169937B69E; Fri, 8 Dec 2000 16:10:16 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB90AGf39157; Fri, 8 Dec 2000 16:10:16 -0800 (PST) (envelope-from nsayer) Message-Id: <200012090010.eB90AGf39157@freefall.freebsd.org> From: Nick Sayer Date: Fri, 8 Dec 2000 16:10:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/kmamerun pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/12/08 16:10:15 PST Modified files: emulators/kmamerun pkg-descr Log: Web site moved. Revision Changes Path 1.2 +1 -1 ports/emulators/kmamerun/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 16:14:47 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:14:44 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 884CE37B400; Fri, 8 Dec 2000 16:14:44 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB90EiH39599; Fri, 8 Dec 2000 16:14:44 -0800 (PST) (envelope-from jhb) Message-Id: <200012090014.eB90EiH39599@freefall.freebsd.org> From: John Baldwin Date: Fri, 8 Dec 2000 16:14:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/08 16:14:44 PST Modified files: sys/sys mutex.h Log: Remove a comment that referrred to the obsolete mtxf struct. Revision Changes Path 1.13 +1 -2 src/sys/sys/mutex.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 8 16:15:17 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:15:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6143B37B400; Fri, 8 Dec 2000 16:15:15 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB90FFo39732; Fri, 8 Dec 2000 16:15:15 -0800 (PST) (envelope-from nsayer) Message-Id: <200012090015.eB90FFo39732@freefall.freebsd.org> From: Nick Sayer Date: Fri, 8 Dec 2000 16:15:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/kmamerun pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/12/08 16:15:15 PST Modified files: emulators/kmamerun pkg-descr Log: Fix misspelled home page URL. Revision Changes Path 1.3 +1 -1 ports/emulators/kmamerun/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 16:21:30 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:21:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 83FB837B400; Fri, 8 Dec 2000 16:21:27 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB90Kp770126; Fri, 8 Dec 2000 16:20:51 -0800 (PST) (envelope-from jhb@FreeBSD.org) 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: <200012090014.eB90EiH39599@freefall.freebsd.org> Date: Fri, 08 Dec 2000 16:21:39 -0800 (PST) From: John Baldwin To: cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/sys mutex.h Cc: cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 09-Dec-00 John Baldwin wrote: > jhb 2000/12/08 16:14:44 PST > > Modified files: > sys/sys mutex.h > Log: > Remove a comment that referrred to the obsolete mtxf struct. > > Revision Changes Path > 1.13 +1 -2 src/sys/sys/mutex.h Oop, forgot: Submitted by: jasone -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "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 8 16:41:57 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:41:53 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id B42F537B400; Fri, 8 Dec 2000 16:41:53 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB90frw01997; Fri, 8 Dec 2000 16:41:53 -0800 (PST) Date: Fri, 8 Dec 2000 16:41:53 -0800 From: Alfred Perlstein To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mutex.h Message-ID: <20001208164153.V16205@fw.wintelcom.net> References: <200012090014.eB90EiH39599@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: <200012090014.eB90EiH39599@freefall.freebsd.org>; from jhb@FreeBSD.org on Fri, Dec 08, 2000 at 04:14:44PM -0800 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Baldwin [001208 16:14] wrote: > jhb 2000/12/08 16:14:44 PST > > Modified files: > sys/sys mutex.h > Log: > Remove a comment that referrred to the obsolete mtxf struct. So with or without debug we waste space? or don't use any extra space? -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 16:48: 8 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 16:48:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id AE46E37B400; Fri, 8 Dec 2000 16:48:04 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB90lM770924; Fri, 8 Dec 2000 16:47:22 -0800 (PST) (envelope-from jhb@FreeBSD.org) 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: <20001208164153.V16205@fw.wintelcom.net> Date: Fri, 08 Dec 2000 16:48:11 -0800 (PST) From: John Baldwin To: Alfred Perlstein Subject: Re: cvs commit: src/sys/sys mutex.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 09-Dec-00 Alfred Perlstein wrote: > * John Baldwin [001208 16:14] wrote: >> jhb 2000/12/08 16:14:44 PST >> >> Modified files: >> sys/sys mutex.h >> Log: >> Remove a comment that referrred to the obsolete mtxf struct. > > So with or without debug we waste space? or don't use any extra space? We don't use space. With debug, we (ab)use the description pointer to point to a debug structure, and store the description pointer in that struct, with a suitable #define of mtx_description. :) Due to this, you have to use a special MUTEX_DECLARE() macro to declare mutexes initialized before malloc() is working that statically allocates the appropriate mtx_debug and makes the mtx point to. (Along with a special MTX_COLD flag for mtx_init() on these mutexes so that mtx_init knows not to malloc() a debug struct but to use the one already pointed to.) It's not the prettiest solution, but mtxf was uglier. :) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "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 8 17:24:15 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 17:24:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 8189637B400; Fri, 8 Dec 2000 17:24:11 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eB91OBw03133; Fri, 8 Dec 2000 17:24:11 -0800 (PST) Date: Fri, 8 Dec 2000 17:24:11 -0800 From: Alfred Perlstein To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mutex.h Message-ID: <20001208172411.W16205@fw.wintelcom.net> References: <20001208164153.V16205@fw.wintelcom.net> 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 Fri, Dec 08, 2000 at 04:48:11PM -0800 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Baldwin [001208 16:48] wrote: > > On 09-Dec-00 Alfred Perlstein wrote: > > * John Baldwin [001208 16:14] wrote: > >> jhb 2000/12/08 16:14:44 PST > >> > >> Modified files: > >> sys/sys mutex.h > >> Log: > >> Remove a comment that referrred to the obsolete mtxf struct. > > > > So with or without debug we waste space? or don't use any extra space? > > We don't use space. With debug, we (ab)use the description pointer to point to > a debug structure, and store the description pointer in that struct, with a > suitable #define of mtx_description. :) Due to this, you have to use a special > MUTEX_DECLARE() macro to declare mutexes initialized before malloc() is working > that statically allocates the appropriate mtx_debug and makes the mtx point to. > (Along with a special MTX_COLD flag for mtx_init() on these mutexes so that > mtx_init knows not to malloc() a debug struct but to use the one already > pointed to.) It's not the prettiest solution, but mtxf was uglier. :) I like this a lot better than mtxf. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 17:50:25 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 17:50:22 2000 Return-Path: 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 F2E9A37B401; Fri, 8 Dec 2000 17:50:17 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id CAA41455; Sat, 9 Dec 2000 02:50:15 +0100 (CET) (envelope-from des@ofug.org) Sender: des@ofug.org 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 Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pci.c pci_if.m pcib_if.m pcireg.h pcisupport.c pcivar.h src/sys/dev/pci eisa_pci.c fixup_pci.c ignore_pci.c isa_pci.c pci_pci.c vga_pci.c pci.c pcivar.h src/sys/modules/agp Makefile src/sys/modules/netgraph/tty Makefile ... References: <200012082228.eB8MSPF02462@mass.osd.bsdi.com> From: Dag-Erling Smorgrav Date: 09 Dec 2000 02:50:15 +0100 In-Reply-To: Mike Smith's message of "Fri, 08 Dec 2000 14:28:25 -0800" Message-ID: Lines: 16 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith writes: > Please *don't* complain about your bridge chipsets etc. not being > identified. Use 'pciconf -lv' instead, or play with > > load -t pci_vendor_data /usr/share/misc/pci_vendors > > in the loader Shouldn't this be the default? The PicoBSD and -tiny folks can leave it out, of course, but your average Joe Shmoe doesn't care about the wasted memory, and I think leaving it out of the standard install will generate a lot of noise on -questions. 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 8 18: 6:11 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 18:06:06 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (adsl-64-163-195-99.dsl.snfc21.pacbell.net [64.163.195.99]) by hub.freebsd.org (Postfix) with ESMTP id 1586A37B400; Fri, 8 Dec 2000 18:06:06 -0800 (PST) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id eB925g638803; Fri, 8 Dec 2000 18:05:43 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200012090205.eB925g638803@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Dag-Erling Smorgrav Cc: Mike Smith , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pci.c pci_if.m pcib_if.m pcireg.h pcisupport.c pcivar.h src/sys/dev/pci eisa_pci.c fixup_pci.c ignore_pci.c isa_pci.c pci_pci.c vga_pci.c pci.c pcivar.h src/sys/modules/agp Makefile src/sys/modules/netgraph/tty Makefile ... In-Reply-To: Date: Fri, 08 Dec 2000 18:05:42 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > Mike Smith writes: > > Please *don't* complain about your bridge chipsets etc. not being > > identified. Use 'pciconf -lv' instead, or play with > > > > load -t pci_vendor_data /usr/share/misc/pci_vendors > > > > in the loader > > Shouldn't this be the default? The PicoBSD and -tiny folks can leave > it out, of course, but your average Joe Shmoe doesn't care about the > wasted memory, and I think leaving it out of the standard install will > generate a lot of noise on -questions. Just to be clear.. this is for the chip* drivers - eg: bridges, base chipsets, etc, and unrecognized devices. For everything that has a real driver attached, that real driver will supply the correct identification string and will override the default. eg: your ahc chipsets will still have a complete description supplied by the ahc driver. If you have an aix7xxx chipset present on the bus but have not loaded the description strings, then it will be reported as an 'unknown SCSI storage device' or something like that. 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 8 18:44:51 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 18:44:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA6C137B400; Fri, 8 Dec 2000 18:44:48 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB92imi56336; Fri, 8 Dec 2000 18:44:48 -0800 (PST) (envelope-from ps) Message-Id: <200012090244.eB92imi56336@freefall.freebsd.org> From: Paul Saab Date: Fri, 8 Dec 2000 18:44:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/12/08 18:44:48 PST Modified files: (Branch: RELENG_4) sys/kern kern_prot.c Log: MFC: [rev 1.56] Make issetugid return correctly. It was returning -1 with errno == 1 if it was set?id! Revision Changes Path 1.53.2.6 +2 -3 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 18:52:25 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 18:52:23 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEA8D37B400; Fri, 8 Dec 2000 18:52:22 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB92qMd57263; Fri, 8 Dec 2000 18:52:22 -0800 (PST) (envelope-from vanilla) Message-Id: <200012090252.eB92qMd57263@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 8 Dec 2000 18:52:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/p5-GdkImlib Makefile ports/x11-toolkits/p5-GdkPixbuf Makefile ports/x11-toolkits/p5-Glade Makefile ports/x11-toolkits/p5-Gnome Makefile ports/x11-toolkits/p5-GtkGLArea Makefile ports/x11-toolkits/p5-GtkXmHTML Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/12/08 18:52:22 PST Modified files: x11-toolkits/p5-GdkImlib Makefile x11-toolkits/p5-GdkPixbuf Makefile x11-toolkits/p5-Glade Makefile x11-toolkits/p5-Gnome Makefile x11-toolkits/p5-GtkGLArea Makefile x11-toolkits/p5-GtkXmHTML Makefile Log: Change RUN_DEPENDS to BUILD_DEPENDS, and set p5-GtkGLArea BROKEN, it need p5-OpenGL :( Revision Changes Path 1.3 +2 -2 ports/x11-toolkits/p5-GdkImlib/Makefile 1.3 +2 -2 ports/x11-toolkits/p5-GdkPixbuf/Makefile 1.3 +2 -2 ports/x11-toolkits/p5-Glade/Makefile 1.3 +2 -2 ports/x11-toolkits/p5-Gnome/Makefile 1.3 +4 -2 ports/x11-toolkits/p5-GtkGLArea/Makefile 1.3 +2 -2 ports/x11-toolkits/p5-GtkXmHTML/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 8 20:25:11 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 20:25:08 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35EF937B400; Fri, 8 Dec 2000 20:25:08 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB94P8X69796; Fri, 8 Dec 2000 20:25:08 -0800 (PST) (envelope-from nyan) Message-Id: <200012090425.eB94P8X69796@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 8 Dec 2000 20:25:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep_isa.c src/sys/pc98/conf GENERIC.hints X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/12/08 20:25:08 PST Modified files: sys/dev/ep if_ep_isa.c sys/pc98/conf GENERIC.hints Log: Fixed to support 3Com 3C569B for PC-98. Submitted by: "Hirokazu WATANABE" Revision Changes Path 1.12 +9 -1 src/sys/dev/ep/if_ep_isa.c 1.7 +1 -5 src/sys/pc98/conf/GENERIC.hints To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 20:26:45 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 20:26:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B835E37B400; Fri, 8 Dec 2000 20:26:42 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB94Qgl69939; Fri, 8 Dec 2000 20:26:42 -0800 (PST) (envelope-from nyan) Message-Id: <200012090426.eB94Qgl69939@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 8 Dec 2000 20:26:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/12/08 20:26:42 PST Modified files: (Branch: RELENG_4) sys/pc98/conf GENERIC Log: Use polling mode for pcic device. Submitted by: Nobuyuki Koganemaru Revision Changes Path 1.142.2.14 +2 -2 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 20:37:27 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 20:37:24 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12F1A37B400; Fri, 8 Dec 2000 20:37:24 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB94bNG70914; Fri, 8 Dec 2000 20:37:23 -0800 (PST) (envelope-from nyan) Message-Id: <200012090437.eB94bNG70914@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 8 Dec 2000 20:37:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 isa_compat.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/12/08 20:37:23 PST Modified files: (Branch: RELENG_4) sys/pc98/pc98 isa_compat.h Log: The olpt driver uses isa compatible mode. Submitted by: Rikito INAKAZU Revision Changes Path 1.13.2.7 +6 -1 src/sys/pc98/pc98/Attic/isa_compat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 20:51:16 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 20:51:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B96BD37B400; Fri, 8 Dec 2000 20:51:13 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB94pDW72487; Fri, 8 Dec 2000 20:51:13 -0800 (PST) (envelope-from nyan) Message-Id: <200012090451.eB94pDW72487@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 8 Dec 2000 20:51:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall devices.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/12/08 20:51:13 PST Modified files: release/sysinstall devices.c Log: Moved the snc driver position before the sn driver. Submitted by: Tomokazu HARADA Revision Changes Path 1.132 +4 -2 src/release/sysinstall/devices.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 8 21:39:29 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 21:39:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E71C937B400; Fri, 8 Dec 2000 21:39:26 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB95dQK79298; Fri, 8 Dec 2000 21:39:26 -0800 (PST) (envelope-from will) Message-Id: <200012090539.eB95dQK79298@freefall.freebsd.org> From: Will Andrews Date: Fri, 8 Dec 2000 21:39:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/chrootuid Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/08 21:39:26 PST Modified files: security/chrootuid Makefile Log: Fix broken link to coast.cs -> ftp.cerias. Submitted by: Brian Poole (ftp.cerias admin) Revision Changes Path 1.4 +2 -2 ports/security/chrootuid/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 8 21:54: 6 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 21:54:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-176-64.dsl.snfc21.pacbell.net [63.202.176.64]) by hub.freebsd.org (Postfix) with ESMTP id B81E437B400; Fri, 8 Dec 2000 21:54:02 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.0/8.11.1) with ESMTP id eB9630F03814; Fri, 8 Dec 2000 22:03:01 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200012090603.eB9630F03814@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pci.c pci_if.m pcib_if.m pcireg.h pcisupport.c pcivar.h src/sys/dev/pci eisa_pci.c fixup_pci.c ignore_pci.c isa_pci.c pci_pci.c vga_pci.c pci.c pcivar.h src/sys/modules/agp Makefile src/sys/modules/netgraph/tty Makefile ... In-reply-to: Your message of "09 Dec 2000 02:50:15 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 08 Dec 2000 22:03:00 -0800 From: Mike Smith Sender: msmith@mass.osd.bsdi.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Mike Smith writes: > > Please *don't* complain about your bridge chipsets etc. not being > > identified. Use 'pciconf -lv' instead, or play with > > > > load -t pci_vendor_data /usr/share/misc/pci_vendors > > > > in the loader > > Shouldn't this be the default? The PicoBSD and -tiny folks can leave > it out, of course, but your average Joe Shmoe doesn't care about the > wasted memory, and I think leaving it out of the standard install will > generate a lot of noise on -questions. I was kinda tossing this up, actually. In the end, I decided against it. Adding what is effectively 150K of bloat to the kernel for a few small strings printed once only just didn't seem worth it. There are a couple of things that could be done to make this "sexier". One would be for the loader (which knows how to explore PCI configuration space) to parse the file and only load strings for devices that are currently present. It might also be worth loading the file along with the install kernel, even if it's not the default. I'm open to suggestions. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 22: 3:11 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 22:03:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4057537B400; Fri, 8 Dec 2000 22:03:09 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9639X81336; Fri, 8 Dec 2000 22:03:09 -0800 (PST) (envelope-from kevlo) Message-Id: <200012090603.eB9639X81336@freefall.freebsd.org> From: Kevin Lo Date: Fri, 8 Dec 2000 22:03:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xhippo Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/08 22:03:08 PST Modified files: audio/xhippo Makefile distinfo Log: Upgrade to 2.8 PR: 23383 Submitted by: Ports Fury Approved by: MAINTAINER Revision Changes Path 1.15 +4 -3 ports/audio/xhippo/Makefile 1.10 +1 -1 ports/audio/xhippo/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 8 22: 8:43 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 22:08:40 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F3E837B401; Fri, 8 Dec 2000 22:08:40 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB968eX84403; Fri, 8 Dec 2000 22:08:40 -0800 (PST) (envelope-from kevlo) Message-Id: <200012090608.eB968eX84403@freefall.freebsd.org> From: Kevin Lo Date: Fri, 8 Dec 2000 22:08:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/hex Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/08 22:08:40 PST Modified files: games/hex Makefile distinfo pkg-descr Log: Update MASTER_SITES and WWW: line of pkg-plist PR: 23384 Submitted by: Ports Fury Revision Changes Path 1.11 +2 -3 ports/games/hex/Makefile 1.2 +1 -1 ports/games/hex/distinfo 1.3 +1 -1 ports/games/hex/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 22:17:20 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 22:17:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D07D737B400; Fri, 8 Dec 2000 22:17:17 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB96HHN87600; Fri, 8 Dec 2000 22:17:17 -0800 (PST) (envelope-from kevlo) Message-Id: <200012090617.eB96HHN87600@freefall.freebsd.org> From: Kevin Lo Date: Fri, 8 Dec 2000 22:17:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/graphviz Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/08 22:17:17 PST Modified files: graphics/graphviz Makefile distinfo pkg-plist Log: Update to 1.7b PR: 23385 Submitted by: Ports Fury Revision Changes Path 1.20 +6 -6 ports/graphics/graphviz/Makefile 1.9 +1 -1 ports/graphics/graphviz/distinfo 1.11 +13 -0 ports/graphics/graphviz/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 8 22:39:55 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 22:39:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 422CA37B400; Fri, 8 Dec 2000 22:39:52 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB96dqX90486; Fri, 8 Dec 2000 22:39:52 -0800 (PST) (envelope-from kevlo) Message-Id: <200012090639.eB96dqX90486@freefall.freebsd.org> From: Kevin Lo Date: Fri, 8 Dec 2000 22:39:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/netpbm Makefile distinfo pkg-plist ports/graphics/netpbm/files patch-cf patch-cg patch-ch patch-ci patch-cj patch-ck patch-cl manpages patch-ay patch-bb patch-bd patch-be patch-bf patch-bg patch-bj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/08 22:39:52 PST Modified files: graphics/netpbm Makefile distinfo pkg-plist graphics/netpbm/files manpages patch-ay patch-bb patch-bd patch-be patch-bf patch-bg patch-bj Added files: graphics/netpbm/files patch-cf patch-cg patch-ch patch-ci patch-cj patch-ck patch-cl Log: Upgrade to 9.9 PR: 23386 Submitted by: Ports Fury Revision Changes Path 1.40 +2 -2 ports/graphics/netpbm/Makefile 1.13 +1 -1 ports/graphics/netpbm/distinfo 1.21 +9 -0 ports/graphics/netpbm/pkg-plist 1.5 +9 -0 ports/graphics/netpbm/files/manpages 1.3 +8 -5 ports/graphics/netpbm/files/patch-ay 1.11 +16 -16 ports/graphics/netpbm/files/patch-bb 1.10 +5 -34 ports/graphics/netpbm/files/patch-bd 1.9 +41 -10 ports/graphics/netpbm/files/patch-be 1.12 +26 -47 ports/graphics/netpbm/files/patch-bf 1.12 +19 -31 ports/graphics/netpbm/files/patch-bg 1.2 +6 -9 ports/graphics/netpbm/files/patch-bj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 8 22:42:50 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 22:42:46 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 760EA37B402; Fri, 8 Dec 2000 22:42:46 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB96gkN90803; Fri, 8 Dec 2000 22:42:46 -0800 (PST) (envelope-from kevlo) Message-Id: <200012090642.eB96gkN90803@freefall.freebsd.org> From: Kevin Lo Date: Fri, 8 Dec 2000 22:42:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/khotkeys pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/08 22:42:46 PST Modified files: misc/khotkeys pkg-plist Log: Fix pkg-plist. PR: 23390 Submitted by: Ports Fury Revision Changes Path 1.3 +6 -6 ports/misc/khotkeys/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 9 0:49:54 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 00:49:51 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CE5437B400; Sat, 9 Dec 2000 00:49:51 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB98npA05643; Sat, 9 Dec 2000 00:49:51 -0800 (PST) (envelope-from jkh) Message-Id: <200012090849.eB98npA05643@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 9 Dec 2000 00:49:51 -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 X-Loop: FreeBSD.ORG jkh 2000/12/09 00:49:51 PST Modified files: en/releases index.sgml Log: Update this page to be a little more explanatory and fill in some dates. Revision Changes Path 1.46 +9 -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 Sat Dec 9 1:15:41 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 01:15:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0013637B400; Sat, 9 Dec 2000 01:15:38 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB99Fcw09454; Sat, 9 Dec 2000 01:15:38 -0800 (PST) (envelope-from msmith) Message-Id: <200012090915.eB99Fcw09454@freefall.freebsd.org> From: Mike Smith Date: Sat, 9 Dec 2000 01:15:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci isa_pci.c pci.c pcib_if.m X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/09 01:15:38 PST Modified files: sys/dev/pci isa_pci.c pci.c pcib_if.m Log: - Fix the device database parsing code so that it actually works. - Improve the formatting for devices identified by the database. - Fix the pcib_route_interrupt method definition, as an old version snuck in here somehow 8( - Remove a couple of the vendor/device IDs for PCI:ISA bridges which correctly identify themselves. Submitted by: peter Revision Changes Path 1.2 +1 -3 src/sys/dev/pci/isa_pci.c 1.168 +30 -10 src/sys/dev/pci/pci.c 1.4 +2 -2 src/sys/dev/pci/pcib_if.m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 1:36: 4 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 01:35:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43F7A37B400; Sat, 9 Dec 2000 01:35:56 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB99ZuA12744; Sat, 9 Dec 2000 01:35:56 -0800 (PST) (envelope-from obrien) Message-Id: <200012090935.eB99ZuA12744@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 9 Dec 2000 01:35:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include paths.h src/share/examples/scsi_target scsi_target.c src/bin/sh jobs.c src/gnu/libexec/uucp/contrib tstout.c src/gnu/libexec/uucp/libunix cohtty.c cusub.c detach.c init.c portnm.c serial.c spawn.c tli.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/09 01:35:56 PST Modified files: include paths.h share/examples/scsi_target scsi_target.c bin/sh jobs.c gnu/libexec/uucp/contrib tstout.c gnu/libexec/uucp/libunix cohtty.c cusub.c detach.c init.c portnm.c serial.c spawn.c tli.c gnu/usr.bin/binutils/gdb/alpha kvm-fbsd.c gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c gnu/usr.bin/patch util.c lib/libc/stdlib malloc.c lib/libio bwx.c swiz.c lib/libkvm kvm_getswapinfo.c lib/libss pager.c libexec/bootpd bootpd.c getether.c libexec/bootpd/bootpgw bootpgw.c libexec/rtld-aout rtld.c libexec/rtld-elf malloc.c libexec/telnetd sys_term.c telnetd.c release/picobsd/tinyware/oinit oinit.c sbin/atm/fore_dnld fore_dnld.c sbin/ccdconfig ccdconfig.c sbin/init init.c sbin/pc98/fdisk fdisk.c sbin/route route.c share/examples/kld/cdev/test testcdev.c share/examples/sunrpc/msg msg_proc.c printmsg.c sys/kern vfs_conf.c usr.bin/doscmd dos.c doscmd.c int17.c tty.c usr.bin/ee ee.c usr.bin/login login_fbtab.c usr.sbin/atm/atmarpd atmarpd.c usr.sbin/atm/scspd scspd.c usr.sbin/cdcontrol cdcontrol.c usr.sbin/ctm/mkCTM mkctm.c usr.sbin/cron/cron popen.c usr.sbin/cron/crontab crontab.c usr.sbin/cron/lib compat.c usr.sbin/fdformat fdformat.c usr.sbin/fdwrite fdwrite.c usr.sbin/i4b/isdnd exec.c main.c usr.sbin/i4b/isdntelctl main.c usr.sbin/memcontrol memcontrol.c usr.sbin/mptable mptable.c usr.sbin/mrouted main.c usr.sbin/pcvt/cursor cursor.c usr.sbin/pcvt/vttest main.c usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/lib msg.c usr.sbin/pppd auth.c options.c usr.sbin/pw pw.c usr.sbin/quot quot.c usr.sbin/pim6dd main.c usr.sbin/rpc.ypxfrd ypxfrd_main.c usr.sbin/sicontrol sicontrol.c usr.sbin/sliplogin sliplogin.c usr.sbin/pim6sd main.c usr.sbin/vnconfig vnconfig.c usr.sbin/watch watch.c Log: Add `_PATH_DEVZERO'. Use _PATH_* where where possible. Revision Changes Path 1.10 +2 -0 src/include/paths.h 1.10 +2 -2 src/share/examples/scsi_target/scsi_target.c 1.30 +8 -7 src/bin/sh/jobs.c 1.2 +3 -1 src/gnu/libexec/uucp/contrib/tstout.c 1.5 +7 -3 src/gnu/libexec/uucp/libunix/cohtty.c 1.8 +8 -7 src/gnu/libexec/uucp/libunix/cusub.c 1.6 +8 -5 src/gnu/libexec/uucp/libunix/detach.c 1.4 +6 -3 src/gnu/libexec/uucp/libunix/init.c 1.2 +5 -2 src/gnu/libexec/uucp/libunix/portnm.c 1.12 +11 -10 src/gnu/libexec/uucp/libunix/serial.c 1.5 +4 -1 src/gnu/libexec/uucp/libunix/spawn.c 1.5 +4 -3 src/gnu/libexec/uucp/libunix/tli.c 1.2 +4 -1 src/gnu/usr.bin/binutils/gdb/alpha/kvm-fbsd.c 1.18 +4 -1 src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c 1.8 +6 -2 src/gnu/usr.bin/patch/util.c 1.55 +3 -2 src/lib/libc/stdlib/malloc.c 1.5 +4 -3 src/lib/libio/bwx.c 1.4 +4 -3 src/lib/libio/swiz.c 1.14 +3 -2 src/lib/libkvm/kvm_getswapinfo.c 1.5 +5 -2 src/lib/libss/pager.c 1.14 +3 -2 src/libexec/bootpd/bootpd.c 1.10 +3 -2 src/libexec/bootpd/getether.c 1.4 +4 -1 src/libexec/bootpd/bootpgw/bootpgw.c 1.59 +4 -3 src/libexec/rtld-aout/rtld.c 1.4 +4 -3 src/libexec/rtld-elf/malloc.c 1.27 +11 -9 src/libexec/telnetd/sys_term.c 1.26 +4 -3 src/libexec/telnetd/telnetd.c 1.5 +4 -4 src/release/picobsd/tinyware/oinit/oinit.c 1.9 +5 -4 src/sbin/atm/fore_dnld/fore_dnld.c 1.19 +4 -3 src/sbin/ccdconfig/ccdconfig.c 1.42 +3 -2 src/sbin/init/init.c 1.3 +4 -3 src/sbin/pc98/fdisk/fdisk.c 1.43 +3 -2 src/sbin/route/route.c 1.4 +4 -2 src/share/examples/kld/cdev/test/testcdev.c 1.3 +3 -1 src/share/examples/sunrpc/msg/msg_proc.c 1.3 +3 -1 src/share/examples/sunrpc/msg/printmsg.c 1.56 +3 -2 src/sys/kern/vfs_conf.c 1.8 +4 -3 src/usr.bin/doscmd/dos.c 1.15 +3 -2 src/usr.bin/doscmd/doscmd.c 1.5 +3 -2 src/usr.bin/doscmd/int17.c 1.10 +5 -4 src/usr.bin/doscmd/tty.c 1.20 +3 -2 src/usr.bin/ee/ee.c 1.9 +3 -2 src/usr.bin/login/login_fbtab.c 1.4 +4 -3 src/usr.sbin/atm/atmarpd/atmarpd.c 1.4 +4 -3 src/usr.sbin/atm/scspd/scspd.c 1.28 +3 -2 src/usr.sbin/cdcontrol/cdcontrol.c 1.10 +4 -1 src/usr.sbin/ctm/mkCTM/mkctm.c 1.11 +5 -4 src/usr.sbin/cron/cron/popen.c 1.15 +4 -3 src/usr.sbin/cron/crontab/crontab.c 1.7 +6 -5 src/usr.sbin/cron/lib/compat.c 1.13 +3 -2 src/usr.sbin/fdformat/fdformat.c 1.10 +4 -3 src/usr.sbin/fdwrite/fdwrite.c 1.9 +4 -2 src/usr.sbin/i4b/isdnd/exec.c 1.11 +3 -2 src/usr.sbin/i4b/isdnd/main.c 1.10 +3 -2 src/usr.sbin/i4b/isdntelctl/main.c 1.5 +4 -3 src/usr.sbin/memcontrol/memcontrol.c 1.15 +4 -3 src/usr.sbin/mptable/mptable.c 1.19 +3 -2 src/usr.sbin/mrouted/main.c 1.8 +3 -2 src/usr.sbin/pcvt/cursor/cursor.c 1.5 +3 -1 src/usr.sbin/pcvt/vttest/main.c 1.58 +4 -3 src/usr.sbin/pkg_install/add/perform.c 1.13 +4 -3 src/usr.sbin/pkg_install/lib/msg.c 1.25 +4 -3 src/usr.sbin/pppd/auth.c 1.22 +7 -6 src/usr.sbin/pppd/options.c 1.22 +2 -2 src/usr.sbin/pw/pw.c 1.13 +3 -2 src/usr.sbin/quot/quot.c 1.5 +3 -2 src/usr.sbin/pim6dd/main.c 1.10 +4 -3 src/usr.sbin/rpc.ypxfrd/ypxfrd_main.c 1.13 +3 -2 src/usr.sbin/sicontrol/sicontrol.c 1.10 +4 -2 src/usr.sbin/sliplogin/sliplogin.c 1.4 +3 -2 src/usr.sbin/pim6sd/main.c 1.17 +3 -2 src/usr.sbin/vnconfig/vnconfig.c 1.19 +6 -5 src/usr.sbin/watch/watch.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 9 1:37:11 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 01:37:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D755E37B400; Sat, 9 Dec 2000 01:37:08 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB99b8K12893; Sat, 9 Dec 2000 01:37:08 -0800 (PST) (envelope-from msmith) Message-Id: <200012090937.eB99b8K12893@freefall.freebsd.org> From: Mike Smith Date: Sat, 9 Dec 2000 01:37:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/09 01:37:08 PST Modified files: sys/dev/pci pci.c Log: Cosmetic nit; separate slot/function with '.' not ':' Revision Changes Path 1.169 +2 -2 src/sys/dev/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 1:45:12 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 01:45:10 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2602837B400; Sat, 9 Dec 2000 01:45:10 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB99jAJ13533; Sat, 9 Dec 2000 01:45:10 -0800 (PST) (envelope-from obrien) Message-Id: <200012090945.eB99jAJ13533@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 9 Dec 2000 01:45:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent args.c indent.1 indent.c indent_globs.h lexi.c pr_comment.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/09 01:45:10 PST Modified files: usr.bin/indent args.c indent.1 indent.c indent_globs.h lexi.c pr_comment.c Log: "Implement -[n]fcb (formatting of block comments) and attempt to implement no-space=after-sizeof (not optional) and no-space-after 'struct foo *' (not optional). Without these, indent unKNFizes even more perfectly KNF code." Submitted by: bde Revision Changes Path 1.4 +3 -1 src/usr.bin/indent/args.c 1.11 +11 -1 src/usr.bin/indent/indent.1 1.7 +5 -3 src/usr.bin/indent/indent.c 1.3 +3 -0 src/usr.bin/indent/indent_globs.h 1.4 +18 -6 src/usr.bin/indent/lexi.c 1.2 +9 -3 src/usr.bin/indent/pr_comment.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 9 1:52:56 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 01:52:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96E6937B400; Sat, 9 Dec 2000 01:52:52 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB99qq514363; Sat, 9 Dec 2000 01:52:52 -0800 (PST) (envelope-from obrien) Message-Id: <200012090952.eB99qq514363@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 9 Dec 2000 01:52:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent args.c indent.c indent_codes.h io.c lexi.c parse.c pr_comment.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/09 01:52:52 PST Modified files: usr.bin/indent args.c indent.c indent_codes.h io.c lexi.c parse.c pr_comment.c Log: Add or fix FreeBSD IDs. Revision Changes Path 1.5 +1 -1 src/usr.bin/indent/args.c 1.8 +1 -1 src/usr.bin/indent/indent.c 1.2 +1 -0 src/usr.bin/indent/indent_codes.h 1.6 +1 -1 src/usr.bin/indent/io.c 1.5 +2 -1 src/usr.bin/indent/lexi.c 1.4 +2 -0 src/usr.bin/indent/parse.c 1.3 +2 -1 src/usr.bin/indent/pr_comment.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 9 3:41:11 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 03:41:09 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F009E37B400; Sat, 9 Dec 2000 03:41:08 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9Bf8733308; Sat, 9 Dec 2000 03:41:08 -0800 (PST) (envelope-from andreas) Message-Id: <200012091141.eB9Bf8733308@freefall.freebsd.org> From: Andreas Klemm Date: Sat, 9 Dec 2000 03:41:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/12/09 03:41:08 PST Modified files: print/apsfilter Makefile distinfo Log: update patch hint: no need to update folks, sorry, make-release still doesn't work right and updates still apsfilter-stable if I want to roll a new -current snapshot. I will fix it in the future but currently I don't have time. Revision Changes Path 1.75 +2 -2 ports/print/apsfilter/Makefile 1.41 +1 -1 ports/print/apsfilter/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 9 4:12: 1 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 04:11:58 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D763A37B400; Sat, 9 Dec 2000 04:11:57 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9CBve44242; Sat, 9 Dec 2000 04:11:57 -0800 (PST) (envelope-from andreas) Message-Id: <200012091211.eB9CBve44242@freefall.freebsd.org> From: Andreas Klemm Date: Sat, 9 Dec 2000 04:11:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter6 Makefile distinfo ports/print/apsfilter6/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/12/09 04:11:57 PST Modified files: print/apsfilter6 Makefile distinfo print/apsfilter6/scripts configure Log: update to newest SNAPSHOT, see ChangeLog on apsfilter.org what changed. cleanup: don't create /usr/local/apsfilter/filter/.keep_me anymore (normal and BATCH mode) echo some infos in install target ( if BATCH NOT set), where to look for further help in case of trouble. BTW, Jordan reported some bugs with noneexisting printcap file and problems printing a test page. I removed my printcap prior installation of printers using SETUP and had no problem so far. The only thing that might be the case is, that apsfilters SETUP doesn't grok the situation, if you choose a driver, that is actually NOT compiled in into your gs binary... but this is JUST A THOUGHT. Revision Changes Path 1.79 +2 -6 ports/print/apsfilter6/Makefile 1.45 +1 -1 ports/print/apsfilter6/distinfo 1.18 +7 -4 ports/print/apsfilter6/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 4:53: 3 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 04:53:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31EE337B402; Sat, 9 Dec 2000 04:53:00 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9Cr0b46977; Sat, 9 Dec 2000 04:53:00 -0800 (PST) (envelope-from wosch) Message-Id: <200012091253.eB9Cr0b46977@freefall.freebsd.org> From: Wolfram Schneider Date: Sat, 9 Dec 2000 04:52:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2000/12/09 04:52:59 PST Modified files: en index.sgml Log: new url for Singapore web mirror Submitted by: "James Lim" Revision Changes Path 1.98 +2 -2 www/en/index.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 9 5:17:39 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 05:17:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFD1537B400; Sat, 9 Dec 2000 05:17:36 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9DHaY50489; Sat, 9 Dec 2000 05:17:36 -0800 (PST) (envelope-from des) Message-Id: <200012091317.eB9DHaY50489@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 9 Dec 2000 05:17:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/procfs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/09 05:17:36 PST Modified files: sys/modules/procfs Makefile Log: Add four missing source files. Revision Changes Path 1.21 +13 -3 src/sys/modules/procfs/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 9 5:17:55 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 05:17:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2089537B400; Sat, 9 Dec 2000 05:17:52 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9DHqQ50553; Sat, 9 Dec 2000 05:17:52 -0800 (PST) (envelope-from des) Message-Id: <200012091317.eB9DHqQ50553@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 9 Dec 2000 05:17:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/09 05:17:52 PST Modified files: sys/miscfs/procfs procfs_vfsops.c Log: Add a module version (so that linprocfs can properly depend on procfs) Revision Changes Path 1.33 +2 -1 src/sys/miscfs/procfs/procfs_vfsops.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 9 5:25:58 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 05:25:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D75937B400; Sat, 9 Dec 2000 05:25:55 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9DPsN51281; Sat, 9 Dec 2000 05:25:55 -0800 (PST) (envelope-from des) Message-Id: <200012091325.eB9DPsN51281@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 9 Dec 2000 05:25:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/09 05:25:54 PST Modified files: sys/i386/linux/linprocfs linprocfs_misc.c Log: A bunch of fixes that have been rotting in my tree for a month or two waiting for procfs to get fixed: - Use fill_eproc() to obtain correct VM stats. Attempt to compute VmLib. - Fill some more fields in proc//stat, and add four (unimplemented) fields after studying a recent Linux kernel. - Compute CPU frequency only once instead of twice. - Fix some comments that were OBE. - Fix indentation except where it makes the code less readable. Revision Changes Path 1.14 +92 -72 src/sys/i386/linux/linprocfs/linprocfs_misc.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 9 7:24:58 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 07:24:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22B6337B400; Sat, 9 Dec 2000 07:24:55 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9FOsp76621; Sat, 9 Dec 2000 07:24:54 -0800 (PST) (envelope-from kevlo) Message-Id: <200012091524.eB9FOsp76621@freefall.freebsd.org> From: Kevin Lo Date: Sat, 9 Dec 2000 07:24:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/ytree Makefile distinfo pkg-plist ports/misc/ytree/files patch-aa patch-af patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/09 07:24:54 PST Modified files: misc/ytree Makefile distinfo pkg-plist misc/ytree/files patch-aa patch-af patch-ag Log: Update to version 1.71 PR: 23391 Submitted by: Ports Fury Revision Changes Path 1.11 +13 -13 ports/misc/ytree/Makefile 1.8 +1 -1 ports/misc/ytree/distinfo 1.4 +0 -1 ports/misc/ytree/pkg-plist 1.5 +12 -19 ports/misc/ytree/files/patch-aa 1.3 +6 -6 ports/misc/ytree/files/patch-af 1.3 +15 -6 ports/misc/ytree/files/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 7:27:40 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 07:27:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE43037B400; Sat, 9 Dec 2000 07:27:35 -0800 (PST) Received: (from tomsoft@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9FRZK77211; Sat, 9 Dec 2000 07:27:35 -0800 (PST) (envelope-from tomsoft) Message-Id: <200012091527.eB9FRZK77211@freefall.freebsd.org> From: Thomas-Henning von Kamptz Date: Sat, 9 Dec 2000 07:27:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile src/sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c src/sbin/fsck_ffs pass1.c src/sbin/growfs Makefile debug.c debug.h growfs.8 growfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tomsoft 2000/12/09 07:27:35 PST Modified files: sbin Makefile sbin/fsck_ffs pass1.c Added files: sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c sbin/growfs Makefile debug.c debug.h growfs.8 growfs.c Log: added growfs(8) including ffsinfo(8) to the freebsd base system Reviewed by: grog Revision Changes Path 1.81 +3 -1 src/sbin/Makefile 1.19 +6 -2 src/sbin/fsck_ffs/pass1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 7:30:21 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 07:30:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 229C537B400; Sat, 9 Dec 2000 07:30:19 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9FUJI77559; Sat, 9 Dec 2000 07:30:19 -0800 (PST) (envelope-from kevlo) Message-Id: <200012091530.eB9FUJI77559@freefall.freebsd.org> From: Kevin Lo Date: Sat, 9 Dec 2000 07:30:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/otcl Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/09 07:30:18 PST Modified files: lang/otcl Makefile distinfo Log: Update to 1.0a6 PR: 23396 Submitted by: Ports Fury Revision Changes Path 1.13 +3 -3 ports/lang/otcl/Makefile 1.3 +1 -1 ports/lang/otcl/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 9 7:34:45 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 07:34:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from nebula.cybercable.fr (d217.dhcp212-126.cybercable.fr [212.198.126.217]) by hub.freebsd.org (Postfix) with ESMTP id C935237B400; Sat, 9 Dec 2000 07:34:40 -0800 (PST) Received: (from mux@localhost) by nebula.cybercable.fr (8.11.1/8.11.1) id eB9FZXq00947; Sat, 9 Dec 2000 16:35:33 +0100 (CET) (envelope-from mux) Date: Sat, 9 Dec 2000 16:35:32 +0100 From: Maxime Henrion To: Thomas-Henning von Kamptz Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin Makefile src/sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c src/sbin/fsck_ffs pass1.c src/sbin/growfs Makefile debug.c debug.h growfs.8 growfs.c Message-ID: <20001209163532.A660@nebula.cybercable.fr> References: <200012091527.eB9FRZK77211@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: <200012091527.eB9FRZK77211@freefall.freebsd.org>; from tomsoft@FreeBSD.ORG on Sat, Dec 09, 2000 at 07:27:35AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 09, 2000, Thomas-Henning von Kamptz wrote: : tomsoft 2000/12/09 07:27:35 PST : : Modified files: : sbin Makefile : sbin/fsck_ffs pass1.c : Added files: : sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c : sbin/growfs Makefile debug.c debug.h growfs.8 : growfs.c : Log: : added growfs(8) including ffsinfo(8) to the freebsd base system : : Reviewed by: grog : : Revision Changes Path : 1.81 +3 -1 src/sbin/Makefile : 1.19 +6 -2 src/sbin/fsck_ffs/pass1.c : : : : To Unsubscribe: send mail to majordomo@FreeBSD.org : with "unsubscribe cvs-all" in the body of the message This stuff seems great ! :-) In how many time do you plan to MFC it ? Thanks, Maxime Henrion -- 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 Sat Dec 9 7:34:56 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 07:34:54 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 030AE37B400; Sat, 9 Dec 2000 07:34:54 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9FYrU78219; Sat, 9 Dec 2000 07:34:53 -0800 (PST) (envelope-from kevlo) Message-Id: <200012091534.eB9FYrU78219@freefall.freebsd.org> From: Kevin Lo Date: Sat, 9 Dec 2000 07:34:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tclcl Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/12/09 07:34:53 PST Modified files: devel/tclcl Makefile distinfo Log: Update to 1.0b10 PR: 23397 Submitted by: MAINTAINER Revision Changes Path 1.8 +3 -3 ports/devel/tclcl/Makefile 1.3 +1 -1 ports/devel/tclcl/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 9 8: 8:52 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 08:08:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 257ED37B401 for ; Sat, 9 Dec 2000 08:08:44 -0800 (PST) Received: (qmail 92842 invoked by uid 1000); 9 Dec 2000 16:07:57 -0000 Date: Sat, 9 Dec 2000 18:07:57 +0200 From: Peter Pentchev To: David O'Brien Cc: Chris Faulhaber , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/vim5 Makefile Message-ID: <20001209180757.A79232@ringworld.oblivion.bg> Mail-Followup-To: David O'Brien , Chris Faulhaber , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200012051725.eB5HPjj79491@freefall.freebsd.org> <20001206160002.B17399@ringworld.oblivion.bg> <20001206090207.A93425@peitho.fxp.org> <20001206162155.C17399@ringworld.oblivion.bg> <20001208023655.B47304@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: <20001208023655.B47304@dragon.nuxi.com>; from obrien@FreeBSD.org on Fri, Dec 08, 2000 at 02:36:55AM -0800 Sender: roam@ringworld.nanolink.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 08, 2000 at 02:36:55AM -0800, David O'Brien wrote: > On Wed, Dec 06, 2000 at 04:21:55PM +0200, Peter Pentchev wrote: > > > > Is there a way to build vim5 without any GUI whatsoever? > > > ports/editors/vim-lite > > vim-lite seems to be missing too many features besides GUI support :( > > Send a patch. ;-) Is the attached one acceptable? Along with checking for NO_GUI, it also removes the PLIST.nogui magic - the gvim-related files are installed anyway, and the PLIST.nogui subst only causes an incorrect plist and whines from pkg_delete. Even the first post_extract command in the Makefile (which fortuitiously got included in this diff's context ;) checks for and creates the bin/gvim symlink, which the PLIST.nogui specifically unreferences :) I have not actually tested the Motif GUI case - downloading OpenMotif over a 33.6 modem is not quite my idea of fun ;) But the Athena toolkit build works fine, and so does the vim-lite build. G'luck, Peter -- If I had finished this sentence, Index: ports/editors/vim5/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/vim5/Makefile,v retrieving revision 1.93 diff -u -r1.93 Makefile --- ports/editors/vim5/Makefile 2000/12/05 17:25:44 1.93 +++ ports/editors/vim5/Makefile 2000/12/09 15:51:27 @@ -52,6 +52,7 @@ MAKE_ARGS+= X_LIBS=-lxpg4 CONF_OPT_MAX="--enable-max-features" I18N= CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-multibyte --enable-xim" +.if !defined(NO_GUI) .if defined(WITH_ATHENA) MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena" ${I18N} #MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=yes" ${I18N} @@ -62,20 +63,18 @@ USE_MOTIF= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\"" MOTIFHOME=${X11BASE} ${I18N} .endif +.else # NO_GUI +MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x" +.endif # NO_GUI .if defined(PACKAGE_BUILDING) MAKE_ARGS+= CONF_OPT_PERL="--enable-perlinterp --enable-pythoninterp --enable-tclinterp --enable-cscope" .endif .else # LITE -PLIST= ${WRKDIR}/PLIST.nogui MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x" MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable-tclinterp" .endif # LITE - -pre-build: - @(cd ${WRKSRC}; ${MAKE} distclean) - @${SED} -e '/gvi/d' ${PKGDIR}/pkg-plist > ${WRKDIR}/PLIST.nogui post-install: [ -e ${PREFIX}/bin/gvim ] || ${LN} -s ${PREFIX}/bin/vim ${PREFIX}/bin/gvim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 8: 9:34 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 08:09:31 2000 Return-Path: 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 CD5AC37B400; Sat, 9 Dec 2000 08:09:29 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id RAA45669; Sat, 9 Dec 2000 17:09:28 +0100 (CET) (envelope-from des@ofug.org) Sender: des@ofug.org 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: Thomas-Henning von Kamptz Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin Makefile src/sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c src/sbin/fsck_ffs pass1.c src/sbin/growfs Makefile debug.c debug.h growfs.8 growfs.c References: <200012091527.eB9FRZK77211@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 09 Dec 2000 17:09:28 +0100 In-Reply-To: Thomas-Henning von Kamptz's message of "Sat, 9 Dec 2000 07:27:35 -0800 (PST)" Message-ID: Lines: 9 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas-Henning von Kamptz writes: > Log: > added growfs(8) including ffsinfo(8) to the freebsd base system Way cool & nifty! :) DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 8:20:38 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 08:20:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 638F237B400; Sat, 9 Dec 2000 08:20:36 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9GKaX56063; Sat, 9 Dec 2000 08:20:36 -0800 (PST) (envelope-from des) Message-Id: <200012091620.eB9GKaX56063@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 9 Dec 2000 08:20:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux/linprocfs linprocfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/09 08:20:36 PST Modified files: sys/i386/linux/linprocfs linprocfs_vfsops.c Log: Add a dependency on procfs. Revision Changes Path 1.4 +2 -1 src/sys/i386/linux/linprocfs/linprocfs_vfsops.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 9 8:20:51 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 08:20:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44CF337B400; Sat, 9 Dec 2000 08:20:49 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9GKnq56106; Sat, 9 Dec 2000 08:20:49 -0800 (PST) (envelope-from des) Message-Id: <200012091620.eB9GKnq56106@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 9 Dec 2000 08:20:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux/linprocfs linprocfs.h linprocfs_subr.c linprocfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/09 08:20:49 PST Modified files: sys/i386/linux/linprocfs linprocfs.h linprocfs_subr.c linprocfs_vnops.c Log: Add proc//cmdline. Revision Changes Path 1.6 +2 -1 src/sys/i386/linux/linprocfs/linprocfs.h 1.7 +6 -1 src/sys/i386/linux/linprocfs/linprocfs_subr.c 1.12 +4 -2 src/sys/i386/linux/linprocfs/linprocfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 8:26:29 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 08:26:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by hub.freebsd.org (Postfix) with ESMTP id 3E22A37B401; Sat, 9 Dec 2000 08:26:25 -0800 (PST) Received: (from kris@localhost) by citusc.usc.edu (8.9.3/8.9.3) id IAA08397; Sat, 9 Dec 2000 08:27:42 -0800 Date: Sat, 9 Dec 2000 08:27:42 -0800 From: kris@citusc.usc.edu To: Thomas-Henning von Kamptz Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin Makefile src/sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c src/sbin/fsck_ffs pass1.c src/sbin/growfs Makefile debug.c debug.h growfs.8 growfs.c Message-ID: <20001209082742.A8347@citusc.usc.edu> References: <200012091527.eB9FRZK77211@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200012091527.eB9FRZK77211@freefall.freebsd.org>; from tomsoft@FreeBSD.org on Sat, Dec 09, 2000 at 07:27:35AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 09, 2000 at 07:27:35AM -0800, Thomas-Henning von Kamptz wrote: > tomsoft 2000/12/09 07:27:35 PST > > Modified files: > sbin Makefile > sbin/fsck_ffs pass1.c > Added files: > sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c > sbin/growfs Makefile debug.c debug.h growfs.8 > growfs.c > Log: > added growfs(8) including ffsinfo(8) to the freebsd base system Are these necessary to bootstrap a system prior to the mounting of filesystems? i.e. are they really necessary to be on the root filesystem instead of /usr? For future reference..it is common practise to have this stuff peer reviewed by a mailing list at large in case there are major issues you and your reviewer have overlooked. But regardless, nice work. 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 9 9:18:30 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 09:18:27 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.11.39.39]) by hub.freebsd.org (Postfix) with ESMTP id 84A7337B400; Sat, 9 Dec 2000 09:18:27 -0800 (PST) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id 0988714C67; Sat, 9 Dec 2000 11:18:21 -0600 (CST) Sender: mdharnois@mharnois.workgroup.net To: Mike Smith Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci pci.c pci_if.m pcib_if.m pcireg.h pcisupport.c pcivar.h src/sys/dev/pci eisa_pci.c fixup_pci.c ignore_pci.c isa_pci.c pci_pci.c vga_pci.c pci.c pcivar.h src/sys/modules/agp Makefile src/sys/modules/netgraph/tty Makefile ... References: <200012082228.eB8MSPF02462@mass.osd.bsdi.com> From: Michael Harnois Date: 09 Dec 2000 11:18:21 -0600 In-Reply-To: <200012082228.eB8MSPF02462@mass.osd.bsdi.com> Message-ID: <86wvd9ms2q.fsf@mharnois.workgroup.net> Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.2 (Peisino,Ak(B) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 08 Dec 2000 14:28:25 -0800, Mike Smith said: > Note that whilst I've been testing this for weeks, I'm sure I've > busted *something*. Please let me know if PCI acts all weird for > you after these commits - our operators are standing by. None of my pci peripherals were identified (or their drivers loaded) after booting from a kernel built from -current this morning, so I had no network cards, sound card, or bktr card. Would that qualify as "busted?" -- Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA mdharnois@home.com aa0bt@aa0bt.ampr.org Physics is like sex: sure, it may give some practical results, but that's not why we do it. -- Richard Feynman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 9:31: 2 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 09:30:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from genius.tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id EE85C37B400; Sat, 9 Dec 2000 09:30:58 -0800 (PST) Received: by genius.tao.org.uk (Postfix, from userid 100) id 0DCE29B36; Sat, 9 Dec 2000 17:36:14 +0000 (GMT) Date: Sat, 9 Dec 2000 17:36:14 +0000 From: Josef Karthauser To: kris@citusc.usc.edu Cc: Thomas-Henning von Kamptz , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin Makefile src/sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c src/sbin/fsck_ffs pass1.c src/sbin/growfs Makefile debug.c debug.h growfs.8 growfs.c Message-ID: <20001209173614.A5146@bsdi.com> References: <200012091527.eB9FRZK77211@freefall.freebsd.org> <20001209082742.A8347@citusc.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001209082742.A8347@citusc.usc.edu>; from kris@citusc.usc.edu on Sat, Dec 09, 2000 at 08:27:42AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 09, 2000 at 08:27:42AM -0800, kris@citusc.usc.edu wrote: > On Sat, Dec 09, 2000 at 07:27:35AM -0800, Thomas-Henning von Kamptz wrote: > > tomsoft 2000/12/09 07:27:35 PST > > > > Modified files: > > sbin Makefile > > sbin/fsck_ffs pass1.c > > Added files: > > sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c > > sbin/growfs Makefile debug.c debug.h growfs.8 > > growfs.c > > Log: > > added growfs(8) including ffsinfo(8) to the freebsd base system > > Are these necessary to bootstrap a system prior to the mounting of > filesystems? i.e. are they really necessary to be on the root filesystem > instead of /usr? IMO, growfs should be in /usr/sbin, and ffsinfo and dumpfs should be unified. Joe -- Josef Karthauser [joe@FreeBSD.org, joe@tao.org.uk] ......... FreeBSD: The power to change the world ........ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 9:57:54 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 09:57:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47C2337B400; Sat, 9 Dec 2000 09:57:52 -0800 (PST) Received: (from tomsoft@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9HvqG66997; Sat, 9 Dec 2000 09:57:52 -0800 (PST) (envelope-from tomsoft) Message-Id: <200012091757.eB9HvqG66997@freefall.freebsd.org> From: Thomas-Henning von Kamptz Date: Sat, 9 Dec 2000 09:57: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 X-Loop: FreeBSD.ORG tomsoft 2000/12/09 09:57:51 PST Modified files: . modules Log: added growfs(8) including ffsinfo(8) to the freebsd base system Reviewed by: grog Revision Changes Path 1.2093 +3 -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 Sat Dec 9 10:57: 2 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 10:56:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 7875C37B400; Sat, 9 Dec 2000 10:56:59 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA47326; Sat, 9 Dec 2000 10:56:58 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB9IuvG23056; Sat, 9 Dec 2000 10:56:57 -0800 (PST) (envelope-from obrien) Date: Sat, 9 Dec 2000 10:56:57 -0800 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c Message-ID: <20001209105657.B23013@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012091325.eB9DPsN51281@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: <200012091325.eB9DPsN51281@freefall.freebsd.org>; from des@FreeBSD.org on Sat, Dec 09, 2000 at 05:25:54AM -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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 09, 2000 at 05:25:54AM -0800, Dag-Erling Smorgrav wrote: > Modified files: > sys/i386/linux/linprocfs linprocfs_misc.c When is this either going to be merged into sys/compat/linux or moved out of sys/i386/ ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 11: 3:25 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 11:03:22 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FD6637B400; Sat, 9 Dec 2000 11:03:22 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9J3MQ73827; Sat, 9 Dec 2000 11:03:22 -0800 (PST) (envelope-from obrien) Message-Id: <200012091903.eB9J3MQ73827@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 9 Dec 2000 11:03:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent indent.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/09 11:03:22 PST Modified files: usr.bin/indent indent.1 Log: The options I added where not formated to new manpage style specs. Revision Changes Path 1.12 +8 -5 src/usr.bin/indent/indent.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 9 11: 5:22 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 11:05:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BE7737B400; Sat, 9 Dec 2000 11:05:19 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9J5Jw74101; Sat, 9 Dec 2000 11:05:19 -0800 (PST) (envelope-from obrien) Message-Id: <200012091905.eB9J5Jw74101@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 9 Dec 2000 11:05:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent args.c indent.1 indent.c indent_codes.h indent_globs.h io.c lexi.c parse.c pr_comment.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/09 11:05:19 PST Modified files: (Branch: RELENG_4) usr.bin/indent args.c indent.1 indent.c indent_codes.h indent_globs.h io.c lexi.c parse.c pr_comment.c Log: MFC. * -[n]fcb (formatting of block comments) * attempt to implement no-space=after-sizeof and no-space-after 'struct foo *' * add or fix FreeBSD IDs Revision Changes Path 1.3.2.1 +3 -1 src/usr.bin/indent/args.c 1.8.2.2 +14 -1 src/usr.bin/indent/indent.1 1.5.2.2 +5 -3 src/usr.bin/indent/indent.c 1.1.1.1.14.1 +1 -0 src/usr.bin/indent/indent_codes.h 1.2.2.1 +3 -0 src/usr.bin/indent/indent_globs.h 1.5.2.1 +1 -1 src/usr.bin/indent/io.c 1.3.6.1 +19 -6 src/usr.bin/indent/lexi.c 1.3.2.1 +2 -0 src/usr.bin/indent/parse.c 1.1.1.1.14.1 +10 -3 src/usr.bin/indent/pr_comment.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 9 12: 9:40 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 12:09:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 495E137B400; Sat, 9 Dec 2000 12:09:37 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9K9b683350; Sat, 9 Dec 2000 12:09:37 -0800 (PST) (envelope-from keith) Message-Id: <200012092009.eB9K9b683350@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Sat, 9 Dec 2000 12:09:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/moettf Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-install pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2000/12/09 12:09:36 PST Modified files: chinese/moettf Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-install pkg-plist Log: Adds two new fonts, moe_sungext.ttf and moe_sungsym.ttf. Although the fonts are encoded in BIG5, the characters and symbols are from several less commonly used layers in CNS. See http://www.edu.tw/mandr/bbs/1-4-2/1-4-2.html for more details. Also displays messages about WANT_XX when installing. Revision Changes Path 1.8 +55 -16 ports/chinese/moettf/Makefile 1.3 +3 -1 ports/chinese/moettf/distinfo 1.2 +1 -1 ports/chinese/moettf/pkg-comment 1.2 +19 -12 ports/chinese/moettf/pkg-deinstall 1.2 +7 -3 ports/chinese/moettf/pkg-descr 1.4 +59 -46 ports/chinese/moettf/pkg-install 1.3 +7 -6 ports/chinese/moettf/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 9 12:12:47 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 12:12:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C4C737B400; Sat, 9 Dec 2000 12:12:45 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9KCji83599; Sat, 9 Dec 2000 12:12:45 -0800 (PST) (envelope-from keith) Message-Id: <200012092012.eB9KCji83599@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Sat, 9 Dec 2000 12:12:45 -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 X-Loop: FreeBSD.ORG keith 2000/12/09 12:12:45 PST Modified files: . LEGAL Log: Add an entry for zh-moettf. Commercial use must be agreed by Ministry of Education in Taiwan. Revision Changes Path 1.188 +3 -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 Sat Dec 9 12:27:23 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 12:27:19 2000 Return-Path: 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 7838F37B400; Sat, 9 Dec 2000 12:27:18 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id VAA46401; Sat, 9 Dec 2000 21:26:55 +0100 (CET) (envelope-from des@ofug.org) Sender: des@ofug.org 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: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c References: <200012091325.eB9DPsN51281@freefall.freebsd.org> <20001209105657.B23013@dragon.nuxi.com> From: Dag-Erling Smorgrav Date: 09 Dec 2000 21:26:54 +0100 In-Reply-To: "David O'Brien"'s message of "Sat, 9 Dec 2000 10:56:57 -0800" Message-ID: Lines: 13 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David O'Brien" writes: > On Sat, Dec 09, 2000 at 05:25:54AM -0800, Dag-Erling Smorgrav wrote: > > Modified files: > > sys/i386/linux/linprocfs linprocfs_misc.c > When is this either going to be merged into sys/compat/linux or moved out > of sys/i386/ ? When it's no longer i386-dependent, which won't happen anytime soon unless beast comes back up. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 12:30:41 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 12:30:38 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 17B1D37B400; Sat, 9 Dec 2000 12:30:37 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA47682; Sat, 9 Dec 2000 12:30:36 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eB9KUYa24036; Sat, 9 Dec 2000 12:30:34 -0800 (PST) (envelope-from obrien) Date: Sat, 9 Dec 2000 12:30:33 -0800 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c Message-ID: <20001209123033.A24013@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200012091325.eB9DPsN51281@freefall.freebsd.org> <20001209105657.B23013@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: ; from des@ofug.org on Sat, Dec 09, 2000 at 09:26:54PM +0100 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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 09, 2000 at 09:26:54PM +0100, Dag-Erling Smorgrav wrote: > > > sys/i386/linux/linprocfs linprocfs_misc.c > > When is this either going to be merged into sys/compat/linux or moved > > out of sys/i386/ ? > > When it's no longer i386-dependent, which won't happen anytime soon > unless beast comes back up. Beast is back up, and there are some of us Alpha owners that have been working out patches. Why does it have to wait for Beast to repo copy the files into a sane location? -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 12:52:46 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 12:52:43 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6C4937B400; Sat, 9 Dec 2000 12:52:43 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9Kqhf87598; Sat, 9 Dec 2000 12:52:43 -0800 (PST) (envelope-from mjacob) Message-Id: <200012092052.eB9Kqhf87598@freefall.freebsd.org> From: Matt Jacob Date: Sat, 9 Dec 2000 12:52:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include lock.h globaldata.h src/sys/alpha/alpha mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/09 12:52:43 PST Modified files: sys/alpha/include lock.h globaldata.h sys/alpha/alpha mp_machdep.c Log: Store in globaldata our CPU ID#. Provide a lock for panics - only one CPU can panic at a time. Obtained from:Andrew Gallatin Revision Changes Path 1.8 +3 -1 src/sys/alpha/include/lock.h 1.3 +2 -1 src/sys/alpha/include/globaldata.h 1.6 +6 -1 src/sys/alpha/alpha/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 Sat Dec 9 13:26:39 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 13:26:38 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id A39A037B400 for ; Sat, 9 Dec 2000 13:26:37 -0800 (PST) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id QAA90060; Sat, 9 Dec 2000 16:26:36 -0500 (EST) (envelope-from bsdx@looksharp.net) Date: Sat, 9 Dec 2000 16:26:36 -0500 (EST) From: Adam To: Josef Karthauser Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin Makefile src/sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c src/sbin/fsck_ffs pass1.c src/sbin/growfs Makefile debug.c debug.h growfs.8 growfs.c In-Reply-To: <20001209173614.A5146@bsdi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 9 Dec 2000, Josef Karthauser wrote: >On Sat, Dec 09, 2000 at 08:27:42AM -0800, kris@citusc.usc.edu wrote: >> On Sat, Dec 09, 2000 at 07:27:35AM -0800, Thomas-Henning von Kamptz wrote: >> > tomsoft 2000/12/09 07:27:35 PST >> > >> > Modified files: >> > sbin Makefile >> > sbin/fsck_ffs pass1.c >> > Added files: >> > sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c >> > sbin/growfs Makefile debug.c debug.h growfs.8 >> > growfs.c >> > Log: >> > added growfs(8) including ffsinfo(8) to the freebsd base system >> >> Are these necessary to bootstrap a system prior to the mounting of >> filesystems? i.e. are they really necessary to be on the root filesystem >> instead of /usr? > >IMO, growfs should be in /usr/sbin, and ffsinfo and dumpfs should be >unified. > >Joe Is there a reason to make it hard to grow /usr? My understanding is that a partition must currently be unmounted to be grown. If migrating a system to a newer larger disk, growing /usr may be highly desirable.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 13:26:58 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 13:26:55 2000 Return-Path: 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 ACFF737B400; Sat, 9 Dec 2000 13:26:53 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id WAA46609; Sat, 9 Dec 2000 22:26:51 +0100 (CET) (envelope-from des@ofug.org) Sender: des@ofug.org 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: obrien@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c References: <200012091325.eB9DPsN51281@freefall.freebsd.org> <20001209105657.B23013@dragon.nuxi.com> <20001209123033.A24013@dragon.nuxi.com> From: Dag-Erling Smorgrav Date: 09 Dec 2000 22:26:50 +0100 In-Reply-To: "David O'Brien"'s message of "Sat, 9 Dec 2000 12:30:33 -0800" Message-ID: Lines: 17 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David O'Brien" writes: > Beast is back up, and there are some of us Alpha owners that have been > working out patches. Gee, thanks for telling me. Then again, it's a known fact that I don't give a shit about code I'm responsible for, so why should I need to know? > Why does it have to wait for Beast to repo copy the files into a sane > location? I see no point in moving it out of sys/i386 until it has a reasonable chance of running on anything else than the i386. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 13:41:29 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 13:41:26 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 9B0E737B401; Sat, 9 Dec 2000 13:41:26 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 942DA68D; Sat, 9 Dec 2000 13:41:25 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id NAA03599; Sat, 9 Dec 2000 13:41:24 -0800 (PST) Sender: marcel@cup.hp.com Message-ID: <3A32A704.F5AFD02B@cup.hp.com> Date: Sat, 09 Dec 2000 13:41:24 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Dag-Erling Smorgrav Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c References: <200012091325.eB9DPsN51281@freefall.freebsd.org> <20001209105657.B23013@dragon.nuxi.com> <20001209123033.A24013@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > > > Why does it have to wait for Beast to repo copy the files into a sane > > location? > > I see no point in moving it out of sys/i386 until it has a reasonable > chance of running on anything else than the i386. Having linprocfs under sys/i386/linux has bothered me for some time now. linprocfs only has normal module dependencies with the Linuxulator, but is otherwise unrelated to the Linuxulator. It should have a directory of it's own (sys/i386/linprocfs?). Alternatively, linprocfs could be part of the Linuxulator and not be a module of it's own. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 14:11:32 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 14:11:28 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 2D70137B400; Sat, 9 Dec 2000 14:11:26 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.1/8.11.1) with ESMTP id eB9M9NH10044; Sat, 9 Dec 2000 22:09:24 GMT (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id eB9MCTk55113; Sat, 9 Dec 2000 22:12:29 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200012092212.eB9MCTk55113@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Dag-Erling Smorgrav Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc crontab In-Reply-To: Message from Dag-Erling Smorgrav of "08 Dec 2000 12:09:06 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 09 Dec 2000 22:12:29 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Dag-Erling Smorgrav writes: > > 59 1 * * 1-5 root periodic daily > > 59 1 * * 6 root periodic daily weekly > > Uh, I forgot Sundays. Make that > > 59 1 * * 1-5,7 root periodic daily > 59 1 * * 6 root periodic weekly > > though there's no reason why weekly couldn't run on Sundays instead of > Saturdays, saving us a whooping two bytes in /etc/crontab 8) Using 0-5 is the same as 1-5,7 :-) > DES > -- > Dag-Erling Smorgrav - des@ofug.org -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 14:13:46 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 14:13:43 2000 Return-Path: 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 1FD8437B400; Sat, 9 Dec 2000 14:13:42 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id XAA46731; Sat, 9 Dec 2000 23:09:51 +0100 (CET) (envelope-from des@ofug.org) Sender: des@ofug.org 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: Marcel Moolenaar Cc: obrien@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c References: <200012091325.eB9DPsN51281@freefall.freebsd.org> <20001209105657.B23013@dragon.nuxi.com> <20001209123033.A24013@dragon.nuxi.com> <3A32A704.F5AFD02B@cup.hp.com> From: Dag-Erling Smorgrav Date: 09 Dec 2000 23:09:51 +0100 In-Reply-To: Marcel Moolenaar's message of "Sat, 09 Dec 2000 13:41:24 -0800" Message-ID: Lines: 18 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marcel Moolenaar writes: > Having linprocfs under sys/i386/linux has bothered me for some time now. > linprocfs only has normal module dependencies with the Linuxulator, but > is otherwise unrelated to the Linuxulator. It should have a directory of > it's own (sys/i386/linprocfs?). Alternatively, linprocfs could be part > of the Linuxulator and not be a module of it's own. Linprocfs is totally independent of the linuxulator, and doesn't need it to run. Ideally, once it becomes machine-independent (or at least runs on more platforms than just i386), it should move to /sys/compat/linprocfs. I'd rather *not* see it integrated into the linuxulator, as that would make it a *lot* more difficult for me to maintain (I'd have to kill any Linux binaries I have running every time I want to test a change) DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 14:18:21 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 14:18:15 2000 Return-Path: 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 2504C37B400; Sat, 9 Dec 2000 14:18:14 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id XAA46788; Sat, 9 Dec 2000 23:18:05 +0100 (CET) (envelope-from des@ofug.org) Sender: des@ofug.org 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: Brian Somers Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab References: <200012092212.eB9MCTk55113@hak.lan.Awfulhak.org> From: Dag-Erling Smorgrav Date: 09 Dec 2000 23:18:04 +0100 In-Reply-To: Brian Somers's message of "Sat, 09 Dec 2000 22:12:29 +0000" Message-ID: Lines: 12 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers writes: > Dag-Erling Smorgrav writes: > > 59 1 * * 1-5,7 root periodic daily > > 59 1 * * 6 root periodic weekly > Using 0-5 is the same as 1-5,7 :-) Yes, I realized that afterwards. But - what do people think? Should I commit the proposed change? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 14:31:38 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 14:31:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 627D237B400; Sat, 9 Dec 2000 14:31:35 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9MVZ201509; Sat, 9 Dec 2000 14:31:35 -0800 (PST) (envelope-from mjacob) Message-Id: <200012092231.eB9MVZ201509@freefall.freebsd.org> From: Matt Jacob Date: Sat, 9 Dec 2000 14:31:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/09 14:31:35 PST Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: Use a pointer to a size_t for the 4th argument to copyinstr- not a pointer to a u_int. Revision Changes Path 1.71 +2 -2 src/sys/gnu/ext2fs/ext2_vfsops.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 9 14:32: 5 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 14:32:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20FB637B400; Sat, 9 Dec 2000 14:32:02 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9MW2d01594; Sat, 9 Dec 2000 14:32:02 -0800 (PST) (envelope-from mjacob) Message-Id: <200012092232.eB9MW2d01594@freefall.freebsd.org> From: Matt Jacob Date: Sat, 9 Dec 2000 14:32:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/09 14:32:02 PST Modified files: sys/gnu/ext2fs ext2_subr.c Log: Correct to a common %ld the 5 argument to a printf. Revision Changes Path 1.17 +3 -3 src/sys/gnu/ext2fs/ext2_subr.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 9 14:32:53 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 14:32:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D76037B401; Sat, 9 Dec 2000 14:32:49 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9MWn101789; Sat, 9 Dec 2000 14:32:49 -0800 (PST) (envelope-from mjacob) Message-Id: <200012092232.eB9MWn101789@freefall.freebsd.org> From: Matt Jacob Date: Sat, 9 Dec 2000 14:32:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs alpha-bitops.h ext2_linux_balloc.c ext2_linux_ialloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/09 14:32:49 PST Modified files: sys/gnu/ext2fs ext2_linux_balloc.c ext2_linux_ialloc.c Added files: sys/gnu/ext2fs alpha-bitops.h Log: Put the bits in place for Alpha support for ext2. Not tested. Revision Changes Path 1.16 +3 -1 src/sys/gnu/ext2fs/ext2_linux_balloc.c 1.17 +3 -1 src/sys/gnu/ext2fs/ext2_linux_ialloc.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 9 14:41:40 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 14:41:37 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 3032D37B400; Sat, 9 Dec 2000 14:41:37 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eB9MeBw54661; Sat, 9 Dec 2000 14:40:12 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Dag-Erling Smorgrav Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c In-Reply-To: Message from Dag-Erling Smorgrav of "09 Dec 2000 21:26:54 +0100." Date: Sat, 09 Dec 2000 14:40:11 -0800 Message-ID: <54657.976401611@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Erm, beast is up now. > "David O'Brien" writes: > > On Sat, Dec 09, 2000 at 05:25:54AM -0800, Dag-Erling Smorgrav wrote: > > > Modified files: > > > sys/i386/linux/linprocfs linprocfs_misc.c > > When is this either going to be merged into sys/compat/linux or moved out > > of sys/i386/ ? > > When it's no longer i386-dependent, which won't happen anytime soon > unless beast comes back up. > > DES > -- > Dag-Erling Smorgrav - des@ofug.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 14:45:59 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 14:45:58 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from genius.tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id 8117D37B400 for ; Sat, 9 Dec 2000 14:45:57 -0800 (PST) Received: by genius.tao.org.uk (Postfix, from userid 100) id AA16B9B36; Sat, 9 Dec 2000 22:51:52 +0000 (GMT) Date: Sat, 9 Dec 2000 22:51:52 +0000 From: Josef Karthauser To: Adam Cc: Josef Karthauser , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin Makefile src/sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c src/sbin/fsck_ffs pass1.c src/sbin/growfs Makefile debug.c debug.h growfs.8 growfs.c Message-ID: <20001209225152.A62246@bsdi.com> References: <20001209173614.A5146@bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bsdx@looksharp.net on Sat, Dec 09, 2000 at 04:26:36PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 09, 2000 at 04:26:36PM -0500, Adam wrote: > On Sat, 9 Dec 2000, Josef Karthauser wrote: > >> > growfs.c > >> > Log: > >> > added growfs(8) including ffsinfo(8) to the freebsd base system > >> > >> Are these necessary to bootstrap a system prior to the mounting of > >> filesystems? i.e. are they really necessary to be on the root filesystem > >> instead of /usr? > > > >IMO, growfs should be in /usr/sbin, and ffsinfo and dumpfs should be > >unified. > > > Is there a reason to make it hard to grow /usr? My understanding is > that a partition must currently be unmounted to be grown. If migrating a > system to a newer larger disk, growing /usr may be highly desirable.. Granted. Upon reflection it makes good sense to have growfs on /. Thomas, is it possible to grow /, if it's read-only? Joe -- Josef Karthauser [joe@FreeBSD.org, joe@tao.org.uk] ......... FreeBSD: The power to change the world ........ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 14:53:39 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 14:53:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 4D08537B400; Sat, 9 Dec 2000 14:53:34 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.1/8.11.1) with ESMTP id eB9MpWH10239; Sat, 9 Dec 2000 22:51:32 GMT (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id eB9Msbk55407; Sat, 9 Dec 2000 22:54:37 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200012092254.eB9Msbk55407@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Dag-Erling Smorgrav Cc: Brian Somers , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc crontab In-Reply-To: Message from Dag-Erling Smorgrav of "09 Dec 2000 23:18:04 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 09 Dec 2000 22:54:37 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Brian Somers writes: > > Dag-Erling Smorgrav writes: > > > 59 1 * * 1-5,7 root periodic daily > > > 59 1 * * 6 root periodic weekly > > Using 0-5 is the same as 1-5,7 :-) > > Yes, I realized that afterwards. But - what do people think? Should I > commit the proposed change? I don't see anybody complaining (given that the second line says ``periodic daily weekly''). It makes things a bit un-orthogonal though. Maybe something like this would be more appropriate: 1 3 * * * root lockf /var/run/periodic periodic daily 1 3 * * 6 root lockf /var/run/periodic periodic weekly 1 3 1 * * root lockf /var/run/periodic periodic monthly > DES > -- > Dag-Erling Smorgrav - des@ofug.org -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 16:47:17 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 16:47:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 474FF37B400; Sat, 9 Dec 2000 16:47:13 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 154B116B0; Sat, 9 Dec 2000 16:47:12 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id QAA06074; Sat, 9 Dec 2000 16:47:07 -0800 (PST) Sender: marcel@cup.hp.com Message-ID: <3A32D28B.C4F61AD1@cup.hp.com> Date: Sat, 09 Dec 2000 16:47:07 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Dag-Erling Smorgrav Cc: obrien@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: linprocfs placement... References: <200012091325.eB9DPsN51281@freefall.freebsd.org> <20001209105657.B23013@dragon.nuxi.com> <20001209123033.A24013@dragon.nuxi.com> <3A32A704.F5AFD02B@cup.hp.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > > Linprocfs is totally independent of the linuxulator, and doesn't need > it to run. Ah, ok. I thought it needed the Linuxulator. > Ideally, once it becomes machine-independent (or at least > runs on more platforms than just i386), it should move to > /sys/compat/linprocfs. I'd rather *not* see it integrated into the > linuxulator, as that would make it a *lot* more difficult for me to > maintain (I'd have to kill any Linux binaries I have running every > time I want to test a change) I see your point. In that case I prefer it if linprocfs is moved from under the linux subdirectory to a place of it's own. It now has no business their at all. Where linprocfs should be moved to is not exactly clear. It started off in sys/miscfs and moved to sys/i386/linux. Moving it again to, say, sys/i386 might not make everybody happy. All this moving gets you thinking that we're simply not doing it right... I really think we should integrate... I guess we don't get anywhere this way, so I'll shut up... :-/ -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 17: 3: 5 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 17:03:02 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 3C4E637B400; Sat, 9 Dec 2000 17:03:02 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id RAA48797; Sat, 9 Dec 2000 17:03:00 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBA12xB25244; Sat, 9 Dec 2000 17:02:59 -0800 (PST) (envelope-from obrien) Date: Sat, 9 Dec 2000 17:02:58 -0800 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c Message-ID: <20001209170258.A24219@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <200012091325.eB9DPsN51281@freefall.freebsd.org> <20001209105657.B23013@dragon.nuxi.com> <20001209123033.A24013@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: ; from des@ofug.org on Sat, Dec 09, 2000 at 10:26:50PM +0100 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: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 09, 2000 at 10:26:50PM +0100, Dag-Erling Smorgrav wrote: > "David O'Brien" writes: > > Beast is back up, and there are some of us Alpha owners that have been > > working out patches. > > Gee, thanks for telling me. Then again, it's a known fact that I don't > give a shit about code I'm responsible for, so why should I need to > know? So let me get this straight... you are insulted because some of us have worked on some patches to submit to you to make it MI? Or do I need to get permission before working on a patch to something you maintain before I can do it? I'm considering updating my -CURRENT machine today. Doing so would of course compile code you maintain, including all the new bits to it you committed lately. May I have your permission to build world? Please? -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 17:10:57 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 17:10:55 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C6BD37B400; Sat, 9 Dec 2000 17:10:55 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBA1Asj19528; Sat, 9 Dec 2000 17:10:55 -0800 (PST) (envelope-from obrien) Message-Id: <200012100110.eBA1Asj19528@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 9 Dec 2000 17:10:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lockf lockf.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/09 17:10:54 PST Modified files: usr.bin/lockf lockf.1 Log: Add history. Revision Changes Path 1.8 +5 -1 src/usr.bin/lockf/lockf.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 9 17:11:20 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 17:11:18 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6226A37B400; Sat, 9 Dec 2000 17:11:18 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBA1BIY19576; Sat, 9 Dec 2000 17:11:18 -0800 (PST) (envelope-from obrien) Message-Id: <200012100111.eBA1BIY19576@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 9 Dec 2000 17:11:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lockf lockf.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/09 17:11:18 PST Modified files: (Branch: RELENG_4) usr.bin/lockf lockf.1 Log: MFC: add history Revision Changes Path 1.7.2.1 +5 -1 src/usr.bin/lockf/lockf.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 9 18:13:39 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 18:13:36 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50C7937B401; Sat, 9 Dec 2000 18:13:36 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBA2DaN25716; Sat, 9 Dec 2000 18:13:36 -0800 (PST) (envelope-from obrien) Message-Id: <200012100213.eBA2DaN25716@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 9 Dec 2000 18:13:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lsof Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/09 18:13:36 PST Modified files: sysutils/lsof Makefile distinfo Log: Update to 4.53.1. Revision Changes Path 1.76 +3 -3 ports/sysutils/lsof/Makefile 1.59 +1 -1 ports/sysutils/lsof/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 19:43: 3 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 19:43:00 2000 Return-Path: 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 7D67037B400; Sat, 9 Dec 2000 19:42:59 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.1/8.11.1) with SMTP id eBA3ggf82410; Sat, 9 Dec 2000 22:42:42 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sat, 9 Dec 2000 22:42:41 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Brian Somers Cc: Dag-Erling Smorgrav , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab In-Reply-To: <200012092254.eB9Msbk55407@hak.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: robert@fledge.watson.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 9 Dec 2000, Brian Somers wrote: > It makes things a bit un-orthogonal though. Maybe something like > this would be more appropriate: > > 1 3 * * * root lockf /var/run/periodic periodic daily > 1 3 * * 6 root lockf /var/run/periodic periodic weekly > 1 3 1 * * root lockf /var/run/periodic periodic monthly While this is really much cleaner and appealing to me, it runs into the usual file locking problem: since they're advisory, they're inter-user and enforced for root (!). As such, any random process running as any random user can acquire the lock and stack up all your periodic scripts, DoSing you. And it's hard to track down, too, since it's hard to figure out what processes own what locks. This actually applies to a really large number of other related problems: for example, when locking is used to protect mailboxes, any user can deny service by acquiring locks on all mailboxes, etc. Usually the solution is to only use locks on objects which are appropriately protected, unfortunately. On a related note, this is also more susceptible to cascading failure, as it queues the work rather than canceling it if resources aren't available. 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 Sat Dec 9 20:31:19 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 20:31:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80E6737B400; Sat, 9 Dec 2000 20:31:17 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBA4VHV39582; Sat, 9 Dec 2000 20:31:17 -0800 (PST) (envelope-from marcel) Message-Id: <200012100431.eBA4VHV39582@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 9 Dec 2000 20:31:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/12/09 20:31:17 PST Modified files: sys/conf Makefile.ia64 Log: Sync-up so that buils actually work again. Revision Changes Path 1.7 +10 -16 src/sys/conf/Makefile.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 20:32:37 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 20:32:35 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B90737B400; Sat, 9 Dec 2000 20:32:35 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBA4WZo39679; Sat, 9 Dec 2000 20:32:35 -0800 (PST) (envelope-from marcel) Message-Id: <200012100432.eBA4WZo39679@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 9 Dec 2000 20:32:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/12/09 20:32:35 PST Modified files: sys/ia64/conf GENERIC Log: o Remove mcclock o s/alpha/ia64/g Revision Changes Path 1.4 +5 -8 src/sys/ia64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 20:42:44 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 20:42:42 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54CF437B400; Sat, 9 Dec 2000 20:42:42 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBA4ggF40446; Sat, 9 Dec 2000 20:42:42 -0800 (PST) (envelope-from vanilla) Message-Id: <200012100442.eBA4ggF40446@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 9 Dec 2000 20:42:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/xinetd Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/12/09 20:42:42 PST Modified files: security/xinetd Makefile distinfo Log: Upgrade to latest version. Revision Changes Path 1.30 +2 -2 ports/security/xinetd/Makefile 1.14 +1 -1 ports/security/xinetd/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 9 20:43: 9 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 20:43:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83BEE37B400; Sat, 9 Dec 2000 20:43:07 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBA4h7U40498; Sat, 9 Dec 2000 20:43:07 -0800 (PST) (envelope-from vanilla) Message-Id: <200012100443.eBA4h7U40498@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 9 Dec 2000 20:43:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/p5-F77 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/12/09 20:43:07 PST Modified files: lang/p5-F77 Makefile distinfo Log: Upgrade to 1.13. Revision Changes Path 1.5 +2 -2 ports/lang/p5-F77/Makefile 1.2 +1 -1 ports/lang/p5-F77/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 9 23:12:14 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 23:12:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29FEE37B400; Sat, 9 Dec 2000 23:12:12 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBA7CA562135; Sat, 9 Dec 2000 23:12:10 -0800 (PST) (envelope-from keith) Message-Id: <200012100712.eBA7CA562135@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Sat, 9 Dec 2000 23:12:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/arphicttf Makefile pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2000/12/09 23:12:10 PST Modified files: chinese/arphicttf Makefile pkg-install Log: Displays verbose message when install, and also adds the WITHOUT_X option. Tested under: current+XFree86-4 & stable+XFree86-3 Revision Changes Path 1.11 +25 -9 ports/chinese/arphicttf/Makefile 1.6 +3 -5 ports/chinese/arphicttf/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 9 23:57:21 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 23:57:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ECB537B400; Sat, 9 Dec 2000 23:57:19 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBA7vJh66245; Sat, 9 Dec 2000 23:57:19 -0800 (PST) (envelope-from keith) Message-Id: <200012100757.eBA7vJh66245@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Sat, 9 Dec 2000 23:57:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/wangttf Makefile pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2000/12/09 23:57:18 PST Modified files: chinese/wangttf Makefile pkg-install Log: Displays verbose message when install, and also adds the WITHOUT_X option. Tested under: current+XFree86-4 Revision Changes Path 1.3 +25 -9 ports/chinese/wangttf/Makefile 1.2 +3 -5 ports/chinese/wangttf/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message